:root {
  --light-grey: #9f9f9f;
  --dark-grey: #171717;
  --orange-600: #ea580c;
  --purple-haze: #827ded;
  --orange-logo: #f8921e;
  --grandient-1: #dec880;
  --gradient-2-pink: #ff347d;
  --orange-500: #f97316;
  --rouge-logo: #f00a0b;
  --line-color: #2f2f2f;
  --orange-50: #fff7ed;
  --orange-100: #ffedd5;
  --orange-200: #fed7aa;
  --orange-300: #fdba74;
  --orange-400: #fb923c;
  --orange-700: #c2410c;
  --orange-800: #9a3412;
  --orange-900: #7c2d12;
}

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

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

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

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

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

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

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

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

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

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

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

p {
  color: var(--light-grey);
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.4;
}

a {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: color .35s;
}

a:hover {
  color: #969696;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

li {
  color: var(--light-grey);
  font-weight: 400;
}

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.grey-section {
  background-color: #17171a;
}

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

.section.grey {
  background-color: var(--dark-grey);
}

.section.project-details-section {
  background-color: #171717;
  width: 100%;
  height: 100%;
  position: relative;
  top: -75px;
  overflow: hidden;
}

.section.hero-home-section {
  position: relative;
  top: 0;
}

.section.hero-payment-section {
  position: relative;
  top: -70px;
}

.section.flambo-pricing-range-section {
  margin-top: -40px;
}

.section.flambo-hidden {
  display: none;
}

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

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

.container.style {
  padding-top: 1em;
  padding-bottom: 1em;
}

.container._4em {
  max-width: 1000px;
  padding: 4em 2em;
}

.container._6em-bottom {
  padding-top: 3em;
  padding-bottom: 6em;
}

.container.hero-home-container {
  padding-top: 0;
  padding-bottom: 0;
}

.container.hero-form-container {
  width: 55%;
  padding: .5em;
}

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

.navbar {
  z-index: 20;
  background-color: #0000;
  height: 75px;
  position: sticky;
  inset: 0% 0% auto;
}

.nav-menu {
  flex: 1;
  justify-content: space-between;
  font-weight: 600;
  display: flex;
}

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

.white-text {
  color: #fff;
}

.gradient-text {
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #f8921e, #f8921e 0%, #f00a0b 100%, #f00a0b);
  -webkit-background-clip: text;
  background-clip: text;
}

.gradient-text.open-sans-font {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.gradient-text.normal-size {
  font-size: 45px;
}

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

.top-margin-l.paddings {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.button {
  color: #000;
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: color .475s, background-color .5s;
  display: flex;
}

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

.button.arrow {
  background-color: #fff;
  background-image: url('../images/Arrow-Icon.svg');
  background-position: 88% 54%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding-left: 20px;
  padding-right: 47px;
  font-weight: 600;
  transition: background-color .35s, background-position .35s;
  display: flex;
}

.button.arrow:hover {
  background-color: var(--purple-haze);
  opacity: 1;
  color: #fff;
  background-image: url('../images/RIght-Arrow.svg');
  background-position: 91% 54%;
}

.button.nav-button:hover {
  background-color: var(--orange-600);
}

.button.nav-button.flambo-button-open-app {
  background-color: var(--orange-600);
  color: #fff;
}

.button.nav-button.flambo-button-open-app:hover {
  color: #000;
  background-color: #fff;
}

.button.nav-button.flambo-button-open-app.flambo-cta-button-home {
  padding-left: 38px;
  padding-right: 38px;
  font-size: 20px;
}

.button.home-hero-button {
  background-color: #fff;
  background-image: url('../images/Arrow-Icon.svg');
  background-position: 88% 54%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding-left: 20px;
  padding-right: 47px;
  font-weight: 600;
  transition: background-color .35s, background-position .35s;
  display: flex;
}

.button.home-hero-button:hover {
  background-color: var(--orange-600);
  opacity: 1;
  color: #fff;
  background-image: url('../images/RIght-Arrow.svg');
  background-position: 91% 54%;
}

.button.home-hero-button.home-hero-form-success-button {
  width: 200px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.button.home-hero-button.home-hero-form-success-button.flambo-button-try-app {
  background-color: var(--orange-600);
  color: #fff;
  background-image: url('../images/RIght-Arrow_1.svg');
}

.button.home-hero-button.home-hero-form-success-button.flambo-button-try-app.flambo-cta-button-home {
  background-image: url('../images/RIght-Arrow_1.svg');
  background-repeat: no-repeat;
  background-size: auto;
  width: 170px;
  margin-top: 0;
  font-size: 18px;
}

.grid-6-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-6-col.management-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.grid-6-col.flambo-grid-home-features {
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.icon-holder {
  opacity: 1;
  background-color: #7d213c;
  background-image: linear-gradient(340deg, #424242, #5e5e5e);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 12px;
  display: flex;
}

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

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

.invert {
  filter: invert();
}

.borders {
  color: #fff;
  border: 2px solid #525252;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.borders.button-holder {
  justify-content: space-between;
  height: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.borders.center {
  height: 100px;
}

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

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

.grid-2-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.grid-2-col.feature-page {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  margin-top: 10em;
}

.grid-2-col.flambo-claim, .grid-2-col.flambo-contact-us-grid {
  grid-template-columns: 1fr;
}

.heading-text-holder {
  color: #fff;
}

.heading-text-container {
  background-color: #212121;
  border: 2px solid #ff347d69;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 12px 20px;
}

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

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

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

.link-block {
  color: #fff;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
  overflow: hidden;
}

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

.link-block.animation-01 {
  overflow: hidden;
}

.link-block.animation-01.w--current {
  color: #adadad;
}

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

.link-block-underline {
  background-color: #8d8d8d;
  width: 100%;
  height: 1px;
  margin-top: 0;
  position: relative;
  top: 2px;
}

.link-block-underline._01 {
  height: 1px;
}

.link-block-underline._01._2px {
  height: 2px;
}

.link-block-underline._02 {
  height: 1px;
}

.link-underline-holder {
  height: 2px;
  position: relative;
}

.left-underline, .right-underline {
  background-color: #aaa;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-white {
  color: #fff;
}

.footer {
  align-items: flex-start;
  margin-top: 30px;
  padding-left: 0;
  padding-right: 0;
}

.footer-flex-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  width: 290px;
}

.footer-logo-link.w--current, .footer-image {
  width: 200px;
}

.fade-in-move-on-scroll {
  max-width: 100%;
}

.fade-in-move-on-scroll.hero-home-title-center {
  max-width: 90%;
}

.animate-on-load-1st {
  margin-top: 30px;
}

.animate-on-load-1st.flambo-pricing-h1 {
  margin-top: 10px;
}

.animate-on-load-3rd.feature-page {
  align-self: flex-start;
}

.grey-block-holder {
  background-color: #0e0e0e;
  border-radius: 20px;
  margin-top: 1em;
  padding: 20px;
}

.grey-pragraph {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #b4b4b4;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.error-message {
  z-index: 1;
  background-color: var(--dark-grey);
  color: #f66c;
  border: 1px solid #f66c;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  margin-top: 10px;
  padding: 10px;
}

._100width {
  width: 100%;
}

.instructions-image {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.change-log-container {
  background-color: var(--dark-grey);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  font-size: 18px;
  display: flex;
}

.menu-button {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

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

.brand-link {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 190px;
  min-width: 190px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.nav-buttons-container {
  grid-column-gap: 40px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

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

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

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

.gradient-link.arrow {
  z-index: 3;
  background-image: none;
  width: 175px;
  font-size: 16px;
  transition: background-color .3s;
  position: relative;
}

.veritcal-direction-spacing {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.copy-right-section {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-link-holder {
  grid-column-gap: 18px;
  align-items: center;
  display: flex;
}

.quick-access {
  border-radius: 24px;
  overflow: hidden;
}

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

.quick-access-card-holder {
  z-index: 3;
  background-color: #171717;
  padding: 90px 50px 30px;
  font-family: Open Sans, sans-serif;
  position: relative;
}

.quick-access-card-holder.less-padding {
  padding-top: 54px;
}

.quick-access-card {
  z-index: 2;
  position: relative;
}

.quick-access-card.spacing {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.quick-access-card.spacing.flambo-cta-quick-access-card {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.grey-border {
  z-index: 0;
  border: 1px solid #2f2f2f;
  position: absolute;
  inset: -1px;
}

.arrow-holder-container {
  width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
  position: absolute;
  inset: 72px 30px auto auto;
}

.email-input {
  z-index: 1;
  color: #fff;
  background-color: #fff0;
  border: 1px solid #616161;
  border-radius: 6px;
  width: 88%;
  height: 51px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  position: relative;
}

.email-input:focus {
  border-color: var(--orange-logo);
}

.email-input.hero-email-input {
  width: 83%;
}

.form-container {
  position: relative;
}

.form-gradient {
  z-index: 1;
  background-image: linear-gradient(270deg, #171717 55%, #17171700);
  width: 35%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.form-gradient.hero-form-gradient {
  background-image: linear-gradient(270deg, #000 55%, #17171700);
  width: 35%;
}

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

.hero-text {
  margin-top: 0;
  font-family: Outfit, sans-serif;
  font-size: 70px;
  font-weight: 500;
}

.hero-text.left-position {
  text-align: left;
}

.hero-paragraph {
  text-align: center;
  padding-top: 10px;
}

.hero-paragraph.flambo-pricing-paragraph {
  padding-top: 0;
}

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

.app-holder {
  perspective: 1000px;
  margin-top: 5em;
  padding-bottom: 8em;
  transform: perspective(1000px);
}

.app-container {
  justify-content: center;
  display: flex;
  position: relative;
}

.app-main-photo {
  border-radius: 24px;
  width: 80%;
  overflow: hidden;
}

.app-photo {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.app-info-01 {
  border-radius: 10px;
  width: 250px;
  position: absolute;
  inset: -10% auto auto 0%;
  overflow: hidden;
  box-shadow: 0 0 53px #000000a6;
}

.app-info-01.flambo-hidden {
  display: none;
}

.app-info-02 {
  border-radius: 10px;
  width: 506px;
  position: absolute;
  inset: auto 0% -15% auto;
  overflow: hidden;
  box-shadow: 0 0 53px #000000a6;
}

.app-info-02.flambo-hidden {
  display: none;
}

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

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

.small-logo {
  width: 100%;
  height: 100%;
}

.logo-grid-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.features-container {
  grid-row-gap: 120px;
  flex-direction: column;
  margin-top: 110px;
  display: flex;
}

.list-container {
  margin-top: 51px;
}

.list-container.flambo-hidden {
  display: none;
}

.list-holder {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.image-container {
  width: 100%;
  padding: 1em;
}

.feature-image {
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
}

.feature-image.flambo-image-campaign {
  width: 55%;
}

.feature-image.flambo-featured-image.flambo-first-featured-image {
  width: 70%;
}

.feature-image.flambo-featured-image.flambo-thirst-featured-image {
  width: 80%;
}

.sticky-slider-section {
  margin-top: 130px;
}

.sticky-text-holder {
  margin-top: -29px;
  position: sticky;
  top: 29%;
}

.slider-image-holder {
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.slider-sticky-holder {
  justify-content: center;
  width: 100%;
  display: flex;
  position: sticky;
  bottom: 0%;
}

.slider-sticky-holder._01 {
  z-index: 2;
  border: 1px solid #000;
  border-radius: 5px;
  margin-top: -31px;
}

.slider-sticky-holder._02 {
  z-index: 1;
  border: 1px solid #000;
  border-radius: 5px;
  display: flex;
  bottom: 5%;
}

.slider-sticky-holder._03 {
  z-index: 0;
  border: 1px solid #000;
  border-radius: 5px;
  bottom: 0%;
}

.sticky-slider-container {
  justify-content: space-between;
  display: flex;
}

.sticky-text-container {
  width: 480px;
  min-width: 480px;
}

.title-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.feature-grid-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  margin-top: 70px;
  display: flex;
}

.feature-cards-container {
  background-color: #171717;
  border-radius: 20px;
  overflow: hidden;
}

.feature-cards-container._02 {
  width: 372px;
  min-width: 372px;
  min-height: 100%;
}

.feature-card-paddings {
  height: 100%;
}

.feature-card-big-app-holder {
  grid-column-gap: 2px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: relative;
}

.feature-card-big-app-holder._02 {
  height: 100%;
  padding-left: 45px;
  padding-right: 45px;
}

.full-app-image {
  width: 100%;
}

.full-app-image-container {
  width: 110%;
  height: 120%;
  position: relative;
}

.full-app-image-container._02 {
  width: 140%;
  margin-top: 0;
  top: 16px;
  left: 77px;
}

.app-gardient-top {
  z-index: 1;
  background-image: linear-gradient(#171717 59%, #17171700);
  width: 100%;
  height: 160px;
  position: absolute;
  inset: 0% 0% auto;
}

.feature-cards {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.phone-container {
  z-index: 0;
  height: 370px;
  position: relative;
  top: -35px;
}

.phone-container._02 {
  width: 140%;
  min-width: 140%;
  top: 21px;
  left: 49px;
}

.phone-container.home-page {
  top: 14px;
}

.phone-image-container {
  z-index: 1;
  width: 100%;
  position: relative;
}

.iphone-screen-image {
  border-radius: 30px;
  width: 100%;
}

.app-gardient-bot {
  z-index: 1;
  background-image: linear-gradient(to top, #171717, #17171700);
  width: 100%;
  height: 160px;
  position: absolute;
  inset: auto 0% 0%;
}

.iphone-image {
  width: 100%;
}

.tabs {
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.tabs.feature-page {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  align-items: flex-start;
}

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

.payment-tab-holder {
  background-color: #171717;
  border-radius: 25px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 2em 3em;
  display: flex;
}

.payment-padding {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.payment-number-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 12px;
  display: flex;
}

.payment-number-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

.payment-button-holder {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.tabs-menu {
  color: #fff;
  margin-bottom: 40px;
  display: flex;
}

.tabs-menu.feature-page {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  flex-direction: column;
  margin-bottom: 0;
}

.tab-text {
  color: #fff;
  background-color: #000;
  border-radius: 6px;
  padding: 12px 40px;
  font-size: 16px;
  transition: color .325s;
}

.tab-text:hover {
  color: #b6b6b6;
}

.tab-link {
  background-color: #0000;
  background-image: linear-gradient(270deg, #2f2f2f 76%, #2f2f2f00);
  border-radius: 6px;
  padding: 1px;
  transition: background-color .2s, color .35s;
  display: flex;
}

.tab-link.w--current {
  background-image: linear-gradient(to right, #dec880, #fff 19%, #ff347d 51%, #827ded);
  padding: 1px;
}

.tab-link.tab-link-active {
  background-image: linear-gradient(to right, var(--grandient-1), #fff 28%, var(--gradient-2-pink) 74%, var(--purple-haze));
}

.connect-section-container {
  grid-row-gap: 60px;
  flex-direction: column;
  margin-top: 60px;
  display: flex;
}

.connect-grid-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.gray-circle {
  background-color: #17171a;
  border-radius: 50px;
  width: 30px;
  height: 30px;
}

.company-avatar-container {
  justify-content: center;
  align-items: center;
  position: relative;
}

.company-avatar-container.up {
  top: -18px;
  right: -14px;
}

.company-avatar-container.bot {
  bottom: -11px;
  left: -11px;
}

.company-avatar-container.random {
  top: 2px;
  left: -12px;
}

.company-avatar-container.logo-edhec {
  width: 45%;
}

.company-avatar-container.logo-cdl {
  width: 90%;
}

.company-avatar-circle {
  z-index: 1;
  width: 75px;
  min-width: 75px;
  height: 75px;
  min-height: 75px;
  position: relative;
}

.company-avatar {
  width: 100%;
  height: 100%;
}

.company-avatar.logo-edhec {
  margin-left: auto;
  margin-right: auto;
}

.company-avatar.binance-logo {
  display: none;
}

.grey-circle-holder {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.iphone-screen-image-container {
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 14px;
}

.success-message-toast {
  background-color: #000;
  border-radius: 7px;
}

.success-message-text {
  font-size: 16px;
}

.text-span {
  color: var(--orange-500);
}

.copyright-text {
  margin-bottom: 0;
  margin-right: 5px;
  font-size: 16px;
}

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

.number-holder {
  justify-content: flex-start;
  align-items: center;
  width: 280px;
  height: 100%;
  display: flex;
}

.text-block {
  color: #9f9f9f;
  text-align: left;
  margin-top: 10px;
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  display: flex;
}

.gradient-line {
  width: 100%;
  height: 38px;
  margin-top: 10px;
  margin-left: 20px;
}

.feature-page-hero-image {
  z-index: -1;
  object-fit: cover;
  object-position: 0% 0%;
  width: 60vw;
  max-width: none;
  height: auto;
  position: absolute;
  inset: auto auto 0% -20vw;
}

.grid-3-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.black-box-holder {
  background-color: var(--dark-grey);
  border-radius: 20px;
}

.black-box-holder.about-box {
  align-items: center;
  padding: 40px;
  display: flex;
}

.black-box-holder.feature {
  z-index: 5;
  opacity: 1;
  border-radius: 24px;
  margin: 2px;
  padding: 40px;
  position: relative;
}

.element-holder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.element-holder.contact {
  padding: 3em 2em;
}

.gradient-text-holder {
  justify-content: flex-end;
  align-items: center;
  font-size: 70px;
}

.layout-holder {
  background-color: var(--dark-grey);
  border-radius: 25px;
  width: 100%;
  height: 100%;
  padding-top: 0;
}

.layout-holder.feature-page {
  border-radius: 20px;
  padding-top: 40px;
  padding-left: 40px;
}

.iphone-holder {
  z-index: 2;
  border-radius: 21px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.gradient-holder {
  background-image: linear-gradient(50deg, #dec880, #fff 23%, #ff347d 60%, #827ded);
  width: 100%;
  height: 50%;
}

.bottom-box {
  background-color: var(--dark-grey);
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  width: 100%;
  height: 50%;
}

.iphone-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.iphone-container-holder {
  width: 70%;
}

.iphone-container-holder.feature {
  width: 85%;
}

.iphone-12-pro-image {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
}

.iphone-wrapper-container {
  width: 100%;
  height: 100%;
  position: relative;
}

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

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

.top-margin-xl {
  flex-direction: column;
  margin-top: 5em;
  position: relative;
}

.feature-tab-link {
  color: #fff;
  background-color: #252525;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 370px;
  padding: 1px;
  font-family: Outfit, sans-serif;
  transition: border-color .35s, background-color .35s;
  display: flex;
}

.feature-tab-link:hover {
  background-image: linear-gradient(to right, #dec880, #fff 26%, #ff347d 58%, #827ded);
}

.feature-tab-link.w--current {
  grid-column-gap: 30px;
  background-color: var(--dark-grey);
  color: #fff;
  background-image: none;
  border-bottom: 1px solid #252525;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 370px;
  padding: 1px;
  font-weight: 600;
  transition-property: background-color;
  display: flex;
}

.feature-tab-link.w--current:hover {
  background-image: linear-gradient(to right, #dec880, #fff 28%, #ff347d 58%, #827ded);
}

.tab-open-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.feature-tabs-content {
  flex: 1;
  height: 100%;
}

.active-tab-container {
  background-image: linear-gradient(75deg, #dec880, #fff 28%, #ff347d 60%, #827ded);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  height: 509px;
  margin-left: 30px;
  padding-top: 45px;
  display: flex;
}

.active-tab-container._01 {
  background-image: linear-gradient(31deg, #dec880, #fff 21%, #ff347d 60%, #827ded);
  border-radius: 19px;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 30px;
  padding: 38px 10px 0 19px;
}

.feature-icon-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading-and-paragraph-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.feature-image-holder {
  border-radius: 19px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.feature-image-project {
  width: 40px;
  min-width: 40px;
  margin-top: 0;
}

.container-management-holder {
  align-items: flex-start;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
  position: relative;
}

.check-holder {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-text-wrapp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.managment-holder {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
}

.managment-holder.no-margins {
  margin-top: 0;
  margin-left: 0;
}

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

.managment-help-image {
  width: 100%;
}

.button-holder {
  justify-content: flex-start;
  align-items: center;
  margin-top: 4em;
  display: flex;
}

.line-container {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  position: relative;
}

.center-container {
  z-index: 1;
  object-fit: cover;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.lines-image {
  width: 67%;
  height: 961px;
  margin-top: 0;
  position: absolute;
  bottom: -5%;
  left: -27%;
}

.app-image {
  width: 100%;
  height: 100%;
}

.grid-3-col-holder {
  grid-column-gap: 30px;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.feature-grid-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 5em;
  display: flex;
}

.icon-text-holder {
  width: 100%;
}

.feature-content-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.project-container {
  z-index: 2;
  background-color: #171717;
  border-radius: 23px;
  justify-content: center;
  align-items: flex-end;
  width: 90%;
  height: 100%;
  padding-top: 0;
  padding-left: 65px;
  padding-right: 65px;
  display: flex;
  position: relative;
}

.iphone-image-managment {
  z-index: 1;
  height: 600px;
  position: relative;
  top: 81px;
}

.iphone-wrapp {
  z-index: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.screen-holder {
  position: absolute;
  inset: 3% 6% 0% 5%;
}

.iphone-screen {
  height: 85%;
  position: absolute;
  top: 88px;
}

.cta-holder {
  background-color: #171717;
  border: 1px solid #2f2f2f;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  margin-top: 5em;
  margin-bottom: 5em;
  padding: 60px 60px 60px 80px;
}

.heading-button-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.line-gradient {
  background-image: linear-gradient(352deg, #dec880, #fff 25%, #ff347d 65%, #827ded);
  justify-content: flex-end;
  width: 1px;
  height: 100%;
}

.cta-list-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.connection-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 2px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: grid;
}

.management-content-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.card-holder {
  z-index: 10;
  position: absolute;
  inset: 39% -10% auto auto;
}

.card-sales-image {
  z-index: 10;
}

.image-tab-change {
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.gradient-wrapp {
  background-color: #000;
  border-radius: 20px;
  flex-direction: column;
  padding: 20px 20px 20px 30px;
  display: flex;
}

.team-member-content-holder {
  width: 100%;
  height: 100%;
  min-height: 200px;
  max-height: 200px;
  position: relative;
}

.product-text-holder {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: flex;
}

.gradient-container {
  background-image: linear-gradient(60deg, #dec880, #fff 28%, #ff347d 55%, #827ded);
  border-radius: 20px;
  width: 100%;
  height: auto;
  padding-top: 100%;
  padding-left: 0;
  position: relative;
  overflow: hidden;
  transform: none;
}

.app-image-inside-gradient {
  width: auto;
  min-width: 100%;
  max-width: none;
  height: 100%;
  padding-left: 0;
  position: absolute;
  inset: auto auto -30px 0;
}

.about-product-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.team-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.team-member-name {
  color: #fff;
  text-align: center;
  align-items: flex-end;
  margin-bottom: 20px;
}

.name-heading-holder {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.image-customers {
  margin-top: 10px;
}

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

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

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

.blog-thumbanil-holder {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80%;
  transition: background-color .35s;
  display: flex;
  position: relative;
  overflow: visible;
}

.blog-thumbanil-image {
  z-index: 3;
  object-fit: cover;
  background-color: #000;
  border-radius: 33px;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  display: flex;
}

.blog-content.search {
  background-color: #17171700;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 0;
  padding: 0;
}

.blog-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.4;
}

.blog-description {
  color: #9f9f9f;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

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

.hero-normal-weight {
  font-size: 70px;
  font-weight: 400;
}

.search-input {
  z-index: 2;
  color: #fff;
  background-color: #0000;
  border: 1px solid #2f2f2f;
  border-radius: 6px;
  width: 100%;
  height: 53px;
  margin-bottom: 0;
  padding: 10px 139px 10px 20px;
  font-size: 16px;
  position: relative;
}

.search-input:focus {
  border-color: var(--orange-logo);
}

.search-input::placeholder {
  color: var(--light-grey);
  background-color: #0000;
  font-weight: 400;
}

.search {
  background-color: #171717;
  border-radius: 20px;
  margin-top: 5em;
  margin-bottom: 0;
  padding: 30px;
}

.search:focus-visible {
  background-color: #171717;
}

.search[data-wf-focus-visible] {
  background-color: #171717;
}

.search-button-holder {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.search-button-holder:focus-visible {
  background-color: #0000;
}

.search-button-holder[data-wf-focus-visible] {
  background-color: #0000;
}

.search-button {
  z-index: 1;
  background-color: #171717;
  background-image: url('../images/Search-Icon.svg');
  background-position: 87%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  width: auto;
  height: 96%;
  margin: 1px;
  padding: 10px 50px 10px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  position: relative;
}

.search-field-label {
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.search-gradient-holder {
  z-index: -1;
  background-image: linear-gradient(103deg, var(--orange-logo), var(--orange-logo) 0%, var(--rouge-logo) 100%, var(--rouge-logo));
  border-radius: 10px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.search-gradient-holder.blog-page {
  background-image: linear-gradient(to right, #f8921e, #f8921e 0%, #f00a0b 100%, #f00a0b);
}

.bg-holder {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  height: 30vh;
  display: flex;
  position: relative;
}

.bg-holder.payment-plan-page {
  z-index: -1;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  position: absolute;
  inset: -9% auto auto 0%;
}

.main-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
}

.main-image-holder {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-height: 580px;
  margin-top: -20vh;
  position: relative;
  overflow: hidden;
}

.rich-text-holder {
  width: 100%;
}

.blog-details-read-more-item-summary {
  font-size: 16px;
  font-weight: 400;
}

.blog-details-name {
  margin-bottom: 12px;
  font-family: Outfit, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.read-more-blogs-wrapper {
  margin-bottom: 40px;
}

.read-more-blogs-holder {
  width: 100%;
  height: 100%;
  position: relative;
}

.read-more-blogs {
  color: var(--orange-500);
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
}

.email-subscribe-holder {
  background-color: #171717;
  border-radius: 24px;
  width: 100%;
  padding: 37px 30px;
  position: sticky;
  top: 100px;
}

.subscribe-post-details-form {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1em;
  display: flex;
  position: relative;
}

.form-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.form-block-wrapp {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.email-form {
  color: #fff;
  background-color: #0000;
  border: .5px solid #9f9f9f;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  min-height: 49px;
  margin-bottom: 0;
  padding: 10px 60px 10px 12px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  position: relative;
}

.email-form:focus {
  border-color: #f8921e;
}

.contact-us-holder {
  background-color: #171717;
  border-radius: 24px;
  padding: 25px 40px 40px;
}

.contact-sales-heading {
  font-weight: 500;
}

.input-field {
  color: #fff;
  background-color: #171717;
  border: 1px solid #2f2f2f;
  border-radius: 6px;
  height: 48px;
  margin-top: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.input-field:focus {
  border-color: var(--orange-logo);
}

.input-field.input-multirows-field {
  height: auto;
  min-height: 120px;
}

.send-button-holder {
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.send-button-holder.gradient-padding {
  justify-content: flex-end;
  align-items: stretch;
  width: 25%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: .5px;
}

.holder-box {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.normal-weight {
  font-size: 30px;
  font-weight: 500;
}

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

.slider-image {
  object-fit: cover;
  border-radius: 35px;
  width: 100%;
  height: 50vh;
  padding-bottom: 0;
}

.slider {
  z-index: 10;
  border-radius: 35px;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.slider-holder {
  width: 100%;
  height: auto;
  position: relative;
}

.slide-nav {
  display: none;
}

.mask {
  border-radius: 35px;
  width: 100%;
  height: 100%;
}

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

.left-arrow {
  z-index: 11;
  background-color: #000;
  background-image: linear-gradient(to right, #dec880, var(--purple-haze) 22%, #ff347d 60%, #827ded);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: auto 9% 7% auto;
}

.left-arrow-image {
  width: 50%;
}

.right-arrow {
  background-color: #000;
  background-image: linear-gradient(261deg, #dec880, var(--purple-haze) 25%, #ff347d 57%, #827ded);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  inset: auto 3% 7% auto;
}

.gradient-arrow-holder {
  background-color: #000;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  display: flex;
  position: absolute;
}

.information-holder {
  z-index: 11;
  background-color: #171717;
  border-radius: 20px;
  width: 371px;
  height: auto;
  padding: 2em;
  position: absolute;
  inset: auto auto 2em 2em;
}

.slider-headong {
  font-weight: 500;
}

.slider-headong.no-margins {
  text-align: left;
}

.team-lead-member-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.card-trassaction-holder {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 7em;
}

.heading-paragraph-holder {
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  bottom: -8%;
}

.top-margin-m {
  margin-top: 2em;
}

.success-message {
  background-color: #171717;
  border: 1px solid #2f2f2f;
  border-radius: 6px;
}

.tab-heading {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
}

.tab-paragraph {
  padding-top: 10px;
  font-weight: 400;
}

.gradient-blog-holder {
  z-index: 2;
  background-image: linear-gradient(to right, var(--orange-logo), var(--orange-logo) 0%, var(--rouge-logo) 100%, var(--rouge-logo));
  border-radius: 35px;
  width: auto;
  height: auto;
  position: absolute;
  inset: -2px;
}

.button-gradient {
  z-index: -1;
  opacity: 1;
  background-image: linear-gradient(to right, #f8921e, #f8921e 0%, #f00a0b 100%, #f00a0b);
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-content-holder {
  background-color: var(--dark-grey);
  background-image: url('../images/RIght-Arrow_1.svg');
  background-position: 82%;
  background-repeat: no-repeat;
  background-size: 17px;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 50px 12px 20px;
  font-size: 16px;
  transition: background-position .3s;
  display: flex;
}

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

.button-content-holder.button-holder-no-arrow {
  background-image: none;
  padding-right: 12px;
}

.buttons-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.white-background-button-color.white-tmp-flambo-hiden {
  display: none;
}

.outfit-light-weight {
  font-weight: 300;
}

.gradient-text-simple {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(104deg, #dec880, #fff 23%, #ff347d 50%, #827ded);
  -webkit-background-clip: text;
  background-clip: text;
}

.card-about-content {
  font-size: 24px;
}

.card-heading {
  font-size: 32px;
}

.gardient-text-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 50px;
  display: flex;
}

.card-image-wrapper {
  flex-direction: row;
  align-items: flex-end;
  width: 70%;
  height: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.gradient-text-wrapper {
  align-items: center;
  height: 100%;
  font-size: 70px;
  display: flex;
}

.card-image-app {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 100%;
}

.iphone-text-holder {
  max-width: 100%;
}

.text-card {
  font-size: 24px;
  font-weight: 500;
}

.flip-image-holder {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transform: none;
}

.about-product-image {
  width: 100%;
}

.submit-button {
  background-color: var(--dark-grey);
  opacity: 1;
  color: #fff0;
  background-image: url('../images/RIght-Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 5px;
  width: auto;
  height: auto;
  padding: 14px 15px;
  position: absolute;
  inset: 1px;
}

.submit-button.submit-button-with-text {
  color: #fff;
  text-align: left;
  background-image: url('../images/RIght-Arrow_1.svg');
  background-position: 82%;
  background-size: 16px;
  transition: background-position .3s;
}

.submit-button.submit-button-with-text:hover {
  background-position: 88%;
}

.fake-submit-button-holder {
  z-index: 2;
  width: 105px;
  padding: 1px;
  position: absolute;
  inset: 0% 0% 0 auto;
}

.fake-submit-button-holder.static {
  height: 49px;
  position: static;
}

.white-search-button-holder {
  z-index: 11;
  background-color: #fff;
  border-radius: 10px;
  width: auto;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.button-arrow-holder {
  z-index: 10;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.button-arrow-holder.button-with-text-holder {
  width: 100%;
}

.bg-line-image {
  width: 80%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.bg-line-image.extra-pct {
  right: -10%;
}

.center-heading {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 55px;
  display: inline;
}

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

.error-message-2 {
  background-color: #e94f4f;
  border-radius: 6px;
}

.team-lead-member-content {
  margin-top: 20px;
}

.grid-3-col-second {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.email-icon-holder {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.send-button-wrapper {
  justify-content: flex-end;
  margin-top: 30px;
  display: flex;
  position: relative;
}

.send-button-wrapper.flambo-claim {
  justify-content: center;
}

.investors-panel {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 3em;
  margin-bottom: 5em;
  display: flex;
}

.investor-logo {
  object-fit: contain;
  width: 100%;
  max-width: 110px;
  height: 100%;
  max-height: 70px;
}

.investor-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
}

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

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

.white-heading-text {
  color: #fff;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

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

.about-product-grid-holder {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 5em;
  margin-bottom: 5em;
  display: flex;
}

.team-lead-grid {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 5em;
  position: relative;
}

.team-lead-member-image-holder {
  z-index: 1;
  width: 100%;
  height: auto;
  padding-top: 100%;
  position: relative;
}

.cta-list-item {
  align-items: flex-start;
  width: 100%;
  position: relative;
}

.footer-email-text {
  font-size: 18px;
  font-weight: 400;
}

.footer-title {
  font-family: Outfit, sans-serif;
  font-size: 52px;
  font-weight: 500;
}

.hero-text-home {
  margin-top: 30px;
  font-family: Outfit, sans-serif;
  font-size: 70px;
  font-weight: 500;
}

.bg-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

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

.elements-wrapper {
  perspective: 1000px;
  width: 100%;
  height: 100%;
  display: flex;
}

.elements-wrapper.center {
  justify-content: center;
  align-items: center;
}

.light {
  opacity: 1;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.experience-card {
  z-index: 5;
  background-color: #272727;
  border-radius: 27px;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.experience-card.corner-radius {
  border-radius: 20px;
  align-items: center;
}

.light-wrapper {
  z-index: -1;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
}

.gradient-inside {
  filter: blur(13px);
  background-color: #fff;
  background-image: linear-gradient(to right, #dec880, #fff 22%, #ff3980 51%, #ff347d 77%, #827ded);
  width: 150px;
  height: 80px;
  position: relative;
}

.cards-holder {
  perspective: 1000px;
}

.gray-line-holder {
  background-color: var(--light-grey);
  border-radius: 25px;
  width: 100%;
  margin: 2px;
}

.rich-text-details {
  max-width: 740px;
}

.rich-text-details p {
  margin-bottom: 20px;
}

.rich-text-details h3 {
  font-size: 30px;
}

.post-details-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  position: relative;
}

.search-result-item {
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 15px;
  padding: 0;
}

.search-result-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.search-link {
  grid-row-gap: 24px;
  flex-direction: column;
  height: auto;
  display: flex;
}

.search-item-title {
  font-size: 22px;
  line-height: 1.4;
}

.search-input-gradient {
  z-index: 2;
  background-image: linear-gradient(to right, #17171700, var(--dark-grey) 25%);
  width: 190px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.cart-button {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  background-color: var(--dark-grey);
  border-radius: 6px;
  justify-content: center;
  padding: 12px 15px;
  transition-property: background-color;
}

.cart-button:hover {
  background-color: #171717b3;
}

.cart-quantity {
  color: #fff;
  background-color: #ffffff0d;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  height: 20px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 1px;
  font-size: 11px;
  line-height: 1;
  display: flex;
}

.payment-tab {
  background-color: #171717;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3em 2em;
}

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

.cart-container {
  background-color: #171717;
  border-radius: 20px;
  max-width: 555px;
  height: auto;
}

.cart-header {
  border-bottom-color: #2f2f2f;
  padding: 1em;
}

.checkout-form {
  background-color: #000;
  padding: 20px;
}

.block-header {
  background-color: var(--dark-grey);
  border-style: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  align-items: center;
  padding: 1em 2em;
}

.block-header.with-bottom-line {
  border-bottom-style: solid;
  border-bottom-color: var(--line-color);
}

.block-content {
  background-color: var(--dark-grey);
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 2em 40px;
}

.block-content.block-content-summary {
  padding-top: 20px;
  padding-bottom: 0;
}

.shipping-method {
  z-index: 2;
  background-color: var(--dark-grey);
  border-bottom-style: none;
  border-radius: 20px;
  padding: 0;
}

.shipping-method.checkout {
  padding-left: 0;
}

.email {
  background-color: #171717;
  border-color: #2f2f2f;
  border-radius: 6px;
}

.full-name {
  background-color: #171717;
  border-style: solid;
  border-color: #2f2f2f;
  border-radius: 6px;
}

.street-address, .city, .state-province, .zip-postal-code {
  background-color: #171717;
  border-color: #2f2f2f;
  border-radius: 6px;
}

.country {
  background-color: #171717;
  border-color: #2f2f2f;
  border-radius: 6px;
  height: 100%;
}

.card-number {
  color: #9f9f9f;
  background-color: #171717;
  border-style: solid;
  border-color: #2f2f2f;
  border-radius: 6px;
  margin-top: 0;
  font-size: 18px;
}

.expiration-date {
  background-color: #171717;
  border-style: solid;
  border-color: #2f2f2f;
  border-radius: 6px;
}

.security-code {
  background-color: #171717;
  border-color: #2f2f2f;
  border-radius: 6px;
}

.required-text {
  color: #ff347d;
  font-size: 14px;
}

.shipping-method-list {
  z-index: 3;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-left-style: none;
  border-right-style: none;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.label-text {
  color: var(--light-grey);
  font-size: 16px;
  font-weight: 400;
}

.checkout-info-data-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  margin-bottom: 20px;
}

.checkout-holder {
  background-color: var(--dark-grey);
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  top: 100px;
}

.order-summary {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
}

.checkout-button {
  color: #000;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-bottom: 0;
  padding: 11px 12px;
  line-height: 1;
  transition: all .35s;
  display: flex;
}

.checkout-button:hover {
  color: #494646;
  background-color: #dadfe4;
}

.gray-line {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: var(--line-color);
  justify-content: flex-start;
  width: 100%;
  height: 1px;
  margin-top: 5em;
}

.shipping-holder {
  background-color: var(--dark-grey);
  border-radius: 20px;
  overflow: hidden;
}

.checkout-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 2em;
  padding-left: 30px;
  padding-right: 35px;
  display: flex;
}

.cart-item-quantity {
  color: #9f9f9f;
  background-color: #ffffff0d;
  border-style: none;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.radio-button {
  width: 24px;
}

.cart-footer {
  border-top-style: solid;
  border-top-color: #2f2f2f;
  padding: 1em;
}

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

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

.cart-form-wrapper {
  overflow: auto;
}

.checkbox {
  margin-top: 0;
}

.checkbox-label {
  margin-top: 4px;
  font-size: 18px;
}

.paypal-checkout-form, .order-confirmation {
  background-color: #000;
}

.address-info {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.order-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.order-item-holder {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.mobile-logo {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.brand {
  margin-bottom: 10px;
}

.cart-block-holder {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cart-item-image {
  width: 50px;
  height: auto;
  margin-bottom: 20px;
}

.option {
  margin-bottom: 15px;
}

.option-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.item-line {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
}

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

.option-2 {
  margin-top: 10px;
}

.column-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
}

.error-message-holder {
  justify-content: center;
  align-items: center;
  display: flex;
}

.empty-state {
  background-color: var(--dark-grey);
  border: 1px #000;
}

.card-item-image-holder {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.add-to-cart-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  background-color: #fcfdff;
  background-image: url('../images/Arrow-Right-Hero.svg');
  background-position: 95% 52%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 6px;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 15px 17px;
  font-size: 16px;
  font-weight: 600;
  transition: all .35s;
}

.add-to-cart-button:hover {
  background-color: var(--purple-haze);
  color: #fff;
  background-image: url('../images/RIght-Arrow.svg');
  background-position: 95% 52%;
}

.default-state {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.short-price-number {
  background-image: linear-gradient(to right, var(--grandient-1), #fff 25%, var(--gradient-2-pink) 60%, var(--purple-haze));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Outfit, sans-serif;
  font-size: 190px;
  font-weight: 600;
  line-height: .8;
}

.tab-menu-holder {
  display: flex;
}

.collection-list {
  grid-column-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.category-list-wrapper {
  margin-top: 45px;
  margin-bottom: 45px;
}

.instructions-image-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  margin-top: 30px;
  display: flex;
}

.error-state {
  background-color: #fa0000;
  border-radius: 10px;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.buy-template-holder {
  z-index: 20;
  grid-column-gap: 10px;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.buy-template-link {
  grid-column-gap: 10px;
  opacity: .8;
  border: 1px solid #0003;
  border-radius: 6px;
  flex-direction: row;
  align-items: stretch;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  transition: border-color .4s, opacity .4s, box-shadow .475s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.buy-template-link:hover {
  opacity: 1;
  color: #000;
  border-color: #4253ff;
  box-shadow: 0 6px 20px #0000003b;
}

.buy-this-template-button-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px 12px;
  display: flex;
}

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

.buy-this-template-text {
  color: #000;
  font-weight: 400;
}

.buy-webflow-template-content {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.webflow-icon {
  background-image: url('../images/Webflow-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: block;
}

.buy-template-price {
  font-weight: 700;
}

.cart-shop-icon {
  width: 20px;
  height: 20px;
}

.cart-item-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cart-item-remove-button {
  color: var(--light-grey);
  margin-top: 10px;
  padding: 2px;
  font-weight: 600;
}

.cart-item-remove-button:hover {
  color: #fff;
}

.cart-item-title {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.cart-item-price {
  color: var(--light-grey);
  font-size: 20px;
}

.cart-item-subtotal {
  font-size: 18px;
}

.cart-item-subtotal-price {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.apple-pay-button {
  height: 40px;
}

.cart-item-close-button {
  background-color: #fff0;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 6px;
  transition-property: background-color;
  display: flex;
}

.cart-item-close-button:hover {
  background-color: #ffffff1a;
}

.cart-item-close-icon {
  width: 14px;
}

.hide-cart-options {
  display: none;
}

.licensing-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.licensing-arrow {
  width: 15px;
}

.black-background-color {
  background-color: #000;
}

.read-more-blogs-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.top-margin-xxl {
  margin-top: 10.2em;
}

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

.address-holder, .shipments-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.card-text {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.gray-block-holder {
  background-color: #171717;
  border-radius: 20px;
}

.checkout-order-price {
  font-family: Outfit, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.extra-items-list {
  border-bottom: 1px solid var(--line-color);
  margin-bottom: 20px;
  padding-bottom: 5em;
}

.checkout-order-panel-title {
  margin-top: 10px;
  margin-bottom: 10px;
}

.shipping-method-description {
  color: var(--light-grey);
  font-size: 16px;
  font-weight: 400;
}

.shiping-method-title {
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.price-currency-symbol, .monthyl-and-yearly-next-to-price {
  font-family: Outfit, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 1;
}

.tab-list-in-pricing-page {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 3em;
  display: flex;
}

.hero-description {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.hero-description.flambo-pricing-range-description {
  text-align: left;
  max-width: 100%;
}

.pricing-box-holder {
  background-color: var(--dark-grey);
  border-radius: 25px;
  width: 100%;
  height: 100%;
  padding-top: 0;
}

.pricing-item-title {
  margin-top: 20px;
  margin-bottom: 10px;
}

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

.pricing-item-content-holder {
  flex-direction: column;
  display: flex;
}

.product-details-category-cms-item {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.quantity-input {
  border-color: var(--line-color);
  background-color: var(--dark-grey);
  width: 80px;
  height: 50px;
  margin-bottom: 0;
}

.add-to-cart-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.add-to-cart-control {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.list-with-icons {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2em;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.list-with-icons.list-one-column {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr;
}

.list-item-with-icon {
  background-image: url('../images/Checkmark-icon.png');
  background-repeat: no-repeat;
  background-size: 24px;
  padding-top: 2px;
  padding-left: 30px;
}

.product-details-sticky {
  width: 100%;
  display: block;
  position: sticky;
  top: 100px;
}

.product-details-grid-content {
  position: relative;
}

.post-details-title {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.shiping-method-adress {
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.fake-email-test {
  color: var(--light-grey);
  font-size: 16px;
}

.test-email, .billing-address-method {
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.box-icon-image {
  width: 42px;
  height: auto;
}

.contact-details-sticky {
  text-align: center;
  width: 100%;
  display: block;
  position: sticky;
  top: 100px;
}

.gray-line-no-margin {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: var(--line-color);
  justify-content: flex-start;
  width: 100%;
  height: 1px;
}

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

.post-details-subscribe-title {
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.features-hero-section-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 700px;
  display: flex;
  position: relative;
}

.features-hero-image-holder {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav-link-container {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-right: 1em;
  display: flex;
}

.nav-link {
  color: #fff;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
  overflow: hidden;
}

.nav-link:hover {
  color: #a8a8a8;
}

.home-hero-buttons-holder {
  grid-column-gap: 20px;
  margin-top: 20px;
  display: flex;
}

.home-hero-bg {
  z-index: -1;
  background-image: url('../images/Hero-Home-Decorative-Bg.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  height: 500px;
  display: flex;
  position: absolute;
  inset: -75px auto auto 0%;
}

.link-block-2 {
  align-self: flex-end;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  width: 100px;
}

.logo-twitter, .footer-logo {
  width: 100%;
}

.team-lead-member-item {
  width: 250px;
  margin-bottom: 50px;
}

.collection-list-2 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-direction: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  padding-left: 80px;
  padding-right: 80px;
  display: grid;
}

.collection-list-2.single-founder {
  grid-template-columns: 1fr;
}

.team-lead-member-social-grid {
  grid-template-rows: auto;
  align-items: center;
  width: 65px;
}

.link-block-4 {
  object-fit: cover;
}

.link {
  margin-top: 5px;
  font-size: 16px;
  text-decoration: underline;
  display: inline-block;
}

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

.copyright-left-div {
  align-items: center;
  display: flex;
}

.link-2 {
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 400;
}

.about-bio-summary {
  font-size: 16px;
}

.flambo-form-home {
  display: none;
}

.flambo-cta-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: center;
}

.flambo-cta-stay-informed-home {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.flambo-cta-text-home {
  margin-bottom: 0;
  margin-right: 10px;
}

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

.flambo-footer-email-block {
  flex-wrap: wrap;
  align-items: flex-end;
  display: flex;
}

.flambo-email-footer-block-text {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 20px;
}

.flambo-email-footer-block-heading2 {
  margin-right: 10px;
}

.paragraph-4 {
  font-size: 20px;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.input-field-2 {
  color: #151e24;
  border: 1px solid #e9ecf0;
  border-radius: 12px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  transition: all .25s;
  box-shadow: 1px 1px 2px #7281a70a;
}

.input-field-2:hover {
  border-color: #ccd5e0;
}

.input-field-2:focus {
  border-color: #642eff;
}

.input-field-2::placeholder {
  color: #a0a6b0;
}

.form-line-break {
  background-color: #e4e6f1;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.success-message-2 {
  background-color: #f3f5fb;
  border-radius: 12px;
}

.field-label {
  color: #18264e;
  letter-spacing: -.02em;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
}

.rendered-number {
  color: #160042;
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
}

.form-block-2 {
  margin-bottom: 0;
}

.title-large {
  color: #160042;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 600;
}

.prefix-text {
  color: #6b7094;
  letter-spacing: -.01em;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 16px;
  line-height: 32px;
}

.input-field-wrap {
  margin-bottom: 60px;
}

.submit-button-2 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #642eff;
  border: 2px solid #642eff;
  border-radius: 400px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: 2px 2px 2px #7281a70a;
}

.submit-button-2:hover, .submit-button-2:focus {
  border-color: #b197ff;
}

.ms-range-slider {
  align-items: center;
  width: 100%;
  margin-bottom: 45px;
  display: flex;
}

.ms-range-embed {
  width: 100%;
}

.ms-range-slider-value {
  color: #fff;
  text-align: center;
  background-color: #ea580c;
  border: 1px solid #ea580c;
  border-radius: 4px;
  flex: none;
  width: 70px;
  margin-left: 12px;
  padding: 5px 10px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
  position: relative;
}

.custom-css {
  background-color: #e0e0e0;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-style: italic;
  display: flex;
}

.ms-container {
  max-width: 100%;
  padding-bottom: 3%;
  padding-left: 3%;
  padding-right: 3%;
}

.ms-column {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 30%;
  display: flex;
}

.ms-column._50 {
  width: 47%;
}

.ms-column._50.padding {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px solid #12133140;
  border-radius: 16px;
  padding: 10%;
}

.custom-css-2 {
  background-color: #e0e0e0;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  font-size: 16px;
  font-style: italic;
  display: flex;
}

.ms-code {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 10px;
  font-family: Inconsolata, monospace;
  font-weight: 400;
}

.ms-range-slider-value-2 {
  color: #fff;
  text-align: center;
  background-color: #121331;
  border-color: #121331;
  border-radius: 4px;
  flex: none;
  width: 60px;
  margin-left: 12px;
  padding: 5px 10px;
  line-height: 22px;
  display: inline-block;
  position: relative;
}

.ms-header {
  padding-top: 6vh;
  padding-bottom: 4vh;
}

.ms-header.cta {
  color: #f5f5f5;
  text-align: center;
  background-image: none, linear-gradient(to top, #121331, #000);
  background-position: 0 0, 0 0;
  background-size: 300px, auto;
  border: 1px solid #000;
  border-radius: 16px;
  padding-bottom: 6vh;
}

.ms-column-wrap {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  flex-wrap: wrap;
  min-height: 50vh;
  padding-bottom: 4vh;
  display: flex;
}

.ms-100 {
  width: 100%;
}

.ms-section-description {
  margin-bottom: 20px;
}

.ms-section-description.cta {
  font-size: 18px;
  line-height: 1.7em;
}

.ms-loom {
  background-image: url('../images/642fe1063af357211520eff3_vidbox2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}

.ms-bold-link {
  color: #2962ff;
  font-weight: 700;
}

.ms-input-label-2 {
  color: #121331;
  margin-bottom: 5px;
  font-weight: 700;
}

.ms-range-slider-bar {
  outline-offset: 0px;
  background-color: #eae9e9;
  border-radius: 10px;
  outline: 0 #0000;
  width: 100%;
  height: 10px;
  margin: 0;
  padding: 0;
}

.cta-h1 {
  font-size: 58px;
  line-height: 1.2em;
}

.flambo-pricing-range {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-block-2 {
  font-weight: 700;
}

.heading, .heading-2 {
  font-size: 55px;
}

.flambo-app-holder-without-animation {
  margin-top: 5em;
  padding-bottom: 5em;
}

.flambo-app-container-without-animation {
  justify-content: center;
  display: flex;
  position: static;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1350px;
  }

  .container._4em {
    position: relative;
  }

  .container._6em-bottom {
    padding-top: 3em;
  }

  .center-text {
    justify-content: center;
    align-items: center;
  }

  .veritcal-direction-spacing {
    grid-column-gap: 50px;
    margin-left: 20px;
  }

  .hero-text-holder {
    text-align: center;
    flex-direction: column;
    align-self: center;
    max-width: 1080px;
  }

  .hero-paragraph {
    object-fit: fill;
  }

  .logo-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .price-tab-grid {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
  }

  .payment-tab-holder {
    width: 100%;
  }

  .tabs-menu.feature-page {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .number-holder {
    width: 274px;
  }

  .feature-page-hero-image {
    width: 60vw;
    left: -10vw;
  }

  .black-box-holder {
    padding: 20px;
  }

  .black-box-holder.about-box {
    padding-bottom: 70px;
  }

  .element-holder {
    max-width: 87%;
    padding: 0;
  }

  .layout-holder {
    width: 100%;
  }

  .iphone-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .iphone-container-holder {
    padding-left: 27px;
    padding-right: 27px;
  }

  .iphone-container-holder.feature {
    width: 82%;
  }

  .top-margin-xl {
    margin-top: 9em;
  }

  .active-tab-container._01 {
    padding-top: 42px;
  }

  .feature-image-project {
    width: 40px;
  }

  .container-management-holder {
    justify-content: flex-start;
  }

  .icon-text-wrapp {
    justify-content: flex-start;
    margin-top: 0;
  }

  .lines-image {
    width: 100%;
    height: 1000px;
    bottom: -3%;
    left: -32%;
  }

  .feature-content-holder {
    align-items: flex-start;
  }

  .project-container {
    width: 80%;
    height: 100%;
    padding-top: 0;
  }

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

  .iphone-screen {
    left: 31px;
  }

  .cta-holder {
    width: 100%;
  }

  .heading-button-wrapper {
    margin-right: 5px;
  }

  .card-holder {
    width: 100%;
    top: 13%;
    right: -74%;
  }

  .image-tab-change {
    object-fit: cover;
  }

  .product-text-holder {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .gradient-container {
    border-radius: 20px;
    padding-top: 100%;
    padding-left: 0;
  }

  .app-image-inside-gradient {
    width: auto;
    bottom: 0;
  }

  .about-product-holder {
    margin-top: 50px;
  }

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

  .bg-holder.payment-plan-page {
    top: -1%;
  }

  .subscribe-post-details-form {
    max-height: 160px;
  }

  .form-block-wrapp {
    justify-content: flex-start;
  }

  .contact-us-holder {
    width: 100%;
    height: 100%;
    max-height: 570px;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .contact-us-holder.flambo-claim {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }

  .send-button-holder.gradient-padding {
    width: 22%;
    padding-right: .5px;
  }

  .map-holder {
    border-radius: 35px;
    width: 100%;
  }

  .slider-image {
    object-fit: cover;
    border-radius: 35px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .left-arrow {
    width: 50px;
    height: 50px;
    right: 8%;
  }

  .right-arrow {
    width: 50px;
    height: 50px;
    right: 3%;
  }

  .gradient-arrow-holder {
    width: 45px;
    height: 45px;
  }

  .information-holder {
    width: 370px;
    height: auto;
  }

  .success-message {
    background-color: #171717;
    border: 1px solid #2f2f2f;
    border-radius: 6px;
    width: 100%;
    height: 100%;
  }

  .success-text {
    color: #9f9f9f;
    text-align: left;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
  }

  .success-holder {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .card-image-wrapper {
    padding-top: 0;
  }

  .gradient-text-wrapper {
    align-items: center;
  }

  .card-image-app {
    border-bottom-right-radius: 20px;
  }

  .iphone-text-holder {
    max-width: 69%;
  }

  .about-product-image {
    height: 95%;
  }

  .managment-wrapp {
    width: 80%;
  }

  .white-search-button-holder {
    height: 100%;
  }

  .center-heading {
    flex-direction: column;
  }

  .cta-list-item {
    justify-content: flex-start;
  }

  .bg-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .bg-image {
    z-index: -1;
    width: 955px;
    height: 70%;
    position: absolute;
    top: -7%;
    left: auto;
    right: 0%;
  }

  .rich-text-details {
    flex-direction: column;
    max-width: 900px;
  }

  .payment-tab {
    width: 100%;
  }

  .checkout-holder {
    padding-top: 15px;
    top: 80px;
  }

  .pricing-box-holder {
    width: 100%;
  }

  .licencing-top-holder {
    justify-content: center;
    align-items: center;
  }

  .features-hero-section-content {
    text-align: center;
    flex-direction: column;
    align-self: center;
  }
}

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

  h2 {
    font-size: 38px;
  }

  .container.hero-form-container {
    width: 75%;
  }

  .container.flambo-app-main-photo {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    grid-row-gap: 40px;
    background-color: #1b1c1e;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1em;
  }

  .center-text {
    justify-content: center;
    align-items: center;
  }

  .top-margin-l._100width {
    margin-top: 1.7em;
  }

  .button.arrow {
    padding-left: 24px;
  }

  .button.nav-button {
    font-size: 14px;
  }

  .button.home-hero-button {
    padding-left: 24px;
  }

  .grid-6-col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-8-col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-2-col {
    grid-template-columns: 1fr;
  }

  .grid-2-col.feature-page {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
  }

  .link-block {
    padding-top: 0;
    padding-bottom: 2px;
    font-size: 14px;
  }

  .link-block.animation-01 {
    font-size: 16px;
  }

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

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

  .menu-button {
    background-color: var(--dark-grey);
    border-radius: 6px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 60px;
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: #1b1c1e;
    border-radius: 10px;
  }

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

  .nav-buttons-container {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .copy-right-section {
    grid-row-gap: 20px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .quick-access-grid {
    grid-template-columns: 1fr;
  }

  .email-input {
    width: 84%;
  }

  .email-input.hero-email-input {
    width: 81%;
  }

  .hero-text {
    font-size: 52px;
  }

  .app-holder {
    margin-top: 6em;
  }

  .app-main-photo {
    border-radius: 8px;
  }

  .app-info-01 {
    width: 150px;
  }

  .app-info-02 {
    border-radius: 4px;
    width: 280px;
  }

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

  .features-container, .sticky-slider-section {
    margin-top: 60px;
  }

  .feature-cards-container._02 {
    width: 100%;
    min-width: 100%;
  }

  .feature-card-big-app-holder._02 {
    padding-left: 153px;
    padding-right: 153px;
  }

  .feature-cards {
    flex-direction: column;
  }

  .phone-container {
    height: 640px;
  }

  .phone-container._02 {
    width: 180%;
  }

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

  .price-tab-grid {
    grid-row-gap: 50px;
    flex-direction: column;
    display: flex;
  }

  .payment-padding {
    grid-row-gap: 40px;
  }

  .connect-section-container {
    grid-row-gap: 50px;
  }

  .connect-grid-container {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    width: 70%;
  }

  .copyright-text {
    font-size: 14px;
  }

  .gradient-line {
    display: none;
  }

  .feature-page-hero-image {
    width: 100%;
    position: relative;
    left: 0;
  }

  .grid-3-col {
    grid-template-columns: 1fr 1fr;
  }

  .layout-holder {
    width: 100%;
  }

  .bottom-box {
    position: absolute;
    inset: auto 0% 0%;
  }

  .iphone-wrapper {
    justify-content: flex-start;
    padding-bottom: 40px;
    position: relative;
    top: -45%;
  }

  .iphone-container-holder {
    width: 40%;
  }

  .iphone-container-holder.feature {
    position: relative;
  }

  .iphone-wrapper-container {
    width: 100%;
    height: 100%;
  }

  .iphone-screen-container {
    border-radius: 8px;
  }

  .active-tab-container._01 {
    width: 100%;
    margin-left: 0;
  }

  .feature-icon-holder {
    grid-column-gap: 20px;
    justify-content: flex-start;
    align-items: center;
  }

  .feature-image-holder {
    width: 100%;
    height: 100%;
  }

  .content-holder {
    width: 100%;
  }

  .feature-image-project {
    width: 40px;
    margin-top: 10px;
  }

  .check-holder {
    justify-content: flex-start;
  }

  .managment-help-image {
    width: 90%;
  }

  .icon-text-holder {
    flex-direction: column;
    align-items: flex-start;
  }

  .feature-content-holder {
    align-items: flex-start;
  }

  .project-container {
    width: 50%;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .iphone-image-managment {
    width: 100%;
    height: 100%;
    top: 0;
  }

  .iphone-wrapp {
    width: 100%;
    height: auto;
  }

  .screen-holder {
    top: -15%;
    bottom: 7%;
  }

  .cta-holder {
    padding-left: 25px;
    padding-right: 25px;
  }

  .line-gradient {
    background-image: linear-gradient(to right, #dec880, #fff 25%, #ff347d 65%, #827ded);
    width: 100%;
    height: 1px;
  }

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

  .card-holder {
    top: 16%;
    right: -21%;
  }

  .card-sales-image {
    width: 70%;
  }

  .image-tab-change {
    width: 100%;
    height: 100%;
  }

  .gradient-container {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .team-image {
    object-fit: cover;
  }

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

  .form-block-wrapp {
    justify-content: flex-start;
    align-items: stretch;
  }

  .send-button-holder.gradient-padding {
    width: 13.5%;
  }

  .left-arrow {
    right: 14%;
  }

  .right-arrow {
    right: 5%;
  }

  .gradient-arrow-holder {
    width: 20px;
  }

  .information-holder {
    width: 50%;
  }

  .slider-headong.no-margins {
    font-size: 22px;
  }

  .paragraph {
    font-size: 14px;
  }

  .card-trassaction-holder {
    flex-direction: row;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .buttons-holder {
    flex-direction: column;
  }

  .card-image-wrapper {
    width: 100%;
  }

  .gradient-text-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .white-search-button-holder.full-width {
    height: 100%;
  }

  .team-lead-member-content {
    width: 100%;
  }

  .grid-3-col-second {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .investors-panel {
    margin-bottom: 3em;
  }

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

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

  .about-product-grid-holder {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
  }

  .team-lead-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-text-home {
    font-size: 52px;
  }

  .bg-image {
    object-fit: contain;
    top: 0%;
    left: 0%;
  }

  .elements-wrapper.iphone {
    height: auto;
  }

  .elements-wrapper._50-height {
    height: 50%;
  }

  .experience-card.corner-radius {
    height: 100%;
  }

  .gray-line-holder {
    width: 100%;
  }

  .post-details-grid {
    grid-template-columns: 1fr;
  }

  .search-result-list {
    grid-template-columns: 1fr 1fr;
  }

  .cart {
    justify-content: flex-end;
  }

  .cart-button {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    padding: 13px;
  }

  .product-details-grid {
    grid-template-columns: 1fr;
  }

  .checkout-form {
    padding: 0;
  }

  .cart-form-wrapper {
    overflow: auto;
  }

  .cart-block-holder {
    flex: 1;
    padding-right: 10px;
  }

  .center-paragraph {
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .hero-description {
    max-width: 100%;
  }

  .pricing-box-holder {
    width: 100%;
  }

  .features-hero-image-holder {
    width: 100%;
    height: auto;
    margin-bottom: 2em;
    position: relative;
  }

  .nav-link-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    border-radius: 6px;
    padding: 10px;
    font-size: 14px;
    transition: background-color .4s, color .4s;
  }

  .nav-link.w--current {
    background-color: var(--dark-grey);
  }

  .ms-column {
    width: 47%;
  }

  .ms-column._50.padding {
    padding: 7%;
  }

  .flambo-app-holder-without-animation {
    margin-top: 6em;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .container.hero-form-container {
    width: 100%;
  }

  .gradient-text.open-sans-font {
    font-size: 14px;
  }

  .grid-8-col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-4-col {
    grid-template-columns: 1fr 1fr;
  }

  .footer-image {
    object-fit: contain;
  }

  .copy-right-section {
    text-align: center;
  }

  .footer-link-holder {
    flex-flow: wrap;
    justify-content: center;
  }

  .quick-access-card-holder {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .arrow-holder-container {
    right: 58px;
  }

  .email-input {
    width: 77%;
  }

  .email-input.hero-email-input {
    width: 78%;
  }

  .hero-text-holder {
    max-width: 500px;
  }

  .hero-text {
    justify-content: center;
    align-items: center;
    font-size: 40px;
  }

  .app-holder {
    margin-top: 5em;
  }

  .app-main-photo {
    width: 95%;
  }

  .app-info-02 {
    width: 180px;
  }

  .feature-image {
    border-radius: 6px;
  }

  .slider-image-holder {
    grid-column-gap: 20px;
    grid-row-gap: 50px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .slider-sticky-holder._01 {
    position: static;
  }

  .slider-sticky-holder._02 {
    position: sticky;
    bottom: 0%;
  }

  .slider-sticky-holder._03 {
    display: flex;
    position: sticky;
  }

  .sticky-slider-container {
    grid-row-gap: 80px;
    flex-direction: column;
  }

  .feature-card-big-app-holder {
    padding-left: 58px;
    padding-right: 58px;
  }

  .feature-card-big-app-holder._02 {
    padding-left: 106px;
    padding-right: 106px;
  }

  .full-app-image-container._02 {
    width: 160%;
  }

  .phone-container {
    height: auto;
  }

  .connect-grid-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .grid-3-col {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .feature-tab-link, .feature-tab-link.w--current {
    max-width: 487px;
  }

  .active-tab-container._01 {
    width: 100%;
  }

  .feature-image-project {
    margin-top: 10px;
  }

  .project-container {
    width: 70%;
  }

  .screen-holder {
    top: -7%;
    bottom: -1%;
  }

  .iphone-screen {
    top: 50px;
  }

  .cta-holder {
    flex-direction: column;
    display: flex;
  }

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

  .card-holder {
    width: 100%;
    height: auto;
    top: 5%;
    right: -69%;
  }

  .card-sales-image {
    width: 45%;
  }

  .investor-logo-holder {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .product-text-holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .gradient-container {
    width: 100%;
  }

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

  .read-more-blogs-holder {
    top: 0;
  }

  .email-form {
    width: 100%;
    min-height: 49px;
  }

  .send-button-holder.gradient-padding {
    width: 19.5%;
  }

  .left-arrow {
    right: 18%;
  }

  .information-holder {
    width: 60%;
  }

  .slider-headong {
    font-size: 20px;
  }

  .paragraph {
    font-size: 14px;
  }

  .card-trassaction-holder {
    justify-content: center;
    align-items: center;
    top: 0;
  }

  .team-lead-member-content {
    width: 100%;
  }

  .investor-grid, .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-product-grid {
    grid-template-columns: 1fr;
  }

  .team-lead-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .hero-text-home {
    justify-content: center;
    align-items: center;
    font-size: 40px;
  }

  .bg-image {
    object-fit: contain;
    left: 0%;
  }

  .search-result-list {
    grid-template-columns: 1fr;
  }

  .block-header {
    padding: 1.1em;
  }

  .block-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1em 1em 2em;
  }

  .shipping-method-list, .checkout-wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }

  .checkbox-label {
    margin-top: 4px;
  }

  .order-item-list {
    margin-bottom: 0;
  }

  .option {
    margin-bottom: 10px;
  }

  .billing-address-toggle {
    justify-content: flex-start;
    align-items: center;
  }

  .add-to-cart-button {
    background-position: 82%;
  }

  .add-to-cart-button:hover {
    background-position: 85%;
  }

  .short-price-number {
    font-size: 150px;
  }

  .hero-description {
    font-size: 16px;
  }

  .pricing-item-title {
    margin-top: 0;
  }

  .features-hero-section-content {
    max-width: 500px;
  }

  .collection-list-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .ms-column, .ms-column._50 {
    width: 100%;
  }

  .ms-column._50.padding {
    padding: 3%;
  }

  .flambo-app-holder-without-animation {
    margin-top: 5em;
  }
}

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

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  p {
    font-size: 16px;
  }

  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container._6em-bottom {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .gradient-text.open-sans-font {
    align-items: flex-start;
    display: flex;
  }

  .gradient-text.normal-size {
    font-size: 33px;
  }

  .button.arrow {
    background-image: none;
    width: 100%;
    height: 100%;
  }

  .button.home-hero-button {
    background-image: none;
    width: 100%;
    height: 43px;
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
  }

  .button.home-hero-button:hover {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .button.home-hero-button.home-hero-form-success-button.flambo-button-try-app.flambo-cta-button-home {
    padding-left: 0;
  }

  .button.home-hero-button.home-hero-form-success-button.flambo-button-try-app.flambo-cta-button-home:hover {
    background-position: 94% 54%;
  }

  .grid-6-col {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .header-holder {
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    height: 170px;
  }

  .grid-8-col {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-col {
    grid-template-columns: 1fr;
  }

  .grid-2-col.feature-page {
    flex-direction: column;
  }

  .utility-page-content {
    padding: 29px;
  }

  .utility-page-form {
    justify-content: space-between;
    height: 420px;
    padding: 30px;
  }

  .footer {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-flex-container {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer-logo-link {
    align-self: center;
    height: 60px;
  }

  .footer-image {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .fade-in-move-on-scroll {
    max-width: 100%;
  }

  .content {
    flex-direction: column;
    align-items: flex-start;
  }

  .change-log-container {
    font-size: 16px;
  }

  .brand-link {
    width: 145px;
    min-width: 120px;
    height: 40px;
  }

  .brand-link.w--current {
    width: 145px;
  }

  .nav-buttons-container {
    align-items: stretch;
  }

  .link-gradient-text {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .gradient-link {
    width: 100%;
    height: 100%;
  }

  .gradient-link.gradient-link-with-auto {
    width: auto;
  }

  .copy-right-section {
    text-align: left;
    align-items: center;
    padding-right: 0;
  }

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

  .quick-access-card-holder {
    padding: 20px 0 20px 20px;
  }

  .quick-access-card-holder.less-padding {
    padding-top: 20px;
    padding-right: 20px;
  }

  .arrow-holder-container {
    width: 25px;
    min-width: 25px;
    height: 25px;
    min-height: 25px;
    inset: 24% 15% auto auto;
  }

  .email-input {
    width: 100%;
    font-size: 14px;
  }

  .email-input.hero-email-input {
    width: 100%;
  }

  .form-container {
    flex-direction: column-reverse;
    display: flex;
  }

  .form-gradient, .form-gradient.hero-form-gradient {
    width: 30%;
    height: 100%;
    display: block;
    inset: 0% 0% 0% auto;
  }

  .hero-text, .hero-text.left-position {
    font-size: 36px;
  }

  .gradient-button-holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 38px;
  }

  .app-holder {
    margin-top: 4em;
    padding-bottom: 9em;
  }

  .app-photo {
    width: 100%;
  }

  .app-info-01 {
    z-index: 20;
    width: 100px;
    top: -15%;
  }

  .app-info-02 {
    bottom: -32%;
  }

  .features-container {
    grid-row-gap: 60px;
  }

  .list-container, .list-container.flambo-hidden {
    display: none;
  }

  .feature-image.flambo-image-campaign, .feature-image.flambo-featured-image, .feature-image.flambo-featured-image.flambo-first-featured-image, .feature-image.flambo-featured-image.flambo-thirst-featured-image {
    width: 100%;
  }

  .sticky-text-container {
    width: auto;
    min-width: 0;
  }

  .feature-card-big-app-holder {
    padding: 20px;
  }

  .feature-card-big-app-holder._02 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .full-app-image-container {
    width: 100%;
    margin-top: 9px;
  }

  .phone-container {
    height: 500px;
    margin-top: -32px;
    margin-bottom: -32px;
    top: 6px;
  }

  .phone-container._02 {
    width: 100%;
    min-width: 120%;
    height: 360px;
    min-height: 360px;
    left: 29px;
  }

  .payment-tab-holder {
    padding-left: 1em;
    padding-right: 1em;
  }

  .tabs-menu {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .tabs-menu.feature-page {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .tab-text {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link {
    background-image: linear-gradient(to top, #2f2f2f 36%, #2f2f2f00);
  }

  .connect-section-container {
    grid-row-gap: 40px;
  }

  .connect-grid-container {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }

  .company-avatar-container.up.hide {
    display: none;
  }

  .company-avatar-circle {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
  }

  .form {
    flex-direction: column;
  }

  .number-holder {
    justify-content: flex-start;
  }

  .gradient-line {
    margin-left: 9px;
    display: none;
  }

  .grid-3-col {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .black-box-holder.about-box, .element-holder.contact {
    padding: 2em 1em;
  }

  .layout-holder {
    border-radius: 27px;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .iphone-holder {
    height: auto;
  }

  .gradient-holder {
    height: 50%;
    position: absolute;
    inset: 0% 0% auto;
  }

  .iphone-wrapper {
    padding-top: 40px;
    top: -35%;
  }

  .iphone-container-holder {
    width: 90%;
  }

  .feature-tab-link, .feature-tab-link.w--current {
    max-width: 100%;
  }

  .active-tab-container._01 {
    width: 100%;
    height: 100%;
    margin-left: 0;
    padding: 15px 0 0;
  }

  .feature-icon-holder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    align-items: flex-start;
  }

  .heading-and-paragraph-holder {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .feature-image-holder {
    width: 100%;
  }

  .container-management-holder {
    justify-content: center;
    align-items: center;
  }

  .icon-text-wrapp {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .managment-help-image {
    width: 100%;
  }

  .button-holder {
    justify-content: center;
  }

  .center-container {
    max-width: 100%;
    max-height: 100%;
  }

  .app-image {
    width: 100%;
    height: 100%;
    max-height: 100%;
  }

  .grid-3-col-holder {
    margin-top: 40px;
  }

  .feature-grid-container {
    overflow: hidden;
  }

  .project-container {
    width: 100%;
    height: 100%;
    padding-top: 40px;
  }

  .screen-holder {
    top: 2%;
    bottom: 0%;
  }

  .iphone-screen {
    top: 10%;
  }

  .cta-holder {
    margin-top: 3em;
    margin-bottom: 3em;
    padding: 2em 1em;
  }

  .cta-list-holder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .card-holder {
    width: 90px;
    inset: -5% 4% auto auto;
  }

  .card-sales-image, .image-tab-change {
    width: 100%;
  }

  .gradient-wrapp {
    padding: 1em;
  }

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

  .team-member-content-holder {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    min-height: 197px;
  }

  .product-text-holder {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .image-customers {
    width: 50px;
  }

  .hero-normal-weight {
    font-size: 50px;
  }

  .search-input {
    padding-left: 12px;
    padding-right: 55px;
    font-size: 14px;
  }

  .search {
    padding: 2em 1em;
  }

  .search-button-holder {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .search-button {
    color: #fff0;
    background-position: 50%;
    width: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .search-field-label {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .search-gradient-holder {
    background-image: linear-gradient(to right, var(--orange-logo), var(--orange-logo) 0%, var(--rouge-logo) 100%, var(--rouge-logo));
  }

  .search-gradient-holder.blog-page {
    background-image: linear-gradient(to right, var(--orange-logo), var(--orange-logo) 0%, var(--rouge-logo) 100%, var(--rouge-logo));
    width: 100%;
    height: 100%;
  }

  .bg-holder {
    height: 200px;
  }

  .main-image {
    width: 100%;
    height: 100%;
  }

  .main-image-holder {
    margin-top: -100px;
  }

  .read-more-blogs-holder {
    position: static;
  }

  .email-subscribe-holder {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 20px;
    padding-left: 19px;
    padding-right: 15px;
    display: flex;
  }

  .subscribe-post-details-form {
    max-height: 100%;
  }

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

  .form-block-wrapp {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-direction: column;
  }

  .email-form {
    width: 100%;
    max-width: 100%;
    min-height: 49px;
    padding-left: 10px;
    font-size: 14px;
  }

  .contact-us-holder {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .input-field {
    font-size: 14px;
  }

  .input-field:hover {
    border-color: var(--orange-500);
  }

  .send-button-holder.gradient-padding {
    width: 100%;
  }

  .map-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    display: flex;
  }

  .slider-image {
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
    height: 330px;
  }

  .slider {
    border-radius: 10px;
    width: 100%;
    height: 100%;
  }

  .slider-holder {
    height: 100%;
  }

  .mask {
    border-radius: 10px;
  }

  .left-arrow {
    background-image: linear-gradient(to right, #dec880, var(--purple-haze) 22%, #ff347d 60%, #827ded);
    width: 30px;
    height: 30px;
    right: 60px;
  }

  .left-arrow-image {
    width: 27%;
  }

  .right-arrow {
    width: 30px;
    height: 30px;
  }

  .information-holder {
    border-radius: 7px;
    width: auto;
    height: auto;
    padding: 1em;
    inset: 1em 1em auto;
  }

  .tab-heading {
    font-size: 22px;
  }

  .button-gradient {
    height: 100%;
  }

  .button-content-holder {
    background-position: 90%;
    padding-left: 12px;
    padding-right: 40px;
    font-size: 14px;
  }

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

  .buttons-holder {
    flex-direction: column;
  }

  .gradient-text-simple {
    font-size: 40px;
  }

  .card-about-content {
    font-size: 20px;
  }

  .card-image-wrapper, .card-image-app {
    width: 100%;
  }

  .about-product-image {
    height: 100%;
  }

  .managment-wrapp {
    margin-top: 5em;
  }

  .submit-button.submit-button-with-text {
    color: #fff0;
    background-position: 50%;
  }

  .submit-button.submit-button-with-text:hover {
    background-position: 70%;
  }

  .submit-button.submit-button-with-text.flambo-claim {
    color: #fff;
    background-position: 82%;
  }

  .fake-submit-button-holder {
    width: 50px;
    height: 50px;
  }

  .fake-submit-button-holder.static.flambo-claim {
    width: 105px;
  }

  .button-arrow-holder {
    height: 100%;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .heading-with-margin {
    margin-bottom: 20px;
  }

  .grid-3-col-second {
    display: flex;
  }

  .second-form-block {
    width: 100%;
  }

  .large-paragraph {
    font-size: 20px;
  }

  .larg-text {
    padding-bottom: 10px;
    font-size: 20px;
    display: flex;
  }

  .error-message-contact {
    background-color: #f1a3a3;
    border-radius: 8px;
  }

  .investors-panel {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .investor-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-items: center;
  }

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

  .white-heading-text {
    font-size: 18px;
  }

  .about-product-grid {
    grid-template-columns: 1fr;
  }

  .team-lead-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-content: flex-start;
  }

  .cta-list-item {
    justify-content: center;
    align-items: center;
  }

  .footer-title {
    font-size: 32px;
  }

  .hero-text-home {
    font-size: 36px;
  }

  .bg-image {
    object-fit: contain;
    top: 0%;
    left: 0%;
  }

  .elements-wrapper.iphone {
    height: auto;
  }

  .gray-line-holder {
    background-color: #0000;
    border-radius: 35px;
    height: auto;
    margin: 1px;
    position: relative;
  }

  .feature-icon {
    width: 35px;
  }

  .search-result-list {
    grid-template-columns: 1fr;
  }

  .search-input-gradient {
    width: 60px;
  }

  .payment-tab {
    padding: 2em 1em;
  }

  .product-details-grid {
    grid-template-columns: 1fr;
  }

  .cart-header {
    padding: 1.5em 1em;
  }

  .block-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .block-content {
    flex-direction: column;
    align-items: center;
  }

  .shipping-method {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .shipping-method.checkout {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .required-text {
    font-size: 15px;
  }

  .shipping-method-list {
    background-color: var(--dark-grey);
  }

  .radio-button {
    text-align: left;
    width: auto;
  }

  .checkbox-label {
    font-size: 16px;
  }

  .address-info {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    display: flex;
  }

  .order-items {
    flex-direction: column;
  }

  .order-item-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    margin-bottom: 15px;
    display: flex;
  }

  .mobile-logo {
    display: block;
  }

  .brand {
    display: none;
  }

  .cart-item-image {
    width: 30px;
    min-width: 30px;
  }

  .shipping-method-content {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    margin-left: 0;
    margin-right: 5px;
  }

  .add-to-cart-button {
    background-position: 88% 52%;
    width: 100%;
  }

  .add-to-cart-button:hover {
    background-position: 91% 52%;
  }

  .short-price-number {
    font-size: 90px;
  }

  .tab-menu-holder {
    margin-left: -4px;
  }

  .collection-list {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .buy-template-holder {
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
  }

  .licensing-link {
    margin-top: 10px;
  }

  .extra-items-list {
    padding-bottom: 2em;
  }

  .shipping-method-description {
    font-size: 14px;
  }

  .monthyl-and-yearly-next-to-price {
    font-size: 30px;
  }

  .tab-list-in-pricing-page {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: stretch;
  }

  .pricing-box-holder {
    border-radius: 27px;
  }

  .quantity-input {
    width: 60px;
  }

  .add-to-cart-control {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .list-with-icons {
    grid-template-columns: 1fr 1fr;
  }

  .list-item-with-icon {
    padding-bottom: 2px;
    font-size: 16px;
  }

  .nav-link-container {
    align-items: stretch;
  }

  .nav-link {
    width: 100%;
    font-weight: 600;
  }

  .home-hero-buttons-holder {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .home-hero-bg {
    height: 200px;
  }

  .link-block-2 {
    align-self: center;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
  }

  .paragraph-3 {
    font-size: 16px;
  }

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

  .paragraph-4 {
    font-size: 18px;
  }

  .ms-column._50 {
    width: 100%;
  }

  .ms-column-wrap {
    flex-direction: column;
  }

  .flambo-app-holder-without-animation {
    margin-top: 4em;
    padding-bottom: 0;
  }
}

#w-node-eaa4d78d-cf9f-49d7-87c2-ae81121dc2cc-977ade2c {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_3a3695aa-13dd-eebc-3ac4-64bb17337373-977ade2c {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_3a3695aa-13dd-eebc-3ac4-64bb1733738e-977ade2c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3a3695aa-13dd-eebc-3ac4-64bb17337393-977ade2c {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_3a3695aa-13dd-eebc-3ac4-64bb17337391-977ade2c, #w-node-_3a3695aa-13dd-eebc-3ac4-64bb173373a9-977ade2c, #w-node-_3a3695aa-13dd-eebc-3ac4-64bb173373be-977ade2c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3e5d2762-47b3-db8b-cc0c-4a656fea09c8-977ade2c {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_003d7288-52d9-6c3b-64c7-0783fd2a1b36-977ade2c, #w-node-_5865c2f9-085b-8a6d-8622-8912e97a7274-977ade2c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5865c2f9-085b-8a6d-8622-8912e97a7256-977ade2c, #w-node-b4e824b1-4dae-83d5-2d55-b13e0f40ff96-977ade2c {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-b4e824b1-4dae-83d5-2d55-b13e0f40ffab-977ade2c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_50afd061-6010-95c1-ade1-3d940714b7c8-977ade2c {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_50afd061-6010-95c1-ade1-3d940714b7e3-977ade2c, #w-node-_50afd061-6010-95c1-ade1-3d940714b7e6-977ade2c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_50afd061-6010-95c1-ade1-3d940714b7e8-977ade2c, #w-node-_50afd061-6010-95c1-ade1-3d940714b7fe-977ade2c {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_50afd061-6010-95c1-ade1-3d940714b813-977ade2c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f22c79b4-97c5-f974-fddb-3fbd2f34635e-977ade2c, #w-node-f22c79b4-97c5-f974-fddb-3fbd2f346371-977ade2c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_404679a5-1904-835a-2465-33be0e709dca-0a144c54, #w-node-_50607808-e55e-ad18-56c5-df6d412484a8-0a144c54, #w-node-_65f40fc0-9228-e402-4bfb-8d7e810f58ab-0a144c54, #w-node-_31b6a9bc-6945-1ebb-778f-e365359ca8ac-0a144c54, #w-node-_191da00c-0c8e-0660-c61e-2eb9912fb9d4-0a144c54, #w-node-_191da00c-0c8e-0660-c61e-2eb9912fb9d5-0a144c54, #w-node-bcfa0579-6986-668e-09cb-5d36b8f087e7-b8f087d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9aa103d-0427-8670-9f03-77aff8a1c088-f8a1c080, #w-node-a9aa103d-0427-8670-9f03-77aff8a1c08b-f8a1c080, #w-node-a9aa103d-0427-8670-9f03-77aff8a1c08e-f8a1c080, #w-node-a9aa103d-0427-8670-9f03-77aff8a1c091-f8a1c080, #w-node-a9aa103d-0427-8670-9f03-77aff8a1c094-f8a1c080, #w-node-a9aa103d-0427-8670-9f03-77aff8a1c097-f8a1c080 {
  place-self: center;
}

#w-node-_0379962e-2534-b517-b76f-33878a4812b9-977ade32, #w-node-_0379962e-2534-b517-b76f-33878a4812ba-977ade32, #w-node-_0379962e-2534-b517-b76f-33878a4812be-977ade32 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-e4f7191b-3954-94cd-dbce-55848879ade9-977ade32, #w-node-b151216c-cae6-b9fd-f31c-54935d6e1b27-977ade32, #w-node-fb28bd92-a87f-b299-ab89-186bc04463ab-977ade32, #w-node-_5b1f848e-9048-791f-bbd3-a65874b6b095-977ade32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f6a1c31-cb87-d027-be61-0905060b67dc-977ade34 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-f19162a4-ac88-8d90-1a56-79a0764b110c-977ade34, #w-node-_741bd995-dd6a-bd0b-9915-04b41ca8d89c-977ade34, #w-node-d4efdab2-c6fa-de5c-29a3-f6f058de07dc-977ade34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64e0e0e3-5c82-16b5-7c2f-5824873f803d-977ade34, #w-node-d184e0fb-fdcd-af09-8265-bc9705e08b60-977ade34, #w-node-d184e0fb-fdcd-af09-8265-bc9705e08b61-977ade34 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-d184e0fb-fdcd-af09-8265-bc9705e08b65-977ade34, #w-node-d184e0fb-fdcd-af09-8265-bc9705e08b6a-977ade34, #w-node-d184e0fb-fdcd-af09-8265-bc9705e08b6f-977ade34, #w-node-d184e0fb-fdcd-af09-8265-bc9705e08b74-977ade34, #w-node-d184e0fb-fdcd-af09-8265-bc9705e08b79-977ade34, #w-node-d184e0fb-fdcd-af09-8265-bc9705e08b7e-977ade34, #w-node-d184e0fb-fdcd-af09-8265-bc9705e08b83-977ade34, #w-node-d184e0fb-fdcd-af09-8265-bc9705e08b88-977ade34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_761d649c-65e3-8a7f-8baa-19549fe52446-977ade34, #w-node-_761d649c-65e3-8a7f-8baa-19549fe52447-977ade34, #w-node-_761d649c-65e3-8a7f-8baa-19549fe5244b-977ade34 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_8b8e0488-548a-ff3d-ca63-e0fd4266025b-977ade34, #w-node-bec7aa51-fb20-76ef-7584-afcbc99baa43-977ade34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0379962e-2534-b517-b76f-33878a4812b9-977ade34, #w-node-_0379962e-2534-b517-b76f-33878a4812ba-977ade34, #w-node-_0379962e-2534-b517-b76f-33878a4812be-977ade34 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_2829e8f6-b865-59ab-bd20-a71c4c0dd06f-977ade34, #w-node-_4de20e24-a19a-a377-f69e-ac7f73a6ff8b-977ade34, #w-node-e4f7191b-3954-94cd-dbce-55848879ade9-977ade34, #w-node-b151216c-cae6-b9fd-f31c-54935d6e1b27-977ade34, #w-node-_792a598f-ead2-a331-b1d6-0ade00a765be-977ade36, #w-node-_1d12f10a-40e5-380c-5c85-032f2de5d16f-977ade36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb685d08-3594-f0b6-d628-cc78aa1b18b2-977ade36 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_2291e671-4bd3-73d9-9c10-843c45335c04-977ade36, #w-node-b6f4f29c-cbd7-3a87-2498-a4752d6b0f28-977ade36, #w-node-_6a7e8094-458a-f2ef-3790-2b2ecea32490-977ade36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_514c1dbd-eb7e-72e1-a164-f207b9ae954d-977ade37 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_1b5ec5e2-30d2-8efd-13e8-736fc89fb5c6-977ade37, #w-node-_1b5ec5e2-30d2-8efd-13e8-736fc89fb5c8-977ade37, #w-node-_1b5ec5e2-30d2-8efd-13e8-736fc89fb5ca-977ade37, #w-node-_1b5ec5e2-30d2-8efd-13e8-736fc89fb5cc-977ade37, #w-node-_1b5ec5e2-30d2-8efd-13e8-736fc89fb5ce-977ade37, #w-node-_1b5ec5e2-30d2-8efd-13e8-736fc89fb5d0-977ade37, #w-node-_1b5ec5e2-30d2-8efd-13e8-736fc89fb5d2-977ade37, #w-node-_1b5ec5e2-30d2-8efd-13e8-736fc89fb5d4-977ade37, #w-node-_1b5ec5e2-30d2-8efd-13e8-736fc89fb5d6-977ade37, #w-node-_1b5ec5e2-30d2-8efd-13e8-736fc89fb5d8-977ade37, #w-node-fe1ef05a-9ea0-0e39-cd3a-9b98be0f68b5-977ade37, #w-node-f40ccef9-1db0-3ac6-d281-6561f9334d3d-977ade37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f30eebf-34b2-5970-1e30-fb61295eb266-977ade37, #w-node-_5610aadc-6749-9d64-4106-a645658918d7-977ade37 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b948f28d-90bd-a233-5510-a9ae229ead95-977ade37 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_90b508be-21e9-8239-314e-154ea49081d7-977ade37, #w-node-_90b508be-21e9-8239-314e-154ea49081db-977ade37 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-ad906a0c-4b3f-568f-a577-873defc408ea-977ade37, #w-node-f51ccc6b-9c24-03c7-34a7-54c529b49348-977ade37, #w-node-_767df96e-4447-9639-f33d-9f812256c3ca-977ade37, #w-node-_367a892b-d5fb-ee60-589e-812040330bf6-977ade37, #w-node-bffeba78-f9b1-1d6d-ee81-f8f25e2bae8f-977ade37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce7f8f3a-2f95-6395-7d02-9439887b09ce-977ade37 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_57a1c4ff-12cd-229b-d4fe-ceffc03c439a-977ade37 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_12ebecbf-8a27-bf6b-1e38-494970177711-977ade37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22dcb79e-ff84-8f27-a5cb-fbb12c70a6a0-977ade37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9ffd02af-9461-9ddf-7522-a2173ea8e995-977ade37, #w-node-_20d47604-12ad-2b97-9dd7-396f9bd6c925-977ade37, #w-node-daca0a62-c5c4-b978-8167-1f7945934e89-977ade37, #w-node-daca0a62-c5c4-b978-8167-1f7945934e90-977ade37, #w-node-daca0a62-c5c4-b978-8167-1f7945934e97-977ade37, #w-node-_5b04a44e-1503-2573-4507-0d4bfefc1fb0-977ade37, #w-node-_0f5b64bc-8d9a-62e4-6e74-faf1e36a348b-977ade37, #w-node-_14195873-ac94-305a-1a91-0685d26e560e-977ade37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad9da19d-57cb-c02a-8a29-e7cb5f93e6b5-977ade37 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_5a36c88a-8e68-eef0-a9a8-b8cd690255d3-977ade37 {
  grid-area: 2 / 1 / 3 / 8;
}

#w-node-_1045ee58-3e34-b6be-255c-7f237349eaf7-977ade37 {
  place-self: end start;
}

#w-node-_1045ee58-3e34-b6be-255c-7f237349eafc-977ade37, #w-node-_1045ee58-3e34-b6be-255c-7f237349eb01-977ade37 {
  place-self: end;
}

#w-node-_1045ee58-3e34-b6be-255c-7f237349eb06-977ade37, #w-node-_1045ee58-3e34-b6be-255c-7f237349eb0b-977ade37, #w-node-_1045ee58-3e34-b6be-255c-7f237349eb10-977ade37 {
  place-self: end center;
}

#w-node-_1045ee58-3e34-b6be-255c-7f237349eb15-977ade37 {
  place-self: end;
}

#w-node-_1045ee58-3e34-b6be-255c-7f237349eb1a-977ade37, #w-node-_1045ee58-3e34-b6be-255c-7f237349eb1f-977ade37, #w-node-_1045ee58-3e34-b6be-255c-7f237349eb24-977ade37, #w-node-_1045ee58-3e34-b6be-255c-7f237349eb2a-977ade37, #w-node-_1045ee58-3e34-b6be-255c-7f237349eb2f-977ade37 {
  place-self: end start;
}

#w-node-_1045ee58-3e34-b6be-255c-7f237349eb34-977ade37 {
  place-self: end;
}

#w-node-_1045ee58-3e34-b6be-255c-7f237349eb39-977ade37 {
  place-self: end center;
}

#w-node-_1045ee58-3e34-b6be-255c-7f237349eb3e-977ade37, #w-node-_1045ee58-3e34-b6be-255c-7f237349eb43-977ade37, #w-node-_1045ee58-3e34-b6be-255c-7f237349eb48-977ade37, #w-node-_1045ee58-3e34-b6be-255c-7f237349eb4d-977ade37 {
  place-self: end;
}

#w-node-_1045ee58-3e34-b6be-255c-7f237349eb52-977ade37 {
  place-self: end start;
}

#w-node-_1045ee58-3e34-b6be-255c-7f237349eb57-977ade37 {
  place-self: center end;
}

#w-node-eaa4d78d-cf9f-49d7-87c2-ae81121dc2cc-977ade38 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-ddf35f60-4046-a5dc-8dfc-7a16218a2043-977ade38, #w-node-ed6e05a7-8859-5c2e-bfa6-5a34d46c5535-977ade38, #w-node-_38e6cc19-86ef-7eaa-1ab1-b4758b264793-977ade38, #w-node-_2c5230ad-7a3e-1078-2648-792bc8a3d83f-977ade38, #w-node-_4ffe437a-249e-b0bf-4319-d5ced5949c15-977ade38, #w-node-a11f21d4-8fb0-6c15-87e3-d6c169a6536f-977ade38, #w-node-_209d1c9a-5c8e-b2b8-a90f-cc9d58a26396-977ade38, #w-node-_6c110cba-70eb-d829-f5bf-8ff72d91f759-977ade38, #w-node-_0d8e1bb2-4dcf-58bc-ddb2-2969473a2235-977ade38, #w-node-afed102e-1e94-d6d2-0ddb-965b06c57825-977ade38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e5d2762-47b3-db8b-cc0c-4a656fea09c8-977ade38, #w-node-_003d7288-52d9-6c3b-64c7-0783fd2a1b36-977ade38, #w-node-_5865c2f9-085b-8a6d-8622-8912e97a7274-977ade38, #w-node-_5865c2f9-085b-8a6d-8622-8912e97a7256-977ade38 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_82187d72-78de-76a1-d56b-c9a74902fc48-977ade38, #w-node-_82187d72-78de-76a1-d56b-c9a74902fc66-977ade38 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_9acb6e39-e985-ebce-2ef5-19ba02513fee-977ade38 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center start;
}

#w-node-_80744953-1164-62c7-834a-49586763b7b6-977ade38 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_5db75681-33d3-b0fb-2e77-0a4c1ef35b70-977ade38, #w-node-_6eda20d0-05fc-a501-ad3d-6ae5e36c303e-977ade38 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6eda20d0-05fc-a501-ad3d-6ae5e36c3031-977ade38 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-aa962a46-1b1f-caeb-53a1-e229880656b4-977ade38, #w-node-aa962a46-1b1f-caeb-53a1-e229880656dc-977ade38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d008f252-532e-9d09-d9c2-0bb50db72bc3-977ade38 {
  place-self: end start;
}

#w-node-_6b36a120-b831-13db-9104-e521eb83e706-977ade38, #w-node-_8689b8b6-e83a-0577-b4e9-43bb27f11736-977ade38 {
  place-self: end;
}

#w-node-_4f1d5286-8618-b7c4-8f9b-154d93084005-977ade38, #w-node-_52b3093c-671c-ec38-a078-3b81fa20f408-977ade38, #w-node-e3acfc95-87cd-c92c-4015-0873834ac1d1-977ade38 {
  place-self: end center;
}

#w-node-ab6fd3a9-0145-6a3e-94fc-91330bb0f431-977ade38 {
  place-self: end;
}

#w-node-_2bb55183-bd7a-9bae-a4c9-ae37c11720c5-977ade38, #w-node-_05e15299-d605-b9eb-85f8-c9e4e84a86e4-977ade38, #w-node-a9b6046f-debb-78ae-3ea8-b3631ff554a0-977ade38, #w-node-bf08120b-cc2a-e2f0-94fd-84a0476ff2dd-977ade38, #w-node-bf08120b-cc2a-e2f0-94fd-84a0476ff2e2-977ade38 {
  place-self: end start;
}

#w-node-bf08120b-cc2a-e2f0-94fd-84a0476ff2e7-977ade38 {
  place-self: end;
}

#w-node-bf08120b-cc2a-e2f0-94fd-84a0476ff2ec-977ade38 {
  place-self: end center;
}

#w-node-bf08120b-cc2a-e2f0-94fd-84a0476ff2f1-977ade38, #w-node-bf08120b-cc2a-e2f0-94fd-84a0476ff2f6-977ade38, #w-node-bf08120b-cc2a-e2f0-94fd-84a0476ff2fb-977ade38, #w-node-bf08120b-cc2a-e2f0-94fd-84a0476ff300-977ade38 {
  place-self: end;
}

#w-node-bf08120b-cc2a-e2f0-94fd-84a0476ff305-977ade38 {
  place-self: end start;
}

#w-node-bf08120b-cc2a-e2f0-94fd-84a0476ff30a-977ade38 {
  place-self: center end;
}

#w-node-_1ee2bbf4-d768-b6d6-77c4-0c26a6fc854f-977ade39 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_477c0013-9d53-6390-91a5-0711cb36bb21-977ade39, #w-node-_95e76025-80ea-0b65-914a-4340c006b339-977ade39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce0130d9-87d7-23ce-8b64-b40e355aff4f-977ade39 {
  place-self: end start;
}

#w-node-ce0130d9-87d7-23ce-8b64-b40e355aff54-977ade39, #w-node-ce0130d9-87d7-23ce-8b64-b40e355aff59-977ade39 {
  place-self: end;
}

#w-node-ce0130d9-87d7-23ce-8b64-b40e355aff5e-977ade39, #w-node-ce0130d9-87d7-23ce-8b64-b40e355aff63-977ade39, #w-node-ce0130d9-87d7-23ce-8b64-b40e355aff68-977ade39 {
  place-self: end center;
}

#w-node-ce0130d9-87d7-23ce-8b64-b40e355aff6d-977ade39 {
  place-self: end;
}

#w-node-ce0130d9-87d7-23ce-8b64-b40e355aff72-977ade39, #w-node-ce0130d9-87d7-23ce-8b64-b40e355aff77-977ade39, #w-node-ce0130d9-87d7-23ce-8b64-b40e355aff7c-977ade39, #w-node-ce0130d9-87d7-23ce-8b64-b40e355aff82-977ade39, #w-node-ce0130d9-87d7-23ce-8b64-b40e355aff87-977ade39 {
  place-self: end start;
}

#w-node-ce0130d9-87d7-23ce-8b64-b40e355aff8c-977ade39 {
  place-self: end;
}

#w-node-ce0130d9-87d7-23ce-8b64-b40e355aff91-977ade39 {
  place-self: end center;
}

#w-node-ce0130d9-87d7-23ce-8b64-b40e355aff96-977ade39, #w-node-ce0130d9-87d7-23ce-8b64-b40e355aff9b-977ade39, #w-node-ce0130d9-87d7-23ce-8b64-b40e355affa0-977ade39, #w-node-ce0130d9-87d7-23ce-8b64-b40e355affa5-977ade39 {
  place-self: end;
}

#w-node-ce0130d9-87d7-23ce-8b64-b40e355affaa-977ade39 {
  place-self: end start;
}

#w-node-ce0130d9-87d7-23ce-8b64-b40e355affaf-977ade39 {
  place-self: center end;
}

#w-node-_1d12f10a-40e5-380c-5c85-032f2de5d16f-977ade3f, #w-node-_1d12f10a-40e5-380c-5c85-032f2de5d16f-977ade40, #w-node-d2c46902-380a-a1a6-5b66-bcb1769e3c3c-977ade42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e71331a3-cf72-ebf7-93d1-695e8ac2613b-977ade42 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_514c1dbd-eb7e-72e1-a164-f207b9ae954d-977ade47 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_1b5ec5e2-30d2-8efd-13e8-736fc89fb5c6-977ade47, #w-node-_1b5ec5e2-30d2-8efd-13e8-736fc89fb5c8-977ade47, #w-node-_1b5ec5e2-30d2-8efd-13e8-736fc89fb5ca-977ade47, #w-node-_1b5ec5e2-30d2-8efd-13e8-736fc89fb5cc-977ade47, #w-node-_1b5ec5e2-30d2-8efd-13e8-736fc89fb5ce-977ade47, #w-node-_1b5ec5e2-30d2-8efd-13e8-736fc89fb5d0-977ade47, #w-node-_1b5ec5e2-30d2-8efd-13e8-736fc89fb5d2-977ade47, #w-node-_1b5ec5e2-30d2-8efd-13e8-736fc89fb5d4-977ade47, #w-node-_1b5ec5e2-30d2-8efd-13e8-736fc89fb5d6-977ade47, #w-node-_1b5ec5e2-30d2-8efd-13e8-736fc89fb5d8-977ade47, #w-node-fe1ef05a-9ea0-0e39-cd3a-9b98be0f68b5-977ade47, #w-node-f40ccef9-1db0-3ac6-d281-6561f9334d3d-977ade47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f30eebf-34b2-5970-1e30-fb61295eb266-977ade47, #w-node-_5610aadc-6749-9d64-4106-a645658918d7-977ade47 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b948f28d-90bd-a233-5510-a9ae229ead95-977ade47 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_90b508be-21e9-8239-314e-154ea49081d7-977ade47, #w-node-_90b508be-21e9-8239-314e-154ea49081db-977ade47 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-ad906a0c-4b3f-568f-a577-873defc408ea-977ade47, #w-node-f51ccc6b-9c24-03c7-34a7-54c529b49348-977ade47, #w-node-_767df96e-4447-9639-f33d-9f812256c3ca-977ade47, #w-node-_367a892b-d5fb-ee60-589e-812040330bf6-977ade47, #w-node-bffeba78-f9b1-1d6d-ee81-f8f25e2bae8f-977ade47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce7f8f3a-2f95-6395-7d02-9439887b09ce-977ade47 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_57a1c4ff-12cd-229b-d4fe-ceffc03c439a-977ade47 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_12ebecbf-8a27-bf6b-1e38-494970177711-977ade47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22dcb79e-ff84-8f27-a5cb-fbb12c70a6a0-977ade47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9ffd02af-9461-9ddf-7522-a2173ea8e995-977ade47, #w-node-_20d47604-12ad-2b97-9dd7-396f9bd6c925-977ade47, #w-node-daca0a62-c5c4-b978-8167-1f7945934e89-977ade47, #w-node-daca0a62-c5c4-b978-8167-1f7945934e90-977ade47, #w-node-daca0a62-c5c4-b978-8167-1f7945934e97-977ade47, #w-node-_5b04a44e-1503-2573-4507-0d4bfefc1fb0-977ade47, #w-node-_0f5b64bc-8d9a-62e4-6e74-faf1e36a348b-977ade47, #w-node-_14195873-ac94-305a-1a91-0685d26e560e-977ade47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad9da19d-57cb-c02a-8a29-e7cb5f93e6b5-977ade47 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_5a36c88a-8e68-eef0-a9a8-b8cd690255d3-977ade47 {
  grid-area: 2 / 1 / 3 / 8;
}

#w-node-_1045ee58-3e34-b6be-255c-7f237349eaf7-977ade47 {
  place-self: end start;
}

#w-node-_1045ee58-3e34-b6be-255c-7f237349eafc-977ade47, #w-node-_1045ee58-3e34-b6be-255c-7f237349eb01-977ade47 {
  place-self: end;
}

#w-node-_1045ee58-3e34-b6be-255c-7f237349eb06-977ade47, #w-node-_1045ee58-3e34-b6be-255c-7f237349eb0b-977ade47, #w-node-_1045ee58-3e34-b6be-255c-7f237349eb10-977ade47 {
  place-self: end center;
}

#w-node-_1045ee58-3e34-b6be-255c-7f237349eb15-977ade47 {
  place-self: end;
}

#w-node-_1045ee58-3e34-b6be-255c-7f237349eb1a-977ade47, #w-node-_1045ee58-3e34-b6be-255c-7f237349eb1f-977ade47, #w-node-_1045ee58-3e34-b6be-255c-7f237349eb24-977ade47, #w-node-_1045ee58-3e34-b6be-255c-7f237349eb2a-977ade47, #w-node-_1045ee58-3e34-b6be-255c-7f237349eb2f-977ade47 {
  place-self: end start;
}

#w-node-_1045ee58-3e34-b6be-255c-7f237349eb34-977ade47 {
  place-self: end;
}

#w-node-_1045ee58-3e34-b6be-255c-7f237349eb39-977ade47 {
  place-self: end center;
}

#w-node-_1045ee58-3e34-b6be-255c-7f237349eb3e-977ade47, #w-node-_1045ee58-3e34-b6be-255c-7f237349eb43-977ade47, #w-node-_1045ee58-3e34-b6be-255c-7f237349eb48-977ade47, #w-node-_1045ee58-3e34-b6be-255c-7f237349eb4d-977ade47 {
  place-self: end;
}

#w-node-_1045ee58-3e34-b6be-255c-7f237349eb52-977ade47 {
  place-self: end start;
}

#w-node-_1045ee58-3e34-b6be-255c-7f237349eb57-977ade47 {
  place-self: center end;
}

#w-node-_0bc0f64d-3cbe-bf01-324a-903a380bc1f3-977ade4d {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_80b58c1d-a713-2dfc-8473-ce26b1215b60-977ade4d, #w-node-_024f2cc8-3017-5e26-9d7f-2bf07547e001-977ade4d {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_74754042-f569-6ff2-bf79-0aa1d01c63e3-977ade51, #w-node-_51afad64-b371-59d8-9be3-be57608b8d05-977ade51, #w-node-dd944cbf-04d0-c864-5723-705aa7a9a61a-977ade51, #w-node-_8ed1b952-23ff-bc0f-8964-7935e1d755b8-977ade51, #w-node-eb8dec28-6d4f-c86f-c68f-8ba9fc65946d-977ade51, #w-node-babb1a74-1ca8-4e3b-31b3-e12d0db617bd-977ade51, #w-node-bdac6aad-ea46-de38-5682-bb015f0792da-977ade51, #w-node-eb817875-6024-a502-e779-eda35e78cc93-977ade51, #w-node-d3c3c151-1353-6cb9-6eda-5a85beed78a2-977ade51, #w-node-_48a7b1d3-b07a-497b-d5ee-44049694be04-977ade51, #w-node-d153327e-0b89-53f6-8af6-bfb408d9df35-977ade51, #w-node-b40307ba-5bc6-bd78-6e19-712b5713de87-977ade51, #w-node-_548a5b34-b2c2-5a0b-7e8c-aacb07ebb25f-977ade51 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2c2d435b-9dfd-28b9-8b05-b352a8724881-54073438 {
  justify-self: center;
}

#w-node-_2c2d435b-9dfd-28b9-8b05-b352a8724882-54073438, #w-node-_1d12f10a-40e5-380c-5c85-032f2de5d16f-54073438 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_8b8e0488-548a-ff3d-ca63-e0fd4266025b-977ade34, #w-node-bec7aa51-fb20-76ef-7584-afcbc99baa43-977ade34, #w-node-_1d12f10a-40e5-380c-5c85-032f2de5d16f-977ade36, #w-node-_6a7e8094-458a-f2ef-3790-2b2ecea32490-977ade36 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_514c1dbd-eb7e-72e1-a164-f207b9ae954d-977ade37 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-f40ccef9-1db0-3ac6-d281-6561f9334d3d-977ade37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_22dcb79e-ff84-8f27-a5cb-fbb12c70a6a0-977ade37 {
    align-self: center;
  }

  #w-node-_5b04a44e-1503-2573-4507-0d4bfefc1fb0-977ade37, #w-node-_1d12f10a-40e5-380c-5c85-032f2de5d16f-977ade3f, #w-node-_1d12f10a-40e5-380c-5c85-032f2de5d16f-977ade40 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_514c1dbd-eb7e-72e1-a164-f207b9ae954d-977ade47 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-f40ccef9-1db0-3ac6-d281-6561f9334d3d-977ade47 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_22dcb79e-ff84-8f27-a5cb-fbb12c70a6a0-977ade47 {
    align-self: center;
  }

  #w-node-_5b04a44e-1503-2573-4507-0d4bfefc1fb0-977ade47, #w-node-_1d12f10a-40e5-380c-5c85-032f2de5d16f-54073438 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-eaa4d78d-cf9f-49d7-87c2-ae81121dc2cc-977ade2c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_3a3695aa-13dd-eebc-3ac4-64bb1733738e-977ade2c, #w-node-_3a3695aa-13dd-eebc-3ac4-64bb173373be-977ade2c, #w-node-_003d7288-52d9-6c3b-64c7-0783fd2a1b36-977ade2c, #w-node-b4e824b1-4dae-83d5-2d55-b13e0f40ffab-977ade2c, #w-node-_50afd061-6010-95c1-ade1-3d940714b7e3-977ade2c, #w-node-_50afd061-6010-95c1-ade1-3d940714b813-977ade2c {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_0379962e-2534-b517-b76f-33878a4812b9-977ade32 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_0379962e-2534-b517-b76f-33878a4812ba-977ade32 {
    grid-area: 1 / 1 / 2 / 8;
  }

  #w-node-b151216c-cae6-b9fd-f31c-54935d6e1b27-977ade32 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9f6a1c31-cb87-d027-be61-0905060b67dc-977ade34 {
    grid-area: 1 / 1 / 2 / 8;
  }

  #w-node-_5bafd372-1aad-2c84-0e5c-8a343d65a316-977ade34 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d4efdab2-c6fa-de5c-29a3-f6f058de07dc-977ade34 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_64e0e0e3-5c82-16b5-7c2f-5824873f803d-977ade34 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d184e0fb-fdcd-af09-8265-bc9705e08b60-977ade34 {
    grid-area: 1 / 1 / 2 / 8;
  }

  #w-node-_761d649c-65e3-8a7f-8baa-19549fe52446-977ade34 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_761d649c-65e3-8a7f-8baa-19549fe52447-977ade34 {
    grid-area: 1 / 1 / 2 / 8;
  }

  #w-node-_8b8e0488-548a-ff3d-ca63-e0fd4266025b-977ade34, #w-node-bec7aa51-fb20-76ef-7584-afcbc99baa43-977ade34 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0379962e-2534-b517-b76f-33878a4812b9-977ade34 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_0379962e-2534-b517-b76f-33878a4812ba-977ade34 {
    grid-area: 1 / 1 / 2 / 8;
  }

  #w-node-b151216c-cae6-b9fd-f31c-54935d6e1b27-977ade34 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fb685d08-3594-f0b6-d628-cc78aa1b18b2-977ade36 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6a7e8094-458a-f2ef-3790-2b2ecea32490-977ade36 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4eae69aa-0334-cda1-a438-c4cd73743388-977ade37 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_34470153-b466-9bec-9f61-bcd864c4429a-977ade37 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0f30eebf-34b2-5970-1e30-fb61295eb266-977ade37 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5610aadc-6749-9d64-4106-a645658918d7-977ade37 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b948f28d-90bd-a233-5510-a9ae229ead95-977ade37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_90b508be-21e9-8239-314e-154ea49081db-977ade37 {
    grid-area: 1 / 1 / 2 / 8;
  }

  #w-node-_5b04a44e-1503-2573-4507-0d4bfefc1fb0-977ade37 {
    place-self: center;
  }

  #w-node-eaa4d78d-cf9f-49d7-87c2-ae81121dc2cc-977ade38 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_003d7288-52d9-6c3b-64c7-0783fd2a1b36-977ade38 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_1ee2bbf4-d768-b6d6-77c4-0c26a6fc854f-977ade39 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_4eae69aa-0334-cda1-a438-c4cd73743388-977ade47 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_34470153-b466-9bec-9f61-bcd864c4429a-977ade47 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0f30eebf-34b2-5970-1e30-fb61295eb266-977ade47 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5610aadc-6749-9d64-4106-a645658918d7-977ade47 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b948f28d-90bd-a233-5510-a9ae229ead95-977ade47 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_90b508be-21e9-8239-314e-154ea49081db-977ade47 {
    grid-area: 1 / 1 / 2 / 8;
  }

  #w-node-_5b04a44e-1503-2573-4507-0d4bfefc1fb0-977ade47 {
    place-self: center;
  }

  #w-node-_0bc0f64d-3cbe-bf01-324a-903a380bc1f3-977ade4d, #w-node-_80b58c1d-a713-2dfc-8473-ce26b1215b60-977ade4d, #w-node-_024f2cc8-3017-5e26-9d7f-2bf07547e001-977ade4d {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3a3695aa-13dd-eebc-3ac4-64bb1733738e-977ade2c, #w-node-_3a3695aa-13dd-eebc-3ac4-64bb173373be-977ade2c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-bcfa0579-6986-668e-09cb-5d36b8f087e7-b8f087d1 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-b151216c-cae6-b9fd-f31c-54935d6e1b27-977ade32 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_9f6a1c31-cb87-d027-be61-0905060b67dc-977ade34 {
    grid-column-end: 6;
  }

  #w-node-d184e0fb-fdcd-af09-8265-bc9705e08b65-977ade34, #w-node-d184e0fb-fdcd-af09-8265-bc9705e08b6a-977ade34, #w-node-d184e0fb-fdcd-af09-8265-bc9705e08b6f-977ade34, #w-node-d184e0fb-fdcd-af09-8265-bc9705e08b74-977ade34, #w-node-d184e0fb-fdcd-af09-8265-bc9705e08b79-977ade34, #w-node-d184e0fb-fdcd-af09-8265-bc9705e08b7e-977ade34, #w-node-d184e0fb-fdcd-af09-8265-bc9705e08b83-977ade34, #w-node-d184e0fb-fdcd-af09-8265-bc9705e08b88-977ade34 {
    justify-self: center;
  }

  #w-node-_27b8e8aa-3745-70ab-8b8a-b5a99b8fff20-977ade34 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b151216c-cae6-b9fd-f31c-54935d6e1b27-977ade34 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_90b508be-21e9-8239-314e-154ea49081db-977ade37 {
    grid-column: 1 / 5;
  }

  #w-node-_367a892b-d5fb-ee60-589e-812040330bf6-977ade37 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_90b508be-21e9-8239-314e-154ea49081db-977ade47 {
    grid-column: 1 / 5;
  }

  #w-node-_367a892b-d5fb-ee60-589e-812040330bf6-977ade47 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-eaa4d78d-cf9f-49d7-87c2-ae81121dc2cc-977ade2c {
    grid-column-start: 1;
  }

  #w-node-_3e5d2762-47b3-db8b-cc0c-4a656fea09c8-977ade2c {
    grid-column: span 1 / span 1;
  }

  #w-node-_003d7288-52d9-6c3b-64c7-0783fd2a1b36-977ade2c {
    grid-column-end: 2;
  }

  #w-node-b4e824b1-4dae-83d5-2d55-b13e0f40ff96-977ade2c {
    grid-column: span 1 / span 1;
  }

  #w-node-b4e824b1-4dae-83d5-2d55-b13e0f40ffab-977ade2c {
    grid-column-end: 2;
  }

  #w-node-_50afd061-6010-95c1-ade1-3d940714b7c8-977ade2c {
    grid-column: span 1 / span 1;
  }

  #w-node-_50afd061-6010-95c1-ade1-3d940714b7e3-977ade2c {
    grid-column-end: 2;
  }

  #w-node-_50afd061-6010-95c1-ade1-3d940714b7fe-977ade2c {
    grid-column: span 1 / span 1;
  }

  #w-node-_50afd061-6010-95c1-ade1-3d940714b813-977ade2c {
    grid-column-end: 2;
  }

  #w-node-_0379962e-2534-b517-b76f-33878a4812b9-977ade32 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0379962e-2534-b517-b76f-33878a4812ba-977ade32 {
    grid-column-end: 4;
  }

  #w-node-_9f6a1c31-cb87-d027-be61-0905060b67dc-977ade34 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f19162a4-ac88-8d90-1a56-79a0764b110c-977ade34 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_741bd995-dd6a-bd0b-9915-04b41ca8d89c-977ade34 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_64e0e0e3-5c82-16b5-7c2f-5824873f803d-977ade34 {
    grid-column: span 2 / span 2;
  }

  #w-node-d184e0fb-fdcd-af09-8265-bc9705e08b60-977ade34 {
    grid-column-end: 4;
  }

  #w-node-d184e0fb-fdcd-af09-8265-bc9705e08b65-977ade34 {
    justify-self: auto;
  }

  #w-node-d184e0fb-fdcd-af09-8265-bc9705e08b6a-977ade34, #w-node-d184e0fb-fdcd-af09-8265-bc9705e08b6f-977ade34, #w-node-d184e0fb-fdcd-af09-8265-bc9705e08b74-977ade34, #w-node-d184e0fb-fdcd-af09-8265-bc9705e08b79-977ade34, #w-node-d184e0fb-fdcd-af09-8265-bc9705e08b7e-977ade34, #w-node-d184e0fb-fdcd-af09-8265-bc9705e08b83-977ade34, #w-node-d184e0fb-fdcd-af09-8265-bc9705e08b88-977ade34 {
    justify-self: start;
  }

  #w-node-_761d649c-65e3-8a7f-8baa-19549fe52446-977ade34 {
    grid-column: span 2 / span 2;
  }

  #w-node-_761d649c-65e3-8a7f-8baa-19549fe52447-977ade34 {
    grid-column-end: 4;
  }

  #w-node-c6a79385-36d0-18f0-449d-d67b1165df6b-977ade34 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_0379962e-2534-b517-b76f-33878a4812b9-977ade34 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0379962e-2534-b517-b76f-33878a4812ba-977ade34 {
    grid-column-end: 4;
  }

  #w-node-_300e5558-d91e-378d-4ac7-dd4e067d8ec1-067d8ebd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fb685d08-3594-f0b6-d628-cc78aa1b18b2-977ade36 {
    grid-column: span 2 / span 2;
  }

  #w-node-_514c1dbd-eb7e-72e1-a164-f207b9ae954d-977ade37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_90b508be-21e9-8239-314e-154ea49081d7-977ade37 {
    grid-column-start: 1;
  }

  #w-node-_90b508be-21e9-8239-314e-154ea49081db-977ade37, #w-node-bffeba78-f9b1-1d6d-ee81-f8f25e2bae8f-977ade37 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_22dcb79e-ff84-8f27-a5cb-fbb12c70a6a0-977ade37 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-eaa4d78d-cf9f-49d7-87c2-ae81121dc2cc-977ade38 {
    grid-column-start: 1;
  }

  #w-node-_3e5d2762-47b3-db8b-cc0c-4a656fea09c8-977ade38 {
    grid-column: span 1 / span 1;
  }

  #w-node-_003d7288-52d9-6c3b-64c7-0783fd2a1b36-977ade38 {
    grid-column-end: 2;
  }

  #w-node-_9acb6e39-e985-ebce-2ef5-19ba02513fee-977ade38 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1ee2bbf4-d768-b6d6-77c4-0c26a6fc854f-977ade39 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_514c1dbd-eb7e-72e1-a164-f207b9ae954d-977ade47 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_90b508be-21e9-8239-314e-154ea49081d7-977ade47 {
    grid-column-start: 1;
  }

  #w-node-_90b508be-21e9-8239-314e-154ea49081db-977ade47, #w-node-bffeba78-f9b1-1d6d-ee81-f8f25e2bae8f-977ade47 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_22dcb79e-ff84-8f27-a5cb-fbb12c70a6a0-977ade47 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-_0bc0f64d-3cbe-bf01-324a-903a380bc1f3-977ade4d, #w-node-_80b58c1d-a713-2dfc-8473-ce26b1215b60-977ade4d, #w-node-_024f2cc8-3017-5e26-9d7f-2bf07547e001-977ade4d, #w-node-_74754042-f569-6ff2-bf79-0aa1d01c63e3-977ade51, #w-node-_51afad64-b371-59d8-9be3-be57608b8d05-977ade51 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


