<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --red: #f07000;
  --red-hover: #e73737;
  --tomato: #ef8835;
}

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

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

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

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

body {
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

h4, h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  color: #6d6d6d;
  letter-spacing: .7px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

a {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: color .35s;
}

a:hover {
  color: #494949;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 500;
}

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

li {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
}

strong {
  font-weight: bold;
}

blockquote {
  background-image: url('../images/command.svg'), url('../images/command.svg');
  background-position: 97% 90%, 6px 10px;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-left: 5px #e2e2e2;
  margin-bottom: 10px;
  padding: 50px 32px;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
}

.section {
  margin-top: 5px;
  padding-top: 0;
  overflow: hidden;
}

.section.relative {
  margin-top: 14px;
  padding-top: 0;
}

.container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2em 2em;
  font-weight: 600;
}

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

.container.relative {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 5.6em;
}

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

.navbar {
  z-index: 40;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #fff;
  height: 80px;
  position: sticky;
  inset: 0% 0% auto;
}

.hero-section {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -271px;
  display: flex;
}

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

.top-margin-l {
  margin-top: 3em;
}

.button {
  background-color: #ee8834;
  border-radius: 100px;
  padding: 15px 35px;
  transition: border .525s;
}

.button:hover {
  color: #fff;
  background-color: #22160c;
}

.button.big {
  padding: 20px 40px;
}

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

.utility-page-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  padding-bottom: 0;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 50px;
  display: flex;
}

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

.link-block {
  text-align: center;
  text-decoration: none;
  transition: color .4s;
}

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

.link-block.animation-01, .link-block.animation-02, .link-block.animation-03, .link-block.animation-04 {
  overflow: hidden;
}

.link-block.animation-05 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer {
  background-color: #f8f9fa;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.fade-in-move-on-scroll {
  padding-top: 62px;
}

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

.content {
  margin-top: 0;
}

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

.field-label {
  color: #5c5c5c;
  font-size: 18px;
  font-weight: 500;
}

.text-field {
  color: #414141;
  background-color: #f0f0f01c;
  border: 2px solid #e2e2e2;
  border-radius: 6px;
  height: 50px;
  font-size: 16px;
  transition: transform .4s, border-color .4s;
}

.text-field:focus {
  border-color: var(--red);
  transform: translate(0, 4px);
}

._100pct {
  flex: 0 auto;
  width: 400px;
  max-width: 250%;
  max-height: none;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.menu-button {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
  display: none;
}

._18px {
  color: #ee8834;
  font-size: 18px;
  font-weight: 700;
}

.brand {
  width: 85px;
}

.nav-link-button {
  color: #6d6d6d;
  overflow: hidden;
}

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

.footer-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 19px;
  padding-top: 0;
  display: flex;
}

.left-side-footer-container {
  align-items: center;
  display: flex;
}

.social-media-link {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
}

.follow-us-text {
  color: #ee8834;
  margin-right: 8px;
  font-size: 24px;
  font-weight: 800;
}

.footer-line {
  background-color: #e5e5e5;
  width: 100%;
  height: 1px;
  margin-top: 22px;
  margin-bottom: 22px;
}

.footer-logo-container {
  width: 120px;
  margin-right: 60px;
}

.hero-logo-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-logo {
  border-radius: 30%;
  width: 100px;
  height: 100px;
  overflow: hidden;
  box-shadow: -6px 6px 12px #5e5e5e3d;
}

.hero-text {
  color: #ee8834;
  text-align: center;
  font-size: 53px;
  font-weight: 800;
  line-height: .8;
}

.logo-text {
  padding-top: 18px;
  font-size: 18px;
  font-weight: 600;
}

.top-margin-m {
  color: #0000;
  border: 1px solid #0000;
  margin-top: 2em;
}

.iphone-container {
  width: 100%;
}

.iphone-container._01 {
  margin-left: 0;
  padding-top: 45px;
}

.iphone-container._06 {
  margin-right: 0;
}

.iphone-container._02 {
  margin-bottom: -49px;
  padding-top: 0;
  padding-bottom: 0;
}

.iphone-container._03 {
  color: #000;
  padding-top: 115px;
}

.iphone-container._04 {
  margin-bottom: -56px;
  padding-bottom: 0;
}

.iphone-container._03 {
  color: #000;
}

.iphone-screen-container {
  z-index: 2;
  border-radius: 32px;
  position: absolute;
  inset: 2.2% 5.2% 2.3%;
  overflow: hidden;
  box-shadow: 11px 11px 20px #0000004d;
}

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

.iphone-shadow-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.infinite-slider-content {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #ec0000;
  background-color: #0000;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: none;
  transform: translate(0);
}

