@font-face {
  font-family: Clashgrotesk Complete;
  src: url('../fonts/ClashGrotesk_Complete.zip') format("undefined");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mona Sans;
  src: url('../fonts/Mona-Sans.ttf') format("truetype");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Mona Sans;
  src: url('../fonts/Mona-Sans-BlackNarrow.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --secondary: #e49b7e;
  --text-color: #2b2b2b;
  --primary: #fff;
  --light-grey: #fafafa;
  --white-color: #fff;
  --misty-rose: #ffdede;
  --light-blue-bg: #f8f8fa;
  --dim-grey: #c5c5c5;
  --link-bg-grey: #f1f1f1;
  --notification-bg: #001b38;
  --bg-grey: #d4d4d4;
  --zero: #e24d13;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--primary300: #d6bbfb;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--primary50: #f9f5ff;
  --untitled-ui--pink50: #fdf2fa;
  --untitled-ui--pink700: #c11574;
  --untitled-ui--indigo50: #eef4ff;
  --untitled-ui--indigo700: #3538cd;
  --background-box-color: #292b2c;
  --orange: var(--secondary);
  --untitled-ui--gray200: #eaecf0;
}

.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-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }
}

body {
  color: #000;
  background-color: #000;
  font-family: Mona Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Mona Sans, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Mona Sans, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Mona Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Mona Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Mona Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

p {
  color: silver;
  letter-spacing: .7px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

a {
  color: var(--secondary);
  text-decoration: none;
  transition: color .35s;
}

a:hover {
  color: var(--text-color);
}

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

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

strong {
  font-weight: 600;
}

sup {
  font-size: 60%;
}

blockquote {
  color: var(--primary);
  border-left: 0 #e2e2e2;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 50px 10px;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}

.section {
  z-index: 1;
  position: relative;
}

.section.dark-section {
  color: #fff;
  background-color: #181818;
}

.section.overflow-hidden {
  min-height: 80px;
  overflow: hidden;
}

.section.pricing-3 {
  overflow: hidden;
}

.section.parallax {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  padding-top: 0;
  position: static;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1em 0 8em;
  display: flex;
  position: relative;
}

.container.nav-container {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container.hero-container {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container.big-container {
  max-width: none;
  padding-top: 0;
}

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

.container.cta {
  padding-bottom: 8em;
}

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

.container.medium {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 4em;
  display: flex;
}

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

.container.xl {
  padding-bottom: 10em;
}

.container.header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.container.edit {
  margin-bottom: 60px;
  padding-left: 2em;
  padding-right: 2em;
}

.container.services {
  padding-top: 8em;
}

.container.services.pge {
  padding-top: .5em;
}

.navbar {
  z-index: 99;
  background-color: #0e0e0e;
  border-bottom-width: 1px;
  border-bottom-color: #dedede;
  height: 70px;
  position: sticky;
  top: 0;
}

.navbar.white {
  background-color: #fff;
  margin-top: -70px;
  position: sticky;
  top: 0;
}

.hero-section {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -70px;
  padding-top: 70px;
  display: flex;
  position: relative;
}

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

.grid-6-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fade-in-on-scroll.bottom1 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.grid-4-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-2-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
}

.utility-page-wrap {
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

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

.footer-link {
  z-index: 1;
  color: var(--text-color);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

.footer-link:hover {
  color: #000;
}

.link-block-underline {
  background-image: linear-gradient(to right, #dcacff, #ad68f3 35%, #2b2883 70%, #0c0c0c);
  width: 100%;
  height: 1px;
  margin-top: 2px;
}

.footer {
  background-color: #fff;
  background-image: linear-gradient(to top, #b734b326, #b734b300);
  align-items: flex-start;
  padding-top: 1em;
  padding-left: 0;
  padding-right: 0;
}

.footer-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 3em;
  display: grid;
}

.footer-logo-link {
  opacity: 1;
  flex: 0 auto;
  transition-property: opacity;
  display: inline-block;
}

.footer-logo-link:hover {
  opacity: .8;
}

.footer-image {
  width: 100%;
  max-width: 120px;
}

.footer-heading {
  color: #000;
  margin-bottom: 1rem;
  font-size: 20px;
  font-weight: 500;
}

.made-by-section {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-top-color: var(--light-grey);
  border-bottom-width: 1px;
  border-bottom-color: #212121;
  justify-content: flex-end;
  margin-top: 2em;
  padding-top: 2em;
  padding-bottom: 21px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-holder {
  padding-left: 0;
}

.body-white {
  background-color: #fff;
}

.content {
  margin-top: 40px;
}

.content.relative {
  position: relative;
}

.grey-text {
  color: #6b6b6b;
}

.field-label {
  color: var(--text-color);
  font-size: 14px;
  font-weight: 400;
}

.field-label.white {
  color: var(--white-color);
}

.success-message {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: #fff;
  border-radius: 8px;
  padding: 1em;
}

.error-message {
  background-color: var(--misty-rose);
  text-align: center;
  border-style: none;
  border-width: 0;
  border-radius: 8px;
  margin: 10px 1em 1em;
  padding: 10px;
}

.instructions-image {
  border-radius: 0;
  width: 100%;
  margin-top: 1em;
}

.change-log-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  font-size: 16px;
  display: flex;
}

.copyright-text {
  color: #7e8181;
  line-height: 1.4;
}

.copyright-link {
  color: #000;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
}

.copyright-link:hover {
  color: var(--secondary);
}

.style-guide-tab-holder {
  color: #000;
  border-radius: 5px;
  width: 100%;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 400;
  transition-property: background-color;
  transition-duration: .675s;
}

.style-guide-tab-holder:hover {
  background-color: var(--light-grey);
  color: #000;
}

.style-guide-tab-holder.w--current {
  color: #fff;
  background-color: #000;
}

.style-guide-left-panel-holder {
  background-color: var(--light-blue-bg);
  align-items: flex-start;
  width: 405px;
  display: flex;
}

.style-guide-title-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-text {
  margin-top: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 92px;
  font-weight: 700;
}

.paragraph-m {
  color: #000;
  font-size: 24px;
  line-height: 1.2;
}

.style-guide-gray-background {
  background-color: var(--light-blue-bg);
  border-radius: 12px;
}

.style-guide-left-panel {
  grid-row-gap: 25px;
  flex-direction: column;
  width: 100%;
  padding: 2em;
  display: flex;
  position: sticky;
  top: 50px;
}

.subscribe-button {
  color: #fff;
  background-color: #000;
  border: 0 solid #000;
  border-radius: 0 8px 8px 0;
  width: 100px;
  height: 100%;
  padding: 5px;
  font-weight: 500;
  transition: background-color .35s;
  position: absolute;
  inset: auto 0% 0% auto;
}

.subscribe-button:hover {
  background-color: var(--primary);
}

.headings-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  margin-top: 30px;
  display: flex;
}

.link-block-23 {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
}

.link-block-23:hover {
  color: #000;
}

.link-block-23.animation-03 {
  overflow: hidden;
}

.grid-holder {
  grid-row-gap: 30px;
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

.colors-container {
  background-color: #fafafa;
}

.subscribe-form-holder {
  width: 100%;
  max-width: 340px;
  margin-bottom: 0;
}

.style-guide-small-title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.paragraph-container {
  width: 80%;
  margin-top: 10px;
}

.colors-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.button-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2em;
  display: grid;
}

.font-details-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.aa-font {
  color: #000;
  font-size: 130px;
}

.style-guide-empty-container {
  padding: 2em 2em 2em 1em;
}

.font-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  justify-content: space-between;
  margin-top: 2em;
  padding: 2em;
  display: flex;
}

.button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  text-transform: none;
  background-color: #000;
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-weight: 500;
  transition: background-color .3s, transform .5s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
}

.button:hover {
  background-color: var(--primary);
  color: #fff;
}

.button.gradient-white-button {
  color: #000;
  letter-spacing: 0;
  background-color: #fff;
  background-image: linear-gradient(to top, #b734b326, #fff);
  border-radius: 6px;
  padding: 14px 30px;
  transition: letter-spacing .35s, background-color .3s;
  box-shadow: inset 0 0 0 1px #0000001a;
}

.button.gradient-white-button:hover {
  background-color: var(--light-grey);
  letter-spacing: 1px;
}

.button.transparent-on-dark-with-border {
  background-color: #0000000d;
  border: 1px solid #000;
  transition: color .35s, border-color .35s, background-color .3s;
}

.button.transparent-on-dark-with-border:hover {
  border-color: var(--secondary);
  color: var(--secondary);
  background-color: #ffffff1a;
}

.button.black {
  letter-spacing: 0;
  border-radius: 6px;
  padding: 14px 30px;
  transition: letter-spacing .35s, background-color .3s;
}

.button.black:hover {
  background-color: var(--secondary);
  letter-spacing: 1px;
}

.button.checkout {
  color: #000;
  background-color: #fff;
  transition: color .35s, background-color .3s;
}

.button.checkout:hover {
  background-color: var(--secondary);
  color: #fff;
}

.button._401 {
  color: #000;
  background-color: #fff;
  transition: color .35s, background-color .3s;
}

.button._401:hover {
  background-color: var(--secondary);
}

.button.white {
  color: #000;
  background-color: #fff;
  border-radius: 7px;
  padding-top: 14px;
  padding-bottom: 14px;
  transition: color .35s, background-color .3s;
}

.button.white:hover {
  background-color: var(--secondary);
  color: #fff;
}

.borders {
  border: 1px solid var(--dim-grey);
  opacity: 1;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.borders.center {
  height: 100px;
}

.button-holder {
  grid-row-gap: 30px;
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  display: flex;
}

.subscribe-form {
  z-index: 1;
  width: 100%;
  position: relative;
}

.style-guide-main-panel {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.headings-holder {
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

.headings-holder.black {
  background-color: var(--text-color);
}

.subscribe-email {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 8px;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding: 10px 109px 10px 12px;
  font-weight: 500;
  line-height: 1;
  transition: background-color .35s, border-color .35s;
}

.subscribe-email:hover {
  background-color: #00000005;
}

.subscribe-email:focus {
  border-color: var(--primary);
  background-color: #fff;
}

.subscribe-email::placeholder {
  color: #0000004d;
}

.sg---color-primary {
  background-color: var(--primary);
  width: 235px;
  height: 150px;
}

.sg---color-primary.secondary-color {
  background-color: var(--secondary);
}

.sg---color-primary.black {
  background-color: var(--text-color);
}

.style-guide-container {
  display: flex;
}

.style-guide-panel-title {
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.font-light {
  font-size: 24px;
  font-weight: 300;
}

.font-light.bold-text {
  font-weight: 700;
}

.sg---color-description {
  grid-row-gap: 2px;
  background-color: var(--light-blue-bg);
  flex-direction: column;
  padding: 15px;
  display: flex;
}

.style-guide-hero-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  padding: 2em;
  display: flex;
}

.nav-link {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.nav-link:hover, .nav-link.w--current {
  color: #000;
}

.link-background {
  z-index: -1;
  background-color: var(--link-bg-grey);
  border-radius: 100px;
  position: absolute;
  inset: 0%;
}

.link-background.purple {
  background-color: var(--primary);
}

.hero-section-secondary {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 300px;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.hero-text-secondary {
  color: #fff;
  margin-top: 0;
}

.richtext-centered {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-brand-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-description {
  max-width: 380px;
  font-size: 32px;
}

.social-media-icons {
  grid-column-gap: 5px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.social-media-link {
  z-index: 1;
  border-radius: 6px;
  padding: 9px;
  position: relative;
}

.social-media-icon {
  width: 20px;
  height: 20px;
}

.hero-description {
  color: #1a1d1eb3;
  max-width: 450px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
}

.hero-content {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.input-field {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #0000000a;
  background-clip: border-box;
  border: 1px solid #00000005;
  border-radius: 8px;
  height: 40px;
  margin-bottom: 0;
  padding: 10px;
  line-height: 1;
  transition: border-color .35s, background-color .35s;
}

.input-field:hover {
  background-color: #00000005;
}

.input-field:focus {
  border-color: var(--primary);
  background-color: #ffffff0a;
}

.input-field::placeholder {
  color: #0006;
}

.input-field.white {
  background-color: #fff;
}

.link {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.link:hover, .link.w--current {
  color: #000;
}

.link-with-line {
  z-index: 1;
  color: var(--text-color);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

.link-with-line:hover {
  color: #000;
}

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

.link-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.external-icon {
  width: 16px;
}

.license-box {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--white-color);
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2em;
  padding: 2em;
  display: flex;
}

.license-box-top {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-grey-content {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  padding: 1em;
  display: flex;
}

.client-logo {
  object-fit: contain;
  width: 100%;
  max-width: 140px;
  height: 100%;
  max-height: 25px;
}

.feather-icons-image {
  width: 100%;
}

.instruction-item {
  background-color: var(--white-color);
  border-radius: 12px;
  padding: 2em;
}

.instructions-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.trusted-by-container {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 1px solid #1d1e1f;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 3em;
  display: flex;
}

.trusted-by-container.home-2 {
  margin-top: 3em;
}

.trusted-by-container.home-3 {
  z-index: 2;
  border-bottom-width: 0;
  margin-top: 0;
  padding-top: 3rem;
  position: relative;
  inset: auto 0% 0%;
}

.trusted-by-grid-content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 1em;
  display: flex;
}

.trusted-by-text {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.section-background {
  z-index: -1;
  background-color: #fafafa;
  position: absolute;
  inset: 0%;
}

.footer-grid-content {
  display: block;
}

.protected-input-holder {
  margin-bottom: 10px;
}

.blog-item-link3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.blog-item-image-holder {
  border-radius: 16px;
  width: 100%;
  height: auto;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}

.blog-item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-wrapper {
  margin-top: 2em;
}

.blog-grid {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-item-content {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2em .5em;
  display: flex;
}

.blog-item-title {
  color: var(--white-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.blog-item-summary {
  margin-bottom: 0;
}

.blog-category-links-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 30px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: start;
  margin-bottom: 2em;
  display: grid;
}

.post-image {
  object-fit: cover;
  border-radius: 32px;
  width: 100%;
  height: 433px;
}

.blog-item-category {
  color: #2b2b2bb3;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.shop-wrapper {
  margin-top: 40px;
}

.shop-list {
  grid-column-gap: 3em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.shop-item {
  position: relative;
}

.product-add-to-cart-holder {
  z-index: 2;
  display: none;
  position: absolute;
  inset: 1em 1em auto auto;
}

.product-item {
  height: 100%;
  display: flex;
  position: relative;
}

.hide {
  display: none;
}

.add-to-cart-button {
  border: 1px solid var(--text-color);
  color: #fff0;
  background-color: #fff;
  background-image: url('../images/Cart-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 8px;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 0;
  transition: transform .45s, border-color .475s, background-color .475s;
  position: relative;
  top: 5px;
}

.add-to-cart-button:hover {
  border-color: var(--primary);
}

.add-to-cart-button:active {
  transform: scale(.9);
}

.out-of-stock-state {
  background-color: var(--light-blue-bg);
  color: var(--text-color);
  padding: 5px;
}

.error-state {
  background-color: var(--misty-rose);
}

.category-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cart {
  z-index: 3;
  outline-offset: 0px;
  outline: 0 #000;
  height: 100%;
}

.cart-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  outline-offset: 0px;
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 6px;
  outline: 0 #2b2b2b;
  justify-content: center;
  height: 100%;
  padding: 14px 20px;
  transition: border-color .35s;
  overflow: hidden;
}

.cart-button:hover {
  border-color: var(--secondary);
  color: #fff;
}

.cart-button.white-nav {
  border-color: #000;
}

.cart-button.white-nav:hover {
  border-color: var(--secondary);
}

.cart-form-wrapper {
  min-height: 300px;
}

.cart-item-option-list {
  font-size: 14px;
}

.cart-item-option-text {
  font-size: 14px;
  font-weight: 400;
}

.x-icon {
  width: 12px;
  height: auto;
}

.web-payments {
  margin-bottom: 1em;
}

.heading-title-holding {
  padding-bottom: 2em;
}

.product-details-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.product-other-images {
  margin-top: 1em;
}

.product-other-images-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-other-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product-other-image-holder {
  border-radius: 5px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.product-other-image-lightbox {
  background-color: var(--light-blue-bg);
  border-radius: 6px;
  width: 100%;
  padding: .7em;
  transition-property: background-color;
}

.product-other-image-lightbox:hover {
  background-color: var(--light-grey);
}

.product-image-lightbox {
  transition-property: opacity;
}

.product-image-lightbox:hover {
  opacity: .8;
}

.product-add-to-cart-default {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.product-quantity {
  color: #fff;
  text-align: right;
  background-color: #000;
  border-style: none;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 38px;
  position: relative;
}

.product-add-to-cart-quantity {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sticky-content {
  position: sticky;
  top: 100px;
}

.checkout-form {
  background-color: #0000;
  padding: 0;
}

.checkout-container {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}

.checkout-details {
  flex-basis: 100%;
}

.checkout-summary {
  top: 100px;
}

.checkout-box {
  background-color: #101010;
  border: 1px solid #ad68f3cc;
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 2em;
}

.checkout-box.no-margins {
  border-color: #ad68f3cc;
  margin-bottom: 0;
}

.checkout-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.required-label {
  color: red;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
}

.block-header {
  border-style: none none solid;
  border-width: 0 0 1px;
  border-bottom-color: var(--secondary);
  background-color: #0000;
  align-items: center;
  padding: 2em;
}

.block-content {
  background-color: #0000;
  border: 0 solid #000;
  border-top-style: none;
  padding: 1em;
}

.order-item-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.order-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 1px solid var(--secondary);
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  padding-bottom: 1em;
}

.order-item:last-child {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.order-item-image {
  object-fit: cover;
  width: 100px;
  height: 100px;
}

.order-item-title {
  color: var(--white-color);
  font-size: 14px;
  font-weight: 500;
}

.order-item-quantity-holder {
  opacity: .7;
  color: var(--text-color);
}

.order-item-price {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.checkout-field-label {
  color: #fff;
}

.checkout-input-field {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #161b22;
  background-clip: border-box;
  border: 1px solid #00000005;
  border-radius: 8px;
  height: 40px;
  margin-bottom: 1em;
  padding: 10px;
  line-height: 1;
  transition: border-color .35s, background-color .35s;
}

.checkout-input-field:hover {
  background-color: #00000005;
}

.checkout-input-field:focus {
  border-color: var(--primary);
  background-color: #ffffff0a;
}

.checkout-input-field::placeholder {
  color: #0006;
}

.checkout-input-field.no-margins {
  background-color: #161b22;
  margin-bottom: 0;
}

.shipping-method-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.shipping-method {
  border-bottom-style: none;
  border-bottom-color: var(--light-grey);
  background-color: #101010;
  padding: 0 0 1em 0;
}

.shipping-method:last-child {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.order-summary-label {
  color: var(--white-color);
}

.order-summary-value {
  color: var(--white-color);
  font-size: 16px;
}

.order-line-item, .extra-item {
  align-items: center;
  margin-bottom: 10px;
}

.order-item-content {
  margin-left: 0;
  margin-right: 0;
}

.order-item-full-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.shipping-method-title {
  color: #fff;
  font-weight: 500;
}

.shipping-method-description {
  color: #fff;
  font-size: 12px;
}

.shipping-method-price {
  color: #fff;
  font-weight: 500;
}

.order-info-column {
  padding-left: 0;
  padding-right: 0;
}

.order-info-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  margin-left: 0;
  margin-right: 0;
}

.shipping-address {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.product-image {
  border-radius: 8px;
  width: 100%;
}

.no-shipping {
  color: var(--dim-grey);
  text-align: left;
  background-color: #0000;
  border: 1px #000;
  padding: 1em 0;
  font-weight: 400;
}

.product-title {
  color: #fff;
  margin-top: 0;
  font-size: 42px;
}

.licensing-instruction-heading {
  margin-top: 0;
  font-size: 30px;
}

.product-category-wrapper {
  display: block;
}

.product-category-list {
  padding-bottom: 2em;
}

.nav-dropdown {
  height: 100%;
  position: static;
}

.nav-dropdown-list {
  background-color: #0000;
  padding-left: 2em;
  padding-right: 2em;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
}

.nav-dropdown-list-content {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 1em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  overflow: scroll;
}

.nav-dropdown-grid {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 120px;
  width: 100%;
}

.nav-dropdown-footer {
  background-image: linear-gradient(#0000, #000 79%);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 6em;
  padding-bottom: 3em;
  display: flex;
  position: relative;
}

.nav-dropdown-column {
  position: relative;
}

.nav-dropdown-item {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: -15px;
  padding-left: 0;
  display: flex;
}

.whilte-link {
  color: #fff;
}

.whilte-link:hover {
  color: var(--secondary);
}

.nav-dropdown-line-abs {
  background-color: #fff3;
  width: 1px;
  display: block;
  position: absolute;
  inset: -20% 0% -40% auto;
}

.nav-dropdown-link-arrow {
  z-index: -3;
  background-color: #000;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 5px;
  transform: rotate(45deg);
}

.nav-dropdown-link-arrow-holder {
  z-index: -3;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 30px;
  display: none;
  position: absolute;
  inset: auto 0 -27px;
  overflow: hidden;
}

.nav-dropdown-link-arrow-animated {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 16px;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.explore-more-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  color: #fff;
  grid-template-rows: auto;
  max-width: 1050px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.template-cta-content {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.template-cta-image {
  margin-top: 2em;
}

.small-black-text {
  color: #000;
  font-size: 16px;
}

.small-content {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5em;
}

.small-content.no-padding {
  padding-bottom: 0;
}

.black-70pct {
  color: #0f0f11b3;
}

.large-white-text {
  text-align: center;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 500;
}

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

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

.main-logo {
  position: absolute;
  inset: 17% auto auto 7%;
}

.orange-box {
  background-color: #ff5e20;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-box-tittle {
  padding-left: 2em;
  padding-right: 2em;
}

.buy-now-link {
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 15px 30px 15px 60px;
  transition: background-color .35s;
  display: flex;
  position: relative;
}

.buy-now-link:hover {
  background-color: #ffffffd4;
}

.blue-box {
  background-color: #3351f5;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-text {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  font-size: 39px;
  font-weight: 500;
  display: flex;
}

.template-includes-card {
  background-color: #181818;
  border: 1px solid #505050;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  display: flex;
  overflow: hidden;
}

.feature-box {
  background-color: #181818;
  background-image: url('../images/Wedoflow-3d-Icon_1Wedoflow-3d-Icon.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 40%;
  border: 1px solid #505050;
  border-radius: 12px;
  padding: 130px 45% 130px 70px;
  position: relative;
  overflow: hidden;
}

.text-gray-paragraph-holder-2 {
  padding-right: 34px;
}

.figma-file-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.small-empty-space-in-text {
  width: 0;
  display: inline-block;
}

.template-more-things-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 3em;
}

.white-link {
  color: #fff;
  border-bottom: 1px solid #ffffff80;
  transition-property: border-color;
}

.white-link:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.style-guide-image {
  width: 100%;
  margin-left: -2em;
}

.text-gray-paragraph-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  padding-right: 100px;
  display: flex;
}

.demo-cta-image {
  width: 100%;
  margin-top: 20px;
}

.notifications-image {
  width: 115%;
  max-width: none;
  margin-left: -2em;
}

.template-growth-features {
  font-size: 29px;
  font-weight: 500;
}

.demo-business-email-image {
  width: 100%;
  margin-top: 40px;
}

.figma-component-library-holder {
  background-color: #181818;
  border: 1px solid #505050;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 2em;
  padding-left: 3em;
  display: flex;
}

.demo-page-image-holder {
  border-radius: 20px;
  width: 100%;
  padding-top: 73%;
  transition: padding .35s;
  position: relative;
}

.main-page-title-badge {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.demo-page-link {
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}

.demo-page-link:hover {
  text-decoration: none;
}

.main-page-badge {
  border: 1px solid #0f0f11;
  border-radius: 20px;
  padding: 5px 12px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}

.demo-page-item-border {
  z-index: -1;
  background-color: #000;
  border-radius: 19px;
  position: absolute;
  inset: -1px;
}

.hero-page-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 18px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.demo-pages-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.template-included-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.template-included-image.template-styles-and-buttons {
  object-fit: contain;
  padding-left: 20px;
  padding-right: 20px;
}

.template-overlay {
  background-image: linear-gradient(to top, #00000080, #0000);
  position: absolute;
  inset: 0%;
}

.template-overlay.grey-overlay-box {
  z-index: 2;
  background-image: linear-gradient(to top, #f5f5f7, #00000003 100%, #e8eaeb00);
  height: 50%;
  top: auto;
}

.inside-box-text {
  text-align: center;
  font-size: 26px;
}

.template-includes-box {
  background-color: #f5f5f7;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.template-included-image-holder {
  width: 100%;
  height: 70%;
  position: relative;
}

.grid-what-is-included {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.grid-what-is-included-holder {
  width: 100%;
  margin-top: 50px;
}

.text-paragraph-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 180px;
  padding-bottom: 2em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.template-cards-wrapper {
  flex: none;
  justify-content: center;
  width: auto;
  display: flex;
}

.white-paragraph {
  color: #fff;
  font-family: Outfit, sans-serif;
}

.template-footer-button-holder {
  max-width: 350px;
}

.template-button-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 30px;
  display: flex;
}

.demo-container {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.template-section {
  background-color: #111;
  border-radius: 42px;
  overflow: hidden;
  box-shadow: 0 0 0 1px #ffffff1a;
}

.template-card-holder {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 420px;
  min-height: 30vw;
  padding: 1%;
  display: flex;
  position: relative;
}

.template-card-image {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.demo-blur-bg-effect {
  z-index: 0;
  opacity: 0;
  filter: blur(100px);
  background-color: #4652f6;
  width: 80%;
  height: 70%;
  position: absolute;
}

.integration-heading {
  font-size: 42px;
  font-weight: 500;
}

.template-footer-heading {
  color: #fff;
  width: 100%;
  max-width: 510px;
}

.demo-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 3em;
  padding-bottom: 6em;
  display: flex;
  overflow: hidden;
}

.template-hover-state {
  justify-content: center;
  align-items: center;
  height: 50%;
  display: flex;
  position: absolute;
  inset: auto -1% -1%;
}

.template-footer-holder {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.template-card-image-holder {
  z-index: 1;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hero-description-holder {
  margin-top: 3em;
}

.hero-description-holder.small-top-margin {
  margin-top: 1em;
}

.text-hidden {
  perspective: 291px;
  overflow: hidden;
}

.button-view-page {
  z-index: 1;
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  transition-property: box-shadow;
  display: flex;
  position: relative;
}

.button-view-page:hover {
  background-color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 10px #0003;
}

.black-paragraph {
  color: #000;
}

.white-text-paragraph-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 45%;
  display: flex;
}

.with-standarts-quick-stack {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  width: 100%;
  margin-top: 3em;
  padding: 0;
}

.white-medium-text {
  font-size: 25px;
  font-weight: 500;
}

.quic-stack-box {
  background-color: #ffc444;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-left: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.quic-stack-box.dark-gray {
  color: #fff;
  background-color: #1b1b1b;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.quic-stack-box.blue {
  pointer-events: none;
  color: #fff;
  background-color: #3452ff;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.figma-design-image {
  object-fit: contain;
  object-position: 50% 100%;
  border-radius: 4px;
  width: 100%;
  max-width: none;
  height: 330px;
  margin-top: 20px;
}

.black-text {
  color: #000;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 500;
}

.open-cource-image {
  object-fit: contain;
  object-position: 100% 100%;
  width: 50%;
  position: absolute;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.open-cource-image.top-image {
  width: 70%;
  top: 0;
}

.black-text-paragraph-holder {
  padding-left: 0;
  padding-right: 30px;
}

.link-inline {
  color: var(--misty-rose);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.link-inline:hover {
  color: #fff;
}

.link-inline.w--current {
  color: #000;
}

.notification-subscribe-box {
  background-color: #fad370;
  background-image: url('../images/White-Arrow_1.svg'), linear-gradient(to right, var(--primary), var(--secondary));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 13px, auto;
  border-radius: 3px;
  width: 24px;
  height: 24px;
}

.hero-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--notification-bg);
  color: #fff;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 8px 8px 8px 16px;
  line-height: 1;
  transition-property: all;
  display: flex;
}

.hero-link:hover {
  color: #fff;
  background-color: #0f0f11;
}

.notification-banner {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--notification-bg);
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 2em;
  font-size: 14px;
  display: flex;
}

.notification-banner.notification-side-content {
  justify-content: space-between;
}

.style-guide-box-holder {
  grid-row-gap: 30px;
  background-color: #0000000d;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  display: flex;
}

.sg-notifications-box {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-link-arrow {
  background-image: url('../images/Arrow-Icon.svg'), linear-gradient(to bottom, var(--primary), var(--secondary));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 12px, auto;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  padding: 5px;
}

.notification-button-transparent {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.notification-button-transparent:hover {
  color: #ffffffe6;
}

.code-text {
  letter-spacing: .3px;
  margin-top: 1em;
  font-size: 15px;
  font-style: normal;
}

.code-tag-color {
  color: var(--notification-bg);
}

.code-style-starter {
  padding-left: 25px;
}

.code {
  color: #39ca3d;
}

.code-red {
  color: red;
}

.code-blue {
  color: #219;
}

.nav-rounded-center {
  z-index: 99;
  background-color: #0000;
  border: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 75px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.navbar-footer-main-link-holder {
  padding-right: 10px;
  font-size: 24px;
  font-weight: 500;
  position: relative;
}

.navbar-footer-main-link-holder:hover {
  color: var(--primary);
}

.demo-page-text-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blog-item-text-header {
  color: #606060;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.category-holder {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shop-item-title-price {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
}

.product-item-link {
  border: 1px #f1f1f1;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform .35s, box-shadow .2s;
  display: flex;
  overflow: hidden;
}

.product-item-link:hover {
  text-decoration: none;
  transform: scale(.96);
  box-shadow: 0 6px 30px 1px #0000001a;
}

.shop-item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.shop-item-title {
  color: #d0d5db;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.shop-item-content {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  padding: 2em 0;
  display: flex;
}

.shop-item-price {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.small-thumbnail-image {
  border-radius: 12px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.category-text {
  background-image: linear-gradient(to right, #fff, var(--primary) 50%, var(--secondary));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 18px;
  font-weight: 500;
}

.shop-item-summary {
  color: #fff9;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.folders-parent {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.folders-parent.shop {
  justify-content: center;
}

.filter-holder {
  grid-column-gap: 5px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 2em;
  padding: 5px;
  line-height: 1;
  display: flex;
  overflow: hidden;
  box-shadow: 0 5px 20px #0000001a;
}

.filter-holder.no-margin-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff0;
  align-items: center;
  margin-top: 0;
}

.hide-on-desktop {
  display: none;
}

.blog-item-title-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 600;
}

.blog-item-date {
  color: #6e6e6e;
  flex-direction: row;
  align-items: center;
  display: flex;
  position: relative;
}

.blog-item-link {
  background-color: #fff0;
  border: 1px #f1f1f1;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  overflow: hidden;
}

.blog-item-link:hover {
  text-decoration: none;
  box-shadow: 0 6px 30px 1px #0000001a;
}

.footer-heading-lighter {
  color: var(--notification-bg);
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 500;
}

.footer-description-secondary {
  color: #00000080;
  max-width: 260px;
  font-size: 14px;
}

.social-media-icons-2nd {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.list-item-with-checkicon {
  background-image: url('../images/Black-Check-Tick.svg');
  background-position: 3px;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 25px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.list-item-with-checkicon.active-pricing-list-item {
  background-image: url('../images/Tick.svg');
}

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

.pricing-line-text {
  color: var(--primary);
  text-align: center;
  background-color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
}

.pricing-item {
  color: #000c;
  background-color: #fff;
  background-image: linear-gradient(to top, #b734b326, #fff);
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 55px 39px 39px;
  display: flex;
}

.pricing-item.active-pricing-item {
  color: #fff;
  background-image: linear-gradient(to top, #dcacff, #ad68f3 33%, #2b2883 69%, #0c0c0c);
  height: 100%;
}

.pricing-features-holders {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3em;
  display: flex;
}

.pricing-features-holders.active-pricing-features {
  color: #fff;
}

.list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2em;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.pricing-grid {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 3em;
}

.pricing-grid.p1 {
  width: 90%;
}

.pricing-button-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 3em;
  display: flex;
}

.price-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom-width: 1px;
  border-bottom-color: #0003;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 1em;
  padding-bottom: 1em;
  display: flex;
}

.price-holder.price-holder-active {
  border-bottom-style: none;
  border-bottom-color: #fff3;
  margin-top: 1em;
  margin-bottom: 0;
  padding-bottom: 1em;
}

.pricing-type {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 24px;
}

.pricing-type.pricing-type-active {
  color: #fff;
}

.pricing-line {
  background-color: #0003;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: .5px;
  margin-bottom: 1.5em;
  display: flex;
  position: relative;
}

.pricing-line.line-active {
  background-color: #0000;
  background-image: linear-gradient(to right, var(--primary), var(--secondary));
}

.price {
  font-size: 42px;
  font-weight: 500;
  line-height: 1;
}

.pricing-feature-image {
  opacity: .8;
  filter: brightness(0%);
  object-fit: contain;
  width: 15px;
  height: 12px;
}

.pricing-feature-image.white-pricing-features-icon {
  filter: brightness(200%);
}

.button-icon-image {
  width: 15px;
}

.white-text {
  color: #fff;
}

.tooltip-container {
  z-index: 120;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.heading-3-style {
  margin-top: 0;
  font-size: 50px;
}

.card-item {
  z-index: 1;
  background-color: #f5f5f7;
  border-radius: 42px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px #0000000d;
}

.card-item:hover {
  text-decoration: none;
}

.card-item.pricing-card {
  background-color: #fff;
  border-radius: 32px;
  height: 100%;
  box-shadow: 5px 14px 50px 7.6px #0000001a;
}

.accordion-item-trigger {
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.accordion-item-trigger:hover {
  opacity: .8;
}

.accordion-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 2px solid var(--link-bg-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 10px;
  display: flex;
}

.grey-text-2 {
  color: #878d95;
}

.content-sticky {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 100px;
}

.notification-button {
  color: var(--notification-bg);
  background-color: #fff;
  border-radius: 5px;
  transition: background-color .35s, color .35s;
}

.notification-button:hover {
  background-color: #ffffffe6;
}

.product-price {
  color: #fff;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 32px;
  font-weight: 500;
}

.hide-demo-page-text-on-tablet {
  padding-left: 5px;
}

.demo-hero-buttons-holder {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 400px;
  display: flex;
}

.subtitle-overlay-holder {
  width: 100%;
  height: 66px;
  position: relative;
  inset: 0% 0% auto;
}

.project-collection-list {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.project-collection-item {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.center-paragraph {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-family: Outfit, sans-serif;
  font-weight: 600;
}

.center-paragraph.white {
  color: #fff;
}

.center-paragraph.client {
  text-align: right;
}

.center-paragraph.top {
  color: #fff;
}

.center-paragraph.left {
  color: var(--dim-grey);
  text-align: left;
  font-weight: 300;
}

.hero-button {
  background-color: #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 16px 10px 16px 20px;
  display: flex;
}

.hero-button-text {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 20px;
}

.show-more-button {
  color: #000;
  letter-spacing: 0;
  background-color: #fff;
  background-image: linear-gradient(0deg, #b734b326, #b734b300);
  border-radius: 6px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-width: 165px;
  padding: 11px 31px;
  font-size: 16px;
  transition: letter-spacing .35s;
  display: flex;
}

.show-more-button:hover {
  letter-spacing: 1px;
  background-image: linear-gradient(to top, #b734b326, #b734b300);
}

.show-more-button.w--current {
  padding: 14px 24px;
}

.show-more-button.white-bg {
  background-color: #fff;
}

.show-more-button.contact {
  background-image: linear-gradient(to top, #b734b326 100%, #b734b300);
  min-width: 180px;
  transition: letter-spacing .35s, background-color .35s;
}

.show-more-button.contact:hover {
  letter-spacing: 1px;
  background-image: linear-gradient(to top, #b734b326 100%, #b734b300);
}

.show-more-button.h2 {
  min-width: 180px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.show-more-button.h2.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
}

.show-more-button.h2.ctabtn.w--current {
  margin-top: 20px;
}

.show-more-button.f2 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.show-more-button._404 {
  min-width: 180px;
}

.gradient-button-holder {
  grid-column-gap: 20px;
  display: flex;
}

.gradient-link {
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 165px;
  padding: 1px;
  transition: border-radius .35s;
  display: flex;
  position: relative;
}

.gradient-link:hover {
  color: #fff;
}

.gradient-link.gradient-link-with-auto {
  z-index: 3;
  background-color: #000;
}

.button-gradient {
  z-index: -1;
  opacity: 1;
  background-image: linear-gradient(90deg, #e2851a, #e25605 31%, #a74f15 60%, #532b16);
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-content-holder {
  background-color: #171717;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 14px 24px;
  font-size: 16px;
  transition: background-position .3s;
  display: flex;
}

.button-content-holder:hover {
  background-position: 88%;
}

.link-gradient-text {
  color: #fff;
}

.white-background-button-color {
  z-index: -2;
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-with-arrow {
  background-color: #fff;
  background-image: linear-gradient(to top, #b734b326, #b734b300);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 14px 30px;
  display: flex;
}

.button-with-arrow.transparent {
  background-image: none;
}

.button-with-arrow.rounded {
  border-radius: 30px;
}

.browse-text {
  color: #03000a;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.black-arrow {
  margin-top: 2px;
  margin-left: 10px;
}

.border-button {
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 13px 16px;
  transition: border-color .35s, color .35s;
}

.border-button:hover {
  color: var(--light-grey);
  border-color: #ad68f3;
}

.gradient-button {
  letter-spacing: 0;
  background-image: linear-gradient(#fff, #dcacff 20%, #ad68f3 65%, #2b2883 90%, #0c0c0c);
  border-radius: 12px;
  padding: 10px 20px;
  transition: letter-spacing .35s, color .35s;
}

.gradient-button:hover {
  color: #000;
  letter-spacing: 1px;
}

.gradient-button.demo {
  background-image: linear-gradient(30deg, #0c0c0c, #2b2883 25%, #ad68f3 54%, #dcacff 81%, #e7c6ff 100%, #fff);
  border-radius: 8px;
  min-width: 180px;
  padding-top: 13px;
  padding-bottom: 13px;
  transition: letter-spacing .35s, color .35s;
}

.gradient-button.demo:hover {
  opacity: 1;
  color: var(--bg-grey);
  letter-spacing: 1px;
}

.nav-dropdown-2 {
  position: static;
}

.cart-item-content {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 10px;
}

.nav-brand-link {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition-property: opacity;
  display: flex;
  position: relative;
}

.nav-brand-link:hover {
  opacity: .9;
}

.nav-brand-link.w--current {
  width: 100%;
}

.nav-brand-link.mobile-logo {
  display: none;
}

.cart-footer-2 {
  border-top-width: 0;
  border-top-color: #e6e6e600;
  padding: 2em 1em 1em;
}

.cart-item {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.button-2 {
  z-index: 999;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: background-color .35s, color .35s;
  display: flex;
}

.button-2:hover {
  color: #151515;
  background-color: #fff;
}

.cart-subtotal-price-2 {
  color: #fff;
  letter-spacing: 0;
  font-size: 22px;
  font-weight: 500;
}

.nav-cart-wrapper {
  border-radius: 6px;
  justify-content: flex-end;
  align-items: center;
  height: 47px;
  padding-left: 10px;
  padding-right: 0;
  transition: border-color .3s;
  display: flex;
}

.cart-item-title {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.remove-text {
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.cart-close-button-2 {
  filter: invert();
  outline-offset: 0px;
  outline: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transition-property: opacity;
  display: flex;
}

.cart-close-button-2:hover {
  opacity: .7;
}

.error-message-2 {
  color: #151515;
  text-align: center;
  background-color: #ffdede;
  border-style: none;
  border-width: 0;
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  font-size: 14px;
}

.cart-title-2 {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}

.cart-quantity-holder {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
  position: relative;
}

.hero-nav-link {
  z-index: 1;
  color: #000;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  display: flex;
  position: relative;
}

.hero-nav-link:hover {
  color: var(--secondary);
}

.hero-nav-link.w--current {
  color: var(--secondary);
  font-weight: 600;
  transition: color .35s;
}

.hero-nav-link.white {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
}

.hero-nav-link.white:hover {
  color: var(--secondary);
}

.hero-nav-link.black, .hero-nav-link.black.w--current {
  display: none;
}

.cart-header-2 {
  border-bottom-width: 0;
  border-bottom-color: #e6e6e600;
  padding: 2em;
}

.nav-brand-logo {
  max-width: none;
  height: auto;
  max-height: 25px;
  margin-bottom: 0;
}

.nav-menu-holder {
  z-index: 1;
  flex: 1;
  justify-content: center;
  display: flex;
  position: static;
}

.remove-button {
  color: #b5b5b5;
  font-size: 13px;
  line-height: 1;
}

.remove-button:hover {
  color: #fa4d50;
}

.nav-text {
  color: #fff;
  text-transform: none;
  font-family: Mona Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.nav-text:hover {
  color: #da4b13;
}

.nav-text.black {
  color: #000;
}

.cart-container-2 {
  background-color: #1a1b1c;
  border-radius: 8px;
  justify-content: space-between;
  max-width: 750px;
}

.cart-subtotal-label-2 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

.cart-item-price {
  color: #d4d4d4;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.cart-items {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-left: 1em;
  display: flex;
}

.menu-button-2 {
  z-index: 2;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 4px 5px 5px;
  transition: background-color .35s;
}

.menu-button-2:hover, .menu-button-2.w--open {
  background-color: #f1f1f1;
}

.black-cart-image {
  width: 20px;
}

.black-cart-image.white-nav {
  filter: none;
}

.hero-nav-link-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.hero-nav-link-holder.right {
  justify-content: center;
}

.nav-menu-container-holder {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.cart-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1em;
  display: flex;
}

.cart-item-image {
  object-fit: cover;
  border-radius: 6px;
  width: 100px;
  height: 100px;
}

.cart-quantity-number-2 {
  color: #8b8b8b;
  background-color: #0000;
  min-width: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.cart-quantity-number-2.white-nav {
  color: #8b8b8b;
}

.cart-quantity {
  color: #b5b5b5;
  background-color: #1a1b1ce8;
  border-color: #fafafa00;
  border-radius: 9px;
  width: 50px;
  height: auto;
  margin-bottom: 0;
  margin-left: 1em;
  padding: 1px 5px;
  font-size: 14px;
  transition: color .35s, background-color .35s;
  position: relative;
}

.cart-quantity:hover {
  background-color: #ffffff1a;
}

.cart-quantity:focus {
  border-color: #d3433b;
}

.nav-items {
  grid-column-gap: 10px;
  width: 100%;
  display: flex;
}

.cart-text {
  margin-top: 3px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  display: block;
}

.cart-text:hover {
  color: #fff;
}

.cart-text.black {
  color: #000;
}

.cart-number-holder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.symbol-text {
  color: #8b8b8b;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.symbol-text.white-nav {
  color: #8b8b8b;
  font-weight: 500;
}

.start-button {
  color: #000;
  letter-spacing: 0;
  background-color: #fff;
  background-image: linear-gradient(to top, #b734b326, #a42e9c00);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  height: 47px;
  padding: 14px 30px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  transition: letter-spacing .35s;
  display: flex;
}

.start-button:hover {
  letter-spacing: .8px;
  min-width: 180px;
}

.start-button.white-nav {
  color: #fff;
  background-color: #000;
  height: 47px;
}

.footer-first-text-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #000, #ad68f3 52%, #dcacff);
  -webkit-background-clip: text;
  background-clip: text;
}

.footer-second-text-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #000, #ad68f3 53%, #dcacff);
  -webkit-background-clip: text;
  background-clip: text;
}

.footer-paragraph-holder {
  max-width: 330px;
}

.made-with-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  display: flex;
}

.footer-small-icon {
  object-fit: cover;
  position: absolute;
  inset: -8px -1% 0% auto;
}

.footer-gradient-line {
  background-image: linear-gradient(to right, #dcacff, #ad68f3 32%, #2b2883 72%, #0c0c0c);
  width: 100%;
  height: 1px;
  position: relative;
}

.main-hero-container {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-top: 110px;
  display: flex;
  overflow: hidden;
}

.main-heading {
  margin-top: 0;
  font-weight: 700;
}

.main-heading.h1-hero {
  font-size: 92px;
}

.product-container {
  z-index: 99;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-container.pricing {
  height: 130vh;
}

.section-hero {
  background-color: #fff;
  padding-top: 3em;
  position: relative;
}

.section-hero.overflow-hidden {
  overflow: hidden;
}

.text-center-wrapper {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.text-center-wrapper.paddings {
  padding: 30px;
}

.hero-gradient-box {
  z-index: -2;
  background-image: linear-gradient(#fff, #dcacff 30%, #ad68f3 57%, #2b2883 85%, #0c0c0c);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.hero-gradient-box.f1 {
  height: 100%;
}

.hero-gradient-box.p1 {
  background-image: linear-gradient(#fff, #dcacff 30%, #ad68f3 57%, #2b2883 85%, #0c0c0c);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  height: 100%;
}

.hero-text-white-gradient {
  z-index: 2;
  background-image: linear-gradient(to right, #fff, #fff0);
  width: 7vw;
  position: absolute;
  inset: 0% auto 0% -1vw;
}

.hero-text-white-gradient.white-gradient-on-right {
  background-image: linear-gradient(270deg, #fff, #fff0);
  inset: 0% -1vw 0% auto;
}

.product-phone-image {
  z-index: 1;
  max-width: none;
  height: 100%;
  position: relative;
}

.hero-text-line {
  background-color: #fff;
  border-radius: 20px;
  width: 2px;
  height: 160px;
  margin-top: 40px;
  display: none;
  position: relative;
  overflow: visible;
}

.hero-text-sticky {
  flex-direction: row;
  justify-content: center;
  width: 99vw;
  display: flex;
  position: sticky;
  top: 75px;
  overflow: visible;
}

.product-demo-sticky {
  min-height: auto;
  padding-top: 0;
  position: sticky;
  top: 0;
}

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

.product-phone-image-holder {
  z-index: 9999;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  margin-right: -26vh;
  padding-top: 11vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-phone-content {
  z-index: -1;
  border-radius: 8%;
  width: 27.7vh;
  margin-left: 9.7%;
  position: absolute;
  top: 12vh;
  bottom: 30vh;
  overflow: hidden;
}

.home-hero-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.home-hero-container._2 {
  background-color: #0c0c0c;
  height: 600px;
  margin-top: 3em;
}

.product-phone-demo-image, .iphone-lock-screen-image {
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.download-buttons {
  margin-top: 2em;
  margin-bottom: 3em;
  display: flex;
}

.download-buttons.hero-download-buttons {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.download-buttons.center {
  z-index: 3;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.hero-product-demo {
  width: 100%;
  height: 200vh;
  display: block;
  position: relative;
}

.hero-product-demo.features {
  height: 100%;
}

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

.hero-text-holder-right {
  text-align: left;
  width: 50vw;
  position: relative;
  overflow: hidden;
}

.hero-gradient-holder {
  z-index: 40;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  height: 115%;
  display: flex;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.hero-gradient-holder._2 {
  height: 100%;
}

.hero-paragraph-description {
  color: #323232;
  font-family: Mona Sans, sans-serif;
}

.section-background-dark-gray {
  z-index: -1;
  background-color: #0c0c0c;
  position: absolute;
  inset: 0%;
}

.dark-section {
  z-index: 1;
  background-color: #0c0c0c;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.dark-section.overflow-hidden {
  overflow: hidden;
}

.dark-section.home {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.center-text {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 60px;
  display: flex;
}

.center-text.top-margin {
  margin-top: 5em;
  margin-bottom: 5em;
}

.center-text._2 {
  margin-top: 2em;
}

.medium-center-text {
  background-image: linear-gradient(154deg, #fff, var(--secondary) 100%, var(--primary));
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 65px;
  font-weight: 600;
  line-height: 1;
}

.medium-center-text.product {
  font-size: 75px;
  font-weight: 800;
}

.medium-center-text.client {
  color: #fff;
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(346deg, #e24d13, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
  display: flex;
}

.feature-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 3em;
  margin-bottom: 3em;
}

.card-item-holder {
  background-color: #1d1e1f;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px #0000000d;
}

.card-item-holder:hover {
  text-decoration: none;
}

.card-item-holder.dark {
  background-color: #1d1e1f;
  justify-content: space-between;
}

.card-item-holder.dark.seo {
  background-image: linear-gradient(#000000c9, #000000c9), url('../images/bg3.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.card-item-holder.dark.bento2 {
  background-image: linear-gradient(#000000db, #000000db), url('../images/bg1.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: space-between;
  align-items: center;
}

.card-item-holder.dark.bottom-parallax {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.card-item-content-holder {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 3.5em;
  display: flex;
  position: relative;
}

.card-item-content-holder.bottom4 {
  z-index: 0;
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/bg2.jpeg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 0;
  padding-right: 0;
  overflow: hidden;
}

.card-item-content-holder.bottom4.blog {
  margin-top: 0;
  padding-top: 0;
}

.card-item-content-holder.bottom4.blog.casestudy {
  margin-top: 220px;
}

.card-feature-center {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.card-feature-icon {
  height: 150px;
  margin-bottom: .5em;
}

.small-text {
  color: #dedede;
  font-size: 32px;
  font-weight: 800;
}

.small-text.ctatext {
  text-align: left;
}

.effortless-grid {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  height: 50%;
  margin-top: 0;
}

.persons-images {
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  height: 90%;
}

.first-image-holder {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.tabel-images {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.second-image-tabel-holder {
  width: 100%;
  height: 130%;
}

.heading-paragraph-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  display: flex;
}

.heading-paragraph-holder.bottom2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.client-logo-holder {
  width: 100%;
}

.multi-images-holder {
  height: 100%;
  position: relative;
}

.logo-client {
  width: 100%;
}

.logo-client-holder {
  width: 110px;
  height: 110px;
  position: absolute;
  inset: 28% auto auto 8%;
}

.logo-client-holder._1 {
  left: -3%;
}

.logo-client-holder._2 {
  inset: 9% auto auto 35%;
}

.logo-client-holder._3 {
  inset: 55% auto auto 35%;
}

.logo-client-holder._4 {
  inset: -10% 8% auto auto;
}

.logo-client-holder._5 {
  inset: 42% 8% auto auto;
}

.black-section {
  z-index: 1;
  background-color: #000;
  position: relative;
}

.black-section.bottom-radius {
  overflow: hidden;
}

.trusted-white-overlay {
  background-image: linear-gradient(#000, #fff0);
  width: 45vw;
  height: 10em;
  position: sticky;
  inset: 68px 0% auto;
}

.trusted-white-overlay.bottom {
  background-image: linear-gradient(to top, #000, #0000 100%, #fff0);
  height: 20vh;
  top: 80vh;
}

.trusted-item {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20vh;
  display: flex;
}

.trusted-item.last {
  margin-bottom: 0;
}

.text-small {
  font-size: 60%;
}

.trusted-item-header {
  align-items: center;
  display: flex;
}

.trusted-item-header.second {
  align-items: flex-start;
}

.trusted-no {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #dcacff 27%, #ad68f3 70%, #2b2883);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 75px;
  font-weight: 800;
}

.trusted-overlay-container {
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.trusted-content {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.trusted-content.trusted-list {
  padding-top: 70vh;
}

.grid-6-col-h1 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-xl {
  font-size: 24px;
}

.white-heading {
  color: #fff;
  font-size: 75px;
  font-weight: 800;
}

.white-heading.medium {
  font-size: 60px;
  font-weight: 500;
}

.white-sticky-heading {
  color: #fff;
  margin-top: 20px;
}

.card-iphone {
  width: 100%;
  height: 390px;
  position: relative;
  overflow: hidden;
}

.grid-7-col {
  grid-template-rows: .5fr auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 4em;
}

.card-iphone-wrapp {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-iphone-wrapp.on-card {
  background-color: #0e0e0e;
  border-radius: 20px;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 30px;
}

.card-iphone-holder {
  position: relative;
}

.card-phone-image-container {
  z-index: 1;
  border-radius: 6%;
  position: absolute;
  inset: 5% 10.5% 6% 11%;
  overflow: hidden;
}

.card-iphone-screelock {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.width-full {
  width: 100%;
}

.card-iphone-image {
  z-index: 1;
  width: 100%;
  position: relative;
}

.white-text-2 {
  color: #fff;
  font-size: 32px;
}

.bg-home-1-image {
  z-index: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.left-paragraph {
  text-align: left;
}

.card-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-holder.on-card {
  height: 70vh;
  margin-left: 0;
  margin-right: 0;
  padding: 30px;
}

.card-holder.on-card.second {
  background-color: #0e0e0e;
  border-radius: 20px;
  height: 100%;
  padding: 0;
}

.tabels-holder {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.persons-image {
  width: 100%;
  position: absolute;
  inset: auto auto 0% -75%;
}

.large-tabel-image {
  width: 100%;
  position: absolute;
  inset: auto -40% 0% auto;
}

.app-features-holder {
  background-color: #0e0e0e;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 100%;
  display: flex;
}

.pay-images {
  height: 60%;
  position: absolute;
  inset: 33% 0% 0% -5%;
}

.testimonials-container {
  position: relative;
}

.card-item-box-holder {
  background-color: #1d1e1f;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px #0000000d;
}

.card-item-box-holder:hover {
  text-decoration: none;
}

.card-box-holder {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 2em;
  display: flex;
  position: relative;
}

.more-testimonials {
  margin-top: 1em;
  position: relative;
  overflow: hidden;
}

.grid-testimonial {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 0;
}

.grid-testimonial.cs {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 4em;
}

.light-grey-2 {
  color: #787878;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.name-white-text {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.testimonial-picture {
  border-radius: 50%;
  width: 43px;
  height: 43px;
  margin-right: 15px;
}

.testimonial-header {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1.5em;
  display: flex;
}

.testimonial-text {
  flex: 1;
}

.testimonial-see-more {
  z-index: 2;
  text-align: center;
  background-image: linear-gradient(to top, #141415, #141415d1 50%, #14141500);
  border-radius: 0 0 20px 20px;
  padding-top: 7em;
  position: absolute;
  inset: auto 0% 1em;
}

.blog-collection-grid-wrapper {
  padding-top: 50px;
}

.blog-collection-grid {
  grid-column-gap: 30px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-link {
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  transition: opacity .35s, transform .35s;
  display: flex;
}

.blog-item-image-wrapper {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.blog-date {
  color: var(--primary);
  margin-top: 20px;
  margin-bottom: 18px;
  font-size: 16px;
}

.blog-item-text {
  color: #d0d5db;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.blog-item-post-summary {
  color: #d0d5db99;
  margin-bottom: 0;
  font-weight: 400;
}

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

.month-text {
  font-size: 24px;
}

.center-cta-holder {
  z-index: 3;
  background-color: #000;
  background-image: linear-gradient(to top, #dcacff, #ad68f3 34%, #2b2883 66%, #0c0c0c);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.cta-text {
  background-image: linear-gradient(to right, #fff, var(--primary) 52%, var(--secondary));
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 63px;
  font-weight: 800;
}

.cta-holder {
  z-index: 8;
  border-radius: 36px;
  height: 100%;
  min-height: 600px;
  padding-top: 50px;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

.person-cta-image-holder {
  width: 63px;
  height: 63px;
  position: absolute;
  inset: auto auto 5% 5%;
}

.person-cta-image-holder._1 {
  bottom: 3%;
  left: 3%;
}

.person-cta-image-holder._2 {
  width: 133px;
  height: 133px;
  bottom: 3%;
  left: 11%;
}

.person-cta-image-holder._3 {
  width: 200px;
  height: 200px;
  bottom: 3%;
  left: 24%;
}

.tabel-cta-holder {
  width: 550px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.person-cta-image {
  object-fit: cover;
  height: 100%;
}

.tabel-cta-image {
  width: 100%;
  height: 100%;
}

.ellipses-holder {
  z-index: -1;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.ellipse-right {
  z-index: -1;
  background-image: url('../images/Elipse-Left.png');
  background-position: 50%;
  background-size: cover;
  width: 650px;
  height: 650px;
  position: absolute;
  inset: 0% -530px auto auto;
}

.ellipse-left {
  z-index: -1;
  background-image: url('../images/Elipse-Left.png');
  background-position: 50%;
  background-size: cover;
  width: 650px;
  height: 650px;
  position: absolute;
  inset: 5em auto auto -430px;
}

.dark-bg-images {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta-text-paragraph-holder {
  position: relative;
}

.notification-link {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #181818;
  border-radius: 40px;
  align-items: center;
  padding: 2px 12px 2px 2px;
  font-weight: 500;
  transition-property: background-color;
  display: flex;
}

.notification-link:hover {
  color: #fff;
  background-color: #f643001a;
}

.notification-link.f3 {
  width: 280px;
}

.hero-section-home-pricing {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: visible;
}

.circle {
  background-image: linear-gradient(#dcacff, #ad68f3 30%, #2b2883 70%, #0c0c0c);
  border-radius: 2000px;
  justify-content: center;
  align-items: center;
  width: 1000px;
  height: 1000px;
  display: flex;
}

.circle._01 {
  z-index: 1;
  background-image: linear-gradient(#e77b00, #f07800 35%, #6b412b 70%, #241007);
  border-radius: 2000px;
  height: 1000px;
}

.circle._2 {
  background-image: linear-gradient(#e77809, #a25216 30%, #b87440 49%, #41220b 70%, #311c10);
  width: 1430px;
  height: 1430px;
  position: absolute;
}

.hero-text-holder-h2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 920px;
  display: flex;
}

.hero-text-holder-h2.center {
  justify-content: center;
  max-width: 100%;
}

.hero-button-holder {
  grid-column-gap: 35px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.news-holder {
  color: #e2fd70;
  background-color: #383e47;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3px 10px;
  display: flex;
}

.container-home-pricing {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 2em;
}

.container-home-pricing.hero-container {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
  position: relative;
}

.hero-circles-holder {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero-circles-holder.relative {
  height: 150vh;
  position: absolute;
  inset: 0%;
}

.hero-circles-holder.relative.large {
  height: 180vh;
}

.circle-stroke {
  background-color: #000;
  border-radius: 2000px;
  width: 100%;
  height: 100%;
  margin: 3px;
}

.hero-wrapper {
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.hero-text-white {
  color: #fff;
  margin-top: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 88px;
  font-weight: 700;
  line-height: 1;
}

.hero-text-white.center {
  text-align: center;
  font-weight: 600;
  line-height: 1.1;
}

.show-more-button-holder {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-small-container {
  height: 27px;
}

.hero-sticky-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.iphone-screen-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.iphone-screen-image.fetures {
  border-radius: 20px;
}

.iphone-holder {
  z-index: 1;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
  position: sticky;
  top: 6%;
}

.iphone-holder.home-3 {
  z-index: 3;
  perspective: 1500px;
  height: 600px;
  transform: translate(0)perspective(1500px);
}

.iphone-holder.product {
  z-index: 3;
  perspective: 1500px;
  transform: perspective(1500px);
}

.iphone-holder.features {
  perspective: 2000px;
  height: 70%;
  position: absolute;
  top: 0%;
  left: 38%;
  transform: perspective(2000px);
}

.iphone-holder.f3 {
  perspective: 1500px;
  height: 530px;
  position: relative;
  transform: perspective(1500px);
}

.iphone-holder._3 {
  position: relative;
}

.iphone-image-home-page {
  z-index: 2;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.hero-text-wrapper._01 {
  position: relative;
  bottom: -187px;
}

.hero-text-wrapper._02 {
  position: relative;
  bottom: -362px;
}

.iphone-screen {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 4.1% 4.6%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-section-sticky {
  width: 100%;
  position: sticky;
  top: 50%;
}

.hero-paragraph-holder {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 750px;
  display: flex;
}

.hero-text-blur {
  opacity: .64;
  filter: blur(120px);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(198deg, #fff, #edc8cb 25%, #d99494 20%, #d57561 20%, #0c0c0c);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 14vw;
  font-weight: 800;
  position: absolute;
}

.hero-section-paragraph-holder {
  grid-row-gap: 36px;
  flex-direction: column;
  padding-top: 0;
  display: flex;
}

.iphone-drop-shadow {
  filter: blur(64px);
  background-color: #000;
  width: 120%;
  height: 70%;
  display: block;
  position: absolute;
}

.iphone-drop-shadow.hide {
  display: none;
}

.hero-text-h2 {
  background-image: linear-gradient(180deg, #fff, var(--primary) 30%, #eb865f7a 60%, #e24d1382 80%, #0c0c0c);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 8vw;
  font-weight: 800;
}

.hero-text-h2._02 {
  background-image: linear-gradient(#fff, #efdbe1 30%, #e8b2ab 53%, #e0785f 63%, #de6646);
  font-size: 8vw;
}

.iphone-mockup-holder {
  z-index: 1;
  margin-top: 0;
  position: relative;
}

.hero-section-text-holder {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 110vh;
  display: flex;
  position: relative;
}

.hero-text-holder {
  grid-column-gap: 60px;
  perspective: 1000px;
  white-space: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.hero-section-h2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.medium-gradient-text {
  background-image: linear-gradient(160deg, #fff, var(--primary) 100%, var(--secondary));
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 75px;
  font-weight: 600;
  line-height: 1;
}

.features-of-product-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.product-development-holder {
  margin-top: 4em;
}

.person-image-holder {
  width: 100%;
  height: 100%;
  position: relative;
}

.person-image-home-2 {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.bottom-gradient {
  z-index: 0;
  background-image: linear-gradient(to top, #000, #fff0);
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.text-and-paragraph-holder {
  z-index: 2;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding: 15px 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.gradient-text {
  z-index: 23;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #f5f5f8, #f5f5f8c2);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 32px;
  font-weight: 800;
}

.gradient-text.purple {
  background-image: linear-gradient(to right, var(--white-color), var(--primary) 0%, var(--secondary));
  font-size: 55px;
  font-weight: 500;
}

.gradient-bg-holder {
  z-index: 1;
  background-image: linear-gradient(#ffffff8f, #dcacff 6%, #ad68f3 55%, #2b2883 81%, #0c0c0c);
  border-radius: 30px;
  width: 100%;
  height: 100%;
  min-height: 450px;
  position: relative;
  overflow: hidden;
}

.expense-tabel-holder {
  object-fit: cover;
  border-radius: 30px;
  width: 90%;
  height: 60%;
  position: absolute;
  inset: 7% 0% 0% auto;
}

.tabel-shadow {
  object-fit: cover;
  object-position: 0% 50%;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 100%;
  height: 90%;
  box-shadow: 0 2px 20px #0003;
}

.black-bg-holder {
  z-index: 1;
  background-color: #000;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  min-height: 450px;
  position: relative;
  overflow: hidden;
}

.black-bg-box-holder {
  z-index: 33;
  background-color: #000;
  border-radius: 30px;
  height: 100%;
  min-height: 436px;
  position: relative;
  overflow: hidden;
}

.bg-tabel-holder {
  z-index: 3;
  width: 100%;
  position: relative;
  inset: 0% 0% auto;
}

.content-holder {
  z-index: 55;
  position: relative;
}

.tabel-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.invoice-holder {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.numbers-image {
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fourth-person-image {
  border-radius: 30px;
  height: 100%;
}

.purple-gradient-text {
  background-image: linear-gradient(to right, #fff, var(--primary) 50%, var(--secondary));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 55px;
  font-weight: 500;
}

.medium-heading {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #f5f5f8, #f5f5f8c2);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 32px;
}

.medium-heading.bold {
  font-weight: 800;
}

.icon-holder {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-top: 1.1em;
  display: flex;
}

.title-big {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 800;
}

.title-big.normal-size {
  font-weight: 500;
}

.title-big._60px {
  font-size: 60px;
}

.title-big.whyus {
  font-size: 46px;
}

.tiny-title {
  color: var(--zero);
  letter-spacing: 1px;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Mona Sans, sans-serif;
  font-size: 26px;
  font-weight: 600;
  position: static;
}

.tiny-title.clients {
  color: var(--primary);
  font-size: 20px;
}

.financial-text-holder {
  width: 86%;
}

.grid-item-text-holder {
  z-index: 2;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.grid-items-wrapper.last {
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 565px;
  position: relative;
  overflow: hidden;
}

.grid-items-wrapper.last-item {
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.financial-text {
  color: #b4bcd0;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.feature-grid-2 {
  grid-column-gap: 3.5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 5fr 5fr;
  margin-top: auto;
  display: grid;
}

.feature-grid-2.space {
  margin-top: 60px;
}

.grid-item-text-container {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.tabel-pay-holder {
  background-color: #0e0e0e;
  background-image: linear-gradient(#0c0c0cba, #0c0c0cba), url('../images/blackhole.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.tabel-pay-holder.home-3 {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.button-browse-holder {
  width: 50%;
  margin-top: 2em;
}

.tabel-pay-image.home-3 {
  z-index: 3;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  height: 420px;
  position: absolute;
  bottom: 0%;
  left: auto;
  right: -5%;
}

.tabel-pay-image.home-3.last {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  inset: 15% 0% 0% 8%;
}

.tabel-pay-image.home-3.first {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  object-fit: fill;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  height: 500px;
  inset: 13% 0% 0% 11%;
}

.pay-image {
  object-fit: cover;
  width: 145px;
  height: 145px;
  position: absolute;
  inset: auto auto 44% 22%;
  transform: perspective(1000px);
}

.total-expensive-holder {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.total-expensive-holder.top {
  align-items: flex-start;
}

.total-expensive-image {
  perspective: 2000px;
  height: auto;
  max-height: 70%;
  position: relative;
  transform: perspective(2000px);
}

.total-expensive-image._2 {
  object-fit: contain;
  background-image: linear-gradient(to top, #1a1a1a00, #00000014);
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.medium-text {
  background-image: linear-gradient(to right, #fff, var(--primary) 50%, var(--secondary));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 55px;
  font-weight: 500;
}

.icon {
  width: 100%;
}

.payment-button-holder {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.plan-number {
  background-image: linear-gradient(to right, #fff, var(--primary) 50%, var(--secondary));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-top: 5px;
  font-size: 196px;
  font-weight: 600;
  line-height: .8;
}

.list-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.pricing-button {
  color: #000;
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .35s;
  display: flex;
}

.pricing-button:hover {
  background-color: var(--secondary);
  color: #000;
}

.payment-number-holder {
  grid-column-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 12px;
  display: flex;
}

.tab-text-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.payment-tab-holder {
  background-color: #171717;
  border-radius: 20px;
  padding: 45px;
}

.list-icon-container {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-right: 8px;
}

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

.payment-number-container {
  grid-column-gap: 20px;
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

.grid-list {
  grid-column-gap: 30px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
}

.grid-list._2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  margin-top: 2em;
  display: flex;
}

.grid-list.about {
  grid-column-gap: 0px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  margin-top: 2em;
}

.tab-grid {
  grid-column-gap: 130px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 10em;
  display: grid;
}

.payment-padding {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.top-margin-l {
  margin-top: 3em;
}

.top-margin-l._100width {
  margin-top: 11em;
}

.gradient-link-pricing {
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1px;
  transition: border-radius .35s;
  display: flex;
  position: relative;
}

.gradient-link-pricing:hover {
  color: #fff;
}

.button-gradient-pricing {
  z-index: -1;
  background-image: linear-gradient(to right, #fafafa, var(--primary) 50%, var(--secondary));
  opacity: 1;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-content-holder-pricing {
  background-color: #171717;
  background-image: url('../images/RIght-Arrow.svg');
  background-position: 82%;
  background-repeat: no-repeat;
  background-size: 17px;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 50px 12px 20px;
  font-size: 16px;
  transition: background-position .3s;
  display: flex;
}

.button-content-holder-pricing:hover {
  background-position: 88%;
}

.button-content-holder-pricing.button-holder-no-arrow {
  background-image: none;
  padding-right: 12px;
}

.white-background-button-color-2 {
  z-index: -2;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.payment-text {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 52px;
  font-weight: 500;
}

.medium-payment-text {
  color: #fff;
  font-size: 45px;
  font-weight: 500;
}

.small-white-text {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.home-3-first-bg-image {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0%;
}

.home-3-bg-image {
  z-index: 2;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: -23% -19% 0% auto;
}

.bg-image {
  background-image: url('../images/hero-7.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.hero-section-text-holder-home {
  background-image: linear-gradient(#000 1%, #0000 53%, #000 94%);
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section-text-holder-home.top-margin {
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 8em;
}

.right-bg-image {
  object-fit: fill;
  height: 100%;
}

.product-development-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.main-product-holder {
  margin-top: 5.5em;
}

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

.tracking-features-holder {
  background-color: #000;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.tracking-features-holder._2 {
  padding: 40px 0 0;
}

.tracking-image-and-content-holder {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.small-gradinet-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#f5f5f8, #f5f5f8bf);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 32px;
  font-weight: 800;
}

.tracking-image {
  width: 100%;
}

.small-text-paragraph-holder {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.small-text-paragraph-holder.second {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.track-holder {
  padding-left: 40px;
}

.track-holder._1 {
  padding-left: 0;
}

.small-gradient-text {
  background-image: linear-gradient(to right, #fff, var(--primary) 50%, var(--secondary));
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 55px;
  font-weight: 500;
}

.large-cart-holder {
  z-index: 3;
  width: 100%;
  height: 420px;
  position: absolute;
  top: 13%;
  left: auto;
  right: -21%;
}

.large-cart-image {
  height: 420px;
  transform: perspective(1500px);
}

.multi-logo-holder {
  z-index: 4;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 15% 0% 0%;
}

.logo-to-use-holder {
  width: 110px;
  height: 110px;
  position: absolute;
  inset: auto auto 0% 20%;
}

.logo-to-use-holder._2 {
  bottom: -8%;
  left: 38%;
}

.logo-to-use-holder._3 {
  bottom: 28%;
  left: 40%;
}

.logo-to-use-holder._4 {
  inset: 31% auto auto 52%;
}

.logo-to-use-holder._5 {
  left: 52%;
}

.logo-to-use-holder._6 {
  bottom: -6%;
  left: 65%;
}

.logo-to-use {
  width: 100%;
  height: 100%;
}

.system-dev-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-4-col-home-3 {
  width: 100%;
  margin-top: 14em;
}

.grid-4-col-home-3.features {
  margin-top: 7em;
}

.icon-image {
  width: 25px;
  height: 25px;
}

.main-application-development-holder {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.main-application-development-holder._1 {
  perspective: 1500px;
  transform: perspective(1500px);
}

.gray-small-text {
  color: #d0d5db;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.app-dev-image-text-holder {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  display: flex;
}

.gray-paragraph {
  color: #d0d5db99;
  font-weight: 500;
}

.about-text-paragraph-holder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.features-explore-button {
  z-index: 2;
  color: #fff;
  background-color: #000;
  background-image: url('../images/Gray-Arrow.svg');
  background-position: 83% 53%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #292929;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  padding: 17px 60px 17px 32px;
  font-family: Manrope, sans-serif;
  font-weight: 400;
  transition: box-shadow .4s, background-position .4s;
  position: relative;
}

.features-explore-button:hover {
  color: #fff;
  background-image: url('../images/White-Arrow.svg');
  background-position: 87% 53%;
  box-shadow: 1px 1px 30px #c92ef880;
}

.bg-grid-image {
  z-index: 0;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-3-button-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 1em;
  display: flex;
}

.home-3-button-holder.f3 {
  justify-content: flex-start;
  width: 100%;
}

.home-3-button-holder.center {
  justify-content: center;
  align-items: center;
}

.gradient-button-h3 {
  background-image: radial-gradient(circle farthest-side at 50% 50%, var(--primary) 21%, #a22d00), linear-gradient(to bottom, #ce3b01, #ce3b01);
  letter-spacing: 0;
  border: 2px solid #ffffff1a;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  padding: 14px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  transition: letter-spacing .35s, opacity .35s;
  display: flex;
}

.gradient-button-h3:hover {
  opacity: .71;
  color: var(--light-grey);
  letter-spacing: 1px;
}

.button-with-border {
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 14px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  transition: border-color .3s;
}

.button-with-border:hover {
  border-color: var(--secondary);
  color: #fff;
}

.white-div-overlay {
  z-index: -1;
  background-color: #fff;
  height: 300px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.black-div-overlay {
  z-index: 0;
  background-color: #000;
  border-bottom-right-radius: 65px;
  border-bottom-left-radius: 65px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.left-corner-image-holder {
  z-index: 100;
  width: 37%;
  height: 100%;
  position: absolute;
  inset: 3% auto 0% 0%;
}

.corner-image {
  width: 100%;
  height: 60%;
}

.corner-image.right {
  height: 60%;
}

.right-corner-image-holder {
  z-index: 100;
  perspective: 2000px;
  width: 40%;
  height: 100%;
  position: absolute;
  inset: 3% 0% 0% auto;
  transform: perspective(2000px);
}

.dark-gray-section {
  z-index: 1;
  background-color: #0c0c0c;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.feature-grid-holder.last {
  margin-top: 20em;
}

.feature-grid-holder.last.f2 {
  margin-top: 30em;
}

.feature-grid-1 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.feature-grid-1.second {
  grid-template-columns: 1fr .75fr;
  margin-top: 4em;
}

.bold-text {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
}

.first-image-feature {
  height: 100%;
  position: relative;
}

.feature-bg-image-holder {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.feature-bg-image-holder.second {
  inset: 0% auto 0% 0%;
}

.feature-bg-image {
  border-radius: 24px;
  width: 100%;
  height: 410px;
  transform: perspective(2000px);
}

.feature-bg-image.features-2 {
  height: 453px;
}

.feature-multi-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto auto 1% -22%;
}

.feature-multi-image.second {
  object-fit: fill;
  border-radius: 13px;
  height: 85%;
  bottom: -1%;
  left: 21%;
}

.feature-multi-image.f2 {
  perspective: 2000px;
  perspective-origin: 50%;
  transform-origin: 50%;
  width: 70%;
  height: 70%;
  bottom: 1%;
  left: 31%;
  transform: perspective(2000px);
}

.half-text-gradient {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
}

.small-purple-gradient-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #ad68f3, #dcacff);
  -webkit-background-clip: text;
  background-clip: text;
}

.review-image {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.review-image.features-2 {
  object-fit: cover;
}

.review-person-title {
  color: #cdcdcd;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

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

.review-avatar {
  border-radius: 12px;
  width: 56px;
  height: 56px;
  overflow: hidden;
}

.review-holder {
  padding-top: 70px;
  padding-bottom: 70px;
}

.review-avatar-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.review {
  grid-row-gap: 20px;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.review-person-holder {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.review-text {
  color: #fff;
  font-size: 42px;
  font-weight: 500;
}

.white-text-review {
  color: #fff;
  font-family: Inter, sans-serif;
}

.play-me-holder {
  z-index: -1;
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100000vw;
  font-size: 8vw;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 2% 0% auto;
}

.play-me-holder-text {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  opacity: .15;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.play-me-holder-text._1 {
  opacity: 1;
}

.play-me-text {
  z-index: 400000000;
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 500px;
  display: flex;
}

.features-bottom-gradient {
  z-index: 10;
  background-image: linear-gradient(to top, #0c0c0c, #fff0);
  width: 100%;
  height: 20%;
  position: absolute;
  inset: auto 0% 0%;
}

.first-system-dev-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 3em;
}

.first-system-dev-grid.f2 {
  margin-top: 5em;
}

.person-review-holder.w {
  width: 300px;
}

.data-image {
  width: 230px;
  height: 230px;
  position: absolute;
  inset: 18% auto auto -27%;
}

.data-image._2 {
  top: 72%;
}

.data-image._2.features-3 {
  width: 280px;
  height: 280px;
  top: 79%;
}

.data-image._1 {
  transform: perspective(2000px);
}

.data-image._1.features-1 {
  perspective: 2000px;
  width: 280px;
  height: 280px;
  top: 30%;
}

.data-image._3 {
  inset: 18% 11% auto auto;
}

.data-image._3.features-2 {
  width: 280px;
  height: 280px;
  top: 30%;
  right: 18%;
}

.data-image._4 {
  inset: auto 11% -20% auto;
}

.data-image._4.features {
  width: 280px;
  height: 280px;
  bottom: -38%;
  right: 18%;
}

.data-images-holder {
  width: 100%;
  height: 100%;
}

.paragraph-extra-small {
  font-size: 16px;
  font-weight: 300;
}

.paragraph-extra-small.no-margins.white-text {
  color: #fff;
}

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

.pricing-text-content {
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  display: flex;
}

.tabs-menu {
  z-index: 5;
  grid-column-gap: 10px;
  background-color: #827ded;
  border-radius: 12px;
  padding: 8px;
  display: flex;
  position: absolute;
  inset: auto auto 10% 0%;
}

.pricing-tab-holder {
  margin-top: 100px;
}

.pricing-grid-header {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  height: 180px;
  max-height: 360px;
  padding-left: 7px;
  padding-right: 5px;
  display: grid;
}

.pricing-grid-header.grid-3 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.tabel-checkmark-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  box-shadow: 0 2px 45px #0003;
}

.tabel-checkmark-holder.main {
  padding: 14px;
}

.pricing-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

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

.price-tabs-content {
  width: 100%;
}

.price-holder-2 {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
}

.pricing-intro {
  color: #fff;
  font-family: Clashgrotesk Complete, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.pricing-header-container {
  grid-row-gap: 10px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.pricing-header-container.main {
  -webkit-backdrop-filter: blur(45px);
  backdrop-filter: blur(45px);
  color: #fff;
  background-color: #ffffff12;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  justify-content: flex-start;
  height: 130%;
  margin-left: 13px;
  padding-top: 52px;
}

.pricing-header-container.pricing-button-header {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  justify-content: flex-end;
  height: 130%;
  margin-bottom: 60px;
  padding: 10px 10px 28px;
}

.white-tabel-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: 100%;
  height: 100%;
  display: grid;
}

.white-tabel-grid.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.checkmark-holder {
  z-index: 1;
  width: 25px;
  position: relative;
}

.arrow-up {
  width: 25px;
}

.pricing-tab-continaer {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.tabel-white-background {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #ffffff0f;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.tabel-white-background.bot {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.tabel-white-background.top {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.pricing-detail-holder {
  color: #fff;
  border-bottom: 1px solid #ffffff26;
  width: 85%;
  margin-top: 42px;
  margin-left: 24px;
  padding-bottom: 24px;
  font-size: 21px;
  font-weight: 300;
}

.pricing-detail-holder.last {
  border-bottom-style: none;
}

.pricing-tab {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.pricing-tabs-holder {
  background-image: url('../images/Pricing-Bg-Image.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 110%;
  border-radius: 16px;
  padding-left: 16px;
}

.plan-button {
  color: #000;
  background-color: #fecb03;
  border-radius: 158px;
  padding: 18px 45px;
  font-size: 19px;
  font-weight: 500;
  transition: color .4s, background-color .5s;
}

.plan-button:hover {
  background-color: #ddb106;
}

.plan-button.price-button {
  color: #8b44ff;
  background-color: #8b44ff1a;
  border-radius: 6px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
}

.plan-button.pricing {
  color: #fff;
  background-color: #827ded;
  border-radius: 30px;
  padding-left: 33px;
  padding-right: 33px;
  transition-duration: .4s, .4s;
}

.plan-button.pricing:hover {
  color: #000;
  background-color: #827dedb0;
}

.contact-us-icon-holder {
  background-color: #1a1a1a;
  border: 2px solid #ffffff26;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 45px;
  min-width: 45px;
  height: 45px;
  min-height: 45px;
  transition: border-width .3s, transform .3s;
  display: flex;
}

.contact-us-icon-holder:hover {
  border-width: 5px;
  transform: scale(1.3);
}

.contact-us-holder {
  grid-column-gap: 50px;
  -webkit-backdrop-filter: blur(45px);
  backdrop-filter: blur(45px);
  background-color: #171717;
  border: 2px solid #282828;
  border-radius: 16px 73px 16px 16px;
  align-items: center;
  padding: 32px;
  display: flex;
}

.tab-link {
  color: #fff;
  background-color: #0000;
  border-radius: 8px;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 500;
  transition-property: background-color;
}

.tab-link:hover {
  color: #fff;
  background-color: #ffffff1a;
}

.tab-link.w--current {
  color: #000;
  background-color: #fff;
}

.check-icon {
  width: 100%;
}

.pricing-card-borders {
  z-index: 0;
  border-bottom: 1px solid #ffffff0f;
  border-right: 1px solid #ffffff1a;
  margin-left: 24px;
  position: absolute;
  inset: -1px 0% 0% -1px;
}

.pricing-card-borders.bot-only {
  border-right-style: none;
  margin-left: 0;
  margin-right: 24px;
}

.pricing-card-borders.large {
  margin-left: 0;
}

.pricing-card-borders.large.left-border {
  border-left: 1px solid #ffffff0f;
}

.pricing-card-borders.no-bottom-line {
  border-bottom-style: none;
}

.gray-underline {
  z-index: 1;
  background-color: #ffffff26;
  height: 1px;
  position: absolute;
  inset: auto 30px 0%;
}

.gray-underline.dark {
  background-color: var(--light-grey);
}

.card-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashgrotesk Complete, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.features-hero-container {
  grid-column-gap: 70px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.features-hero-text-holder {
  transform: perspective(1500px);
}

.features-hero-content-holder {
  grid-row-gap: 50px;
  perspective: 1500px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.features-hero-2 {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}

.big-container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

.big-container.no-paddings {
  max-width: 1280px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: inline-block;
}

.features-phone-holder-2 {
  perspective: 1500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
  position: relative;
}

.features-hero-holder-2 {
  margin-top: 60px;
  margin-bottom: 200px;
}

.bg-image-f3 {
  background-color: #00000078;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  display: flex;
  position: absolute;
  inset: -8% 0% 0%;
}

.tabs-menu-2 {
  color: #fff;
  margin-bottom: 40px;
  display: flex;
}

.tabs-menu-2.feature-page {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  min-width: 300px;
  margin-bottom: 0;
}

.gradient-wrapp {
  z-index: -1;
  background-color: #000;
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
  padding: 20px 20px 20px 30px;
  display: flex;
  position: relative;
}

.active-tab-container {
  background-image: linear-gradient(75deg, #dec880, #fff 28%, #ff347d 60%, #827ded);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  height: 509px;
  margin-left: 30px;
  padding-top: 45px;
  display: flex;
}

.active-tab-container._01 {
  background-image: url('../images/hero-7.png');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 19px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 550px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 38px 10px 0 19px;
}

.image-tab-change {
  border-radius: 0;
  width: 80%;
  height: 80%;
}

.tab-paragraph {
  padding-top: 10px;
  font-weight: 400;
}

.tabs-3 {
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.tabs-3.feature-page {
  z-index: 1;
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 3em;
}

.feature-image-holder {
  border-radius: 19px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tab-open-content {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
  overflow: hidden;
}

.feature-tabs-content {
  flex: 1;
  height: 100%;
}

.tab-heading {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.tab-heading.tab-heading-big {
  font-size: 32px;
}

.feature-tab-link {
  z-index: 4;
  opacity: 1;
  color: #fff;
  background-color: #252525;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 370px;
  padding: 1px;
  transition-property: none;
  display: flex;
}

.feature-tab-link.w--current {
  grid-column-gap: 30px;
  color: #fff;
  background-color: #171717;
  border-bottom: 1px solid #252525;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 370px;
  padding: 1px;
  font-weight: 600;
  transition-property: background-color;
  display: flex;
}

.feature-tab-link.w--current:hover {
  background-image: none;
}

.gradient-1px-border {
  z-index: -3;
  opacity: 0;
  background-image: linear-gradient(#fff, #e5612d 20%, #ef9978 50%, #fcefeb 75%, #0c0c0c 100%, #fff);
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.small-tab-image {
  width: 120px;
  height: 120px;
  position: absolute;
  inset: auto auto 6% 12%;
}

.small-tab-image._2 {
  width: 150px;
  height: 150px;
  left: 30%;
}

.small-tab-image._3 {
  width: 150px;
  height: 150px;
  left: 48%;
}

.small-tab-image._4 {
  width: 150px;
  height: 150px;
  left: 66%;
}

.small-tab-image._1 {
  width: 150px;
  height: 150px;
}

.small-image-holder {
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-margin-xl {
  flex-direction: column;
  margin-top: 5em;
  position: relative;
}

.larg-text {
  color: #fff;
  font-size: 24px;
}

.managment-holder {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
}

.icon-text-wrapp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.managment-wrapp {
  position: relative;
}

.managment-help-image {
  width: 100%;
  transform: perspective(2000px);
}

.check-holder {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-management-holder {
  align-items: flex-start;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
  position: relative;
}

.management-content-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.feature-image-project {
  width: 40px;
  min-width: 40px;
  margin-top: 0;
}

.heading-paragraph-holder-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
  bottom: -8%;
}

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

.medium-managment-text {
  color: #fff;
  font-size: 45px;
  font-weight: 500;
}

.sales-data-image-holder {
  width: 320px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% 26%;
}

.company-avatar-circle {
  z-index: 1;
  width: 75px;
  min-width: 75px;
  height: 75px;
  min-height: 75px;
  position: relative;
}

.company-avatar-container {
  justify-content: center;
  align-items: center;
  position: relative;
}

.company-avatar-container.random {
  top: 2px;
  left: -12px;
}

.company-avatar-container.up {
  top: -18px;
  right: -14px;
}

.company-avatar-container.bot {
  bottom: -11px;
  left: -11px;
}

.company-avatar {
  width: 100%;
  height: 100%;
}

.connect-section-container {
  grid-row-gap: 60px;
  flex-direction: column;
  margin-top: 60px;
  display: flex;
}

.gray-circle {
  background-color: #17171a;
  border-radius: 50px;
  width: 30px;
  height: 30px;
}

.grey-circle-holder {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.section-heading-title {
  background-image: linear-gradient(to right, #fff, var(--primary) 50%, var(--secondary));
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 52px;
  line-height: 1.2;
}

.product-item-list-wrapper {
  z-index: 1;
  position: relative;
}

.product-item-list-wrapper.dark {
  height: 120%;
  margin-top: -10%;
}

.pricing-category-buttons {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 1em;
  display: flex;
}

.text-container {
  max-width: 50%;
  padding-bottom: 40px;
}

.sales-data-image {
  object-fit: cover;
  width: 100%;
  transform: perspective(2000px);
}

.f3-bg-image {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.calendar-icon {
  width: 50px;
  height: 35px;
}

.calendar-icon.tab {
  height: 50px;
}

.communication-manager-holder {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.faq-s-section {
  z-index: 1;
  background-color: #0c0c0c;
  position: relative;
}

.center-gradient-title {
  background-image: linear-gradient(to right, #fff, var(--primary) 50%, var(--secondary));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 55px;
  font-weight: 500;
}

.faq-heading {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-holder {
  flex-direction: column;
  align-items: center;
  margin-top: 65px;
  margin-bottom: 65px;
  padding-bottom: 220px;
  display: none;
}

.faq-answer-holder {
  overflow: hidden;
}

.faq-icon {
  width: 32px;
  max-width: 32px;
  height: 32px;
}

.faq-container {
  z-index: 2;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 70%;
  display: flex;
}

.faq-question-text {
  color: #f7f7f8;
  font-size: 24px;
  font-weight: 400;
}

.faq-block {
  cursor: pointer;
  border-radius: 26px;
  transition: background-color .5s;
  position: relative;
}

.faq-block:hover {
  border-style: none;
}

.faq-block:active {
  background-color: #111;
}

.faq-answer {
  color: #666;
  padding-top: 12px;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.faq-icon-holder {
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  display: flex;
}

.gradient-line {
  z-index: -2;
  opacity: 0;
  border-radius: 26px;
  height: 100%;
  margin: -1px;
  position: absolute;
  inset: 0%;
}

.gradient-line:hover, .gradient-line:focus {
  background-image: none;
}

.faq-content {
  background-color: #443f3f5e;
  border-radius: 26px;
  padding: 32px;
  transition: background-color .35s;
}

.faq-content:hover {
  background-color: #292828;
}

.arrow-action-button {
  background-color: #000;
  border-radius: 8px;
  padding: 16px;
}

.up-right-arrow-image {
  width: 100%;
  height: 100%;
}

.grid-f2-holder {
  z-index: 1;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: center;
  width: 200vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tab-link-category {
  background-color: #0000;
  background-image: linear-gradient(270deg, #2f2f2f 76%, #2f2f2f00);
  border-radius: 6px;
  padding: 2px;
  transition: background-color .35s, color .35s;
  display: flex;
}

.tab-link-category.w--current {
  background-image: linear-gradient(to right, #fff, #dcacff 40%, #ad68f3 70%, #2b2883);
  padding: 1px;
}

.tab-link-category.right-side {
  background-image: linear-gradient(to right, #2f2f2f 76%, #2f2f2f00);
}

.tab-link-category.right-side.w--current {
  background-image: linear-gradient(to right, #fff, #dcacff 40%, #ad68f3 70%, #2b2883);
}

.tabs-menu-3 {
  grid-column-gap: 20px;
  color: #fff;
  display: flex;
}

.payment-holder._3 {
  z-index: 2;
  position: relative;
}

._100width {
  width: 100%;
}

.list-holder-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
  line-height: 1.2;
  display: flex;
}

.tab-text {
  color: #fff;
  background-color: #000;
  border-radius: 6px;
  padding: 12px 40px;
  font-size: 16px;
  transition: color .325s;
}

.tab-text:hover {
  color: #b6b6b6;
}

.tabs-content-2 {
  width: 100%;
  margin-top: 40px;
}

.corner-image-p3-holder {
  z-index: -1;
  width: 35%;
  height: 100%;
  position: absolute;
  inset: -19% -10% auto auto;
}

.corner-image-p3 {
  width: 100%;
}

.question {
  cursor: pointer;
  border-bottom: 2px solid #fff;
  padding-bottom: 12px;
  transition: border-color .3s;
}

.question:hover {
  border-bottom-color: #9e9e9e;
}

.contact-link-holder {
  z-index: 1;
  color: #161616;
  flex-direction: column;
  font-weight: 500;
  text-decoration: none;
  transition: color .4s;
  display: flex;
  overflow: hidden;
}

.contact-link-holder:hover {
  color: #000;
}

.accordion {
  color: #060a3e;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  transition: color .3s;
  display: flex;
  overflow: visible;
}

.accordion:hover {
  color: #41468b;
}

.accordion-bottom-wrap {
  background-color: #fff;
  width: 100%;
  height: 4px;
  margin-top: 0;
  margin-bottom: 15px;
  position: relative;
}

.accordions-header {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.lottie-animation-plus {
  border-radius: 4px;
  width: 36px;
  height: 36px;
}

.accordion-body {
  overflow: hidden;
}

.accordion-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordion-lottie-holder {
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-top: 0;
  padding: 7px;
  transition: border-color .3s;
  display: flex;
  position: relative;
}

.accordion-lottie-holder:hover {
  border-color: #1743f2;
}

.accordions-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start;
  align-items: start;
  width: 100%;
  display: grid;
}

.accordion-bottom-paragraph {
  width: 90%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.accordion-header {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}

.accordion-bottom-gradient {
  background-image: linear-gradient(to right, #fff, #dcacff 25%, #ad68f3 50%, #2b2883 80%, var(--notification-bg));
  opacity: 1;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.gradient-text-holder {
  justify-content: flex-end;
  align-items: center;
  font-size: 70px;
}

.slider {
  z-index: 10;
  border-radius: 35px;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.slide-nav {
  display: none;
}

.hero-paragraph {
  padding-top: 10px;
}

.top-margin-m {
  margin-top: 2em;
}

.section-3.overflow-hidden {
  overflow: hidden;
}

.left-arrow {
  z-index: 11;
  background-color: #000;
  background-image: linear-gradient(to right, #fff, #dcacff 22%, #ad68f3 55%, #ad68f3 80%, var(--primary));
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: auto 9% 7% auto;
}

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

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

.black-box-holder {
  background-color: #171717;
  border-radius: 20px;
}

.black-box-holder.about-box {
  background-color: #111;
  align-items: center;
  height: 100%;
  padding: 40px;
  display: flex;
  position: relative;
}

.hero-center-text {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 70px;
  font-weight: 500;
}

.slider-image {
  object-fit: cover;
  border-radius: 35px;
  width: 100%;
  max-width: 1200px;
  height: 300px;
  padding-bottom: 0;
}

.left-arrow-image {
  width: 50%;
}

.slider-holder {
  width: 100%;
  height: auto;
  margin-top: 5em;
  position: relative;
}

.gradient-text-simple {
  background-image: linear-gradient(to right, var(--white-color), var(--primary) 50%, var(--secondary));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.map-holder {
  width: 100%;
  height: 100%;
  position: relative;
}

.mask {
  border-radius: 35px;
  width: 100%;
  height: 100%;
}

.card-about-content {
  color: var(--white-color);
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

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

.animate-on-load-1st {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.element-holder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.right-arrow {
  background-color: #000;
  background-image: linear-gradient(261deg, #fff, #dcacff 25%, #ad68f3 55%, #2b2883 80%, var(--primary));
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  inset: auto 3% 7% auto;
}

.grid-3-col-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.gradient-arrow-holder {
  background-color: #000;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  display: flex;
  position: absolute;
}

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

.black-box-main-holder {
  background-color: #111;
  border-radius: 20px;
  padding: 40px;
  position: relative;
}

.border-gradient {
  z-index: -1;
  background-image: linear-gradient(180deg, #fff, #e39d8b 20%, var(--secondary) 50%, #92381d 80%, #0c0c0c);
  border-radius: 20px;
  height: 100%;
  margin: -1px;
  position: absolute;
  inset: 0%;
}

.team-lead-member-image-holder {
  z-index: 1;
  width: 100%;
  height: auto;
  padding-top: 100%;
  position: relative;
}

.team-lead-member-content {
  margin-top: 20px;
}

.white-heading-text {
  color: #fff;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.team-lead-grid {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 5em;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

.team-lead-member-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.center-heading {
  color: #fff;
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 52px;
}

.hero-box-text {
  color: #fff;
  font-size: 45px;
}

.hero-box-text.more-text {
  font-size: 26px;
}

.about-list {
  padding-left: 0;
}

.office-image-holder {
  width: 100%;
  height: 70%;
}

.about-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.6fr;
  margin-top: 4em;
}

.document-image-holder {
  justify-content: flex-start;
  width: 90%;
  height: 100%;
  display: flex;
}

.office-image, .document-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  transform: perspective(2000px);
}

.investors-holder {
  width: 100%;
  height: 100%;
  min-height: 700px;
  padding-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.investor-text-paragraph-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.medium-about-text {
  color: #fff;
  font-family: Outfit, sans-serif;
  font-size: 60px;
}

.work-with-us-container {
  grid-column-gap: 5em;
  grid-row-gap: 10em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-top: 9.9em;
  margin-bottom: 6em;
  display: grid;
}

.work-with-us-image-container {
  perspective: 2000px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.work-with-us-prod-logo {
  width: auto;
  max-width: 100%;
  max-height: 46px;
}

.about-bg-gradient-image {
  z-index: -1;
  object-fit: cover;
  border-radius: 36px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.job-postion-card-holder {
  cursor: pointer;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
  overflow: hidden;
}

.bold-white-text {
  color: #fff;
}

.career-item-line {
  background-color: var(--secondary);
  width: 50%;
  height: 2px;
  min-height: 2px;
  position: absolute;
  top: 40%;
  left: 22%;
}

.more-info-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.career-arrow-bg {
  z-index: 0;
  border: 2px solid var(--secondary);
  background-color: #121212;
  border-radius: 7px;
  position: absolute;
  inset: 0%;
}

.career-item-title {
  color: #fff;
  font-family: Outfit, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.career-arrow-image-gradient {
  z-index: 1;
  width: 20px;
  position: relative;
}

.center-text-container {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  margin-bottom: 5em;
  margin-left: auto;
  margin-right: auto;
}

.career-arrow-image {
  z-index: 2147483647;
  filter: invert();
  width: 20px;
  position: relative;
}

.arrow-holder {
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-left: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.simple-info-holder {
  z-index: 4;
  background-color: #121212;
  border-radius: 20px;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 2em;
  transition: background-color .35s;
  display: flex;
  position: relative;
}

.simple-info-holder:hover {
  background-color: #1b1919;
}

.job-description-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 200px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  margin-top: 2em;
  margin-bottom: 2em;
  display: grid;
}

.simple-info {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.accordion-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #ff7d1e;
  background-image: linear-gradient(to right, #ff7d1e, #fd40e5);
  border-radius: 12px;
  min-width: 180px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 13px 20px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: letter-spacing .3s, color .3s;
}

.accordion-button:hover {
  color: #fff;
  letter-spacing: .3px;
  text-decoration: none;
}

.accordion-button.rounded-primary-color-button {
  background-color: var(--secondary);
  background-image: none;
  border-radius: 200px;
  flex: 1;
}

.purple-paragraph {
  color: var(--primary);
}

.white-accordion-text {
  color: #fffc;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.pricing-table-main-holder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5em;
  margin-bottom: 5em;
  display: grid;
}

.product-item-list {
  height: 100%;
}

.card-item-features {
  background-color: #0d0d0d;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px #0000000d;
}

.card-item-features:hover {
  text-decoration: none;
}

.card-item-features.dark {
  background-color: #292b2c;
  border-top-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  justify-content: space-between;
}

.card-item-features.dark.right-radius {
  border-radius: 0 20px 20px 0;
}

.card-item-content-paddings {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 2em 3em;
  display: flex;
  position: relative;
}

.card-item-content-paddings.h-100 {
  justify-content: space-between;
  padding-left: 3em;
  padding-right: 3em;
}

.product-item-title {
  color: #d1d1d1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 500;
}

.product-item-title.light {
  color: #fff;
}

.view-product-details-holder {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  display: flex;
}

.product-item-header {
  width: 100%;
  min-height: 70px;
}

.link-2 {
  flex: 0 auto;
  margin-right: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.link-2:hover {
  text-decoration: none;
}

.price-user-label {
  color: #787878;
  font-size: 16px;
}

.product-item-price-holder {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.product-item-price {
  color: #fff;
  padding-right: 5px;
  font-family: Manrope, sans-serif;
  font-size: 26px;
  font-weight: 800;
}

.product-item-price.light {
  color: #d1d1d1;
  font-family: Mona Sans, sans-serif;
}

.product-item-image {
  float: left;
  object-fit: cover;
  border-radius: 10px;
  width: 70px;
  height: 70px;
  margin-right: 1em;
}

.divider {
  opacity: .1;
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.divider.light {
  background-color: #fff;
}

.product-item-content-grow {
  flex: 1;
  width: 100%;
}

.main-list {
  grid-row-gap: 6px;
  flex-direction: column;
  padding-left: 0;
  display: flex;
}

.list-bullet {
  background-image: url('../images/Red-Tick.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 30px;
  width: 20px;
  height: 20px;
}

.list-text {
  color: #fff;
  font-family: Inter, sans-serif;
}

.button-pricing-plan {
  letter-spacing: 0;
  background-color: #fff;
  background-image: linear-gradient(162deg, #dcacff, #ad68f3 50%, #2b2883);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 300px;
  padding: 13px 30px;
  font-size: 16px;
  font-weight: 500;
  transition: letter-spacing .35s, color .35s;
  display: flex;
}

.button-pricing-plan:hover {
  letter-spacing: 1px;
}

.blog-heading {
  color: #fff;
  font-family: Outfit, sans-serif;
}

.blog-heading.top {
  margin-top: 0;
  margin-bottom: 0;
}

.white-large-text {
  color: var(--white-color);
  font-family: Outfit, sans-serif;
  font-size: 32px;
}

.blog-grid-holder {
  margin-top: 6em;
}

.blog-main-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

.blog-grid-item-holder {
  width: 100%;
  height: 100%;
}

.blog-main-image {
  object-fit: cover;
  border-radius: 32px;
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.gradient-main-form-holder {
  background-image: linear-gradient(to top, #fff, #dcacff 7%, #ad68f3 32% 43%, #0c0c0c 97%);
  border-radius: 32px;
  width: 100%;
  height: 100%;
  padding: 70px 30px 30px;
}

.blog-small-text {
  color: #fff;
  font-family: Outfit, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

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

.blog-subscribe-form {
  z-index: 1;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.blog-subscribe-email {
  color: #fff;
  background-color: #0d0d0d;
  border: 1px solid #1d1d1d;
  border-radius: 12px;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding: 10px 109px 10px 24px;
  font-weight: 500;
  line-height: 1;
  transition: background-color .35s, border-color .35s;
}

.blog-subscribe-email:hover {
  background-color: #000000ab;
}

.blog-subscribe-email:focus {
  border-color: var(--notification-bg);
  color: #fff;
  background-color: #1b1a1a;
}

.blog-subscribe-email::placeholder {
  color: #c4c4c4;
  font-size: 16px;
  font-weight: 400;
}

.blog-subscribe-button {
  color: #101111;
  text-align: center;
  background-color: #fff;
  border: 1px solid #151515;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 500;
  transition: border-radius .35s, background-color .35s;
}

.blog-subscribe-button:hover {
  border-width: 1.5px;
  border-color: var(--secondary);
  background-color: #ffffff8a;
}

.form-blog-holder {
  margin-top: 5em;
}

.blog-text-holder {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  margin-top: 4em;
  display: flex;
}

.blog-text {
  color: #fff;
  font-family: Outfit, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.text-block-5 {
  color: #484848;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.blog-current-link-holder {
  perspective: 2000px;
  width: 100%;
  height: 100%;
  padding: 10px;
  transform: perspective(2000px);
}

.blog-rich-text {
  color: #fff;
  font-size: 14px;
}

.blog-top-text {
  color: #666;
}

.blog-top-category-holder {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  width: 150px;
  display: flex;
}

.category-blog-text {
  color: #fff;
}

.rich-text-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5em;
  display: grid;
}

.blog-privacy-holder {
  background-color: #111;
  border-radius: 20px;
  width: 370px;
  height: 400px;
  padding: 40px 30px;
  position: relative;
}

.week-newsletter-header-holder {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.weekly-newsletter-header {
  color: #fff;
  font-family: Plusjakartasans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-s {
  font-size: 14px;
  font-weight: 300;
}

.blog-form-block {
  margin-top: 5em;
  margin-bottom: 0;
}

.text-field {
  color: #fff;
  background-color: #0d0d0d;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  height: 51px;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  transition: border-color .4s, background-color .4s;
}

.text-field:hover {
  background-color: #0d0d0d36;
}

.text-field:active {
  color: #fff;
  background-color: #0d0d0d96;
}

.text-field:focus {
  border-color: var(--secondary);
  color: #fff;
}

.submit-button-container {
  position: relative;
}

.submit-button-container.space {
  flex-direction: column;
  margin-top: 5px;
}

.submit-button {
  z-index: 0;
  border: 1px solid var(--secondary);
  opacity: 1;
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  height: 58px;
  padding: 15px 30px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: color .35s, background-color .35s;
  position: absolute;
  inset: 0%;
}

.submit-button:hover {
  color: #fff;
  background-color: #000;
}

.privacy-policy-sticky {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 100px;
}

.privacy-text {
  color: #7a7a7a;
  margin-top: 15px;
  margin-bottom: 15px;
}

.blog-gradient-border-holder {
  z-index: -1;
  opacity: 1;
  background-image: linear-gradient(#fff, #dcacff 1%, #ad68f3 50%, #2b2883 80%, #0c0c0c);
  border-radius: 20px;
  margin: -1px;
  position: absolute;
  inset: 0%;
}

.blog-gradient-border-holder._2 {
  opacity: 0;
  background-image: linear-gradient(to top, #fff, #dcacff 1%, #ad68f3 50%, #2b2883 80%, #0c0c0c);
}

.hero-shop-heading {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #ffffffd9);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 92px;
}

.shop-filter-gradient-holder {
  border: 2px solid #2f2f2f;
  border-radius: 8px;
  width: 80px;
  height: 100%;
  margin-right: 0;
  padding: 1px;
  position: relative;
}

.shop-category-item-link {
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 20px;
  transition: background-color .359s;
  display: flex;
  position: relative;
}

.shop-category-item-link:hover {
  color: #fff;
  background-color: #1d1d1d;
}

.shop-category-item-link.w--current {
  background-color: #1d1d1d;
  border-radius: 0;
  width: auto;
  height: 40px;
}

.all-item-text {
  font-size: 16px;
}

.product-quantity-holder {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 200px;
  display: flex;
  position: relative;
}

.quantity-text {
  color: #fff;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 50px;
}

.quantity-holder {
  z-index: -1;
  background-image: linear-gradient(to right, #fff, #dcacff 35%, #ad68f3 70%, #2b2883);
  border-radius: 8px;
  margin: -1px;
  position: absolute;
  inset: 0%;
}

.shop-add-to-cart-button {
  letter-spacing: .7px;
  background-image: linear-gradient(#dcacff, #ad68f3 30%, #2b2883 60%, #0c0c0c);
  justify-content: center;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  transition: letter-spacing .35s;
}

.shop-add-to-cart-button:hover {
  letter-spacing: 1.3px;
}

.add-to-cart-holder {
  width: 300px;
}

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

.main-error-message {
  text-align: center;
  background-color: #ff3939;
  border-radius: 6px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 15px;
}

.main-success-message {
  background-color: #111;
  background-image: linear-gradient(to right, #fff, var(--primary) 50%, var(--secondary) 102%);
  color: #000;
  letter-spacing: 0;
  border-radius: 6px;
  padding: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  box-shadow: 0 0 30px #0000001a;
}

.field-input {
  color: #fff;
  background-color: #161b22;
  border: 1px solid #ffffff26;
  border-radius: 11px;
  height: 60px;
  margin-bottom: 20px;
  padding: 10px 12px;
  font-size: 16px;
  font-weight: 300;
  transition: all .35s;
}

.field-input:hover {
  background-color: #13171d;
}

.field-input:focus {
  background-color: #13171d;
  border-color: #fff3;
}

.field-input::placeholder {
  color: #ffffff4d;
}

.field-input.textarea {
  height: auto;
  min-height: 100px;
}

.open-roles-cta {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px undefined undefined;
  background-color: #161b22;
  background-image: url('../images/black-layer.svg'), linear-gradient(to top, #fff, #dcacff 1%, #ad68f3 50%, #2b2883 80%, #0c0c0c);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 26px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 1px;
  padding: 85px 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-form-block {
  width: 50%;
}

.open-roles-illustation {
  width: 450px;
  position: absolute;
  inset: auto -1% -22% auto;
}

.open-roles-cta-holder {
  margin-bottom: 120px;
}

.open-roles-cta-container {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  border-radius: 26px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  transform: perspective(2000px);
}

.center-title {
  text-align: center;
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/hero-7.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%, 0 0;
  background-size: auto, cover, auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.title-holder {
  grid-row-gap: 12px;
  perspective: 1500px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 910px;
  display: flex;
}

.white-title {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
  line-height: 1.25;
}

.white-title.contact {
  font-size: 50px;
  font-weight: 700;
}

.experience-paragraph-holder {
  max-width: 510px;
}

.white-checkout-heading {
  color: #fff;
}

.checkbox-label {
  color: var(--white-color);
  margin-bottom: 0;
}

.checkbox {
  margin-top: 0;
}

.checkout-quantity-text {
  color: var(--white-color);
}

.shipping-method-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.number-text {
  color: var(--white-color);
}

._404-holder-2 {
  z-index: 1;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 335px;
  display: flex;
  position: relative;
}

.number-holder {
  z-index: -1;
  height: 100%;
  position: relative;
}

.number-406 {
  color: #fff;
  margin-left: -35px;
  margin-right: -35px;
  font-size: 400px;
  font-weight: 300;
}

._404-coin-image {
  z-index: 1;
  width: 50%;
  position: absolute;
  top: 64.0078px;
}

._404-image-holder {
  cursor: pointer;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 280px;
  min-width: 280px;
  height: 280px;
  min-height: 280px;
  transition: background-color .4s;
  display: flex;
  position: relative;
}

.paragraph-button-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10em;
  display: flex;
}

._404-button-holder {
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.light-gray-text {
  color: #7e8181;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.secondary-color-text {
  color: var(--secondary);
}

.navbar-dropdown-icon {
  filter: invert();
  margin-right: 6px;
  padding-left: 0;
}

.navbar-dropdown-icon.white {
  filter: none;
}

.nav-link-background {
  z-index: -1;
  background-color: #955ad161;
  border-radius: 100px;
  position: absolute;
  inset: 0%;
}

.main-nav-dropdown {
  height: 100%;
  position: static;
}

.hero-dropdown-heading {
  color: var(--secondary);
  text-transform: uppercase;
  margin-top: 2em;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.main-nav-link {
  z-index: 1;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.main-nav-link:hover {
  color: #fff;
}

.main-nav-link.w--current {
  padding-top: 5px;
  padding-bottom: 5px;
  transition: background-position .2s, color .35s;
}

.main-nav-link.w--current:hover {
  background-image: none;
}

.main-nav-link.nav-link-dropdown {
  text-align: center;
  padding-right: 25px;
}

.main-nav-link.white-nav-link {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5px;
  padding-bottom: 5px;
}

.main-nav-link.white-nav-link.w--current {
  background-image: none;
}

.f2-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.main-phone-image-holder {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.mockup-iphone-holder {
  width: 100%;
}

.grid-images {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.feature-images-grid-holder {
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.feature-images-grid-holder._2 {
  left: 50%;
}

.feature-2-iphone-mockup {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
  position: relative;
}

.feature-app-carousel {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-carousel-image-holder {
  position: absolute;
  inset: 2% 4.5%;
}

.feature-carousel-image-holder._1 {
  right: 4.5%;
}

.feature-app-carousel-main {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.gray-body {
  background-color: #ededed;
}

.demo-border-button {
  color: #000;
  letter-spacing: 0;
  background-color: #fff0;
  border: 1.5px solid #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  padding: 13px 16px;
  transition: letter-spacing .35s, color .35s, border-color .35s;
  display: flex;
}

.demo-border-button:hover {
  border-width: 1.5px;
  border-color: var(--secondary);
  color: var(--secondary);
  letter-spacing: 1px;
}

.black-box-paragraph {
  color: #000;
  text-align: center;
  font-size: 16px;
}

.option-list, .field-label-2, .quantity, .buy-now-button {
  display: none;
}

.add-to-cart {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quantity-2, .buy-now-button-2, .field-label-3, .field-label-4, .quantity-3, .buy-now-button-3 {
  display: none;
}

.feature-app-carousel-holder {
  z-index: 97;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: relative;
}

.image-2 {
  z-index: -1;
  border-radius: 20px;
  width: 90%;
  height: 100%;
  position: absolute;
  inset: 2% 0% auto 7%;
}

.hero-text-home-1 {
  color: #ededed;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15vw;
  overflow: hidden;
}

.hero-text-home-1._2 {
  text-align: left;
  width: 50vw;
  padding-left: 1.5vw;
  line-height: 1.2;
}

.hero-text-home-1._1 {
  text-align: right;
  width: 50vw;
  padding-right: 1.5vw;
  line-height: 1.2;
}

.product-phone-image-holder-h1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  margin-right: -26vh;
  padding-top: 11vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-gradient-holder-h1 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  height: 60%;
  display: flex;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.h1-hero-section {
  background-color: #fff;
  padding-top: 3em;
  position: relative;
  overflow: hidden;
}

.home-hero-container-h1 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-text-holder-left {
  text-align: right;
  width: 50vw;
  position: relative;
  overflow: hidden;
}

.hero-text-holder-h1 {
  flex-direction: row;
  justify-content: center;
  width: 99vw;
  display: flex;
  position: absolute;
  top: 70px;
  overflow: hidden;
}

.hero-product-demo-h1 {
  width: 100%;
  height: 100%;
  margin-top: -96px;
  display: block;
  position: relative;
}

.product-container-h1 {
  z-index: 99;
  border-radius: 75px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-gradient-box-h1 {
  z-index: -2;
  background-image: url('../images/Gradient-Test.png');
  background-position: 0 0;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.product-phone-content-h1 {
  z-index: -1;
  border-radius: 8%;
  width: 27.7vh;
  margin-left: 9.7%;
  position: absolute;
  top: 12vh;
  bottom: 30vh;
  overflow: hidden;
}

.footer-gradient-line-holder {
  width: 100%;
}

.home-2-main-hero {
  position: relative;
}

.home-2-circles-parent {
  z-index: -1;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-v2-circles-holder {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.paragraph {
  text-align: left;
  margin-bottom: 40px;
  font-size: 16px;
}

.gray-light-paragraph {
  color: #787878;
  text-align: left;
  font-size: 16px;
}

.notification-link-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-paragraph {
  color: #9f9f9f;
}

.gray-paragraph-f3 {
  color: #c9c9c9;
  font-size: 22px;
  font-weight: 500;
}

.notification-button-holder {
  width: 30%;
}

.multi-element-holder {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.dropdown-toggle {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-radius: 4px;
  align-items: center;
  padding: 16px;
  font-size: 14px;
  font-weight: 400;
  transition: background-color .475s;
  display: flex;
}

.dropdown-toggle.w--open {
  z-index: 1;
  background-color: #ececec;
}

.dropdown-toggle.semi-bold {
  font-weight: 600;
}

.dropdown-toggle.semi-bold.category {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 16px;
  display: flex;
}

.dropdown-list {
  z-index: 10;
  border: 1px solid var(--secondary);
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  top: 46px;
  transform: translate(0);
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 2px solid #ececec;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 140px;
  top: 46px;
}

.category-small-container {
  z-index: 30;
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 0;
  position: relative;
}

.category-small-container.no-margins {
  z-index: 18;
  border: 1px solid var(--secondary);
  min-width: 140px;
  max-width: 150px;
  margin-bottom: 0;
  transform: translate(0);
}

.dropdown {
  z-index: 40;
  border-radius: 4px;
}

.dropdown.category {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  transform: translate(0);
}

.drop-down-arrow {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 15px;
  display: block;
}

.dropdown-link {
  color: var(--text-color);
  width: 100%;
  padding: 15px;
  font-weight: 500;
  transform: translate(0);
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--secondary);
}

.all-text {
  width: 80%;
}

.nav-holder {
  z-index: 99999;
  position: sticky;
  top: 0;
}

.nav-holder.black {
  background-color: #111;
}

.effortless-shopping-text {
  color: #fff;
}

.spline-scene {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: contain;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 0%;
  display: flex;
  position: relative;
  bottom: -45px;
}

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

.grid-4 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-4.client-grid {
  width: 100%;
}

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: auto;
  object-fit: fill;
  background-image: url('../images/site_logos_-_alu.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 9px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-width: 225px;
  min-height: 325px;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.div-block-2.x8 {
  background-image: url('../images/site_logos_-_x8.png');
  background-size: cover;
}

.div-block-2.madalgo {
  background-image: url('../images/site_logos_-_Madalgo.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-2.pingu {
  background-image: url('../images/lofi.png');
  background-size: cover;
}

.div-block-2.entr {
  background-image: url('../images/site_logos_-_Entr.png');
  background-size: cover;
}

.div-block-2.valeria {
  background-image: url('../images/site_logos_-_Valeria.png');
  background-size: cover;
}

.div-block-2.facebook {
  background-image: url('../images/site_logos_-_portal.png');
  background-size: cover;
}

.div-block-2.microsoft {
  background-image: url('../images/site_logos_-_expert_zone.png');
  background-size: cover;
}

.div-block-3 {
  background-image: linear-gradient(#00000036, #000);
  border-radius: 0 0 6px 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
  display: block;
}

.image-3 {
  object-fit: cover;
  border-radius: 6px;
  min-width: 115px;
  max-width: 300px;
}

.clients-header {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.div-block-4 {
  background-image: linear-gradient(#0c0c0c, #f2f2f200 49%, #76767600 61%, #5550 82%, #0c0c0c);
  padding-top: 100px;
  padding-bottom: 100px;
}

.parallaxbg {
  background-image: linear-gradient(#0000008f, #0000008f), url('../images/supernova.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: static;
}

.spline-scene-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.spline-scene-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 500px;
  min-width: auto;
  max-width: none;
  height: 400px;
  display: block;
  position: relative;
  top: 0;
}

.div-block-5 {
  background-color: #0000;
  background-image: linear-gradient(#000, #050505);
  border-bottom: 3px solid #ffffff2e;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-6 {
  background-image: linear-gradient(#000000eb, #000000eb), url('../images/blackhole.png');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  min-height: 200px;
  padding-top: 0;
  display: flex;
}

.spline-scene-4 {
  margin-top: 20px;
}

.bg-image-f3-2 {
  background-image: none;
  background-size: auto;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 720px;
  display: flex;
  position: absolute;
  inset: -8% 0% 0%;
}

.iphone-screen-image-2 {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  position: static;
}

.iphone-image-home-page-2 {
  z-index: 2;
  height: 100%;
  position: sticky;
}

.features-phone-holder-3 {
  perspective: 1500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.secondary-color-text-2 {
  color: #fff;
}

.button-with-border-2 {
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 14px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  transition: border-color .3s;
}

.button-with-border-2:hover {
  color: #fff;
  border-color: #ad68f3;
}

.home-3-button-holder-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 3em;
  display: flex;
}

.home-3-button-holder-2.f3 {
  justify-content: flex-start;
  width: 100%;
}

.gradient-button-h3-2 {
  color: var(--light-grey);
  letter-spacing: 0;
  background-image: linear-gradient(#f56c3b, #ff8052 51%, #db5d30 81%, #79290c);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  padding: 14px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  transition: letter-spacing .35s, opacity .35s;
  display: flex;
}

.gradient-button-h3-2:hover {
  opacity: .71;
  color: #fafafa;
  letter-spacing: 1px;
}

.gradient-button-h3-2.w--current {
  background-image: linear-gradient(#141738, #6e2aa2);
}

.notification-link-2 {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #181818;
  border-radius: 40px;
  align-items: center;
  padding: 2px 12px 2px 2px;
  font-weight: 500;
  transition-property: background-color;
  display: flex;
}

.notification-link-2:hover {
  color: #fff;
  background-color: #ad68f338;
}

.notification-link-2.f3 {
  width: 280px;
}

.notification-link-2.f3:hover {
  background-color: #2b1102;
}

.features-hero-3 {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-size: 76px;
  font-weight: 700;
  line-height: 1.1;
}

.section-4 {
  z-index: 1;
  position: relative;
}

.section-4.overflow-hidden {
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.div-block-7 {
  background-image: url('../images/blackhole-half.png');
  background-position: 50%;
  background-size: auto;
  border-radius: 12px;
  min-width: 100%;
  min-height: 100%;
}

.div-block-8 {
  background-image: url('../images/zomega-alt-logo.png');
  background-position: 50%;
  background-size: cover;
  min-width: 350px;
  max-width: 500px;
  min-height: 85px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-9 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 0;
}

.heading {
  color: #fff;
}

.div-block-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 1230px;
  display: flex;
}

.image-4 {
  z-index: 2;
  max-width: 35%;
  max-height: 20%;
  position: relative;
  top: 42px;
}

.image-4.stratdev {
  max-width: 80%;
  position: relative;
  top: 93px;
}

.fn-button {
  color: #0f1213;
  text-align: center;
  background-color: #df0;
  border: 1px solid #df0;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  transition: opacity .25s, border-color .25s;
  display: flex;
}

.fn-button:hover {
  opacity: .9;
  border-color: #0f1213;
}

.fn-button-secondery-navbar {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-secondery-navbar:hover {
  background-color: #3e4545;
}

.fn-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.fn-link-arrow {
  color: #de4b13;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 18px;
  margin-left: 10px;
  display: flex;
}

.fn-link-with-arrow {
  color: #df0;
  align-items: center;
  margin-top: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.fn-blog-info-wrapper-second {
  grid-column-gap: 8px;
  color: #939b9b;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.fn-heading-5 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-heading-5:hover {
  color: #fff;
}

.spacer-s {
  width: 24px;
  height: 24px;
}

.fn-category-pill {
  color: #ecf0ef;
  background-color: #3e4545;
  border-radius: 34px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  line-height: 1em;
  display: flex;
}

.fn-features-card-about {
  color: #ecf0ef;
  background-color: #1d1f1e;
  border: 1px solid #0f1213;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -12px;
  padding: 24px;
  text-decoration: none;
  transition: border-color .25s;
  display: flex;
}

.fn-features-card-about:hover {
  border-color: #e24d13;
}

.fn-standard-white-link {
  color: #ecf0ef;
  font-size: 18px;
  line-height: 1.4em;
  transition: color .25s;
  display: block;
}

.fn-standard-white-link:hover {
  color: #c33500;
}

.fn-standard-white-link.w--current {
  color: #df0;
}

.fn-navbar-label-line-about {
  background-color: #3e4545;
  width: 100%;
  height: 1px;
}

.fn-navbar-about-us-link-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #cdd3d2;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 24px;
  display: flex;
}

.fn-links-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.fn-navbar-link-list-conetainer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-navbar-link-list-advence {
  text-align: left;
  background-color: #0f1213;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
  inset: 100% auto auto 0%;
}

.fn-navbar-link-list-advence.first-look {
  display: flex;
}

.fn-dropdown-link-icon {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 8px;
  margin-left: 8px;
  display: flex;
}

.fn-navbar-link-second {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-right: 20px;
  transition: color .25s;
  display: flex;
}

.fn-navbar-link-second:hover, .fn-navbar-link-second.w--current {
  color: #df0;
}

.fn-navbar-link-second-2 {
  color: #ecf0ef;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: underline;
}

.fn-dorpdown-link-advence {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.fn-paragraph-no-margin-navbar {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-product-icon {
  color: #df0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fn-product-icon-2 {
  object-fit: contain;
  width: 19px;
  height: 19px;
  margin-bottom: 0;
}

.navbar-product-card-intro {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #ecf0ef;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.navbar-product-card {
  background-color: #1d1f1e;
  border-radius: 16px;
  padding: 26px;
  text-decoration: none;
  transition: background-color .25s;
}

.navbar-product-card:hover {
  background-color: #3e4545;
}

.fn-paragraph {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-heading-4 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3em;
}

.navbar-product-card-featured-card {
  color: #ecf0ef;
  border: 1px solid #df0;
  border-radius: 16px;
  flex-direction: column;
  padding: 24px 100px 24px 24px;
  text-decoration: none;
  display: flex;
}

.fn-navbar-label-line {
  background-color: #3e4545;
  flex: 1;
  height: 1px;
}

.fn-navbar-label {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #cdd3d2;
  align-items: center;
  display: flex;
}

.fn-paragraph-navbar-2 {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-features-icon {
  color: #df0;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  margin-bottom: 24px;
  display: flex;
}

.fn-navbar-card-solution {
  color: #ecf0ef;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 256px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.fn-navbar-links-wrapper-advence {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.fn-navbar-menu-wrapper-second {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.fn-navbar-menu-advence {
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: static;
}

.fn-contain-logo {
  color: #df0;
  object-fit: contain;
  object-position: 0% 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.fn-brand-box {
  object-fit: contain;
  object-position: 0% 50%;
  width: 106px;
  height: 21.55px;
  margin-right: 0;
  transition: opacity .25s;
}

.fn-brand-box:hover {
  opacity: .7;
}

.fn-brand-box.w--current {
  width: 8%;
  height: auto;
}

.fn-navbar-container-advence {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1310px;
  display: flex;
}

.fn-navbar-advence {
  background-color: #0f1213;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px 15px;
  display: flex;
  position: sticky;
  top: 0;
}

.fn-button-wrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.fn-navbar-link-list-advence-2 {
  text-align: left;
  background-color: #0f1213;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
  inset: 100% auto auto 0%;
}

.fn-navbar-link-list-advence-2.first-look {
  display: flex;
}

.fn-dropdown-link-icon-2 {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 8px;
  margin-left: 8px;
  display: flex;
}

.fn-dropdown-link-icon-2:hover {
  color: #a73c12;
}

.fn-navbar-link-second-3 {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-right: 20px;
  transition: color .25s;
  display: flex;
}

.fn-navbar-link-second-3:hover {
  color: #da4b13;
}

.fn-navbar-link-second-3.w--current {
  color: #df0;
}

.fn-heading-6 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3em;
}

.fn-brand-box-2 {
  object-fit: contain;
  object-position: 0% 50%;
  width: 106px;
  height: 21.55px;
  margin-right: 0;
  transition: opacity .25s;
}

.fn-brand-box-2:hover {
  opacity: .7;
}

.fn-navbar-advence-2 {
  background-color: #0f1213;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.fn-footer-copyright {
  color: #687373;
  font-size: 16px;
}

.fn-legal-links-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-wrap: wrap;
  display: flex;
}

.fn-footer-legal-link {
  color: #939b9b;
  transition: color .25s;
}

.fn-footer-legal-link:hover {
  color: #e24d13;
}

.fn-footer-line {
  background-color: #3e4545;
  width: 100%;
  height: 1px;
  margin-top: 36px;
  margin-bottom: 10px;
}

.fn-social-link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.fn-social-link-icon:hover {
  color: #e24d13;
}

.fn-social-link {
  color: #687373;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .25s;
  display: flex;
}

.fn-social-link:hover {
  color: #df0;
}

.fn-social-share-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fn-standard-white-link-2 {
  color: #ecf0ef;
  font-size: 18px;
  line-height: 1.4em;
  transition: color .25s;
  display: block;
}

.fn-standard-white-link-2:hover {
  color: #e24d13;
}

.fn-standard-white-link-2.w--current {
  color: #e34d12;
}

.fn-links-wrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.fn-contain-logo-2 {
  color: #df0;
  object-fit: contain;
  object-position: 0% 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.fn-brand-footer {
  object-fit: contain;
  object-position: 0% 50%;
  width: 106px;
  height: 21.55px;
  margin-right: 20px;
}

.fn-container-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-footer-first {
  color: #ecf0ef;
  background-color: #0f1213;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.text-block-12 {
  color: var(--secondary);
}

.image-6 {
  max-width: 25%;
}

.image-6.hjeader {
  max-width: 50px;
  margin-bottom: 20px;
}

.fn-button-secondery {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 137px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-secondery:hover {
  background-color: #3e4545;
}

.fn-link-arrow-2 {
  color: #e24d13;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 18px;
  margin-left: 10px;
  display: flex;
}

.fn-link-with-arrow-2 {
  color: #e24d13;
  align-items: center;
  margin-top: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.fn-paragraph-2 {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-paragraph-2.hide-on-mobile {
  font-family: Outfit, sans-serif;
}

.fn-heading-7 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-category-pill-2 {
  color: #ecf0ef;
  background-color: #3e4545;
  border-radius: 34px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  line-height: 1em;
  display: flex;
}

.fn-blog-info-wrapper {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.fn-features-card-column {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.fn-features-card-image {
  object-fit: cover;
  width: 100%;
  height: 225px;
}

.fn-features-card-with-image {
  color: #ecf0ef;
  background-color: #0f1213;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.fn-features-card-with-image:hover {
  color: #ecf0ef;
}

.fn-heading-3 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-blog-slider {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 40px;
  display: flex;
}

.fn-paragraph-no-margin {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

.fn-heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Mona Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fn-container-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-section {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.section-5 {
  background-image: linear-gradient(#00000087, #00000087), url('../images/hero-7.png');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  min-height: 250px;
  display: flex;
}

.fn-heading-8 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-heading-9 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-heading-9.fn-heading-5 {
  font-family: Outfit, sans-serif;
  font-size: 26px;
}

.text-block-13 {
  color: #e24d13;
}

.text-block-14, .text-block-15 {
  font-family: Outfit, sans-serif;
}

.text-block-16 {
  color: #ff9268;
  font-family: Mona Sans, sans-serif;
  position: static;
}

.div-block-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--secondary);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row.button-row-center {
  justify-content: center;
}

.uui-text-size-small {
  color: var(--dim-grey);
  letter-spacing: normal;
  font-family: Outfit, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-divider {
  color: var(--untitled-ui--gray600);
  margin-left: .25rem;
  margin-right: .25rem;
  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: 1.5;
}

.uui-text-divider.text-size-small {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
}

.uui-blogsection01_date-wrapper {
  align-items: center;
  display: flex;
}

.uui-blogsection01_author-heading {
  color: var(--white-color);
  letter-spacing: normal;
  font-family: Outfit, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-blogsection01_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
}

.uui-blogsection01_author-image-wrapper {
  margin-right: .75rem;
}

.uui-blogsection01_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.uui-text-size-medium {
  color: var(--dim-grey);
  letter-spacing: normal;
  font-family: Mona Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-blogsection01_icon {
  color: var(--secondary);
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: .25rem;
  margin-left: .5rem;
  display: flex;
}

.uui-heading-xsmall {
  color: var(--white-color);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
}

.uui-blogsection01_title-link {
  color: var(--untitled-ui--gray900);
  justify-content: space-between;
  margin-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.uui-blogsection01_category-link {
  color: var(--untitled-ui--primary700);
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .3s;
}

.uui-blogsection01_category-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-blogsection01_category-link.w--current {
  border-bottom: 2px solid #000;
}

.uui-blogsection01_image {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-blogsection01_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.uui-blogsection01_image-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.uui-blogsection01_image-link:hover {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.uui-blogsection01_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.uui-blogsection01_component {
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.uui-text-size-large {
  color: var(--dim-grey);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large {
  width: 100%;
  max-width: 100%;
}

.uui-max-width-large.align-center, .align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.uui-padding-vertical-xhuge {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.text-block-17, .text-block-18, .text-block-19 {
  color: var(--secondary);
  font-family: Outfit, sans-serif;
}

.uui-text-style-link {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-text-size-small-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--secondary);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  background-image: linear-gradient(#cb4613, #cb4613);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-2.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
}

.uui-form_input {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  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: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray900);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-form_input.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.uui-blogpost04_form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.uui-blogpost04_form {
  margin-bottom: 0;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-medium-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  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: 1.5;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xsmall-2 {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  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: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-featured-large {
  background-color: var(--untitled-ui--primary100);
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-blogpost04_newsletter {
  background-color: var(--untitled-ui--gray50-2);
  border-radius: 1rem;
  padding: 2rem 2rem 2.5rem;
  position: sticky;
  top: 5rem;
}

.uui-text-rich-text {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.uui-text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h4 {
  color: var(--light-grey);
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  font-family: Outfit, sans-serif;
}

.uui-text-rich-text h5 {
  color: var(--primary);
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: Outfit, sans-serif;
}

.uui-text-rich-text h6 {
  color: var(--secondary);
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: Outfit, sans-serif;
}

.uui-text-rich-text p {
  margin-bottom: 1rem;
  font-family: Outfit, sans-serif;
}

.uui-text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: Outfit, sans-serif;
  font-style: italic;
}

.uui-text-rich-text a {
  text-decoration: underline;
}

.uui-text-rich-text figcaption {
  color: var(--dim-grey);
  text-align: left;
  margin-top: 1rem;
  font-family: Outfit, sans-serif;
  font-size: .875rem;
}

.uui-blogpost04_content {
  margin-bottom: 4rem;
}

.uui-blogpost04_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-button-icon {
  color: var(--secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon.text-color-gray400 {
  color: var(--untitled-ui--gray400);
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray.is-button-small {
  grid-column-gap: .5rem;
  border-color: var(--untitled-ui--gray900);
  background-color: var(--text-color);
  color: var(--primary);
  padding: .5rem 1rem;
  font-family: Outfit, sans-serif;
  font-size: 1rem;
}

.uui-button-secondary-gray.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.uui-button-secondary-gray.icon-only {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: flex;
}

.uui-blogpost04_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: grid;
}

.uui-blogpost04_author-text {
  color: var(--dim-grey);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.uui-blogpost04_author-subheading {
  color: var(--secondary);
  letter-spacing: normal;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-blogpost04_author-content {
  margin-right: 4rem;
}

.uui-blogpost04_author-wrapper {
  align-items: center;
  display: flex;
}

.uui-blogpost04_content-top {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.uui-blogpost04_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-blogpost04_image-wrapper {
  width: 100%;
  margin: 4rem auto 2rem;
  padding-top: 40%;
  position: relative;
  overflow: hidden;
}

.uui-text-size-xlarge {
  color: var(--dim-grey);
  font-family: Mona Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-heading-large {
  color: var(--primary);
  margin-top: 2rem;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-blogpost04_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-blogpost04_read-time {
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.uui-blogpost04_category-link {
  background-color: var(--untitled-ui--white);
  color: var(--secondary);
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.uui-blogpost04_category-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-blogpost04_meta-wrapper {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 1rem;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 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;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-blogpost04_header {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-padding-vertical-xhuge-2 {
  max-width: 1200px;
  padding-top: 2rem;
  padding-bottom: 7rem;
}

.text-block-20 {
  color: var(--dim-grey);
  font-family: Outfit, sans-serif;
}

.text-block-21 {
  color: var(--secondary);
}

.div-block-13 {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/hero-7.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}

.container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
  display: flex;
  position: relative;
}

.center-heading-2 {
  color: #fff;
  text-align: center;
  font-family: Mona Sans, sans-serif;
  font-size: 52px;
}

.center-heading-2.results {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  font-family: Outfit, sans-serif;
  display: flex;
}

.center-heading-2.diff {
  font-family: Outfit, sans-serif;
  font-size: 36px;
}

.team-lead-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 5em;
  position: relative;
}

.center-text-3 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2em 5em;
  display: flex;
  position: relative;
}

.gradient-text-simple-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #e49b81 50%, #de958c);
  -webkit-background-clip: text;
  background-clip: text;
}

.team-lead-grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 5em;
  position: relative;
}

.card-about-content-2 {
  color: #fff;
  font-family: Mona Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.center-text-4 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.center-text-4.about {
  margin-top: 60px;
}

.left-arrow-2 {
  z-index: 11;
  background-color: #000;
  background-image: linear-gradient(90deg, #e9b39e, #e24d13 22% 55%, #812c0a 80%, #e24d13);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: auto 9% 7% auto;
}

.grid-3-col-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.right-arrow-2 {
  background-color: #000;
  background-image: linear-gradient(261deg, #fff, #9c3b14 25%, #b85a36 55%, #e24d13 80%, #e24d13);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  inset: auto 3% 7% auto;
}

.container-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
  display: flex;
  position: relative;
}

.document-image-2 {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  transform: perspective(2000px);
}

.list-holder-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.grid-2-col-3 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
}

.tiny-title-2 {
  color: #1d1f1c;
  letter-spacing: 1px;
  text-transform: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #01a4ff, #fff 0%, #e47a00);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  position: static;
}

.tiny-title-2.other {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-size: 24px;
  font-style: normal;
}

.uui-contact05_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.error-text {
  color: #e23939;
}

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

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

.success-message-2 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.uui-form-checkbox-label {
  color: var(--dim-grey);
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-checkbox-icon {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  cursor: pointer;
  border-radius: .375rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon:hover {
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
}

.uui-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
  box-shadow: none;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-radius: .25rem;
}

.uui-form-checkbox-icon.w--redirected-focus {
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
  box-shadow: 0 0 0 4px var(--untitled-ui--primary100);
  border-radius: .25rem;
}

.uui-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.uui-field-label {
  color: var(--dim-grey);
  margin-bottom: .5rem;
  font-family: Mona Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-field-wrapper {
  position: relative;
}

.uui-contact05_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.uui-contact05_form-wrapper {
  flex-direction: column;
  align-items: stretch;
  margin-top: 3rem;
  margin-bottom: 0;
}

.uui-text-style-link-02 {
  color: var(--secondary);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.uui-text-style-link-02:hover {
  color: var(--primary);
}

.uui-text-size-large-2 {
  color: var(--dim-grey);
  letter-spacing: normal;
  font-family: Mona Sans, sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}

.uui-heading-medium-2 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-medium-2.larger {
  font-size: 5rem;
}

.uui-contact05_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.uui-padding-vertical-xhuge-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.image-7 {
  max-width: 50px;
}

.section-6 {
  height: auto;
  min-height: auto;
}

.body {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.container-6 {
  max-width: 1200px;
}

.error-text-2 {
  color: #e23939;
}

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

.success-text-2 {
  font-weight: 600;
}

.success-message-3 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-button-3 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--secondary);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-3:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--link-bg-grey);
}

.uui-button-3:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-form-button-wrapper-2 {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.uui-text-style-link-2 {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-2:hover {
  color: var(--untitled-ui--gray700);
}

.uui-form-checkbox-label-2 {
  color: var(--untitled-ui--gray700);
  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;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-checkbox-icon-2 {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  cursor: pointer;
  border-radius: .375rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon-2:hover {
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
}

.uui-form-checkbox-icon-2.w--redirected-checked {
  border-width: 1px;
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
  box-shadow: none;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-radius: .25rem;
}

.uui-form-checkbox-icon-2.w--redirected-focus {
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
  box-shadow: 0 0 0 4px var(--untitled-ui--primary100);
  border-radius: .25rem;
}

.uui-form-checkbox-2 {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.uui-form_input-2 {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  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: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-2:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray900);
}

.uui-form_input-2::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-form_input-2.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.uui-form_input-2.select {
  color: var(--untitled-ui--gray900);
  background-color: #fff;
}

.uui-field-label-2 {
  color: var(--untitled-ui--gray700);
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-field-wrapper-2 {
  position: relative;
}

.uui-form-radio-label {
  color: var(--untitled-ui--gray700);
  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-weight: 500;
}

.uui-form-radio-icon {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  cursor: pointer;
  border-radius: 100px;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-radio-icon:hover {
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
}

.uui-form-radio-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
  background-image: url('../images/check-circle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.uui-form-radio-icon.w--redirected-focus {
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
  box-shadow: 0 0 0 4px var(--untitled-ui--primary100);
  margin-top: 0;
}

.uui-form-radio-icon.tick-icon.w--redirected-checked {
  background-color: var(--untitled-ui--primary600);
  background-image: url('../images/check-tick.svg');
}

.uui-form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form-radio-2col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-contact04_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-contact04_form-wrapper {
  flex-direction: column;
  align-items: stretch;
}

.uui-text-style-link-02-2 {
  color: var(--untitled-ui--primary700);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.uui-icon-1x1-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-contact04_icon-wrapper {
  color: var(--untitled-ui--primary600);
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-contact04_item {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.uui-contact04_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.uui-text-size-large-3 {
  color: var(--bg-grey);
  letter-spacing: normal;
  font-family: Mona Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-3 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3;
}

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

.uui-padding-vertical-xhuge-4 {
  padding-top: 4rem;
  padding-bottom: 7rem;
}

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

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-button-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon-2.text-color-gray400 {
  color: var(--untitled-ui--gray400);
}

.uui-button-icon-2.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-2:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray-2:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray-2.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.uui-button-secondary-gray-2.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.uui-button-secondary-gray-2.icon-only {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: flex;
}

.uui-button-secondary-gray-2.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-2.button-row-center {
  justify-content: center;
}

.uui-text-size-medium-3 {
  color: var(--dim-grey);
  letter-spacing: normal;
  text-transform: capitalize;
  font-family: Mona Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall-2 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall {
  color: var(--primary);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout75_icon {
  width: 4rem;
  height: 4rem;
  margin-top: -2rem;
}

.uui-layout75_item {
  background-color: var(--untitled-ui--gray50-2);
  text-align: center;
  background-image: linear-gradient(#0f1213, #0f1213);
  border-radius: 1rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  padding: 0 1.5rem 2rem;
  font-family: Mona Sans, sans-serif;
  display: flex;
}

.uui-layout75_item:hover {
  border: 1px solid var(--secondary);
}

.uui-layout75_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  width: 100%;
  max-width: 1200px;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.uui-badge {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge.is-pink {
  background-color: var(--untitled-ui--pink50);
  color: var(--untitled-ui--pink700);
}

.uui-badge.is-indigo {
  background-color: var(--untitled-ui--indigo50);
  color: var(--untitled-ui--indigo700);
}

.uui-badge.is-primary {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
}

.uui-max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-2.align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.uui-layout75_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-22 {
  color: var(--secondary);
  font-family: Mona Sans, sans-serif;
}

.body-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.uui-text-size-xlarge-2 {
  color: var(--bg-grey);
  font-family: Mona Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-text-size-xlarge-2.show-tablet {
  display: none;
}

.uui-max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.uui-header05_content-right {
  margin-top: 2.75rem;
}

.uui-space-medium-2 {
  width: 100%;
  min-height: 2rem;
}

.show-tablet {
  display: none;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-large-2 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-subheading-2 {
  color: var(--secondary);
  margin-bottom: .75rem;
  font-family: Mona Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-header05_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge-5 {
  padding-top: 0;
  padding-bottom: 7rem;
}

.div-block-14 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.section-7 {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.tab-link-tab-1, .tab-link-tab-1.w--current {
  background-color: #0f1213;
}

.tab-link-tab-2 {
  background-color: #000;
}

.text-block-23 {
  color: var(--secondary);
}

.uui-button-4 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-4:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-4:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-4.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-heading-large-3 {
  color: var(--untitled-ui--gray900);
  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: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-subheading-3 {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-text-size-medium-4 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  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: 1.5;
}

.uui-text-divider-2 {
  color: var(--untitled-ui--gray600);
  margin-left: .25rem;
  margin-right: .25rem;
  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: 1.5;
}

.uui-blogpost01_date-wrapper {
  align-items: center;
  display: flex;
}

.uui-blogpost01_author-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  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: 1.125rem;
  font-weight: 600;
}

.uui-blogpost01_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.uui-blogpost01_author-image-wrapper {
  margin-right: 1rem;
}

.uui-blogpost01_author-wrapper {
  align-items: center;
  display: flex;
}

.uui-blogpost01_divider {
  background-color: var(--secondary);
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.uui-blogpost01_tag-list {
  grid-column-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.uui-blogpost01_tag-list-wrapper {
  width: 50%;
}

.uui-blogpost01_share {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.uui-blogpost01_share-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-blogpost01_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.uui-blogpost01_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.uui-text-rich-text-2 {
  color: var(--untitled-ui--gray600);
  font-family: Mona Sans, sans-serif;
}

.uui-text-rich-text-2 h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text-2 h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.uui-text-rich-text-2 h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text-2 h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text-2 h5 {
  color: var(--primary);
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: Mona Sans, sans-serif;
}

.uui-text-rich-text-2 h6 {
  color: var(--secondary);
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text-2 p {
  color: #fff;
  margin-bottom: 1rem;
  font-family: Mona Sans, sans-serif;
  font-weight: 400;
}

.uui-text-rich-text-2 blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-style: italic;
}

.uui-text-rich-text-2 a {
  text-decoration: underline;
}

.uui-text-rich-text-2 figcaption {
  color: var(--untitled-ui--gray500);
  text-align: left;
  margin-top: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
}

.uui-blogpost01_content {
  margin-bottom: 4rem;
}

.align-center-2 {
  margin-left: auto;
  margin-right: auto;
}

.uui-blogpost01_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-blogpost01_image-wrapper {
  width: 100%;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.uui-blogpost01_content-top {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 3rem;
  display: flex;
}

.uui-breadcrumb-link {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.uui-breadcrumb-link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-breadcrumb-link.w--current {
  color: var(--untitled-ui--primary700);
  font-weight: 600;
}

.uui-breadcrumb-link.w--current:hover {
  color: var(--untitled-ui--primary800);
}

.uui-breadcrumb-divider {
  color: var(--untitled-ui--gray500);
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.uui-blogpost01_breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
}

.uui-blogpost01_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-heroheader01_pattern-image {
  width: 18.625rem;
  position: absolute;
  top: -6%;
  right: -21%;
}

.uui-heroheader01_fileupload-image2 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: .5rem;
  width: 23rem;
  min-width: 15rem;
  max-width: 50%;
  position: relative;
  left: 87px;
}

.uui-heroheader01_fileupload-image1 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: .5rem;
  width: 23rem;
  min-width: 23rem;
  margin-bottom: .75rem;
  position: relative;
  left: 30px;
}

.uui-heroheader01_fileupload-image-wrapper {
  width: 23rem;
  position: absolute;
  inset: auto auto 5% -16%;
}

.uui-heroheader01_fileupload-image-wrapper.hide-mobile-landscape {
  display: none;
}

.uui-heroheader01_image {
  object-fit: contain;
  border-top-left-radius: 10rem;
  width: 100%;
  height: 40rem;
  display: inline-block;
}

.uui-heroheader01_image-wrapper {
  position: relative;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.uui-heading-xlarge {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heroheader01_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge-6 {
  padding-top: 4rem;
  padding-bottom: 7rem;
}

.uui-section_heroheader01 {
  background-image: url('../images/hero-7.png');
  background-position: 0 0;
  background-size: auto;
  overflow: hidden;
}

.div-block-15 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-holder-2 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin-top: 1.1em;
  padding-right: 20px;
  display: flex;
}

.container-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
  display: flex;
  position: relative;
}

.purple-gradient-text-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(131deg, #fff, #e27010 100%, #d86e3a);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 55px;
  font-weight: 500;
  line-height: 1.3;
}

.trusted-by-holder-2 {
  flex-flow: column;
  display: flex;
}

.text-xl-2 {
  font-size: 24px;
  font-weight: 300;
}

.trusted-by-icon-2 {
  min-width: 50px;
  max-width: 100px;
}

.image-8 {
  max-width: 250px;
  margin-bottom: 20px;
}

.text-span {
  color: #e24d13;
  font-weight: 700;
}

.div-block-16 {
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 100%;
  display: flex;
}

.body-4 {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.uui-text-size-xlarge-3 {
  color: var(--dim-grey);
  font-family: Mona Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-heading-large-4 {
  color: var(--white-color);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-header07_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center stretch;
  display: grid;
}

.uui-padding-vertical-xhuge-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

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

.uui-page-padding-3 {
  background-image: url('../images/hero-7.png');
  background-position: 50%;
  background-size: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_header07 {
  display: block;
}

.section-8 {
  min-height: 100%;
}

.uui-button-icon-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon-3.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-button-link-2 {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 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;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-2:hover {
  color: var(--untitled-ui--primary800);
}

.uui-button-row-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-small-3 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-medium-5 {
  color: var(--dim-grey);
  letter-spacing: normal;
  font-family: Mona Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall-3 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xsmall-3 {
  color: var(--primary);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-icon-1x1-xsmall-3 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-icon-featured-outline-large {
  border: .5rem solid var(--untitled-ui--primary50);
  background-color: var(--untitled-ui--primary100);
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-layout47_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-layout47_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.uui-page-padding-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-heroheader03_arrow-image {
  position: absolute;
  bottom: 5rem;
  left: -12rem;
}

.uui-heroheader03_image {
  object-fit: cover;
  border-top-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
  width: 100%;
  height: 40rem;
}

.uui-heroheader03_image-wrapper {
  position: relative;
}

.uui-button-5 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-5:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-5:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-5.is-button-large {
  grid-column-gap: .75rem;
  background-color: var(--light-grey);
  color: var(--text-color);
  border-style: none;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-5.is-button-large:hover {
  background-color: var(--secondary);
  color: var(--untitled-ui--gray900);
  font-family: Mona Sans, sans-serif;
  font-weight: 500;
}

.uui-button-5.is-button-large:active {
  justify-content: space-between;
  align-items: flex-start;
}

.uui-button-wrapper-3.max-width-full-mobile-landscape:hover {
  color: #fff;
}

.uui-button-secondary-gray-3 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-3:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray-3:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray-3.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-space-large-2 {
  width: 100%;
  min-height: 3rem;
}

.uui-text-size-xlarge-4 {
  color: var(--dim-grey);
  font-family: Mona Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-max-width-medium-2 {
  width: 100%;
  max-width: 35rem;
}

.uui-heading-xlarge-2 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heroheader03_content {
  z-index: 1;
  margin-right: -6rem;
  position: relative;
}

.uui-heroheader03_component {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-section_heroheader03 {
  overflow: hidden;
}

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

.section-9 {
  margin-top: 100px;
  margin-bottom: 220px;
}

.div-block-17 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-9 {
  max-width: 25%;
}

.heading-2 {
  color: #fff;
  text-align: center;
}

.heading-2.headingservices {
  margin-bottom: 40px;
  font-weight: 600;
}

.paragraph-3 {
  text-align: center;
  font-family: Mona Sans, sans-serif;
}

.div-block-18 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.container-8 {
  max-width: 1200px;
}

.paragraph-4 {
  margin-top: 0;
  font-family: Mona Sans, sans-serif;
}

.text-span-2 {
  color: var(--zero);
}

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

.uui-button-6 {
  grid-column-gap: .5rem;
  border: 1px none var(--light-grey);
  background-color: var(--zero);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-6:hover {
  border-style: none;
  border-color: var(--untitled-ui--primary700);
  background-color: var(--link-bg-grey);
}

.uui-button-6:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-icon-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-secondary-gray-4 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-4:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray-4:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-row-4 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-4.button-row-center {
  justify-content: center;
}

.uui-text-size-medium-6 {
  color: var(--dim-grey);
  letter-spacing: normal;
  font-family: Mona Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall-4 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-2 {
  color: var(--white-color);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-space-xsmall-3 {
  width: 100%;
  min-height: 1rem;
}

.uui-layout91_icon {
  width: 4rem;
  height: 4rem;
  margin-top: -2rem;
}

.uui-layout91_item {
  background-color: var(--light-grey);
  text-align: center;
  background-image: linear-gradient(#0c0c0c, #0c0c0c);
  border-radius: 1rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 215px;
  margin-top: 2rem;
  padding: 0 1.5rem 2rem;
  display: flex;
}

.uui-layout91_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.uui-layout91_list.bottom {
  margin-top: 0;
}

.uui-text-size-large-4 {
  color: var(--dim-grey);
  letter-spacing: normal;
  font-family: Mona Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium-4 {
  color: var(--white-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-badge-2 {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge-2.is-primary {
  background-color: var(--text-color);
  color: var(--untitled-ui--primary700);
}

.uui-max-width-large-3 {
  width: 100%;
  max-width: 48rem;
}

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

.uui-layout91_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-padding-vertical-xhuge-8 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.uui-page-padding-5 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-page-padding-5.services {
  background-image: linear-gradient(#000000eb, #000000eb), url('../images/AdobeStock_360673591-Converted-1-2.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-bottom: 0;
  padding-bottom: 100px;
}

.uui-section_layout91 {
  background-image: linear-gradient(#000000eb, #000000eb), url('../images/AdobeStock_360673591-Converted-1-2.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.text-block-24 {
  color: var(--zero);
  font-family: Mona Sans, sans-serif;
}

.text-block-25 {
  color: #fff;
  position: relative;
}

.dropdown-toggle-2 {
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 10px;
  position: static;
}

.dropdown-toggle-2.w--open {
  position: relative;
}

.dropdown-2 {
  margin-left: 0;
  margin-right: 0;
}

.icon-2 {
  color: #fff;
  padding-left: 0;
  position: absolute;
  left: 128.969px;
}

.dropdown-link-2 {
  color: var(--primary);
  background-color: #1f1f1f;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
}

.dropdown-link-2:hover {
  color: var(--primary);
  background-color: #e24d13;
  font-family: Mona Sans, sans-serif;
  font-weight: 700;
}

.image-10 {
  display: none;
}

.bold-text-3 {
  font-weight: 700;
}

.ctapic {
  max-width: 30%;
  position: relative;
  top: 59px;
}

.image-11 {
  position: relative;
}

.image-11.computer {
  max-width: 75%;
}

.image-11.rocket {
  top: 32px;
  left: 63px;
}

.italic-text {
  font-family: Mona Sans, sans-serif;
}

.italic-text-2 {
  font-style: normal;
}

.uui-button-7 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-7:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-7:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-secondary-gray-5 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-5:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray-5:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-row-5 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-medium-3 {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-xlarge-5 {
  color: var(--light-grey);
  margin-top: 10px;
  font-family: Outfit, sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}

.uui-space-small-4 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-large-5 {
  color: var(--white-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-large-5.caseheading {
  font-size: 2rem;
}

.uui-heading-subheading-4 {
  color: var(--secondary);
  margin-bottom: .75rem;
  font-family: Mona Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large-4 {
  width: 100%;
  max-width: 48rem;
}

.uui-padding-vertical-xhuge-9 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.uui-page-padding-6 {
  background-image: linear-gradient(#000000e6, #000000e6), url('../images/site_logos_-_alu.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-left: 2rem;
  padding-right: 2rem;
}

.div-block-20 {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  background-color: #0f1213;
  border: 1px #000;
  border-radius: 6px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 10px 20px 20px;
  display: flex;
}

.div-block-21 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.text-span-3 {
  color: #e57f0b;
  font-size: 24px;
}

.casestudyimg {
  vertical-align: baseline;
  max-width: 15%;
  max-height: 50%;
  display: block;
}

.div-block-22 {
  border-top: 1px solid var(--secondary);
  width: 100%;
}

.text-span-4 {
  color: var(--secondary);
  font-weight: 700;
}

.text-span-5 {
  color: var(--secondary);
  font-weight: 600;
}

.image-12 {
  max-width: 50%;
}

.image-13 {
  margin-top: 100px;
}

.image-14 {
  max-width: 15%;
  margin-bottom: 20px;
}

.image-15 {
  border-radius: 6px;
  max-width: 500px;
}

.text-span-6, .text-span-7 {
  color: #ff6a31;
  font-weight: 700;
}

.paragraph-5 {
  margin-top: 10px;
}

@media screen and (min-width: 1280px) {
  .section.overflow-hidden {
    background-image: none;
  }

  .container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2em;
    padding-bottom: 2em;
    display: flex;
  }

  .container.header {
    max-width: 83%;
  }

  .fade-in-move-on-scroll {
    width: 100%;
  }

  .show-more-button.h2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-2 {
    font-size: 17px;
  }

  .hero-nav-link {
    font-size: 16px;
  }

  .hero-nav-link:hover, .hero-nav-link.w--current {
    color: var(--secondary);
  }

  .nav-brand-logo {
    max-height: 45px;
  }

  .dark-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .center-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 40px;
  }

  .card-item-content-holder.bottom4.blog {
    border-radius: 12px;
    margin-top: 140px;
    margin-bottom: 100px;
  }

  .notification-link:hover {
    background-color: #fd934230;
  }

  .iphone-screen-image.notification.notification2 {
    position: relative;
  }

  .tiny-title {
    font-family: Mona Sans, sans-serif;
    font-weight: 700;
  }

  .feature-grid-2 {
    margin-top: auto;
  }

  .home-3-button-holder.center {
    justify-content: center;
    align-items: center;
  }

  .gradient-button-h3 {
    background-image: linear-gradient(#f6cd9e, #ff9443 56%, #8a7b74 100%, #0a0a0a);
  }

  .feature-bg-image.features-2 {
    perspective: 2000px;
  }

  .review-image.features-2 {
    object-fit: fill;
    border-radius: 24px;
  }

  .person-review-holder.w {
    border-radius: 20px;
    width: 300px;
  }

  .data-image._2.features-3 {
    top: 90%;
  }

  .data-image._1.features-1 {
    top: 38%;
  }

  .data-image._3.features-2 {
    top: 38%;
    right: 18%;
  }

  .data-image._4.features {
    bottom: -38%;
    right: 19%;
  }

  .active-tab-container._01 {
    background-image: url('../images/hero-7.png');
    background-position: 0 0;
    background-size: auto;
  }

  .tabs-3.feature-page {
    padding-bottom: 60px;
  }

  .center-heading {
    font-family: Mona Sans, sans-serif;
  }

  .document-image {
    background-image: linear-gradient(#00000080, #00000080);
  }

  .center-title {
    width: 100%;
  }

  .grid-4.client-grid {
    min-width: 100%;
    max-width: 1200px;
  }

  .clients-header {
    min-width: 100%;
  }

  .bg-image-f3-2 {
    width: 100%;
  }

  .div-block-7 {
    background-image: linear-gradient(#0000, #0000), url('../images/-half.png');
    background-position: 0 0, 100%;
    background-size: auto, auto;
  }

  .image-6.hjeader {
    max-width: 75px;
    margin-bottom: 20px;
  }

  .uui-text-size-medium, .uui-heading-xsmall, .uui-heading-medium, .text-block-19 {
    font-family: Mona Sans, sans-serif;
  }

  .div-block-12 {
    background-image: linear-gradient(#000000ab, #000000ab), url('../images/hero-7.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    width: 100%;
  }

  .paragraph-2 {
    font-family: Mona Sans, sans-serif;
  }

  .trusted-by-icon-2 {
    min-width: 25px;
    max-width: 100px;
  }

  .div-block-19 {
    max-width: 75%;
    max-height: none;
  }

  .image-11 {
    max-height: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1350px;
  }

  .container.no-top-margin {
    padding-top: 0;
  }

  .blog-item-content {
    padding-top: 2em;
  }

  .blog-item-category {
    flex: 0 auto;
  }

  .template-cards-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .template-footer-button-holder {
    max-width: 380px;
  }

  .demo-container {
    justify-content: center;
    align-items: flex-start;
    width: 170vw;
  }

  .template-card-holder {
    min-height: 27vw;
    padding: .5%;
  }

  .demo-blur-bg-effect {
    background-color: var(--secondary);
    filter: blur(70px);
  }

  .white-text-paragraph-holder {
    width: 260px;
  }

  .open-cource-image {
    top: 30%;
    right: -6%;
  }

  .open-cource-image.top-image {
    width: 80%;
  }

  .blog-item-link {
    border-radius: 16px;
  }

  .show-more-button {
    background-color: #fff;
  }

  .gradient-button-holder {
    margin-top: 0;
  }

  .button-2 {
    font-size: 18px;
  }

  .hero-nav-link.white {
    margin-right: 60px;
  }

  .nav-brand-logo {
    max-height: 50px;
  }

  .nav-text {
    color: #fff;
  }

  .footer-small-icon {
    right: 0%;
  }

  .product-container.pricing {
    height: 100vh;
  }

  .hero-text-sticky {
    top: -30px;
  }

  .home-hero-container._2 {
    height: 700px;
  }

  .download-buttons.center {
    margin-top: 3em;
  }

  .center-text._2 {
    margin-top: 5em;
  }

  .card-item-holder.dark.bento2 {
    position: relative;
  }

  .client-logo-holder {
    width: 80%;
  }

  .trusted-no {
    font-size: 75px;
    font-weight: 800;
  }

  .tabel-cta-holder {
    width: 810px;
  }

  .hero-text-holder-h2.p3 {
    max-width: 100%;
  }

  .hero-button-holder {
    justify-content: center;
    align-items: center;
  }

  .container-home-pricing {
    max-width: 1350px;
  }

  .container-home-pricing.hero-container {
    padding-bottom: 10em;
  }

  .container-home-pricing.hero-container.large {
    padding-bottom: 5em;
  }

  .hero-circles-holder.relative.large {
    height: 160vh;
  }

  .circle-stroke {
    background-color: #000;
  }

  .hero-text-white {
    color: #fff;
  }

  .show-more-button-holder {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .iphone-screen-image {
    z-index: 5;
    height: 97%;
    min-height: 97%;
    position: absolute;
  }

  .iphone-screen-image.notification {
    top: 0;
  }

  .iphone-holder.features {
    height: 70%;
    top: 2%;
    left: 40.5%;
  }

  .iphone-holder.f3 {
    left: 0;
  }

  .iphone-holder._3 {
    margin-top: 4.9em;
  }

  .iphone-image-home-page {
    position: relative;
  }

  .hero-section-text-holder {
    height: 95vh;
  }

  .fourth-person-image {
    width: 100%;
  }

  .financial-text-holder {
    width: 80%;
  }

  .grid-items-wrapper {
    justify-content: space-between;
  }

  .grid-items-wrapper.last, .grid-items-wrapper.last-item {
    height: 100%;
    min-height: 640px;
    max-height: 100%;
  }

  .feature-grid-2 {
    margin-top: auto;
  }

  .tabel-pay-holder.home-3 {
    background-size: cover;
  }

  .button-browse-holder {
    width: 44%;
  }

  .tabel-pay-image.home-3.last {
    top: 13%;
    left: 6%;
  }

  .home-3-bg-image {
    right: -20%;
  }

  .about-text-paragraph-holder {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .features-explore-button {
    background-image: url('../images/Gray-Arrow.svg');
    background-position: 87% 53%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    transition: box-shadow .35s, background-position .35s, background-color .35s, color .35s;
  }

  .features-explore-button:hover {
    background-position: 90% 53%;
  }

  .home-3-button-holder.f3 {
    justify-content: flex-start;
  }

  .gradient-button-h3 {
    background-image: linear-gradient(#7a3004, #dd7525 52%, #301201 100%, #8a7b74);
  }

  .button-with-border {
    border-color: #f77239;
  }

  .left-corner-image-holder {
    width: 38%;
    top: 8%;
    left: 0%;
  }

  .corner-image.right {
    height: 60%;
  }

  .right-corner-image-holder {
    position: absolute;
    top: 8%;
    right: 0%;
  }

  .feature-grid-holder.last {
    margin-top: 30em;
  }

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

  .feature-bg-image {
    height: 410px;
  }

  .feature-multi-image {
    object-fit: contain;
    min-height: 480px;
    bottom: -59%;
    left: -38%;
  }

  .feature-multi-image.second {
    height: 90%;
    min-height: auto;
    bottom: -2%;
  }

  .features-bottom-gradient {
    height: 30%;
  }

  .data-image._2, .data-image._2.features-3 {
    top: 96%;
  }

  .data-image._4 {
    bottom: -59%;
  }

  .data-image._4.features {
    bottom: -67%;
  }

  .contact-us-holder {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .features-hero-container {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .features-hero-text-holder {
    width: 90%;
  }

  .big-container {
    max-width: 1350px;
  }

  .big-container.no-paddings {
    max-width: 1460px;
  }

  .bg-image-f3 {
    justify-content: center;
    width: 100vw;
    left: 0%;
  }

  .tabs-menu-2.feature-page {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .gradient-wrapp {
    padding-top: 20px;
  }

  .active-tab-container._01 {
    padding-top: 42px;
  }

  .image-tab-change {
    object-fit: cover;
  }

  .small-tab-image._2, .small-tab-image._3, .small-tab-image._4, .small-tab-image._1 {
    width: 180px;
    height: 180px;
  }

  .top-margin-xl {
    margin-top: 9em;
  }

  .icon-text-wrapp {
    justify-content: flex-start;
    margin-top: 0;
  }

  .managment-wrapp {
    width: 80%;
  }

  .container-management-holder {
    justify-content: flex-start;
  }

  .feature-image-project {
    width: 40px;
  }

  .f3-bg-image {
    width: 100%;
    left: -6%;
  }

  .faq-question-text {
    text-transform: none;
  }

  .faq-content {
    width: 100%;
  }

  .accordion-bottom-wrap {
    width: 100%;
    margin-top: 0;
  }

  .accordion-lottie-holder {
    left: -20px;
  }

  .accordions-grid {
    column-rule-style: none;
  }

  .accordion-bottom-gradient {
    width: 100%;
    margin-top: 0;
  }

  .hero-paragraph {
    object-fit: fill;
  }

  .left-arrow {
    width: 50px;
    height: 50px;
    right: 8%;
  }

  .black-box-holder {
    padding: 20px;
  }

  .black-box-holder.about-box {
    padding-bottom: 70px;
  }

  .slider-image {
    object-fit: fill;
    object-position: 50% 0%;
    border-radius: 35px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .map-holder {
    border-radius: 35px;
    width: 100%;
  }

  .element-holder {
    max-width: 87%;
    padding: 0;
  }

  .right-arrow {
    width: 50px;
    height: 50px;
    right: 3%;
  }

  .gradient-arrow-holder {
    width: 45px;
    height: 45px;
  }

  .hero-box-text {
    color: #fff;
    font-size: 45px;
  }

  .document-image-holder {
    width: 100%;
  }

  .document-image {
    width: 80%;
  }

  .investors-holder {
    height: 100%;
  }

  .career-item-line {
    left: 19%;
  }

  .blog-subscribe-email:active {
    color: #fff;
  }

  .blog-subscribe-button {
    border-width: 1.5px;
  }

  .blog-subscribe-button:hover {
    color: #fff;
    background-color: #000;
  }

  .form-blog-holder {
    margin-top: 7.5em;
  }

  .submit-button {
    height: 58px;
    padding-bottom: 30px;
  }

  .title-holder {
    margin-top: 20px;
  }

  .hero-gradient-holder-h1 {
    height: 50%;
  }

  .div-block-2:hover {
    border: 3px solid #d64a13;
  }

  .bg-image-f3-2 {
    justify-content: center;
    width: 100vw;
    left: 0%;
  }

  .home-3-button-holder-2.f3 {
    justify-content: flex-start;
  }

  .notification-link-2.f3 {
    width: 200px;
    display: flex;
  }

  .div-block-7 {
    background-image: linear-gradient(#0000, #0000), url('../images/blackhole-half.png');
    background-position: 0 0, 0%;
  }

  .image-4.stratdev {
    max-width: 100%;
  }

  .fn-button-wrapper {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .fn-navbar-link-list-advence.w--open {
    background-color: #0c0c0c;
  }

  .fn-dropdown-link-icon:hover, .fn-navbar-link-second:hover {
    color: #e24d13;
  }

  .fn-brand-box {
    height: 50px;
  }

  .fn-navbar-advence {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .text-block-9, .text-block-9:hover, .text-block-10, .text-block-11 {
    color: #fff;
  }

  .fn-navbar-link-second-3:hover {
    color: #e24d13;
  }

  .image-5 {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .fn-heading-2 {
    color: #fff;
    font-family: Mona Sans, sans-serif;
  }

  .container-3, .container-4 {
    max-width: 1350px;
  }

  .left-arrow-2 {
    width: 50px;
    height: 50px;
    right: 8%;
  }

  .right-arrow-2 {
    width: 50px;
    height: 50px;
    right: 3%;
  }

  .container-5 {
    max-width: 1350px;
  }

  .document-image-2 {
    width: 80%;
  }

  .container-7 {
    max-width: 1350px;
  }

  .uui-heading-large-4.top {
    color: var(--dim-grey);
    padding-bottom: 10px;
    font-family: Inter, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
  }

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

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

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 18px;
  }

  .section, .section.parallax {
    max-width: 100%;
  }

  .section.parallax.morwe {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .container.med {
    width: 90%;
  }

  .grid-6-col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-link {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .link-block-underline {
    display: none;
  }

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

  .nav-link-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5px 0;
    display: flex;
    position: relative;
    left: -6px;
  }

  .nav-link-holder.white-nav {
    left: -4px;
  }

  .style-guide-tab-holder {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .style-guide-left-panel-holder {
    width: 100%;
  }

  .hero-text {
    font-size: 80px;
  }

  .style-guide-left-panel {
    grid-column-gap: 16px;
    grid-row-gap: 50px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 1em;
    display: grid;
  }

  .link-block-23 {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .style-guide-empty-container {
    padding: 17px 0;
  }

  .button {
    font-weight: 500;
  }

  .style-guide-main-panel {
    padding: 16px;
  }

  .style-guide-container {
    flex-direction: column;
  }

  .style-guide-hero-holder {
    padding: 1em;
  }

  .social-media-icons {
    margin-top: 0;
    margin-bottom: 2em;
  }

  .link-with-line {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .blog-grid, .shop-list {
    grid-template-columns: 1fr 1fr;
  }

  .cart {
    z-index: 1;
  }

  .cart-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-details-grid {
    grid-template-columns: 1fr;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .nav-dropdown-list {
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 10px;
  }

  .nav-dropdown-line-abs {
    display: none;
  }

  .nav-dropdown-link-arrow {
    width: 18px;
    height: 18px;
  }

  .nav-dropdown-link-arrow-holder {
    height: 20px;
    bottom: -16px;
  }

  .nav-dropdown-link-arrow-animated {
    height: 12px;
  }

  .explore-more-grid {
    grid-template-columns: 1fr;
  }

  .feature-text {
    max-width: 440px;
  }

  .feature-box {
    padding-top: 3em;
    padding-bottom: 3em;
    padding-left: 2em;
  }

  .template-more-things-grid, .demo-pages-grid {
    grid-template-columns: 1fr 1fr;
  }

  .template-included-image-holder {
    height: auto;
  }

  .grid-what-is-included {
    grid-template-columns: 1fr;
  }

  .text-paragraph-holder {
    height: auto;
  }

  .template-section {
    border-radius: 20px;
  }

  .template-card-holder {
    height: 270px;
  }

  .template-card-image {
    border-radius: 3px;
  }

  .demo-blur-bg-effect {
    display: none;
  }

  .integration-heading {
    font-size: 32px;
  }

  .demo-section {
    padding-bottom: 3em;
  }

  .template-footer-holder {
    grid-column-gap: 30px;
  }

  .white-text-paragraph-holder {
    width: 300px;
  }

  .quic-stack-box.blue {
    padding-bottom: 60px;
  }

  .notification-banner {
    padding-left: 1em;
    padding-right: 1em;
  }

  .list {
    padding-left: 0;
  }

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

  .heading-3-style {
    font-size: 30px;
  }

  .hide-demo-page-text-on-tablet {
    display: none;
  }

  .subtitle-overlay-holder {
    height: 42px;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .cart-item-content {
    align-items: flex-start;
  }

  .cart-item-price-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
  }

  .nav-brand-link {
    display: none;
  }

  .nav-brand-link.mobile-logo {
    display: block;
  }

  .button-2 {
    font-size: 15px;
    font-weight: 500;
  }

  .nav-cart-wrapper {
    z-index: 3;
    flex-direction: row;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
    padding-right: 10px;
    display: flex;
    position: relative;
  }

  .menu-icon-2 {
    width: 25px;
  }

  .hero-nav-link.white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu-holder {
    background-color: #111;
    border-bottom: 1px #000;
    border-radius: 0;
    max-height: 100vh;
    padding: 1em;
    position: absolute;
    overflow: auto;
  }

  .nav-menu-holder.white {
    background-color: #fff;
  }

  .cart-container-2 {
    max-width: 600px;
  }

  .cart-item-price {
    align-items: flex-end;
  }

  .menu-button-2 {
    z-index: 1;
    background-color: var(--secondary);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 47px;
    padding-top: 5px;
    transition: background-color .35s;
    display: flex;
  }

  .menu-button-2:hover {
    background-color: var(--secondary);
  }

  .menu-button-2.w--open {
    background-color: #2b2b2b;
    border-radius: 0;
  }

  .hero-nav-link-holder {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5px 0;
    display: flex;
  }

  .nav-menu-container-holder {
    justify-content: space-between;
  }

  .nav-items {
    flex-direction: column;
    align-items: flex-start;
  }

  .start-button {
    display: none;
  }

  .main-hero-container {
    padding-top: 2em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .main-heading.h1-hero {
    font-size: 60px;
  }

  .product-container.pricing {
    height: 100%;
  }

  .section-hero {
    padding-top: 1em;
  }

  .hero-text-line {
    height: 90px;
    margin-top: 25px;
  }

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

  .home-hero-container {
    max-width: 100%;
  }

  .home-hero-container._2 {
    height: 500px;
  }

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

  .medium-center-text {
    font-size: 45px;
  }

  .feature-grid {
    flex-direction: column;
    display: flex;
  }

  .effortless-grid {
    grid-template-columns: 1fr .5fr;
    height: 30%;
  }

  .multi-images-holder {
    height: 30vh;
  }

  .white-heading {
    font-size: 45px;
  }

  .grid-7-col {
    flex-direction: column;
    display: flex;
  }

  .card-holder.on-card {
    height: 470px;
  }

  .card-holder.on-card.second {
    height: 100vh;
  }

  .app-features-holder {
    width: 100%;
    padding: 30px;
  }

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

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

  .blog-collection-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cta-text {
    font-size: 45px;
  }

  .person-cta-image-holder._1, .person-cta-image-holder._2, .person-cta-image-holder._3 {
    position: static;
  }

  .tabel-cta-holder {
    width: 70%;
  }

  .ellipse-right {
    right: -560px;
  }

  .ellipse-left {
    left: -450px;
  }

  .app-main-holder {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .circle._01 {
    width: 800px;
    height: 800px;
  }

  .hero-text-holder-h2 {
    max-width: 630px;
  }

  .container-home-pricing {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-text-white {
    font-size: 60px;
  }

  .iphone-screen-image.notification {
    position: absolute;
  }

  .iphone-holder.product {
    height: 500px;
  }

  .iphone-holder.features {
    height: 350px;
  }

  .hero-text-h2 {
    font-size: 10vw;
  }

  .hero-text-holder {
    grid-column-gap: 30px;
  }

  .medium-gradient-text {
    font-size: 50px;
  }

  .features-of-product-grid {
    flex-direction: column;
    display: flex;
  }

  .expense-tabel-holder {
    width: 40%;
  }

  .tabel-shadow {
    object-position: 0% 50%;
    height: 100%;
  }

  .black-bg-box-holder {
    min-height: 500px;
  }

  .fourth-person-image {
    width: 100%;
  }

  .purple-gradient-text {
    font-size: 45px;
  }

  .title-big {
    font-size: 32px;
  }

  .grid-item-text-holder {
    margin-top: 3em;
  }

  .feature-grid-2 {
    grid-template-columns: 5fr;
    margin-top: 0;
  }

  .tabel-pay-image.home-3.last {
    height: 480px;
  }

  .tabel-pay-image.home-3.first {
    height: 420px;
    top: 9%;
  }

  .plan-number {
    font-size: 110px;
  }

  .payment-tab-holder {
    padding: 55px 93px;
  }

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

  .tab-grid {
    grid-row-gap: 50px;
    flex-direction: column;
    display: flex;
  }

  .payment-padding {
    grid-row-gap: 40px;
  }

  .top-margin-l._100width {
    margin-top: 1.7em;
  }

  .hero-section-text-holder-home {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .grid-3-col {
    grid-template-columns: 1fr 1fr;
  }

  .small-gradient-text {
    font-size: 50px;
  }

  .large-cart-image {
    height: 340px;
  }

  .logo-to-use-holder._2, .logo-to-use-holder._3, .logo-to-use-holder._4, .logo-to-use-holder._5, .logo-to-use-holder._6, .logo-to-use-holder._1 {
    width: 90px;
    height: 90px;
  }

  .system-dev-grid {
    grid-template-columns: 1fr 1fr;
  }

  .left-corner-image-holder, .right-corner-image-holder {
    height: 40%;
  }

  .feature-grid-1 {
    flex-direction: column;
    display: flex;
  }

  .feature-bg-image-holder {
    position: static;
  }

  .feature-bg-image.features-2 {
    object-fit: contain;
  }

  .feature-multi-image {
    bottom: -32%;
    left: -3%;
  }

  .feature-multi-image.second {
    width: 50%;
    position: absolute;
    bottom: 2%;
  }

  .review-text {
    font-size: 28px;
  }

  .play-me-text {
    font-size: 330px;
  }

  .first-system-dev-grid {
    grid-template-columns: 1fr 1fr;
  }

  .optimization-engine-holder {
    margin-top: 5em;
  }

  .data-image._2 {
    top: 78%;
    left: 19%;
  }

  .data-image._1 {
    left: 19%;
  }

  .data-image._4 {
    bottom: -34%;
  }

  .pricing-grid-header {
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .price-holder-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing-detail-holder {
    margin-left: 0;
  }

  .pricing-tabs-holder {
    padding-left: 39px;
    padding-right: 10px;
  }

  .plan-button {
    font-size: 15px;
  }

  .plan-button.price-button {
    font-size: 13px;
  }

  .plan-button.pricing {
    white-space: nowrap;
    padding: 13px;
    font-size: 12px;
  }

  .contact-us-holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-radius: 12px;
    flex-direction: column;
    align-items: flex-start;
    padding: 11px;
  }

  .features-hero-container {
    grid-row-gap: 120px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .features-hero-content-holder {
    align-items: center;
  }

  .features-hero-2 {
    font-size: 60px;
  }

  .features-phone-holder-2 {
    width: 100%;
  }

  .bg-image-f3 {
    background-position: 50%;
    width: 105%;
    height: 600px;
    top: -7%;
  }

  .active-tab-container._01 {
    width: 100%;
    margin-left: 0;
  }

  .image-tab-change {
    width: 100%;
    height: 100%;
  }

  .tabs-3.feature-page {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .feature-image-holder {
    width: 100%;
    height: 100%;
  }

  .feature-tab-link, .feature-tab-link.w--current {
    max-width: 100%;
  }

  .managment-help-image {
    width: 90%;
  }

  .check-holder {
    justify-content: flex-start;
  }

  .feature-image-project {
    width: 40px;
    margin-top: 10px;
  }

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

  .connect-section-container {
    grid-row-gap: 50px;
  }

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

  .section-heading-title {
    font-size: 45px;
  }

  .product-item-list-wrapper.dark {
    height: 100%;
    margin-top: 0%;
  }

  .text-container {
    max-width: 70%;
  }

  .faq-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-link-holder {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .accordion {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    overflow: hidden;
  }

  .accordions-grid {
    flex-direction: column;
  }

  .left-arrow {
    right: 14%;
  }

  .paragraph-grid-holder {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .hero-center-text {
    font-size: 52px;
  }

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

  .right-arrow {
    right: 5%;
  }

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

  .gradient-arrow-holder {
    width: 20px;
  }

  .team-lead-member-content {
    width: 100%;
  }

  .team-lead-grid {
    grid-template-columns: 1fr 1fr;
  }

  .work-with-us-prod-logo {
    max-width: 85%;
  }

  .simple-info-holder {
    padding-left: 1em;
    padding-right: 1em;
  }

  .job-description-holder {
    width: 100%;
  }

  .pricing-table-main-holder {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .card-item-features.dark {
    border-radius: 20px;
  }

  .main-list {
    grid-row-gap: 14px;
  }

  .list-text {
    font-weight: 300;
  }

  .blog-main-grid {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
  }

  .hero-shop-heading {
    font-size: 70px;
  }

  .open-roles-cta {
    padding: 24px;
  }

  .contact-form-block {
    width: 70%;
  }

  .open-roles-illustation {
    width: 270px;
    bottom: -25%;
    right: 10%;
  }

  .main-nav-dropdown {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .main-nav-link.nav-link-dropdown {
    margin-left: 0;
  }

  .h1-hero-section {
    padding-top: 1em;
  }

  .home-hero-container-h1 {
    max-width: 100%;
  }

  .grid-4.client-grid {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-2, .div-block-2.x8, .div-block-2.madalgo {
    background-size: cover;
  }

  .div-block-4 {
    width: 99.9999%;
  }

  .parallaxbg {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bg-image-f3-2 {
    background-position: 50%;
    width: 105%;
    height: 600px;
    top: -7%;
  }

  .features-phone-holder-3 {
    width: 100%;
  }

  .features-hero-3 {
    font-size: 60px;
  }

  .div-block-7 {
    background-image: url('../images/blackhole.png');
    background-position: 50%;
  }

  .image-4, .image-4.stratdev {
    display: none;
  }

  .fn-nav-line-3 {
    background-color: #19224c;
    border-radius: 4px;
    width: 16px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fn-nav-line-3.green-line {
    background-color: #df0;
  }

  .fn-nav-line-2 {
    background-color: #19224c;
    border-radius: 4px;
    width: 16px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fn-nav-line-2.green-line {
    background-color: #df0;
  }

  .fn-nav-line-1 {
    background-color: #19224c;
    border-radius: 4px;
    width: 16px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fn-nav-line-1.green-line {
    background-color: #df0;
  }

  .nav-menu-button-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .fn-menu-button-second {
    margin-right: -15px;
    padding-right: 18px;
  }

  .fn-menu-button-second.w--open {
    background-color: #0000;
  }

  .fn-button-secondery-navbar {
    color: #ecf0ef;
    border-color: #ecf0ef;
  }

  .fn-button-secondery-navbar:hover {
    background-color: #0000;
  }

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

  .fn-standard-white-link {
    transition: none;
  }

  .fn-standard-white-link:hover {
    color: #ecf0ef;
  }

  .fn-navbar-link-list-conetainer {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .fn-navbar-link-list-advence.w--open {
    width: 100%;
    padding-top: 0;
    padding-bottom: 40px;
    position: relative;
  }

  .fn-navbar-link-second {
    color: #ecf0ef;
    border-top: 1px solid #3e4545;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .fn-navbar-link-second:hover, .fn-navbar-link-second.w--current, .fn-navbar-link-second.w--current:hover {
    color: #ecf0ef;
  }

  .fn-navbar-link-second-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
  }

  .fn-dorpdown-link-advence {
    width: 100%;
  }

  .fn-dorpdown-link-advence.last-dropdown-link {
    border-bottom: 1px solid #3e4545;
  }

  .fn-paragraph-no-margin-navbar {
    display: none;
  }

  .navbar-product-card-intro {
    margin-bottom: 0;
  }

  .navbar-product-card {
    transition: none;
  }

  .navbar-product-card:hover {
    background-color: #1d1f1e;
  }

  .fn-heading-4 {
    font-size: 28px;
  }

  .fn-paragraph-navbar {
    display: none;
  }

  .fn-navbar-links-wrapper-advence {
    flex-direction: column;
    align-items: flex-start;
  }

  .fn-navbar-menu-wrapper-second {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #0f1213;
    border-radius: 16px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 0 24px;
    display: flex;
  }

  .fn-navbar-menu-advence {
    background-color: #0f1213;
    height: auto;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    overflow: auto;
  }

  .fn-brand-box {
    z-index: 2;
    transition: none;
  }

  .fn-brand-box:hover {
    opacity: 1;
  }

  .fn-brand-box.w--current {
    height: 35px;
  }

  .fn-navbar-container-advence {
    justify-content: space-between;
    display: block;
  }

  .fn-nav-line-4 {
    background-color: #19224c;
    border-radius: 4px;
    width: 16px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fn-nav-line-4.green-line {
    background-color: #df0;
  }

  .fn-nav-line-5 {
    background-color: #19224c;
    border-radius: 4px;
    width: 16px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fn-nav-line-5.green-line {
    background-color: #df0;
  }

  .fn-navbar-link-list-advence-2.w--open {
    width: 100%;
    padding-top: 0;
    padding-bottom: 40px;
    position: relative;
  }

  .fn-navbar-link-second-3 {
    color: #ecf0ef;
    border-top: 1px solid #3e4545;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .fn-navbar-link-second-3:hover, .fn-navbar-link-second-3.w--current, .fn-navbar-link-second-3.w--current:hover {
    color: #ecf0ef;
  }

  .fn-heading-6 {
    font-size: 28px;
  }

  .fn-brand-box-2 {
    z-index: 2;
    transition: none;
  }

  .fn-brand-box-2:hover {
    opacity: 1;
  }

  .fn-footer-legal-link {
    transition: none;
  }

  .fn-footer-legal-link:hover {
    color: #939b9b;
  }

  .fn-standard-white-link-2 {
    transition: none;
  }

  .fn-standard-white-link-2:hover {
    color: #ecf0ef;
  }

  .fn-brand-footer {
    z-index: 2;
    margin-bottom: 11px;
  }

  .fn-container-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-footer-first {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-button-secondery {
    transition: none;
  }

  .fn-button-secondery:hover {
    background-color: #0000;
  }

  .fn-features-card-with-image.slider-cards {
    flex: none;
    width: auto;
  }

  .fn-heading-3 {
    font-size: 32px;
  }

  .fn-blog-slider {
    width: 100vw;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: auto;
  }

  .fn-heading-2 {
    margin-bottom: 12px;
    font-size: 40px;
  }

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

  .fn-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-heading-9 {
    font-size: 32px;
  }

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

  .uui-blogsection01_list {
    grid-template-columns: 1fr 1fr;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-blogpost04_newsletter {
    position: static;
  }

  .uui-blogpost04_content {
    margin-bottom: 3rem;
  }

  .uui-blogpost04_content-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-blogpost04_image-wrapper {
    margin-bottom: 3rem;
    padding-top: 56.25%;
  }

  .uui-heading-large {
    font-size: 2.75rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .team-lead-grid-2, .team-lead-grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .left-arrow-2 {
    right: 14%;
  }

  .grid-3-col-3 {
    grid-template-columns: 1fr 1fr;
  }

  .right-arrow-2 {
    right: 5%;
  }

  .uui-text-size-large-2 {
    font-size: 1.25rem;
  }

  .uui-contact05_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-contact04_contact-list {
    margin-top: 2rem;
  }

  .uui-contact04_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-layout75_list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .uui-text-size-xlarge-2.show-tablet {
    display: block;
  }

  .uui-header05_content-right {
    display: none;
  }

  .show-tablet {
    display: block;
  }

  .uui-heading-large-2 {
    font-size: 2.75rem;
  }

  .uui-header05_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-heading-large-3 {
    font-size: 2.75rem;
  }

  .uui-blogpost01_content {
    margin-bottom: 3rem;
  }

  .uui-blogpost01_image-wrapper {
    margin-bottom: 3rem;
    padding-top: 56.25%;
  }

  .uui-blogpost01_title-wrapper {
    margin-bottom: 4rem;
  }

  .uui-heroheader01_fileupload-image2 {
    display: none;
  }

  .uui-heroheader01_fileupload-image-wrapper {
    left: -2.5%;
  }

  .uui-heroheader01_fileupload-image-wrapper.hide-mobile-landscape {
    display: none;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heroheader01_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .purple-gradient-text-2 {
    font-size: 45px;
  }

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

  .uui-heading-large-4 {
    font-size: 2.75rem;
  }

  .uui-header07_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .uui-padding-vertical-xhuge-7 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-layout47_component {
    grid-template-columns: 1fr 1fr;
  }

  .hide-tablet {
    display: none;
  }

  .uui-space-large-2 {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge-2 {
    font-size: 3.25rem;
  }

  .uui-heroheader03_content {
    margin-right: 0;
  }

  .uui-heroheader03_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-layout91_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .uui-padding-vertical-xhuge-8 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .dropdown-toggle-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-10 {
    max-width: 50%;
  }

  .image-11 {
    max-width: 100%;
  }

  .image-11.computer {
    max-width: 50%;
  }

  .uui-heading-large-5 {
    font-size: 2.75rem;
  }

  .uui-padding-vertical-xhuge-9 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .container {
    flex-flow: column;
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.medium {
    max-width: 95%;
  }

  .hero-section {
    height: auto;
  }

  .grid-4-col {
    grid-template-columns: 1fr 1fr;
  }

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

  .footer-image {
    object-fit: contain;
  }

  .change-log-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2em 1em;
  }

  .hero-text {
    font-size: 56px;
  }

  .style-guide-left-panel {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .colors-holder {
    flex-direction: column;
    align-items: flex-start;
  }

  .style-guide-empty-container {
    padding-left: 0;
    padding-right: 0;
  }

  .font-holder {
    flex-direction: column;
    padding: 16px;
  }

  .hero-section-secondary {
    height: auto;
  }

  .hero-description-short-container {
    max-width: 100%;
  }

  .hero-description {
    font-size: 18px;
  }

  .hero-content {
    height: auto;
  }

  .shop-list {
    grid-template-columns: 1fr;
  }

  .checkout-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .checkout-summary {
    margin-top: 2em;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown-grid {
    grid-template-columns: 1fr 1fr;
    max-height: 70vh;
    overflow: auto;
  }

  .explore-more-grid {
    grid-template-columns: 1fr;
  }

  .feature-text {
    max-width: 310px;
    font-size: 30px;
  }

  .feature-box {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 25px;
  }

  .template-more-things-grid {
    grid-template-columns: 1fr;
  }

  .template-card-holder {
    height: 210px;
  }

  .integration-heading {
    font-size: 24px;
  }

  .template-footer-heading {
    max-width: 350px;
  }

  .template-footer-holder {
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .hero-description-holder {
    margin-top: 2em;
  }

  .small-thumbnail-image {
    padding-top: 60%;
  }

  .hide-on-desktop {
    display: none;
  }

  .blog-item-title-2 {
    font-size: 28px;
  }

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

  .white-text {
    color: #fff;
  }

  .card-item {
    flex-direction: column;
  }

  .show-more-button.contact, .nav-dropdown-2 {
    width: 100%;
  }

  .cart-item-content {
    flex-direction: column;
  }

  .cart-quantity-holder {
    margin-top: 1em;
  }

  .nav-brand-logo {
    max-height: 35px;
  }

  .nav-menu-holder {
    padding-left: 1em;
    padding-right: 1em;
  }

  .cart-items {
    min-height: auto;
  }

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

  .main-heading.h1-hero {
    font-size: 50px;
  }

  .hero-text-line {
    width: 30%;
    height: 2px;
    margin-top: 0;
  }

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

  .download-buttons {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .download-buttons.hero-download-buttons {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: row;
  }

  .hero-text-holder-right {
    text-align: center;
    width: 100%;
  }

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

  .card-item-holder {
    flex-direction: column;
  }

  .card-item-content-holder {
    align-self: auto;
  }

  .card-item-content-holder.bottom4.blog {
    flex-flow: column;
  }

  .trusted-item {
    margin-bottom: 3em;
  }

  .trusted-overlay-container {
    display: none;
  }

  .trusted-content {
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .trusted-content.trusted-list {
    padding-top: 0;
  }

  .grid-6-col-h1 {
    grid-template-columns: 1fr 1fr;
  }

  .card-iphone-wrapp.on-card, .card-holder.on-card {
    height: 130vw;
  }

  .card-item-box-holder {
    flex-direction: column;
  }

  .card-box-holder {
    align-self: auto;
  }

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

  .blog-collection-grid {
    grid-row-gap: 32px;
    flex-direction: column;
    display: flex;
  }

  .hero-section-home-pricing {
    height: auto;
  }

  .container-home-pricing {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-text-white {
    font-size: 56px;
  }

  .hero-text-white.center {
    font-size: 40px;
  }

  .iphone-screen-image {
    border-radius: 15px;
  }

  .iphone-holder {
    height: 400px;
    top: 16%;
  }

  .iphone-holder.product {
    height: 300px;
  }

  .medium-gradient-text {
    font-size: 40px;
  }

  .grid-item-text-holder {
    align-items: flex-start;
  }

  .feature-grid-2 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .grid-item-text-container {
    align-items: flex-start;
  }

  .home-3-first-bg-image, .hero-section-text-holder-home {
    height: auto;
  }

  .product-development-grid {
    grid-template-columns: 1.5fr;
  }

  .grid-3-col {
    grid-template-columns: 1fr;
  }

  .small-gradient-text {
    font-size: 40px;
  }

  .large-cart-holder {
    height: 300px;
    top: 20%;
  }

  .large-cart-image {
    height: 230px;
  }

  .multi-logo-holder {
    top: -9%;
  }

  .logo-to-use-holder._2, .logo-to-use-holder._3, .logo-to-use-holder._4, .logo-to-use-holder._5, .logo-to-use-holder._6, .logo-to-use-holder._1 {
    width: 70px;
    height: 70px;
  }

  .system-dev-grid {
    margin-top: 200px;
  }

  .grid-4-col-home-3 {
    margin-top: 7em;
  }

  .home-3-button-holder.f3 {
    width: 100%;
  }

  .left-corner-image-holder {
    height: 30%;
    left: -3%;
  }

  .right-corner-image-holder {
    height: 30%;
    right: -13%;
  }

  .feature-bg-image.features-2 {
    object-fit: cover;
  }

  .feature-multi-image.second {
    height: 60%;
  }

  .review-person-title {
    font-size: 14px;
    font-weight: 500;
  }

  .review-grid {
    grid-column-gap: 24px;
    grid-template-columns: 2.5fr 1fr;
  }

  .review-text {
    font-size: 18px;
  }

  .play-me-text {
    font-size: 200px;
  }

  .first-system-dev-grid {
    margin-top: 200px;
  }

  .data-image._2 {
    width: 200px;
    height: 200px;
    top: 68%;
    left: 12%;
  }

  .data-image._1 {
    width: 200px;
    height: 200px;
    top: 13%;
    left: 12%;
  }

  .data-image._3 {
    width: 200px;
    height: 200px;
    top: 13%;
  }

  .data-image._4 {
    width: 200px;
    height: 200px;
    bottom: -17%;
  }

  .tabs-menu {
    bottom: 4%;
  }

  .pricing-tab-holder {
    width: 100%;
  }

  .pricing-grid-header {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: row;
    grid-auto-columns: 1fr;
    width: 100%;
    min-width: 100%;
    display: flex;
  }

  .pricing-grid-2 {
    grid-template-columns: 1fr .25fr 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .price-holder-2 {
    flex-direction: row;
    align-items: center;
  }

  .pricing-header-container {
    width: 160px;
    padding: 11px;
  }

  .pricing-header-container.main {
    border-radius: 10px;
    justify-content: center;
    height: 100%;
    padding-top: 0;
  }

  .pricing-header-container.pricing-button-header {
    height: auto;
    margin-bottom: 0;
    padding: 14px;
    display: none;
  }

  .pricing-mobile-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  .pricing-tab-continaer {
    grid-column-gap: 16px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    width: 100%;
    display: grid;
    overflow: auto;
  }

  .pricing-tabs-holder {
    width: 100%;
    min-width: 100%;
    position: relative;
  }

  .contact-us-holder {
    width: 250px;
    min-width: 250px;
  }

  .features-phone-holder-2 {
    width: 100%;
  }

  .gradient-wrapp {
    max-width: 100%;
  }

  .active-tab-container._01 {
    width: 100%;
    min-height: 400px;
  }

  .feature-tab-link, .feature-tab-link.w--current {
    max-width: 100%;
  }

  .small-tab-image {
    width: 100px;
    height: 100px;
    left: 8%;
  }

  .small-tab-image._2 {
    left: 28%;
  }

  .small-tab-image._4 {
    left: 68%;
  }

  .feature-image-project {
    margin-top: 10px;
  }

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

  .accordion {
    width: 100%;
  }

  .accordions-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .left-arrow {
    right: 18%;
  }

  .paragraph-grid-holder {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .hero-center-text {
    justify-content: center;
    align-items: center;
    font-size: 40px;
  }

  .grid-3-col-2 {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .team-lead-member-content {
    width: 100%;
  }

  .team-lead-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .center-heading {
    font-size: 43px;
  }

  .hero-box-text {
    font-size: 36px;
  }

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

  .document-image-holder {
    width: 100%;
  }

  .investors-holder {
    height: 100vh;
  }

  .medium-about-text {
    font-size: 40px;
  }

  .work-with-us-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 3em;
  }

  .work-with-us-image-container {
    max-width: 100%;
    display: flex;
  }

  .job-description-holder {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .accordion-button {
    margin-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .card-item-features {
    flex-direction: column;
  }

  .card-item-content-paddings {
    align-self: auto;
  }

  .rich-text-holder {
    grid-template-columns: 1fr;
  }

  .hero-shop-heading {
    font-size: 50px;
  }

  ._404-holder-2 {
    height: auto;
  }

  .number-406 {
    font-size: 30vw;
  }

  ._404-image-holder {
    width: 40vw;
    min-width: 40vw;
    height: 40vw;
    min-height: 40vw;
  }

  .main-nav-dropdown {
    width: 100%;
  }

  .grid-images {
    border-radius: 10px;
  }

  .hero-text-home-1 {
    margin-top: 0;
  }

  .hero-text-home-1._2, .hero-text-home-1._1 {
    width: 100%;
  }

  .hero-text-holder-left {
    text-align: center;
    width: 100%;
  }

  .hero-v2-circles-holder {
    width: 800px;
    height: 800px;
  }

  .grid-4.client-grid {
    grid-template-columns: 1fr 1fr;
  }

  .iphone-screen-image-2 {
    border-radius: 15px;
  }

  .features-phone-holder-3, .home-3-button-holder-2.f3 {
    width: 100%;
  }

  .div-block-10 {
    flex-flow: row;
  }

  .fn-button {
    width: 100%;
  }

  .fn-heading-5 {
    font-size: 18px;
  }

  .fn-navbar-about-us-link-wrap {
    margin-bottom: 0;
  }

  .fn-navbar-link-second {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .fn-navbar-link-second-2 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

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

  .fn-heading-4 {
    font-size: 24px;
  }

  .fn-navbar-menu-wrapper-second {
    padding: 0 0 18px;
  }

  .fn-brand-box {
    margin-right: 0;
    padding-left: 0;
  }

  .fn-navbar-link-second-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .fn-heading-6 {
    font-size: 24px;
  }

  .fn-brand-box-2 {
    margin-right: 0;
    padding-left: 0;
  }

  .fn-footer-line {
    margin-top: 12px;
  }

  .fn-social-share-wrapper {
    flex-direction: row;
    margin-top: 12px;
  }

  .fn-brand-footer {
    margin-right: 0;
    padding-left: 0;
  }

  .fn-container-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-footer-first {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .fn-paragraph-2 {
    margin-bottom: 24px;
  }

  .fn-paragraph-2.hide-on-mobile {
    display: none;
  }

  .fn-heading-7 {
    font-size: 18px;
  }

  .fn-blog-info-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .fn-features-card-image {
    height: 170px;
  }

  .fn-features-card-with-image.slider-cards {
    width: auto;
  }

  .fn-heading-3 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .fn-heading-2 {
    font-size: 34px;
  }

  .fn-container-grid-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-heading-8 {
    font-size: 18px;
  }

  .fn-heading-9 {
    margin-bottom: 12px;
    font-size: 28px;
  }

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

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-blogsection01_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blogsection01_image-link:hover {
    box-shadow: none;
  }

  .uui-blogsection01_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-blogsection01_component {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xsmall-2 {
    font-size: 1.25rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-blogpost04_newsletter {
    padding: 1.5rem 1.5rem 2rem;
  }

  .uui-text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .uui-text-rich-text figcaption {
    margin-top: .75rem;
  }

  .uui-blogpost04_content {
    margin-bottom: 2rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-blogpost04_author-wrapper {
    margin-bottom: 2rem;
  }

  .uui-blogpost04_content-top {
    flex-direction: column;
    margin-bottom: 3rem;
  }

  .uui-blogpost04_image-wrapper {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-heading-large {
    font-size: 2.25rem;
  }

  .uui-blogpost04_category-link {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-blogpost04_meta-wrapper {
    margin-top: 2rem;
    font-size: .75rem;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container-3 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .center-heading-2 {
    font-size: 43px;
  }

  .team-lead-grid-2 {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .container-4 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .team-lead-grid-3 {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .left-arrow-2 {
    right: 18%;
  }

  .grid-3-col-3 {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .container-5 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .grid-2-col-3.about {
    grid-template-columns: 1fr;
  }

  .uui-contact05_form-wrapper {
    margin-top: 2rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-contact05_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-button-3 {
    font-size: 1rem;
  }

  .uui-button-3:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-text-size-large-3 {
    font-size: 1rem;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-heading-medium-3 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-contact04_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-wrapper-2.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-2 {
    width: 100%;
    max-width: none;
  }

  .uui-button-icon-2.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-secondary-gray-2.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-button-row-2.button-row-center.is-reverse-mobile-landscape, .uui-button-row-2.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-layout75_list {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .uui-layout75_component {
    align-items: stretch;
  }

  .uui-text-size-xlarge-2 {
    font-size: 1.125rem;
  }

  .uui-space-medium-2 {
    min-height: 1.5rem;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-heading-large-2 {
    font-size: 2.25rem;
  }

  .uui-header05_component {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-button-4 {
    font-size: 1rem;
  }

  .uui-button-4:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-4.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-heading-large-3 {
    font-size: 2.25rem;
  }

  .uui-blogpost01_author-heading {
    font-size: 1rem;
  }

  .uui-blogpost01_author-image {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
  }

  .uui-blogpost01_author-image-wrapper {
    margin-right: .75rem;
  }

  .uui-blogpost01_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .uui-text-rich-text-2 figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .uui-text-rich-text-2 figcaption {
    margin-top: .75rem;
  }

  .uui-blogpost01_content {
    margin-bottom: 2rem;
  }

  .uui-blogpost01_content-top {
    margin-top: 2rem;
  }

  .uui-blogpost01_title-wrapper {
    margin-bottom: 3rem;
  }

  .uui-heroheader01_pattern-image {
    width: 14.9rem;
    top: auto;
    bottom: -15%;
    right: -10%;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .uui-heroheader01_image {
    border-top-left-radius: 6rem;
    height: 22rem;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container-7 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .uui-text-size-xlarge-3 {
    font-size: 1.125rem;
  }

  .uui-heading-large-4 {
    font-size: 2.25rem;
  }

  .uui-header07_component {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-icon-3.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-button-link-2 {
    font-size: 1rem;
  }

  .uui-button-link-2:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-button-row-3 {
    align-self: stretch;
  }

  .uui-button-row-3.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-small-3 {
    min-height: 1.25rem;
  }

  .uui-heading-xsmall-3 {
    font-size: 1.25rem;
  }

  .uui-layout47_component {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .uui-page-padding-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heroheader03_image {
    border-top-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
    height: 22rem;
  }

  .uui-button-5 {
    font-size: 1rem;
  }

  .uui-button-5:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-5.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-wrapper-3.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-3 {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray-3 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-3:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-secondary-gray-3.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-space-large-2 {
    min-height: 2rem;
  }

  .uui-text-size-xlarge-4 {
    font-size: 1.125rem;
  }

  .uui-heading-xlarge-2 {
    font-size: 2.25rem;
  }

  .uui-button-6 {
    font-size: 1rem;
  }

  .uui-button-6:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-wrapper-4.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-4 {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray-4 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-4:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-row-4 {
    align-self: stretch;
  }

  .uui-button-row-4.button-row-center.is-reverse-mobile-landscape, .uui-button-row-4.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-space-xsmall-3 {
    min-height: .75rem;
  }

  .uui-layout91_item {
    min-height: auto;
  }

  .uui-layout91_list {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

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

  .uui-heading-medium-4 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-badge-2 {
    padding: .125rem .5rem;
  }

  .uui-layout91_component {
    align-items: stretch;
  }

  .uui-padding-vertical-xhuge-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-11.rocket {
    padding-left: 0;
    left: 27px;
  }

  .uui-button-7 {
    font-size: 1rem;
  }

  .uui-button-7:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-wrapper-5.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-5 {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray-5 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-5:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-row-5 {
    align-self: stretch;
  }

  .uui-button-row-5.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-medium-3 {
    min-height: 1.5rem;
  }

  .uui-text-size-xlarge-5 {
    font-size: 1.125rem;
  }

  .uui-space-small-4 {
    min-height: 1.25rem;
  }

  .uui-heading-large-5 {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge-9 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
    font-weight: 600;
  }

  h4 {
    font-size: 22px;
    font-weight: 600;
  }

  h5 {
    font-size: 18px;
    font-weight: 500;
  }

  h6 {
    font-weight: 500;
  }

  blockquote {
    padding: 30px 0;
    font-size: 20px;
  }

  .section {
    max-width: 100%;
  }

  .container {
    padding: 3em 1em;
    overflow: hidden;
  }

  .container.cta {
    padding-bottom: 2em;
  }

  .container._2em-s-top-padding-mobile {
    padding-top: 2em;
  }

  .container.no-top-bottom-padding-mobile {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.no-bottom-padding-mobile {
    padding-bottom: 0;
  }

  .container.medium {
    max-width: 98%;
    padding-top: 3em;
    padding-bottom: 0;
  }

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

  .container.xl {
    padding-bottom: 11em;
  }

  .container.edit {
    padding-left: .125em;
    padding-right: .125em;
  }

  .hero-section {
    min-height: 80vh;
  }

  .hero-section.demo {
    height: 100%;
    min-height: 100%;
  }

  .grid-6-col {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

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

  .utility-page-wrap {
    height: 100%;
    padding-top: 0;
  }

  .utility-page-content {
    padding: 29px;
  }

  .utility-page-form {
    justify-content: space-between;
    padding: 30px;
  }

  .footer {
    text-align: left;
  }

  .footer-content {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .made-by-section {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 1.5em;
  }

  .instructions-image {
    border-radius: 5px;
  }

  .style-guide-title-holder {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

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

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

  .style-guide-left-panel {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .headings-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .grid-holder {
    padding: 1em;
  }

  .paragraph-container {
    width: 100%;
  }

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

  .aa-font {
    font-size: 80px;
  }

  .button-holder, .headings-holder {
    padding: 1em;
  }

  .hero-section-secondary {
    min-height: 40vh;
  }

  .social-media-icons {
    margin-bottom: 0;
  }

  .hero-content {
    align-items: flex-start;
  }

  .input-field.white {
    padding-left: 30px;
    padding-right: 30px;
  }

  .license-box {
    padding-left: 1em;
    padding-right: 1em;
  }

  .client-logo {
    max-width: 110px;
    max-height: 40px;
  }

  .instruction-item {
    padding-left: 1em;
    padding-right: 1em;
  }

  .trusted-by-container {
    padding-bottom: 1em;
  }

  .trusted-by-container.home-3 {
    padding-left: 14px;
    padding-right: 15px;
  }

  .trusted-by-grid-content {
    min-height: auto;
  }

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

  .blog-item-content {
    padding-top: 1em;
    padding-left: .5em;
  }

  .blog-item-title {
    font-size: 20px;
  }

  .blog-category-links-holder {
    flex-flow: wrap;
    grid-auto-columns: 1fr;
  }

  .post-image {
    height: 100%;
  }

  .shop-list {
    grid-row-gap: 2em;
  }

  .add-to-cart-button {
    background-size: 24px;
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
  }

  .category-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .category-list.shop {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
  }

  .heading-title-holding {
    padding-bottom: 1em;
  }

  .product-other-images {
    margin-top: .5em;
  }

  .product-other-images-list {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .product-other-image-lightbox {
    padding: .5em;
  }

  .product-add-to-cart-default {
    justify-content: center;
    align-items: flex-start;
  }

  .product-add-to-cart-quantity {
    flex-direction: column;
  }

  .order-item-title, .order-item-price {
    font-size: 14px;
  }

  .order-item-full-content {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .order-info-row {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .licensing-instruction-heading {
    font-size: 20px;
  }

  .nav-dropdown-list {
    width: 100vw;
    margin-left: -1em;
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .nav-dropdown-list-content {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav-dropdown-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .nav-dropdown-footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 3em;
  }

  .explore-more-grid {
    grid-template-columns: 1fr;
  }

  .small-content {
    padding-bottom: 2em;
  }

  .large-white-text {
    font-size: 30px;
  }

  .hero-box-tittle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-text {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .template-includes-card {
    width: auto;
    padding-left: 30px;
    padding-right: 0;
  }

  .feature-box {
    background-position: 50% 94%;
    background-size: auto 160px;
    padding: 2em 2em 200px;
  }

  .text-gray-paragraph-holder-2 {
    padding-right: 20px;
  }

  .template-more-things-grid {
    grid-template-columns: 1fr;
  }

  .text-gray-paragraph-holder {
    padding-right: 0;
  }

  .template-growth-features {
    font-size: 25px;
  }

  .figma-component-library-holder {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .demo-page-link {
    padding-left: 0;
  }

  .name-of-pages-text {
    font-size: 20px;
  }

  .demo-pages-grid {
    grid-template-columns: 1fr;
  }

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

  .template-cards-wrapper {
    width: 270%;
    margin-left: -26px;
  }

  .template-button-holder {
    grid-column-gap: 14px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .template-section {
    border-radius: 24px;
  }

  .template-card-holder {
    height: 180px;
    padding: 6px;
  }

  .integration-heading {
    font-size: 21px;
  }

  .hero-description-holder {
    margin-top: 1em;
  }

  .white-text-paragraph-holder {
    width: 100%;
  }

  .quic-stack-box {
    padding-top: 30px;
    padding-left: 20px;
  }

  .quic-stack-box.dark-gray {
    padding-top: 150px;
  }

  .quic-stack-box.blue {
    padding-bottom: 200px;
  }

  .figma-design-image {
    height: 190px;
  }

  .open-cource-image {
    width: 90%;
    max-height: 170px;
  }

  .open-cource-image.top-image {
    width: 100%;
    max-height: 210px;
  }

  .hero-link {
    padding: 6px 6px 6px 12px;
    font-size: 14px;
  }

  .notification-banner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .style-guide-box-holder {
    padding: 1em;
  }

  .navbar-footer-main-link-holder {
    font-size: 22px;
  }

  .shop-item-title-price {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product-item-link {
    border-radius: 32px;
  }

  .shop-item-content {
    padding: 1.5em 1em;
  }

  .small-thumbnail-image {
    padding-top: 100%;
  }

  .folders-parent {
    justify-content: center;
  }

  .filter-holder {
    grid-column-gap: 3px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-content: flex-start;
    align-items: center;
    padding: 10px;
  }

  .filter-holder.no-margin-top {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-top: 0;
    display: flex;
  }

  .category-list-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .blog-item-title-2 {
    font-size: 24px;
  }

  .pricing-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pricing-item.active-pricing-item {
    background-color: #fff0;
    border-radius: 32px;
  }

  .list {
    margin-top: 0;
  }

  .white-text {
    color: #fff;
  }

  .heading-3-style {
    font-size: 22px;
  }

  .card-item {
    border-radius: 30px;
  }

  .demo-hero-buttons-holder {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .subtitle-overlay-holder {
    height: 36px;
  }

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

  .show-more-button.w--current {
    min-width: 150px;
  }

  .show-more-button.contact {
    width: 100%;
  }

  .show-more-button.f2 {
    min-width: 180px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .gradient-button-holder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 2em;
  }

  .gradient-link {
    width: 100%;
    min-width: 180px;
    height: 100%;
  }

  .gradient-link.gradient-link-with-auto {
    width: auto;
  }

  .button-gradient {
    height: 100%;
  }

  .button-content-holder {
    background-image: none;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 14px;
  }

  .button-content-holder:hover {
    background-position: 93%;
  }

  .link-gradient-text {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .nav-cart-wrapper {
    display: block;
  }

  .cart-item-title {
    font-size: 20px;
  }

  .menu-icon-2 {
    width: 20px;
  }

  .cart-title-2 {
    font-size: 22px;
  }

  .nav-brand-logo {
    max-height: 30px;
  }

  .cart-container-2 {
    border-radius: 0;
  }

  .cart-items {
    min-height: auto;
  }

  .menu-button-2 {
    border: 1px solid var(--light-grey);
    background-color: #ad68f300;
    width: 80px;
    height: 47px;
    padding-top: 7px;
  }

  .menu-button-2:hover {
    background-color: #ad68f300;
  }

  .menu-button-2.w--open {
    background-color: var(--secondary);
    border-radius: 8px;
  }

  .menu-button-2.black {
    border-color: var(--text-color);
  }

  .menu-button-2.black.w--open {
    border-radius: 8px;
  }

  .cart-item-image {
    width: 100px;
    height: 100px;
  }

  .cart-number-holder {
    margin-top: 3px;
  }

  .start-button {
    display: none;
  }

  .made-with-holder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-small-icon {
    bottom: 4.8%;
  }

  .main-heading {
    font-size: 35px;
  }

  .main-heading.h1-hero {
    font-size: 36px;
  }

  .product-container {
    border-radius: 0;
    width: 100%;
  }

  .text-center-wrapper {
    z-index: 2;
    align-items: center;
    position: relative;
  }

  .hero-gradient-box {
    border-radius: 0;
  }

  .product-phone-image {
    object-fit: cover;
    object-position: 0% 0%;
    width: 100vw;
    height: 90vh;
  }

  .product-phone-image-holder {
    height: 90vh;
    margin-right: 0;
    padding-left: 22vw;
  }

  .product-phone-content {
    width: 25vh;
    height: 57%;
    margin-left: 5vh;
  }

  .home-hero-container._2 {
    height: 300px;
    margin-top: .5em;
  }

  .home-hero-container.p1 {
    height: 8%;
  }

  .download-buttons.center {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
  }

  .hero-product-demo {
    height: 90vh;
  }

  .dark-section.overflow-hidden {
    overflow: hidden;
  }

  .medium-center-text, .medium-center-text.product {
    font-size: 36px;
  }

  .feature-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .card-item-content-holder {
    padding: 2em 1.5em;
  }

  .small-text {
    text-align: left;
    font-size: 26px;
  }

  .effortless-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    height: 100%;
    display: flex;
    overflow: hidden;
  }

  .persons-images {
    object-fit: contain;
    object-position: 50% 0%;
    height: 100%;
  }

  .first-image-holder {
    height: 100%;
    position: static;
  }

  .logo-client-holder._1, .logo-client-holder._2, .logo-client-holder._3, .logo-client-holder._4, .logo-client-holder._5 {
    width: 70px;
    height: 70px;
  }

  .black-section.bottom-radius {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .trusted-item-header.second {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-direction: column;
  }

  .trusted-no {
    font-size: 36px;
  }

  .trusted-content.trusted-list {
    padding-bottom: 0;
  }

  .text-xl {
    font-size: 18px;
  }

  .white-heading {
    font-size: 36px;
  }

  .white-heading.medium {
    font-size: 32px;
  }

  .grid-7-col {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .card-iphone-wrapp.on-card {
    height: 140vw;
  }

  .card-phone-image-container {
    z-index: 1;
  }

  .bg-home-1-image {
    z-index: 0;
    object-fit: cover;
    inset: 0%;
  }

  .card-holder.on-card.second {
    height: 70vh;
  }

  .persons-image, .large-tabel-image {
    position: static;
  }

  .pay-images {
    height: 30%;
    top: 51%;
    left: 25%;
  }

  .testimonials-container {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-testimonial.cs {
    grid-template-columns: 1fr 1fr;
  }

  .blog-collection-grid {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
  }

  .blog-item-text {
    font-size: 20px;
  }

  .cta-text {
    font-size: 32px;
  }

  .cta-holder {
    min-height: 440px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .person-cta-image-holder._1 {
    position: relative;
    top: 23px;
    bottom: -18%;
  }

  .person-cta-image-holder._2 {
    width: 63px;
    height: 63px;
    position: relative;
    top: -48px;
    bottom: 9%;
    left: 43%;
  }

  .person-cta-image-holder._3 {
    width: 63px;
    height: 63px;
    position: relative;
    top: -110px;
    left: 77%;
  }

  .tabel-cta-holder {
    width: 100%;
  }

  .ellipses-holder {
    top: -23%;
  }

  .ellipse-right {
    width: 350px;
    height: 350px;
    top: 30%;
    left: 75vw;
    right: auto;
  }

  .ellipse-left {
    width: 320px;
    height: 350px;
    top: 30%;
    left: -60%;
  }

  .notification-link {
    grid-column-gap: 12px;
    text-align: left;
    justify-content: center;
    align-items: center;
    padding: 6px;
    font-size: 14px;
  }

  .notification-link.f3 {
    justify-content: flex-start;
    width: 80%;
  }

  .hero-section-home-pricing {
    height: 350px;
  }

  .hero-section-home-pricing.f2 {
    height: auto;
  }

  .circle._01 {
    width: 500px;
    height: 500px;
    position: absolute;
  }

  .circle._2 {
    z-index: 1;
    width: 380px;
    height: 380px;
  }

  .hero-text-holder-h2.center {
    grid-row-gap: 10px;
  }

  .hero-text-holder-h2.p3 {
    max-width: 100%;
  }

  .hero-button-holder {
    grid-column-gap: 0px;
    flex-direction: column;
  }

  .arrow-icon {
    min-width: 8px;
  }

  .container-home-pricing {
    width: 100%;
    padding: 2em;
  }

  .hero-circles-holder {
    height: 100%;
  }

  .hero-wrapper {
    grid-row-gap: 20px;
  }

  .hero-text-white {
    font-size: 27px;
  }

  .hero-text-white.center {
    font-size: 36px;
  }

  .iphone-screen-image {
    border-radius: 10px;
  }

  .iphone-screen-image.fetures {
    border-radius: 8px;
  }

  .iphone-holder.home-3 {
    height: 400px;
    top: 10%;
  }

  .iphone-holder.product {
    top: 3%;
  }

  .iphone-holder.features {
    height: 230px;
    left: 35%;
  }

  .iphone-holder.f3 {
    height: 300px;
  }

  .iphone-holder._3 {
    height: 600px;
  }

  .hero-section-paragraph-holder {
    padding-top: 0;
  }

  .hero-text-h2 {
    font-size: 16vw;
  }

  .hero-section-text-holder {
    height: 75vh;
  }

  .hero-text-holder {
    grid-column-gap: 11px;
  }

  .medium-gradient-text {
    font-size: 28px;
  }

  .person-image-home-2 {
    min-height: 400px;
  }

  .bottom-gradient {
    height: 100%;
  }

  .gradient-text {
    font-size: 26px;
  }

  .gradient-text.purple {
    font-size: 32px;
  }

  .expense-tabel-holder {
    width: 90%;
  }

  .tabel-shadow {
    object-position: 50% 0%;
  }

  .black-bg-box-holder {
    min-height: 440px;
  }

  .invoice-holder {
    min-height: 480px;
  }

  .numbers-image {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .purple-gradient-text {
    font-size: 36px;
  }

  .icon-holder {
    justify-content: flex-start;
  }

  .title-big {
    font-size: 26px;
  }

  .title-big._60px {
    font-size: 32px;
  }

  .financial-text-holder {
    width: 100%;
  }

  .grid-item-text-holder {
    grid-row-gap: 0px;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
  }

  .grid-items-wrapper {
    align-items: stretch;
    margin-top: 0;
  }

  .grid-items-wrapper.last, .grid-items-wrapper.last-item {
    min-height: 300px;
  }

  .feature-grid-2 {
    margin-top: 0;
  }

  .grid-item-text-container {
    align-items: flex-start;
    width: 100%;
  }

  .grid-item-text-container.last {
    margin-top: 5em;
  }

  .button-browse-holder {
    width: 100%;
  }

  .tabel-pay-image.home-3.last {
    height: 300px;
    top: 25%;
  }

  .tabel-pay-image.home-3.first {
    height: 240px;
    top: 13%;
    left: 12%;
  }

  .pay-image {
    width: 100px;
    height: 100px;
  }

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

  .plan-number {
    font-size: 90px;
  }

  .payment-tab-holder {
    padding: 30px;
  }

  .grid-list {
    flex-direction: column;
    display: flex;
  }

  .tab-grid {
    width: 100%;
    margin-top: 2em;
  }

  .payment-padding {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
  }

  .gradient-link-pricing {
    width: 100%;
    height: 100%;
  }

  .button-gradient-pricing {
    height: 100%;
  }

  .button-content-holder-pricing {
    background-position: 90%;
    padding-left: 12px;
    padding-right: 40px;
    font-size: 14px;
  }

  .button-content-holder-pricing:hover {
    background-position: 93%;
  }

  .medium-payment-text {
    font-size: 32px;
  }

  .stats-image {
    object-position: 50% 50%;
  }

  .home-3-first-bg-image {
    height: 100%;
  }

  .home-3-bg-image {
    right: -1%;
  }

  .bg-image {
    object-fit: contain;
    height: 100%;
  }

  .hero-section-text-holder-home {
    height: auto;
    min-height: 100%;
  }

  .hero-section-text-holder-home.top-margin {
    height: 100%;
    margin-top: 4em;
  }

  .right-bg-image {
    object-fit: cover;
  }

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

  .tracking-features-holder {
    padding: 40px 30px;
  }

  .tracking-features-holder._2 {
    padding-bottom: 40px;
  }

  .small-gradinet-text {
    font-size: 24px;
  }

  .small-gradient-text {
    font-size: 28px;
  }

  .large-cart-holder {
    top: 12%;
    right: -23%;
  }

  .large-cart-image {
    height: 60%;
  }

  .multi-logo-holder {
    top: 5%;
  }

  .logo-to-use-holder._2 {
    width: 50px;
    height: 50px;
    bottom: 10%;
    left: 31%;
  }

  .logo-to-use-holder._3, .logo-to-use-holder._4 {
    width: 50px;
    height: 50px;
  }

  .logo-to-use-holder._5 {
    width: 50px;
    height: 50px;
    bottom: 26%;
    left: 59%;
  }

  .logo-to-use-holder._6 {
    width: 50px;
    height: 50px;
    bottom: 1%;
    left: 53%;
  }

  .logo-to-use-holder._1 {
    width: 50px;
    height: 50px;
    bottom: 40%;
  }

  .system-dev-grid {
    grid-template-columns: 1fr;
    margin-top: 2em;
  }

  .grid-4-col-home-3 {
    margin-top: 5em;
  }

  .about-text-paragraph-holder {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .bg-grid-image {
    width: 100%;
  }

  .home-3-button-holder {
    flex-direction: column;
    margin-top: 2em;
  }

  .home-3-button-holder.f3 {
    margin-top: 0;
  }

  .button-with-border {
    min-width: 160px;
  }

  .black-div-overlay {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .left-corner-image-holder {
    height: 20%;
    left: -8%;
  }

  .corner-image, .corner-image.right {
    height: 100%;
  }

  .right-corner-image-holder {
    height: 20%;
    right: -9%;
  }

  .feature-grid-holder.last {
    margin-top: 6em;
  }

  .feature-grid-holder.last.f2 {
    margin-top: 15em;
  }

  .bold-text {
    font-size: 26px;
  }

  .feature-bg-image, .feature-bg-image.features-2 {
    height: 100%;
  }

  .feature-multi-image {
    object-fit: contain;
    width: 90%;
    left: 5%;
  }

  .feature-multi-image.second {
    width: 80%;
    height: 80%;
    bottom: 16%;
    left: 11%;
  }

  .feature-multi-image.f2 {
    width: 60%;
  }

  .half-text-gradient {
    font-size: 26px;
  }

  .review-grid {
    flex-direction: column;
    display: flex;
  }

  .review-holder {
    padding-top: 0;
    padding-bottom: 28px;
  }

  .review {
    padding-top: 0;
  }

  .features-bottom-gradient.different-in-mobile {
    background-image: linear-gradient(to top, var(--secondary), #fff0);
  }

  .first-system-dev-grid {
    grid-template-columns: 1fr;
    margin-top: 4em;
  }

  .optimization-engine-holder {
    margin-top: 2em;
  }

  .data-image._2 {
    width: 115px;
    height: 115px;
    top: 52%;
    left: 7%;
  }

  .data-image._2.features-3 {
    width: 200px;
    height: 200px;
    top: 73%;
    left: -4%;
  }

  .data-image._1 {
    width: 115px;
    height: 115px;
    left: 7%;
  }

  .data-image._1.features-1 {
    width: 200px;
    height: 200px;
    left: -4%;
  }

  .data-image._3 {
    width: 115px;
    height: 115px;
    right: 11%;
  }

  .data-image._3.features-2 {
    width: 200px;
    height: 200px;
    right: 0%;
  }

  .data-image._4 {
    width: 115px;
    height: 115px;
    bottom: 16%;
  }

  .data-image._4.features {
    width: 200px;
    height: 200px;
    bottom: -28%;
    right: -1%;
  }

  .paragraph-extra-small {
    font-size: 15px;
  }

  .tabs-menu {
    white-space: nowrap;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 45px;
    margin-bottom: 24px;
    position: static;
  }

  .pricing-tab-holder {
    width: 100%;
    margin-top: 0;
  }

  .pricing-grid-header {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    place-content: center start;
    width: 100%;
  }

  .pricing-grid-2 {
    flex-direction: column;
  }

  .price-holder-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing-header-container {
    width: auto;
    height: auto;
    padding: 20px;
  }

  .pricing-header-container.main {
    padding: 17px;
  }

  .pricing-tab-continaer {
    flex-direction: column;
    grid-template-rows: auto;
    width: 100%;
  }

  .pricing-tabs-holder {
    padding: 11px;
  }

  .plan-button {
    padding: 15px 24px;
    font-size: 18px;
    font-weight: 400;
  }

  .plan-button.price-button {
    white-space: nowrap;
  }

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

  .gray-underline {
    display: none;
  }

  .card-title {
    font-size: 24px;
  }

  .features-hero-content-holder {
    grid-row-gap: 30px;
  }

  .features-hero-2 {
    margin-top: 50px;
    font-size: 32px;
    font-weight: 500;
  }

  .big-container {
    padding: 1em;
  }

  .features-hero-holder-2 {
    margin-top: 0;
    margin-bottom: 100px;
    padding-top: 50px;
  }

  .bg-image-f3 {
    height: 400px;
    top: -16%;
  }

  .tabs-menu-2 {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .tabs-menu-2.feature-page {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .gradient-wrapp {
    padding: 1em;
  }

  .active-tab-container._01 {
    width: 100%;
    height: 100%;
    min-height: 300px;
    margin-left: 0;
    padding: 15px 0 0;
  }

  .image-tab-change, .feature-image-holder {
    width: 100%;
  }

  .tab-heading {
    font-size: 22px;
  }

  .feature-tab-link, .feature-tab-link.w--current {
    max-width: 100%;
  }

  .small-tab-image {
    width: 50px;
    height: 50px;
  }

  .small-tab-image._2, .small-tab-image._3, .small-tab-image._4, .small-tab-image._1 {
    width: 80px;
    height: 80px;
  }

  .larg-text {
    padding-bottom: 10px;
    font-size: 20px;
    display: flex;
  }

  .icon-text-wrapp {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .managment-wrapp {
    margin-top: 5em;
  }

  .managment-help-image {
    width: 100%;
  }

  .container-management-holder {
    justify-content: center;
    align-items: center;
  }

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

  .medium-managment-text {
    font-size: 28px;
  }

  .company-avatar-circle {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
  }

  .company-avatar-container.up.hide {
    display: none;
  }

  .connect-section-container {
    grid-row-gap: 40px;
  }

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

  .section-heading-title {
    text-align: center;
    font-size: 36px;
  }

  .product-item-list-wrapper {
    width: 95%;
  }

  .sales-data-image {
    width: 60%;
  }

  .center-gradient-title {
    font-size: 36px;
  }

  .faq-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .faq-question-text {
    padding-right: 10px;
    font-size: 21px;
  }

  .faq-block {
    border-radius: 12px;
    padding: 0;
  }

  .faq-answer {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
  }

  .faq-content {
    padding: 20px;
  }

  .grid-f2-holder {
    width: 400vw;
  }

  .tab-link-category {
    background-image: linear-gradient(#2f2f2f 36%, #2f2f2f00);
  }

  .tab-link-category.right-side {
    background-image: linear-gradient(#2f2f2f 16%, #2f2f2f00);
  }

  .tabs-menu-3 {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .tab-text {
    width: 100%;
  }

  .corner-image-p3-holder {
    top: 53%;
    right: 1%;
  }

  .accordion {
    align-content: flex-end;
    width: 100%;
  }

  .accordion-bottom-wrap {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .accordions-header {
    align-items: flex-start;
  }

  .accordions-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .accordion-bottom-paragraph {
    width: 90%;
  }

  .accordion-header {
    font-size: 22px;
    font-weight: 500;
  }

  .accordion-bottom-gradient {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .slider {
    border-radius: 10px;
    width: 100%;
    height: 100%;
  }

  .left-arrow {
    background-image: linear-gradient(to right, #dec880, #827ded 22%, #ff347d 60%, #827ded);
    width: 30px;
    height: 30px;
    right: 60px;
  }

  .paragraph-grid-holder {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .black-box-holder.about-box {
    padding: 2em 1em;
  }

  .hero-center-text {
    font-size: 36px;
  }

  .slider-image {
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
    height: 330px;
  }

  .left-arrow-image {
    width: 27%;
  }

  .slider-holder {
    height: 100%;
  }

  .gradient-text-simple {
    font-size: 40px;
  }

  .map-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    display: flex;
  }

  .mask {
    border-radius: 10px;
  }

  .card-about-content {
    font-size: 20px;
  }

  .right-arrow {
    width: 30px;
    height: 30px;
  }

  .grid-3-col-2 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .team-lead-member-content {
    margin-left: 5px;
  }

  .white-heading-text {
    font-size: 18px;
  }

  .team-lead-grid {
    grid-template-columns: 1fr;
  }

  .content-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .center-heading {
    font-size: 28px;
  }

  .hero-text-in-grid-holder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  .hero-box-text {
    font-size: 26px;
  }

  .investors-holder {
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .work-with-us-holder {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .work-with-us-container {
    grid-template-columns: 1fr;
  }

  .work-with-us-image-container {
    justify-content: flex-start;
    padding-left: 10px;
  }

  .work-with-us-image-container._1, .work-with-us-image-container._2, .work-with-us-image-container._3, .work-with-us-image-container._4, .work-with-us-image-container._5, .work-with-us-image-container._6 {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .work-with-us-prod-logo {
    max-width: 100px;
    max-height: 25px;
  }

  .bold-white-text {
    font-size: 18px;
  }

  .career-item-line {
    width: 90%;
    top: 88%;
    left: 4%;
  }

  .more-info-holder {
    padding-left: 1em;
    padding-right: 1em;
  }

  .career-item-title {
    font-size: 22px;
  }

  .center-text-container {
    width: 100%;
    margin-bottom: 2em;
    margin-left: 0;
    margin-right: 0;
  }

  .arrow-holder {
    width: 40px;
    height: 40px;
    margin-left: 10px;
  }

  .accordion-button {
    min-width: auto;
  }

  .accordion-button.rounded-primary-color-button {
    margin-left: 0;
  }

  .pricing-table-main-holder {
    margin-top: 0;
    margin-bottom: 1em;
  }

  .card-item-features.dark.right-radius {
    border-radius: 20px;
  }

  .card-item-content-paddings {
    padding-top: 1em;
  }

  .product-item-header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .blog-heading {
    font-size: 36px;
  }

  .white-large-text {
    font-size: 22px;
  }

  .blog-main-image {
    min-height: 350px;
  }

  .gradient-main-form-holder {
    padding: 20px;
  }

  .blog-small-text {
    font-size: 28px;
  }

  .blog-text {
    font-size: 26px;
  }

  .blog-privacy-holder {
    width: 100%;
    height: 100%;
  }

  .privacy-policy-sticky {
    height: 100%;
    min-height: 420px;
  }

  .hero-shop-heading {
    font-size: 36px;
  }

  .shop-filter-gradient-holder {
    width: 180px;
    margin-right: 0;
  }

  .shop-category-item-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .add-to-cart-holder {
    width: 200px;
  }

  .open-roles-cta {
    background-image: url('../images/black-layer.svg'), linear-gradient(to top, #0000, #dcacff 1%, #ad68f3 50%, #2b2883 80%, #0c0c0c);
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    border-radius: 12px;
    padding-bottom: 24px;
  }

  .contact-form-block {
    width: 100%;
  }

  .open-roles-illustation {
    z-index: -1;
    width: 250px;
    bottom: -20%;
  }

  .open-roles-cta-holder {
    margin-bottom: 0;
  }

  .white-title {
    font-size: 40px;
  }

  .number-406 {
    margin-left: -20px;
    margin-right: -20px;
  }

  ._404-coin-image {
    top: 0;
  }

  .paragraph-button-holder {
    margin-top: 3em;
  }

  ._404-button-holder {
    width: 100%;
  }

  .cart-line-item {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-direction: column;
  }

  .main-nav-link.white-nav-link {
    padding-right: 0;
  }

  .grid-images {
    border-radius: 7px;
  }

  .feature-images-grid-holder {
    width: 200vw;
    min-width: 200vw;
  }

  .feature-app-carousel {
    width: 200%;
  }

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

  .feature-app-carousel-holder {
    margin-bottom: 3em;
  }

  .hero-text-home-1._2, .hero-text-home-1._1 {
    font-size: 20vw;
  }

  .product-phone-image-holder-h1 {
    margin-right: 0;
    padding-left: 24vw;
  }

  .product-container-h1 {
    border-radius: 40px;
    width: 100%;
  }

  .hero-gradient-box-h1 {
    background-image: url('../images/Gradient-Test.png');
    background-size: cover;
    border-radius: 0;
  }

  .product-phone-content-h1 {
    width: 27.2vh;
    margin-left: 6vh;
  }

  .hero-v2-circles-holder {
    height: 500px;
  }

  .gray-paragraph-f3 {
    font-size: 18px;
  }

  .first-content {
    order: -1;
  }

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

  .multi-element-holder {
    justify-content: center;
    align-items: center;
  }

  .dropdown-list {
    border: 1px solid var(--secondary);
    border-radius: 4px;
  }

  .category-small-container.no-margins {
    z-index: 9;
    align-self: flex-start;
  }

  .dropdown.category {
    width: 100%;
  }

  .grid-4.client-grid {
    grid-template-columns: 1fr;
  }

  .bg-image-f3-2 {
    height: 400px;
    top: -16%;
  }

  .iphone-screen-image-2 {
    border-radius: 10px;
  }

  .button-with-border-2 {
    min-width: 160px;
  }

  .home-3-button-holder-2 {
    flex-direction: column;
    margin-top: 2em;
  }

  .home-3-button-holder-2.f3 {
    margin-top: 0;
  }

  .notification-link-2 {
    grid-column-gap: 12px;
    text-align: left;
    justify-content: center;
    align-items: center;
    padding: 6px;
    font-size: 14px;
  }

  .notification-link-2.f3 {
    justify-content: flex-start;
    width: 80%;
  }

  .features-hero-3 {
    margin-top: 50px;
    font-size: 32px;
    font-weight: 500;
  }

  .div-block-8 {
    background-image: none;
    max-width: 350px;
    height: auto;
    min-height: auto;
    margin-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .fn-nav-line-3.green-line {
    background-color: #fff;
  }

  .fn-nav-line-2.green-line {
    background-color: var(--primary);
  }

  .fn-nav-line-1.green-line {
    background-color: #fff;
  }

  .fn-button, .fn-button-wrapper {
    width: 100%;
  }

  .fn-links-wrapper {
    margin-bottom: 12px;
  }

  .fn-navbar-container-advence {
    display: block;
  }

  .fn-button-wrapper-2 {
    width: 100%;
  }

  .fn-legal-links-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .fn-standard-white-link-2:hover {
    color: var(--secondary);
  }

  .fn-standard-white-link-2:focus {
    color: #dd4b12;
  }

  .fn-standard-white-link-2:visited {
    color: var(--secondary);
  }

  .fn-links-wrapper-2 {
    margin-bottom: 12px;
  }

  .fn-button-secondery {
    width: 100%;
  }

  .uui-blogpost04_form-wrapper {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-blogpost04_author-wrapper {
    margin-bottom: 1rem;
  }

  .uui-blogpost04_content-top, .content-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .container-3 {
    padding: 3em 1em;
    overflow: hidden;
  }

  .center-heading-2 {
    font-size: 28px;
  }

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

  .content-4 {
    flex-direction: column;
    align-items: flex-start;
  }

  .container-4 {
    padding: 3em 1em;
    overflow: hidden;
  }

  .gradient-text-simple-2 {
    font-size: 40px;
  }

  .team-lead-grid-3 {
    grid-template-columns: 1fr;
  }

  .card-about-content-2 {
    font-size: 20px;
  }

  .left-arrow-2 {
    background-image: linear-gradient(to right, #dec880, #827ded 22%, #ff347d 60%, #827ded);
    width: 30px;
    height: 30px;
    right: 60px;
  }

  .grid-3-col-3 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .right-arrow-2 {
    width: 30px;
    height: 30px;
  }

  .container-5 {
    padding: 3em 1em;
    overflow: hidden;
  }

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

  .uui-heading-medium-2.larger {
    font-size: 3.5rem;
    line-height: 1.1;
  }

  .uui-contact05_component, .form-radio-2col {
    grid-template-columns: 1fr;
  }

  .form-field-2col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .uui-contact04_component, .uui-header05_component {
    grid-template-columns: 1fr;
  }

  .uui-blogpost01_author-wrapper {
    margin-bottom: 1rem;
  }

  .uui-blogpost01_tag-list {
    justify-content: flex-start;
  }

  .uui-blogpost01_tag-list-wrapper {
    width: 100%;
  }

  .uui-blogpost01_share-wrapper {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .uui-blogpost01_content-bottom, .uui-blogpost01_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .uui-heroheader01_pattern-image {
    width: 12.125rem;
    bottom: -25%;
    right: -20%;
  }

  .uui-heroheader01_image {
    border-top-left-radius: 4rem;
    height: 15rem;
    display: block;
  }

  .uui-heroheader01_image-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .uui-heroheader01_component {
    grid-template-columns: 1fr;
  }

  .icon-holder-2 {
    justify-content: flex-start;
  }

  .container-7 {
    max-width: none;
    padding: 3em 1em;
    overflow: hidden;
  }

  .purple-gradient-text-2 {
    font-size: 36px;
  }

  .text-xl-2 {
    font-size: 18px;
  }

  .uui-header07_component {
    grid-template-columns: 1fr;
  }

  .uui-heroheader03_image {
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    height: 15rem;
  }

  .uui-heroheader03_component {
    grid-template-columns: 1fr;
  }

  .icon-2 {
    margin-left: -15px;
  }

  .ctapic {
    top: 97px;
  }

  .image-11 {
    max-width: 50%;
  }

  .image-11.rocket {
    left: 244px;
  }

  .div-block-20 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
  }

  .casestudyimg {
    max-width: 50%;
  }
}

#w-node-_74ab3314-1e2b-a768-0bb3-b25894c1a502-0a144c54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_762bf9d1-9682-8e3d-4e16-97c03e70d5bd-70523f23 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-e96459b3-ce06-cc87-592b-f61608f48c0c-70523f23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e96459b3-ce06-cc87-592b-f61608f48c11-70523f23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-e96459b3-ce06-cc87-592b-f61608f48c12-70523f23, #w-node-e96459b3-ce06-cc87-592b-f61608f48c32-70523f23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_762bf9d1-9682-8e3d-4e16-97c03e70d5f0-70523f23 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_762bf9d1-9682-8e3d-4e16-97c03e70d5f1-70523f23, #w-node-_762bf9d1-9682-8e3d-4e16-97c03e70d5f5-70523f23 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_74992d5f-cce1-7ae1-6cdb-3b54006c7869-70523f23, #w-node-_74992d5f-cce1-7ae1-6cdb-3b54006c7872-70523f23, #w-node-_8522cc12-7f25-f6c7-a79a-75127019201f-70523f23, #w-node-_8522cc12-7f25-f6c7-a79a-751270192016-70523f23, #w-node-_837c6103-b763-1dad-dedd-eb3f0bde9c3c-70523f23, #w-node-_837c6103-b763-1dad-dedd-eb3f0bde9c45-70523f23, #w-node-_07ed9fb2-0f71-0b95-3535-b808add6e567-70523f23, #w-node-_07ed9fb2-0f71-0b95-3535-b808add6e570-70523f23, #w-node-_32c98900-962e-a164-f64d-27395a902ae6-70523f23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46022870-7d76-9732-f955-3458358c16e1-358c16df, #w-node-_46022870-7d76-9732-f955-3458358c16e3-358c16df, #w-node-e7c4dc1b-d794-7e2f-28ef-fe8a2869df1c-358c16df, #w-node-_46022870-7d76-9732-f955-3458358c16ed-358c16df {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_46022870-7d76-9732-f955-3458358c16ee-358c16df {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_46022870-7d76-9732-f955-3458358c16f7-358c16df {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_46022870-7d76-9732-f955-3458358c16f8-358c16df {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_38f1de21-cc8c-8c0b-dc7c-aeaa03cfede6-70523f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38f1de21-cc8c-8c0b-dc7c-aeaa03cfede7-70523f28 {
  justify-self: center;
}

#w-node-_5f43c578-b04d-0579-8c61-5d9f53863107-70523f2b, #w-node-_1d5d0005-f138-0397-6209-b5fddce766dc-70523f30 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f547631-3e9e-c3f4-ebb7-4ff7131c092d-70523f30 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_8f547631-3e9e-c3f4-ebb7-4ff7131c093a-70523f30 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f547631-3e9e-c3f4-ebb7-4ff7131c093e-70523f30 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_8f547631-3e9e-c3f4-ebb7-4ff7131c0950-70523f30 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_76cb2a74-fa61-743d-6c15-e2997d24cf12-70523f30 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_76cb2a74-fa61-743d-6c15-e2997d24cf21-70523f30, #w-node-_76cb2a74-fa61-743d-6c15-e2997d24cf26-70523f30 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76cb2a74-fa61-743d-6c15-e2997d24cf2a-70523f30 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d60de53f-1b79-7a3a-5cdc-5d060120f7f1-70523f30, #w-node-d60de53f-1b79-7a3a-5cdc-5d060120f7fd-70523f30, #w-node-d60de53f-1b79-7a3a-5cdc-5d060120f809-70523f30, #w-node-d60de53f-1b79-7a3a-5cdc-5d060120f815-70523f30, #w-node-d60de53f-1b79-7a3a-5cdc-5d060120f821-70523f30, #w-node-d60de53f-1b79-7a3a-5cdc-5d060120f82d-70523f30 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3af98915-2ad6-5061-3689-f67441ab1ce7-822485d3, #w-node-_3af98915-2ad6-5061-3689-f67441ab1cef-822485d3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_762bf9d1-9682-8e3d-4e16-97c03e70d5f5-d0cf64bf, #w-node-_732a91e9-1d82-1073-8c60-a86c9b07229a-d0cf64bf, #w-node-_397bb60b-60f9-64d4-3a7d-99d5c3687cb1-d0cf64bf, #w-node-_76d49e41-9402-dbcf-b643-831b7bd8aad5-d0cf64bf, #w-node-_772e2d9a-5573-e230-9e83-a173268d3224-d0cf64bf, #w-node-_26e70eb3-7c8f-57c0-11dd-b1aeb71f793b-d0cf64bf, #w-node-_762bf9d1-9682-8e3d-4e16-97c03e70d5f5-f164fa5e, #w-node-_732a91e9-1d82-1073-8c60-a86c9b07229a-f164fa5e, #w-node-_397bb60b-60f9-64d4-3a7d-99d5c3687cb1-f164fa5e, #w-node-_76d49e41-9402-dbcf-b643-831b7bd8aad5-f164fa5e, #w-node-_762bf9d1-9682-8e3d-4e16-97c03e70d5f5-767110a1, #w-node-_732a91e9-1d82-1073-8c60-a86c9b07229a-767110a1, #w-node-_397bb60b-60f9-64d4-3a7d-99d5c3687cb1-767110a1, #w-node-_2ea5112c-8725-779c-bba8-ff3f7ef7cbb1-767110a1, #w-node-_76d49e41-9402-dbcf-b643-831b7bd8aad5-767110a1, #w-node-_772e2d9a-5573-e230-9e83-a173268d3224-767110a1, #w-node-_26e70eb3-7c8f-57c0-11dd-b1aeb71f793b-767110a1 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_694e9dc7-39b7-c01a-1a4c-092bc9773464-767110a1, #w-node-_694e9dc7-39b7-c01a-1a4c-092bc9773473-767110a1, #w-node-dda962a5-f360-faa1-b1fe-8f89a990a9c6-767110a1, #w-node-dda962a5-f360-faa1-b1fe-8f89a990a9cc-767110a1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_74ab3314-1e2b-a768-0bb3-b25894c1a502-0a144c54 {
    grid-column: span 3 / span 3;
  }

  #w-node-_762bf9d1-9682-8e3d-4e16-97c03e70d5bd-70523f23 {
    grid-area: 1 / 1 / 2 / 8;
  }

  #w-node-_762bf9d1-9682-8e3d-4e16-97c03e70d5d3-70523f23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_762bf9d1-9682-8e3d-4e16-97c03e70d5f0-70523f23 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_762bf9d1-9682-8e3d-4e16-97c03e70d5f1-70523f23 {
    grid-area: 1 / 1 / 2 / 8;
  }

  #w-node-_46022870-7d76-9732-f955-3458358c16e1-358c16df {
    grid-column: span 8 / span 8;
  }

  #w-node-_46022870-7d76-9732-f955-3458358c16ee-358c16df {
    grid-column: span 2 / span 2;
  }

  #w-node-_46022870-7d76-9732-f955-3458358c16f7-358c16df {
    grid-column: span 8 / span 8;
  }

  #w-node-_46022870-7d76-9732-f955-3458358c16f8-358c16df {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_762bf9d1-9682-8e3d-4e16-97c03e70d5bd-70523f23 {
    grid-column-end: 6;
  }

  #w-node-_46022870-7d76-9732-f955-3458358c16e1-358c16df {
    grid-column: span 4 / span 4;
    justify-self: center;
  }

  #w-node-_46022870-7d76-9732-f955-3458358c16e3-358c16df, #w-node-e7c4dc1b-d794-7e2f-28ef-fe8a2869df1c-358c16df, #w-node-_46022870-7d76-9732-f955-3458358c16ed-358c16df {
    grid-column: span 4 / span 4;
  }

  #w-node-_46022870-7d76-9732-f955-3458358c16ee-358c16df {
    grid-column: span 4 / span 4;
    justify-self: center;
  }

  #w-node-_46022870-7d76-9732-f955-3458358c16f7-358c16df {
    grid-column: span 4 / span 4;
  }

  #w-node-_46022870-7d76-9732-f955-3458358c16f8-358c16df {
    justify-self: center;
  }

  #w-node-_8f547631-3e9e-c3f4-ebb7-4ff7131c092d-70523f30, #w-node-_8f547631-3e9e-c3f4-ebb7-4ff7131c093e-70523f30, #w-node-_8f547631-3e9e-c3f4-ebb7-4ff7131c0950-70523f30 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_74ab3314-1e2b-a768-0bb3-b25894c1a502-0a144c54 {
    grid-column: span 1 / span 1;
  }

  #w-node-_762bf9d1-9682-8e3d-4e16-97c03e70d5bd-70523f23 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_762bf9d1-9682-8e3d-4e16-97c03e70d5f0-70523f23 {
    grid-column: span 2 / span 2;
  }

  #w-node-_762bf9d1-9682-8e3d-4e16-97c03e70d5f1-70523f23 {
    grid-column-end: 4;
  }

  #w-node-_8f547631-3e9e-c3f4-ebb7-4ff7131c093a-70523f30 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_76cb2a74-fa61-743d-6c15-e2997d24cf2a-70523f30 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Clashgrotesk Complete';
  src: url('../fonts/ClashGrotesk_Complete.zip') format('undefined');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mona Sans';
  src: url('../fonts/Mona-Sans.ttf') format('truetype');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mona Sans';
  src: url('../fonts/Mona-Sans-SemiBoldNarrow.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mona Sans';
  src: url('../fonts/Mona-Sans-BlackNarrow.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-SemiBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}