.infinite-slider-grid {
  background-color: #f56f0000;
  background-image: url('../images/6306022bd53a1ede9e7fb4dd_blob.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  width: 100%;
  padding: 40px 60px;
}

.circle-logo-container {
  background-color: #fff;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  display: flex;
}

.circle-logo-container.small {
  width: 92px;
  height: 92px;
}

.circle-logo-container.medium {
  width: 150px;
  height: 150px;
}

.circle-logo-container.big {
  width: 164px;
  height: 164px;
}

.small-logo-image {
  object-fit: contain;
  width: 120%;
  max-width: none;
  height: 100%;
  padding: 27px;
}

.tab-link-button {
  color: #6d6d6d;
  background-color: #0000;
}

.tab-link-button.w--current {
  color: #000;
  background-color: #0000;
}

.ticked-list {
  color: #221414;
  background-image: url('../images/Arrow-Green.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 30px;
  font-size: 18px;
}

.slide {
  width: 100%;
  height: 100%;
  margin-right: 32px;
}

.hide {
  display: none;
}

.white-card {
  background-color: #fff;
  border: 1px solid #ede7e7;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  height: 600px;
  padding: 35px;
  display: flex;
  overflow: hidden;
}

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

.animate-on-load-4rd {
  color: #f76f14;
}

.animate-on-load-4rd:active {
  background-color: #0000;
}

.lottie-animation {
  width: 350px;
}

.social-media-link-twitter {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
}

.footer-holder {
  justify-content: flex-end;
  align-items: center;
  width: 31%;
  display: flex;
}

.paragraph {
  margin-top: 20px;
  font-family: Futura bt, sans-serif;
  line-height: 24px;
}

._000 {
  z-index: 10;
  color: #fff;
  mix-blend-mode: normal;
  background-color: #ee8834;
  border: 5px #0000;
  border-radius: 20px;
  width: auto;
  margin-right: 16px;
  padding: 0 20px 9px 25px;
  font-size: 21px;
  text-decoration: none;
  position: relative;
  box-shadow: 0 -1px 10px -3px #555353;
}

._000:active {
  background-color: #ff7300;
}

.lottie-animation-52 {
  z-index: -1;
  color: #ed8529;
  border-radius: 20px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.lottie-animation-685 {
  width: 185px;
  height: 185px;
}

.field-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.form-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 28px;
}

.form-field {
  z-index: 1;
  background-color: #e5ffe6;
  border: 1px solid #1ab947;
  height: 50px;
  min-height: 50px;
  padding-top: 11px;
  position: relative;
}

.form-field:focus {
  border-color: #000;
}

.form-field::placeholder {
  color: #a0a0a0;
}

.form-wrap {
  margin-bottom: 0;
}

.comp-pane {
  width: 45%;
}

.comp-pane.right {
  z-index: 50;
  background-color: #fff;
  border-radius: 10px;
  width: auto;
  min-height: 630px;
  padding: 50px;
  position: relative;
  box-shadow: 0 7px 30px #00000021;
}

.submit-button {
  color: #fff;
  background-color: #ee8834;
  border-radius: 30px;
  min-width: 170px;
  height: 50px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  font-weight: 800;
  transition: filter .2s;
}

.submit-button:hover {
  filter: brightness(96%);
}

.form-field-label {
  z-index: 10;
  background-color: #fff;
  margin-top: -9px;
  margin-left: 10px;
  padding: 1px 10px;
  line-height: 14px;
  display: inline-block;
  position: absolute;
}

.lottie-animation-9 {
  width: 89%;
  height: 629px;
}

.subscript {
  color: #000;
  font-family: Futura bt, sans-serif;
  font-size: 36px;
  line-height: 1;
}

.text-block-71 {
  color: #fff;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Futura bt, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.success-message-2 {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 78px;
  padding-top: 89px;
  position: relative;
}

.form-block {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  width: auto;
  height: auto;
  box-shadow: 1px 1px 15px #0003;
}

.paragraph-9 {
  color: #000;
  margin-top: 11px;
  margin-bottom: 21px;
  padding-top: 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
}

.success-text-2 {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 150%;
  padding-bottom: 96px;
  font-size: 35px;
  font-weight: 800;
  line-height: 45px;
  display: flex;
  position: relative;
}

.button-3 {
  background-color: #ed8529;
  border-radius: 20px;
  width: 100%;
  margin-top: -18px;
  padding-bottom: 9px;
  font-size: 18px;
  transition: background-color .2s;
  position: relative;
  top: -7px;
  box-shadow: 1px 1px 5px #0000001a;
}

.button-3:hover {
  background-color: #d15e00;
}

.text-block-8 {
  color: #ed8529;
  font-size: 20px;
  line-height: 28px;
}

.form-3 {
  color: #000;
  background-color: #fff;
  margin-top: 49px;
  padding: 19px 25px 25px;
}

.field-wrap-2 {
  padding-top: 32px;
  padding-bottom: 22px;
  position: relative;
}

.superscript-2 {
  color: #000;
  line-height: 25px;
}

.lottie-2 {
  color: #000;
  background-color: #fff;
  width: 200px;
  position: absolute;
  inset: 0% 0% 0% 28%;
}

.error-message-2 {
  background-color: #fff;
}

.bold-text-3 {
  font-family: Manrope, sans-serif;
  font-size: 28px;
  line-height: 29px;
}

.button-wrapper-2 {
  color: #fff;
  background-color: #ed8529;
  border: 1px solid #ececec;
  border-radius: 20px;
  align-items: center;
  width: 130px;
  height: 40px;
  font-weight: 700;
  line-height: .4;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 7px 28px -7px #00000030;
}

.button-wrapper-2:hover {
  box-shadow: 0 4px 24px -7px #00000040;
}

.spinning-wrapper-2 {
  transform-origin: 0 100%;
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
}

.button-bottom-text-2 {
  border-radius: 0;
  margin-top: -12px;
  margin-left: 14px;
  padding-bottom: 0;
  font-family: Futura bt, sans-serif;
  font-size: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.section2 {
  flex: 1;
  padding: 120px 60px;
}

.section2.grey {
  background-color: #0000;
  background-image: url('../images/6306022bd53a1ede9e7fb4dd_blob.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 25px;
  padding-top: 339px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bg-blob-top {
  width: 385px;
  position: absolute;
  inset: -10% auto auto 5%;
}

.lottie-animation-686 {
  height: 95px;
}

.lottie-animation-687 {
  width: 110px;
  height: 200px;
}

.lottie-animation-688 {
  width: 110px;
  height: 100px;
}

.lottie-animation-689 {
  width: 110px;
}

.isometric-item {
  margin-bottom: 20px;
  margin-right: 10px;
  transition: transform .2s, box-shadow .2s;
  box-shadow: -3px 3px #0000001c;
}

.isometric-item:hover {
  box-shadow: -3px 3px #0000001c;
}

.bold-text-4 {
  color: #ed8529;
  font-family: Futura bt, sans-serif;
  font-size: 68px;
  font-weight: 500;
}

.image {
  width: auto;
  max-width: 85%;
}

.lottie-animation-690 {
  width: 120px;
  max-width: none;
}

.lottie-animation-691 {
  padding-left: 10px;
}

.lottie-animation-692 {
  max-width: 120px;
}

.lottie-animation-693 {
  width: 70px;
  max-width: 100px;
  padding-left: 2px;
}

.bold-text-5 {
  align-items: flex-start;
  margin-top: -15px;
  display: flex;
}

.lottie-animation-695 {
  width: 100%;
}

.container-4 {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 2.1em 2em 0;
  font-weight: 600;
}

.section-3 {
  margin-top: -32px;
}

._2 {
  color: #fff;
  margin-top: -12px;
  padding-top: 0;
  font-family: Futura bt, sans-serif;
  font-size: 35px;
  line-height: 1.2;
}

.fade-in-move-on-scroll-2 {
  font-size: 15px;
}

.section-4 {
  z-index: 1;
  padding-top: 10em;
  padding-bottom: 10em;
  position: relative;
}

.card {
  z-index: 1;
  cursor: pointer;
  background-color: #111214;
  border: 2px solid #323341;
  border-radius: 1em;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.1em;
  padding: 1.6em 2.3em;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card:hover {
  padding-left: 2.7em;
}

.cards {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  background-color: #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0000000f;
}

.tab {
  color: #fff;
  text-align: left;
  background-color: #262626;
  border-radius: .25rem;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 25px 20px;
  font-size: 14px;
  line-height: 1.4;
  overflow: hidden;
}

.tab.w--current {
  background-color: #222;
  overflow: hidden;
}

.tab-button {
  opacity: .7;
  color: #151c34;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 280px;
  padding-bottom: 16px;
  font-size: 15px;
  display: flex;
}

.tab-button.w--current {
  opacity: 1;
  color: #151c34;
  background-color: #0000;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.hero-iphone-container-2 {
  color: #ee8834;
  justify-content: center;
  width: 100%;
  margin-top: -14px;
  padding-top: 0;
  padding-bottom: 35px;
  display: flex;
  overflow: hidden;
}

.hero-iphone-container-2:active {
  color: #0000;
  border: 1px solid #0000;
}

.hero-iphone-holder-2 {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 120%;
  display: grid;
}

.iphone-image-2 {
  z-index: 5;
  width: 100%;
  position: relative;
}

.harsh-shadow-2 {
  width: 160%;
  max-width: none;
  height: 115%;
  position: relative;
  top: 7%;
  left: 36%;
}

.section-5 {
  overflow: hidden;
}

.iphone-holder-2 {
  width: 100%;
  position: relative;
}

.iphone-holder-2._03 {
  background-color: #0000;
}

.contact-wrapper-f12 {
  color: #333;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  margin-right: 30px;
  padding-right: 30px;
  text-decoration: none;
  display: flex;
}

.link-f12 {
  color: #333;
  margin-bottom: 10px;
  font-family: Futura bt, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s;
}

.link-f12:hover {
  color: #3898eb;
}

.top-left-wrapper-f12 {
  flex-direction: column;
  height: 90px;
}

.address-f12 {
  margin-bottom: 10px;
  font-family: Futura bt, sans-serif;
  font-size: 16px;
}

.top-right-wrapper-f12 {
  display: flex;
}

.contact-title-f12 {
  color: #ed8529;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Futura bt, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.footer-f12 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.top-wrapper-f12 {
  border-bottom: 1px solid #e9e9e9;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.footer-wrapper {
  border-radius: 8px;
  align-items: center;
  width: auto;
  max-width: 1200px;
  margin: 20px auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.subtitle-f12 {
  font-family: Futura bt, sans-serif;
  font-size: 16px;
}

.social-media-subwrapper-f12 {
  align-items: flex-end;
  display: flex;
}

.logo-wrapper-f12 {
  margin-bottom: 10px;
}

.heading-h1 {
  color: #ee8834;
  text-align: center;
  text-transform: capitalize;
  max-width: 950px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura std, sans-serif;
  font-size: 65px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  display: block;
}

.profile-picture {
  border-radius: 100px;
  margin-right: 10px;
}

.profile-block-header {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.paragraph-detials-small {
  color: #9899ad;
  margin-bottom: 0;
  font-family: Futura bt, sans-serif;
  font-size: 14px;
  line-height: 120%;
}

.paragraph-detials-small.white-50 {
  color: #00000080;
  font-family: Futura bt, sans-serif;
}

.text-span-2 {
  color: #ee8834;
  font-family: Futura bt, sans-serif;
}

.title-small {
  color: #202146;
  margin-bottom: 4px;
  font-weight: 700;
}

.title-small.white {
  color: #000;
  font-family: Futura bt, sans-serif;
}

.hero-container {
  justify-content: center;
  margin-top: 60px;
  display: block;
}

.title-large {
  color: #000;
  margin-bottom: 20px;
  font-family: Futura bt, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.image-3 {
  border-radius: 17px;
}

.container-8 {
  width: 100%;
  max-width: 1110px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.stick-wrapper {
  position: sticky;
  top: 60px;
}

.blog-section {
  padding-bottom: 132px;
  padding-left: 3%;
  padding-right: 3%;
}

.heading-h3 {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Futura bt, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 140%;
}

.blog-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
}

.paragraph-detials-large {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Futura bt, sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.paragraph-detials-large.margin_top {
  margin-top: 30px;
}

.blog-h2 {
  color: #202146;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 32px;
}

.content-left_blog {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.subscription {
  background-color: #fff;
  background-image: url('../images/tabletuck.webp');
  background-position: -20px -30px;
  background-repeat: no-repeat;
  background-size: 125px;
  border-radius: 15px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 100px 20px 20px;
  box-shadow: 0 12px 14px #0000000f;
}

.bold-text-16 {
  color: #fff;
  text-transform: uppercase;
  font-family: Futura bt, sans-serif;
  font-weight: 500;
}

.bold-text-16:hover {
  color: #d87927;
  font-family: Futura, sans-serif;
  font-weight: 500;
}

.content-right {
  position: sticky;
}

.bold-text-17 {
  color: #000;
  font-family: Futura bt, sans-serif;
  font-size: 35px;
}

.bold-text-18 {
  text-align: left;
  font-family: Futura bt, sans-serif;
  font-style: normal;
  line-height: 1.2;
}

.c-nav-social-contact-item-link {
  color: #1e756e;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

._w-menu-item-link {
  display: flex;
  position: relative;
}

.c-menu-item {
  margin-bottom: 20px;
}

.c-nav-social-media-link {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.section-6 {
  display: block;
}

.section-6.relative {
  position: relative;
}

.background-holder {
  position: absolute;
  inset: 0%;
}

.background-image {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.btn-2 {
  float: none;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ed8529;
  border: 2px solid #fff;
  border-radius: 50px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 29px;
  font-family: Futura bt, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all .2s;
  display: inline-block;
  position: relative;
}

.btn-2:hover {
  color: #bb6511;
  background-color: #fff;
  border: 4px solid #ef8930;
  font-size: 15px;
  font-weight: 700;
}

.project {
  z-index: 100;
  clear: none;
  color: #fbfbfe;
  background-color: #0000;
  background-image: url('../images/6306022bd53a1ede9e7fb4dd_blob.svg');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: cover;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: 0;
  overflow: hidden;
}

.image-4 {
  width: auto;
  height: auto;
  margin-top: 0;
  position: absolute;
  bottom: 0%;
  left: 0%;
}

.right_hero-wrapper {
  z-index: 10;
  margin-top: 220px;
  padding-bottom: 50px;
  position: relative;
}

.container-9 {
  margin-bottom: 85px;
}

.body {
  background-color: #fff;
}

.hero-section-5 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 60px;
  padding-top: 0;
  font-family: Futura bt, sans-serif;
  display: flex;
}

.preview-text {
  color: #757575;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.heading-1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 500;
  line-height: 72px;
}

.intro-div {
  width: 100%;
  max-width: 900px;
}

.container-4155 {
  width: 100%;
  max-width: 940px;
  margin-left: 40px;
  margin-right: 0;
}

.work-together {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 500;
}

.work-together:hover {
  color: #fff;
  background-color: #fff0;
  border: 2px solid #fff;
}

.paragraph-62 {
  color: #080609;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Futura bt, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.section-261 {
  margin-top: 20px;
  padding-bottom: 40px;
  padding-left: 40px;
}

.container-4178 {
  background-image: linear-gradient(11deg, #00000082, #fff0), url('../images/web-app-development-company.webp');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-span-65 {
  color: #ed8529;
  font-family: Futura bt, sans-serif;
  font-weight: 500;
}

.heading-228, .div-block-176, .div-block-177, .div-block-178, .div-block-179, .div-block-180, .div-block-181, .div-block-182, .div-block-183, .div-block-184 {
  font-family: Futura bt, sans-serif;
}

.div-block-185 {
  font-family: Futura std, sans-serif;
}

.footer-copyright-3 {
  color: #000;
  border-right: 3px solid #b8b8b8;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-right: 20px;
  font-family: Futura bt, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.grid-310 {
  grid-column-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .75fr .5fr 1.25fr;
  padding-left: 40px;
}

.bold-text-94 {
  color: #807f88;
  font-size: 16px;
}

.text-block-80 {
  font-family: Futura bt, sans-serif;
}

.pointer {
  z-index: 20;
  background-color: #fff;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -1% 4% auto 0%;
  transform: rotate(45deg);
}

.navigation-dropdown {
  min-width: 140px;
  display: none;
}

.navigation-dropdown.w--open {
  background-color: #0000;
  min-width: 320px;
  max-height: 100vh;
  padding-top: 10px;
  left: -100px;
}

.dropdown {
  z-index: 999;
}

.navigation-wrap {
  z-index: 999;
  float: none;
  clear: both;
  display: block;
  position: relative;
}

.login-buttons {
  align-items: center;
  margin-left: 30px;
  display: flex;
}

.dropdown-toggle {
  -webkit-text-stroke-width: .4px;
  padding-left: 12px;
  padding-right: 24px;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: #ef8835;
  -webkit-text-stroke-color: #ef8835;
}

.navigation-left {
  align-items: center;
  width: 50%;
  font-family: Futura bt, sans-serif;
  display: flex;
}

.navigation-link {
  -webkit-text-stroke-width: .4px;
  word-break: normal;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  font-family: Futura bt, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

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

.nav-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 12px;
  display: flex;
}

.flowbase-logo {
  width: 85px;
  display: block;
}

.dropdown-link {
  z-index: 25;
  color: #283338;
  align-items: center;
  padding: 10px 20px;
  font-family: Futura bt, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.dropdown-link:hover {
  color: #7839f3;
  background-color: #fafafacc;
}

.navigation-container {
  z-index: 999;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  min-height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.dropdown-pointer {
  position: relative;
}

.button-menu {
  color: #fff;
  letter-spacing: 1px;
  -webkit-text-stroke-width: .5px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #ef8835;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 0 20px;
  font-family: Futura bt, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s ease-out;
  display: flex;
}

.icon {
  width: 100%;
  display: block;
}

.nav-menu-2 {
  color: #283338;
  align-items: center;
  padding-right: 60px;
  font-size: 15px;
  display: flex;
  position: static;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  font-family: Futura std, sans-serif;
  font-size: 16px;
  display: flex;
}

.icon-4 {
  margin-right: 5px;
}

.mobile-nav-link {
  font-family: Futura bt, sans-serif;
}

.nav-link-details {
  color: #28333899;
  white-space: normal;
  font-size: 14px;
}

.navigation {
  z-index: 9;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.brand-2 {
  margin-right: 44px;
}

.dropdown-wrapper {
  background-color: #fff;
  border-radius: 10px;
  min-width: 140px;
  overflow: hidden;
  box-shadow: 4px -19px 35px #20355a14, 11px 11px 30px -10px #20355a26;
}

.dropdown-wrapper.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.dropdown-link-mobile {
  color: #283338;
  width: 100%;
  padding: 20px 22px 16px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-mobile:hover {
  background-color: #f8faff;
}

.navigation-container-mob {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-title {
  color: #535353;
  margin-bottom: 2px;
  font-family: Futura bt, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.navigation-mob {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.icon-wrap {
  background-color: #8c54ff0d;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 7px;
  display: flex;
}

.container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.heading-234 {
  color: #8a9fab;
  text-align: center;
  letter-spacing: -1vw;
  margin-bottom: 50px;
  padding-bottom: 0;
  font-size: 21vw;
  font-weight: 700;
  line-height: .8;
}

.heading-234.first {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 0;
  font-family: Futura bt, sans-serif;
  font-size: 6vw;
  line-height: 1.1;
}

.number {
  opacity: 1;
  color: #000;
  text-align: right;
  align-items: flex-start;
  margin-left: -20px;
  font-size: 2vw;
  font-weight: 300;
  display: flex;
}

.sticky {
  opacity: .4;
  justify-content: center;
  margin-bottom: -38px;
  padding-top: 0;
  display: flex;
}

.section-left {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 100vh;
  margin-bottom: 101px;
  padding-top: 0;
  padding-bottom: 30vh;
  display: flex;
  position: relative;
}

.section-left.korb {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper-2 {
  z-index: 2;
  flex: 0 auto;
  justify-content: flex-end;
  width: 100%;
  max-width: 85vw;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.wrapper-2.negative-margins {
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.grid {
  flex-flow: row;
  place-content: flex-start;
  align-items: stretch;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.block {
  border-style: none;
  border-width: 1px;
  flex-wrap: nowrap;
  flex: 1;
  place-content: flex-start;
  align-items: flex-start;
  min-width: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.block._41 {
  flex-direction: column;
  flex: 0 0 41.67%;
  display: flex;
}

.block._41.centred {
  color: #fff;
  justify-content: center;
  padding-top: 40px;
}

.block.image {
  justify-content: center;
  align-items: center;
  display: flex;
}

.big-paragraph {
  color: #000;
  text-align: center;
  font-family: Futura bt, sans-serif;
  font-size: 22px;
  line-height: 1.7;
}

.heading-235 {
  color: #ef8834;
  font-family: Futura bt, sans-serif;
  font-size: 2vw;
  font-weight: 700;
  line-height: 1.4;
}

.colors {
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.paragraph-96 {
  color: #000;
  -webkit-text-stroke-width: 0px;
  font-family: Futura bt, sans-serif;
  font-weight: 500;
}

.line {
  color: #ef8835;
  -webkit-text-stroke-width: 0px;
  background-color: #ef8835;
  border: 1px solid #ef8835;
  border-radius: 20px;
  width: 100%;
  height: 3px;
  margin-top: 10px;
}

.outer-shell {
  transform-origin: 0 100%;
  max-width: 45vw;
}

.heading-236 {
  opacity: 1;
  color: var(--tomato);
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: Futura bt, sans-serif;
  font-size: 63px;
  font-weight: 700;
  line-height: .8;
}

.div-block-7 {
  color: #000;
  flex-direction: row;
  width: 100%;
  margin-bottom: 14px;
  display: flex;
}

.text-block-81 {
  color: #ef8835;
  -webkit-text-stroke-width: .3px;
  flex: none;
  margin-right: 10px;
  font-family: Futura bt, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
}

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

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

.column-124 {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-7 {
  max-width: 85%;
}

.paragraph-97, .paragraph-98 {
  margin-bottom: 0;
  font-family: Futura std, sans-serif;
}

.column-125 {
  display: flex;
}

.paragraph-99 {
  margin-bottom: 0;
  font-size: 16px;
}

.text-block-83 {
  color: #ef8835;
  -webkit-text-stroke-width: .3px;
  flex: none;
  margin-right: 10px;
  font-size: 1.2em;
  font-weight: 500;
}

.bold-text-97 {
  color: #0e0d0c;
  display: inline-block;
}

.column-126 {
  display: flex;
}

.section-right {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 100vh;
  margin-bottom: 101px;
  padding-top: 0;
  padding-bottom: 30vh;
  display: flex;
  position: relative;
}

.section-right.korb {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

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

.div-block-9 {
  color: #000;
  flex-direction: row;
  width: 100%;
  margin-bottom: 14px;
  display: flex;
}

.heading-237 {
  opacity: 1;
  color: #ec8920;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 22px;
  padding-bottom: 0;
  font-family: Futura std, sans-serif;
  font-size: 63px;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.paragraph-100 {
  color: #000;
  -webkit-text-stroke-width: 0px;
  font-size: 16px;
  font-weight: 500;
}

.heading-238 {
  color: #ef8834;
  font-family: Futura bt, sans-serif;
  font-size: 1.75vw;
  font-weight: 700;
  line-height: 1.4;
}

.paragraph-101 {
  margin-bottom: 0;
  font-size: 16px;
}

.image-9 {
  max-width: 85%;
}

.sticky-2 {
  opacity: .68;
  justify-content: center;
  margin-bottom: -38px;
  padding-top: 0;
  display: flex;
}

.bold-text-98 {
  color: #141312;
}

.home-header_overlay-play {
  width: 64px;
  height: 64px;
  display: none;
  position: absolute;
}

.home-header_image {
  border-radius: 20px;
  width: 100%;
  max-width: 100%;
  display: block;
}

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

.subheading {
  max-width: 42ch;
  margin-bottom: 0;
  font-family: Futura std, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.9;
}

.home-header_overlay-message {
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 80px;
  display: none;
  position: absolute;
  top: 64px;
  left: -66px;
}

.home-header_overlay-time {
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 62px;
  display: none;
  position: absolute;
  top: -33px;
  left: 495px;
}

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

.page-padding {
  background-color: #fff;
  background-image: url('../images/digital-restaurant.webp');
  background-position: 50% 100%;
  background-size: cover;
  padding: 20px 4.1rem 102px 2.5rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-header {
  padding-top: 60px;
  padding-bottom: 0;
}

.home-header_overlay-post {
  justify-content: center;
  align-items: center;
  width: 176px;
  height: 208px;
  display: flex;
  position: absolute;
  top: -80px;
  left: 332px;
}

.home-header_overlay-arrow {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 64px;
  display: none;
  position: absolute;
  top: -80px;
  left: 80px;
}

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

.margin-top.mt-30 {
  margin-top: 30px;
}

.margin-top.mt-70 {
  margin-top: 20px;
}

.home-header_illustration {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-header_overlay-text {
  justify-content: center;
  align-items: center;
  width: 192px;
  height: 96px;
  display: none;
  position: absolute;
  top: -95px;
  left: -82px;
}

.transparant-bg {
  z-index: 999;
  position: absolute;
  inset: 0%;
}

.home-header_overlay-reach {
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 176px;
  display: none;
  position: absolute;
  top: 16px;
  left: 412px;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #2c4bff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: .7rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 400;
  transition: background-color .1s ease-in;
}

.button-4:hover {
  background-color: #1f35b3;
}

.button-4.jumbo {
  padding: 1.5rem 2.25rem;
}

.button-4.jumbo.shadow {
  background-color: #ef8834;
  border-radius: 20px;
  padding: .5rem 2rem;
  font-family: Futura bt, sans-serif;
  font-size: 1.5rem;
  box-shadow: 0 11px 30px #b14c1233;
}

.heading-240 {
  color: #ed8529;
  text-align: center;
  font-family: Futura bt, sans-serif;
  font-size: 48px;
}

.button-hover-bg {
  z-index: -1;
  background-color: #ef8835;
  width: 100%;
  height: 100%;
  position: absolute;
}

.button-hover-bg.main {
  background-color: #ef8835;
}

.section-thumbnail-block {
  padding-top: 10px;
}

.section-cotent-wrap {
  padding-top: 40px;
  padding-bottom: 20px;
  padding-right: 0;
}

.btn-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: inline-block;
}

.overflow-hidden {
  justify-content: center;
  max-width: 75%;
  display: flex;
  overflow: hidden;
}

.is-magnetic {
  display: inline-block;
}

.enage-thumbnail-wrap {
  z-index: 0;
  background-color: #f6e18600;
  border-radius: 10px;
  justify-content: center;
  padding-left: 0;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.section-paragraph {
  color: #000;
  font-family: Futura std, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.primary-button {
  z-index: 0;
  background-color: #ff6854;
  border: 1px solid #ff6854;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 18px 38px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button.blank {
  background-color: #0000;
  border-color: #fff;
}

.primary-button.blank.two {
  border-color: var(--tomato);
  background-color: var(--tomato);
  padding: 15px 30px;
}

.engage-content-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  background-color: #fff0;
  background-image: none;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 60px;
  display: block;
}

.button-content {
  display: flex;
}

.section-title {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Futura bt, sans-serif;
  font-size: 36px;
  font-weight: 500;
}

.engage-image {
  border-radius: 20px;
  max-width: 100%;
}

.text-span-66 {
  font-size: 35px;
}

.copyright-content {
  border-top: 1px solid #594053bf;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-area {
  z-index: 0;
  background-color: #171717;
  padding-top: 140px;
  display: block;
  position: relative;
}

.footer-top-2 {
  padding-bottom: 30px;
}

.footer-nav {
  padding-top: 100px;
}

.list-item {
  color: #fff;
  text-transform: none;
  margin-bottom: 10px;
  font-family: Futura std, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  transition: all .2s;
}

.list-item:hover {
  color: var(--tomato);
  transform: translate(10px);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.copyright-text {
  color: #ffffffb3;
  text-align: center;
  font-family: Futura bt, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.footer-columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-transform: capitalize;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.container-4209 {
  width: 100%;
  max-width: 1304px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

.footer-social-link {
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.footer-menu-list {
  color: #0e0f18;
  flex-direction: column;
  align-items: flex-start;
}

.footer-logo-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 35%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.call-to-action-inner {
  z-index: 3;
  background-color: #ef8835;
  background-image: url('../images/download-7.png'), url('../images/6306022bd53a1ede9e7fb4dd_blob.svg');
  background-position: 100% 0, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 40px 60px;
  font-size: 14px;
  display: flex;
  position: relative;
}

.submit-button-2 {
  z-index: 1;
  color: #fff;
  background-color: #442b3d;
  border-radius: 100px;
  max-height: 54px;
  padding: 18px 33px;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  transition: all .2s;
  position: absolute;
  inset: 4px 4px auto auto;
}

.submit-button-2.is-magnetic {
  background-color: #1d131a;
  font-size: 15px;
}

.submit-button-2.is-magnetic:hover {
  background-color: #ef8835;
}

.container-4210 {
  width: 100%;
  max-width: 1304px;
  margin-bottom: -114px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

.text-field-3 {
  border-radius: 100px;
  width: 497px;
  min-height: 62px;
  margin-bottom: 0;
  padding: 28px 28px 28px 30px;
}

.text-field-3::placeholder {
  color: #928a8e;
  font-size: 18px;
  font-weight: 300;
}

.connect-form-bock {
  margin-bottom: 0;
}

.connect-form {
  z-index: 0;
  max-width: 497px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.call-to-action-area {
  background-color: #fbfbfb;
  margin-bottom: -120px;
}

.cat-title {
  margin-top: 0;
  margin-bottom: 0;
}

.cat-title.color-white {
  text-transform: capitalize;
  text-transform: capitalize;
  font-family: Futura std, sans-serif;
}

.control-thumbnail-wrap {
  z-index: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: inline-block;
  position: relative;
}

.container-4211 {
  background-color: #fff0;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.section-title-2 {
  text-transform: capitalize;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 36px;
}

.control-content-wrap {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 20px;
  display: grid;
}

.control-main-image {
  border-radius: 20px;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.section-title-3 {
  color: #000;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Futura bt, sans-serif;
  font-size: 36px;
}

.bold-text-99 {
  width: 100%;
  max-width: 100%;
  font-family: Futura bt, sans-serif;
  font-size: 36px;
}

.section-263 {
  background-color: #fff;
  padding-bottom: 60px;
}

.image-10 {
  max-width: 45%;
  margin-top: 64px;
  display: block;
}

.section-title-4 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 40px;
}

.bold-text-100 {
  font-family: Futura Std, sans-serif;
  font-weight: 900;
}

.button-text-3 {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
}

.button-text-3.main-color {
  color: #fff;
  letter-spacing: 2px;
  font-family: Futura Std, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.container-4213 {
  width: 100%;
  max-width: 1304px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

.section4 {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  padding-top: 60px;
}

.decorated-title {
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  padding-top: 0;
  font-family: Futura Std, sans-serif;
  font-size: 46px;
  font-weight: 900;
  position: relative;
  inset: 0 0%;
}

.lottie-animation-704 {
  flex: none;
  width: 240px;
  height: 240px;
}

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

.how_item-text-wrapper {
  grid-row-gap: 1rem;
  text-align: left;
  flex-direction: column;
  display: flex;
}

.how_item-gardient {
  background-image: linear-gradient(#fff0, #fff), linear-gradient(to right, #f6455526, #0e86ff26);
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
  margin-bottom: -36px;
  padding-top: 4px;
  padding-left: 4px;
  padding-right: 4px;
}

.how_item-gardient.last {
  background-image: linear-gradient(to right, #f6455526, #0e86ff26);
  border-radius: 36px;
  margin-bottom: 0;
  padding-bottom: 4px;
}

.hero_item-content-wrapper {
  grid-column-gap: 180px;
  display: flex;
}

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

.button-5 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0e86ff;
  border-radius: 100vw;
  padding: .75rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .125s, box-shadow .25s ease-in-out;
}

.button-5:hover {
  background-color: #2993ff;
  box-shadow: 0 4px 12px 2px #0e86ff66;
}

.button-5.is-large {
  padding: 1rem 2rem;
  font-size: 1.5rem;
}

.button-5.is-large.red {
  background-color: #ef8835;
  text-decoration: none;
}

.button-5.is-large.red:hover {
  color: #fff;
  background-color: #e46d0c;
  box-shadow: 0 4px 12px 2px #f6455566;
}

.button-5.is-large.hide-desktop {
  display: none;
}

.how_wrapper {
  text-align: center;
}

.how_item-white {
  background-color: #fff;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  padding: 48px 48px 84px;
}

.how_item-white.last {
  border-radius: 32px;
  padding-bottom: 48px;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-decorated {
  background-image: linear-gradient(270deg, #ffa811, #ef8835 54%, #f66943 79%, var(--red));
  opacity: 1;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #ee8835;
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Futura std, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  display: inline-block;
  position: relative;
}

.how_title-wrapper {
  text-align: center;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.heading-241 {
  font-family: Futura std, sans-serif;
}

.paragraph-102 {
  margin-bottom: 0;
}

.image-11 {
  width: 240px;
  height: 240px;
}

.heading-242 {
  font-family: Futura std, sans-serif;
  font-style: normal;
}

.bold-text-101 {
  font-family: Futura std, sans-serif;
}

.paragraph-103 {
  font-family: Futura bt, sans-serif;
  font-weight: 500;
}

.paragraph-104 {
  font-family: Futura bt, sans-serif;
}

.paragraph-105 {
  font-family: Futura bt, sans-serif;
  font-weight: 500;
}

.bold-text-102 {
  font-family: Futura std, sans-serif;
}

.body-2 {
  background-color: #fafafe;
}

.banner-thumb-icon-2 {
  background-color: #8257f000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-top: 142px;
  margin-left: -200px;
  display: flex;
  position: absolute;
  inset: 50% auto 0% 50%;
  transform: translate(-50%, -50%);
}

.section_video {
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
  position: relative;
}

.columns-69 {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  display: block;
}

.section-237 {
  background-color: #fff;
  background-image: radial-gradient(circle at 100%, #ef883530, #fff0 25%), repeating-radial-gradient(circle at 0 100%, #ef883530, #2d1a0a00 22%, #0000);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 60px;
}

.container-4205 {
  display: block;
}

.column-119 {
  padding-left: 0;
  padding-right: 0;
}

.video_component {
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-91 {
  color: #000;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Futura std, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

.banner-thumbnail-wrap-2 {
  grid-column-gap: 27px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4px;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.column-133 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.banner-image-three-2 {
  object-fit: cover;
  max-width: 100%;
  display: inline-block;
}

.video_blue-bg {
  background-color: #6354d9;
  height: 50%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-2035 {
  color: #473a3a;
  font-family: Futura bt, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.banner-grid-two-2 {
  display: block;
  position: relative;
}

.image-580 {
  margin-top: -16px;
  display: none;
}

.padding-global-7 {
  justify-content: center;
  max-width: 1100px;
  padding-bottom: 10px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.div-block-187 {
  flex-direction: column;
  justify-content: center;
  padding-top: 20px;
  display: flex;
}

.advant__img {
  z-index: 1;
  max-width: 65%;
  transition: all .3s;
  position: relative;
}

.p-2 {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}

.p-2.mod--advant {
  color: #1e235599;
  text-align: left;
  font-family: Futura std, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.section-266 {
  background-color: #fff;
  background-image: radial-gradient(circle at 100%, #ef883529, #fdfdfd00 18%, #f9f9f900 37%, #fff0 54%);
  padding: 20px 20px 48px;
  position: relative;
}

.advant__img-wrap {
  z-index: 1;
  background-color: #fff;
  border-radius: 6px 14px 6px 24px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px #8d4b000d;
}

.advant__img-wrap:hover {
  border-radius: 14px 6px 24px;
}

.advant__col {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.advant__img-grad {
  z-index: 0;
  background-image: linear-gradient(150deg, #ff8370, #ffa080);
  border-radius: 6px 14px 6px 24px;
  height: 0%;
  transition: all .3s;
  position: absolute;
  inset: auto 0% 0%;
}

.advant__heading {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Futura Std, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}

.advant__block {
  box-shadow: none;
  text-align: center;
  background-color: #f4f4f400;
  border: 1px solid #00000012;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 15px;
  transition: all .3s;
  display: flex;
}

.advant__block:hover {
  background-color: #fff;
  transform: translate(0, -20px);
  box-shadow: 0 100px 80px -60px #090d1c0f;
}

.grid-313 {
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
}

.bold-text-105 {
  color: #ef8835;
  font-style: normal;
  font-weight: 900;
}

.bold-text-106 {
  color: #7c7c7c;
  font-family: Futura Std, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}

.bold-text-107 {
  color: #000;
  font-family: Futura Std, sans-serif;
  font-weight: 900;
}

.div-block-188 {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 40px;
}

.paragraph-108 {
  font-family: Futura std, sans-serif;
  font-weight: 500;
}

.div-block-189 {
  padding-top: 40px;
  padding-left: 10px;
}

.text-weight-medium {
  font-weight: 500;
}

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

.detail-subinfo {
  perspective-origin: 0 0;
  transform-origin: 0 0;
  background-color: #ef8835;
  border-radius: 12px;
  width: 14rem;
  margin-top: 5px;
  padding: 5px 12px 10px 10px;
  display: block;
  position: relative;
  top: 350px;
  bottom: auto;
  left: 450px;
}

.text-size-small {
  color: #fff;
  font-size: .875rem;
  line-height: 1.4;
}

.container-4230 {
  background-image: url('../images/img-cafe-segment-1-1.png');
  background-position: 0 0;
  background-size: auto;
  height: 500px;
}

.heading-2037 {
  color: #fff3f3;
  font-family: Futurastdbook, sans-serif;
  font-size: 20px;
}

.paragraph-109 {
  color: #fff;
  max-width: 85%;
  margin-top: 10px;
  font-family: Futura std, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.bold-text-108 {
  font-family: Futura bt, sans-serif;
  font-size: 30px;
}

.navlink-3 {
  color: #16192c;
  text-decoration: none;
  display: flex;
}

.navlink-3:hover {
  opacity: .6;
}

.bold-text-43 {
  color: var(--tomato);
  -webkit-text-stroke-width: 1px;
  text-transform: capitalize;
  font-family: Futura std, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 1.2;
}

.project-2 {
  z-index: 100;
  clear: none;
  color: #0000;
  background-color: #0000;
  background-image: url('../images/video-conference-software.webp');
  background-position: 50% 100%;
  background-size: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: 0;
  overflow: hidden;
}

.project-2.prexo {
  background-image: url('../images/0.png');
  background-size: auto;
}

.heading-129 {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
}

.bold-text-109 {
  color: #000;
  border-radius: 0;
  font-family: Futura std, sans-serif;
  font-weight: 400;
}

.feature-content-image-2 {
  z-index: 10;
  float: none;
  width: 95%;
  max-width: 100%;
  max-height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.feature-h1-2 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2em;
}

.bold-text-110 {
  color: #000;
  font-family: Futura bt, sans-serif;
  font-weight: 900;
}

.paragraph-110 {
  font-family: Futura bt, sans-serif;
}

.section-267 {
  padding-top: 60px;
  padding-bottom: 0;
  display: none;
}

.text-span-68 {
  color: var(--tomato);
  font-family: Futura bt, sans-serif;
}

.div-block-191 {
  background-color: #a01913e3;
  padding: 40px 20px 60px;
}

.heading-2038 {
  color: #fff;
  margin-bottom: 30px;
  font-family: Futura std, sans-serif;
  font-size: 38px;
  line-height: 1.4;
}

.column-134 {
  align-items: flex-end;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.paragraph-111 {
  color: #eee;
  margin-bottom: 20px;
  font-family: Futura bt, sans-serif;
  font-size: 20px;
  line-height: 1.35;
}

.button-15 {
  outline-offset: -10px;
  color: #000;
  text-align: center;
  text-transform: capitalize;
  background-color: #fff;
  border-radius: 20px;
  outline: 1px solid #fff0;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-family: Futura std, sans-serif;
  font-size: 20px;
  font-weight: 500;
  transition: all .2s;
}

.button-15:hover {
  outline-offset: 0px;
  border-radius: 50px;
  outline: 1px solid #fff;
}

.section-268 {
  background-color: #a01913;
  padding-top: 60px;
  padding-bottom: 40px;
}

.container-4232 {
  max-width: 75em;
  display: block;
}

.image-581 {
  max-width: 18%;
}

.heading-2039 {
  color: #fff;
  font-family: Futura std, sans-serif;
  font-size: 36px;
}

.text-span-69 {
  text-decoration: none;
}

.column-135 {
  align-items: center;
  padding-top: 105px;
  display: flex;
}

.columns-72 {
  margin-left: 0;
  margin-right: 0;
}

.container-4135 {
  max-width: 75em;
  display: block;
}

.columns-17 {
  justify-content: center;
  align-items: center;
  margin-bottom: -10px;
  padding-bottom: 0;
  display: flex;
}

.column-25 {
  padding-top: 40px;
  padding-left: 0;
  padding-right: 30px;
}

.on-air-project-challenges {
  margin-top: 20px;
}

.paragraph-112 {
  color: #fff;
  text-transform: none;
  max-width: none;
  margin-bottom: 30px;
  padding-left: 10px;
  font-family: Futura bt, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.column-23 {
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 0;
  display: flex;
}

.body-4 {
  background-color: #f9f9f975;
}

.column-24 {
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.restaurant-solution {
  margin-top: 60px;
}

.feature-image-wrapper-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.feature-image-component-2 {
  padding-top: 0;
  position: relative;
}

.paragraph-113 {
  color: #000;
  max-width: 600px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Futura bt, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.heading-134 {
  color: #000;
  -webkit-text-stroke-width: .5px;
  text-transform: capitalize;
  margin-top: 0;
  font-family: Futura std, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.columns-18 {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.project3-tag-2 {
  color: #990901;
  padding-bottom: 5px;
  font-family: Futura std, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.container-4136 {
  max-width: 75em;
  display: block;
  position: relative;
}

.feature-image-3203 {
  z-index: 2;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.feature-image-3203.is--1 {
  z-index: 2;
  width: 35em;
  margin-top: 20px;
  padding-top: 0;
  position: relative;
  top: 0%;
  right: 0%;
}

.column-37 {
  padding-left: 0;
}

.seg {
  background-color: #081430;
  padding-bottom: 85px;
  padding-left: 5%;
  padding-right: 5%;
  overflow: hidden;
}

.seg.dd {
  background-color: #08143000;
  background-image: linear-gradient(152deg, #f7990161, #ffffff3d 27%, #ffffff1c 66%, #fff 99%);
  margin-top: 0;
  padding-top: 85px;
  padding-bottom: 20px;
  font-weight: 800;
}

.seg.dd.cylie {
  object-fit: fill;
  background-color: #fdfdfd;
  background-image: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0%;
  position: static;
}

.container-4233 {
  background-image: linear-gradient(to top, #0000008a, #1310105e), url('../images/20200726_223105121_iOS-1067x800.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  max-width: 75em;
  margin-bottom: -52px;
  padding-top: 0;
  position: relative;
}

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

.bold-text-111 {
  font-family: Futura bt, sans-serif;
  font-size: 18px;
}

.card-price-product {
  text-align: center;
}

.heading-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 3.5rem;
}

.heading-h2.text-color-primery {
  margin-bottom: 20px;
  font-family: Futura bt, sans-serif;
  font-size: 3rem;
  display: inline-block;
}

.pricing-heading {
  text-align: center;
  max-width: 721px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: .87rem;
}

.pricing-card {
  background-color: #fff0;
  border-top: 0 solid #000;
  border-bottom: 0 #000;
  border-left: 0 solid #000;
  border-right: 1px #0000001a;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3.1rem 1rem 1.5rem;
  display: flex;
}

.pricing-card-heading {
  text-align: center;
  padding-bottom: 2.5rem;
}

.container-4234 {
  max-width: 73.125rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.heading-h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8rem;
}

.heading-h5.text-weight-medium {
  color: #f0efef;
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: #f0efef;
  font-family: Futura std, sans-serif;
  font-size: 6rem;
  font-weight: 500;
}

.pricing-card-grid {
  grid-column-gap: 1.37rem;
  grid-row-gap: 1.37rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.heading-h3-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 3.25rem;
}

.heading-h3-2.text-color-primery {
  display: inline-block;
}

.heading-h3-2.text-color-primery.text-weight-bold {
  -webkit-text-stroke-width: 1px;
  font-family: Futura std, sans-serif;
  font-size: 2rem;
}

.sec_pricing {
  padding-top: 3.7rem;
  padding-bottom: 4.3rem;
}

.pricing-list {
  grid-column-gap: .87rem;
  grid-row-gap: .87rem;
  flex-direction: column;
  padding-top: .125rem;
  display: flex;
}

.list-8 {
  text-align: center;
  padding-left: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3rem;
}

.div-block-193 {
  background-color: #a01913;
  width: 65%;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0;
}

.body-5 {
  background-color: #fff;
  margin-bottom: 20px;
}

.blog-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 249px;
  height: 189.2px;
  display: flex;
}

.profile-block {
  align-items: center;
  display: flex;
}

.blog-image-wrap {
  object-fit: fill;
  border-radius: 10px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.blog-image {
  overflow-wrap: normal;
  object-fit: fill;
  border-radius: 20px;
  width: 141.9px;
  max-width: none;
  height: 137px;
}

.blog_item {
  grid-column-gap: 7px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 462px;
  height: 229.2px;
  margin-bottom: 0;
  padding: 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 22px 34px #0000000f;
}

.blog_item.cards {
  height: 269px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.paragraph-detials-medium {
  color: #9899ad;
  margin-bottom: 10px;
  font-family: Futura bt, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.heading-h2-2 {
  color: #0d0d11;
  margin-top: 0;
  font-family: Futura bt, sans-serif;
  font-size: 22px;
}

.bold-text-113 {
  color: #000;
  font-family: Futura bt, sans-serif;
  font-size: 14px;
}

.text-span-70, .text-span-71 {
  color: var(--tomato);
}

.link-3 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

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

.section-271 {
  background-image: radial-gradient(circle at 0%, #ef88352e, #f9d4b60f 15%, #fff0), radial-gradient(circle at 100%, #ef88353b, #fcebdd0a 20%, #fff0);
  padding-top: 20px;
  display: block;
}

.paragraph-114 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Futura bt, sans-serif;
}

.section-273 {
  background-color: #fbfbfe;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-4239 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-116 {
  color: var(--tomato);
  font-family: Futura Std, sans-serif;
  font-weight: 900;
}

.heading-2043 {
  color: #000;
  text-align: center;
  margin-top: 10px;
}

.bold-text-117 {
  font-family: Futura Std, sans-serif;
  font-weight: 500;
}

.paragraph-115 {
  font-family: Futura bt, sans-serif;
}

.body-6 {
  background-color: #fafafe;
}

.bold-text-119 {
  font-size: 52px;
}

.button-5 {
  z-index: 1;
  cursor: pointer;
  background-color: #ef8835;
  border: 0 #ff2919;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 54px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-5:active {
  box-shadow: 0 10px 29px -6px var(--tomato);
  background-color: #fd623b;
}

.section-cotent-wrap-2 {
  padding-top: 20px;
}

.section-paragraph-2.engage-paragraph {
  max-width: 498px;
}

.section-paragraph-2.engage-paragraph.mb-50 {
  color: #000;
  max-width: none;
  font-family: Futura bt, sans-serif;
}

.section-paragraph-2.integration-paragraph {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-196 {
  background-color: #111;
  height: 75px;
  display: none;
}

.engage-left-image-2 {
  z-index: 2;
  border-radius: 10px;
  max-width: 35%;
  margin-top: 19px;
  margin-right: 43px;
  display: none;
  position: absolute;
  inset: -31px -41px auto auto;
}

.enage-thumbnail-wrap-2 {
  z-index: 0;
  background-color: #f6e18600;
  border-radius: 10px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  position: relative;
}

.engage-right-image-2 {
  z-index: 3;
  border-radius: 10px;
  margin-left: -11px;
  display: none;
  position: absolute;
  inset: auto auto 24px 14px;
  box-shadow: 5px 0 50px 5px #00000014;
}

.engage-content-wrap-2 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 100px;
  display: grid;
}

.container-4243 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.engage-image-2 {
  border-radius: 20px;
  height: 100%;
}

.image-585 {
  max-width: 55%;
}

.image-586, .image-587 {
  display: none;
}

.paragraph-116 {
  font-family: Futura bt, sans-serif;
  line-height: 1.55;
}

.div-block-202 {
  margin-top: 60px;
}

.container-4244 {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.app-features-list {
  background-color: #fff;
  border-radius: 20px;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.app-fea-li-contant {
  width: 100%;
}

.text-xl {
  font-size: 20px;
  line-height: 1.4em;
}

.text-xl.text-bold-extra {
  -webkit-text-stroke-width: .5px;
  font-family: Futura bt, sans-serif;
  font-size: 22px;
}

.app-fea-li-icon {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 24px;
  display: flex;
}

.heading-122 {
  color: #000;
  margin-top: 0;
  font-family: Futura std, sans-serif;
  font-size: 35px;
  font-weight: 500;
}

.easy-list-icon {
  border: 2px solid var(--tomato);
  background-color: var(--tomato);
  border-radius: 100%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 21px;
  height: 16px;
  margin-right: 8px;
  padding-top: 0;
  display: flex;
}

.section-title-6.left {
  margin-bottom: 32px;
}

.work-contant-2 {
  margin-left: 20px;
}

.easy-use-list {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.our-work-contant-2 {
  grid-column-gap: 22px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  place-items: center end;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.text-md-2 {
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.our-work-img {
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.our-work-img.slide-left-100 {
  margin-right: 20px;
}

.enage-thumbnail-wrap-3 {
  z-index: 0;
  background-color: #f6e18600;
  border-radius: 10px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  position: relative;
}

.engage-left-image-3 {
  z-index: 2;
  border-radius: 10px;
  max-width: 25%;
  margin-top: 63px;
  padding-left: 0;
  position: absolute;
  inset: -31px -41px auto auto;
}

.engage-right-image-3 {
  z-index: 3;
  border-radius: 10px;
  max-width: 50%;
  position: absolute;
  inset: auto auto 24px -40px;
}

.integrations-item-wrap {
  grid-column-gap: 23px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.delivery-time {
  color: #3b3a4a;
  text-align: center;
  margin-bottom: 21px;
  font-family: Futura std, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.integrations-single-item {
  z-index: 0;
  background-color: #fff;
  border: 2px solid #f5f6f6;
  border-radius: 10px;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.integrations-single-item:hover {
  border: 2px solid #ff6854;
}

.integrations-area {
  z-index: 0;
  background-color: #f9f9f99e;
  border-radius: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.integration-bg-color {
  z-index: -11;
  border: 2px solid var(--tomato);
  background-color: var(--tomato);
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.container-4245 {
  width: 100%;
  max-width: 1304px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

.section-title-7 {
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Futura std, sans-serif;
}

.integrations-thumbnail-wrap {
  background-color: #f9f9f900;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 0 5px;
  display: flex;
  position: relative;
}

.integrations-logo {
  border-radius: 10px;
  max-width: 96%;
  max-height: 85%;
  transition: all .2s;
}

.integrations-logo:hover {
  transform: scale(1.2);
}

.heading-2044 {
  font-family: Futura bt, sans-serif;
  font-size: 24px;
}

.div-block-203 {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 40px;
}

.heading-2045 {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Futura std, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.feature-title-3 {
  margin-bottom: 0;
}

.tabs-wrapper {
  padding-top: 0;
}

.stacked-tabs-content-holder {
  align-items: center;
  width: 100%;
  max-width: 45%;
  display: flex;
  position: relative;
}

.grid-8-col-2 {
  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;
  display: grid;
}

.grey-paragraph {
  color: #7f8090;
  font-family: Futura bt, sans-serif;
}

.tab-link-4 {
  cursor: pointer;
  background-color: #fff0;
  border: 1px solid #4b94ff00;
  border-radius: 12px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 24px 50px 24px 24px;
}

.tab-link-4:hover {
  color: #000;
  border-color: #e4e4e4;
}

.tab-link-4.w--current {
  background-color: #fff;
  border-color: #4b94ff;
  box-shadow: inset 1px 1px 10px #0000000d, 0 2px 5px #3d5cff1a;
}

.heading-2046 {
  font-family: Futura std, sans-serif;
  line-height: 1.4;
}

.text-span-72 {
  color: var(--tomato);
  font-family: Futura bt, sans-serif;
}

.border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  width: 100%;
  transform: translate(0);
}

.tabs-content-2 {
  overflow: visible;
}

.tabs-content-2.card {
  background-color: #fff;
  border-color: #fff;
  width: 100%;
  padding: 20px 30px 30px;
}

.tabs-menu-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.square-icon {
  border-radius: 16px;
}

.square-icon.width-48px {
  border-radius: 10px;
  width: 48px;
}

.square-icon.width-48px.mg-right-16px {
  margin-right: 10px;
}

.tab-left-icon {
  background-color: #fff;
  border: 2px solid #f7f7fc;
  border-radius: 14px;
  align-items: center;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 16px 32px;
  font-weight: 700;
  line-height: 18px;
  transition: box-shadow .3s, border-width .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 6px #14142b0f;
}

.tab-left-icon:hover {
  border-color: #4a3aff;
}

.tab-left-icon.w--current {
  background-color: #fff;
  border-width: 2px;
  border-color: #4a3aff;
  box-shadow: 0 2px 12px #14142b14;
}

.tab-left-icon.small {
  justify-content: center;
  width: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.tab-left-icon.small.center {
  background-color: #fff0;
  margin: 0 12px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Futura std, sans-serif;
}

.tab-left-icon.small.center:hover {
  border-color: var(--tomato);
}

.tab-left-icon.small.center.w--current {
  border-color: var(--tomato);
  background-color: #fff0;
  font-family: Futura std, sans-serif;
}

.display-5 {
  color: #211f54;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

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

.mg-bottom-32px {
  margin-bottom: 20px;
  font-family: Futura bt, sans-serif;
}

.bold-text-121 {
  color: #0f0e16;
  font-family: Futura bt, sans-serif;
}

.wrapper-3 {
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.cta-block {
  background-color: var(--tomato);
  border-radius: 20px;
  width: 100%;
  max-width: none;
  height: 100%;
  transition: all .7s;
  position: relative;
  overflow: hidden;
}

.cta-block:hover {
  transform: translate(0, -5px);
  box-shadow: 0 16px 15px #0003;
}

.content-wrap {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 65%;
  height: 100%;
  padding: 10px 0 30px 30px;
  display: flex;
}

.link-block-3 {
  z-index: 10;
  color: #333;
  background-color: #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.underlay {
  background-color: #d6493326;
  border-radius: 50%;
  width: 800px;
  height: 800px;
  position: absolute;
  inset: -123% -46% auto auto;
}

.underlay._2 {
  background-color: #d649334d;
}

.circle {
  background-color: var(--tomato);
  background-image: linear-gradient(#ffffff91, #ffffff91);
  border-radius: 50%;
  width: 800px;
  height: 800px;
  position: absolute;
  inset: -123% -46% auto auto;
}

.container-4249 {
  max-width: 76%;
}

.heading-2048 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
  font-family: Futura std, sans-serif;
  font-size: 34px;
}

.heading-2049 {
  color: var(--tomato);
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 10px;
  font-family: Futura std, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.heading-2050 {
  color: #fff;
  margin-bottom: 0;
  font-family: Futura std, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.section-cotent-wrap-3 {
  padding-right: 0;
}

.bold-text-122 {
  padding-right: 10px;
  font-family: Futura Std, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
}

.text-field-5 {
  border-radius: 100px;
  width: 425px;
  min-height: 39px;
  margin-bottom: 0;
  padding: 28px 28px 32px 30px;
  font-size: 11px;
}

.text-field-5::placeholder {
  color: #928a8e;
  font-size: 18px;
  font-weight: 300;
}

.paragraph-117 {
  color: #fff;
  margin-top: 10px;
  padding-right: 10px;
  font-size: 22px;
  font-weight: 500;
}

.container-4250 {
  background-color: #fff;
  width: 100%;
  max-width: 1304px;
  margin-bottom: -141px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

.bold-text-123 {
  font-family: Futura std, sans-serif;
  font-weight: 500;
}

.div-block-204 {
  padding-top: 20px;
}

.container-4251 {
  margin-top: 20px;
}

.banner-thumbnail-wrap-3 {
  grid-column-gap: 27px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4px;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.banner-grid-two-3 {
  display: block;
  position: relative;
}

.banner-image-three-3 {
  object-fit: cover;
  max-width: 100%;
  display: inline-block;
}

.bold-text-124 {
  font-family: Futura Std, sans-serif;
  font-weight: 900;
}

.bold-text-125 {
  font-family: Futura Std, sans-serif;
  font-weight: 500;
}

.paragraph-118 {
  color: #fff;
  padding-right: 10px;
  font-family: Futura std, sans-serif;
  font-size: 17px;
}

.body-7 {
  background-color: #fafafe;
}

.section-278 {
  background-color: #fff0;
  background-image: url('../images/testimonial-Bg.png');
  background-position: 0 0;
  background-size: auto;
}

.section-281 {
  background-color: #fff;
}

.text-block-86 {
  -webkit-text-stroke-width: .5px;
  font-family: Futura bt, sans-serif;
  font-size: 18px;
}

.bold-text-128 {
  font-family: Futura bt, sans-serif;
  font-size: 36px;
}

.div-block-208 {
  margin-bottom: -99px;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-209 {
  background-color: #fbfbfe;
  margin-bottom: -123px;
  padding-left: 40px;
  padding-right: 40px;
}

.link-block-4 {
  display: none;
}

.container-4254 {
  background-color: #990901;
  border-radius: 20px;
  max-width: 75em;
}

.image-590 {
  margin-top: 0;
}

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

.section-283 {
  padding-top: 20px;
  padding-bottom: 60px;
}

.text-block-87 {
  color: #fff;
  -webkit-text-stroke-width: .5px;
  padding-bottom: 20px;
  padding-left: 10px;
  font-family: Futura std, sans-serif;
  font-size: 36px;
  font-weight: 500;
}

.section-284 {
  margin-top: 40px;
}

.container-4256 {
  background-color: #000;
  border-radius: 20px;
  max-width: 75em;
}

.columns-75 {
  padding-top: 20px;
  padding-left: 20px;
}

.column-138 {
  margin-bottom: -11px;
}

.paragraph-120 {
  color: #fff;
  font-family: Futura bt, sans-serif;
}

.text-block-88 {
  color: #fff;
  -webkit-text-stroke-width: .5px;
  padding-bottom: 20px;
  font-family: Futura std, sans-serif;
  font-size: 36px;
}

.section-285 {
  margin-top: 40px;
  padding-bottom: 40px;
}

.text-block-89 {
  -webkit-text-stroke-width: .5px;
  padding-bottom: 10px;
  font-family: Futura std, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.paragraph-121 {
  color: #080808;
  font-family: Futura bt, sans-serif;
  line-height: 1.2;
}

.paragraph-122 {
  padding-left: 60px;
  padding-right: 60px;
  font-family: Futura bt, sans-serif;
}

.div-block-210 {
  margin-bottom: -90px;
  padding-left: 40px;
  padding-right: 40px;
}

.column-139 {
  text-align: left;
  padding-top: 20px;
}

.image-591 {
  border-radius: 20px;
  max-width: 100%;
  height: 150%;
  min-height: 150%;
  max-height: none;
}

.text-md-3 {
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.column-140 {
  max-height: 100%;
}

.btn {
  color: #222;
  background-color: #e5dcff;
  border-radius: 6px;
  padding: 15px 25px;
  font-size: 18px;
  font-style: normal;
  line-height: 1.2em;
  transition: background-color .2s, box-shadow .2s;
}

.btn:hover {
  background-image: linear-gradient(39deg, #b8a3f2, #e5dcff);
  box-shadow: 6px 6px 14px #b8a3f26b;
}

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

.btn.btn-flex.btn-marshmallow {
  background-color: #e5dcff00;
  background-image: linear-gradient(50deg, #b8a3f2, #e5dcff);
  border: 1px solid #fff;
  border-radius: 32px;
  padding: 10px 30px;
  transition: box-shadow 1s;
  box-shadow: -4px 4px 20px 2px #cccccc80;
}

.btn.btn-flex.btn-marshmallow:hover {
  box-shadow: -4px 4px 20px 2px #cccccc80;
}

.btn.btn-flex.btn-marshmallow.btn-marshmallow_green {
  background-image: linear-gradient(97deg, var(--tomato), #ffb700);
  width: 45%;
  padding: 12px 20px;
  box-shadow: 0 0 9px 1px #ef883575;
}

.btn.btn-flex.btn-marshmallow.btn-marshmallow_green:hover {
  box-shadow: inset 0 -2px 2px 0 var(--tomato), inset 4px 4px 12px 0 #22222214, -4px 4px 20px 2px var(--tomato);
}

.btn-marshmallow-txt {
  color: #191616;
  letter-spacing: .05em;
  text-transform: capitalize;
  font-family: Futura bt, sans-serif;
  font-size: 18px;
  line-height: 1em;
  position: relative;
}

.dropdown-h2 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
}

.dropdown-mega-meditation {
  background-color: #fff;
  background-image: none;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 300px;
  border-top: 1px solid #dadada;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 100px;
  display: none;
  position: absolute;
  inset: 80px 0% auto;
  box-shadow: 0 3px #413d451a;
}

.article-with-picture {
  color: #413d45;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.dropdown-h1 {
  margin-bottom: 30px;
  font-size: 41px;
  font-weight: 700;
}

.article-pic-meditation {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 14px;
  width: 154px;
  height: 100px;
  margin-bottom: 15px;
  transition: all .2s;
  box-shadow: 0 6px #ff7e1d;
}

.article-pic-meditation:hover {
  box-shadow: -3px 5px #ff7e1d;
}

.grid-316 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
}

.dropdown-inner-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1100px;
}

.title-arrow-wrap {
  align-items: center;
  display: flex;
}

.dropdown-section-div-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 15px;
  display: flex;
}

.article-title {
  font-weight: 700;
}

.dropdown-mega-articles {
  background-color: #fff;
  background-image: none;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 300px;
  border-top: 1px solid #dadada;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 100px;
  display: none;
  position: absolute;
  inset: 80px 0% auto;
  box-shadow: 0 3px #413d451a;
}

.trending-article-link {
  color: #413d45;
  margin-bottom: 20px;
  font-weight: 700;
}

.article-pic {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 14px;
  width: 154px;
  height: 100px;
  margin-bottom: 15px;
  transition: all .2s;
  box-shadow: 0 6px #413d451a;
}

.article-pic:hover {
  box-shadow: -3px 5px #413d4533;
}

.dropdown-section-div-1 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.nav-outer-wrapper {
  position: relative;
}

.view-all-link {
  color: #413d45;
}

.dropdown-p1 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
}

.form-field1 {
  height: 50px;
}

.navigation-container-2 {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  min-height: 85px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-right-2 {
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  font-size: 16px;
  display: flex;
}

.icon-6 {
  margin-right: 5px;
}

.icon-square {
  background-color: #fff;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 12px;
  display: flex;
  box-shadow: 4px 4px 20px 5px #00000017;
}

.navigation-2 {
  z-index: 9;
  background-color: #0000;
  border-bottom: 1px solid #4455671c;
  flex-direction: column;
  align-items: center;
  padding: 10px 3%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.text-block-90 {
  font-size: 16px;
}

.nav-link-details-3 {
  color: #28333899;
  font-size: 14px;
}

.navigation-wrap-2 {
  display: none;
}

.dropdown-toggle-3 {
  padding-left: 12px;
  padding-right: 26px;
  transition: all .2s;
}

.dropdown-toggle-3:hover {
  color: #8c54ff;
}

.navigation-left-3 {
  align-items: center;
  width: 50%;
  display: flex;
}

.dropdown-link-6 {
  color: #283338;
  width: 100%;
  padding: 16px 22px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-6:hover {
  background-color: #f8faff;
}

.navigation-link-3 {
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  font-family: Futura std, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link-3:hover {
  color: var(--tomato);
}

.navigation-link-3.w--current {
  color: #99d715;
}

.flowbase-logo-3 {
  width: 54px;
}

.dropdown-link-7 {
  color: #283338;
  width: 100%;
  min-height: 55px;
  padding: 16px 22px 20px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-7:hover {
  background-color: #f8faff;
}

.nav-content-wrap-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  display: flex;
}

.brand-4 {
  margin-right: 44px;
}

.dropdown-link-8 {
  color: #283338;
  width: 100%;
  padding: 20px 22px 16px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-8:hover {
  background-color: #f8faff;
}

.navigation-dropdown-3 {
  min-width: 140px;
}

.navigation-dropdown-3.w--open {
  background-color: #fff;
  min-width: 350px;
  max-height: 100vh;
  left: -120px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.navigation-mob-2 {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.columns-76 {
  display: flex;
}

.image-592 {
  width: 2.8%;
}

.section-289 {
  background-color: #000;
}

.heading-2053 {
  color: #fff;
}

.column-141 {
  border: 1px solid #827e7e;
  padding-top: 10px;
  padding-bottom: 10px;
}

.columns-77 {
  background-color: #000;
}

.text-gradiant {
  background-image: linear-gradient(307deg, #ffa811, #f89b20 27%, var(--tomato) 71%, #e84637 100%, var(--red-hover));
  opacity: 1;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #ee8835;
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 10px;
  font-family: Futura Std, sans-serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 1.2;
  display: inline-block;
  position: relative;
}

.how_title-wrapper-3 {
  text-align: center;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.image-594 {
  width: 2.2%;
}

.text-decorated-5 {
  opacity: 1;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #ee8835;
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #ef8835, #fc4f4f);
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  display: inline-block;
  position: relative;
}

.column-142 {
  border: 1px solid #827e7e;
}

.text-block-92 {
  font-family: Futura bt, sans-serif;
}

.bold-text-130 {
  font-family: Futura Std, sans-serif;
  font-weight: 900;
}

.image-595 {
  border-radius: 20px;
  width: 60%;
  margin-left: -291px;
  box-shadow: 0 2px 5px 1px #0003;
}

.image-596 {
  border-radius: 20px;
  width: 80%;
  height: 100%;
  margin-top: -45px;
  box-shadow: 0 2px 13px -5px #0003;
}

.hero-heading-wrapper {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header {
  background-color: #fff;
  position: relative;
}

.text {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 28px;
}

.image-597 {
  border-radius: 20px;
  max-width: 16%;
  margin-top: 7px;
  margin-left: 5px;
  position: absolute;
  inset: -200px auto 0 0%;
}

.image-598 {
  width: 391px;
  margin-bottom: -23px;
}

.hero-text-2 {
  color: #3f3f3f;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 51%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-sec {
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
}

.div-block-3 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.bular-top {
  background-color: var(--tomato);
  opacity: .37;
  filter: blur(275px);
  width: 272px;
  height: 272px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.hero-image-wrapper {
  position: relative;
}

.bular-bottom {
  background-color: var(--tomato);
  filter: blur(285px);
  width: 272px;
  height: 272px;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.heading-h1-2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Futura bt, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 900;
  line-height: 72px;
}

.heading-h1-2.text-gradiant {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 70px;
}

.bold-text-131 {
  font-size: 64px;
  line-height: 52px;
}

.cta {
  background-color: var(--tomato);
  background-image: linear-gradient(127deg, var(--red-hover), var(--red) 37%, var(--tomato));
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  border-radius: 40px;
  flex-flow: column;
  flex: 0 auto;
  align-self: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px 24px;
  font-family: Futura Std, sans-serif;
  font-size: 24px;
  font-weight: 500;
  display: flex;
}

.bold-text-132 {
  line-height: 30px;
}

.section-290 {
  display: none;
}

.bold-text-133 {
  font-family: Futura bt, sans-serif;
}

.container-4260 {
  align-items: center;
  max-width: 1100px;
  display: flex;
}

.columns-78 {
  align-self: center;
}

.column-143 {
  align-items: stretch;
  padding-top: 60px;
  display: flex;
}

.section-291 {
  background-color: #fbfbfb;
  justify-content: center;
  align-items: center;
  padding-top: 63px;
  padding-bottom: 40px;
  display: flex;
}

.container-4261 {
  max-width: 1100px;
}

.columns-79 {
  align-items: center;
  display: flex;
}

.column-144 {
  padding-left: 20px;
}

.column-145 {
  padding-left: 0;
}

.div-block-211 {
  padding-top: 0;
}

.section-293 {
  background-color: #fbfbfb;
  padding-top: 30px;
  padding-bottom: 60px;
}

.container-4262 {
  max-width: 1100px;
}

.section-thumbnail-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.enage-thumbnail-wrap-4 {
  z-index: 0;
  background-color: #f6e18600;
  border-radius: 10px;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 0;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.engage-image-4 {
  border-radius: 20px;
  max-width: 80%;
}

.engage-left-image-4 {
  z-index: 2;
  border-radius: 10px;
  max-width: 15%;
  position: absolute;
  inset: -20px -14px auto 89px;
  box-shadow: 5px 0 50px 5px #00000014;
}

.engage-right-image-4 {
  z-index: 3;
  box-shadow: none;
  border-radius: 10px;
  max-width: 20%;
  position: absolute;
  inset: 59% 0% 0% auto;
}

.container-4263 {
  align-self: center;
  max-width: 1100px;
}

.image-601 {
  border-radius: 20px;
  max-width: 35%;
  position: absolute;
  inset: 278px 0% 0% auto;
}

.image-602 {
  max-width: 35%;
  position: absolute;
  inset: -19% 0% auto auto;
}

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

.section-295 {
  padding-top: 100px;
  padding-bottom: 80px;
}

.padding-section-medium-2 {
  padding-top: 4rem;
  padding-bottom: .25rem;
}

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

.video_blue-bg-2 {
  background-color: #030305;
  max-width: 100%;
  height: 50%;
  position: absolute;
  inset: 0% 0% auto 0;
}

.section-296 {
  background-color: #000;
  background-image: url('../images/vector2.svg'), url('../images/vector1.svg');
  background-position: 0%, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.heading-2054 {
  color: #fff;
  text-align: center;
}

.bold-text-137 {
  font-size: 40px;
  font-weight: 900;
}

.paragraph-123 {
  color: #fff;
  text-align: center;
}

.container-4264 {
  max-width: 1100px;
}

.section-298 {
  background-color: #fff;
}

.bold-text-141 {
  font-family: Futura bt, sans-serif;
}

.container-4265 {
  max-width: 1100px;
}

.section-299 {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-300 {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 40px;
}

.bold-text-142, .bold-text-143, .text-block-93, .text-block-94, .bold-text-146, .bold-text-147, .bold-text-149 {
  font-family: Futura bt, sans-serif;
}

.link-block-5 {
  display: none;
}

.heading-2055 {
  color: #ef8835;
  font-family: Futura bt, sans-serif;
}

.heading-2056 {
  color: var(--tomato);
  font-family: Futura bt, sans-serif;
}

.paragraph-124 {
  color: #fff;
  font-family: Futura bt, sans-serif;
  font-size: 26px;
}

.column-149, .div-block-215 {
  justify-content: center;
  display: flex;
}

.text-span-73 {
  color: var(--tomato);
}

.heading-2060 {
  color: var(--tomato);
  font-family: Futura bt, sans-serif;
}

.image-604 {
  max-width: 16%;
  position: absolute;
  inset: auto 13% 0% auto;
}

.bold-text-151 {
  font-family: Futura bt, sans-serif;
  font-weight: 500;
}

.bold-text-152 {
  font-style: normal;
}

.text-span-74 {
  color: #ee8834;
  font-family: Futura bt, sans-serif;
}

.heading-2061 {
  font-size: 24px;
}

.link-20 {
  color: #615757;
  font-size: 16px;
}

.container-4266 {
  background-color: #ed8529;
  background-image: linear-gradient(11deg, #c09976, #fff0);
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-4267 {
  width: 100%;
  max-width: 940px;
  margin-left: 40px;
  margin-right: 0;
}

.hero-wrapper-8 {
  color: #ed8529;
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 75%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.heading-2062 {
  color: #fff;
  margin-bottom: 20px;
  padding-right: 60px;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.35;
}

.image-605 {
  text-align: right;
  border-right: 1px #000;
  position: relative;
  left: -60px;
}

.bold-text-153 {
  font-family: Futura bt, sans-serif;
}

.heading-2063 {
  margin-top: 0;
  font-size: 45px;
}

.navigation-3 {
  z-index: 9;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.dropdown-3 {
  z-index: 999;
}

.container-4269 {
  background-color: #ed8529;
  background-image: linear-gradient(11deg, #c09976, #fff0);
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-4270 {
  width: 100%;
  max-width: 1110px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.bold-text-154 {
  text-align: left;
  font-style: normal;
  line-height: 1.2;
}

.image-607 {
  text-align: right;
  border-right: 1px #000;
  position: relative;
  left: -60px;
}

.container-4271 {
  width: 100%;
  max-width: 940px;
  margin-left: 40px;
  margin-right: 0;
}

.heading-2064 {
  color: #fff;
  margin-bottom: 20px;
  padding-right: 60px;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.35;
}

.hero-split-5 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 75%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.hero-wrapper-9 {
  color: #ed8529;
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.btn-4 {
  float: none;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ed8529;
  border: 2px solid #fff;
  border-radius: 50px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 29px;
  font-family: Futura bt, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all .2s;
  display: inline-block;
  position: relative;
}

.btn-4:hover {
  color: #bb6511;
  background-color: #fff;
  border: 4px solid #ef8930;
  font-size: 15px;
  font-weight: 700;
}

.bold-text-157 {
  color: #fff;
  text-transform: uppercase;
  font-family: Futura bt, sans-serif;
  font-weight: 500;
}

.bold-text-157:hover {
  color: #d87927;
  font-family: Futura, sans-serif;
  font-weight: 500;
}

.columns-80 {
  margin-bottom: 0;
  padding-bottom: 70px;
  padding-right: 20px;
}

.column-150 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-280 {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.button-58 {
  outline-offset: -10px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3898ec00;
  background-image: radial-gradient(circle, #ef8835 100%, #ffffffbd);
  border-radius: 20px;
  outline: 1px solid #fff0;
  justify-content: center;
  align-items: center;
  width: 15%;
  height: 20%;
  margin-top: 10px;
  padding: 1rem .5rem;
  font-family: Futura bt, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
}

.button-58:hover {
  outline-offset: 0px;
  border-radius: 50px;
  outline: 1px solid #fff;
}

.card-wrapper {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  height: 100%;
  display: flex;
}

.heading-4 {
  font-family: Futura bt, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.heading-5 {
  font-family: Futura bt, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 140%;
}

.bold-text-18-copy {
  text-align: left;
  font-family: Futura bt, sans-serif;
  font-style: normal;
  line-height: 1.2;
}

.link-21 {
  color: #00008b;
  font-family: Futura bt, sans-serif;
  text-decoration: underline;
}

@media screen and (min-width: 1280px) {
  .section {
    margin-top: -36px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.relative {
    margin-top: -198px;
    padding-top: 0;
  }

  .container {
    padding-bottom: 2em;
  }

  .container.relative {
    object-fit: fill;
    position: static;
  }

  .utility-page-wrap {
    height: auto;
  }

  .content {
    margin-top: -2px;
  }

  .brand {
    width: 82px;
  }

  .iphone-container._03 {
    padding-top: 0;
  }

  .footer-holder {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    align-items: center;
    width: 23%;
  }

  .paragraph {
    margin-left: 60px;
    margin-right: 60px;
  }

  .text-block-71 {
    font-size: 23px;
  }

  .button-wrapper-2 {
    justify-content: center;
    align-items: center;
    width: 140px;
  }

  .spinning-wrapper-2 {
    justify-content: center;
    align-items: center;
    width: 150px;
    display: block;
  }

  .button-bottom-text-2 {
    text-align: center;
    margin: -12px 0 1px 5px;
    font-size: 20px;
    left: 13px;
  }

  .section2.grey {
    padding-top: 289px;
    padding-bottom: 168px;
  }

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

  .section-3 {
    justify-content: center;
    align-items: center;
    margin-top: -126px;
    padding-top: 46px;
    display: flex;
  }

  .card {
    background-color: #fff;
    border-width: 3px;
    border-color: #ee8834;
  }

  .tab {
    color: #161616;
    background-color: #0000;
    border: 3px #f98626;
    border-left: 4px solid #f98626;
    border-radius: 0;
    margin-bottom: -2px;
    padding-top: 6px;
    padding-bottom: 5px;
    transition-property: border-color;
    transition-duration: .3s;
  }

  .tab.w--current {
    background-color: #0000;
    border-style: none none none solid;
    border-left-width: 4px;
    border-radius: 0;
    padding-bottom: 6px;
  }

  .hero-iphone-holder-2 {
    margin-top: 5px;
  }

  .iphone-holder-2._04 {
    margin-top: 22px;
  }

  .contact-wrapper-f12 {
    margin-right: 0;
    padding-left: 40px;
    padding-right: 0;
  }

  .link-f12 {
    font-family: Futura bt, sans-serif;
    font-size: 16px;
  }

  .address-f12 {
    font-size: 16px;
  }

  .footer-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .hero-container {
    margin-top: 80px;
  }

  .hero-section-5 {
    padding-top: 0;
  }

  .list-7 {
    padding-left: 40px;
  }

  .nav-menu-2 {
    padding-right: 100px;
  }

  .heading-2038 {
    font-size: 40px;
  }

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

  .button-15 {
    background-color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 18px;
    font-weight: 500;
  }

  .container-4232, .container-4233 {
    max-width: 85em;
  }

  .container-4234 {
    max-width: 85em;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-114 {
    color: #121010;
    text-align: center;
    margin-bottom: 20px;
    font-family: Futura std, sans-serif;
  }

  .section-273 {
    margin-top: 40px;
  }

  .border-radius-24px {
    max-width: 100%;
  }

  .section-286 {
    padding-bottom: 200px;
  }

  .columns-76 {
    align-items: center;
    display: flex;
  }

  .columns-80 {
    margin-top: 90px;
    margin-bottom: 0;
    padding-bottom: 50px;
  }

  .image-609 {
    width: 100%;
    max-width: none;
  }

  .button-58 {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1440px) {
  .section {
    padding-top: 57px;
  }

  .section.relative {
    margin-top: -2px;
  }

  .container {
    max-width: 1350px;
    padding-top: 0;
    padding-bottom: 2em;
  }

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

  .hero-section {
    margin-top: 4px;
    padding-top: 0;
  }

  .fade-in-move-on-scroll {
    padding-top: 10px;
  }

  .iphone-container {
    padding-left: 27px;
    padding-right: 27px;
  }

  .iphone-container._02 {
    margin-top: 100px;
  }

  .iphone-container._04 {
    margin-top: 102px;
  }

  .lottie-animation-52 {
    font-size: 25px;
  }

  .comp-pane.right {
    min-height: 0;
  }

  .lottie-animation-9 {
    height: 524px;
  }

  .text-block-71 {
    font-size: 25px;
  }

  .button-bottom-text-2 {
    margin-bottom: 1px;
    margin-left: 7px;
  }

  .section2.grey {
    padding-top: 0;
    padding-bottom: 149px;
  }

  .container-4 {
    max-width: 1350px;
  }

  .cards {
    padding-bottom: 20px;
  }

  .hero-iphone-container-2 {
    max-width: none;
  }

  .hero-iphone-holder-2 {
    width: 118%;
  }

  .link-f12 {
    font-family: Futura bt, sans-serif;
    font-size: 17px;
    font-weight: 500;
  }

  .address-f12 {
    font-size: 15px;
    font-weight: 500;
  }

  .subtitle-f12 {
    font-size: 17px;
    font-weight: 500;
  }

  .heading-h1 {
    font-family: Futura std, sans-serif;
    font-size: 75px;
  }

  .nav-menu-2 {
    padding-right: 140px;
  }

  .text-field-3 {
    text-transform: none;
  }

  .decorated-title {
    text-align: center;
    font-weight: 900;
  }

  .text-decorated {
    opacity: 1;
    -webkit-text-stroke-width: 0px;
    text-transform: capitalize;
    word-break: normal;
    background-image: linear-gradient(85deg, #f49228, #f66a43 36%, #fcab4f 63%, #ffa811);
    margin-right: 10px;
    padding-left: 10px;
    font-size: 24px;
    font-weight: 500;
  }

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

  .section-237 {
    background-image: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .container-4205 {
    max-width: 1200px;
  }

  .section-270 {
    margin-left: auto;
  }

  .blog_item {
    display: none;
  }

  .paragraph-114 {
    font-family: Futura bt, sans-serif;
  }

  .section-273 {
    margin-bottom: 20px;
  }

  .bold-text-116 {
    color: var(--tomato);
    font-family: Futura std, sans-serif;
    font-size: 70px;
  }

  .button-5 {
    transform: scale(1.15);
  }

  .section-cotent-wrap-2 {
    padding-left: 20px;
  }

  .text-field-5 {
    text-transform: none;
  }

  .container-4250 {
    background-image: none;
  }

  .container-4251, .container-4252 {
    max-width: 1200px;
  }

  .section-286 {
    padding-bottom: 0;
  }

  .image-592 {
    width: 2.2%;
    max-width: 40%;
  }

  .section-289 {
    background-color: #0d0a0a;
  }

  .heading-2053 {
    color: #fff;
  }

  .column-141 {
    border: 1px solid #787777;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .columns-77 {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    border: 1px solid #787777;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-gradiant {
    opacity: 1;
    -webkit-text-stroke-width: 0px;
    text-transform: capitalize;
    word-break: normal;
    background-image: linear-gradient(85deg, #f49228, #f66a43 36%, #fcab4f 63%, #ffa811);
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 50px;
    font-weight: 500;
  }

  .how_title-wrapper-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-594 {
    width: 2.2%;
    max-width: 40%;
  }

  .text-decorated-5 {
    opacity: 1;
    -webkit-text-stroke-width: 0px;
    text-transform: capitalize;
    word-break: normal;
    background-image: linear-gradient(85deg, #f49228, #f66a43 36%, #fcab4f 63%, #ffa811);
    margin-right: 10px;
    padding-left: 10px;
    font-size: 24px;
    font-weight: 500;
  }

  .image-595 {
    width: 45%;
    margin-left: -72px;
  }

  .image-596 {
    width: 60%;
  }

  .image-597 {
    max-width: 10%;
    margin-top: -213px;
    inset: 0% 0% auto;
  }

  .image-598 {
    width: 250px;
    max-width: 80%;
    margin-bottom: 52px;
  }

  .section-291 {
    background-color: #fbfbfb;
  }

  .container-4261 {
    max-width: 1100px;
  }

  .columns-79 {
    align-items: center;
    display: flex;
  }

  .hero-split-4, .hero-split-5 {
    align-items: flex-start;
  }

  .columns-80 {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 1920px) {
  .utility-page-wrap {
    height: auto;
    padding-bottom: 0;
  }

  .utility-page-content {
    margin-top: 130px;
  }

  .footer {
    width: 100%;
  }

  .comp-pane.right {
    width: auto;
    height: 560px;
    min-height: 0;
    padding-bottom: 50px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .lottie-animation-9 {
    height: auto;
  }

  .project {
    width: auto;
    position: relative;
  }

  .wrapper-2.negative-margins {
    max-width: 97vw;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .section-right.korb {
    width: 100%;
    max-width: none;
    margin-left: auto;
    padding-left: 0;
    display: block;
  }

  .sticky-2 {
    margin-bottom: 0;
    display: inline-block;
    position: relative;
  }

  .engage-image {
    max-height: 99.9999%;
  }

  .social-icon-image {
    display: inline-block;
  }

  .footer-social-link {
    text-decoration: none;
  }

  .control-main-image {
    max-height: 100%;
  }

  .text-span-68 {
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .body-5 {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 0;
    display: block;
  }

  .blog_item {
    width: 462px;
    height: 229.2px;
  }

  .blog_item.cards {
    display: block;
  }

  .section-271 {
    justify-content: center;
    display: flex;
  }

  .div-block-194 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .container-4236 {
    max-width: none;
  }

  .paragraph-114 {
    font-family: Futura bt, sans-serif;
    font-style: normal;
    font-weight: 500;
  }

  .section-273 {
    justify-content: space-around;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .container-4239 {
    margin-left: 0;
    margin-right: 0;
  }

  .button-5 {
    transform: scale(1.4);
  }

  .text-gradiant {
    margin-right: 10px;
  }

  .container-4267 {
    max-width: 1100px;
  }

  .hero-wrapper-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .hero-split-4 {
    max-width: none;
  }

  .container-4271 {
    max-width: 1100px;
  }

  .hero-split-5 {
    max-width: none;
  }

  .hero-wrapper-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .columns-80 {
    height: auto;
    padding-left: 50px;
    padding-right: 50px;
  }

  .column-151 {
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-bottom: 2em;
  }

  .link-block {
    padding-top: 0;
    padding-bottom: 2px;
  }

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

  .content {
    margin-top: 0;
  }

  ._100pct {
    width: 100%;
    max-width: none;
    padding-top: 0;
  }

  .menu-button {
    background-color: var(--red);
    border-radius: 70px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 7px 4px 4px;
    transition: background-color .6s, border-radius .6s;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--red-hover);
    border-radius: 15px;
  }

  .footer-container {
    margin-top: 0;
  }

  .footer-logo-container {
    margin-bottom: 12px;
  }

  .hero-text {
    font-size: 50px;
  }

  .animate-on-load-3rd {
    margin-top: 12px;
  }

  .iphone-screen-container {
    border-radius: 8px;
  }

  .infinite-slider-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding: 23px;
  }

  .circle-logo-container.big {
    width: 80px;
    height: 80px;
  }

  .tab-link-button {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0;
  }

  .footer-holder {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: 28%;
    padding-top: 0;
    display: flex;
  }

  .comp-pane.right {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .lottie-animation-9 {
    width: 100%;
    height: 655px;
  }

  .section2 {
    padding: 100px 40px;
  }

  .bold-text-4 {
    font-size: 52px;
    line-height: 1;
  }

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

  .hero-iphone-container-2 {
    padding-top: 40px;
  }

  .hero-iphone-holder-2 {
    width: 170%;
  }

  .contact-wrapper-f12 {
    flex: 0 auto;
  }

  .social-media-wrapper-f12 {
    flex: none;
  }

  .footer-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .subtitle-f12 {
    padding-right: 20px;
  }

  .blog-grid {
    grid-column-gap: 22px;
    grid-template-columns: 1fr .6fr;
  }

  .image-4 {
    left: 0%;
  }

  .container-9 {
    margin-bottom: 0;
  }

  .hero-section-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-4155 {
    max-width: 728px;
  }

  .section-261 {
    padding-right: 40px;
  }

  .navigation-left {
    display: flex;
  }

  .mobile-nav {
    background-color: #fff;
    padding-top: 15px;
    box-shadow: 42px 42px 55px #20355a17;
  }

  .nav-menu-2 {
    display: none;
  }

  .mobile-nav-link {
    width: 100%;
  }

  .dropdown-list {
    background-color: #fff;
  }

  .navigation {
    display: flex;
  }

  .mobile-toggle {
    width: 100%;
  }

  .dropdown-link-mobile {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .menu-mob {
    color: #000;
    background-color: #fafafa;
    border-radius: 100px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #824bf1;
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .navigation-mob {
    border-bottom: 1px solid #4455671c;
    flex-direction: row;
    justify-content: center;
    height: 85px;
    padding-left: 3%;
    padding-right: 3%;
    display: block;
  }

  .section-left {
    margin-bottom: 0;
    padding-top: 200px;
    padding-bottom: 0;
  }

  .section-left.korb {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper-2 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: relative;
  }

  .wrapper-2.negative-margins {
    margin-top: 0;
  }

  .grid {
    flex-flow: column wrap;
    place-content: stretch flex-start;
    align-items: stretch;
    margin-left: -15px;
    margin-right: -15px;
  }

  .block {
    flex: 0 0 100%;
    align-self: stretch;
    width: auto;
    min-height: auto;
  }

  .block._41 {
    flex-basis: 100%;
  }

  .block._41.centred {
    flex-basis: 100%;
    margin-top: 20px;
  }

  .big-paragraph {
    margin-bottom: 0;
    font-size: 3.4vw;
  }

  .heading-235 {
    font-size: 3.5vw;
  }

  .outer-shell {
    max-width: 100%;
    margin-bottom: 50px;
  }

  .heading-236 {
    text-align: left;
  }

  .image-6 {
    max-width: 35%;
  }

  .image-7 {
    max-width: 45%;
  }

  .section-right {
    margin-bottom: 0;
    padding-top: 200px;
    padding-bottom: 0;
  }

  .image-8 {
    max-width: 35%;
  }

  .heading-237 {
    margin-bottom: 0;
  }

  .heading-238 {
    margin-top: 0;
    font-size: 3.5vw;
  }

  .image-9 {
    max-width: 45%;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .section-thumbnail-block {
    padding-top: 0;
    padding-bottom: 0;
  }

  .primary-button {
    padding: 12px 35px;
  }

  .engage-content-wrap {
    grid-template-columns: 1fr;
    padding-top: 100px;
  }

  .footer-area {
    padding-top: 200px;
  }

  .footer-nav {
    padding-top: 0;
  }

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

  .footer-columns {
    grid-column-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr 1fr;
  }

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

  .call-to-action-inner {
    text-align: center;
    flex-direction: column;
    padding-left: 80px;
    padding-right: 80px;
  }

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

  .cat-title.color-white {
    margin-bottom: 40px;
  }

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

  .control-content-wrap {
    grid-template-columns: 1fr;
    padding-bottom: 100px;
  }

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

  .section4 {
    padding-top: 100px;
    position: static;
  }

  .decorated-title {
    margin-top: -4px;
    bottom: 24px;
  }

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

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

  .hero_item-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: center;
  }

  .button-5.is-large.hide-desktop {
    display: block;
  }

  .how_item-white {
    padding: 36px 72px 72px;
  }

  .how_item-white.last {
    padding-bottom: 36px;
  }

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

  .how_title-wrapper {
    margin-bottom: 20px;
  }

  .banner-thumb-icon-2 {
    margin-top: 220px;
    margin-left: -200px;
  }

  .columns-69, .container-4205 {
    display: block;
  }

  .column-119 {
    padding-left: 10px;
  }

  .banner-thumbnail-wrap-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .banner-image-three-2 {
    display: block;
  }

  .banner-grid-two-2 {
    width: 75%;
  }

  .grid-313 {
    margin-top: 40px;
  }

  .bold-text-43 {
    font-size: 55px;
  }

  .feature-content-image-2 {
    max-width: 90%;
    margin-top: 80px;
  }

  .feature-h1-2 {
    font-size: 3.6em;
    line-height: 1.1em;
  }

  .button-15 {
    display: none;
  }

  .columns-17 {
    margin-left: 0;
    margin-right: 0;
  }

  .column-25 {
    padding-left: 0;
  }

  .paragraph-112 {
    font-size: 15px;
  }

  .column-23 {
    padding-left: 0;
  }

  .column-24 {
    align-self: flex-end;
  }

  .restaurant-solution {
    margin-top: 0;
  }

  .feature-image-wrapper-2 {
    align-items: flex-end;
  }

  .paragraph-113 {
    font-size: 15px;
  }

  .columns-18 {
    align-items: flex-end;
  }

  .feature-image-3203.is--1 {
    width: 30em;
    max-width: 100%;
  }

  .seg.dd.cylie {
    padding-bottom: 0;
  }

  .heading-h2.text-color-primery {
    font-size: 3rem;
    line-height: 3.4rem;
  }

  .pricing-card {
    padding: 2.5rem 1.2rem;
  }

  .pricing-card-heading {
    padding-bottom: 2rem;
  }

  .heading-h5.text-weight-medium {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .heading-h3-2 {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }

  .heading-h3-2.text-color-primery.text-weight-bold {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }

  .sec_pricing {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .list-8 {
    font-size: .9rem;
  }

  .blog-image-wrap {
    justify-content: center;
    align-items: center;
  }

  .blog-image {
    object-fit: cover;
    width: 223px;
    height: 117px;
  }

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

  .blog_item.cards {
    width: auto;
    height: auto;
  }

  .section-271 {
    padding-bottom: 60px;
  }

  .section-273 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-315 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 100%;
  }

  .container-4239 {
    width: 81%;
    max-width: 728px;
    margin-left: 0;
    margin-right: 0;
  }

  .section-cotent-wrap-2, .section-paragraph-2.engage-paragraph.mb-50 {
    padding-left: 0;
  }

  .engage-content-wrap-2 {
    grid-template-columns: 1fr;
    padding-top: 100px;
    padding-left: 20px;
  }

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

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

  .heading-122 {
    font-size: 30px;
  }

  .section-title-6.left {
    margin-bottom: 24px;
  }

  .our-work-contant-2 {
    grid-column-gap: 0px;
    grid-template-columns: .75fr 1fr;
    display: flex;
  }

  .text-md-2 {
    font-size: 15px;
  }

  .integrations-item-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .integrations-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .stacked-tabs-content-holder {
    justify-content: flex-start;
  }

  .grid-8-col-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .tabs-content-2.card {
    padding: 40px 32px 48px;
  }

  .tab-left-icon {
    padding-left: 18px;
    padding-right: 18px;
  }

  .tab-left-icon.small {
    padding-left: 20px;
    padding-right: 20px;
  }

  .display-5 {
    font-size: 22px;
    line-height: 38px;
  }

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

  .cta-block {
    align-items: center;
    display: flex;
  }

  .content-wrap {
    z-index: 2;
    height: 80%;
    padding-right: 10px;
    position: relative;
  }

  .underlay {
    right: -66%;
  }

  .underlay._2 {
    right: -68%;
  }

  .circle {
    width: 750px;
    right: -65%;
  }

  .container-4249 {
    max-width: 700px;
  }

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

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

  .banner-thumbnail-wrap-3 {
    display: flex;
  }

  .banner-grid-two-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .banner-image-three-3 {
    width: 75%;
    margin-top: 20px;
  }

  .columns-73 {
    flex-direction: column;
    display: flex;
  }

  .container-4252 {
    max-width: 850px;
  }

  .text-md-3 {
    font-size: 15px;
  }

  .dropdown-mega-meditation {
    padding: 100px 5% 220px;
    display: none;
    top: 0;
  }

  .dropdown-h1 {
    margin-bottom: 0;
  }

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

  .dropdown-inner-grid {
    grid-template-columns: 1fr;
  }

  .title-arrow-wrap {
    margin-bottom: 25px;
  }

  .dropdown-mega-articles {
    padding: 100px 5% 220px;
    display: none;
    top: 0;
  }

  .nav-outer-wrapper {
    display: none;
    position: fixed;
    inset: 0 0% 0%;
    overflow: auto;
  }

  .bold-text-129 {
    padding-left: 0;
  }

  .navigation-2 {
    display: none;
  }

  .navigation-left-3 {
    display: flex;
  }

  .mobile-nav-link-2 {
    width: 100%;
  }

  .menu-mob-2 {
    color: #fff;
    background-color: #8c54ff;
    border-radius: 100px;
    font-size: 22px;
  }

  .menu-mob-2.w--open {
    background-color: #824bf1;
  }

  .navigation-mob-2 {
    border-bottom: 1px solid #4455671c;
    flex-direction: row;
    justify-content: center;
    height: 85px;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .text-gradiant {
    font-size: 46px;
  }

  .how_title-wrapper-3 {
    margin-bottom: 20px;
  }

  .text-decorated-5 {
    font-size: 40px;
  }

  .image-595 {
    width: 75%;
    margin-left: -331px;
  }

  .image-596 {
    width: 100%;
    margin-left: 0;
  }

  .hero-heading-wrapper {
    width: 85%;
  }

  .image-597 {
    margin-left: 0;
    position: static;
    top: -227px;
  }

  .image-598 {
    width: 200px;
    margin-right: 2px;
  }

  .hero-text-2 {
    width: 80%;
    position: relative;
  }

  .hero-sec {
    padding-top: 40px;
  }

  .div-block-3 {
    padding-top: 0;
  }

  .heading-h1-2 {
    font-size: 55px;
    line-height: 65px;
  }

  .bold-text-131 {
    font-size: 50px;
  }

  .bold-text-133 {
    font-size: 30px;
  }

  .container-4260 {
    max-width: 700px;
  }

  .columns-79 {
    flex-direction: column;
  }

  .section-thumbnail-block-2 {
    padding-bottom: 30px;
  }

  .enage-thumbnail-wrap-4 {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .div-block-214 {
    display: none;
  }

  .padding-section-medium-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container-4267 {
    max-width: 728px;
    margin-left: 0;
  }

  .hero-wrapper-8 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading-2062 {
    text-align: center;
    padding-right: 0;
  }

  .image-605 {
    margin-right: -115px;
  }

  .navigation-3 {
    display: none;
  }

  .image-607 {
    margin-right: -108px;
  }

  .container-4271 {
    justify-content: flex-start;
    align-items: center;
    max-width: 728px;
    margin-left: 0;
    display: flex;
  }

  .heading-2064 {
    text-align: center;
    padding-right: 0;
  }

  .hero-split-5 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper-9 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

  .columns-80 {
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .image-609 {
    max-width: 100%;
  }

  .button-58 {
    width: 17%;
  }

  .card-wrapper {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 30px;
  }

  p {
    font-size: 16px;
  }

  .container {
    padding: 0 0 1em;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section {
    height: auto;
  }

  .button.big.top-margin-l.w--current {
    margin-top: 2.5em;
  }

  .utility-page-wrap {
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
  }

  .utility-page-content {
    margin-top: 70px;
  }

  .footer {
    height: 100%;
    padding: 0 10px;
  }

  .animate-on-load-2st {
    margin-top: 77px;
  }

  .content {
    margin-top: 10px;
  }

  .left-side-footer-container {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .social-media-link {
    margin: 8px 0;
  }

  .follow-us-text {
    font-size: 20px;
  }

  .footer-container {
    grid-column-gap: 51px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .footer-logo-container.w--current {
    width: 0;
  }

  .hero-text {
    font-size: 44px;
  }

  .infinite-slider-grid {
    width: 150%;
  }

  .circle-logo-container.medium {
    width: 120px;
    height: 120px;
  }

  .lottie-animation {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .social-media-link-twitter {
    margin: 8px 0;
  }

  .footer-holder {
    width: 80%;
  }

  .comp-pane.right {
    width: 80%;
    height: auto;
    min-height: 0;
    margin-top: -100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .lottie-animation-9 {
    width: 88%;
    height: 100%;
    margin-bottom: 120px;
  }

  .section2 {
    padding: 40px 20px;
  }

  .section2.grey {
    background-position: 100% 100%;
    background-size: 1000px;
    padding-top: 60px;
  }

  .bg-blob-top {
    width: 70%;
  }

  .tab {
    margin: 10px 0;
  }

  .tab-button {
    justify-content: flex-start;
  }

  .contact-wrapper-f12 {
    font-size: 16px;
  }

  .top-left-wrapper-f12 {
    margin-bottom: 40px;
  }

  .top-right-wrapper-f12 {
    font-size: 16px;
  }

  .footer-f12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .top-wrapper-f12 {
    flex-direction: column;
  }

  .footer-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-h1 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 55px;
  }

  .blog-grid {
    grid-row-gap: 62px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .c-menu-item {
    margin-bottom: 15px;
  }

  .container-9 {
    margin-bottom: 0;
  }

  .hero-section-5, .container-4185 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-261 {
    padding-left: 0;
  }

  .container-4178 {
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .bold-text-19 {
    font-size: 45px;
  }

  .footer-copyright-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .navigation {
    display: flex;
  }

  .menu-mob {
    background-color: #fafafa00;
  }

  .section-left.korb {
    padding-left: 40px;
    padding-right: 20px;
  }

  .wrapper-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .wrapper-2.negative-margins {
    padding-left: 0;
    padding-right: 0;
  }

  .block {
    flex: 0 0 100%;
  }

  .heading-235, .heading-238 {
    font-size: 2em;
  }

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

  .container-medium {
    display: flex;
  }

  .home-header_content {
    margin-bottom: 100px;
  }

  .home-header_overlay-message {
    margin-left: 35px;
  }

  .home-header_component {
    grid-template-columns: 1fr;
  }

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .home-header_overlay-arrow {
    margin-left: 77px;
  }

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

  .home-header_overlay-text {
    margin-left: 60px;
  }

  .section-cotent-wrap {
    padding-top: 0;
  }

  .copyright-content {
    flex-direction: column;
  }

  .footer-social-block {
    padding-bottom: 10px;
  }

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

  .container-4209 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .call-to-action-inner {
    background-image: url('../images/6306022bd53a1ede9e7fb4dd_blob.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-4210 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-field-3 {
    width: 466px;
  }

  .cat-title.color-white {
    margin-bottom: 30px;
  }

  .container-4211, .container-4213 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section4 {
    border-radius: 15px;
    padding-top: 100px;
  }

  .decorated-title {
    bottom: 14px;
  }

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

  .how_item-white {
    padding-left: 36px;
    padding-right: 36px;
  }

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

  .text-decorated {
    -webkit-text-stroke-width: .5px;
    font-size: 1.2rem;
  }

  .banner-send-icon {
    display: none;
  }

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

  .padding-global-7 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section-266 {
    padding-top: 20px;
  }

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

  .div-block-189 {
    padding-top: 0;
  }

  .bold-text-43 {
    font-size: 45px;
  }

  .feature-h1-2 {
    font-size: 3em;
  }

  .section-267 {
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .columns-17 {
    display: block;
  }

  .column-25 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-24 {
    padding-top: 0;
  }

  .columns-18 {
    display: block;
  }

  .container-4136 {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .feature-image-3203.is--1 {
    width: 54em;
    right: -53%;
  }

  .column-37 {
    display: block;
  }

  .seg.dd.cylie {
    padding-bottom: 0;
  }

  .heading-h2.text-color-primery {
    font-size: 2.4rem;
    line-height: 3rem;
  }

  .pricing-card {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }

  .pricing-card-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .heading-h3-2 {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }

  .list-8 {
    font-size: 1rem;
  }

  .blog-image {
    width: 303px;
    height: 155px;
  }

  .div-block-194 {
    padding-left: 40px;
    padding-right: 20px;
  }

  .paragraph-114 {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-315 {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .container-4239 {
    width: 60vw;
    max-width: none;
  }

  .container-4243 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .engage-image-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-122 {
    text-align: left;
    margin-right: 20px;
  }

  .work-contant-2 {
    width: 85%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .our-work-contant-2 {
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: 10px;
    display: block;
  }

  .text-md-2 {
    font-size: 15px;
  }

  .our-work-img {
    width: 100%;
  }

  .engage-left-image-3 {
    max-width: 15%;
    margin-left: 0;
    padding-left: 0;
  }

  .container-4245 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-8-col-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .tab-link-4 {
    padding-right: 24px;
  }

  .tabs-menu-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .tab-left-icon {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .tab-left-icon.small.center {
    margin: 10px 0;
  }

  .display-5 {
    font-size: 20px;
    line-height: 32px;
  }

  .content-wrap {
    width: 80%;
  }

  .underlay {
    width: 400px;
    height: 400px;
    top: -45%;
    right: -41%;
  }

  .underlay._2 {
    width: 400px;
    height: 400px;
    top: -47%;
    right: -42%;
  }

  .circle {
    width: 400px;
    height: 400px;
    top: -45%;
    right: -40%;
  }

  .text-field-5 {
    width: 466px;
  }

  .container-4250 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .text-md-3 {
    font-size: 15px;
  }

  .text-gradiant {
    -webkit-text-stroke-width: .5px;
    font-size: 46px;
  }

  .text-decorated-5 {
    -webkit-text-stroke-width: .5px;
    font-size: 1rem;
  }

  .image-595 {
    width: 72.5%;
    height: 100%;
    max-height: 99.9998%;
    margin-bottom: 0;
    margin-left: -197px;
    display: block;
  }

  .image-596 {
    width: 100%;
    margin-top: 0;
    display: block;
  }

  .hero-heading-wrapper {
    width: 100%;
  }

  .image-597 {
    width: 100%;
    display: none;
  }

  .image-598 {
    width: 25%;
    margin-bottom: 20px;
    display: block;
  }

  .hero-text-2 {
    width: 100%;
  }

  .div-block-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    padding-top: 0;
    display: flex;
  }

  .hero-image-wrapper {
    margin-top: 0;
  }

  .large-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-h1-2 {
    font-size: 45px;
    line-height: 55px;
  }

  .bold-text-131 {
    font-size: 46px;
  }

  .section-292 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-213 {
    display: none;
  }

  .container-4266 {
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .hero-split-4 {
    margin-bottom: 0;
  }

  .navigation-3 {
    display: none;
  }

  .container-4269 {
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .image-607 {
    margin-right: -129px;
  }

  .container-4271 {
    margin-left: 0;
  }

  .heading-2064 {
    text-align: center;
    padding-right: 0;
  }

  .hero-split-5 {
    margin-bottom: 0;
  }

  .hero-wrapper-9 {
    justify-content: flex-start;
    align-items: center;
  }

  .columns-80 {
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .column-150 {
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .column-151 {
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .button-58 {
    width: 23%;
  }
}

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

  h2 {
    font-size: 40px;
  }

  .section.relative {
    margin-top: 8px;
  }

  .container {
    padding: 1em .5em;
  }

  .container.relative {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-end;
    padding-bottom: 0;
    display: block;
  }

  .navbar {
    padding-left: 10px;
  }

  .top-margin-l {
    margin-top: 2em;
  }

  .utility-page-content {
    margin-top: 30px;
    padding: 29px;
  }

  .utility-page-form {
    justify-content: space-between;
    height: 420px;
    padding: 30px;
  }

  .footer {
    text-align: left;
    padding: 0;
  }

  .fade-in-move-on-scroll {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  ._100pct {
    width: auto;
    max-width: 100%;
  }

  .brand {
    width: 100px;
  }

  .footer-container {
    grid-column-gap: 0px;
    grid-row-gap: 6px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .hero-text {
    margin-top: 101px;
    font-size: 40px;
  }

  .iphone-container._02 {
    max-width: 150px;
    margin-left: 116px;
  }

  .infinite-slider-grid {
    width: 250%;
  }

  .slide {
    width: 100%;
  }

  .footer-holder {
    width: 60%;
  }

  .comp-pane.right {
    width: 100%;
    margin-top: 50px;
    padding: 30px 20px;
  }

  .submit-button {
    width: 100%;
  }

  .lottie-animation-9 {
    margin-bottom: 0;
    display: block;
  }

  .subscript {
    font-size: 28px;
  }

  .paragraph-9 {
    font-family: Futura std, sans-serif;
    font-size: 22px;
  }

  .form-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .field-wrap-2 {
    padding-top: 20px;
  }

  .bold-text-3 {
    font-size: 20px;
  }

  .button-bottom-text-2 {
    margin-top: 54px;
    margin-bottom: 2px;
    padding-bottom: 0;
  }

  .section2 {
    padding: 60px 10px;
  }

  .section2.grey {
    background-position: 50% 100%;
    background-size: 700px;
  }

  .bold-text-4 {
    font-size: 48px;
    line-height: 1;
  }

  .container-4 {
    padding: 1em;
  }

  ._2 {
    max-width: 250px;
    margin-top: 28px;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    font-size: 25px;
  }

  .hero-iphone-container-2 {
    margin-top: -35px;
    margin-left: 14px;
    padding-top: 0;
  }

  .hero-iphone-holder-2 {
    width: 280%;
    margin-left: 3px;
  }

  .iphone-image-2 {
    width: 77%;
    padding-left: 0;
  }

  .harsh-shadow-2 {
    top: 8%;
    left: 37%;
  }

  .section-5 {
    margin-top: -85px;
    padding-top: 0;
  }

  .iphone-holder-2._03 {
    max-width: 135px;
    margin-top: -66px;
    margin-left: -25px;
  }

  .iphone-holder-2._04 {
    max-width: 135px;
    margin-left: -127px;
  }

  .iphone-holder-2._02 {
    max-width: 135px;
    margin-left: 36px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-wrapper-f12 {
    margin-bottom: 20px;
  }

  .top-right-wrapper-f12 {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-f12 {
    width: 100%;
  }

  .footer-wrapper {
    border-radius: 0;
    width: 100%;
  }

  .heading-h1 {
    font-size: 35px;
    line-height: 1.3;
  }

  .blog-section {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-h3 {
    line-height: 34px;
  }

  .blog-grid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-detials-large {
    margin-left: 0;
    margin-right: 0;
    line-height: 21px;
  }

  .content-left_blog {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-17 {
    width: 100%;
    max-width: 100%;
    font-size: 25px;
  }

  .bold-text-18 {
    font-size: 25px;
    line-height: 18px;
  }

  .c-menu-item {
    margin-bottom: 10px;
  }

  .btn-2 {
    padding: 10px 15px;
    font-size: 12px;
  }

  .right_hero-wrapper {
    margin-top: 25px;
  }

  .container-9 {
    margin-bottom: 0;
  }

  .preview-text {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-1 {
    font-size: 30px;
    line-height: 55px;
  }

  .container-4155 {
    max-width: none;
    margin-left: 10px;
  }

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

  .paragraph-62 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.4;
  }

  .section-261 {
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .container-4178 {
    background-position: 0 0, 50%;
    background-size: auto, auto;
    padding-left: 0;
    display: block;
  }

  .heading-224 {
    font-size: 26px;
  }

  .list-item-13 {
    font-family: Futura bt, sans-serif;
    font-size: 16px;
  }

  .heading-225 {
    font-size: 26px;
  }

  .heading-226 {
    font-size: 30px;
  }

  .heading-227, .heading-228, .heading-229, .heading-230, .heading-231, .heading-232, .heading-233 {
    font-size: 26px;
  }

  .div-block-176, .div-block-177, .div-block-178, .div-block-179, .div-block-180, .div-block-181, .div-block-182, .div-block-183, .div-block-184, .div-block-185 {
    font-family: Futura bt, sans-serif;
  }

  .grid-310 {
    grid-template-columns: 1fr 1.5fr;
  }

  .bold-text-94 {
    font-size: 12px;
    line-height: 14px;
  }

  .bold-text-95 {
    font-size: 45px;
  }

  .mobile-dropdown {
    font-family: Futura std, sans-serif;
    font-size: 16px;
  }

  .nav-content-wrap {
    color: #000;
    font-family: Futura std, sans-serif;
    font-size: 18px;
  }

  .flowbase-logo {
    width: 100px;
    max-width: 75%;
  }

  .button-menu {
    min-height: auto;
    padding: 10px;
    font-size: 12px;
  }

  .mobile-nav-link {
    font-family: Futura bt, sans-serif;
  }

  .nav-link-details {
    color: #565656;
    font-family: Futura std, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
  }

  .navigation {
    display: flex;
  }

  .brand-2 {
    margin-right: 32px;
  }

  .dropdown-link-mobile {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dropdown-title {
    color: #000;
    -webkit-text-stroke-width: .3px;
    font-family: Futura std, sans-serif;
    font-size: 18px;
  }

  .dropdown-title.mobile-nav-link {
    color: #232323;
    -webkit-text-stroke-width: .3px;
    font-size: 18px;
    font-weight: 500;
  }

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

  .heading-234.first {
    padding-top: 10px;
    font-size: 10vw;
  }

  .number {
    font-size: 4vw;
  }

  .sticky {
    margin-bottom: 0;
  }

  .section-left.korb {
    padding-left: 10px;
    padding-right: 0;
  }

  .wrapper-2 {
    flex: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid {
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }

  .block {
    flex: 0 0 100%;
  }

  .block._41.centred {
    margin-top: 0;
    padding-top: 0;
  }

  .big-paragraph {
    font-size: 16px;
    line-height: 1.4;
  }

  .heading-235 {
    margin-top: 0;
    font-size: 1.6em;
    line-height: 1;
  }

  .paragraph-96 {
    font-family: Futura std, sans-serif;
  }

  .outer-shell {
    margin-bottom: 0;
  }

  .heading-236 {
    text-align: left;
    font-size: 35px;
  }

  .image-6 {
    max-width: 100%;
  }

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

  .column-124, .column-125 {
    display: none;
  }

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

  .bold-text-97 {
    font-size: .67em;
  }

  .column-126 {
    display: none;
  }

  .image-8 {
    max-width: 100%;
  }

  .heading-237 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 55px;
  }

  .paragraph-100 {
    margin-bottom: 0;
    font-family: Futura std, sans-serif;
  }

  .heading-238 {
    margin-bottom: 0;
    font-size: 1.6em;
  }

  .image-9 {
    max-width: 100%;
  }

  .sticky-2 {
    margin-bottom: 0;
  }

  .bold-text-98 {
    font-size: .67em;
    line-height: .75;
  }

  .home-header_content {
    margin-bottom: 91px;
  }

  .subheading {
    font-family: Futura std, sans-serif;
  }

  .home-header_component {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .page-padding {
    display: flex;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-header {
    padding-top: 0;
  }

  .home-header_overlay-arrow {
    margin-left: 81px;
  }

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

  .margin-top.mt-30 {
    margin-top: 10px;
  }

  .home-header_overlay-text {
    margin-left: 25px;
  }

  .heading-240 {
    width: 99.9999%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
  }

  .section-thumbnail-block {
    display: block;
  }

  .section-cotent-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .overflow-hidden {
    justify-content: center;
    align-items: center;
  }

  .enage-thumbnail-wrap {
    padding-left: 40px;
    padding-right: 20px;
  }

  .engage-content-wrap {
    padding-top: 0;
  }

  .footer-area {
    padding-top: 100px;
  }

  .footer-top-2 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .footer-nav {
    margin-bottom: 30px;
    padding-top: 20px;
  }

  .list-item {
    font-size: 16px;
  }

  .copyright-text {
    text-align: center;
    line-height: 26px;
  }

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

  .footer-social-link {
    margin-right: 0;
    padding-left: 12px;
  }

  .call-to-action-inner {
    padding: 20px 10px;
  }

  .submit-button-2 {
    border: 1px solid #442b3d;
    width: 100%;
    max-height: 50px;
    padding-top: 14px;
    padding-bottom: 14px;
    position: static;
  }

  .submit-button-2.is-magnetic:hover {
    border: 1px solid #fff;
  }

  .text-field-3 {
    width: 100%;
    min-height: 50px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-field-3::placeholder {
    font-size: 16px;
    line-height: 26px;
  }

  .connect-form-bock {
    width: 100%;
  }

  .cat-title.color-white {
    text-align: left;
    margin-bottom: 0;
    font-size: 34px;
    font-weight: 500;
    line-height: .85;
    display: flex;
  }

  .section-title-2 {
    font-size: 32px;
  }

  .control-content-wrap {
    padding-bottom: 0;
  }

  .section-title-3 {
    font-size: 28px;
    line-height: 34px;
  }

  .section-title-4 {
    padding-top: 0;
  }

  .button-text-3 {
    font-size: 16px;
    line-height: 16px;
  }

  .section4 {
    padding-top: 80px;
  }

  .decorated-title {
    font-size: 30px;
    bottom: 11px;
  }

  .button-5.is-large.red {
    font-size: 1.25rem;
  }

  .button-5.is-large.hide-desktop.red {
    display: none;
  }

  .how_item-white {
    padding: 24px 24px 60px;
  }

  .how_item-white.last {
    padding-bottom: 24px;
  }

  .text-decorated {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .how_title-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 8px;
    line-height: .85;
    display: flex;
  }

  .heading-241 {
    text-align: left;
  }

  .heading-242 {
    text-align: left;
    font-family: Futura bt, sans-serif;
  }

  .bold-text-101, .bold-text-102 {
    font-family: Futura bt, sans-serif;
  }

  .image-580 {
    margin-top: 20px;
  }

  .padding-global-7 {
    padding-left: 1.13rem;
    padding-right: 1.13rem;
  }

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

  .div-block-189 {
    padding-top: 0;
  }

  .container-4230 {
    display: none;
  }

  .bold-text-108 {
    line-height: 1.1;
  }

  .bold-text-43 {
    font-size: 33px;
  }

  .heading-129 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .bold-text-109 {
    font-size: 15px;
  }

  .feature-content-image-2 {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }

  .feature-h1-2 {
    margin-top: 0;
    font-size: 1.6em;
    line-height: 1.4em;
  }

  .bold-text-110 {
    font-size: 26px;
    line-height: 30px;
  }

  .text-span-68 {
    font-size: 30px;
    line-height: .75;
  }

  .button-15 {
    display: none;
  }

  .container-4135, .columns-17 {
    display: block;
  }

  .column-25 {
    padding-left: 0;
  }

  .paragraph-112 {
    max-width: none;
    margin-top: 0;
    font-size: 14px;
  }

  .column-23 {
    display: block;
  }

  .restaurant-solution {
    margin-top: 0;
  }

  .paragraph-113 {
    font-size: 14px;
  }

  .columns-18 {
    display: block;
  }

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

  .feature-image-3203.is--1 {
    width: 400px;
    max-width: 100%;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    left: 0;
    right: 0%;
  }

  .column-37 {
    display: flex;
  }

  .seg.dd {
    margin-top: 0;
  }

  .seg.dd.cylie {
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-h2.text-color-primery {
    font-size: 2.1rem;
    line-height: 2.6rem;
  }

  .pricing-card {
    width: 100%;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }

  .pricing-card-heading {
    padding-bottom: 1.8rem;
  }

  .heading-h3-2.text-color-primery {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .heading-h3-2.text-color-primery.text-weight-bold {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }

  .pricing-list {
    padding-top: 2.1rem;
  }

  .list-8 {
    font-size: .9rem;
  }

  .blog-image {
    width: 287px;
  }

  .blog_item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 304px;
    height: 364px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-271, .div-block-194 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-4237 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-195 {
    flex: 1;
    align-self: center;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .paragraph-114 {
    line-height: 1.2;
  }

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

  .container-4239 {
    width: 100vw;
    margin-bottom: 40px;
  }

  .heading-2043 {
    margin-top: 0;
  }

  .bold-text-117 {
    font-size: 32px;
  }

  .container-4240 {
    display: none;
  }

  .image-582 {
    margin-left: 77px;
  }

  .image-583 {
    margin-left: 99px;
  }

  .bold-text-119 {
    width: 75%;
    font-size: 48px;
  }

  .section-paragraph-2.engage-paragraph.mb-50 {
    padding-right: 10px;
  }

  .engage-left-image-2 {
    right: -20px;
  }

  .enage-thumbnail-wrap-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .engage-right-image-2 {
    left: -20px;
  }

  .engage-content-wrap-2 {
    padding-top: 20px;
    padding-left: 0;
  }

  .container-4243 {
    padding-left: 20px;
  }

  .engage-image-2 {
    padding-left: 0;
  }

  .div-block-202 {
    margin-top: 20px;
  }

  .app-features-list {
    flex-direction: row;
    justify-content: center;
  }

  .heading-122 {
    text-align: left;
    font-size: 22px;
  }

  .section-title-6.left {
    margin-bottom: 20px;
  }

  .work-contant-2 {
    margin-left: 0;
  }

  .our-work-contant-2 {
    margin-left: 20px;
    display: block;
  }

  .our-work-img.slide-left-100 {
    margin-right: 0;
  }

  .enage-thumbnail-wrap-3 {
    padding-left: 40px;
    padding-right: 20px;
  }

  .engage-left-image-3 {
    right: -20px;
  }

  .engage-right-image-3 {
    left: -20px;
  }

  .integrations-item-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .delivery-time {
    font-size: 14px;
    line-height: 24px;
  }

  .integrations-single-item {
    padding: 20px;
  }

  .integrations-area {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-203 {
    padding-top: 0;
  }

  .grid-8-col-2 {
    grid-template-columns: 1fr 1fr;
  }

  .grey-paragraph {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .tab-link-4 {
    padding: 10px;
    position: relative;
  }

  .heading-2046 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 24px;
  }

  .border-radius-24px {
    margin-top: 20px;
  }

  .tabs-content-2.card {
    padding: 10px 24px 0;
  }

  .square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .tab-left-icon {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .cta-block {
    width: 90%;
  }

  .content-wrap {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 100%;
  }

  .underlay {
    display: block;
  }

  .circle {
    display: none;
  }

  .heading-2048 {
    padding-top: 0;
    line-height: 1;
  }

  .bold-text-122 {
    font-size: 20px;
    line-height: 1.2;
  }

  .text-field-5 {
    width: 100%;
    min-height: 50px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-field-5::placeholder {
    font-size: 16px;
    line-height: 26px;
  }

  .container-4250 {
    margin-bottom: -123px;
  }

  .bold-text-123 {
    text-align: left;
    font-size: 18px;
  }

  .bold-text-124 {
    font-size: 24px;
    line-height: .98;
  }

  .bold-text-125 {
    font-size: 24px;
  }

  .text-block-86 {
    -webkit-text-stroke-width: .5px;
    font-family: Futura bt, sans-serif;
    font-size: 18px;
  }

  .bold-text-126 {
    font-size: 28px;
  }

  .bold-text-127, .bold-text-128 {
    font-size: 32px;
  }

  .div-block-208 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn.btn-flex.btn-marshmallow.btn-marshmallow_green {
    width: 77%;
  }

  .btn-marshmallow-txt {
    letter-spacing: 0;
    width: 100px;
    position: relative;
  }

  .dropdown-mega-meditation {
    display: none;
  }

  .dropdown-h1 {
    font-size: 25px;
  }

  .article-pic-meditation {
    width: 100%;
  }

  .dropdown-mega-articles {
    display: none;
  }

  .article-pic {
    width: 100%;
  }

  .dropdown-section-div-1 {
    white-space: normal;
    width: 100%;
  }

  .image-592 {
    width: 6%;
  }

  .text-gradiant {
    -webkit-text-stroke-width: 0px;
    padding-left: 0;
    padding-right: 10px;
    font-size: 30px;
  }

  .how_title-wrapper-3 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 8px;
    line-height: .85;
    display: flex;
  }

  .image-594 {
    width: 7%;
  }

  .text-decorated-5 {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .image-595 {
    display: none;
  }

  .image-596 {
    border-radius: 3px;
  }

  .text {
    font-size: 14px;
    line-height: 24px;
  }

  .image-598 {
    margin-bottom: -2px;
  }

  .hero-sec {
    padding-top: 30px;
  }

  .div-block-3 {
    display: block;
  }

  .hero-image-wrapper {
    margin-top: 0;
  }

  .large-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-h1-2 {
    font-size: 35px;
    line-height: 45px;
  }

  .heading-h1-2.text-gradiant {
    margin-bottom: 0;
    font-size: 50px;
  }

  .bold-text-131 {
    font-size: 40px;
    line-height: 40px;
  }

  .bold-text-133 {
    font-size: 26px;
  }

  .column-143 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-144 {
    padding-bottom: 20px;
  }

  .section-292 {
    padding-top: 20px;
    padding-left: 20px;
  }

  .div-block-211 {
    padding-top: 20px;
  }

  .section-293 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .enage-thumbnail-wrap-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .engage-image-4 {
    border-radius: 13px;
    max-width: 100%;
  }

  .engage-left-image-4 {
    border-radius: 5px;
    max-width: 20%;
    display: none;
    top: -23px;
    left: 0;
    right: -20px;
  }

  .engage-right-image-4 {
    display: none;
    left: -20px;
  }

  .image-601 {
    border-radius: 9px;
    inset: 185px 0% 0% auto;
  }

  .column-147 {
    padding-top: 20px;
  }

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

  .div-block-212 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-213, .div-block-214 {
    display: none;
  }

  .padding-section-medium-2 {
    padding-bottom: 0;
  }

  .bold-text-137 {
    font-size: 32px;
  }

  .paragraph-123 {
    font-size: 14px;
  }

  .bold-text-138, .bold-text-139 {
    font-size: 32px;
  }

  .bold-text-150, .heading-2057 {
    text-align: left;
    font-family: Futura bt, sans-serif;
  }

  .heading-2058, .heading-2059 {
    text-align: left;
  }

  .bold-text-151 {
    font-family: Futura bt, sans-serif;
    font-size: 20px;
  }

  .container-4266 {
    background-position: 0 0, 50%;
    background-size: auto, auto;
    padding-left: 0;
    display: block;
  }

  .container-4267 {
    max-width: none;
    margin-left: 0;
  }

  .hero-split-4 {
    margin-bottom: 10px;
  }

  .heading-2062 {
    text-align: center;
    width: 300.8px;
    font-size: 30px;
  }

  .navigation-3 {
    display: none;
  }

  .container-4269 {
    background-position: 0 0, 50%;
    background-size: auto, auto;
    padding-left: 0;
    display: block;
  }

  .bold-text-154 {
    font-size: 25px;
    line-height: 18px;
  }

  .image-607 {
    margin-right: -32px;
  }

  .container-4271 {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-2064 {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 30px;
  }

  .hero-split-5 {
    width: 100%;
    max-width: none;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .hero-wrapper-9 {
    justify-content: center;
    align-items: flex-end;
    max-width: none;
    display: flex;
  }

  .btn-4 {
    padding: 10px 15px;
    font-size: 12px;
  }

  .columns-80 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-280 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-58 {
    object-fit: fill;
    width: 75%;
    margin-top: 20px;
    font-size: 14px;
  }

  .bold-text-18-copy {
    font-size: 25px;
    line-height: 18px;
  }
}

#w-node-_91375d54-1775-934c-e020-707da47d4b54-72ddda3f, #w-node-_91375d54-1775-934c-e020-707da47d4b5b-72ddda3f {
  place-self: center;
}

#w-node-_91375d54-1775-934c-e020-707da47d4b60-72ddda3f {
  justify-self: center;
}

#w-node-b959f187-1ef6-0929-4133-ca71bb00c7ce-72ddda3f {
  justify-self: start;
}

#w-node-_12458fe7-e7de-edd2-a9cf-5b6e6931e2ba-72ddda3f {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-bcd7bd0f-65c6-91e3-c244-c81d0046ad03-72ddda3f, #w-node-_12eb5a7f-3a7d-b1ce-ca8c-fa42d0fcbc7a-2e2cb866, #w-node-_63b64831-3b59-59c9-1f7d-96d7aae77f3e-2e2cb866 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6a51ed3-bf65-27c7-65f5-ef6960b72070-6e4f2d46 {
  align-self: stretch;
}

#w-node-a6a51ed3-bf65-27c7-65f5-ef6960b72073-6e4f2d46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a12e-1761a12c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a130-1761a12c {
  grid-area: 2 / 2 / 4 / 4;
  place-self: center;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a132-1761a12c {
  grid-area: 3 / 1 / 5 / 3;
  place-self: center;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a134-1761a12c {
  grid-area: 1 / 2 / 3 / 3;
  place-self: center;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a136-1761a12c {
  grid-area: 1 / 4 / 2 / 6;
  place-self: center;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a138-1761a12c {
  grid-area: 1 / 6 / 2 / 7;
  justify-self: end;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a13a-1761a12c {
  grid-area: 2 / 6 / 4 / 7;
  place-self: center end;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a13c-1761a12c {
  grid-area: 3 / 3 / 5 / 5;
  place-self: center;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a13e-1761a12c {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a140-1761a12c {
  grid-area: 2 / 3 / 5 / 6;
  justify-self: center;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a142-1761a12c {
  grid-area: 1 / 5 / 3 / 7;
  place-self: center;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a144-1761a12c {
  grid-area: 2 / 7 / 4 / 8;
  place-self: start center;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a146-1761a12c {
  grid-area: 3 / 5 / 4 / 6;
  justify-self: center;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a149-1761a12c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a14b-1761a12c {
  grid-area: 2 / 2 / 4 / 4;
  place-self: center;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a14d-1761a12c {
  grid-area: 3 / 1 / 5 / 3;
  place-self: center;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a14f-1761a12c {
  grid-area: 1 / 2 / 3 / 3;
  place-self: center;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a151-1761a12c {
  grid-area: 1 / 4 / 2 / 6;
  place-self: center;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a153-1761a12c {
  grid-area: 1 / 6 / 2 / 7;
  justify-self: end;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a155-1761a12c {
  grid-area: 2 / 6 / 4 / 7;
  place-self: center end;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a157-1761a12c {
  grid-area: 3 / 3 / 5 / 5;
  place-self: center;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a159-1761a12c {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a15b-1761a12c {
  grid-area: 2 / 4 / 3 / 5;
  justify-self: center;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a15d-1761a12c {
  grid-area: 1 / 5 / 3 / 7;
  place-self: center;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a15f-1761a12c {
  grid-area: 2 / 7 / 4 / 8;
  place-self: start center;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a161-1761a12c {
  grid-area: 3 / 5 / 4 / 6;
  justify-self: center;
}

#w-node-_0be24283-3cf1-58a4-b962-36a0a78fb082-dceafc6b, #w-node-_0be24283-3cf1-58a4-b962-36a0a78fb08b-dceafc6b, #w-node-_0be24283-3cf1-58a4-b962-36a0a78fb0a7-dceafc6b, #w-node-_0be24283-3cf1-58a4-b962-36a0a78fb0b6-dceafc6b, #w-node-_0be24283-3cf1-58a4-b962-36a0a78fb0bf-dceafc6b, #w-node-_0be24283-3cf1-58a4-b962-36a0a78fb0db-dceafc6b, #w-node-_1af138e2-910e-5e14-3746-0676e37f808d-1099710e, #w-node-_77179c6c-f802-eeaa-f3f6-f92b740c6835-1099710e, #w-node-_0a17ad9c-77c6-5382-f17e-98af584c0535-1099710e, #w-node-_46dd7a65-2c0b-7fe0-a267-6a2368c1fd69-1099710e, #w-node-_0fbd189c-06d9-2195-c92d-d081566e4520-1099710e, #w-node-_75f357a0-c871-7ea2-e28c-7f2e104af369-1099710e, #w-node-bd66266f-0637-a358-c511-9aef36819301-43fec51c, #w-node-ae5883e5-2576-5e04-4654-bd550b318e71-43fec51c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_079d3152-2f6f-72a3-da5e-5f3616aac7c2-43fec51c, #w-node-_628fe8a4-ac9d-e060-ffd9-e861d8c36734-43fec51c, #w-node-_298e4e29-0869-7a27-1f4e-743c02e046b4-43fec51c, #w-node-_30638ace-78dc-7abb-14fe-c00286b90858-43fec51c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d19250c2-c720-eff2-a089-ed94d237ad54-43fec51c, #w-node-d19250c2-c720-eff2-a089-ed94d237ad56-43fec51c, #w-node-e3ef397f-9334-5dd5-2ebe-52004eaff6fa-43fec51c, #w-node-e3ef397f-9334-5dd5-2ebe-52004eaff6fc-43fec51c, #w-node-_2aa92654-0edd-d02b-f249-3246c5102d54-43fec51c, #w-node-_2aa92654-0edd-d02b-f249-3246c5102d52-43fec51c, #w-node-d20517bf-bd23-7a99-f515-b512592bec3c-43fec51c, #w-node-d20517bf-bd23-7a99-f515-b512592bec3e-43fec51c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_12458fe7-e7de-edd2-a9cf-5b6e6931e2ba-72ddda3f {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_2016c146-8727-4ee6-4dbc-07e82ac7d99d-c1d86df0, #w-node-_99c65ae6-8a1b-30f6-7073-5e90fd721c62-c1d86df0 {
    justify-self: center;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a130-1761a12c {
    grid-area: 2 / 2 / 4 / 4;
    place-self: center;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a136-1761a12c {
    grid-area: 1 / 4 / 2 / 5;
    place-self: center;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a138-1761a12c {
    grid-area: 1 / 5 / 2 / 6;
    justify-self: end;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a13a-1761a12c {
    grid-area: 4 / 4 / 5 / 5;
    place-self: center end;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a140-1761a12c {
    grid-area: 2 / 3 / 3 / 5;
    justify-self: center;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a142-1761a12c {
    grid-area: 2 / 5 / 3 / 6;
    place-self: center;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a144-1761a12c {
    grid-area: 4 / 2 / 5 / 4;
    place-self: start center;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a146-1761a12c {
    grid-area: 3 / 4 / 4 / 6;
    justify-self: center;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a14b-1761a12c {
    grid-area: 2 / 2 / 4 / 4;
    place-self: center;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a151-1761a12c {
    grid-area: 1 / 4 / 2 / 5;
    place-self: center;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a153-1761a12c {
    grid-area: 1 / 5 / 2 / 6;
    justify-self: end;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a155-1761a12c {
    grid-area: 4 / 4 / 5 / 5;
    place-self: center end;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a15b-1761a12c {
    grid-area: 2 / 3 / 3 / 5;
    justify-self: center;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a15d-1761a12c {
    grid-area: 2 / 5 / 3 / 6;
    place-self: center;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a15f-1761a12c {
    grid-area: 4 / 2 / 5 / 4;
    place-self: start center;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a161-1761a12c {
    grid-area: 3 / 4 / 4 / 6;
    justify-self: center;
  }

  #w-node-cb8683f0-ef29-a600-c3db-24085443afa9-d55e6320 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a2e6e02e-37dc-ee56-156e-346744cb09c3-d55e6320 {
    place-self: auto;
  }

  #w-node-b7bb453d-bd0f-6603-9b31-aba50c1ff580-22838fe3, #w-node-_85588fa3-ae68-3d7b-b4dd-ca2e83325329-22838fe3, #w-node-_07dfb318-fb61-5071-9f25-7106feccf5f4-22838fe3, #w-node-_0f2a2059-2796-5026-5da3-e4e95471f47f-22838fe3 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b959f187-1ef6-0929-4133-ca71bb00c7f2-72ddda3f {
    place-self: center;
  }

  #w-node-_12458fe7-e7de-edd2-a9cf-5b6e6931e2ba-72ddda3f {
    grid-column: span 4 / span 4;
  }

  #w-node-_7b7ac897-31f7-4d49-0739-05052e2cb86a-2e2cb866 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2016c146-8727-4ee6-4dbc-07e82ac7d99d-c1d86df0, #w-node-_99c65ae6-8a1b-30f6-7073-5e90fd721c62-c1d86df0 {
    justify-self: center;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a12e-1761a12c {
    grid-area: 1 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a130-1761a12c {
    place-self: center;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a132-1761a12c {
    grid-area: 3 / 1 / 4 / 2;
    place-self: center;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a13a-1761a12c {
    grid-area: 4 / 4 / 5 / 5;
    place-self: center end;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a13c-1761a12c {
    grid-area: 3 / 3 / 4 / 5;
    place-self: center;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a144-1761a12c {
    grid-area: 3 / 2 / 5 / 3;
    place-self: center;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a149-1761a12c {
    grid-area: 1 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a14b-1761a12c {
    place-self: center;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a14d-1761a12c {
    grid-area: 3 / 1 / 4 / 2;
    place-self: center;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a155-1761a12c {
    grid-area: 4 / 4 / 5 / 5;
    place-self: center end;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a157-1761a12c {
    grid-area: 3 / 3 / 4 / 5;
    place-self: center;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a15f-1761a12c {
    grid-area: 3 / 2 / 5 / 3;
    place-self: center;
  }

  #w-node-b7bb453d-bd0f-6603-9b31-aba50c1ff580-22838fe3, #w-node-_85588fa3-ae68-3d7b-b4dd-ca2e83325329-22838fe3, #w-node-_07dfb318-fb61-5071-9f25-7106feccf5f4-22838fe3, #w-node-_0f2a2059-2796-5026-5da3-e4e95471f47f-22838fe3 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_12458fe7-e7de-edd2-a9cf-5b6e6931e2ba-72ddda3f {
    grid-column: span 3 / span 3;
  }
}


@font-face {
  font-family: 'Futura std';
  src: url('../fonts/Futura-Std-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura tot condensed';
  src: url('../fonts/Futura-TOT-Medium-Condensed.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura std condensed';
  src: url('../fonts/Futura-Std-Medium-Condensed.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura urw';
  src: url('../fonts/Futura-URW-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura bt';
  src: url('../fonts/Futura-Medium-BT.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastdcondensed';
  src: url('../fonts/FuturaStdCondensed.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Std';
  src: url('../fonts/FuturaStdBoldOblique.otf') format('opentype'), url('../fonts/FuturaStdCondExtraBoldObl.otf') format('opentype'), url('../fonts/FuturaStdExtraBoldOblique.otf') format('opentype'), url('../fonts/FuturaStdCondensedBold.otf') format('opentype'), url('../fonts/FuturaStdBold.otf') format('opentype'), url('../fonts/FuturaStdExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Std';
  src: url('../fonts/FuturaStdCondensedLightObl.otf') format('opentype'), url('../fonts/FuturaStdLightOblique.otf') format('opentype'), url('../fonts/FuturaStdLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Std';
  src: url('../fonts/FuturaStdCondensedOblique.otf') format('opentype'), url('../fonts/FuturaStdBookOblique.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastdcondensedextrabd';
  src: url('../fonts/FuturaStdCondensedExtraBd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Std';
  src: url('../fonts/FuturaStdMedium.otf') format('opentype'), url('../fonts/FuturaStdMediumOblique.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Std';
  src: url('../fonts/FuturaStdHeavy.otf') format('opentype'), url('../fonts/FuturaStdHeavyOblique.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Condensed';
  src: url('../fonts/FuturaStdCondensedLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Condensed';
  src: url('../fonts/FuturaStdCondensedBoldObl.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastdbook';
  src: url('../fonts/FuturaStdBook.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}</pre></body></html>