@font-face {
  font-family: Neuehaasdisplay;
  src: url('../fonts/NeueHaasDisplay-Roman.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: Neuehaasdisplay;
  src: url('../fonts/NeueHaasDisplay-Mediu.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: Neuehaasdisplay;
  src: url('../fonts/NeueHaasDisplay-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: Eina02;
  src: url('../fonts/Eina02-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Eina02;
  src: url('../fonts/Eina02-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Satoshi Variable;
  src: url('../fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Satoshi-bold;
  src: url('../fonts/Satoshi-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Segoe Script;
  src: url('../fonts/Segoe-Script.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Proxima nova;
  src: url('../fonts/FontsFree-Net-Proxima-Nova-Sbold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: Proxima nova alt;
  src: url('../fonts/Proxima_Nova_Alt_Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: Proxima nova alt;
  src: url('../fonts/Proxima_Nova_Alt_Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: Proxima nova alt;
  src: url('../fonts/Proxima_Nova_Alt_Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: Proxima nova alt;
  src: url('../fonts/Proxima_Nova_Alt_Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
:root {
  --white: white;
  --dark-turquoise: #2fbac2;
  --midnight-blue: #19083b;
  --black: black;
  --footer_bot_darkgreyblue: #202731;
  --footer_greyblue: #2d3847;
  --grey_text: #3d3d3d;
  --hub-purple: #715ef6;
  --light-grey: #f8f8f8;
  --ds_brand_primary_dark: #553ef4;
  --purple: #715ef6;
  --gainsboro: #e8e8e9;
  --lite_white_bg: #f8f7fe;
  --success-green: #2fbac2;
  --hub_subtext: #838383;
  --ds_brand_primary_light: #f6f5fe;
  --ds_ui_black: #141414;
  --ds_ui_grey-5: #525252;
  --ds_ui_white: #fafafa;
  --ds_ui_grey-7: #292929;
  --ds_ui_grey-3: #7a7a7a;
  --ds_primary_regular: #715ef6;
  --ds_brand_primary_reg: #715ef6;
  --ds_brand_secondary_reg: #20bec6;
  --ds_brand_secondary_dark: #19939a;
  --ds_brand_secondary_light: #bdf2f4;
  --ds_brand_tertiary_reg: #e3f2db;
  --ds_brand_tertiary_dark: #8ac969;
  --ds_brand_tertiary_light: #f3faf0;
  --ds_ui_grey-1: #a3a3a3;
  --ds_ui_grey-2: #8f8f8f;
  --ds_ui_grey-4: #666;
  --ds_ui_grey-6: #3d3d3d;
  --ds_sys_salmon_pink: #f79f8c;
  --ds_sys_mauve: #cb9fac;
  --ds_sys_teal: #008299;
  --ds_sys_brown: #7f6545;
  --ds_sys_pink: #ff6482;
  --ds_sys_violet: #812990;
  --ds_sys_royal_blue: #034ea2;
  --ds_sys_blue: #409cff;
  --ds_sys_cyan: #70d7ff;
  --ds_sys_mint: #66d4cf;
  --ds_sys_moss_green: #cbdb2a;
  --ds_sys_green: #009c56;
  --ds_sys_yellow: #ffd426;
  --ds_sys_orange: #f79434;
  --ds_sys_red: #d70015;
  --lynx--black: #1f2022;
  --lynx--grey: #797c83;
  --lynx--white: white;
  --g2: #ff492c;
  /* ===== Hubler Design System v2 — New Pages Only ===== */
  /* Accent: single primary blue. #0AB6D9 cyan is DATA-VIZ ONLY. */
  --h-accent-primary: #0A84FF;
  --h-accent-dark: #005ABF;
  --h-accent-hover: #005ABF;
  /* Surfaces */
  --h-surface-primary: #F8FBFF;
  --h-surface-alt: #EEF6FF;
  --h-surface-card: #FFFFFF;
  --h-tint-10: #E8F0FE;
  /* Text */
  --h-text-primary: #111827;
  --h-text-secondary: #667085;
  /* Borders */
  --h-border-default: #D0DCF0;
  --h-border-card: 0.5px solid #D0DCF0;
  /* Feedback */
  --h-success: #12B76A;
  --h-warning: #F79009;
  --h-error: #F04438;
  /* Data viz only — never UI interactive */
  --h-data-cyan: #0AB6D9;
  /* Legacy compat: map old cyan to new blue for new pages */
  --h-button-primary-bg: var(--h-accent-primary);
  --h-button-primary-text: #FFFFFF;
  --h-button-primary-hover: var(--h-accent-dark);
  --h-button-secondary-bg: #FFFFFF;
  --h-button-secondary-text: var(--h-accent-primary);
  --h-button-secondary-border: var(--h-accent-primary);
  --h-button-secondary-hover: var(--h-tint-10);
  --h-nav-active-bg: var(--h-tint-10);
  --h-nav-active-text: var(--h-accent-primary);
  --h-card-radius: 8px;
  --h-card-padding: 1rem;
  --h-button-radius: 16px;
  --h-button-padding: 14px 28px;
  --h-page-bg: var(--h-surface-primary);
  --h-section-alt-bg: var(--h-surface-alt);
}
.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}
.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}
.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}
.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}
.w-form-formrecaptcha {
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
.w-layout-blockcontainer {
    max-width: 728px;
  }
}
@media screen and (max-width: 767px) {
.w-layout-blockcontainer {
    max-width: none;
  }
}
body {
  color: #1d1d1d;
  font-family: Neuehaasdisplay, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
h1 {
  color: #000;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Eina02, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
}
h2 {
  color: #1d1d1d;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 42px;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}
h4 {
  color: var(--white);
  margin-top: 5px;
  margin-bottom: 2px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}
p {
  color: #1a1a1ac4;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
}
a {
  text-decoration: underline;
}
a.w--current {
  font-family: Neuehaasdisplay, sans-serif;
}
ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}
img {
  max-width: 100%;
  padding: 0;
  display: inline-block;
}
blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin-bottom: 10px;
}
.partnerpage_header {
  z-index: 15;
  background-color: var(--white);
  border-bottom: 1px #eee;
  width: 100%;
  min-height: auto;
  position: sticky;
  inset: 0% auto auto 0%;
}
.nav {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}
.nav-link.w--current {
  color: #2991f4;
}
.nav-link.adjust {
  margin-right: 24px;
}
.hub-hero {
  padding: 170px 10% 200px;
  position: relative;
  overflow: hidden;
}
.hub-container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.hub-container._980 {
  max-width: 980px;
}
.hub-container._1366 {
  max-width: 1366px;
  line-height: 30px;
}
.hub-container._1190 {
  max-width: 1190px;
}
.hero-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}
.value-prop {
  z-index: 5;
  max-width: 50%;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}
.primary-btn {
  background-color: var(--dark-turquoise);
  border-radius: 27px;
  margin-top: 15px;
  margin-right: 20px;
  padding: 14px 40px 17px;
  font-size: 16px;
  font-weight: 400;
  transition: all .2s;
  box-shadow: 0 5px 14px #0000002e;
}
.primary-btn:hover {
  background-color: var(--white);
  color: var(--dark-turquoise);
}
.primary-btn.white-v {
  background-color: var(--white);
  color: var(--dark-turquoise);
  display: none;
  box-shadow: 0 5px 14px #2fbac22e;
}
.primary-btn.white-v:hover {
  background-color: var(--dark-turquoise);
  color: var(--white);
}
.hub-hero_img {
  z-index: 1;
  max-height: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}
.hub-hero_img.tab-hide {
  object-fit: cover;
  max-width: 55%;
  display: block;
}
.hub-hero_img.desk-hide {
  display: block;
}
.hub-block.desk-hide {
  display: none;
}
.hub-title {
  color: var(--midnight-blue);
  margin-bottom: 15px;
  font-size: 45px;
  font-weight: 700;
  line-height: 63px;
}
.hub-how_block.w--current {
  z-index: 1;
  filter: none;
  color: var(--dark-turquoise);
  background-color: #fbfbfb91;
  background-image: url('../images/Icon_awesome-arrow-right.svg');
  background-position: 12px 78%;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom: 2px solid #2fbac2;
  padding-left: 46px;
  padding-right: 15px;
  position: relative;
}
.hub-how_block.last {
  margin-bottom: 0;
}
.hub-2col_block.last {
  margin-top: 40px;
  margin-bottom: 0;
}
.solution-content.left {
  margin-left: 5%;
  padding-right: 0%;
}
.hero-content {
  align-self: center;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-right: 0;
}
.callback-title {
  color: #3e3e3e;
  text-align: center;
  letter-spacing: .25px;
  margin-top: 15px;
  font-family: Proxima nova alt, sans-serif;
  font-weight: 300;
  line-height: 23px;
  display: none;
  overflow: hidden;
}
.callback-title.hero-call-back {
  margin-top: 8px;
  font-family: Sf ui display;
  font-weight: 300;
  display: block;
}
.h2 {
  float: none;
  color: #000;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Eina02, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-decoration: none;
  position: static;
}
.h2.newscard {
  display: block;
}
.h2.white {
  color: var(--white);
}
.h2.white.center {
  color: var(--white);
  text-align: center;
}
.h2.testimonial {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 40px;
}
.h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Eina02, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
}
.h3.white {
  color: var(--white);
}
.hero-inner-wrap {
  align-items: center;
  height: 700px;
  display: flex;
}
.desc {
  color: #333;
  text-align: left;
  font-family: Sf ui display;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.desc.leadership {
  text-align: center;
  max-width: 80%;
  margin: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: Eina02, sans-serif;
}
.desc.leadership.sub-text {
  color: var(--white);
  max-width: 60%;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}
.desc.unibottom {
  text-align: center;
  order: 1;
  align-self: center;
}
.icon-box {
  margin-bottom: 33px;
}
.anchor {
  color: #1e88e5;
  text-decoration: none;
}
.p-desc {
  color: #3e3e3e;
  text-align: left;
  margin-bottom: 0;
  font-family: Proxima nova alt, sans-serif;
  font-weight: 300;
}
.hero-btn-wrap {
  margin-top: 30px;
  text-decoration: none;
  display: inline-block;
}
.container {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 40px;
  position: static;
}
.columns-section_integrate {
  margin-top: 58px;
  margin-bottom: 44px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: opacity .2s;
  display: block;
}
.image-column {
  padding-left: 0;
  padding-right: 0;
}
.content-cover-wrap {
  text-align: center;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-right: 0;
}
.h4 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Eina02, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.h4.text-center.font-regular {
  font-weight: 400;
}
.h4.about-us {
  margin-bottom: 24px;
}
.h4.about-us.light {
  color: var(--white);
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.h4.coctent-text {
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}
.h4.coctent-text.align {
  margin-top: 60px;
}
.content-column {
  align-items: center;
  padding-left: 26px;
  padding-right: 0;
  display: flex;
}
.img {
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #3b3b3b03;
  background-clip: border-box;
  max-width: 80%;
  margin-top: 10px;
  margin-left: 51px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  transition: opacity .2s;
  display: block;
}
.text-image-columns {
  align-items: center;
  display: flex;
}
.text-image-columns.reverse {
  flex-direction: row-reverse;
}
.paragraph {
  text-align: left;
  margin-top: 25px;
  font-family: Proxima nova alt, sans-serif;
  font-weight: 400;
}
.button-wrap {
  font-weight: 600;
}
.cta-content {
  margin-top: 100px;
}
.cta-image {
  text-align: center;
  border-bottom: 1px solid #d2d2d2;
  max-width: 986px;
  margin-left: auto;
  margin-right: auto;
}
.bottom-cta-section {
  padding-top: 0;
  padding-bottom: 130px;
}
.h1 {
  color: var(--black);
  text-align: left;
  justify-content: center;
  font-family: Eina02, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
  display: flex;
}
.h1.homepage {
  text-align: left;
}
.footer-title {
  color: var(--dark-turquoise);
  font-family: Proxima nova alt, sans-serif;
  font-size: 17px;
  font-weight: 400;
}
.footer-top-columns {
  justify-content: space-between;
  display: flex;
}
.list-item {
  line-height: 24px;
}
.footer-link {
  color: #fff;
  letter-spacing: .2px;
  font-family: Proxima nova alt, sans-serif;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  display: block;
}
.footer-menu {
  padding-left: 0;
}
.footer-top {
  background-color: var(--footer_greyblue);
  padding-top: 40px;
  padding-bottom: 40px;
}
 .text-center {
  text-align: center;
}
.columns-section-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.img-2 {
  padding-top: 0;
  display: block;
}
.case-section {
  margin-top: 100px;
  display: none;
}
.case-study-title {
  color: #1a0b3b;
  text-transform: none;
  margin-top: 20px;
  font-size: 30px;
  line-height: 42px;
}
.case-stdy-disc, .columns {
  margin-top: 40px;
  margin-bottom: 40px;
}
.column {
  padding: 55px 45px;
  transition: box-shadow .2s;
  display: block;
}
.column:hover {
  box-shadow: 18px 18px 41px 17px #0000001f;
}
.column.hide {
  display: none;
}
.case-study-logo {
  min-height: 60px;
  max-height: 60px;
}
.sub-title-2 {
  color: #1a0b3b;
  font-size: 33px;
  font-weight: 700;
  line-height: 35px;
  text-decoration: none;
}
.primary-btn-2 {
  background-color: #2fbac2;
  border-radius: 27px;
  margin-top: 15px;
  margin-right: 20px;
  padding: 14px 40px 17px;
  font-size: 16px;
  font-weight: 400;
  transition: all .2s;
  box-shadow: 0 5px 14px #0000002e;
}
.primary-btn-2:hover {
  color: #2fbac2;
  background-color: #fff;
}
.primary-btn-2.white-v {
  color: #2fbac2;
  background-color: #fff;
  display: none;
  box-shadow: 0 5px 14px #2fbac22e;
}
.primary-btn-2.white-v:hover {
  color: #fff;
  background-color: #2fbac2;
}
.heading-6 {
  color: #4f4f4f;
  text-transform: none;
  height: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.html-embed-6 {
  font-size: 14px;
}
.bold-text {
  line-height: 30px;
}
.container-2 {
  min-height: auto;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.blog_post {
  background-color: #0000;
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.collection-item {
  background-color: var(--white);
  box-shadow: none;
  white-space: normal;
  border-radius: 5px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
}
.blog_heading {
  color: #1d1d1d;
  letter-spacing: -2px;
  text-transform: none;
  white-space: normal;
  margin-bottom: 15px;
  font-family: Eina02, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
  display: block;
}
.blog_heading:hover {
  color: var(--black);
  text-decoration: none;
}
.blog_heading.how-to {
  margin-top: 24px;
}
.blog_image {
  object-fit: cover;
  height: 250px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.blog_image.m {
  width: 100%;
}
.author-name {
  margin-bottom: 6px;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 300;
  display: none;
}
.blog_date {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Eina02, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
.blog_text {
  color: var(--grey_text);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.blog_page_post {
  width: 80%;
  min-height: 100vh;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}
.blog_link {
  color: var(--hub-purple);
  text-align: right;
  justify-content: flex-start;
  font-family: Eina02, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: block;
}
.blog_link:hover {
  text-decoration: underline;
}
.blog_image_temp {
  object-fit: cover;
  height: 450px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-section {
  margin-top: 120px;
  margin-bottom: 20px;
}
.container-3 {
  margin-top: 80px;
}
.blog-page-section {
  object-fit: fill;
  display: block;
}
.blog_heading-page {
  color: #1d1d1d;
  letter-spacing: -2px;
  text-transform: none;
  white-space: normal;
  font-family: Eina02, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}
.blog_heading-page:hover {
  color: #1d1d1d;
  text-decoration: none;
}
.subscribe {
  text-align: center;
  background-color: #0000;
  width: 80%;
  min-width: 100px;
  margin: 100px auto 60px;
  padding: 30px;
  display: block;
}
.subscribe.text-center {
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  display: flex;
}
.subscribe_h1 {
  color: #1d1d1d;
  text-align: center;
  letter-spacing: -2px;
  text-transform: none;
  max-width: 80%;
  margin: 40px auto -20px;
  font-family: Merriweather Sans, sans-serif;
  font-size: 32px;
  line-height: 52px;
}
.steps {
  color: #707070;
  font-size: 12px;
  font-weight: 300;
}
.step {
  color: #090909;
  font-family: Proxima nova alt, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 23px;
  overflow: scroll;
}
.step-desc {
  color: #030303;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.hr.w--current {
  color: #3677f3;
  background-color: #0000;
  border-bottom: 3px solid #3677f3;
  border-radius: 0;
  margin-left: 25px;
  margin-right: 25px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 600;
}
.hr.w--current:hover {
  color: #3677f3;
}
.sales.w--current {
  background-color: #0000;
  border: 0 solid #3677f3;
  border-bottom-width: 3px;
}
.services.w--current {
  background-color: #0000;
  border-bottom: 3px solid #3677f3;
}
.operations.w--current {
  background-color: #0000;
  border-bottom: 3px solid #3677f3;
}
.finance.w--current {
  background-color: #0000;
  border-bottom: 3px solid #3677f3;
  border-radius: 3px;
}
.attendance.w--current {
  background-color: var(--light-grey);
  display: block;
  overflow: visible;
}
.attendance.box.w--current {
  background-color: #f8f8f8;
  border-radius: 5px;
}
.attendance.box.w--current:hover {
  background-color: #f8f8f8;
}
.social.w--current:focus {
  background-color: var(--light-grey);
}
.social.w--current:visited {
  background-color: var(--white);
  color: var(--light-grey);
}
.learning.w--current {
  -webkit-text-fill-color: inherit;
  background-color: #f8f8f8;
  background-clip: border-box;
}
.build.w--current:focus {
  background-color: var(--white);
}
.step_box_1.w--current {
  background-color: #daf7f9;
  padding: 10px 12px 15px 30px;
}
.step_box_1.w--current:active {
  border-radius: 8px;
}
.box.survey.w--current {
  background-color: #0000;
}
.box.survey.w--current:focus {
  background-color: #f8f8f8;
}
.box.survey.w--current:visited {
  background-color: var(--light-grey);
}
.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  object-fit: fill;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 32px;
  line-height: 30px;
}
.heading_2 {
  color: #030303;
  text-align: left;
  font-family: Proxima nova alt, sans-serif;
  font-size: 30px;
}
.image-28 {
  z-index: 1;
  float: right;
  clear: left;
  text-align: right;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: -20px;
  position: relative;
}
.footer_container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.paragraph-10, .paragraph-11 {
  text-align: left;
  margin-top: 25px;
  font-family: Proxima nova alt, sans-serif;
}
.html-embed-8 {
  border-radius: 0;
  font-family: Proxima nova alt, sans-serif;
}
.image-29 {
  background-color: #0000;
}
.nav-bar-logo {
  margin-left: 0;
  margin-right: 0;
}
.nav-bar-logo.hrms {
  margin-left: 20px;
}
.div_line_pruple {
  clear: both;
  text-align: left;
  background-color: #96f;
  flex-direction: row;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70px;
  min-height: 2px;
  margin: 24px auto;
  display: inline-block;
  position: static;
  inset: 0% 0% auto auto;
}
.custom_bullets {
  margin-top: 36px;
  margin-bottom: 18px;
  padding-left: 0;
  line-height: 22px;
  list-style-type: none;
}
.columns-4 {
  align-items: center;
  margin-top: 68px;
  display: flex;
}
.columns-5 {
  align-items: center;
  margin-top: 69px;
  display: flex;
}
.contact-form {
  margin-top: 50px;
  padding-top: 0;
  padding-bottom: 0;
}
.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}
.columns-8 {
  margin-top: 40px;
}
.form {
  background-color: var(--light-grey);
  border-radius: 10px;
  padding: 61px;
}
.column-7 {
  padding-left: 0;
  padding-right: 38px;
}
.container-8 {
  margin-bottom: 91px;
}
.form_lato_heading {
  text-transform: none;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 38px;
  display: block;
}
.fieldname {
  font-family: Lato, sans-serif;
}
.field_style {
  background-color: #0000;
  border-radius: 5px;
  font-family: Lato, sans-serif;
}
.field_style:focus {
  background-color: var(--white);
}
.div-block-18 {
  color: #63666b;
  margin-top: 34px;
  margin-bottom: 17px;
  font-family: Lato, sans-serif;
  font-weight: 100;
}
.checkbox-label {
  color: #020202;
  font-weight: 300;
}
.checkbox {
  background-color: #0000;
  border-style: solid;
  border-color: #000;
  font-size: 13px;
}
.div_line {
  background-color: #ccc;
  height: 1px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.submit-button {
  float: left;
  text-align: center;
  border-radius: 8px;
  margin-top: 19px;
  padding: 20px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: inline-block;
}
.div-block-19 {
  flex-direction: column;
  margin-top: 41px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
.text-block-8 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.success-message {
  background-color: #0000;
  padding: 0;
}
.h2_lato {
  color: #202020;
  text-align: left;
  text-transform: none;
  object-fit: fill;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 47px;
  font-weight: 900;
  line-height: 64px;
}
.vendor_sub_head {
  color: #202020;
  text-align: left;
  border: 1px #202020;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}
.vendor_para {
  color: #202020;
  text-align: left;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 29px;
}
.div_line_blue {
  background-color: #1e88e5;
  width: 70px;
  min-height: 2px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.div_line_green {
  background-color: #23c5cc;
  width: 70px;
  min-height: 2px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.vendor_list_2 {
  color: #202020;
  border-bottom: 1px #cfd7df;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 29px;
  list-style-type: none;
}
.business_rules {
  margin-top: 92px;
  margin-bottom: 58px;
}
.column-8 {
  padding-left: 0;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}
.div-block-22 {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 0;
  padding-right: 61px;
  display: block;
}
.vendor_list_3 {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 22px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 26px;
  list-style-type: none;
}
.vendor_para_center {
  color: #202020;
  text-align: center;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 29px;
}
.container-10 {
  text-align: center;
  display: block;
}
.vendor_sub_btn {
  text-align: center;
  background-color: #000;
  border: 1px solid #1d1d1d;
  border-radius: 9px;
  width: 176px;
  max-width: 100%;
  height: 40px;
  margin-top: 18px;
  padding: 8px 33px;
  box-shadow: 1px 1px 3px #00000024;
}
.column-9 {
  padding-left: 0;
  padding-right: 0;
}
.columns-10 {
  margin-left: 0;
  margin-right: 0;
}
.column-10 {
  display: none;
  position: relative;
}
.column-11 {
  flex-wrap: wrap;
  align-items: center;
  padding-right: 65px;
  display: block;
}
.column-14 {
  margin-top: 0;
  padding-left: 20px;
  padding-right: 0;
}
.column-15 {
  padding-left: 0;
  padding-right: 31px;
}
.columns-11 {
  max-width: 100%;
  display: flex;
}
.column-17 {
  padding-left: 0;
}
.column-18 {
  display: block;
}
.nav-link_dropdown.w--current {
  color: #2991f4;
}
.hero-content_1 {
  align-self: flex-start;
  width: 100%;
  max-width: 480px;
  margin-top: 130px;
  margin-left: 70px;
}
.assets_hero {
  margin-top: 130px;
  margin-bottom: 130px;
}
.main_hero_image {
  width: 600px;
  padding-left: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}
.image-41 {
  float: right;
  width: 220px;
  margin-top: -23px;
  margin-right: -39px;
  position: absolute;
  inset: 0% -13% auto auto;
}
.image-42 {
  float: right;
  width: 100px;
  margin-bottom: 2px;
  margin-left: 156px;
  position: absolute;
  inset: auto auto 0% -27%;
}
.assets_sub_head {
  color: #202020;
  border: 1px #202020;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}
.manage_section_assets {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 89px;
  padding-bottom: 0;
  position: relative;
}
.assets_images {
  z-index: 1;
  float: none;
  clear: none;
  border-radius: 10px;
  width: 500px;
  margin-left: 0;
  position: relative;
  box-shadow: 0 7px 20px 4px #0003;
}
.image-43 {
  position: absolute;
  inset: 17% auto auto 0%;
}
.image-44 {
  width: 25%;
  position: absolute;
  inset: auto auto -16% 14%;
}
.no-code_section {
  margin-top: 200px;
  position: relative;
}
.column-20 {
  flex-wrap: wrap;
  align-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: block;
}
.image-45 {
  float: right;
  width: 470px;
  position: absolute;
  inset: 12% -1% auto auto;
}
.qr-code-section {
  margin-top: 101px;
  position: relative;
}
.image-46 {
  z-index: 1;
  float: right;
  position: relative;
}
.image-47 {
  object-fit: fill;
  position: absolute;
  inset: -134px auto 0% -9%;
}
.two-_sections_assets {
  background-color: #0000;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.assets_para {
  color: #202020;
  text-align: left;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 29px;
}
.image-48 {
  width: 860px;
  max-width: 100%;
  position: absolute;
  inset: auto 0% 30%;
}
.image-49 {
  width: 25%;
  position: absolute;
  inset: 0% auto auto 0%;
}
.image-51 {
  float: left;
  clear: right;
  width: 10%;
  margin-left: 70px;
}
.image-52 {
  width: 420px;
  position: absolute;
  inset: -108px 0% 0% auto;
}
.maintainance_assets {
  margin-top: 86px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.columns-13 {
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
}
.approve_assets {
  z-index: 1;
  min-width: 440px;
  margin-top: 250px;
  position: relative;
}
.image-53 {
  width: 550px;
  position: absolute;
  inset: 19% auto 0% 0%;
}
.column-21 {
  padding-left: 0;
}
.image-54 {
  float: right;
  clear: left;
  width: 190px;
  margin-top: 2px;
  margin-right: 0;
  padding-bottom: 0;
  position: absolute;
  inset: -9% 15% auto auto;
}
.columns-14 {
  align-items: center;
  margin-right: 0;
  display: flex;
}
.assets_sub_head_1 {
  color: #202020;
  border: 1px #202020;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}
.columns-15, .business_col_img {
  align-items: center;
  display: flex;
}
.business_col_txt {
  text-align: left;
  flex-wrap: wrap;
  align-items: center;
  display: block;
}
.column-22 {
  padding-left: 0;
  padding-right: 0;
}
.columns-16 {
  align-items: center;
  margin-left: 0;
  display: flex;
}
.column-31 {
  padding-right: 0;
}
.div-block-28 {
  margin-left: 0;
  padding-right: 0;
}
.column-32 {
  padding-left: 38px;
  padding-right: 38px;
}
.expense_sub_head {
  color: #202020;
  text-align: left;
  border: 1px #202020;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}
.image-56 {
  position: absolute;
  inset: -2% auto auto 9%;
}
.expense_list_2 {
  color: #202020;
  border-bottom: 1px #cfd7df;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 29px;
  list-style-type: none;
}
.columns-20 {
  margin-top: 0;
  position: relative;
}
.expense_hero {
  margin-top: 130px;
  margin-bottom: 130px;
  position: static;
}
.make_own_expense {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 89px;
}
.help_sub_head {
  color: #333;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Proxima nova alt, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 37px;
}
.helpdesk_sub_head {
  color: #202020;
  border: 1px #202020;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}
.help_para {
  color: #202020;
  text-align: left;
  margin-top: 0;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 29px;
}
.div_line_br_purple {
  background-color: #96f;
  width: 70px;
  min-height: 2px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.image-59 {
  position: absolute;
  inset: auto auto 24% 11%;
}
.cust_list_hlep {
  background-image: url('../images/Group-26.svg');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-top: 15px;
  padding-left: 31px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 29px;
}
.custom_bullets_help {
  margin-top: 36px;
  margin-bottom: 18px;
  padding-left: 0;
  padding-right: 29px;
  line-height: 22px;
  list-style-type: none;
}
.list_it_help_sty {
  white-space: normal;
  background-image: url('../images/bullet_pr.svg');
  background-position: 0 32%;
  background-repeat: no-repeat;
  background-size: 7px;
  margin-top: 17px;
  margin-bottom: 17px;
  padding-top: 0;
  padding-left: 19px;
  font-size: 16px;
  line-height: 26px;
  list-style-type: none;
}
.column-33 {
  padding-right: 30px;
}
.new_list-help {
  background-image: url('../images/lines_pr.svg');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: 4px 18px;
  border-left: 4px #000;
  margin-top: 15px;
  margin-bottom: 11px;
  margin-left: 5px;
  padding-left: 14px;
}
.image-60 {
  position: absolute;
  inset: auto 19% 0% auto;
}
.column-34 {
  padding-left: 29px;
}
.customer_experience_help {
  margin-top: 100px;
  margin-right: 0;
  padding-bottom: 100px;
  position: relative;
}
.columns-23 {
  align-items: center;
  display: flex;
}
.div-block-33 {
  margin-right: -31px;
}
.div-block-34 {
  padding-right: 67px;
}
.calculate_section {
  margin-top: 112px;
}
.deliver_section {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 89px;
}
.atmatic_prces_sec {
  margin-top: 64px;
  position: relative;
}
.raise_iss_section {
  margin-top: 101px;
  position: relative;
}
.two-_sections_helpdesk {
  background-color: #0000;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.build_2s_2_help {
  margin-top: 92px;
  margin-bottom: 58px;
}
.integrate_section_help {
  margin-top: 80px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.never_section_help {
  margin-top: 163px;
  position: relative;
}
.help_hero {
  z-index: 1;
  float: right;
  width: 640px;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: block;
  position: absolute;
  inset: 18% 0% auto auto;
  overflow: visible;
}
.help_pattern_2 {
  width: 130px;
  position: absolute;
  inset: auto 32% 14% auto;
}
.help_oval_2 {
  float: right;
  width: 550px;
  margin-top: -68px;
  position: absolute;
  inset: 0% 0% 0% auto;
}
.ce_help_col_1 {
  padding-left: 0;
  padding-right: 31px;
}
.ce_help_col_2 {
  display: none;
}
.asset_manage_image {
  z-index: 1;
  float: left;
  width: 580px;
  margin-left: 0;
  position: relative;
  top: 0;
  left: 50px;
  right: 0;
}
.help_pattern {
  float: right;
  width: 130px;
  margin-top: -23px;
  margin-right: 26px;
  position: absolute;
  inset: 17% 3% auto auto;
}
.image-63 {
  float: right;
  width: 750px;
}
.help_pattern_3 {
  width: 196px;
  position: absolute;
  inset: 0% 0% auto auto;
}
.help_para_indent {
  color: #202020;
  text-align: left;
  margin-top: 0;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 29px;
}
.help_pattern_4 {
  width: 700px;
  position: absolute;
  inset: auto 0% 8% auto;
}
.help_customer {
  z-index: 1;
  float: right;
  margin-right: 50px;
  position: relative;
}
.help_build {
  z-index: 1;
  float: right;
  border-radius: 7px;
  width: 580px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
}
.help_pattern_5 {
  width: 20%;
  margin-left: 73px;
  position: absolute;
  inset: auto auto 0% -27%;
}
.help_never {
  z-index: 1;
  float: left;
  border-radius: 12px;
  width: 600px;
  margin-left: 47px;
  margin-right: 0;
  position: relative;
  left: 0;
}
.div-block-35 {
  display: block;
}
.help_col {
  margin-left: 0;
  margin-right: 0;
}
.asset_hero_2 {
  display: block;
  position: relative;
}
.help_div_block {
  margin-top: 30px;
  margin-left: 10px;
}
.column-43 {
  flex-wrap: wrap;
  align-items: center;
  font-family: Lato, sans-serif;
  display: flex;
}
.columns-25 {
  align-items: center;
  display: flex;
}
.image-64 {
  float: right;
  clear: left;
  text-align: right;
  align-self: center;
  margin-top: 0;
  padding-bottom: 25px;
  display: block;
  position: relative;
  inset: 0% 0% 0% auto;
}
.navbar-2 {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 1px 1px 3px -2px #0000007d;
}
.container-37 {
  flex-flow: row;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  position: static;
}
.pricing_section {
  margin-top: 100px;
  margin-bottom: 100px;
}
.price_h1 {
  color: #020202;
  text-align: center;
  text-transform: capitalize;
  font-family: Lato, sans-serif;
  font-size: 32px;
}
.price_sub_head {
  color: #020202;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 400;
}
.price_tag {
  color: #8b8b8b;
  text-align: center;
  margin-top: -5px;
  margin-bottom: -5px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 400;
  text-decoration: line-through;
}
.price_tag_main {
  color: #3677f3;
  text-align: center;
  margin-top: -16px;
  margin-bottom: -16px;
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 700;
  text-decoration: none;
}
.lato_italic {
  text-align: center;
  font-family: Lato, sans-serif;
  font-style: italic;
  font-weight: 300;
}
.price_desc {
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
  list-style-type: none;
}
.price_desc_1 {
  text-align: center;
  border-bottom: 1px solid #00000042;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 9px;
  padding-bottom: 10px;
  font-size: 16px;
}
.price_btn {
  text-align: center;
  flex: 1;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  margin-top: 18px;
  margin-bottom: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: none;
}
.wel_pr_1 {
  text-align: center;
  transform-style: preserve-3d;
  background-color: #f7f7f7;
  border-top: 10px solid #20273159;
  flex-flow: column wrap;
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 10px;
  transition: all .3s ease-in-out;
  display: flex;
}
.wel_pr_1:hover {
  border-top-color: #3677f3;
  transform: translate3d(0, 0, 300px)scale3d(1.05, 1.05, 2);
}
.wel_pr_2 {
  transform-style: preserve-3d;
  background-color: #f7f7f7;
  border-top: 10px solid #202731d1;
  flex-flow: column wrap;
  align-self: stretch;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .3s ease-in-out;
  display: flex;
}
.wel_pr_2:hover {
  border-top-color: #3677f3;
  transform: translate3d(0, 0, 300px)scale3d(1.05, 1.05, 2);
}
.wel_pr_pre {
  transform-style: preserve-3d;
  background-color: #eeeeef;
  border-top: 10px solid #2027318f;
  flex-flow: column wrap;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 19px;
  padding-right: 19px;
  transition: all .3s ease-in-out;
  display: flex;
}
.wel_pr_pre:hover {
  border-style: solid none none;
  border-color: #3677f3;
  border-top-width: 10px;
  transform: translate3d(0, 0, 300px)scale3d(1.05, 1.05, 2);
}
.price_btn_pre {
  text-align: center;
  flex: 1;
  align-self: flex-end;
  margin-top: 53px;
  margin-bottom: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: none;
}
.div-block-36 {
  text-align: center;
  flex-flow: column wrap;
  align-content: space-around;
  align-items: center;
  display: flex;
}
.price_discl_txt {
  color: #020202;
  margin-top: 35px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
}
.price_col {
  transform-style: preserve-3d;
  align-items: stretch;
  margin-top: 34px;
  display: flex;
}
.price_col:hover {
  transform: scale3d(1none, 1none, 1none);
}
.recaptcha {
  white-space: normal;
  margin-top: 22px;
  position: static;
}
.price_discl_txt_2y {
  color: #4b4d50;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
}
.vi_list_form {
  background-image: url('../images/lines_ar.svg');
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: 4px 18px;
  border-left: 4px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 14px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
}
.form_sub_head {
  color: #202020;
  text-align: left;
  text-transform: none;
  border: 1px #202020;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}
.h2_lato_form {
  color: #202020;
  text-align: left;
  text-transform: none;
  object-fit: fill;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 46px;
}
.lato_para_form {
  color: #202020;
  text-align: left;
  margin-top: 24px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 29px;
}
.div-block-38 {
  float: left;
  background-color: #1a1a1a;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  width: 1px;
  height: 71px;
  margin-left: 40px;
  margin-right: 40px;
  display: block;
}
.link-block-2, .link-block-3 {
  float: left;
  display: block;
}
.vilogo {
  display: block;
}
.image-66 {
  text-align: center;
  display: inline-block;
}
.div-block-39 {
  text-align: center;
}
.div-block-40 {
  background-color: var(--dark-turquoise);
  border-radius: 10px;
  padding: 24px;
}
.term_condition {
  background-color: var(--white);
  color: #34373a;
  border-top: 1px solid #646161;
  border-bottom: 1px solid #646161;
  width: auto;
  height: auto;
  margin-left: -62px;
  margin-right: -62px;
  padding: 30px 69px;
}
.term_list {
  background-image: url('../images/bullet_1.svg');
  background-position: 0 19%;
  background-repeat: no-repeat;
  background-size: 6px;
  margin-bottom: 15px;
  margin-left: 5px;
  padding-left: 14px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 300;
  list-style-type: none;
}
.term_list_gp {
  color: #020202;
  padding-left: 0;
}
.terms_checkbox {
  margin-top: 10px;
  transition: all .2s;
}
.link {
  overflow: hidden;
}
.link.w--current {
  overflow: visible;
}
.asset_hero_image {
  z-index: 1;
  float: right;
  clear: left;
  text-align: right;
  min-width: 540px;
  max-width: 100%;
  height: auto;
  margin-top: -40px;
  margin-left: 0;
  margin-right: -70px;
  padding-left: 0;
  display: block;
  position: relative;
  overflow: visible;
}
.asset_boost {
  z-index: 1;
  width: 0;
  min-width: 510px;
  margin-left: 30px;
  padding-right: 0;
  position: relative;
}
.asset_create {
  z-index: 1;
  float: right;
  width: 380px;
  margin-top: 0;
  margin-left: 74px;
  margin-right: 0;
  display: block;
  position: relative;
}
.help_images {
  z-index: 1;
  float: none;
  clear: none;
  position: relative;
}
.help_gain {
  z-index: 1;
  width: 0;
  min-width: 460px;
  margin-left: 30px;
  padding-right: 0;
  position: relative;
}
.image-68 {
  position: absolute;
  inset: auto 32% 3% auto;
}
.content-cover-let {
  text-align: center;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-right: 0;
}
.asset_pattern_2 {
  width: 40%;
  margin-left: 73px;
  position: absolute;
  inset: auto auto 0% -2%;
}
.approve_image_assets {
  z-index: 1;
  width: 440px;
  min-width: 300px;
  position: relative;
}
.lm_h1_32 {
  color: #202020;
  text-align: left;
  text-transform: none;
  object-fit: fill;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 47px;
  font-weight: 900;
  line-height: 64px;
}
.lm_para_12 {
  color: #202020;
  text-align: left;
  margin-top: 40px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}
.lm_hero_btn {
  text-align: center;
  background-color: #000;
  border: 1px solid #1d1d1d;
  border-radius: 10px;
  max-width: 211px;
  height: 40px;
  margin-top: 40px;
  padding: 9px 27px 4px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  box-shadow: 1px 1px 3px #00000024;
}
.lm_hero_1 {
  margin-top: 119px;
  margin-bottom: 130px;
  overflow: hidden;
}
.lm_hero_sub {
  object-fit: fill;
  display: block;
}
.lm_slider_h1 {
  color: #000;
  text-align: left;
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 18px;
}
.lm_slider_para {
  color: #0009;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.slide-3 {
  text-align: center;
  position: static;
}
.slider-2 {
  float: none;
  clear: both;
  object-fit: fill;
  background-color: #0000;
  width: 300px;
  min-height: 420px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 55px;
  padding-bottom: 16px;
  display: inline-block;
  position: relative;
}
.lm_hero_txt {
  align-self: flex-start;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-right: 0;
}
.lm_slider_col {
  text-align: center;
  background-image: url('../images/Path-67742x.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 359px;
  display: block;
  position: static;
}
.lm-slider_text_box {
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}
.slider_img_1 {
  width: 130px;
  margin-top: 10px;
  padding: 0;
  display: inline-block;
}
.slider_img_2 {
  float: none;
  clear: none;
  text-align: center;
  width: 230px;
  margin-top: 23px;
  display: inline-block;
  position: static;
}
.slide-4 {
  position: static;
}
.slider_img_3 {
  float: none;
  clear: none;
  text-align: center;
  width: 150px;
  margin-top: 25px;
  display: inline-block;
  position: static;
}
.slide-nav-3 {
  border: 0 solid #0000;
  margin-bottom: 0;
  display: none;
}
.left-arrow {
  margin-left: -50px;
}
.right-arrow-2 {
  margin-right: -50px;
}
.lm-h1-sec2 {
  color: #000;
  text-align: center;
  letter-spacing: normal;
  text-indent: 0;
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 41px;
  text-decoration: none;
}
.lm_sec_2_con {
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}
.div_line_pruple-lm {
  clear: left;
  text-align: center;
  background-color: #96f;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100px;
  min-height: 2px;
  margin: 38px auto 24px;
  display: block;
  position: static;
  inset: 0% 0% auto auto;
}
.lm_sec_2 {
  position: static;
}
.workflow_pp {
  z-index: 60;
  margin-top: 105px;
  position: relative;
}
.lm_icon_para {
  color: #707070;
  text-align: center;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}
.lm_icons {
  background-color: var(--white);
}
.lm_icon_para_h {
  color: #000;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.lm_col4_col1 {
  background-color: var(--white);
  text-align: center;
  padding: 25px;
  box-shadow: 0 0 10px #00000029;
}
.lm_sec_4 {
  background-color: #e3f1e5;
  margin-top: 0;
  position: relative;
}
.im_sec_4_con {
  position: static;
}
.lm_sec_4_h {
  color: #000;
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 26px;
  line-height: 32px;
}
.div_line_pruple-lm-2 {
  clear: left;
  text-align: left;
  background-color: #812990;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 30px;
  min-height: 3px;
  margin: 10px auto;
  display: inline-block;
  position: static;
  inset: 0% 0% auto auto;
}
.lm_sec_4_para {
  color: #0009;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 29px;
}
.image-74 {
  clear: left;
  border-radius: 22px;
  width: 190px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
  box-shadow: -32px 38px 50px 7px #0006;
}
.lm_sec_4_h_2 {
  color: #000;
  text-transform: none;
  margin-top: 23px;
  font-family: Lato, sans-serif;
  font-size: 26px;
  line-height: 32px;
}
.lm_card_img {
  border-radius: 13px;
  width: 190px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
  box-shadow: 11px 4px 24px 1px #0006;
}
.lm_image_3 {
  border-radius: 22px;
  width: 190px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
  box-shadow: -32px 38px 50px 7px #0006;
}
.lm_sec_4_h2 {
  color: #000;
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 26px;
  line-height: 32px;
}
.lm_sec_4_para2 {
  color: #0009;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 29px;
}
.image-75 {
  width: 550px;
  margin-top: 27px;
  margin-bottom: 27px;
}
.lm_img_4 {
  float: right;
  clear: left;
  border-radius: 22px;
  width: 250px;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0;
  box-shadow: -32px 38px 50px 7px #0006;
}
.im_sec4_col_2_div {
  margin-top: 31px;
}
.column-46 {
  padding-left: 0;
}
.div-block-42 {
  padding-left: 0;
  padding-right: 24px;
}
.div-block-43 {
  margin-top: 54px;
  padding-left: 0;
  padding-right: 24px;
}
.lm_img_3 {
  width: 600px;
  margin-top: 27px;
  margin-bottom: 27px;
}
.lm_subscribe {
  text-align: center;
  background-color: #0000;
  width: 80%;
  min-width: 100px;
  margin: 164px auto 60px;
  padding: 30px;
  display: block;
}
.lm_subscribe_para {
  color: #202020;
  text-transform: none;
  border: 1px #202020;
  font-family: Lato, sans-serif;
  font-size: 47px;
  font-weight: 700;
  line-height: 64px;
}
.lm_sec_5 {
  margin-top: 65px;
}
.lm_sec_5_cont {
  margin-top: 159px;
}
.lm_sec_5_h {
  color: #202020;
  text-align: center;
  text-transform: none;
  border: 1px #202020;
  font-family: Lato, sans-serif;
  font-size: 47px;
  font-weight: 700;
  line-height: 64px;
}
.lm_9icons_h {
  color: #000;
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 26px;
  line-height: 32px;
}
.columns-27 {
  flex-flow: row;
  place-content: space-between space-around;
  align-items: center;
  display: flex;
}
.column-47 {
  align-self: stretch;
}
.column-48 {
  flex: none;
  padding-right: 0;
  display: block;
}
.lm_9icons_p {
  color: #707070;
  text-transform: none;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}
.lm_img_5 {
  width: 600px;
  margin-top: 27px;
  margin-bottom: 27px;
  padding: 0;
  box-shadow: 7px 7px 6px #0000004d;
}
.diagonal_div {
  transform-style: preserve-3d;
  background-color: #fff;
  width: 120%;
  height: 240px;
  position: relative;
  overflow: hidden;
  transform: translate3d(-62px, -133px, -14px)rotate(-9deg);
}
.diagonal_sec {
  background-color: var(--white);
  height: 30px;
  overflow: visible;
}
.white_section {
  background-color: #e3f1e5;
  height: 260px;
  overflow: hidden;
}
.main_div {
  background-color: #e3f1e5;
  width: 100%;
  margin-top: 0;
  position: static;
  inset: auto 0% 0% auto;
  overflow: hidden;
}
.main_div-top {
  width: 100%;
  margin-top: 0;
  position: static;
  overflow: hidden;
}
.columns-28 {
  position: relative;
}
.white_section-_2 {
  background-color: var(--white);
  height: 260px;
  position: relative;
  overflow: hidden;
}
.diagonal_div-_2 {
  transform-style: preserve-3d;
  background-color: #e3f1e5;
  width: 120%;
  height: 240px;
  position: relative;
  overflow: hidden;
  transform: translate3d(-62px, -133px, -14px)rotate(-9deg);
}
.image-76 {
  z-index: 2;
  position: absolute;
  inset: auto auto 0% 15%;
}
.image-77 {
  z-index: 10;
  position: absolute;
  inset: 173px auto 0% -5%;
}
.image-78 {
  position: absolute;
  inset: auto 0% 40% auto;
}
.desc_2 {
  color: #333;
  text-align: left;
  font-family: Sf ui display;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.lm_slider_h2 {
  color: #000;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 29px;
  position: static;
}
.column-49 {
  padding-right: 29px;
}
.column-50 {
  padding-left: 44px;
}
.lm_sec_6 {
  background-color: #e3f1e5;
  margin-top: 0;
  display: none;
  position: relative;
}
.main_div-top_2 {
  width: 100%;
  margin-top: 0;
  display: none;
  position: static;
  overflow: hidden;
}
.main_div_2 {
  background-color: #e3f1e5;
  width: 100%;
  margin-top: 0;
  display: none;
  position: static;
  inset: auto 0% 0% auto;
  overflow: hidden;
}
.lm_sec_6_h {
  color: #000;
  text-align: center;
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 40px;
  line-height: 48px;
}
.lm_col_6_2 {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}
.lm_col_6_c1 {
  clear: none;
  text-align: center;
  flex: 0 auto;
  padding-left: 0;
  padding-right: 96px;
}
.lm_col_6_c2 {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 102px;
  display: block;
  position: static;
}
.col_6_shape {
  z-index: 2;
  margin-bottom: 120px;
  position: absolute;
  inset: auto auto 0% 0%;
}
.lm_img_swiggy {
  float: right;
  clear: none;
  text-align: right;
  border-radius: 50px;
  width: 360px;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: -32px 38px 50px 7px #0006;
}
.image-80 {
  width: 410px;
  padding-right: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}
.lm_grid {
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}
.lm_sec_3_cont-2 {
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}
.grid-_lm {
  grid-column-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 50px;
  padding-left: 0;
  padding-right: 0;
}
.news {
  clear: none;
  background-color: var(--light-grey);
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 40px;
  display: block;
  overflow: auto;
}
.lici_hero_image.tab-hide {
  object-fit: fill;
  max-width: 550px;
  margin-left: -40px;
  position: static;
  overflow: visible;
}
.lici_tab_block.w--current {
  z-index: 1;
  filter: none;
  color: var(--dark-turquoise);
  background-color: #fbfbfb91;
  border-bottom: 2px solid #2fbac2;
  padding-left: 0;
  padding-right: 15px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}
.swiggy_hero_image.tab-hide {
  object-fit: fill;
  max-width: 360px;
  margin-left: 0;
  position: static;
  overflow: visible;
}
.swiggy_tab_block.w--current {
  z-index: 1;
  filter: none;
  color: var(--dark-turquoise);
  background-color: #fbfbfb91;
  border-bottom: 2px solid #2fbac2;
  padding-left: 0;
  padding-right: 15px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}
.div-block-51 {
  display: block;
}
.html-embed-12 {
  text-align: right;
  display: none;
}
.div-block-54 {
  text-align: left;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start center;
  align-items: stretch;
  display: flex;
}
.tab_h.w--current {
  color: var(--black);
  background-color: #0000;
  border: 0 #000;
  border-bottom: 3px solid #000;
  border-radius: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
}
.int_sec.hrms {
  margin-top: 10px;
  margin-bottom: 10px;
}
.image-94.hrms {
  margin-top: 0;
  margin-left: 185px;
  padding-top: 0;
}
.auto_sec_cont.ffff {
  flex-direction: column;
  align-items: center;
  display: flex;
}
.tab_links.w--current {
  background-color: var(--purple);
  color: var(--white);
  border-radius: 8px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}
.nav-btn_black {
  background-color: var(--black);
  color: var(--white);
  border-radius: 10px;
  margin-right: 0;
  padding: 18px 40px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 15px;
  box-shadow: 0 5px 14px #0000002e;
}
.nav-btn_black:hover {
  background-color: var(--purple);
  color: var(--white);
}
.nav-btn_black:focus {
  letter-spacing: .1px;
  max-width: none;
  padding-left: 38px;
  padding-right: 38px;
  font-weight: 500;
}
.nav-btn_black.hhhh {
  background-color: var(--purple);
  margin-top: 20px;
}
.nav-btn_black.hhhh:hover {
  background-color: var(--success-green);
}
.nav-btn_black.hhhh.ccc {
  margin-bottom: 20px;
}
.form-5 {
  justify-content: flex-start;
  height: auto;
  line-height: 26px;
  display: flex;
}
.submit-button-3 {
  background-color: var(--purple);
  align-self: stretch;
  width: 100px;
  height: 55px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
}
.text-field-2 {
  flex: 0 auto;
  order: -1;
  align-self: stretch;
  width: 250px;
  height: 55px;
  line-height: 26;
}
.container-66 {
  margin-top: 40px;
}
.form-block-3 {
  margin-bottom: 0;
  display: block;
}
.cta_button {
  background-color: var(--hub-purple);
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 48px;
  margin-top: 60px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: 0%;
}
.cta_button.about-us {
  width: 175px;
  height: 48px;
  margin-top: 32px;
  margin-left: 0;
  margin-right: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}
.cta_button.hubbleruni {
  margin-top: 36px;
}
.cta_button.unibottom {
  width: 200px;
  margin: 10px auto;
}
.cta_button.ebk-template {
  width: 200px;
  margin-top: 24px;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 400;
}
.cta_button.ebk-template.outlined {
  border: 1px solid var(--hub-purple);
  color: var(--hub-purple);
  background-color: #0000;
  width: 160px;
  height: 32px;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
}
.cta_button.blogs {
  margin-top: 0;
}
.cta_button.banner_button {
  width: 120px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
  font-size: 16px;
  font-weight: 400;
}
.cta_button.leaso {
  width: 250px;
  margin-top: 30px;
}
.cs_info_section_wrapper.wo_img.spacing {
  max-height: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
}
.cs_info_text.l {
  margin-left: 24px;
}
.cs_info_img.relative {
  margin-top: 45px;
  margin-left: 72px;
  position: relative;
}
.cs_info_solution_wrapper.spacing {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-height: 100%;
  margin-top: 72px;
  display: grid;
}
.casestudy_tab_block.w--current {
  border-bottom: 2px solid var(--hub-purple);
  color: var(--hub-purple);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}
.casestudy-section {
  margin-bottom: 36px;
}
.casestudy-section.hide {
  display: none;
}
.casestudy-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.casestudy-cms-card {
  max-width: 50%;
  height: 636px;
  max-height: 636px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px 45px;
  position: relative;
}
.casestudy-cms-card:hover {
  box-shadow: 18px 18px 41px 17px #0000001f;
}
.casestudy-card-heading {
  width: 80%;
  margin-top: 24px;
  font-size: 30px;
  line-height: 42px;
}
.casestudy-cms-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
}
.casestudy-card-description {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.casestudy-card-image {
  clear: none;
  text-align: left;
  width: 60px;
  min-width: 86px;
  max-width: 60px;
  height: 60px;
  min-height: 86px;
  max-height: 60px;
}
.casestudy-button {
  background-color: var(--success-green);
  border-radius: 120px;
  padding: 16px 56px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  bottom: 8%;
  left: 8%;
  right: auto;
  box-shadow: 0 6px 12px #0000001f;
}
.casestudy-button:hover {
  background-color: var(--white);
  color: var(--success-green);
}
.rte {
  margin-top: -110px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.rte h2 {
  font-size: 30px;
}
.rte p {
  padding-bottom: 10px;
  line-height: 24px;
}
.rte figure {
  max-width: 100vw;
  margin-left: 0;
}
.rte img {
  object-fit: fill;
  object-position: 0% 50%;
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.rte.how-to {
  margin-top: 12px;
}
.about-us-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.about-us-sections {
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.about-us-sections.filled {
  background-color: var(--black);
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}
.about-us-sections.header {
  margin-top: 120px;
  margin-bottom: 32px;
}
.about-us-sections.header.ebk-header {
  margin-bottom: 24px;
  padding-top: 24px;
  padding-bottom: 0;
}
.about-us-sections.footer {
  margin-top: 0;
}
.about-us-content {
  grid-column-gap: 112px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}
.about-us-img {
  max-width: 100%;
}
.about-us-img.sections {
  max-width: 90%;
}
.about-us-img.ebook {
  max-width: 80%;
}
.about-us-img.blogs-secondary-tag {
  max-width: 100%;
}
.about-us-img-wrapper {
  margin-right: 80px;
}
.about-us-img-wrapper.flipped {
  margin-left: 0;
  margin-right: 0;
}
.about-us-img-wrapper.flipped.sections {
  margin-left: 80px;
}
.about-us-content-wrapper {
  max-width: 80%;
  margin-left: 80px;
  margin-right: 0;
}
.about-us-content-wrapper.sections {
  max-width: 70%;
  margin-left: 0;
  margin-right: 80px;
  padding-left: 24px;
}
.about-us-content-wrapper.sections.flipped {
  margin-left: 80px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 24px;
}
.about-us-des {
  margin-right: 60px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 28px;
}
.about-us-des.light {
  color: var(--white);
  text-align: left;
}
.how-to-cms {
  max-width: 80%;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
}
.how-to-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  border: 1px #0000;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  height: 250px;
  margin-bottom: 32px;
  padding: 16px 24px;
  text-decoration: none;
  display: grid;
  box-shadow: 1px 1px 3px #00000026, 6px -1px 12px 2px #0000001a;
}
.how-to-card:hover {
  box-shadow: 4px 4px 6px 0 var(--success-green);
  text-decoration: none;
}
.how-to-card:active {
  box-shadow: 1px 1px 3px 0 var(--success-green);
  border-style: none;
}
.how-to-heading {
  color: var(--footer_bot_darkgreyblue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Eina02, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  text-decoration: none;
}
.how-to-description {
  color: var(--hub_subtext);
  margin-top: 12px;
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}
.collection-list-wrapper-5 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.how-to-template {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.how-to-template.heading {
  width: 50%;
  margin-top: 96px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.how-to-body-section {
  margin-bottom: 36px;
}
.how-to-help {
  background-color: #0000;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
}
.how-to-help.how-to-page-collection {
  width: 50%;
}
.how-to-footer-section {
  background-image: none;
  margin-bottom: 36px;
  display: none;
}
.how-to-help-heading {
  color: var(--grey_text);
  margin: 0;
  padding: 24px 40px 16px;
  font-family: Eina02, sans-serif;
}
.how-to-paragraph {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 24px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Roboto, sans-serif;
}
.how-to-heading-section {
  background-image: none;
  padding-top: 36px;
  padding-bottom: 24px;
}
.link-5, .link-6 {
  color: var(--hub-purple);
}
.text-block-9 {
  color: var(--hub-purple);
  font-family: Eina02, sans-serif;
}
.link-block-6 {
  margin-bottom: 16px;
  font-size: 16px;
}
.how-to-img {
  margin-right: 16px;
}
.how-to-img-body {
  max-width: 100%;
  display: inline-block;
}
.how-to-img-body-adjust {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}
.ds_hero.title {
  color: var(--ds_ui_black);
  min-width: auto;
  min-height: auto;
  font-family: Eina02, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 56px;
  display: block;
}
.ds_hero.title.uniadjust {
  text-align: left;
  min-width: auto;
  min-height: auto;
  display: block;
}
.ds_hero.subtitle {
  color: var(--black);
  margin-top: 16px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 30px;
}
.ds_hero.subtitle.adjust {
  max-width: 80%;
  margin-top: 32px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.ds_hero.subtitle.uniadjust {
  max-width: 70%;
  margin-top: 36px;
  font-weight: 700;
}
.ds_hero.subtitle.ebkadjust {
  max-width: 70%;
  margin-top: 40px;
  font-weight: 500;
}
.ds_hero.subtitle.blog_adjust {
  max-width: 80%;
  margin-top: 24px;
}
.ds_hero.subtitle.blog_adjust.tag {
  border: 1px solid var(--ds_ui_grey-5);
  color: var(--ds_ui_grey-5);
  background-color: #0000;
  border-radius: 24px;
  margin-top: 24px;
  padding: 4px 16px;
}
.ds_hero.subtitle.leaso {
  margin-top: 24px;
  margin-bottom: 0;
}
.ds_pnav.title {
  font-family: Roboto, sans-serif;
  font-size: 18px;
}
.ds_button_t.text {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.ds_button_t.link {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.ds_tab.title {
  font-family: Eina02, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.ds_card.title {
  min-width: auto;
  min-height: auto;
  font-family: Eina02, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  display: block;
}
.ds_card.title.bold-text {
  font-weight: 700;
}
.ds_card.title.unicard {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
}
.ds_card.title.blog {
  min-width: auto;
  min-height: auto;
  margin-top: 8px;
  margin-bottom: 8px;
}
.ds_card.subtitle {
  color: var(--ds_ui_grey-7);
  font-family: Roboto, sans-serif;
  font-size: 16px;
}
.ds_card.subtitle.cms {
  font-family: Eina02, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
.ds_card.subtitle.uniadjust {
  max-width: 80%;
  margin-top: 16px;
}
.ds_card.link {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.ds_card.link.cms {
  font-family: Eina02, sans-serif;
  font-weight: 700;
  line-height: 24px;
}
.ds_card.overline {
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 24px;
}
.ds_card.overline.cms {
  line-height: 20px;
}
.ds_card.body {
  font-family: Roboto, sans-serif;
  line-height: 16px;
}
.ds_card.body.cms {
  font-size: 16px;
  line-height: 20px;
}
.ds_card.body.ebk {
  color: var(--ds_ui_grey-3);
  margin-top: 32px;
  display: none;
}
.ds_card.body.ebk-template {
  color: var(--ds_primary_regular);
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: 500;
  text-decoration: none;
}
.ds_card.body.ebk-latest {
  margin-bottom: 16px;
  display: none;
}
.ds_card.body.blog {
  margin-bottom: 16px;
  font-weight: 400;
}
.ds_card.ebk {
  font-family: Roboto, sans-serif;
}
.ds_section.title {
  text-align: center;
  min-width: auto;
  min-height: auto;
  padding-right: 48px;
  font-family: Eina02, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
}
.ds_section.title.dark {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
}
.ds_section.title.dark.uniadjust {
  margin-top: 40px;
  display: block;
}
.ds_section.title.adjust {
  color: var(--ds_ui_grey-7);
  text-align: left;
  padding-right: 0;
}
.ds_section.title.uniadjust {
  padding-right: 0;
}
.ds_section.title.ebk {
  text-align: left;
  max-width: 90%;
  padding-right: 0;
}
.ds_section.body {
  font-family: Roboto, sans-serif;
  font-size: 22px;
  line-height: 28px;
}
.ds_section.subtitle {
  color: var(--ds_ui_black);
  font-family: Roboto, sans-serif;
  font-size: 16px;
}
.ds_section.subtitle.leadership-card {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.ds_section.subtitle.dark {
  color: var(--ds_ui_white);
  margin-top: 10px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 400;
}
.ds_section.subtitle.adjust {
  max-width: 80%;
  margin-top: 24px;
}
.ds_section.subtitle.uniadjust {
  max-width: 70%;
  margin-top: 16px;
  line-height: 24px;
}
.ds_section.subtitle.bold {
  font-weight: 500;
}
.ds_section.subtitle.unicard {
  color: var(--ds_ui_grey-7);
  font-weight: 500;
}
.ds_section.subtitle.ebkadjust {
  max-width: 70%;
  margin-top: 24px;
  font-weight: 400;
  line-height: 24px;
}
.ds_section.subtitle.ebk {
  max-width: 90%;
  margin-top: 16px;
}
.ds_section.subtitle.ebk-template {
  max-width: 100%;
  margin-top: 16px;
}
.ds_section.subtitle.blog_adjust {
  max-width: 80%;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.ds_section.subtitle.blog_adjust.tags {
  margin-top: 40px;
  margin-bottom: 16px;
}
.ds_section.title_overline {
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 24px;
}
.ds_section.subtitle {
  color: #141414;
  margin-top: 24px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.ds_footer.title {
  font-family: Eina02, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.ds_footer.subtitle {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}
.schedule-demo-section-dark {
  background-color: var(--black);
}
.leadership-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}
.leadership-img-cards {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 120px;
  padding-right: 120px;
  display: grid;
}
.leadership-img-card {
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 24px;
  text-decoration: none;
  transition: box-shadow .12s;
  display: flex;
}
.leadership-img-card:hover {
  box-shadow: 4px 4px 3px 0 var(--dark-turquoise);
}
.leadership-card-img {
  border-radius: 8px;
  max-width: 100%;
  margin-bottom: 0;
  padding: 0;
  display: block;
}
.text-block-12 {
  color: var(--ds_ui_grey-7);
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}
.text-block-13 {
  color: var(--ds_ui_grey-7);
  padding-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.leadership-desc {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  padding: 48px 32px;
  display: grid;
  box-shadow: 0 0 24px #0000001f;
}
.leadership-title {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}
.leadership-content {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.leadership-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.leadership-subtitle {
  margin-bottom: 32px;
}
.linkedin-icon {
  max-width: 75%;
  padding: 0;
}
.leadership-img-desc {
  object-fit: contain;
  width: 300px;
  height: 300px;
  position: relative;
  top: 24px;
}
.leadership-img-scroll {
  position: relative;
  top: 0;
}
.hubbler-uni-wrapper {
  max-width: 1100px;
  margin: 36px auto;
}
.hubbler-uni-content {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.hubbler-uni-content.uniclickcard {
  margin-top: -36px;
}
.hubbler-uni-content.unisectiontitle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}
.hubbler-uni-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e9e8fc;
  background-image: url('../images/Uni_Card_Background.svg');
  background-position: 0 0;
  border-radius: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 48px;
  display: grid;
}
.hubbler-uni-card.hubbler-uni-lms {
  border: 1px solid var(--ds_ui_black);
  cursor: pointer;
  background-color: #0000;
  background-image: none;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
}
.hubbler-uni-card.hubbler-uni-lms:hover {
  background-color: #715ef630;
  background-image: none;
  border-style: solid;
  border-color: #0000;
}
.unicard-points {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 24px;
  display: flex;
}
.unicard-points.first {
  margin-top: 24px;
}
.unibullet-icon {
  margin-top: 1px;
  margin-bottom: auto;
  display: block;
}
.hubbler-uni-card-imgcontainer {
  justify-content: center;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.hubbler-uni-card-clm2 {
  margin-top: auto;
  margin-bottom: auto;
}
.hubbler-uni-section {
  margin-top: 36px;
  margin-bottom: 36px;
}
.hubbler-uni-section.unibottom {
  padding-bottom: 4px;
}
.hubbler-uni-card-img {
  max-width: 80%;
}
.div-block-111 {
  margin-top: auto;
  margin-bottom: auto;
}
.image-119 {
  max-width: 100%;
  display: block;
}
.arrow {
  justify-content: flex-end;
  display: flex;
  position: relative;
  top: 60px;
  left: -30px;
}
.leadership-des-llight {
  color: var(--white);
  padding-left: 24px;
  padding-right: 24px;
}
.ebk-section {
  object-fit: fill;
}
.ebk-section.ebk-template {
  margin-top: 112px;
}
.ebk-section.ebk-temp {
  margin-top: 40px;
  display: block;
}
.ebk-wrapper {
  margin: 36px auto;
}
.ebk-content {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.ebk-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px none var(--ds_ui_black);
  color: var(--ds_ui_grey-7);
  border-radius: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: block;
}
.ebk-img-clmn {
  background-color: #f9f8ff;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  flex-flow: column;
  align-items: center;
  display: flex;
}
.ebk-img-clmn.ebklst {
  border-radius: 40px 0 0 40px;
}
.ebk-arrow {
  position: relative;
  top: 24px;
  left: 12vw;
}
.ebk-arrow.ebklst {
  max-width: 50%;
  top: 16px;
  left: 8vw;
}
.ebk-arrow.ebk-template {
  display: none;
}
.ebk-card-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--ds_ui_grey-1);
  border-radius: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: grid;
}
.ebk-card-content.ebklst {
  grid-template-columns: .5fr 1.25fr;
}
.ebk-card-content.ebk-template {
  border-color: var(--ds_ui_grey-1);
  grid-template-columns: .5fr .75fr;
}
.ebk-card-content.ebk-template.blog-rlt-read {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--ds_ui_white);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 0 32px 24px;
  display: grid;
}
.ebk-img-cover {
  max-width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0;
  display: block;
}
.ebk-img-cover.ebklst {
  max-width: 50%;
  padding-top: 12px;
  padding-bottom: 24px;
}
.ebk-img-cover.ebk-template {
  padding-top: 32px;
}
.ebk-txt-clmn {
  margin: 16px 24px 16px 48px;
}
.ebk-txt-clmn.rt {
  margin-left: 0;
  margin-right: 0;
}
.ebk-txt-clmn.blog-rlt-read.dwn {
  margin-bottom: -24px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}
.ebk-txt-clmn.blog-rlt-read.up {
  margin-left: 0;
  margin-right: 0;
}
.ebk-library {
  margin-top: 24px;
  display: none;
}
.collection-item-3 {
  margin-top: 24px;
}
.rte-ebk {
  margin-top: 8px;
  margin-right: 16px;
  display: block;
}
.rte-ebk p {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.rte-ebk ul {
  padding-left: 24px;
  list-style-type: none;
}
.rte-ebk li {
  color: var(--ds_ui_grey-7);
  background-image: url('../images/Uni_Bullet_Icon.svg');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-bottom: 16px;
  padding-left: 32px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.ebk-clmn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.ebk-cnt-template {
  margin-left: 16px;
  margin-right: 32px;
}
.ebk-img-template {
  margin-left: auto;
  margin-right: auto;
}
.pop-up-button {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--hub-purple);
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 48px;
  margin: 16px auto 8px 0;
  padding: 8px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: static;
  top: 40vh;
}
.pop-up-button:hover {
  opacity: .8;
  color: #fcfcfc;
}
.pop-up-button:active {
  opacity: 1;
}
.pop-up-button.download {
  cursor: pointer;
  margin-top: 24px;
  margin-bottom: 0;
  margin-left: 0;
}
.pop-up-button.ebk-download {
  margin-top: 8px;
  margin-bottom: 0;
}
.pop-up-button.center {
  flex-flow: row;
  flex: 1;
}
.pop-up-wrapper {
  z-index: 30;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  transition: opacity .2s;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}
.pop-up-wrapper.leaso, .pop-up-wrapper.home {
  display: none;
}
.pop-up-back {
  background-color: #20202099;
  display: block;
  position: absolute;
  inset: 0%;
}
.pop-up-form {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  margin-top: 24px;
  display: flex;
}
.ebk-cms-form {
  display: block;
}
.pop-up-exit-button {
  opacity: .2;
  cursor: pointer;
  transition: opacity .2s;
  position: absolute;
  inset: 20px 20px auto auto;
}
.pop-up-exit-button:hover {
  opacity: .8;
}
.popup-form-error {
  color: #444;
  background-color: #dee5eb;
  border-radius: 6px;
  padding: 16px;
}
.pop-up-box {
  cursor: auto;
  background-color: #fff;
  border-radius: 8px;
  max-width: 500px;
  margin: auto;
  padding: 8px 32px;
  transition: opacity .2s;
  display: block;
  position: relative;
  top: 3vh;
}
.pop-up-form-success {
  color: #33383f;
  background-color: #fcfcfc;
  border-radius: 4px;
  padding: 16px 16px 0 0;
  font-size: 16px;
  line-height: 1.4em;
}
.ebk-download-img {
  position: relative;
}
.ebk-download-img.pop-up {
  max-width: 25%;
}
.ebk-download {
  margin-bottom: 16px;
  display: flex;
}
.ebk-download.success {
  margin-top: 16px;
}
.ebk-download-img-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  flex: 1;
  order: -1;
  justify-content: center;
  align-items: center;
  display: flex;
}
.ebk-download-img-wrapper.success {
  justify-content: flex-start;
}
.form-field-wrapper {
  margin-bottom: 24px;
  display: block;
  position: relative;
}
.field-label {
  font-size: 16px;
  line-height: 130%;
}
.text-field-ebk {
  background-color: #0000;
  border: 2px solid #0003;
  border-radius: 10px;
  height: 56px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  transition: border-color .3s;
}
.text-field-ebk:hover {
  border-color: #00000080;
}
.text-field-ebk:focus {
  border-color: #0500ff;
}
.form-field-error {
  color: #fff;
  text-align: right;
  background-color: #ff5d70;
  border-radius: 5px;
  max-width: 95%;
  padding: 2px 7px;
  font-size: 13px;
  line-height: 130%;
  display: block;
  position: absolute;
  inset: auto 10px -9px auto;
}
.ebk-back-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}
.ebk-back {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}
.pop-up-text {
  text-align: left;
  margin-bottom: 16px;
  font-size: 16px;
}
.news-letter-section {
  display: block;
}
.news-letter-wrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.blog-tags {
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
}
.blog-tags.hide {
  display: none;
}
.blogs-primary-tags {
  display: inline-block;
}
.rte-link {
  flex: 0 auto;
  display: block;
}
.rte-link ul {
  margin-bottom: 0;
  padding-left: 16px;
  list-style-type: none;
}
.rte-link li {
  color: var(--ds_ui_grey-7);
  cursor: pointer;
  background-image: url('../images/Uni_Bullet_Icon.svg');
  background-position: 0 4%;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-bottom: 16px;
  padding-left: 32px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color .4s;
  display: block;
}
.rte-link li:hover {
  color: var(--ds_primary_regular);
  text-decoration: underline;
}
.blog-rlt-read-container {
  width: 80%;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}
.blog-rlt-read-wrapper-links {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.news-letter-content {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.news-letter-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e9e8fc;
  background-image: url('../images/Uni_Card_Background.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 250px;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.news-letter-card.blog {
  background-position: 0 30%;
  background-size: auto 300px;
  display: none;
}
.image-121 {
  margin-left: 16px;
}
.div-block-124 {
  flex: 1;
  margin-right: 25px;
}
.text-field-3 {
  border: 1px solid var(--ds_brand_primary_reg);
  border-radius: 8px;
  width: 60%;
  height: 48px;
  min-height: 40px;
  margin-top: 0;
  margin-right: 24px;
}
.div-block-126 {
  grid-column-gap: 32px;
  flex-direction: column;
  margin: 16px 40px;
  display: flex;
}
.success-subscription {
  background-color: var(--ds_ui_white);
  border-radius: 16px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.banner {
  z-index: 15;
  background-color: var(--ds_ui_black);
  flex-direction: row;
  height: 120px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0 0% auto;
}
.banner-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}
.banner-text {
  color: var(--ds_brand_primary_light);
  padding-left: 0;
  padding-right: 16px;
  font-family: Eina02, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}
.banner-text.banner-link {
  color: var(--ds_sys_mint);
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  transition: color .15s cubic-bezier(.655, .13, .25, 1);
}
.banner-text.banner-link:hover {
  color: var(--ds_brand_secondary_light);
  text-decoration: underline;
}
.banner-close-img {
  margin-left: 16px;
  margin-right: 40px;
}
.banner-link {
  cursor: pointer;
  align-items: center;
  text-decoration: none;
  display: flex;
}
.banner-close {
  flex-direction: row;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}
.banner-wrapper {
  width: 100%;
  display: flex;
}
.banner-anim {
  z-index: 0;
  object-fit: fill;
  background-color: #0000;
  flex-direction: row;
  height: 120px;
  margin-top: 0;
  display: block;
  position: relative;
  top: 90px;
  left: 0%;
  right: 0%;
  overflow: hidden;
}
.div-block-130 {
  flex-direction: column;
  margin-left: 24px;
  text-decoration: none;
  display: flex;
}
.tag-text {
  border: 1px solid var(--ds_brand_primary_reg);
  background-color: var(--ds_brand_primary_reg);
  color: var(--ds_ui_white);
  border-radius: 16px;
  justify-content: flex-start;
  padding: 4px 16px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  display: inline-block;
}
.tag-text.primary {
  border-color: var(--ds_ui_grey-6);
  background-color: var(--ds_ui_grey-6);
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.tag-text.primary.blog {
  color: var(--ds_ui_grey-6);
  background-color: #0000;
}
.tag-text.primary.blog:hover {
  background-color: var(--ds_ui_grey-6);
  color: var(--ds_brand_primary_light);
}
.tags-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 8px;
  display: inline-block;
  position: relative;
}
.tags-list {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 4px;
  display: block;
}
.tag {
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}
.tag.primary {
  margin-bottom: 8px;
  margin-right: 8px;
}
.tags-wrapper {
  margin: 8px auto;
  padding-right: 0;
}
.div-block-133 {
  align-items: center;
  display: flex;
}
.ebooklink-wrapper {
  width: 100%;
}
.ebooklink-list {
  flex-direction: row;
  justify-content: center;
  display: flex;
}
.tag_blog_link {
  text-decoration: none;
}
.tag_blog_lnk {
  text-align: left;
  justify-content: flex-end;
  text-decoration: none;
  display: flex;
}
.blog-wrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  display: block;
}
.blog-tags-wrapper {
  margin-top: 24px;
}
.div-block-135 {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.ebooklink-item {
  flex: 0 auto;
}
.success-message-5 {
  border: 1px solid var(--ds_ui_grey-6);
  background-color: var(--lite_white_bg);
  border-radius: 4px;
}
.blog-sharable {
  z-index: 50;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  width: 32px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -60px;
  display: flex;
  position: sticky;
  top: 68%;
  bottom: auto;
  left: 0%;
}
.blog-sharable.bottom {
  display: none;
}
.blog_banner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e9e8fc;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  height: 120px;
  margin: 24px auto;
  display: grid;
  overflow: hidden;
}
.blog_banner.mobile {
  grid-template-columns: .25fr 1fr;
  height: 130px;
}
.blog_banner_wrapper {
  justify-content: flex-start;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}
.blog_banner_section {
  max-width: 1100px;
  margin: 40px auto;
  display: block;
}
.hide {
  display: none;
}
.blog_banner_cta_text {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  height: 130px;
  padding-left: 24px;
  display: flex;
}
.blog_banner_cta_btn {
  align-items: center;
  height: 130px;
  margin-left: 24px;
  display: flex;
}
.image-128 {
  max-width: 100%;
  margin-top: -12px;
}
.blog_banner_clmn {
  justify-content: space-between;
  margin-right: 24px;
  display: flex;
}
.social-share-btn {
  width: 32px;
  height: 32px;
}
.html-embed-btn {
  background-image: url('../images/inmail.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  height: 100%;
}
.html-embed-btn.linkedin {
  cursor: pointer;
  background-image: url('../images/linkein.svg');
}
.html-embed-btn.twitter {
  cursor: pointer;
  background-image: url('../images/twitter.svg');
}
.html-embed-btn.mail {
  cursor: pointer;
}
.div-block-140 {
  display: none;
}
.nav-menu-blk {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}
.nav-link-txt {
  color: #1d1d1d;
  margin-left: 24px;
  margin-right: 24px;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
  display: block;
}
.nav-link-txt.w--current {
  color: var(--ds_brand_primary_reg);
}
.nav-link-txt.hide {
  display: none;
}
.nav-bar-wrapper {
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  display: flex;
}
.nav-button {
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  margin-left: 8px;
  margin-right: 0;
  padding: 18px 40px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 15px;
  box-shadow: 0 5px 14px #0000002e;
}
.nav-button:hover {
  color: #fff;
  background-color: #715ef6;
}
.nav-button:focus {
  letter-spacing: .1px;
  max-width: none;
  padding-left: 38px;
  padding-right: 38px;
  font-weight: 500;
}
.btw-section {
  margin-top: 120px;
  position: static;
}
.btw-section-container {
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}
.ds_midsection {
  color: var(--ds_ui_grey-6);
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
}
.lm_image_3-2 {
  border-radius: 22px;
  width: 190px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
  box-shadow: -32px 38px 50px 7px #0006;
}
.sections-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}
.sections-content.spacing {
  max-height: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}
.content-sections {
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.content-sections.last {
  padding-bottom: 40px;
}
.content-img-wrapper {
  margin-left: 80px;
  margin-right: 0;
}
.content-img-wrapper.flipped {
  margin-left: 0;
  margin-right: 80px;
}
.content-sections-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.desc-2 {
  color: #333;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.content-sections-text-wrapper {
  max-width: 80%;
  margin-left: 24px;
  margin-right: 80px;
  display: block;
}
.content-sections-text-wrapper.flipped {
  margin-left: 80px;
  margin-right: 32px;
}
.features-section {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.features-heading {
  color: var(--white);
  text-align: center;
  text-transform: none;
  border: 1px #202020;
  font-family: Eina02, sans-serif;
  font-size: 47px;
  font-weight: 700;
  line-height: 64px;
}
.link-block-7 {
  justify-content: flex-end;
  text-decoration: none;
  display: flex;
}
.faq-kb {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
}
.ncf-filter-control-search {
  border-radius: 8px;
  width: 80%;
  height: 48px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Proxima nova alt, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.ncf-filter-control-search:active {
  border: 1px solid var(--purple);
}
.ncf-filter-control-search::placeholder {
  color: #bebebe;
  font-family: Proxima nova alt, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.ncf-filter-categorie-chip {
  color: var(--black);
  background-color: #715ef63d;
  border-radius: 4px;
  margin-right: 8px;
  padding: 6px 8px;
  font-family: Proxima nova alt, sans-serif;
  text-decoration: none;
  display: block;
}
.leaso-faq-tab {
  color: var(--purple);
  text-align: center;
  font-family: Eina02, sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.tab-link-faq {
  border: 1px solid var(--ds_brand_primary_reg);
  background-color: #0000;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 50%;
  padding: 12px 32px;
}
.tab-link-faq.w--current {
  border: 1px solid var(--ds_brand_primary_reg);
  background-color: #715ef63d;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 50%;
  padding: 12px 32px;
}
.tab-link-kb {
  border: 1px solid var(--ds_brand_primary_reg);
  text-align: center;
  background-color: #0000;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 50%;
  padding: 12px 32px;
}
.tab-link-kb.w--current {
  background-color: #715ef63d;
}
.tabs-menu-5 {
  width: 500px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.ncf-filter-categorie-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  object-fit: fill;
  object-position: 50% 50%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.filter-faq {
  font-family: Proxima nova alt, sans-serif;
  text-decoration: none;
}
.ncf-chip-container {
  align-items: center;
  width: 96%;
  display: none;
}
.accordion-item {
  border: 1px solid var(--ds_brand_primary_light);
  background-color: var(--white);
  mix-blend-mode: normal;
  object-fit: fill;
  border-radius: 8px;
  width: 96%;
  margin-bottom: 24px;
  padding: 24px;
  overflow: visible;
  box-shadow: 0 8px 8px #0000000f;
}
.accordion-item-trigger {
  z-index: 10;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}
.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Eina02, sans-serif;
  font-weight: 600;
  line-height: 30px;
}
.accordion-item-content {
  margin-top: 10px;
  margin-right: 0;
  overflow: hidden;
}
.image-131 {
  width: 24px;
  height: 24px;
  display: none;
}
.paragraph-24 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.tab-pane-faqs {
  object-fit: none;
}
.tabs-4 {
  width: 90%;
}
.form-block-7 {
  width: 96%;
}
.leaso-kb-tab {
  color: var(--purple);
  font-family: Eina02, sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.collection-list-wrapper-7 {
  margin-top: 24px;
}
.faq-read-more-link {
  justify-content: flex-end;
  font-family: Proxima nova, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}
.link-7 {
  justify-content: flex-end;
  font-family: Proxima nova, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}
.section-9 {
  width: 80%;
  margin: 120px auto;
}
.leaaso-heading {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Eina02, sans-serif;
  font-size: 32px;
  line-height: 44px;
}
.leaso-description {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Proxima nova alt, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.section-10 {
  width: 80%;
  margin: 120px auto;
}
.leaso-template-heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}
.image-132, .image-133 {
  max-width: 80%;
}
.leaso-content {
  max-width: 82%;
  margin-left: auto;
  margin-right: auto;
}
.heading-20 {
  text-align: center;
  font-size: 44px;
  line-height: 72px;
}
.section-11 {
  margin-left: auto;
  margin-right: auto;
}
.intelligentacc {
  padding: 0;
}
.smallerimg {
  max-width: 60%;
}
.ebook-page-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: block;
}
.ebook-wrapperlp {
  height: 300px;
}
.university-wrapper {
  height: 250px;
}
.div-block-142 {
  padding-top: 48px;
  padding-bottom: 48px;
}
.heading-21 {
  color: var(--white);
  text-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Eina02, sans-serif;
  font-size: 36px;
}
.button-9 {
  background-color: var(--purple);
  border-radius: 4px;
  align-self: center;
  padding-left: 120px;
  padding-right: 120px;
  font-family: Eina02, sans-serif;
  font-size: 16px;
}
.div-block-143, .div-block-144 {
  padding-top: 12px;
  padding-left: 0;
}
.div-block-145 {
  margin-left: 60px;
  margin-right: 60px;
}
.faqleas {
  text-align: center;
  font-size: 40px;
  line-height: 30px;
}
.homepage-faq-section {
  margin-top: 40px;
  margin-bottom: 20px;
}
.paragraph-26 {
  text-align: left;
  margin-left: 60px;
  margin-right: 60px;
  line-height: 28px;
}
.heading-23 {
  margin-left: 60px;
  margin-right: 60px;
}
.link-8 {
  float: right;
  font-size: 20px;
  font-weight: 500;
}
.template_product_hero_r {
  max-width: 100%;
  margin: 60px auto 0;
  padding-top: 24px;
  padding-bottom: 24px;
}
.template_hero_text {
  padding: 24px;
}
.template_hero_image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
.template_hero_title {
  color: var(--ds_ui_black);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 44px;
  line-height: 56px;
}
.template_hero_subtitle {
  color: var(--ds_ui_black);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.template_hero_body {
  color: var(--ds_ui_grey-7);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  line-height: 28px;
}
.template_product_image {
  margin: auto;
}
.template_product_image.crmhero {
  max-width: 110%;
}
.template_hero_left {
  justify-content: space-around;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.template_hero_right {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.template_banner_center_light {
  background-color: var(--black);
  color: var(--white);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
}
.template_banner_center_light.hrms {
  padding-top: 10px;
  padding-bottom: 10px;
}
.template_banner_container {
  flex-direction: column;
  align-items: center;
  max-width: 80%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.template_banner_container._1 {
  font-style: italic;
}
.template_banner_text {
  color: var(--white);
  text-align: center;
  font-family: Neuehaasdisplay, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
}
.template_banner_text._2 {
  font-style: italic;
}
.template_banner_text.cc {
  color: var(--black);
  text-decoration: none;
}
.template_button {
  background-color: var(--ds_brand_primary_reg);
  color: var(--white);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 8px;
  padding: 16px 32px;
  font-family: Proxima nova, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.template_button:hover {
  background-color: var(--ds_brand_primary_dark);
}
.template_button.adj {
  background-color: var(--black);
  max-width: 60%;
  margin-top: 20px;
  display: block;
}
.template_button.hrms2, .template_button._1, .template_button.just-button {
  background-color: var(--black);
}
.template_banner_center_light_button {
  padding-top: 24px;
  padding-bottom: 24px;
}
.template_banner_center_dark {
  background-color: var(--black);
  padding-top: 24px;
  padding-bottom: 24px;
}
.template_banner_dark_text {
  color: var(--white);
  text-align: center;
  font-family: Neuehaasdisplay, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
}
.template_banner_center_dark_button {
  background-color: #000;
  border: 1px solid #000;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
}
.template_banner_center_dark_button.hrms.just-button {
  color: #0000;
  background-color: #0000;
  border-color: #0000;
}
.template_banner_center_dark_button.crm.ff {
  color: var(--white);
  background-color: #0000;
  border-color: #0000;
}
.template_banner_line {
  background-color: var(--purple);
  align-self: auto;
  width: 12%;
  max-width: 12%;
  height: 2px;
  max-height: 2px;
  margin-top: 24px;
}
.template_product_desc_l {
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
}
.template_desc {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.template_desc_title {
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px;
}
.template_desc_image {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
.template_desc_subtitle {
  color: var(--ds_ui_black);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  line-height: 28px;
}
.template_desc_subtitle.sales {
  margin-left: 0;
}
.template_desc_body {
  color: var(--ds_ui_grey-7);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 28px;
}
.template_desc_heading {
  color: var(--ds_ui_black);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 600;
  line-height: 37px;
}
.template_desc_picture {
  margin: auto;
}
.template_desc_picture.hrm {
  max-width: 110%;
}
.template_product_hero_l {
  max-width: 80%;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
}
.template_product_hero_l.hrms {
  align-items: center;
  display: flex;
}
.template_product_desc_r {
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
}
.template_product_faq {
  padding-top: 36px;
  padding-bottom: 36px;
}
.template_faq_title {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.heading-24 {
  color: var(--ds_ui_black);
  text-align: center;
  margin: 0 auto;
  font-family: Neuehaasdisplay, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}
.template_faq_body {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.template_faqs_list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: 1fr;
}
.template_faq_q {
  color: var(--ds_ui_black);
  margin-top: 16px;
  margin-bottom: 0;
  font-family: Neuehaasdisplay, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}
.template_faq_a {
  color: var(--ds_ui_grey-7);
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 28px;
}
.template_banner_text-2 {
  color: #141414;
  text-align: center;
  font-family: Neuehaasdisplay, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
}
.template_banner_text-2.startupsuite {
  color: var(--black);
  font-size: 25px;
}
.template_banner_text-2.salesc {
  color: var(--white);
}
.template_banner_line-2 {
  background-color: #715ef6;
  align-self: auto;
  width: 12%;
  max-width: 12%;
  height: 2px;
  max-height: 2px;
  margin-top: 24px;
}
.image-135.v1 {
  max-width: 80%;
}
.tab-pane-knowledge-base {
  object-fit: none;
}
.startup {
  background-color: #f6fafee0;
}
.sales-crm-div {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.hrms-faq-section {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.hrms-faq-div {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
}
.faq-title {
  color: var(--footer_bot_darkgreyblue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proxima nova alt, sans-serif;
  font-size: 24px;
  line-height: 24px;
}
.hrms-faq-desc {
  color: var(--footer_greyblue);
  text-align: left;
  font-family: Proxima nova alt, sans-serif;
  font-weight: 400;
  line-height: 20px;
}
.hrms-read-more-link {
  color: var(--purple);
  text-align: right;
  display: block;
}
.form-6 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.bold-text-16 {
  color: var(--white);
}
.nnn {
  color: var(--black);
}
.container-69 {
  max-width: 500px;
  margin-top: 174px;
  margin-left: 608px;
}
.heading-26 {
  margin-top: -3px;
  font-size: 40px;
  font-weight: 600;
}
.container-70 {
  margin-left: 608px;
}
.form-block-8 {
  margin-top: -337px;
  margin-right: 50px;
  position: relative;
}
.form-7 {
  margin-right: 20px;
}
.container-71 {
  margin-left: 608px;
}
.form-8 {
  margin-right: 70px;
  position: fixed;
}
.image-136 {
  margin-top: -176px;
}
.field-label-3 {
  margin-top: -200px;
  margin-bottom: 6px;
}
.form-block-9 {
  margin-top: -186px;
}
.container-74 {
  margin: -189px 60px 88px 608px;
}
.form-9 {
  margin-right: 8px;
}
.submit-button-4 {
  margin-top: 98px;
}
.form-block-10 {
  position: relative;
}
.columns-40 {
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}
.part_sub_hero {
  object-fit: fill;
  display: block;
}
.part_col {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}
.part_col_s_1 {
  padding-left: 0;
  padding-right: 0;
}
.part_hero_1 {
  align-self: flex-start;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-right: 0;
}
.part_desc {
  color: #333;
  text-align: left;
  font-family: Sf ui display;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.part_hero_col_2 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 359px;
  padding-left: 108px;
  display: flex;
  position: static;
}
.partner_body_2 {
  color: #202020;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.grid-28 {
  grid-column-gap: 0px;
  grid-row-gap: 2px;
  grid-template: ". . Area" 84px
  / 1fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr;
  align-items: center;
}
.section-12 {
  background-color: #18181b;
  margin-top: 0;
  margin-bottom: 0;
}
.part_para-_2 {
  float: none;
  clear: none;
  color: #202020;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 12px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
}
.container-75 {
  padding: 60px 35px;
}
.columns-41 {
  padding-top: 30px;
}
.part_sec_1 {
  background-color: #553ef4;
  border-radius: 15px;
  min-width: auto;
  min-height: 230px;
  max-height: none;
  padding: 14px 20px;
}
.part_sec_2 {
  background-color: #ff8176;
  border-radius: 15px;
  min-height: 230px;
  padding: 14px 20px;
}
.part_sec_3 {
  background-color: #02b1bb;
  border-radius: 15px;
  min-height: 230px;
  padding: 14px 20px;
}
.section-13 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.tabs-menu-6 {
  margin-top: 30px;
}
.get_sec_1 {
  align-items: center;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}
.get_h1 {
  color: #a1a1aa;
  text-align: center;
  background-color: #0000;
  font-family: Lato, sans-serif;
  font-size: 12px;
  text-decoration: none;
}
.get_h1:hover {
  color: #a1a1aa;
}
.get_h1:active, .get_h1:focus {
  color: #553ef4;
}
.get_h1.w--current {
  border-bottom: 1px solid var(--purple);
  outline-offset: 0px;
  color: #553ef4;
  text-align: center;
  white-space: nowrap;
  overflow-wrap: normal;
  background-color: #0000;
  border-radius: 0;
  outline: 1px #553ef4;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}
.get_h1.w--current:hover {
  color: #70d7ff;
}
.tabs-5 {
  text-align: center;
}
.section-14 {
  background-color: #f6f5fe;
  padding-top: 50px;
  padding-bottom: 50px;
}
.subscribe_part {
  text-align: center;
  background-color: #0000;
  width: 80%;
  min-width: 100px;
  margin: 70px auto 60px;
  padding: 30px;
  display: none;
}
.image-139 {
  mix-blend-mode: darken;
  object-fit: cover;
  padding: 0;
  display: block;
  overflow: hidden;
}
.ds_hero_title_partner {
  font-size: 44px;
  line-height: 56px;
}
.image-140 {
  width: auto;
}
.ds_section_body {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.ds_section_title_partner {
  font-size: 40px;
  line-height: 40px;
}
.column-77 {
  flex: 1;
  justify-content: center;
  display: flex;
}
.grid-29 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .35fr .75fr;
  place-items: center start;
}
.ds_hero_title_partner_w {
  color: var(--white);
  text-align: center;
  font-size: 44px;
  line-height: 56px;
}
.ds_section_body_part_w {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}
.ds_section_subtitle_part_w {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.ds_hero_title_partner_v2 {
  text-align: center;
  font-size: 44px;
  line-height: 56px;
}
.ds_section_title-_part_1 {
  font-family: Eina02, sans-serif;
  font-size: 32px;
  line-height: 40px;
}
.ds_section_subtitle_part {
  color: var(--midnight-blue);
  margin-top: 25px;
  margin-bottom: 36px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.part_para-_3 {
  float: none;
  clear: none;
  color: #202020;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 12px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: none;
  position: relative;
}
.modal_bg {
  z-index: 999;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #00000030;
  flex-direction: row;
  justify-content: flex-start;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}
.modal_box {
  float: none;
  clear: both;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 480px;
  height: 500px;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0%;
}
.form-block-11 {
  padding: 30px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}
.nav-button_form {
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 18px 40px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 15px;
  box-shadow: 0 5px 14px #0000002e;
}
.nav-button_form:hover {
  color: #fff;
  background-color: #715ef6;
}
.nav-button_form:focus {
  letter-spacing: .1px;
  max-width: none;
  padding-left: 38px;
  padding-right: 38px;
  font-weight: 500;
}
.image-142 {
  padding: 15px;
}
.div-block-147 {
  background-color: var(--midnight-blue);
  height: 1px;
}
.close_modal {
  cursor: pointer;
  margin-top: 20px;
  margin-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}
.partner_main_btn {
  background-color: var(--black);
  color: var(--white);
  border-radius: 10px;
  max-width: 230px;
  margin-right: 0;
  padding: 18px 40px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 15px;
  display: inline-block;
  box-shadow: 0 5px 14px #0000002e;
}
.partner_main_btn:hover {
  background-color: var(--purple);
  color: var(--white);
}
.partner_main_btn:focus {
  letter-spacing: .1px;
  max-width: none;
  padding-left: 38px;
  padding-right: 38px;
  font-weight: 500;
}
.image-144 {
  mix-blend-mode: darken;
  padding: 0;
}
.image-145 {
  mix-blend-mode: darken;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.image-146, .image-147, .image-148, .image-149 {
  mix-blend-mode: darken;
  padding: 0;
}
.image-150 {
  padding: 0;
}
.section-15 {
  background-color: var(--white);
  padding-top: 50px;
  padding-bottom: 50px;
}
.part_hero_2 {
  background-color: #f6f5fe;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 70px;
  overflow: hidden;
}
.image-151, .image-152, .image-153, .image-154 {
  display: block;
}
.pricing_title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}
.pricing-title {
  text-align: center;
}
.h1_pricing {
  color: var(--black);
  justify-content: center;
  font-family: Eina02, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
  display: flex;
}
.sec_pricing-title {
  background-color: #f6f5fe;
  padding-top: 50px;
  padding-bottom: 50px;
}
.pricing-component {
  padding-top: 0;
}
.sec_pricing-content {
  background-color: #f8f8f8;
}
.pricing-table-component {
  max-width: 940px;
  padding-top: 0;
}
.price-svg {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  display: flex;
}
.pricing-box-wrap {
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 100px;
  display: flex;
}
.price-feature-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}
.price-feature-wrap {
  margin-top: 30px;
}
.price-box {
  text-align: left;
  background-color: #fff;
  border-radius: 1px;
  flex-direction: column;
  width: 31%;
  min-height: 412px;
  padding: 3%;
  font-size: 12px;
  font-weight: 300;
  line-height: 2em;
  display: flex;
  box-shadow: 0 0 10px 4px #00000017;
}
.pricing_card-desc {
  height: 100px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.pricing-card-title {
  float: none;
  color: #000;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Eina02, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-decoration: none;
  position: static;
}
.pricing-card-title.is-white {
  color: var(--white);
}
.pricing_card-desc-2 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.price-feature-text {
  font-size: 14px;
  font-weight: 400;
}
.price-feature-text.is-faded {
  opacity: .75;
}
.price-down-wrap {
  flex-direction: column;
  padding-top: 20px;
  display: flex;
}
.pricing_card-price {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Eina02, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
}
.pricing_card-price.is-white {
  color: var(--white);
}
.h1_bfcm_blue {
  color: var(--ds_brand_primary_dark);
  justify-content: center;
  font-family: Eina02, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
  display: flex;
}
.h1_bfcm_blk {
  color: var(--black);
  justify-content: center;
  font-family: Eina02, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
  display: flex;
}
.bfcm-title-add {
  justify-content: flex-start;
  align-items: center;
  font-size: 2.1rem;
  line-height: 2;
  display: flex;
}
.bfcm-sale-icon {
  margin-left: 20px;
  padding: 0;
}
.bfcm-add-blue {
  color: var(--ds_sys_orange);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Eina02, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.bfcm-add-blk {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Eina02, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.bfcm-price-box {
  text-align: left;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  width: 31%;
  min-height: 412px;
  padding: 3%;
  font-size: 12px;
  font-weight: 300;
  line-height: 2em;
  display: flex;
}
.bfcm-price-box.is-blue {
  background-color: var(--ds_brand_primary_dark);
  color: var(--white);
  border-radius: 12px;
}
.sec_bfcm {
  background-color: #f8f8f8;
}
.bfcm-pricing-button {
  border: 1px solid var(--ds_brand_primary_dark);
  background-color: var(--white);
  color: var(--ds_brand_primary_dark);
  text-align: center;
  border-radius: 10px;
  margin-top: 20px;
  padding: 18px 40px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 15px;
  display: inline-block;
}
.bfcm-pricing-button:hover {
  background-color: var(--purple);
  color: var(--white);
}
.bfcm-pricing-button:focus {
  letter-spacing: .1px;
  max-width: none;
  padding-left: 38px;
  padding-right: 38px;
  font-weight: 500;
}
.bfcm-price-strike {
  font-size: 22px;
  text-decoration: line-through;
}
.bfcm-feature-icon {
  width: 20px;
  height: 20px;
  padding: 0;
}
.bfcm-price-add {
  margin-left: 5px;
  font-size: 16px;
  font-weight: 600;
}
.anchor-hide {
  width: 5px;
  height: 5px;
  position: absolute;
  inset: auto 0% 20%;
}
.bfcm-pricing_title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}
.bfcm_price-desc {
  height: 80px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.features_image {
  object-fit: contain;
  width: 80px;
  height: 80px;
  padding: 0;
}
.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.padding-bottom.padding-medium {
  padding-bottom: 2rem;
}
.form_message-success {
  background-color: #3fbd2661;
  border-radius: .5rem;
  padding: 1.25rem;
}
.features_p {
  margin-top: .5rem;
  margin-bottom: 0;
}
.padding-section-xsmall {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.nav_component {
  background-color: #fff0;
  padding-top: 2rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: absolute;
  inset: 0% 0% auto;
}
.scta_component {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.cta_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}
.form_label {
  margin-bottom: .5rem;
  font-size: .938rem;
}
.cta_form-wrapper {
  width: 100%;
  margin-bottom: 0;
}
.cta_form-subtitle {
  text-align: center;
  margin-bottom: 2rem;
  font-size: .875rem;
}
.cta_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}
.cta_form-wrap {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 28rem;
  margin-left: auto;
  padding: 2rem;
  box-shadow: 0 2px 12px #0000001a;
}
.form_message-error {
  border-radius: .5rem;
  margin-top: .75rem;
  padding: 1rem;
}
.max-width-medium {
  width: 100%;
  max-width: 36rem;
}
.features_component {
  text-align: center;
}
.cta_form-title {
  color: #553ef4;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.align-center {
  margin-left: auto;
  margin-right: auto;
}
.section_footer {
  background-color: #414141;
}
.features_grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: flex-start;
  padding: 3rem;
  display: flex;
}
.heading-style-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}
.brand-logos_image {
  object-fit: cover;
  height: 60px;
  padding: 0;
}
.brand-logos_image.is-smaller {
  height: 50px;
}
.padding-global {
  z-index: 1;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.brand-logos_component {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}
.footer_icon {
  object-fit: contain;
  width: 25px;
  height: 25px;
  padding: 0;
}
.footer_link {
  opacity: .75;
  justify-content: center;
  align-items: center;
  transition: opacity .3s;
}
.footer_link:hover {
  opacity: 1;
}
.padding-section-small {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.padding-section-small.is-top-2 {
  padding-top: 2rem;
}
.features_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.cta_content {
  max-width: 36rem;
}
.section_scta, .section_cta {
  background-color: #f6f5fe;
}
.button {
  color: #fff;
  text-align: center;
  background-color: #553ef4;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 14rem;
  padding: 1rem 1.5rem;
  font-weight: 500;
  transition: border-color .3s, background-color .3s;
}
.button:hover {
  background-color: #313852;
  border-color: #313852;
}
.button.is-form {
  width: 100%;
  margin-top: .5rem;
}
.footer_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}
.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.heading-style-h3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}
.form_input {
  color: #1d2130;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .5rem;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 400;
  transition: border-color .2s;
}
.form_input:focus {
  color: #553ef4;
  border-color: #553ef4;
}
.nav_logo {
  height: 32px;
  padding: 0;
}
.features_title, .scta_p, .cta_p {
  margin-top: 0;
  margin-bottom: 0;
}
.button-copy {
  color: #fff;
  text-align: center;
  background-color: #553ef4;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 14rem;
  padding: 1rem 1.5rem;
  font-weight: 500;
  transition: border-color .3s, background-color .3s;
}
.button-copy:hover {
  background-color: #313852;
  border-color: #313852;
}
.button-copy.is-form {
  width: 100%;
  margin-top: .5rem;
}
.nav_container-event {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.section_header {
  background-image: linear-gradient(#9100e7, #258aff 50%, #1fe1d5 100%, #258aff);
}
.section-title {
  color: #666;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}
.brands_title {
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
}
.brand_logos-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}
.main_heading {
  color: var(--white);
  text-transform: uppercase;
  font-size: 70px;
  line-height: 80px;
}
.text-span-7 {
  font-size: 60px;
  line-height: 84px;
}
.header_component {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}
.speakers_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
}
.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.padding-section-large.is-event {
  padding-bottom: 4rem;
}
.speakers-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.speakers-item.is-mid {
  margin-top: -4rem;
}
.speaker-name {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
}
.speaker-position {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
}
.invite_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.mid-grid {
  background-color: #0000004d;
  width: 1px;
  height: 75%;
}
.date-wrapper {
  align-items: center;
  margin-top: 2rem;
  display: flex;
}
.calendar-icon {
  padding: 0;
}
.event_form-field {
  background-color: #0000001f;
  border-radius: 10px;
  min-height: 3rem;
  margin-bottom: 1rem;
  box-shadow: 0 4px 4px #00000040;
}
.event_form-submit {
  background-color: #553ef4;
  border-radius: 10px;
  min-height: 4rem;
  margin-top: 1rem;
}
.event_form {
  flex-direction: column;
  display: flex;
}
.event_form-wrapper {
  margin-top: 2rem;
}
.event_form-success {
  background-color: #5ae9a9;
  border-radius: 10px;
}
.event_form-error {
  border-radius: 10px;
}
.sneak_peak-title {
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
}
.sneak_peak-photos {
  justify-content: center;
  align-items: center;
  display: flex;
}
.sneak_peak-image {
  object-fit: cover;
  width: 80%;
  height: 20rem;
}
.sticky-col {
  position: sticky;
  top: 40px;
}
.padding-global_bg {
  z-index: 1;
  background-color: #edeefa;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.image-156 {
  float: left;
  clear: both;
  position: static;
}
.landing_2column_image {
  z-index: 1;
  float: none;
  clear: none;
  padding-left: 8px;
  position: relative;
}
.new_list_landing {
  background-image: url('../images/lines_ar.svg');
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: 4px 18px;
  border-left: 4px #000;
  margin-top: 15px;
  margin-bottom: 11px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 14px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
}
.landing_list {
  margin-top: 31px;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 26px;
  list-style-type: none;
}
.button_orange {
  color: #fff;
  text-align: center;
  background-color: #aa065b;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 14rem;
  padding: 1rem 1.5rem;
  font-weight: 500;
  transition: border-color .3s, background-color .3s;
}
.button_orange:hover {
  background-color: #313852;
  border-color: #313852;
}
.button_orange.is-form {
  width: 100%;
  margin-top: .5rem;
}
.landing_highlight {
  color: #b80b0bc4;
  margin-top: 0;
  margin-bottom: 0;
}
.cta_form-title--v2 {
  color: #b80b0bc4;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.lp-2nd-button {
  color: #fff;
  text-align: center;
  background-color: #553ef4;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 14rem;
  padding: 1rem 1.5rem;
  font-weight: 500;
  transition: border-color .3s, background-color .3s;
}
.lp-2nd-button:hover {
  background-color: #313852;
  border-color: #313852;
}
.lp-2nd-button.is-form {
  width: 100%;
  margin-top: .5rem;
}
.lp-2nd-button.is-form-v2, .lp-2nd-button.is-form-v2-copy {
  background-color: #b80b0bc4;
  width: 100%;
  margin-top: .5rem;
}
.h1_bfcm_red {
  -webkit-text-stroke-color: #b80b0bc4;
  color: #b80b0bc4;
  justify-content: center;
  font-family: Eina02, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
  display: flex;
}
.cta-callout {
  color: #12979e;
  text-align: center;
  flex: 1;
  margin-bottom: 2rem;
  font-size: .875rem;
  font-weight: 600;
}
.columns-43 {
  text-decoration: none;
}
.landing-heading-style-h3-left {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}
.franchise-hero-div {
  margin-bottom: 100px;
  padding-top: 100px;
}
.hero-container {
  text-align: center;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.hero-container.slider-container {
  background-image: url('../images/Vector-1.webp');
  background-position: 0 0;
  background-size: cover;
  max-width: 1040px;
  min-height: 600px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.hero-container.franchising-operations-container {
  border: .8px #000;
  max-width: 1440px;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
}
.hero-container._2x-franchising-sftware-icontainer {
  max-width: 1440px;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}
.hero-container.reason-why-main-div {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}
.hero-container.form-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: center;
  background-image: url('../images/3-Way-Matching.webp'), linear-gradient(275deg, #1f3976, #3562cb);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 80%, auto;
  border-radius: 30px;
  justify-content: flex-end;
  align-items: center;
  max-width: 1440px;
  margin-top: 60px;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}
.hero-container.form-container.v3-retail-store {
  background-image: url('../images/AdobeStock_600305914-2.jpeg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0;
  max-width: 100%;
  min-height: 700px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 60px;
}
.hero-container.form-container.v3-manuf-store-image {
  background-image: url('../images/AdobeStock_306624047.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0;
  max-width: 100%;
  min-height: 700px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 60px;
}
.hero-container.form-below-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -53px;
  margin-bottom: 60px;
  margin-left: -76px;
  display: flex;
}
.hero-section {
  background-image: url('../images/Mask-group.svg');
  background-position: 50%;
  background-size: cover;
}
.franchise-image-btn-div {
  z-index: 2;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
.franchise-h1 {
  color: #29969f;
  text-align: center;
  max-width: 845px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Satoshi-bold, sans-serif;
  font-size: 50px;
  line-height: 67px;
}
.franchise-para {
  text-align: center;
  max-width: 815px;
  margin-left: auto;
  margin-right: auto;
  font-family: Satoshi Variable, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}
.franchise-hero-btn {
  z-index: 3;
  background-color: #1d9ba6;
  border-radius: 7px;
  margin: 20px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
.franchise-hero-btn.form-submit-btn {
  padding-left: 60px;
  padding-right: 60px;
}
.franchise-btn-absolute-img {
  z-index: 1;
  padding-top: 0;
  position: absolute;
  inset: -191px auto 0% 0%;
}
.franchise-btn-absolute-img.right-absolute-btn {
  inset: 50% 3% 0% auto;
}
.slider-section {
  object-fit: contain;
  max-height: 458px;
  margin-top: -8px;
}
.logos-title-large {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}
.logos-title-large.logo-section {
  border-bottom-style: none;
  margin-top: 220px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.container-77 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.clients-title {
  color: #757575;
  text-align: center;
  font-family: Satoshi Variable, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 962px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.clients-image, .clients-image.lens {
  padding: 0;
}
.gif-arrow-div {
  text-align: center;
}
.gif-img {
  max-width: 15%;
}
.content-wrap {
  background-image: url('../images/Vector-1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.image-one {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 0;
}
.image-wrapper {
  z-index: 3;
  border-radius: 4px;
  width: 100%;
  max-width: 1040px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}
.section---content {
  background-color: #00ff8300;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0%;
  display: flex;
  position: relative;
}
.image-two {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 0;
}
.operation-grid-p {
  color: #000;
  margin-top: 12px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.operation-grid-h3 {
  font-family: Satoshi-bold, sans-serif;
  font-size: 28px;
  position: static;
}
.grid {
  grid-template: ". Area" 382px
  / 1fr 1fr 1fr;
  margin: 20px auto;
}
.op-div-abslt-img {
  z-index: 1;
  max-width: 65%;
  padding: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}
.franchise-operation-h2 {
  text-align: center;
  -webkit-text-stroke-color: black;
  max-width: 787px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-family: Satoshi-bold, sans-serif;
  font-size: 40px;
}
.operation-div {
  z-index: 999;
  text-align: left;
  cursor: pointer;
  border: 1px solid #b0b0b0;
  border-radius: 15px;
  max-width: 400px;
  margin-bottom: 10px;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}
._2x-franchising-img-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.tick-img {
  text-align: left;
  margin-left: 68px;
  padding: 12px 0 0;
}
.grid-3 {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  margin-left: -59px;
  padding-top: 10px;
  display: flex;
}
.grid-2 {
  grid-template-rows: auto;
}
._2x-franchise-image {
  float: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-decoration: underline;
}
._2x-franchise-grid-para {
  color: #fff;
  text-align: left;
  font-family: Satoshi Variable, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}
._2x-franchising-content-wrapper {
  aspect-ratio: auto;
  margin-left: auto;
  margin-right: auto;
}
._2x-franchising-grid-div {
  background-image: linear-gradient(267deg, #1e3874, #3869da);
  border-radius: 22px;
  padding-right: 20px;
}
.heading-28 {
  color: #fff;
  -webkit-text-stroke-color: white;
  font-size: 40px;
}
.heading-28.franchising-h3 {
  text-align: left;
  font-family: Satoshi-bold, sans-serif;
  line-height: 54px;
}
.reason-why-img-right-lower {
  width: 20%;
  margin-top: 10px;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: -260% -10% 0% auto;
}
.reason-why-lower-grid-div {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  border: 1px solid #1d9ba6;
  border-radius: 15px;
  max-width: 1000px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: relative;
}
.reason-why-lower-grid-para {
  color: #000;
  align-self: center;
  font-family: Satoshi, sans-serif;
  font-size: 29px;
  font-weight: 500;
  line-height: 39px;
  text-decoration: none;
}
.reason-why-grid-block-div {
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}
.reason-why-grid-para {
  font-family: Satoshi Variable, sans-serif;
  font-weight: 400;
  line-height: 24px;
}
.reason-why-lower-grid-abslt-image-right-side {
  width: 20%;
  max-width: 70%;
  margin-top: 20px;
  padding: 0;
  position: absolute;
  inset: -260% auto 0% -10%;
}
.reason-why-grid-img {
  padding: 0;
}
.reason-why-grid-img.eye {
  padding-left: 0;
}
.reason-why-grid-img.fast-forward-img {
  padding: 0;
}
.reason-why-section {
  padding-left: 60px;
  padding-right: 60px;
}
.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}
.reason-why-grid-title-h4 {
  color: #000;
  -webkit-text-stroke-color: black;
  font-family: Satoshi-bold, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}
.reason-why-grid-inner-div-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.heading-29 {
  color: #1fbac7;
  text-align: left;
  align-self: center;
  font-family: Satoshi Variable, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
}
.reason-why-main-h3 {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-family: Satoshi-bold, sans-serif;
  font-size: 40px;
  line-height: 54px;
}
.text-fields {
  text-align: left;
  border-radius: 7px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
}
.text-fields.phone-field {
  width: 335px;
}
.field-labels {
  color: #414141;
  text-align: left;
  margin-bottom: 8px;
  padding-top: 20px;
}
.form-div {
  background-color: #fff;
  border-radius: 14px;
  max-width: 431px;
  margin-bottom: -177px;
  padding: 25px 10px 15px 15px;
  box-shadow: 0 4px 118.6px #00000040;
}
.franchise-management-software-demo-form {
  padding-left: 20px;
  padding-right: 20px;
}
.form-title {
  color: #1d9ba6;
  font-size: 27px;
  font-weight: 700;
  line-height: 36px;
}
.form-para {
  color: #414141;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.form-section {
  padding-bottom: 60px;
}
.form-section.franchise-management-software-demo-form {
  padding-top: 40px;
}
.form-below-section {
  padding-top: 10px;
  padding-bottom: 60px;
}
.heading-5 {
  color: var(--black);
  text-align: left;
  max-width: 400px;
  padding-left: 0;
  font-family: Segoe Script, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 38px;
}
.image-3 {
  margin-left: 200px;
}
.image-3.abslt-form-below-img {
  transform-style: preserve-3d;
  margin-top: 4px;
  margin-left: 264px;
  padding: 0;
}
.image-159 {
  text-align: left;
}
.image-159.operation-div-icon {
  padding: 0;
}
.operation-card-mask {
  z-index: -3;
  opacity: 0;
  background-image: linear-gradient(0deg, #3869da80, #fff);
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}
.special-price-span {
  color: #1d9ba6;
}
.v3-popup-image-wrapper.ebook {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.v3-uui-logo_logotype {
  flex: none;
  width: auto;
  height: 100%;
  margin-top: 0;
  padding: .6rem 0 .5rem 5px;
}
.v3-popup.ebook {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.v3-popup--illustration.v3-pop-up-image-pad.ebook {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  overflow: hidden;
}
.v3-uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}
.v3-uui-logo_component.footer-logo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.v3-btn-txt-wrap-kwad {
  overflow: hidden;
}
.v3-main-container {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.v3-h1-title-span {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}
.v3-h1-title-span.span-bg {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(58deg, #41bcbf, #cbdc29 55%);
  -webkit-background-clip: text;
  background-clip: text;
}
.v3-h1-title-span.span-bg.typer {
  background-image: linear-gradient(58deg, #41bcbf, #c6a0b0 61%);
  font-size: 52px;
}
.v3-lottie-brush-animation {
  position: absolute;
  inset: 0%;
}
.v3-max-width-large {
  width: 100%;
  max-width: 48rem;
}
.v3-max-width-large.align-center {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}
.v3-max-width-large.mg-top-20 {
  margin-top: 20px;
}
.v3-h3 {
  color: #797979;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.v3-h3.text-color-primary700 {
  color: #3d3d3d;
  text-align: center;
  margin: 0 -10px 0 0;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}
.v3-h3.text-color-primary700.align-left {
  color: var(--white);
  text-align: left;
}
.v3-h3.text-color-primary700.whybuikd {
  margin-top: 10px;
}
.v3-h3.text-color-primary700.left-align-solutions {
  text-align: left;
}
.v3-space-large {
  width: 100%;
  min-height: 3rem;
}
.v3-lottie-brush-animation-stroke {
  margin-top: 75px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.hero-heading-left {
  background-color: #fff;
  border: 0 solid #000;
  padding: 80px 30px 0;
  position: relative;
}
.v3-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}
.v3-button-row.v3-button-row-center {
  justify-content: center;
}
.v3-button-row.v3-button-row-center.v3-is-reverse-mobile-landscape.init-page-btn {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
}
.v3-uui-max-width-xlarge-2 {
  width: 100%;
  max-width: 80rem;
}
.v3-btn-txt-kwad {
  box-sizing: border-box;
  color: #fff;
  object-fit: fill;
  background-color: #fff0;
  align-self: center;
  margin-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 900;
  display: block;
}
.v3-btn-txt-inner-kwad {
  display: flex;
  position: relative;
}
.v3-hero-section-2 {
  padding-top: 8%;
  padding-bottom: 8%;
}
.v3-hero-section-2.v3-section--hero-2, .v3-hero-section-2.v3-section--hero-2-inti {
  color: #fff;
  background-color: #fff;
  background-image: none;
  flex-direction: column;
  padding-top: 48px;
  padding-bottom: 0;
  display: flex;
}
.v3-anim-btn-kwad {
  z-index: 8;
  cursor: pointer;
  background-color: #b6aeae;
  background-image: linear-gradient(38deg, #274997 44%, #3a8bad);
  border-radius: 50rem;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 1rem 2rem;
  transition: background-color .2s;
  position: relative;
  box-shadow: -7px 6px 16px #0003;
}
.v3-anim-btn-kwad:hover {
  background-image: linear-gradient(228deg, #274997 44%, #3a8bad);
  box-shadow: -7px 6px 16px #0003;
}
.v3-anim-btn-kwad.mg-top-20 {
  margin-top: 20px;
}
.v3-space-small {
  width: 100%;
  min-height: 2rem;
}
.v3-svg-arrow-clr-cta-hero {
  background-color: #264896;
  background-image: none;
  border-radius: 100rem;
  padding: .2rem;
  position: static;
}
.v3-btn-transition-shape {
  background-color: #fff;
  background-image: none;
  border-radius: 50rem;
  position: absolute;
  inset: 3px;
  overflow: hidden;
}
.text-block-26 {
  color: #5e5e5e;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4em;
}
.imagine-best-in-class-here-is-how-top-brands-got-there-with-insane-speed-using-hubler-s-no-code-app-builder-0 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 2.5rem;
  text-decoration: none;
}
.v3-h2-features {
  margin-top: 0;
  margin-bottom: 100px;
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.v3-h2-features.imagine-best-in-class-here-is-how-top-brands-got-there-with-insane-speed-using-hubler-s-no-code-app-builder-0 {
  margin-bottom: 60px;
}
.v3-h2-features.imagine-best-in-class-here-is-how-top-brands-got-there-with-insane-speed-using-hubler-s-no-code-app-builder-0.vr-retail-slider-nomgb, .v3-h2-features.imagine-best-in-class-here-is-how-top-brands-got-there-with-insane-speed-using-hubler-s-no-code-app-builder-0.v3-manuf-title {
  margin-bottom: 0;
}
.v3-h2-features.imagine-best-in-class-here-is-how-top-brands-got-there-with-insane-speed-using-hubler-s-no-code-app-builder-0.h2-inti-page {
  margin-top: 20px;
  margin-bottom: 20px;
}
.v3-h2-features.imagine-best-in-class-here-is-how-top-brands-got-there-with-insane-speed-using-hubler-s-no-code-app-builder-0.h2-inti-page-center {
  text-align: center;
  max-width: 50%;
  margin-bottom: 0;
}
.v3-h2-features.imagine-best-in-class-here-is-how-top-brands-got-there-with-insane-speed-using-hubler-s-no-code-app-builder-0.h2-inti-page-center.why-hubler-text {
  max-width: 100%;
  margin-bottom: 20px;
}
.v3-h2-features.imagine-best-in-class-here-is-how-top-brands-got-there-with-insane-speed-using-hubler-s-no-code-app-builder-0.h2-inti-page-left {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
.v3-h2-features.imagine-best-in-class-here-is-how-top-brands-got-there-with-insane-speed-using-hubler-s-no-code-app-builder-0.h2-inti-page-left-init {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
}
.v3-h2-features.imagine-best-in-class-here-is-how-top-brands-got-there-with-insane-speed-using-hubler-s-no-code-app-builder-0.h2-inti-page-center-cta {
  text-align: center;
  max-width: 50%;
  margin-bottom: 20px;
}
.v3-h2-features.imagine-best-in-class-here-is-how-top-brands-got-there-with-insane-speed-using-hubler-s-no-code-app-builder-0.h2-inti-page-testi {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 3rem;
}
.v3-h2-features.imagine-best-in-class-here-is-how-top-brands-got-there-with-insane-speed-using-hubler-s-no-code-app-builder-0.h2-inti-page-use-case-titile {
  text-align: center;
  margin-bottom: 0;
}
.v3-h2-features.imagine-best-in-class-here-is-how-top-brands-got-there-with-insane-speed-using-hubler-s-no-code-app-builder-0.glide-text-title {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
.hubler-s-no-code-app-builder-has-a-library-of-100-proven-solutions-get-solutions-that-meet-your-unique-needs-instead-of-settling-for-apps-built-for-others-0 {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4rem;
  text-decoration: none;
}
.hubler-s-no-code-app-builder-has-a-library-of-100-proven-solutions-get-solutions-that-meet-your-unique-needs-instead-of-settling-for-apps-built-for-others-0.v3-retail-white {
  color: #fff;
}
.hubler-s-no-code-app-builder-has-a-library-of-100-proven-solutions-get-solutions-that-meet-your-unique-needs-instead-of-settling-for-apps-built-for-others-0.v3-manuf-slider-mgtop {
  margin-top: 10px;
  padding-left: 20px;
}
.hubler-s-no-code-app-builder-has-a-library-of-100-proven-solutions-get-solutions-that-meet-your-unique-needs-instead-of-settling-for-apps-built-for-others-0.white {
  color: var(--white);
}
.v3-case-study-content-cell {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  box-shadow: none;
  cursor: pointer;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  min-height: 100%;
  padding: 40px;
  transition: box-shadow .2s;
  display: block;
}
.v3-case-study-content-cell:hover {
  box-shadow: -12px 13px 18px #c7c7c7;
}
.v3-small-text {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: linear-gradient(#41bcbf, #41bcbf);
  background-clip: padding-box;
  border: 0 solid silver;
  border-radius: 0;
  padding: 5px 10px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  text-decoration: none;
}
.v3-small-text.v3-blue-grad {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: linear-gradient(#204086, #204086);
  background-clip: border-box;
}
.v3-category {
  padding-right: 10px;
}
.text-35 {
  color: #575757;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4rem;
  text-decoration: none;
}
.v3-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}
.v3-categories-div {
  flex-flow: row;
  margin-top: 15px;
  display: flex;
}
.v3-wrap-regular {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  object-fit: fill;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  min-height: 350px;
  display: flex;
  position: static;
}
.v3-wrap-regular.v3-flex-long {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
.v3-wrap-regular.v3-flex-long.v3-auto-case-size {
  min-height: auto;
}
.link-block-10 {
  min-width: 100%;
  text-decoration: none;
}
.v3-case-study-contenta {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  align-items: stretch;
  margin-bottom: 10px;
}
.v3-case-study-contenta.gap {
  margin-bottom: 24px;
}
.v3-case-study-section {
  background-color: #fff;
  padding: 120px 7%;
  position: relative;
}
.v3-h6-heading {
  color: #030711;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
}
.v3-h6-heading.sol-title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
}
.v3-h6-heading.sol-title.no-marg {
  margin-bottom: 10px;
}
.v3-case-study-content-b {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 10px;
}
.v3-perecent {
  color: #030711;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(141deg, #254795 13%, #41b7bb 52%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 96px;
  font-weight: 500;
  line-height: 96px;
  text-decoration: none;
}
.v3-container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.ticker {
  background-color: #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}
.ticker.is-reversed {
  justify-content: flex-end;
  align-items: center;
}
.ticker.is-reversed.inti-logo-scroll, .ticker.inti-logo-scroll {
  background-color: #0000;
}
.group {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.group.has-16-gap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}
.m-logo-logo-icon {
  filter: none;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 100%;
  height: 30px;
  transition: none;
  display: flex;
}
.card {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #000;
  border-radius: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}
.card.inti-logo-scroll {
  background-color: #0000;
}
.ticker-content {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.div-block-152 {
  background-color: #fff;
  border-radius: 50rem;
  align-self: center;
  padding: 0;
}
.v3-nav-btn-txt-wrap-kwad {
  overflow: hidden;
}
.v3-uui-navbar08_menu {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}
.v3-uui-navbar08_component {
  z-index: auto;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #0d1f33;
  background-image: none;
  background-clip: border-box;
  border-radius: 100px;
  align-items: center;
  min-height: 4.5rem;
  margin-top: 1rem;
  margin-left: 4.5%;
  margin-right: 4.5%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: relative;
  box-shadow: 0 15px 30px #0003;
}
.v3-nav-btn-transition-shape {
  background-color: #fff;
  background-image: none;
  border-radius: 50rem;
  position: absolute;
  inset: 2.5px;
  overflow: hidden;
}
.v3-nav-btn-txt-kwad {
  box-sizing: border-box;
  color: #fff;
  object-fit: fill;
  background-color: #fff0;
  align-self: center;
  margin-top: 11px;
  margin-bottom: 11px;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
  display: block;
}
.v3-uui-navbar08_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}
.v3-nav-btn-txt-inner-kwad {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
.v3-uui-navbar08_menu-button {
  padding: 0;
}
.v3-uui-navbar08_dropdown-content {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  background-color: #fff;
  background-image: none;
  border-radius: 20px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding: 1.5rem 1.25rem;
  display: grid;
  box-shadow: -10px 12px 14px 4px #00000014;
}
.v3-uui-navbar08_dropdown-content.v3-menu-single-column {
  grid-template-columns: 1fr;
}
.v3-uui-navbar08_link {
  color: #000;
  align-self: center;
  align-items: center;
  padding: .75rem 1rem;
  font-family: Roboto, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
  transition: all .3s;
}
.v3-uui-navbar08_link:hover {
  color: #264897;
}
.v3-uui-navbar08_link.w--current {
  color: #000;
}
.v3-uui-navbar08_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}
.v3-uui-navbar08_dropdown-list.w--open {
  box-shadow: none;
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000);
  border: 0 #eaecf0;
  border-radius: .75rem;
  width: 40rem;
  padding: 2rem 1.25rem 1.25rem;
  left: -100%;
}
.v3-uui-navbar08_dropdown-list.hubler-nav-width.w--open {
  width: 20rem;
}
.v3-uui-navbar08_dropdown-list.v3-biiger-menu-dd.w--open {
  width: 50rem;
  left: -120%;
}
.v3-navbar {
  z-index: 9;
  max-width: 1575px;
  position: fixed;
  inset: 0% 0% auto;
}
.v3-uui-navbar08_container {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}
.v3-uui-navbar08_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5px;
  font-family: Roboto, sans-serif;
  line-height: 20px;
  display: flex;
}
.v3-uui-text-size-small {
  color: #797979;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}
.v3-uui-text-size-small.v3-hide-mobile-landscape {
  color: #b1b1b1;
  font-size: .8rem;
  font-weight: 300;
}
.v3-uui-navbar08_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}
.v3-uui-navbar08_item-heading {
  color: #22418c;
  margin-bottom: .25rem;
  font-family: Roboto, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
}
.v3-uui-navbar08_item-heading.grey-clr {
  color: #161616;
}
.v3-container-2 {
  display: flex;
}
.v3-nav-anim-btn-kwad {
  z-index: 8;
  box-shadow: none;
  cursor: pointer;
  background-color: #b6aeae;
  background-image: linear-gradient(38deg, #274997 44%, #3a8bad);
  border-radius: 50rem;
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 0 1rem;
  transition: background-color .2s;
  position: relative;
}
.v3-nav-anim-btn-kwad:hover {
  box-shadow: none;
  background-image: linear-gradient(228deg, #274997 44%, #3a8bad);
}
.v3-nav-anim-btn-kwad.v3-cta-nav-mob-btn {
  display: none;
}
.v3-nav-anim-btn-kwad.vr-retail-slider-btn {
  align-self: flex-start;
}
.v3-nav-anim-btn-kwad.manuf-button {
  max-width: 120px;
}
.v3-uui-dropdown-icon {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  font-size: .7rem;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}
.v3-uui-navbar08_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  cursor: pointer;
  mix-blend-mode: normal;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  padding: .5rem .75rem;
  text-decoration: none;
  transition: background-color .3s;
  display: block;
}
.v3-uui-navbar08_dropdown-link:hover {
  background-color: #f4f4f4;
  border-radius: 20px;
  font-family: Roboto, sans-serif;
}
.v3-uui-navbar08_dropdown-link.v3-menu-border-top {
  border-top: 1px solid #727272;
  border-radius: 0;
}
.v3-uui-button-secondary-gray {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}
.v3-uui-button-secondary-gray:hover {
  color: #1d2939;
  background-color: #f9fafb;
}
.v3-uui-button-secondary-gray:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}
.v3-uui-button-secondary-gray.v3-show-tablet {
  display: none;
}
.v3-text-block {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
}
.v3-uui-navbar08_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}
.div-block-153 {
  background-color: #fff;
  border-radius: 100px;
  margin-top: 1rem;
  margin-left: 4.5%;
  margin-right: 4.5%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: absolute;
  inset: 2.5px;
}
.v3-uui-navbar08_dropdown-toggle {
  color: #797979;
  align-items: center;
  padding: .75rem 2.5rem .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}
.v3-uui-navbar08_dropdown-toggle:hover {
  color: #344054;
}
.image-162, .image-163, .image-164, .image-165, .image-166 {
  padding: 0;
}
.v3-svg-arrow-case-study {
  background-color: #264896;
  background-image: none;
  border-radius: 100rem;
  padding: .2rem;
  position: static;
}
.v3-rotate-arrow-case-study {
  flex: 1;
  order: 0;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: inline-flex;
}
.v3-svg-arrow-case {
  display: none;
}
.div-block-165 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.text-span-12 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(58deg, #49bbbe, #c6a0b0 63%);
  -webkit-background-clip: text;
  background-clip: text;
}
.text-300.bold {
  font-weight: 700;
}
.text-300.bold.color-neutral-800 {
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.5rem;
}
.round-tab.w--current {
  color: #000;
  background-color: #fff;
  box-shadow: 4px 4px 14px #5d6ec70a;
}
.arrow-tab.w--current {
  color: #fff;
  background-color: #f6f6f6;
  background-image: none;
  border: 1px solid #f6f6f6;
  border-radius: 10px;
  font-weight: 700;
}
.banner-wrapper-2.is-blue {
  outline-offset: 0px;
  background-color: #fff;
  outline: 1px solid #ebebeb;
  transition: box-shadow .2s;
}
.banner-wrapper-2.is-blue:hover {
  box-shadow: -12px 13px 18px #0003;
}
.v3-retail-dashboard-logo.w--current {
  color: #fff;
  background-color: #f6f6f6;
  background-image: none;
  border: 1px solid #f6f6f6;
  font-weight: 700;
}
.v3-retail-dashboard-logo.v3-tab-bg.w--current {
  background-color: #f6f6f600;
  border-style: none;
}
.tab-link.w--current {
  color: #23272f;
  background-color: #ddd0;
}
.tab-pane {
  aspect-ratio: 3 / 2;
  border: 1px solid #edeff3;
  border-radius: 20px;
  overflow: hidden;
}
.tab-pane.vr-retail-ratio {
  aspect-ratio: 3 / 2.2;
}
.list-link.w--current {
  color: #ffffff4d;
  font-weight: 700;
}
.grid-content._2 {
  background-color: #00a3de;
  margin-left: 10px;
  margin-right: -10px;
}
.title {
  z-index: 1;
  justify-content: flex-end;
  align-items: flex-start;
  min-width: 100vw;
  min-height: 100vh;
  padding-right: 70px;
  display: flex;
  position: relative;
}
.card-half.left {
  height: 601%;
}
.accordion-icon {
  padding: 0;
}
.add-ons_accordion-item.add-ons_js-accordion-item.active {
  cursor: default;
  border-bottom-width: 5px;
  border-bottom-color: #f6f6f6;
  border-radius: 0;
  width: 100%;
  overflow: visible;
}
.add-ons_accordion-item.add-ons_js-accordion-item.active:hover {
  box-shadow: none;
}
.add-ons_accordion-item.v3-manuf-accordion-txt.active {
  cursor: default;
  border-bottom-width: 5px;
  border-bottom-color: #f6f6f6;
  border-radius: 0;
  width: 100%;
  overflow: visible;
}
.add-ons_accordion-item.v3-manuf-accordion-txt.active:hover {
  box-shadow: none;
}
.v3-manuf-accordion-div.add-ons_js-accordion-item.active {
  cursor: default;
  border-bottom-width: 5px;
  border-bottom-color: #f6f6f6;
  border-radius: 0;
  width: 100%;
  overflow: visible;
}
.v3-manuf-accordion-div.add-ons_js-accordion-item.active:hover {
  box-shadow: none;
}
.v3-manuf-accordion-div.v3-manuf-accordion-txt.active {
  cursor: default;
  border-bottom-width: 5px;
  border-bottom-color: #f6f6f6;
  border-radius: 0;
  width: 100%;
  overflow: visible;
}
.v3-manuf-accordion-div.v3-manuf-accordion-txt.active:hover {
  box-shadow: none;
}
.v3-manuf-accordion-subtext {
  color: #5e5e5e;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4em;
}
.v3-manuf-accordion-subtext.left-align {
  text-align: left;
}
.v3-menu-category {
  border-bottom: 1px solid #e6e6e6;
}
.pp_faq_answer {
  text-align: left;
  background-image: url('../images/right.svg');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-top: 15px;
  padding-left: 31px;
  font-family: Proxima nova alt, sans-serif;
  font-size: 18px;
  line-height: 29px;
}
.pp_faq_q {
  color: var(--footer_bot_darkgreyblue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proxima nova alt, sans-serif;
  font-size: 24px;
  line-height: 24px;
}
.pp-text-image-columns {
  align-items: center;
  display: flex;
}
.pp-text-image-columns.reverse {
  flex-direction: row-reverse;
}
.v3-grad {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #41b7c1, #c6a0b0 66%);
  -webkit-background-clip: text;
  background-clip: text;
}
.v3-h1-title-span-left {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}
.v3-h1-title-span-left.span-bg {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(58deg, #41bcbf, #cbdc29 55%);
  -webkit-background-clip: text;
  background-clip: text;
}
.v3-h1-title-span-left.span-bg.typer {
  background-image: linear-gradient(58deg, #41bcbf, #c6a0b0 61%);
  font-size: 52px;
}
.v3-h3-left {
  color: #797979;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.v3-h3-left.text-color-primary700 {
  color: #3d3d3d;
  text-align: left;
  margin: 0 -10px 0 0;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}
.v3-main-container-integration-page {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.v3-main-container-integration-page.right-image {
  position: relative;
  overflow: hidden;
}
.hero-heading-integration {
  background-color: #fff;
  border: 0 solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}
.v3-integration-right-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 0% 50%;
  min-width: 100%;
  padding: 0;
  display: block;
  position: relative;
  right: -50px;
}
.v3-h3-integration {
  color: #797979;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.v3-h3-integration.text-color-primary700 {
  color: #3d3d3d;
  text-align: center;
  margin: 0 -10px 0 0;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}
.v3-h3-integration.text-color-primary700.align-left {
  text-align: left;
  font-size: 1rem;
  line-height: 1.4;
}
.v3-h3-integration.text-color-primary700.align-left.font-weight-medium {
  max-width: 90%;
  line-height: 1.5;
}
.v3-hero-section-2-inti {
  padding-top: 8%;
  padding-bottom: 8%;
}
.v3-hero-section-2-inti.v3-section--hero-2 {
  color: #fff;
  background-color: #fff;
  background-image: none;
  flex-direction: column;
  padding-top: 48px;
  padding-bottom: 0;
  display: flex;
}
.v3-hero-section-2-inti.v3-section--hero-2-inti {
  color: #fff;
  background-color: #fff;
  background-image: none;
  flex-direction: column;
  margin-left: 7%;
  padding-top: 48px;
  padding-bottom: 120px;
  display: flex;
}
.v3-uui-max-width-xlarge-inti {
  width: 100%;
  max-width: 80rem;
  padding-right: 10%;
}
.v3-inti-top {
  margin-top: 140px;
  margin-left: 7%;
  margin-right: 7%;
}
.inti-logo-div {
  justify-content: center;
  display: flex;
}
.init-main-logo {
  z-index: 1;
  outline-offset: 0px;
  background-color: #f6f6f6;
  border-radius: 50rem;
  outline: 7px solid #fff;
  justify-content: center;
  align-items: center;
  min-width: 70px;
  max-width: 70px;
  min-height: 70px;
  max-height: 70px;
  padding: 10px;
  display: flex;
  position: relative;
}
.init-main-logo.inti-logo-near {
  z-index: 0;
  margin-left: -7px;
}
.init-logo-svg {
  padding: 10px;
}
.v3-h1-title-span-integration-title {
  color: #000;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}
.v3-h1-title-span-integration-title.span-bg {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(58deg, #41bcbf, #cbdc29 55%);
  -webkit-background-clip: text;
  background-clip: text;
}
.v3-h1-title-span-integration-title.span-bg.typer {
  background-image: linear-gradient(58deg, #41bcbf, #c6a0b0 61%);
  font-size: 52px;
}
.v3-max-width-large-integration {
  width: 100%;
  max-width: 48rem;
}
.v3-max-width-large-integration.align-center {
  max-width: 50rem;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.inti-category {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(38deg, #274997 45%, #54b9be);
  background-clip: border-box;
  padding: 10px;
}
.inti-category-wrap {
  margin-bottom: 20px;
  display: flex;
}
.init-logo-svg-hubler {
  padding: 10px 12px;
}
.v3-pick-or-build-section-inti {
  border-bottom: 1px solid #e0e0e0;
  margin-top: 120px;
  margin-left: 7%;
  margin-right: 7%;
  padding-bottom: 120px;
}
.v3-wrap-regular-inti {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  object-fit: fill;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: static;
}
.v3-wrap-regular-inti.v3-flex-long {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
.v3-wrap-regular-inti.v3-flex-long.v3-auto-case-size {
  min-height: auto;
}
.inti-top-mobules-grid-inti {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
  overflow: visible;
}
.v3-case-study-content-cell-inti {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  box-shadow: none;
  cursor: auto;
  background-color: #f6f6f6;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  min-height: 100%;
  padding: 40px 0 40px 40px;
  transition: box-shadow .2s;
  display: block;
}
.v3-case-study-content-cell-inti:hover {
  box-shadow: none;
}
.ave-wrap-3 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  align-items: center;
  display: flex;
}
.ave-wrap-4 {
  padding-bottom: 20px;
}
.ave-logo-1 {
  width: 9em;
  padding: 0;
}
.ave-logo-1.g2-logo {
  width: 5em;
}
.ave-container-1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.ave-wrap-8 {
  border-right: 1px solid #e0e0e0;
  align-items: stretch;
  padding-left: 2em;
  padding-right: 1em;
  display: flex;
}
.ave-decor-2 {
  text-align: center;
}
.ave-wrap-9 {
  align-items: stretch;
  padding-left: 2em;
  display: flex;
}
.ave-wrap-7 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}
.ave-wrap-6 {
  border-right: 1px solid #e0e0e0;
  align-items: stretch;
  padding-right: 1em;
  display: flex;
}
.ave-wrap-5 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.inti-testimonial {
  background-color: #f6f6f6;
  padding: 100px 7% 120px;
  font-size: 1vw;
}
.ave-wrap-1 {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  flex-direction: column;
  display: flex;
}
.ave-wrap-2 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  display: flex;
}
.why-section {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-bottom: 1px solid #e0e0e0;
  justify-content: space-between;
  margin-top: 120px;
  margin-left: 7%;
  margin-right: 7%;
  padding-bottom: 120px;
  display: flex;
}
.inti-title-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 30%;
  max-width: 30%;
  display: flex;
}
.inti-content-div {
  max-width: 70%;
}
.go-back {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}
.arrow-svg-init {
  color: var(--hub_subtext);
  max-width: 10px;
}
.intigrations-link {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-weight: 700;
  text-decoration: none;
}
.slug-open {
  color: var(--hub_subtext);
  font-family: Roboto, sans-serif;
  text-decoration: none;
}
.grid-33 {
  place-items: stretch stretch;
}
.v3-case-study-content-cell-inti-what-build {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  background-color: var(--white);
  box-shadow: none;
  cursor: auto;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  min-height: 100%;
  transition: box-shadow .2s;
  display: block;
}
.v3-case-study-content-cell-inti-what-build:hover {
  box-shadow: none;
}
.v3-wrap-regular-inti-what-build {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  object-fit: fill;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: static;
}
.v3-wrap-regular-inti-what-build.v3-flex-long {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
.v3-wrap-regular-inti-what-build.v3-flex-long.v3-auto-case-size {
  min-height: auto;
}
.what-build-spar {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  min-width: 100%;
  display: flex;
}
.ave-wrap-4-inti {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}
.ave-wrap-4-inti.bg-grey {
  background-color: var(--light-grey);
  border-radius: 20px;
  padding: 60px;
}
.logo-carousel-card-inti {
  color: #717384;
  background-color: #0000;
  border-radius: 20px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 70px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 5px;
  transition: all .3s;
  display: flex;
}
.logo-carousel-card-inti:hover {
  color: #fff;
  justify-content: center;
  align-items: center;
}
.inti-card-image {
  min-width: 25%;
}
.card-inti-wrapper {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}
.card-inti-title {
  margin-top: 20px;
}
.v3-manuf-accordion-subtext-ppl {
  color: #5e5e5e;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4em;
}
.ppl-test-inti {
  padding: 40px;
}
.inti-top-modules-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: block;
}
.top-modules-div {
  background-color: #46b5bf;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-flex;
}
.inti-modules-text {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 18px;
}
.blue {
  color: #4875bc;
}
.slide-text-container {
  z-index: 1;
  color: #1d1d1f;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 100%;
  padding: 30px;
  display: flex;
  position: relative;
}
.slide-box {
  background-color: #fff;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 500px;
  transition: all .3s;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 -1px 20px #6e6e731a;
}
.slide-box:hover {
  transform: scale(1.01);
  box-shadow: 0 -1px 20px #6e6e7340;
}
.slide-box._240px {
  align-items: flex-start;
  width: 333px;
  height: 240px;
  display: flex;
}
.slide-box._240px.margin-right {
  cursor: auto;
  border: 1px solid #ebebeb;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  text-decoration: none;
}
.slide-box._240px.margin-right.slide-box-inti {
  justify-content: center;
  min-height: 220px;
}
.slider-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
  overflow: visible;
}
.slider-container.hide {
  display: none;
}
.use-case-title-main {
  color: var(--black);
  text-align: left;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 30px;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4em;
}
.use-case-category {
  background-image: linear-gradient(to bottom, var(--success-green), var(--success-green)), linear-gradient(38deg, #274997 45%, #54b9be);
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 10px;
  padding: 5px 10px;
  display: none;
}
.use-case-arrow-flex {
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  display: flex;
}
.use-case-arrow-flex.v3-retail-space-btm {
  margin-bottom: 20px;
}
.list-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: block;
}
.collection-item-usecase {
  flex: 0 auto;
  width: 100%;
  display: block;
  overflow: visible;
}
.use-case-des {
  margin-top: 15px;
}
.use-case-des-text {
  color: #5e5e5e;
  text-align: center;
  max-width: 50rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.4em;
}
.usecase-features-section {
  background-color: var(--white);
  padding: 100px 7% 120px;
  font-size: 1vw;
}
.usecase-features-section.greybg {
  background-color: var(--gainsboro);
}
.glide-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--gainsboro);
  cursor: pointer;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  padding: 20px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}
.glide-wrapper:hover {
  box-shadow: 0 -1px 20px -11px #ff492c;
}
.glide-content-wrapper {
  flex-flow: column;
  display: flex;
}
.glide-text-titile {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}
.btn-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}
.users-love-us-wrapper {
  min-width: 65px;
  max-width: 65px;
}
.g2-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.see-what-g2 {
  color: var(--hub_subtext);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.code-embed-7 {
  color: var(--hub_subtext);
  display: flex;
}
.use-case-ctaa-section {
  padding-bottom: 20px;
}
.image-181 {
  margin-top: 20px;
}
.use-case-init-main-logo.inti-logo-near {
  z-index: 0;
  margin-left: -7px;
}
.list-item-11 {
  width: 100%;
  list-style-type: none;
}
.usecase-icon-img {
  max-width: 40px;
  padding: 0;
}
.div-block-181 {
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}
.v3-pick-or-build-section-inti-usecase {
  border-bottom: 1px solid #e0e0e0;
  margin-top: 120px;
  margin-left: 7%;
  margin-right: 7%;
  padding-bottom: 120px;
}
.v3-manuf-accordion-subtext-features.left-align {
  text-align: left;
}
.spacing {
  min-height: 2rem;
  max-height: 2rem;
}
.v3-manuf-accordion-subtext-features-usecase.left-align {
  text-align: left;
}
.inti-card-image-intipage {
  min-width: 25%;
}
.v3-manuf-accordion-subtext-centers {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.4em;
}
.v3-manuf-accordion-subtext-centers.left-align {
  text-align: left;
}
.v3-manuf-accordion-subtext-centers.bold {
  font-weight: 700;
}
.v3-solutions-study-logo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  margin-bottom: 20px;
  display: flex;
}
.v3-solutions-study-logo.v3-retail-space-btm {
  margin-bottom: 20px;
}
.lynx-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.lynx-block-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.lynx-block-faq-2 {
  grid-row-gap: 14px;
  flex-direction: column;
  width: 100%;
  max-width: 840px;
  display: flex;
}
.lynx-accordion-item-2 {
  background-color: var(--lynx--white);
  border-radius: 20px;
  box-shadow: 0 10px 15px -10px #1f20221a;
}
.lynx-accordion-header-2 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 30px;
  transition: padding .3s;
  display: flex;
}
.lynx-accordion-header-2:hover {
  padding-left: 35px;
}
.lynx-heading-accordion-2 {
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Satoshi-bold, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 132%;
}
.lynx-icon-arrow-2 {
  background-color: var(--lynx--black);
  background-image: url('../images/Arrow_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex: none;
  width: 40px;
  height: 40px;
}
.lynx-accordion-content-2 {
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}
.lynx-paragraph-accordion-2 {
  color: var(--lynx--grey);
  margin-bottom: 30px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  line-height: 165%;
}
.video {
  text-align: center;
  width: auto;
  height: 0%;
  max-height: 458px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.hubpro-div {
  margin-bottom: 30px;
  padding-top: 30px;
}
.image-182 {
  margin-top: 20px;
  margin-left: 40px;
  padding-top: 0;
  padding-left: 0;
}
.image-183 {
  text-align: left;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 40px;
}
.hubler-kwad-btn-div {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.hubler-kwad-btn-div.center {
  justify-content: center;
}
.center {
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media screen and (min-width: 1280px) {
.v3-svg-arrow-case-study.v3-arrow-rotate {
    background-image: none;
  }
.inti-top-mobules-grid-inti {
    grid-template-columns: 1fr 1fr 1fr;
  }
.v3-wrap-regular-inti-what-build {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
.what-build-spar {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    flex: 1;
    justify-content: space-around;
    display: flex;
  }
.slider-container.hide {
    display: block;
  }
}
@media screen and (min-width: 1440px) {
.partnerpage_header {
    padding-bottom: 0;
    inset: 0% 0% auto;
  }
.nav {
    font-family: Neuehaasdisplay, sans-serif;
  }
.hub-container {
    max-width: 1200px;
  }
.hero-content {
    width: 570px;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-right: 96px;
  }
.h2.newscard {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 36px;
    display: block;
  }
.h2.homepage {
    margin-bottom: 0;
    font-size: 31px;
    line-height: 39px;
  }
.h2.white {
    color: var(--white);
  }
.h2.white.center {
    text-align: center;
  }
.h2.testimonial {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
  }
.h3.solutions-page {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 25px;
  }
.h3.white {
    color: var(--white);
  }
.hero-btn-wrap {
    margin-top: 30px;
  }
.columns-section_integrate {
    margin-top: 0;
    display: block;
  }
.image-column {
    justify-content: flex-start;
    padding-left: 0;
    display: flex;
  }
.content-cover-wrap {
    clear: none;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 42px;
  }
.content-column {
    padding-left: 20px;
  }
.img {
    max-width: 100%;
    margin-left: 0;
  }
.text-image-columns.reverse {
    margin-left: 0;
    margin-right: 0;
  }
.h1 {
    color: var(--black);
    font-family: Eina02, sans-serif;
    line-height: 55px;
  }
.h1.homepage {
    text-align: left;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 37px;
    line-height: 45px;
  }
.container-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }
.blog_heading {
    text-align: left;
    font-family: Open Sans, sans-serif;
    font-size: 40px;
    font-weight: 700;
    display: block;
  }
.blog_page_post {
    display: block;
  }
.blog-section {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    font-size: 40px;
    display: block;
  }
.container-3 {
    object-fit: fill;
  }
.blog-page-section {
    display: block;
  }
.subscribe {
    margin-top: 122px;
  }
.subscribe.text-center {
    justify-content: center;
  }
.subscribe_h1 {
    text-align: center;
    align-self: center;
    margin-top: 0;
  }
.heading_2 {
    padding-right: 0;
    font-family: Open Sans, sans-serif;
  }
.image-28 {
    text-align: right;
    width: 760px;
  }
.nav-bar-logo, .nav-bar-logo.hrms {
    margin-left: 0;
  }
.columns-4 {
    padding-right: 56px;
  }
.columns-5 {
    align-self: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }
.form {
    padding-bottom: 61px;
  }
.container-8 {
    max-width: 1440px;
    padding-left: 150px;
    padding-right: 150px;
  }
.form_lato_heading {
    margin-bottom: 0;
  }
.h2_lato {
    padding-right: 0;
    font-weight: 900;
  }
.vendor_sub_head {
    text-align: left;
    font-size: 26px;
    line-height: 36px;
  }
.vendor_para {
    font-size: 18px;
    line-height: 29px;
  }
.vendor_list_2 {
    font-size: 22px;
  }
.business_rules {
    max-width: 1100px;
  }
.column-8 {
    position: static;
  }
.div-block-22 {
    margin-left: 0;
    padding-right: 0;
  }
.vendor_list_3 {
    margin-top: 19px;
    padding-left: 7px;
    font-size: 19px;
    line-height: 32px;
  }
.vendor_para_center {
    font-size: 22px;
  }
.container-10 {
    max-width: 1300px;
  }
.vendor_sub_btn {
    max-width: 176px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
.manage_appr_section {
    max-width: 1100px;
  }
.column-9 {
    flex-direction: row;
    align-self: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }
.columns-10 {
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }
.column-11 {
    margin-top: 64px;
    padding-left: 0;
    padding-right: 85px;
    display: block;
  }
.column-14 {
    margin-top: 0;
    padding-right: 0;
  }
.column-15 {
    padding-left: 0;
    padding-right: 93px;
  }
.columns-11 {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
  }
.column-18 {
    display: block;
  }
.container-12 {
    max-width: 1100px;
  }
.image-40 {
    float: left;
    clear: both;
    width: 0;
    min-width: 680px;
  }
.dropdown-link.w--current {
    text-align: left;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 40px;
    font-size: 16px;
    font-weight: 500;
  }
.dropdown-link.w--current:hover {
    border-width: 1px;
    border-color: var(--dark-turquoise);
  }
.hero-content_1 {
    margin-top: 219px;
    margin-left: -43px;
  }
.assets_hero {
    background-position: 95% 36%;
    background-size: 650px;
  }
.main_hero_image {
    width: 740px;
  }
.image-41 {
    width: 220px;
    min-width: 0;
    margin-right: 0;
    inset: -3px -17% 0% auto;
  }
.image-42 {
    float: none;
    width: 130px;
    position: absolute;
    inset: auto auto 0% -22%;
  }
.assets_sub_head {
    padding-right: 114px;
    font-size: 26px;
    line-height: 32px;
  }
.manage_section_assets {
    padding-top: 0;
  }
.assets_images {
    float: left;
    border-radius: 11px;
    width: 610px;
    margin-top: 0;
    margin-left: 0;
    left: 0;
    box-shadow: 0 13px 12px 11px #0000001a;
  }
.image-43 {
    width: 587px;
    inset: 154px auto 0% 0%;
  }
.image-44 {
    float: none;
    clear: none;
    position: absolute;
    inset: auto auto -22% 9%;
  }
.no-code_section {
    margin-top: 279px;
  }
.column-20 {
    padding-left: 0;
    padding-right: 0;
  }
.image-45 {
    width: 600px;
    top: 0%;
  }
.qr-code-section {
    position: relative;
  }
.image-46 {
    float: right;
    clear: left;
    width: 620px;
    margin-top: 0;
    margin-right: 0;
  }
.image-47 {
    display: block;
    bottom: 7%;
    left: 0%;
  }
.two-_sections_assets {
    background-position: -20%;
    background-size: 1040px;
  }
.assets_para {
    font-size: 18px;
    line-height: 29px;
  }
.image-48 {
    width: 1000px;
    max-width: 100%;
    top: 388px;
    left: 0%;
  }
.image-49 {
    margin-top: -39px;
    margin-left: 75px;
  }
.image-51 {
    margin-left: 0;
  }
.image-52 {
    width: 600px;
    inset: -50% 0% 0% auto;
  }
.columns-13 {
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }
.approve_assets {
    min-width: 402px;
    margin-top: 201px;
  }
.image-53 {
    width: 590px;
  }
.column-21 {
    padding-right: 0;
  }
.image-54 {
    width: 190px;
    margin-top: 68px;
    inset: -13% 22% auto auto;
  }
.columns-14 {
    max-width: 1100px;
  }
.assets_sub_head_1 {
    font-size: 44px;
    line-height: 50px;
  }
.columns-15 {
    min-width: 500px;
  }
.business_col_img {
    clear: left;
    flex-direction: column;
    align-items: flex-end;
    padding-left: 0;
    position: static;
  }
.business_col_txt {
    margin-top: -77px;
    padding-left: 0;
    padding-right: 51px;
  }
.column-23 {
    padding-right: 0;
  }
.columns-16 {
    max-width: 100%;
    margin-right: 0;
  }
.column-29 {
    padding-right: 54px;
    position: static;
  }
.div-block-28 {
    padding-right: 0;
  }
.container-16 {
    max-width: 1100px;
  }
.column-32 {
    padding-right: 97px;
  }
.expense_sub_head {
    padding-right: 24px;
    font-size: 26px;
    line-height: 32px;
  }
.image-56 {
    width: 130px;
    inset: 1% auto auto 1%;
  }
.expense_list_2 {
    font-size: 22px;
    display: block;
  }
.columns-20 {
    margin-top: 0;
  }
.expense_hero {
    background-image: none;
    margin-bottom: 0;
  }
.make_own_expense {
    margin-top: 43px;
  }
.container-17 {
    max-width: 1100px;
    margin-top: 63px;
  }
.container-18 {
    max-width: 1100px;
  }
.container-20 {
    max-width: 1100px;
    margin-top: 200px;
  }
.help_sub_head {
    font-family: Lato, sans-serif;
    font-size: 26px;
    line-height: 40px;
  }
.helpdesk_sub_head {
    font-size: 26px;
    line-height: 32px;
  }
.help_para {
    padding-left: 0;
    font-size: 19px;
    line-height: 29px;
  }
.div_line_br_purple {
    display: block;
  }
.cust_list_hlep {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 30px;
  }
.list_it_help_sty {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 29px;
  }
.column-33 {
    padding-right: 89px;
    position: static;
  }
.image-60 {
    width: 130px;
    margin-bottom: -91px;
  }
.customer_experience_help {
    margin-top: 158px;
  }
.image-61 {
    width: 400px;
  }
.div-block-29 {
    margin-top: 30px;
  }
.container-27 {
    max-width: 1100px;
  }
.columns-23 {
    align-items: center;
    margin-top: 100px;
    display: flex;
  }
.container-28 {
    max-width: 1100px;
  }
.div-block-33 {
    padding-right: 25px;
  }
.container-29 {
    max-width: 1100px;
    position: static;
  }
.container-30 {
    max-width: 1100px;
  }
.div-block-34 {
    padding-right: 99px;
  }
.calculate_section {
    margin-top: 200px;
  }
.container-cal, .container-31 {
    max-width: 1100px;
  }
.deliver_section {
    margin-top: 0;
    padding-top: 58px;
  }
.two-_sections_helpdesk {
    background-image: none;
    margin-top: 89px;
  }
.gain_2s_1_help, .build_2s_2_help {
    max-width: 1100px;
  }
.integrate_section_help {
    margin-top: 133px;
  }
.never_section_help {
    background-image: none;
    margin-top: 0;
  }
.container-33 {
    max-width: 1100px;
    margin-bottom: 250px;
    position: static;
  }
.column-39 {
    padding-right: 25px;
  }
.help_hero {
    float: right;
    width: 790px;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: -18px;
    padding-left: 0;
    display: block;
    position: absolute;
    inset: 11% 0% auto auto;
  }
.help_pattern_2 {
    width: 130px;
    position: absolute;
    inset: auto 32% 22% auto;
  }
.help_oval_2 {
    width: 600px;
    margin-top: 0;
    inset: -228px 0% 0% auto;
  }
.ce_help_col_1 {
    padding-left: 0;
    padding-right: 84px;
  }
.ce_help_col_2 {
    display: none;
  }
.asset_manage_image {
    float: right;
    width: 600px;
    top: 0;
    left: 0;
  }
.columns-24 {
    flex-direction: row;
    align-items: center;
    display: flex;
  }
.column-40 {
    align-self: flex-start;
    padding-right: 0;
  }
.help_pattern {
    width: 130px;
    min-width: 0;
    margin-right: 0;
    padding-left: 0;
    inset: 15% 5% auto auto;
  }
.image-63 {
    width: 770px;
  }
.help_pattern_3 {
    width: 200px;
    inset: -9% 10% auto auto;
  }
.help_para_indent {
    padding-left: 16px;
    font-size: 19px;
    line-height: 29px;
  }
.help_pattern_4 {
    width: 800px;
    inset: auto 0% 0% auto;
  }
.help_customer {
    float: left;
    width: 700px;
    margin-top: 0;
    margin-left: -18px;
    margin-right: 0;
  }
.help_build {
    align-self: flex-start;
    width: 630px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: static;
  }
.help_pattern_5 {
    width: 145px;
    margin-bottom: 0;
    margin-left: 167px;
    inset: auto auto 0% -2%;
  }
.help_never {
    float: left;
    box-shadow: none;
    border-radius: 15px;
    width: 750px;
    margin-left: 72px;
    margin-right: 0;
    left: 0;
  }
.div-block-35 {
    position: static;
  }
.assets_container {
    max-width: 1100px;
  }
.help_col {
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }
.container-35 {
    max-width: 1100px;
  }
.asset_hero_2 {
    display: block;
  }
.help_div_block {
    margin-top: 20px;
    margin-left: 0;
  }
.price_discl_txt_2y {
    font-size: 13px;
  }
.vi_list_form {
    background-image: url('../images/lines_bl.svg');
    background-position: 0 8px;
  }
.form_sub_head {
    padding-right: 114px;
    font-size: 26px;
    line-height: 32px;
  }
.h2_lato_form {
    order: -1;
    padding-right: 0;
  }
.lato_para_form {
    font-size: 18px;
    line-height: 29px;
  }
.asset_hero_image {
    float: right;
    width: 0;
    min-width: 630px;
    max-width: 100%;
    margin-left: 0;
    margin-right: -85px;
    padding-left: 0;
    position: relative;
    inset: 0% 10% 0% auto;
  }
.asset_boost {
    float: left;
    clear: right;
    width: 0;
    min-width: 580px;
    margin-left: 58px;
    margin-right: 0;
    padding-right: 0;
    display: block;
  }
.asset_create {
    align-self: flex-start;
    width: 460px;
    margin-left: 53px;
    margin-right: 0;
    display: block;
    position: static;
  }
.help_images {
    float: left;
    width: 0;
    min-width: 820px;
    margin-left: -81px;
    position: relative;
  }
.help_gain {
    float: left;
    clear: right;
    width: 0;
    min-width: 500px;
    margin-left: 30px;
    margin-right: 0;
    padding-right: 0;
    display: block;
  }
.content-cover-let {
    clear: none;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
.asset_pattern_2 {
    width: 145px;
    margin-bottom: 80px;
    margin-left: 111px;
    inset: auto auto 6% -2%;
  }
.bold-text-13 {
    font-size: 14px;
  }
.form-block {
    margin-bottom: 10px;
  }
.approve_image_assets {
    z-index: 1;
    width: 560px;
    position: relative;
  }
.lm_h1_32 {
    padding-right: 0;
    font-weight: 900;
  }
.lm_para_12 {
    font-size: 18px;
    line-height: 29px;
  }
.lm_hero_btn {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 230px;
    max-width: 100%;
    padding: 8px 35px 0;
    font-size: 14px;
    display: inline-block;
  }
.lm_hero_1 {
    background-image: none;
    width: 100%;
    max-width: 100%;
    position: static;
    overflow: visible;
  }
.lm_hero_sub {
    max-width: 1100px;
  }
.slider-2 {
    width: 440px;
  }
.lm_hero_txt {
    width: 570px;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-right: 96px;
  }
.lm_slider_col {
    background-position: 50% 30%;
    background-size: auto;
    min-height: 220px;
    display: block;
  }
.slider_img_3 {
    width: 200px;
  }
.workflow_pp {
    margin-top: 170px;
  }
.lm_subscribe {
    margin-top: 122px;
  }
.lm_subscribe_para {
    font-size: 44px;
    line-height: 50px;
  }
.lm_sec_5_h {
    font-size: 44px;
    line-height: 50px;
  }
.lm_slider_h2 {
    margin-top: 0;
  }
.lm_col_6_c1 {
    clear: none;
    text-align: center;
  }
.image-80 {
    width: 500px;
    top: -15%;
  }
.lm_sec_3_cont-2 {
    max-width: 1100px;
  }
.news {
    display: block;
  }
.swiggy_hero_image.tab-hide {
    white-space: normal;
    max-width: 500px;
  }
.div-block-54 {
    flex-flow: wrap;
    place-content: center;
    align-items: stretch;
    display: flex;
  }
.tab_h.w--current {
    font-size: 28px;
  }
.image-94.hrms {
    margin-left: 310px;
    padding-left: 0;
  }
.tab_links.w--current {
    background-color: var(--purple);
    padding-top: 10px;
    padding-bottom: 10px;
  }
.nav-btn_black {
    justify-content: flex-end;
    display: flex;
  }
.nav-btn_black:focus {
    max-width: none;
  }
.nav-btn_black.hhhh {
    text-align: center;
  }
.nav-btn_black.home-btn {
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 60px;
    font-size: 20px;
  }
.nav-btn_black.home-btn:focus {
    width: 280px;
    max-width: 280px;
  }
.nav-btn_black.home-btn:focus-visible, .nav-btn_black.home-btn[data-wf-focus-visible] {
    width: 230px;
    max-width: 230px;
  }
.form-5 {
    justify-content: flex-start;
    align-items: stretch;
    width: 500px;
    margin-top: 0;
    line-height: 40px;
    display: flex;
    position: relative;
    left: auto;
  }
.form-5.inblog {
    justify-content: center;
  }
.submit-button-3 {
    background-color: var(--purple);
    width: 150px;
    position: static;
  }
.text-field-2 {
    text-align: left;
    flex: 0 auto;
    align-self: stretch;
    width: 250px;
    height: 55px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 100%;
    position: static;
  }
.container-66 {
    position: static;
  }
.form-block-3 {
    display: block;
    position: relative;
    left: 0;
  }
.cta_button.hubbleruni {
    margin-top: 40px;
  }
.cta_button.blogs {
    width: 150px;
  }
.casestudy-section {
    display: block;
  }
.casestudy-section.hide {
    display: none;
  }
.casestudy-cms-card {
    height: 630px;
    max-height: 630px;
  }
.casestudy-card-heading {
    width: 84%;
  }
.casestudy-card-image {
    height: 60px;
  }
.rte {
    margin-top: 0;
    display: block;
  }
.rte h4 {
    color: var(--black);
    font-weight: 700;
  }
.about-us-wrapper {
    max-width: 1348px;
  }
.about-us-sections {
    margin-top: 20px;
  }
.about-us-sections.header.ebk-header {
    padding-top: 10px;
  }
.about-us-content {
    margin-top: 20px;
  }
.about-us-img-align {
    justify-content: flex-end;
    display: flex;
  }
.how-to-cms {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
.how-to-card {
    padding: 24px;
  }
.how-to-card:hover {
    box-shadow: 1px 2px 8px 0 var(--success-green);
  }
.how-to-heading {
    color: var(--grey_text);
    object-fit: fill;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Eina02, sans-serif;
    font-size: 36px;
    text-decoration: none;
  }
.how-to-description {
    font-family: Roboto, sans-serif;
  }
.collection-list-wrapper-5 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
.ds_hero.title {
    width: 750px;
    min-width: auto;
    max-width: 100%;
    height: auto;
    max-height: 47%;
    font-size: 44px;
  }
.ds_hero.title.uniadjust {
    max-width: 100%;
  }
.ds_hero.subtitle.uniadjust {
    max-width: 70%;
  }
.ds_hero.subtitle.blog_adjust.tag {
    margin-top: 0;
    margin-bottom: 32px;
  }
.ds_hero.subtitle.leaso {
    width: 620px;
    margin-bottom: 0;
  }
.ds_card.title {
    font-size: 24px;
    line-height: 32px;
  }
.ds_section.subtitle.adjust {
    max-width: 70%;
  }
.ds_section.subtitle.blog_adjust {
    margin-bottom: 32px;
  }
.ds_section.subtitle.blog_adjust.tags {
    margin-top: 32px;
    margin-bottom: 24px;
  }
.hubbler-uni-wrapper {
    max-width: 1348px;
  }
.hubbler-uni-content {
    max-width: 1228px;
  }
.hubbler-uni-card {
    background-position: 0 -120px;
    background-size: 1348px;
  }
.ebk-content {
    max-width: 1228px;
  }
.ebk-arrow {
    display: block;
    left: 40%;
  }
.ebk-arrow.ebklst {
    left: 5vw;
  }
.ebk-img-cover.ebklst, .ebk-img-cover.ebk-template {
    max-width: 40%;
  }
.rte-ebk {
    margin-top: 16px;
  }
.pop-up-button {
    margin-top: 64px;
  }
.news-letter-section {
    display: none;
  }
.blog-rlt-read-container {
    width: 80%;
  }
.blog-rlt-read-wrapper-links {
    width: 65%;
  }
.news-letter-card.blog {
    background-position: 0 100%;
    background-size: auto 150px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
  }
.div-block-126 {
    margin-bottom: 0;
    margin-left: 24px;
    margin-right: 24px;
  }
.success-subscription {
    margin-top: 0;
  }
.blog-wrapper {
    max-width: 1348px;
  }
.div-block-135 {
    max-width: 1188px;
  }
.blog_banner_wrapper {
    max-width: 65%;
  }
.blog_banner_section {
    max-width: 1440px;
  }
.nav-menu-blk.hrms {
    margin-right: 0;
  }
.nav-link-txt {
    font-family: Roboto, sans-serif;
    font-size: 18px;
  }
.nav-bar-wrapper {
    align-items: center;
    max-width: 1200px;
    display: flex;
  }
.nav-button {
    justify-content: flex-end;
    display: flex;
  }
.btw-section, .ds_midsection {
    margin-top: 20px;
  }
.sections-content.spacing {
    margin-top: 10px;
    margin-bottom: 10px;
  }
.content-img-align {
    justify-content: flex-end;
    display: flex;
  }
.content-sections.last {
    margin-top: 10px;
    padding-top: 20px;
  }
.content-sections-wrapper {
    max-width: 1348px;
  }
.features-section {
    margin-top: 0;
  }
.features-heading {
    color: var(--white);
    font-size: 44px;
    line-height: 50px;
  }
.tab-link-kb {
    border-bottom-right-radius: 12px;
  }
.div-block-145 {
    margin-left: 100px;
    margin-right: 100px;
  }
.homepage-faq-section {
    margin-bottom: 10px;
  }
.link-8 {
    float: right;
    clear: none;
    text-align: left;
    font-size: 25px;
  }
.template_product_hero_r {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
.template_hero_text {
    padding: 24px;
    font-size: 16px;
  }
.template_hero_image {
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
    display: flex;
  }
.template_hero_body.hrms.stat {
    min-width: 100%;
    padding-right: 20px;
  }
.template_product_image {
    max-width: 115%;
    margin: auto;
    padding: 0;
    display: block;
  }
.template_hero_left {
    align-items: center;
    max-width: 1248px;
    display: flex;
  }
.template_hero_right {
    max-width: 1248px;
  }
.template_banner_center_dark_button.crm {
    background-color: #0000;
  }
.template_product_desc_l, .template_product_desc_l.hrms {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
.template_product_desc_l.hrms.cust {
    background-color: #0000;
  }
.template_desc {
    max-width: 1248px;
  }
.template_desc_picture {
    max-width: 90%;
  }
.template_desc_picture.hrms1, .template_desc_picture.hrms {
    max-width: 100%;
  }
.template_desc_picture.hrm {
    max-width: 110%;
  }
.template_product_desc_r {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
.template_product_desc_r.hrms {
    margin-left: 140px;
  }
.template_banner_text-2.salesc {
    font-size: 36px;
  }
.image-135 {
    padding-left: 20px;
  }
.image-135.hrms {
    max-width: 100%;
  }
.startup {
    background-color: #f6fafebf;
  }
.sales-crm-div {
    max-width: 80%;
  }
.hrms-faq-section {
    max-width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
.bold-text-16 {
    font-size: 30px;
  }
.part_sub_hero {
    max-width: 1100px;
  }
.part_col {
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }
.part_col_s_1 {
    flex-direction: row;
    align-self: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }
.part_hero_1 {
    width: 570px;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-right: 0;
  }
.part_hero_col_2 {
    text-align: left;
    background-image: none;
    min-height: 220px;
    display: block;
  }
.partner_body_2 {
    font-size: 18px;
    line-height: 25px;
  }
.part_para-_2 {
    font-size: 18px;
    line-height: 29px;
  }
.part_sect_1 {
    width: 100%;
    max-width: 1140px;
  }
.subscribe_part {
    margin-top: 122px;
  }
.part_para-_3 {
    font-size: 18px;
    line-height: 29px;
  }
.nav-button_form {
    justify-content: flex-end;
    display: flex;
  }
.partner_main_btn {
    text-align: center;
    justify-content: flex-end;
    max-width: 230px;
    display: block;
  }
.partner_main_btn:focus {
    max-width: none;
  }
.part_hero_2 {
    background-image: none;
    width: 100%;
    max-width: 100%;
    position: static;
    overflow: visible;
  }
.pricing_title-wrap {
    margin-top: 0;
  }
.h1_pricing {
    color: var(--black);
    font-family: Eina02, sans-serif;
    line-height: 55px;
  }
.pricing-component, .pricing-table-component {
    text-align: left;
    max-width: 1200px;
    min-height: 70%;
  }
.pricing_card-desc {
    height: 70px;
  }
.h1_bfcm_blue, .h1_bfcm_blk {
    color: var(--black);
    font-family: Eina02, sans-serif;
    line-height: 55px;
  }
.bfcm-pricing-button {
    text-align: center;
    justify-content: flex-end;
    display: block;
  }
.bfcm-pricing-button:focus {
    max-width: none;
  }
.bfcm_price-desc {
    height: 70px;
  }
.sneak_peak-image {
    height: 22rem;
  }
.landing_2column_image {
    float: left;
    width: 0;
    min-width: 780px;
    margin-left: -45px;
    position: relative;
  }
.new_list_landing {
    background-image: url('../images/lines_bl.svg');
    background-position: 0 8px;
  }
.landing_list {
    font-size: 19px;
    line-height: 32px;
  }
.h1_bfcm_red {
    color: var(--black);
    font-family: Eina02, sans-serif;
    line-height: 55px;
  }
.hero-container.form-container {
    max-width: 1440px;
    margin-top: 60px;
  }
.hero-container.form-below-div {
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 100px;
    margin-left: -170px;
  }
.reason-why-grid-block-div {
    max-width: 1200px;
  }
.reason-why-grid-para {
    width: 365px;
    font-weight: 400;
  }
.reason-why-grid-img {
    max-width: 100%;
  }
.reason-why-grid-img.eye {
    max-width: 80%;
  }
.reason-why-grid-img.fast-forward-img {
    max-width: 90%;
  }
.grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
.reason-why-grid-inner-div-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
.v3-uui-logo_logotype {
    margin-top: .25rem;
  }
.v3-uui-max-width-xlarge-2 {
    text-align: center;
  }
.v3-rotate-arrow {
    order: 0;
    align-self: center;
  }
.v3-svg-arrow-clr-cta-hero {
    color: #f7f7f7;
    border-radius: 20px;
  }
.v3-h2-features.imagine-best-in-class-here-is-how-top-brands-got-there-with-insane-speed-using-hubler-s-no-code-app-builder-0.h2-inti-page {
    text-align: left;
  }
.v3-h2-features.imagine-best-in-class-here-is-how-top-brands-got-there-with-insane-speed-using-hubler-s-no-code-app-builder-0.h2-inti-page-center, .v3-h2-features.imagine-best-in-class-here-is-how-top-brands-got-there-with-insane-speed-using-hubler-s-no-code-app-builder-0.h2-inti-page-left {
    text-align: center;
  }
.v3-h2-features.imagine-best-in-class-here-is-how-top-brands-got-there-with-insane-speed-using-hubler-s-no-code-app-builder-0.h2-inti-page-left-init {
    text-align: left;
  }
.v3-h2-features.imagine-best-in-class-here-is-how-top-brands-got-there-with-insane-speed-using-hubler-s-no-code-app-builder-0.h2-inti-page-center-cta, .v3-h2-features.imagine-best-in-class-here-is-how-top-brands-got-there-with-insane-speed-using-hubler-s-no-code-app-builder-0.h2-inti-page-testi, .v3-h2-features.imagine-best-in-class-here-is-how-top-brands-got-there-with-insane-speed-using-hubler-s-no-code-app-builder-0.h2-inti-page-use-case-titile, .v3-h2-features.imagine-best-in-class-here-is-how-top-brands-got-there-with-insane-speed-using-hubler-s-no-code-app-builder-0.glide-text-title {
    text-align: center;
  }
.v3-uui-navbar08_logo-link {
    margin-bottom: 10px;
  }
.v3-uui-navbar08_menu-left {
    text-align: left;
    flex: 0 auto;
    order: 0;
    align-self: auto;
  }
.v3-nav-btn-txt-kwad, .v3-uui-navbar08_link {
    font-size: .9rem;
  }
.v3-uui-navbar08_dropdown-list.w--open {
    padding-top: 1.5rem;
  }
.v3-navbar {
    position: fixed;
    top: 0%;
  }
.v3-uui-text-size-small.v3-hide-mobile-landscape, .v3-uui-navbar08_item-heading {
    font-size: .9rem;
  }
.v3-container-2 {
    flex: 0 auto;
    order: 0;
  }
.v3-text-block {
    font-size: .9rem;
  }
.v3-svg-arrow-case-study {
    color: #f7f7f7;
    border-radius: 20px;
  }
.v3-rotate-arrow-case-study {
    order: 0;
    align-self: center;
  }
.pp_faq_answer {
    font-size: 19px;
    line-height: 29px;
  }
.pp-text-image-columns.reverse {
    margin-left: 0;
    margin-right: 0;
  }
.v3-uui-max-width-xlarge-inti {
    text-align: center;
  }
.inti-testimonial {
    font-size: 14px;
  }
.inti-top-modules-list,
 .top-modules-heading {
    text-align: left;
  }
.use-case-arrow-flex {
    flex: none;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }
.usecase-features-section {
    font-size: 14px;
  }
.v3-solutions-study-logo {
    flex: none;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    display: flex;
  }
}
@media screen and (min-width: 1920px) {
.h2.testimonial {
    font-size: 20px;
  }
 .footer-top {
    width: 100%;
    margin-left: 0;
  }
.assets_hero {
    background-position: 160% 0;
    background-size: auto;
  }
.image-45,
 .image-53 {
    display: none;
  }
.expense_hero {
    background-position: 160% 0;
    background-size: auto;
  }
.help_pattern_2,
 .help_oval_2,
 .help_pattern_4 {
    display: none;
  }
.lm_hero_1 {
    background-position: 160% 0;
    background-size: auto;
  }
.image-80 {
    width: 500px;
  }
.lm_sec_3_cont-2 {
    max-width: 100%;
  }
.nav-btn_black:focus {
    max-width: none;
  }
.nav-btn_black.hhhh {
    flex-direction: column;
  }
.cta_button.hubbleruni {
    margin-top: 56px;
  }
.cta_button.blogs {
    width: 175px;
  }
.cs_info_text.l {
    width: 80%;
    margin-left: 24px;
  }
.cs_info_img.relative {
    margin-top: 25px;
    margin-left: 130px;
  }
.about-us-wrapper {
    max-width: 1440px;
  }
.about-us-sections.footer {
    margin-bottom: 37px;
  }
.about-us-img {
    border-radius: 18px;
    display: block;
  }
.about-us-img-wrapper {
    margin-right: 112px;
  }
.about-us-content-wrapper {
    margin-left: 112px;
  }
.about-us-img-align {
    justify-content: flex-end;
    display: flex;
  }
.ds_hero.subtitle.uniadjust {
    margin-top: 56px;
  }
.ds_card.title {
    font-size: 24px;
    line-height: 32px;
  }
.text-block-12 {
    font-weight: 700;
  }
.ebk-arrow {
    left: 10vw;
  }
.ebk-arrow.ebklst {
    left: 4vw;
  }
.ebk-img-cover.ebklst {
    max-width: 40%;
  }
.blog-rlt-read-wrapper-links {
    width: 50%;
  }
.blog-wrapper {
    max-width: 1390px;
  }
.div-block-135 {
    max-width: 1216px;
  }
.blog-sharable {
    margin-left: -72px;
  }
.blog_banner.mobile {
    z-index: 1;
    position: relative;
  }
.blog_banner_wrapper {
    max-width: 50%;
  }
.blog_banner_section {
    max-width: 1920px;
  }
.nav-bar-wrapper {
    max-width: 1200px;
  }
.content-img-align {
    justify-content: flex-end;
    display: flex;
  }
.content-img-wrapper {
    margin-right: 112px;
  }
.content-sections-wrapper {
    max-width: 1440px;
  }
.content-sections-text-wrapper {
    margin-left: 112px;
  }
.template_product_desc_l.hrms, .template_product_desc_r.hrms {
    margin-left: 220px;
  }
.sales-crm-div {
    max-width: 64%;
  }
.hrms-faq-section {
    max-width: 72%;
    margin-left: auto;
    margin-right: auto;
  }
.hrms-faq-div {
    margin-left: auto;
    margin-right: auto;
  }
.section-12 {
    width: auto;
    max-width: none;
  }
.container-75 {
    width: auto;
    max-width: 1140px;
  }
.section-13 {
    max-width: none;
  }
.part_sect_1 {
    max-width: 1100px;
  }
.container-76 {
    max-width: 1140px;
  }
.partner_main_btn:focus {
    max-width: none;
  }
.part_hero_2 {
    background-position: 160% 0;
    background-size: auto;
  }
.pricing-component, .pricing-table-component {
    max-width: 1200px;
  }
.bfcm-pricing-button:focus {
    max-width: none;
  }
.speakers_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
.sneak_peak-image {
    height: 25rem;
  }
.hero-container.form-container {
    margin-left: auto;
    margin-right: auto;
  }
.hero-container.form-below-div {
    justify-content: center;
    align-items: flex-end;
    margin-left: 89px;
  }
.grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
.form-section {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 991px) {
.nav {
    justify-content: flex-end;
  }
.hub-hero {
    padding-left: 7%;
    padding-right: 7%;
  }
.hub-container {
    max-width: 700px;
  }
.value-prop {
    max-width: 80%;
  }
.hub-hero_img {
    height: 100%;
  }
.hub-hero_img.tab-hide {
    display: none;
  }
.hub-hero_img.desk-hide {
    display: block;
  }
.hub-block.desk-hide {
    display: block;
  }
.hub-title {
    font-size: 33px;
    line-height: 45px;
  }
.hub-title.resp-hide {
    display: none;
  }
.hub-how_block.w--current {
    background-position: 12px 15%;
    padding-left: 15px;
  }
.solution-content.left {
    margin-left: 0%;
  }
.hero-content {
    text-align: left;
    flex-direction: column;
    order: -1;
    align-self: center;
    align-items: center;
    max-width: 100%;
    margin-top: 100px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
.hero-content.hhhh {
    text-align: center;
  }
.h2 {
    font-size: 34px;
    line-height: 42px;
  }
.h2.white.center {
    font-size: 30px;
  }
.h2.nnnn {
    text-align: center;
  }
.h3 {
    text-align: left;
    width: auto;
    font-size: 26px;
    line-height: 38px;
  }
.hero-inner-wrap {
    object-fit: cover;
    background-color: #0000;
    align-items: flex-end;
    height: 700px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
.desc {
    text-align: center;
    align-self: center;
    font-size: 16px;
    line-height: 26px;
  }
.desc.about-us {
    justify-content: center;
    display: flex;
  }
.icon-box.mmm, .p-desc, .p-desc.ffff {
    text-align: center;
  }
.container {
    background-color: #0000;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
.image-cover-wrap {
    align-self: center;
  }
.columns-section_integrate {
    padding-top: 60px;
    padding-bottom: 60px;
  }
.image-column {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }
.content-cover-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    display: flex;
  }
.h4 {
    text-align: center;
    font-size: 22px;
    line-height: 32px;
  }
.h4.text-center.font-regular {
    text-align: center;
  }
.h4.about-us {
    text-align: left;
  }
.h4.about-us.light {
    text-align: center;
  }
.h4.coctent-text {
    text-align: left;
  }
.content-column {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    display: flex;
  }
.img {
    max-width: 100%;
    margin-left: 0;
  }
.text-image-columns {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
.text-image-columns.reverse {
    text-align: center;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
.paragraph {
    text-align: center;
  }
.cta-content.text-center {
    margin-top: 60px;
  }
.bottom-cta-section {
    padding-bottom: 100px;
  }
.h1 {
    text-align: left;
    font-size: 36px;
    line-height: 45px;
  }
.h1.homepage {
    text-align: left;
    font-size: 45px;
  }
.columns-section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
.case-section {
    margin-top: 0;
    display: none;
  }
.case-study-title {
    font-size: 22px;
    line-height: 32px;
  }
.blog_date {
    text-align: center;
  }
.blog_image_temp {
    height: auto;
  }
.blog_heading-page {
    text-align: center;
  }
.attendance.box.w--current {
    background-color: var(--light-grey);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 14px;
    padding-right: 14px;
    display: inline;
  }
.step_box_1.w--current {
    display: block;
  }
.heading_2 {
    text-align: center;
    margin-left: 0;
    padding-right: 17px;
    font-weight: 600;
  }
.image-28 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
.paragraph-10, .paragraph-11 {
    text-align: center;
  }
.div_line_pruple {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 25px;
    display: block;
  }
.columns-4, .columns-5 {
    flex-direction: column;
  }
.columns-8 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }
.form {
    margin-top: 57px;
  }
.column-7 {
    text-align: center;
    flex-wrap: wrap;
    align-self: center;
    padding-left: 39px;
    padding-right: 39px;
    display: flex;
  }
.container-8 {
    margin-bottom: 0;
  }
.h2_lato {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }
.vendor_sub_head {
    text-align: center;
  }
.vendor_para {
    text-align: center;
    padding-right: 12px;
  }
.body-x.hhhh.kkk {
    background-image: linear-gradient(#ffffffa1, #ffffffa1), url('../images/hero-image.webp');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
  }
.column-8 {
    flex-direction: column;
    align-items: center;
    display: flex;
    position: static;
  }
.div-block-22 {
    text-align: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }
.column-9 {
    flex-flow: column;
    align-items: stretch;
    padding-right: 0;
    display: flex;
  }
.columns-10 {
    align-items: stretch;
    display: inline-block;
  }
.column-10 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: none;
  }
.column-11 {
    flex-direction: column;
    padding-right: 0;
    display: flex;
  }
.column-14 {
    overflow: auto;
  }
.column-15 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    display: flex;
  }
.columns-11 {
    flex-direction: column;
  }
.column-17 {
    padding-left: 0;
    display: flex;
  }
.hero-content_1 {
    text-align: center;
    flex-direction: column;
    order: -1;
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 100%;
    margin-top: 220px;
    margin-bottom: 220px;
    margin-left: 0;
    padding-left: 79px;
    padding-right: 79px;
    display: flex;
  }
.assets_hero {
    background-image: none;
    margin-top: 0;
    margin-bottom: 50px;
  }
.image-41 {
    width: 200px;
    min-width: 0;
    margin-top: 85px;
    margin-right: 0;
    right: 50px;
  }
.image-42 {
    width: 12%;
    margin-bottom: 32px;
    margin-left: 0;
    inset: auto auto 0% 13%;
  }
.assets_sub_head {
    text-align: center;
  }
.manage_section_assets {
    padding-left: 36px;
    padding-right: 36px;
  }
.image-43 {
    top: 42%;
  }
.image-44 {
    width: 35%;
    bottom: 80px;
  }
.column-20 {
    flex-direction: column;
    align-content: center;
    align-self: center;
    align-items: center;
    padding-left: 15px;
    display: flex;
  }
.image-45 {
    width: 300px;
    margin-top: 141px;
    top: -18%;
    right: 0%;
  }
.image-46 {
    margin-right: 0;
  }
.image-47 {
    width: 280px;
    inset: -55% auto auto 0%;
  }
.two-_sections_assets {
    background-size: 650px;
    padding-left: 38px;
    padding-right: 38px;
  }
.assets_para {
    text-align: center;
  }
.image-48 {
    width: 670px;
    bottom: 41%;
    left: -14%;
  }
.maintainance_assets {
    padding-left: 37px;
    padding-right: 37px;
  }
.columns-13 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
.approve_assets {
    background-image: none;
    min-width: 350px;
    margin-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }
.image-53 {
    width: 300px;
    top: 31%;
  }
.column-21 {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }
.image-54 {
    width: 130px;
    inset: -9% 8% auto auto;
  }
.columns-14 {
    flex-direction: column;
  }
.assets_sub_head_1 {
    text-align: center;
  }
.columns-15 {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
.business_col_img {
    flex-direction: column;
    justify-content: center;
  }
.business_col_txt {
    padding-left: 2px;
  }
.column-22 {
    flex-direction: column;
    align-self: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }
.columns-16 {
    flex-direction: column;
  }
.column-29 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
.div-block-28 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
.expense_sub_head {
    text-align: center;
  }
.expense_list_2 {
    text-align: left;
  }
.expense_hero {
    background-image: none;
    margin-top: 0;
    margin-bottom: 50px;
  }
.make_own_expense {
    margin-top: 0;
    padding-left: 36px;
    padding-right: 36px;
  }
.container-17 {
    margin-top: 30px;
  }
.help_sub_head {
    text-align: center;
    font-size: 22px;
    line-height: 32px;
  }
.helpdesk_sub_head {
    text-align: left;
  }
.help_para {
    text-align: center;
    padding-right: 12px;
  }
.custom_bullets_help {
    text-align: left;
  }
.customer_experience_help {
    padding-bottom: 20px;
    padding-left: 37px;
    padding-right: 37px;
  }
.columns-23 {
    flex-direction: column;
  }
.div-block-33 {
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    display: flex;
  }
.div-block-34 {
    padding-right: 0;
  }
.calculate_section {
    padding-left: 37px;
    padding-right: 37px;
  }
.deliver_section {
    margin-top: 0;
    padding-left: 36px;
    padding-right: 36px;
  }
.atmatic_prces_sec {
    margin-top: 30px;
  }
.two-_sections_helpdesk {
    background-size: 650px;
    padding-left: 38px;
    padding-right: 38px;
  }
.integrate_section_help {
    padding-left: 37px;
    padding-right: 37px;
  }
.never_section_help {
    background-image: none;
    padding-left: 0;
    padding-right: 33px;
  }
.column-39 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
.help_hero {
    float: none;
    clear: both;
    text-align: center;
    min-width: 0;
    max-width: 100%;
    margin-top: 0;
    margin-left: 91px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }
.help_pattern_2 {
    width: 130px;
    display: block;
    position: absolute;
    inset: auto auto 0% 29%;
  }
.help_oval_2 {
    width: 400px;
    margin-top: 141px;
    right: 0%;
  }
.ce_help_col_1 {
    padding-right: 0;
  }
.asset_manage_image {
    margin-top: 0;
    margin-left: 0;
    left: 0;
    right: 0;
  }
.columns-24 {
    flex-direction: column;
    display: flex;
  }
.column-40 {
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: flex;
  }
.help_pattern {
    width: 120px;
    min-width: 0;
    margin-top: 0;
    margin-right: 0;
    position: absolute;
    right: 50px;
  }
.help_para_indent {
    text-align: left;
    padding-right: 12px;
  }
.help_pattern_4 {
    width: 520px;
    display: none;
    bottom: 4%;
  }
.help_customer {
    width: 500px;
    margin-right: 0;
  }
.help_build {
    margin-right: 0;
  }
.help_pattern_5 {
    left: 2%;
  }
.help_never {
    margin-right: 0;
    display: block;
  }
.div-block-35 {
    margin-top: 134px;
    position: relative;
  }
.help_col {
    align-items: stretch;
    display: inline-block;
  }
.asset_hero_2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: block;
  }
.form_sub_head, .h2_lato_form, .lato_para_form {
    text-align: left;
  }
.asset_hero_image {
    float: none;
    clear: none;
    text-align: center;
    width: 610px;
    min-width: 0;
    max-width: 100%;
    margin-top: 100px;
    margin-right: 0;
    padding-left: 36px;
    padding-right: 0;
    display: block;
  }
.asset_boost {
    width: 100%;
    min-width: 0;
    margin-left: 0;
  }
.asset_create {
    margin-left: 0;
    margin-right: 0;
  }
.help_gain {
    min-width: 100%;
    margin-left: 0;
  }
.content-cover-let {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }
.asset_pattern_2 {
    left: 2%;
  }
.lm_h1_32, .lm_para_12 {
    text-align: left;
  }
.lm_hero_1 {
    background-image: none;
    margin-top: 0;
    margin-bottom: 50px;
  }
.slider-2 {
    padding-top: 0;
    padding-bottom: 0;
  }
.lm_hero_txt {
    text-align: left;
    order: -1;
    align-self: center;
    max-width: 100%;
    margin-top: 100px;
    margin-left: 0;
    padding-left: 79px;
    padding-right: 79px;
    display: inline-block;
  }
.lm_slider_col {
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: 270px;
    display: block;
  }
.div_line_pruple-lm {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 25px;
    display: block;
  }
.lm_sec_4_h {
    text-align: center;
  }
.div_line_pruple-lm-2 {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 25px;
    display: block;
  }
.lm_img_4 {
    margin-top: 20px;
  }
.lm_subscribe_para {
    text-align: center;
    font-size: 32px;
    line-height: 45px;
  }
.lm_sec_5_h {
    text-align: center;
    font-size: 34px;
    line-height: 55px;
  }
.lm_9icons_h {
    text-align: center;
    font-size: 23px;
  }
.columns-27 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
.column-48 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
.lm_9icons_p {
    text-align: center;
  }
.image-77 {
    display: none;
    inset: 0% auto auto 0%;
    overflow: visible;
  }
.desc_2 {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
  }
.lm_slider_h2 {
    margin-top: -98px;
    line-height: 30px;
    position: relative;
  }
.column-49, .column-50 {
    text-align: center;
  }
.column-51 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
.lm_col_6_c1 {
    padding-right: 0;
  }
.lm_img_swiggy {
    width: 310px;
  }
.image-80 {
    width: 350px;
  }
.lm_grid {
    grid-column-gap: 20px;
  }
.grid-_lm {
    grid-template-columns: 1fr 1fr;
  }
.lici_hero_image.tab-hide {
    text-align: right;
    object-fit: fill;
    width: 690px;
    max-width: 100%;
    height: auto;
    max-height: 0%;
    margin-top: 40px;
    margin-left: 0;
    display: block;
    overflow: visible;
  }
.lici_tab_block.w--current {
    background-position: 12px 15%;
    padding-left: 15px;
  }
.column-57.ll {
    order: 1;
  }
.swiggy_hero_image.tab-hide {
    text-align: right;
    object-fit: fill;
    width: 690px;
    max-width: 100%;
    height: auto;
    max-height: 0%;
    margin-top: 40px;
    margin-left: 0;
    display: block;
    overflow: visible;
  }
.swiggy_tab_block.w--current {
    background-position: 12px 15%;
    padding-left: 15px;
  }
.image-86.hhhh {
    order: 1;
  }
.div-block-54 {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
.image-94.hrms {
    margin-left: 60px;
  }
.nav-btn_black {
    background-color: var(--black);
    box-shadow: none;
    text-align: center;
    border-radius: 10px;
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px 100px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
  }
.form-block-3 {
    text-align: center;
    flex-direction: row;
    flex: 1;
    justify-content: flex-start;
    align-self: center;
    margin-top: 20px;
    display: block;
  }
.div-block-96 {
    text-align: center;
  }
.columns-38 {
    flex-direction: column;
    display: flex;
  }
.cta_button.about-us {
    margin-left: auto;
  }
.cta_button.hubbleruni {
    margin-top: 24px;
  }
.casestudy-cms-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-height: 580px;
  }
.casestudy-card-heading {
    font-size: 22px;
    line-height: 32px;
  }
.casestudy-cms-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }
.casestudy-cms-collection {
    margin-left: 10px;
    margin-right: 10px;
  }
.casestudy-card-image {
    height: 50px;
    max-height: 50px;
  }
.casestudy-button {
    padding: 12px 44px;
    bottom: 5%;
  }
.about-us-sections.header {
    margin-top: 60px;
  }
.about-us-sections.footer {
    margin-top: 0;
    padding-top: 0;
  }
.about-us-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
.about-us-img, .about-us-img.sections {
    max-width: 70%;
  }
.about-us-img.blogs-secondary-tag {
    max-width: 60%;
  }
.about-us-img-wrapper {
    margin-top: 12px;
    margin-left: 10px;
    margin-right: 10px;
  }
.about-us-img-wrapper.flipped.sections {
    margin-left: auto;
    margin-right: auto;
  }
.about-us-content-wrapper {
    max-width: 92%;
    margin-left: 10px;
    margin-right: 10px;
  }
.about-us-content-wrapper.sections {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
.about-us-content-wrapper.sections.flipped {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }
.about-us-des {
    text-align: left;
  }
.about-us-des.light {
    text-align: center;
    max-width: 80%;
  }
.about-us-img-align {
    justify-content: center;
    display: flex;
  }
.how-to-card {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
.how-to-template, .how-to-template.heading {
    width: 90%;
  }
.how-to-img {
    margin-right: 0;
  }
.ds_hero.subtitle.uniadjust {
    max-width: 80%;
    margin-top: 16px;
  }
.ds_hero.subtitle.ebkadjust {
    max-width: 100%;
    margin-top: 16px;
  }
.ds_hero.subtitle.blog_adjust {
    margin-top: 16px;
  }
.ds_card.title.unicard {
    margin-left: 0;
  }
.ds_section.subtitle.adjust {
    text-align: left;
  }
.ds_section.subtitle.uniadjust, .ds_section.subtitle.ebkadjust {
    text-align: left;
    max-width: 100%;
    margin-top: 8px;
  }
.ds_section.subtitle.blog_adjust {
    text-align: left;
    margin-top: 16px;
  }
.ds_section.subtitle {
    text-align: left;
  }
.hubbler-uni-card {
    background-position: 0 0;
    background-size: cover;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: 24px;
    margin-right: 24px;
  }
.hubbler-uni-card-imgcontainer {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }
.hubbler-uni-card-img {
    max-width: 40%;
  }
.arrow {
    left: -60px;
  }
.ebk-content {
    padding-left: 16px;
    padding-right: 16px;
  }
.ebk-img-clmn {
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
  }
.ebk-img-clmn.ebklst {
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
  }
.ebk-arrow {
    left: 16vw;
  }
.ebk-arrow.ebklst {
    left: 10vw;
  }
.ebk-card-content {
    border-radius: 32px;
  }
.ebk-img-cover.ebklst {
    padding-bottom: 24px;
  }
.ebk-txt-clmn.rt {
    margin-right: 24px;
  }
.rte-ebk {
    margin-right: 8px;
  }
.pop-up-button {
    position: static;
  }
.news-letter-card {
    background-position: 0 10%;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
.div-block-124 {
    display: block;
  }
.text-field-3 {
    width: 100%;
  }
.div-block-126 {
    margin-top: 0;
    margin-bottom: 0;
  }
.success-subscription {
    margin-top: 16px;
  }
.div-block-135 {
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
.blog_banner, .blog_banner.mobile {
    grid-template-columns: .25fr 1fr;
  }
.nav-menu-blk {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    margin-right: 0;
  }
.nav-link-txt {
    border-bottom: 1px solid #e1e6ee;
    margin-left: 0;
    margin-right: 0;
    padding: 15px 7%;
  }
.nav-bar-wrapper {
    max-width: 700px;
  }
.nav-button {
    box-shadow: none;
    text-align: center;
    background-color: #000;
    border-radius: 10px;
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px 100px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
  }
.sections-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
.content-img-align {
    justify-content: center;
    display: flex;
  }
.content-img-wrapper {
    margin-top: 12px;
    margin-left: 10px;
    margin-right: 10px;
  }
.desc-2 {
    text-align: center;
    align-self: center;
    font-size: 16px;
    line-height: 26px;
  }
.desc-2.about-us {
    justify-content: center;
    display: flex;
  }
.content-sections-text-wrapper {
    max-width: 92%;
    margin-left: 10px;
    margin-right: 10px;
  }
.features-heading {
    text-align: center;
    font-size: 34px;
    line-height: 55px;
  }
.accordion-item, .tabs-4 {
    width: 100%;
  }
.template_product_hero_r {
    max-width: 80%;
  }
.template_hero_text {
    flex-direction: column;
    align-self: center;
    display: flex;
  }
.template_hero_image {
    order: 1;
    align-self: center;
    margin-top: 16px;
  }
.template_hero_left {
    flex-direction: column;
    max-width: 100%;
    display: flex;
  }
.template_hero_right {
    flex-direction: column;
  }
.template_button.adj {
    max-width: 30%;
  }
.template_product_desc_l {
    max-width: 80%;
  }
.template_desc {
    flex-direction: column;
  }
.template_desc_image {
    order: 1;
  }
.template_product_desc_r {
    max-width: 80%;
  }
.columns-40 {
    align-items: center;
    display: flex;
  }
.part_col {
    flex-direction: column;
    align-items: stretch;
    display: block;
  }
.part_col_s_1 {
    flex-flow: row;
    align-items: stretch;
    padding-right: 0;
    display: block;
  }
.part_hero_1 {
    text-align: left;
    order: -1;
    align-self: center;
    max-width: 100%;
    margin-top: 100px;
    margin-left: 0;
    padding-left: 70px;
    padding-right: 70px;
    display: block;
  }
.part_desc {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
  }
.part_hero_col_2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    flex-wrap: nowrap;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    min-height: 270px;
    margin-top: 26px;
    padding-left: 42px;
    padding-right: 42px;
    display: flex;
  }
.partner_body_2, .part_para-_2 {
    text-align: left;
  }
.columns-41 {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
  }
.part_sec_1, .part_sec_2, .part_sec_3 {
    min-height: 250px;
  }
.get_h1.w--current:hover {
    color: var(--purple);
  }
.image-138 {
    text-align: center;
  }
.image-140 {
    display: block;
  }
.grid-29 {
    grid-template-columns: .25fr .5fr;
  }
.ds_section_title-_part_1, .ds_section_subtitle_part, .part_para-_3 {
    text-align: left;
  }
.image-141 {
    padding-right: 34px;
  }
.modal_bg {
    display: none;
  }
.nav-button_form {
    box-shadow: none;
    text-align: center;
    background-color: #000;
    border-radius: 10px;
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px 100px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
  }
.close_modal {
    margin-top: 20px;
    margin-right: 20px;
    inset: 0% 0% auto auto;
  }
.partner_main_btn {
    background-color: var(--black);
    box-shadow: none;
    text-align: center;
    border-radius: 10px;
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
  }
.image-150 {
    margin-top: 0;
    margin-right: 0;
    padding: 0;
    position: static;
    inset: 0% 0% auto auto;
  }
.column-80 {
    align-self: flex-start;
    min-height: 230px;
  }
.part_hero_2 {
    background-image: none;
    margin-top: 50px;
    margin-bottom: 50px;
  }
.h1_pricing {
    font-size: 36px;
    line-height: 45px;
  }
.price-box {
    width: 48%;
    max-width: 310px;
    margin-bottom: 2%;
  }
.pricing-card-title {
    font-size: 34px;
    line-height: 42px;
  }
.h1_bfcm_blue, .h1_bfcm_blk {
    font-size: 36px;
    line-height: 45px;
  }
.bfcm-add-blue, .bfcm-add-blk {
    text-align: center;
    font-size: 22px;
    line-height: 32px;
  }
.bfcm-price-box {
    width: 48%;
    max-width: 310px;
    margin-bottom: 2%;
  }
.bfcm-pricing-button {
    padding-top: 15px;
    padding-bottom: 15px;
  }
.padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
.cta_form-wrap {
    padding: 1.5rem;
  }
.features_grid {
    padding: 3rem;
  }
.brand-logos_image {
    height: 3.5rem;
  }
.sneak_peak-photos {
    flex-wrap: wrap;
  }
.sticky-col {
    position: static;
  }
.h1_bfcm_red {
    font-size: 36px;
    line-height: 45px;
  }
.hero-container {
    padding-left: 15px;
    padding-right: 15px;
  }
.hero-container.slider-container {
    min-height: 500px;
  }
.franchise-btn-absolute-img {
    display: none;
  }
.container-77 {
    max-width: 728px;
  }
.clients-title {
    margin-bottom: 32px;
  }
.clients-wrapper {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: wrap;
  }
.gif-img {
    padding: 0;
  }
.grid-2 {
    grid-template-columns: 1fr;
  }
._2x-franchise-image {
    align-self: center;
    max-width: 500px;
  }
._2x-franchising-grid-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
.reason-why-img-right-lower {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }
.reason-why-lower-grid-abslt-image-right-side {
    display: none;
  }
.v3-main-container {
    max-width: 728px;
  }
.v3-h3.text-color-primary700.left-align-solutions {
    text-align: center;
  }
.v3-space-large {
    min-height: 2.5rem;
  }
.v3-wrap-regular {
    height: 100%;
    min-height: 350px;
  }
.v3-case-study-content-b {
    grid-template-columns: 1fr 1fr;
  }
.v3-menu-icon_line-middle {
    background-color: #344054;
    border: 1px solid #3480ac;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }
.v3-uui-navbar08_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-top: 1px solid #f2f4f7;
    border-radius: 32px;
    align-items: flex-start;
    height: 100vh;
    margin-top: 20px;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }
.v3-uui-navbar08_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: #101828;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }
.v3-nav-btn-txt-kwad {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 1;
  }
.v3-uui-navbar08_dropdown-link-list {
    width: 100%;
  }
.v3-uui-navbar08_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }
.v3-uui-navbar08_menu-button.w--open {
    background-color: #0000;
  }
.v3-uui-navbar08_dropdown-content {
    flex-flow: column;
    align-content: start;
    align-items: start;
    padding: 1rem 0;
    display: flex;
  }
.v3-menu-icon_line-top {
    background-color: #fff;
    border: 1px solid #40b8be;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }
.v3-menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }
.v3-uui-navbar08_link {
    color: #101828;
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }
.v3-uui-navbar08_link:hover {
    color: #101828;
  }
.v3-menu-icon_line-bottom {
    background-color: #344054;
    border: 1px solid #27499a;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }
.v3-uui-navbar08_dropdown-list {
    position: static;
    overflow: hidden;
  }
.v3-uui-navbar08_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    width: auto;
    padding: 0;
  }
.v3-uui-navbar08_dropdown-list.v3-biiger-menu-dd.w--open {
    width: auto;
  }
.v3-uui-navbar08_button-wrapper {
    border-radius: 3px;
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }
.v3-uui-navbar08_item-heading {
    font-size: 1rem;
  }
.v3-container-2 {
    display: none;
  }
.v3-nav-anim-btn-kwad.v3-cta-nav-mob-btn {
    display: block;
  }
.v3-nav-anim-btn-kwad.vr-retail-slider-btn {
    flex: 0 auto;
  }
.v3-nav-anim-btn-kwad.manuf-button {
    max-width: 100%;
  }
.v3-uui-dropdown-icon {
    color: #b1b1b1;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }
.v3-uui-navbar08_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }
.v3-uui-navbar08_dropdown-link:hover {
    background-color: #0000;
  }
.v3-uui-button-secondary-gray.v3-show-tablet {
    border-width: 2.5px;
    border-color: #17314f;
    border-radius: 50rem;
    display: block;
  }
.v3-text-block, .v3-text-block-2.v3-mob-signin-btn {
    font-size: 1.125rem;
  }
.v3-uui-navbar08_menu-right {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }
.v3-menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
.v3-uui-navbar08_dropdown-toggle {
    color: #101828;
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }
.v3-uui-navbar08_dropdown-toggle:hover {
    color: #101828;
  }
.v3-retail-dashboard-logo.w--current {
    background-size: contain;
  }
.v3-manuf-accordion-subtext, .v3-manuf-accordion-subtext.left-align {
    text-align: left;
  }
.pp-text-image-columns {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
.pp-text-image-columns.reverse {
    text-align: center;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
.v3-main-container-integration-page {
    max-width: 728px;
  }
.v3-main-container-integration-page.right-image {
    margin-bottom: 20px;
  }
.hero-heading-integration {
    flex-flow: column-reverse;
    display: flex;
    overflow: hidden;
  }
.v3-integration-right-image {
    aspect-ratio: auto;
    right: 0;
    overflow: hidden;
  }
.v3-hero-section-2-inti.v3-section--hero-2-inti {
    margin-right: 7%;
    padding-bottom: 100px;
  }
.inti-category-wrap {
    justify-content: flex-start;
  }
.v3-wrap-regular-inti {
    height: 100%;
  }
.inti-top-mobules-grid-inti {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
.ave-wrap-8 {
    padding-left: 2em;
    padding-right: 2em;
  }
.ave-wrap-9 {
    padding-left: 2em;
  }
.ave-wrap-6 {
    padding-right: 2em;
  }
.inti-testimonial {
    padding-bottom: 120px;
    font-size: 1.3vw;
  }
.ave-wrap-1 {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
  }
.go-back {
    margin-bottom: 20px;
    display: none;
  }
.grid-33 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }
.v3-wrap-regular-inti-what-build {
    height: 100%;
    min-height: 350px;
  }
.ave-wrap-4-inti.bg-grey {
    padding: 40px;
  }
.slider-container {
    grid-template-columns: 1fr 1fr;
  }
.usecase-features-section {
    padding-bottom: 120px;
    font-size: 1.3vw;
  }
.v3-manuf-accordion-subtext-features.left-align {
    text-align: left;
  }
.v3-manuf-accordion-subtext-features-usecase.left-align {
    text-align: left;
  }
.v3-manuf-accordion-subtext-centers {
    text-align: center;
  }
.v3-manuf-accordion-subtext-centers.left-align {
    text-align: left;
  }
.v3-solutions-study-logo {
    margin-bottom: 40px;
  }
.lynx-heading-accordion-2 {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
.hub-hero {
    padding-bottom: 170px;
    padding-left: 5%;
    padding-right: 5%;
  }
.hub-container, .value-prop {
    max-width: 100%;
  }
.hub-how_block.w--current {
    background-position: 12px;
    padding-left: 46px;
  }
.hero-content {
    text-align: center;
    order: -1;
    margin-top: 130px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 34px;
    padding-right: 24px;
  }
.h2 {
    text-align: left;
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 38px;
  }
.h2.homepage {
    justify-content: center;
    display: flex;
  }
.h2.nnnn {
    text-align: center;
  }
.h3 {
    text-align: left;
    line-height: 34px;
  }
.hero-inner-wrap {
    order: 1;
    justify-content: center;
    align-items: flex-end;
    height: 600px;
    margin-top: -14px;
  }
.desc {
    text-align: center;
    font-size: 15px;
  }
.desc.about-us {
    justify-content: flex-start;
  }
.icon-box {
    display: none;
  }
.icon-box.mmm {
    text-align: center;
    display: block;
  }
.p-desc {
    text-align: center;
  }
.hero-btn-wrap {
    margin-top: 35px;
  }
.container {
    background-color: #0000;
    flex-direction: row-reverse;
    margin-top: 80px;
    display: block;
  }
.columns-section_integrate {
    margin-top: 0;
    padding-top: 0;
  }
.image-column {
    flex-direction: column;
    order: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }
.content-cover-wrap {
    text-align: center;
    max-width: 90%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }
.h4 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
  }
.h4.text-center.font-regular {
    text-align: center;
    font-size: 18px;
  }
.h4.hhh {
    margin-bottom: 10px;
  }
.h4.about-us, .h4.coctent-text {
    margin-bottom: 16px;
  }
.content-column {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
.img {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
.text-image-columns {
    flex-wrap: wrap;
  }
.paragraph {
    text-align: center;
  }
.bottom-cta-section {
    padding-top: 0;
  }
.h1 {
    font-size: 30px;
    line-height: 35px;
  }
.h1.homepage {
    text-align: left;
    font-size: 36px;
    line-height: 50px;
  }
.footer-top-columns {
    text-align: center;
    flex-wrap: wrap;
  }
.footer-menu-col {
    margin-top: 40px;
  }
.columns-section-2 {
    padding-top: 0;
  }
.img-2 {
    margin-left: auto;
    margin-right: auto;
  }
.case-section {
    display: none;
  }
.blog_post, .blog_page_post {
    width: 100%;
  }
.container-3 {
    margin-top: 80px;
  }
.blog_heading-page {
    font-size: 35px;
    line-height: 45px;
  }
.subscribe_h1 {
    font-size: 28px;
    line-height: 45px;
  }
.hr.w--current {
    margin: 10px;
  }
.attendance.w--current {
    text-align: center;
  }
.attendance.box.w--current {
    display: block;
  }
.social.w--current {
    text-align: center;
    display: block;
  }
.box.survey.w--current {
    text-align: center;
  }
.heading_2 {
    text-align: center;
    order: -1;
    margin-bottom: 20px;
  }
.image-28 {
    float: none;
    clear: both;
    width: 530px;
    max-width: 100%;
    margin-left: 0;
    display: block;
    right: 0;
  }
.paragraph-10,
 .paragraph-11 {
    text-align: center;
  }
.div_line_pruple {
    text-align: center;
    margin-top: 18px;
    margin-bottom: 18px;
    display: inline-block;
  }
.columns-4 {
    flex-direction: column;
    order: 1;
    align-items: center;
    display: flex;
  }
.columns-5 {
    flex-direction: column;
  }
.contact-form {
    padding: 40px 20px;
  }
.contact-form-grid {
    align-items: start;
  }
.h2_lato {
    text-align: center;
    font-size: 26px;
  }
.vendor_para {
    margin-top: 0;
  }
.div_line_blue {
    text-align: center;
    margin-top: -2px;
    margin-bottom: -2px;
    display: inline-block;
  }
.div_line_green {
    text-align: center;
    display: block;
  }
.body-x.hhhh.kkk {
    background-image: linear-gradient(#ffffffd1, #ffffffd1), url('../images/hero-image.webp');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
  }
.business_rules {
    align-items: stretch;
    margin-top: 0;
    display: block;
  }
.column-8 {
    text-align: center;
    margin-top: 19px;
    margin-bottom: 19px;
    padding-right: 0;
    position: static;
  }
.div-block-22 {
    text-align: center;
    padding-right: 0;
  }
.vendor_list_3 {
    text-align: left;
    margin-left: 12px;
  }
.column-11 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
.column-14 {
    text-align: left;
    flex: 0 auto;
    margin-top: 0;
    padding-left: 41px;
    padding-right: 41px;
    display: block;
    overflow: auto;
  }
.column-15 {
    text-align: center;
    padding-left: 33px;
    padding-right: 33px;
  }
.columns-11 {
    flex-flow: wrap;
    justify-content: space-around;
    display: flex;
  }
.column-17 {
    padding-left: 21px;
    padding-right: 21px;
  }
.image-40 {
    margin-top: 63px;
  }
.hero-content_1 {
    text-align: center;
    order: -1;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }
.assets_hero {
    background-image: none;
    margin-top: 0;
    margin-bottom: 45px;
    padding-top: 0;
  }
.image-41 {
    width: 180px;
    margin-top: 0;
    top: 15%;
    right: 30px;
  }
.image-42 {
    width: 100px;
    margin-left: 80px;
    bottom: -11%;
    left: 2%;
  }
.assets_sub_head {
    text-align: center;
  }
.manage_section_assets {
    padding-top: 0;
  }
.assets_images {
    display: none;
    overflow: auto;
  }
.image-43 {
    display: none;
  }
.image-44 {
    width: 20%;
    margin-bottom: -66px;
    inset: auto auto 0% 0%;
  }
.no-code_section {
    margin-top: 77px;
  }
.column-20 {
    margin-top: 0;
    padding-left: 45px;
    padding-right: 46px;
  }
.image-45 {
    width: 319px;
    display: none;
    inset: auto 0% 0% auto;
  }
.qr-code-section {
    margin-top: 0;
  }
.image-46 {
    align-self: center;
    width: 490px;
    display: block;
  }
.image-47 {
    width: 330px;
    margin-bottom: 0;
    inset: auto auto 0% 0%;
  }
.two-_sections_assets {
    background-position: 20% 60%;
  }
.assets_para {
    margin-top: 0;
    padding-left: 0;
    padding-right: 14px;
  }
.image-48 {
    margin-top: 445px;
    margin-bottom: 0;
    margin-left: -131px;
    display: none;
    inset: 0% 0% auto;
  }
.image-51 {
    display: none;
  }
.image-52 {
    width: 310px;
    inset: auto 0% 0% auto;
  }
.maintainance_assets {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
.approve_assets {
    background-image: none;
    min-width: 300px;
    padding-left: 0;
    padding-right: 0;
  }
.image-53 {
    inset: auto auto 0% 0%;
  }
.column-21 {
    flex-flow: column;
    order: 1;
    align-content: center;
    align-self: center;
    align-items: center;
    margin-top: 63px;
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
  }
.image-54 {
    inset: -4% 15% auto auto;
  }
.columns-14 {
    flex-direction: column;
    align-items: stretch;
    margin-top: 0;
  }
.assets_sub_head_1 {
    text-align: center;
    font-size: 21px;
  }
.columns-15 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }
.business_col_img {
    clear: none;
    object-fit: fill;
    flex-flow: column wrap;
    flex: 0 auto;
    order: 1;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-top: 65px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }
.business_col_txt {
    clear: none;
    text-align: center;
    flex: 0 auto;
    order: -1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
  }
.column-22 {
    order: 1;
    justify-content: center;
    align-self: center;
    margin-top: 53px;
    display: flex;
  }
.column-23 {
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: flex;
  }
.columns-16 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }
.div-block-26 {
    margin-top: 12px;
  }
.column-29 {
    margin-top: 15px;
  }
.column-31 {
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: flex;
  }
.column-32 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }
.expense_sub_head {
    text-align: center;
    margin-bottom: 20px;
  }
.expense_hero {
    background-image: none;
    margin-top: 0;
    margin-bottom: 45px;
    padding-top: 0;
  }
.make_own_expense {
    margin-top: 0;
    padding-bottom: 0;
  }
.help_sub_head {
    text-align: center;
    margin-bottom: 0;
    font-size: 20px;
  }
.helpdesk_sub_head {
    text-align: center;
    margin-bottom: 20px;
  }
.help_para {
    margin-top: 0;
  }
.div_line_br_purple {
    text-align: center;
    margin-top: -2px;
    margin-bottom: -2px;
    display: inline-block;
  }
.cust_list_hlep {
    text-align: left;
    padding-left: 22px;
  }
.image-60 {
    inset: auto 3% -14% auto;
  }
.columns-21 {
    display: block;
  }
.column-35 {
    flex: 0 auto;
    display: block;
  }
.image-61 {
    display: none;
  }
.column-36 {
    margin-top: 48px;
  }
.container-27 {
    display: block;
  }
.columns-23 {
    flex-direction: column;
    align-items: stretch;
  }
.div-block-34 {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    display: flex;
  }
.calculate_section {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
.deliver_section {
    margin-top: 0;
    padding-bottom: 0;
  }
.raise_iss_section {
    margin-top: 0;
  }
.two-_sections_helpdesk {
    background-position: 20% 60%;
  }
.build_2s_2_help {
    align-items: stretch;
    margin-top: 0;
    display: block;
  }
.integrate_section_help {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
.never_section_help {
    background-image: none;
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }
.help_hero {
    float: none;
    clear: none;
    max-width: 100%;
    margin-top: 74px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }
.help_pattern_2 {
    width: 70px;
  }
.help_oval_2 {
    width: 319px;
    display: none;
    inset: auto 0% 0% auto;
  }
.ce_help_col_1 {
    text-align: left;
  }
.asset_manage_image {
    float: none;
    text-align: center;
    width: 500px;
    top: 0;
    right: 0;
  }
.help_pattern {
    width: 90px;
    margin-top: 0;
    top: 15%;
    right: 30px;
  }
.image-63 {
    width: 100%;
  }
.help_para_indent {
    margin-top: 0;
  }
.help_customer {
    align-self: center;
    width: 490px;
    display: block;
  }
.help_build {
    float: none;
    clear: both;
    flex: 0 auto;
    order: -1;
    width: 490px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
  }
.help_pattern_5 {
    width: 130px;
    margin-top: 0;
    margin-left: 55px;
    display: block;
    inset: 0% auto 0% 0%;
  }
.help_never {
    float: none;
    clear: none;
    text-align: center;
    align-self: center;
    width: 430px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    left: 0;
  }
.div-block-35 {
    margin-top: 0;
  }
.asset_hero_2 {
    display: block;
  }
.help_div_block {
    padding-left: 28px;
    padding-right: 28px;
  }
.column-43 {
    text-align: center;
    padding-left: 36px;
    padding-right: 36px;
    display: block;
  }
.columns-25 {
    display: block;
  }
.container-37 {
    padding-left: 22px;
    padding-right: 22px;
  }
.price_sub_head {
    text-align: center;
  }
.price_tag {
    text-align: center;
    margin-top: 1px;
    margin-bottom: 1px;
  }
.price_tag_main {
    text-align: center;
    margin-top: 9px;
    margin-bottom: 9px;
  }
.lato_italic, .price_desc, .price_desc_1 {
    text-align: center;
  }
.wel_pr_1 {
    text-align: center;
    flex-wrap: wrap;
    margin-top: 40px;
    display: block;
  }
.wel_pr_2, .wel_pr_pre {
    margin-top: 40px;
    display: block;
  }
.div-block-36 {
    text-align: center;
    display: block;
  }
.price_col {
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }
.div-block-37 {
    padding-left: 38px;
    padding-right: 38px;
  }
.form_sub_head, .h2_lato_form, .lato_para_form {
    text-align: center;
  }
.asset_hero_image {
    width: 100%;
    max-width: 100%;
    margin-top: 74px;
    margin-right: 0;
    padding-right: 0;
  }
.asset_boost {
    width: 430px;
    margin-top: 46px;
    display: inline-block;
  }
.asset_create {
    float: none;
    clear: both;
    flex: 0 auto;
    order: -1;
    width: 410px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
  }
.help_images {
    margin-left: 0;
    display: block;
    overflow: auto;
  }
.help_gain {
    width: 430px;
    margin-top: 46px;
    display: inline-block;
  }
.content-cover-let {
    text-align: center;
    max-width: 90%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    display: block;
  }
.asset_pattern_2 {
    width: 130px;
    margin-top: -29px;
    margin-left: 55px;
    display: block;
    inset: 0% auto 0% 0%;
  }
.lm_h1_32, .lm_para_12 {
    text-align: left;
  }
.lm_hero_1 {
    background-image: none;
    margin-top: 0;
    margin-bottom: 45px;
    padding-top: 0;
  }
.lm_hero_txt {
    text-align: center;
    order: -1;
    margin-top: 130px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 34px;
    padding-right: 24px;
  }
.lm_slider_col {
    background-position: 50% 0;
    background-size: auto;
  }
.div_line_pruple-lm {
    text-align: center;
    margin-top: 18px;
    margin-bottom: 18px;
    display: block;
  }
.im_sec_4_con {
    display: block;
  }
.lm_sec_4_h {
    text-align: center;
  }
.div_line_pruple-lm-2 {
    text-align: center;
    margin-top: 18px;
    margin-bottom: 18px;
    display: inline-block;
  }
.lm_sec_4_para, .lm_sec_4_para2 {
    text-align: center;
  }
.div-block-42, .div-block-43 {
    text-align: center;
    padding-right: 0;
  }
.lm_subscribe {
    margin-top: 60px;
  }
.lm_subscribe_para {
    text-align: center;
  }
.lm_sec_5_cont {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
.lm_sec_5_h {
    text-align: center;
    font-size: 25px;
  }
.columns-27 {
    flex-wrap: nowrap;
    align-content: space-around;
    display: flex;
  }
.column-47 {
    flex: 0 auto;
    order: 1;
  }
.column-48 {
    flex: 0 2.5 auto;
    display: flex;
  }
.columns-28 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
.desc_2 {
    text-align: left;
    font-size: 15px;
  }
.lm_slider_h2 {
    margin-top: -99px;
  }
.column-49, .column-50 {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
.lm_col_6_2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
.lm_col_6_c1 {
    display: block;
  }
.lm_col_6_c2 {
    clear: none;
    text-align: center;
    margin-top: 41px;
  }
.lm_img_swiggy {
    float: none;
    clear: none;
    text-align: center;
    display: inline-block;
  }
.image-80 {
    width: 280px;
  }
.lm_grid {
    grid-template-columns: 1fr 1fr;
  }
.lm_sec_3_cont-2 {
    flex-direction: column;
    display: flex;
  }
.grid-_lm {
    flex-flow: column;
    place-content: center;
    align-items: stretch;
    padding-left: 41px;
    padding-right: 41px;
    display: flex;
  }
.lici_tab_block.w--current {
    background-position: 12px;
    padding-left: 46px;
  }
.swiggy_tab_block.w--current {
    background-position: 12px;
    padding-left: 46px;
  }
.tab_h.w--current {
    padding-left: 30px;
    padding-right: 30px;
  }
.image-94.hrms {
    margin-left: 0;
  }
.tab_links.w--current {
    padding-left: 15px;
    padding-right: 15px;
  }
.nav-btn_black {
    margin-top: 21px;
    margin-bottom: 21px;
    padding-left: 100px;
    padding-right: 100px;
  }
.submit-button-3, .text-field-2 {
    height: 45px;
  }
.cta_button.banner_button {
    margin-top: 0;
    margin-left: 12px;
    margin-right: 0;
  }
.casestudy-cms-card {
    max-width: 100%;
    max-height: 480px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
.casestudy-button {
    position: absolute;
    left: auto;
  }
.rte {
    margin-top: 0;
  }
.about-us-sections {
    margin-top: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }
.about-us-sections.header {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
.about-us-sections.footer {
    margin-top: 0;
    padding-top: 24px;
  }
.about-us-img, .about-us-img.sections {
    max-width: 90%;
  }
.about-us-img.blogs-secondary-tag {
    max-width: 80%;
  }
.about-us-img-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
.about-us-content-wrapper {
    max-width: 90%;
  }
.how-to-img-body {
    max-width: 100%;
  }
.ds_section.title.ebk {
    font-size: 20px;
    line-height: 28px;
  }
.ds_section.subtitle.blog_adjust.tags {
    margin-top: 24px;
  }
.leadership-img-cards {
    grid-template-columns: 1fr 1fr;
  }
.leadership-desc {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
.leadership-title {
    margin-bottom: 16px;
  }
.leadership-img-desc {
    margin-bottom: 16px;
    position: relative;
    top: 0;
  }
.leadership-img-scroll {
    position: relative;
  }
.hubbler-uni-card-imgcontainer {
    justify-content: flex-start;
  }
.hubbler-uni-card-img {
    max-width: 60%;
  }
.ebk-img-clmn {
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 0;
  }
.ebk-arrow {
    top: 16px;
    left: 12vw;
  }
.ebk-arrow.ebklst {
    left: 10vw;
  }
.ebk-card-content {
    grid-template-columns: 1.75fr 1fr;
  }
.ebk-card-content.ebk-template {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
.ebk-card-content.ebk-template.blog-rlt-read {
    padding-left: 8px;
  }
.ebk-img-cover.ebk-template {
    max-width: 70%;
  }
.rte-ebk {
    margin-right: 0;
  }
.pop-up-form {
    flex-direction: column;
  }
.rte-link {
    margin-left: 0;
  }
.blog-rlt-read-wrapper-links {
    width: auto;
  }
.news-letter-card {
    max-width: 92%;
  }
.div-block-124 {
    display: block;
  }
.div-block-126 {
    margin-bottom: 24px;
  }
.success-subscription {
    margin-top: 0;
  }
.banner {
    padding-bottom: 8px;
  }
.banner-text {
    padding-left: 0;
  }
.banner-text.banner-link {
    margin-top: 8px;
  }
.banner-link {
    flex-direction: row;
    align-items: center;
  }
.banner-close {
    align-items: center;
    display: flex;
  }
.banner-wrapper {
    align-items: stretch;
    height: 100%;
  }
.banner-anim {
    display: block;
  }
.div-block-129 {
    display: flex;
  }
.div-block-130 {
    flex-direction: column;
    width: 60%;
    padding-left: 12px;
  }
.div-block-133 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
.blog-wrapper {
    max-width: 92%;
    padding-left: 0;
    padding-right: 0;
  }
.blog-sharable {
    grid-column-gap: 12px;
    flex-direction: row;
    margin-top: 16px;
    margin-bottom: 0;
    margin-left: 0;
    display: none;
  }
.blog-sharable.bottom {
    justify-content: center;
    width: auto;
    margin-top: 24px;
    display: flex;
  }
.blog_banner.mobile {
    grid-template-rows: 1fr;
    grid-template-columns: .75fr 1.25fr;
    grid-auto-columns: .25fr;
    height: auto;
    padding-bottom: 16px;
  }
.blog_banner_cta_text {
    justify-content: center;
    height: 80px;
    margin-top: 16px;
    margin-bottom: 12px;
    padding-left: 8px;
  }
.blog_banner_cta_btn {
    justify-content: flex-end;
    height: 48px;
    margin-left: 0;
    margin-right: 0;
  }
.image-128 {
    object-fit: cover;
    background-image: none;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    display: block;
  }
.blog_banner_clmn {
    flex-direction: column;
  }
.nav-link-txt {
    padding-left: 5%;
    padding-right: 5%;
  }
.nav-bar-wrapper {
    max-width: 500px;
  }
.nav-button {
    margin-top: 21px;
    margin-bottom: 21px;
    padding-left: 100px;
    padding-right: 100px;
  }
.content-sections {
    margin-top: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }
.content-img-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
.desc-2 {
    text-align: center;
    font-size: 15px;
  }
.desc-2.about-us {
    justify-content: flex-start;
  }
.content-sections-text-wrapper {
    max-width: 90%;
  }
.features-section {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
.features-heading {
    text-align: center;
    font-size: 25px;
  }
.accordion-item-content {
    margin-right: 0;
  }
.template_hero_text {
    flex-direction: column;
    align-self: auto;
    display: flex;
  }
.template_hero_left, .template_hero_right {
    flex-direction: column;
  }
.template_desc_subtitle {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }
.part_hero_1 {
    text-align: left;
    order: -1;
    margin-top: 130px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 34px;
    padding-right: 24px;
  }
.part_desc {
    text-align: left;
    font-size: 15px;
  }
.part_hero_col_2 {
    text-align: left;
    background-image: none;
    padding: 28px;
  }
.partner_body_2 {
    text-align: left;
  }
.grid-28 {
    grid-column-gap: 1px;
    grid-row-gap: 3px;
    grid-template-rows: 80px;
    grid-template-columns: 1.75fr .6fr .6fr .6fr .6fr .6fr .6fr .6fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center space-around;
    align-items: center;
    padding-left: 11px;
    font-size: 11px;
    line-height: 17px;
    display: grid;
  }
.part_para-_2 {
    text-align: left;
    font-size: 18px;
    line-height: 21px;
  }
.columns-41 {
    display: block;
  }
.part_sec_1, .part_sec_2 {
    min-height: 230px;
    margin: 13px;
  }
.part_sec_3 {
    min-height: 230px;
    margin: 0 15px;
  }
.part_sect_1 {
    padding: 0 18px;
  }
.ds_hero_title_partner {
    text-align: left;
  }
.ds_section_body {
    font-size: 16px;
    line-height: 28px;
  }
.column-77 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
.grid-29 {
    grid-template-columns: .25fr .75fr;
  }
.ds_section_subtitle_part {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
  }
.part_para-_3 {
    text-align: left;
    display: none;
  }
.image-141 {
    margin-right: 28px;
    display: block;
  }
.heading-27 {
    text-align: left;
  }
.modal_bg {
    display: none;
  }
.nav-button_form {
    margin-top: 21px;
    margin-bottom: 21px;
    padding-left: 100px;
    padding-right: 100px;
  }
.close_modal {
    margin-top: 20px;
    margin-right: 20px;
    inset: 0% 0% auto auto;
  }
.partner_main_btn {
    margin-top: 21px;
    margin-bottom: 21px;
    padding-left: 40px;
    padding-right: 40px;
  }
.image-150 {
    max-width: none;
    margin-top: 0;
    margin-right: 0;
    padding: 0;
    position: absolute;
    inset: 0% 0% auto auto;
  }
.column-79 {
    position: static;
  }
.part_hero_2 {
    background-image: none;
    margin-top: 0;
    margin-bottom: 45px;
    padding-top: 0;
  }
.h1_pricing {
    font-size: 30px;
    line-height: 35px;
  }
.pricing-component, .pricing-table-component {
    padding-left: 20px;
    padding-right: 20px;
  }
.pricing-box-wrap {
    flex-direction: column;
  }
.price-box {
    width: auto;
    max-width: none;
    min-height: auto;
    padding: 5% 5% 40px;
    font-size: 14px;
  }
.pricing_card-desc {
    height: auto;
  }
.pricing-card-title {
    text-align: left;
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 38px;
  }
.pricing_card-price {
    margin-bottom: 20px;
  }
.h1_bfcm_blue, .h1_bfcm_blk {
    font-size: 30px;
    line-height: 35px;
  }
.bfcm-add-blue, .bfcm-add-blk {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
  }
.bfcm-price-box {
    width: auto;
    max-width: none;
    min-height: auto;
    padding: 5% 5% 40px;
    font-size: 14px;
  }
.bfcm-pricing-button {
    margin-top: 21px;
    margin-bottom: 21px;
    padding-left: 40px;
    padding-right: 40px;
  }
.bfcm_price-desc {
    height: auto;
  }
.padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
.nav_component {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
.scta_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }
.cta_form {
    grid-template-columns: 1fr;
  }
.features_image-wrapper {
    margin-bottom: 1rem;
  }
.nav_logo-link {
    padding-left: 0;
  }
.cta_component {
    grid-template-columns: 1fr;
  }
.cta_form-wrap {
    max-width: none;
  }
.features_grid {
    flex-direction: column;
    padding: 2rem;
  }
.heading-style-h2 {
    font-size: 2rem;
  }
.brand-logos_image {
    height: 4rem;
  }
.padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
.brand-logos_component {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
.heading-style-h3 {
    font-size: 1.5rem;
  }
.nav_logo {
    height: 1.75rem;
  }
.brand_logos-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
.speakers_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    display: flex;
  }
.speakers-item.is-mid {
    margin-top: 0;
  }
.invite_component {
    flex-direction: column;
    display: flex;
  }
.right-grid {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
.mid-grid {
    width: 100%;
    height: 1px;
  }
.padding-global_bg {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
.landing_2column_image {
    margin-left: 0;
    display: block;
    overflow: auto;
  }
.landing_list {
    text-align: left;
  }
.h1_bfcm_red {
    font-size: 30px;
    line-height: 35px;
  }
.landing-heading-style-h3-left {
    font-size: 1.5rem;
  }
.logos-title-large {
    padding: 60px 15px;
  }
.clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }
.clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }
.v3-popup-image-wrapper.ebook {
    border-top-right-radius: 25px;
    border-bottom-left-radius: 0;
  }
.v3-popup.ebook {
    border-top-right-radius: 0;
    border-bottom-left-radius: 25px;
  }
.v3-popup--illustration.v3-pop-up-image-pad.ebook {
    border-top-right-radius: 25px;
    border-bottom-left-radius: 0;
  }
.v3-h1-title-span {
    font-size: 35px;
    line-height: 40px;
  }
.v3-h1-title-span.span-bg.typer {
    font-size: 35px;
  }
.v3-h3 {
    font-size: 1.125rem;
  }
.v3-space-large {
    min-height: 2rem;
  }
.hero-heading-left {
    margin-bottom: -10px;
    padding: 60px 15px 0;
  }
.v3-button-row {
    align-self: stretch;
  }
.v3-button-row.v3-button-row-center.v3-is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }
.v3-space-small {
    min-height: 1.25rem;
  }
.v3-h2-features.imagine-best-in-class-here-is-how-top-brands-got-there-with-insane-speed-using-hubler-s-no-code-app-builder-0 {
    font-size: 35px;
    line-height: 40px;
  }
.hubler-s-no-code-app-builder-has-a-library-of-100-proven-solutions-get-solutions-that-meet-your-unique-needs-instead-of-settling-for-apps-built-for-others-0 {
    font-size: .9rem;
    line-height: .9rem;
  }
.v3-h2.imagine-best-in-class-here-is-how-top-brands-got-there-with-insane-speed-using-hubler-s-no-code-app-builder-0 {
    font-size: 35px;
    line-height: 40px;
  }
.v3-wrap-regular {
    height: 100%;
    min-height: 350px;
  }
.v3-case-study-contenta {
    grid-template-columns: 1fr;
  }
.v3-h6-heading {
    margin-right: 40px;
  }
.v3-case-study-content-b {
    grid-template-columns: 1fr;
  }
.card {
    overflow: hidden;
  }
.v3-uui-navbar08_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
.v3-uui-navbar08_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
.v3-uui-navbar08_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }
.v3-uui-navbar08_dropdown-content {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }
.v3-uui-navbar08_link {
    font-size: 1rem;
  }
.v3-uui-text-size-small.v3-hide-mobile-landscape {
    display: block;
  }
.v3-uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }
.v3-uui-button-secondary-gray:hover {
    color: #344054;
    background-color: #fff;
  }
.v3-uui-navbar08_dropdown-toggle {
    font-size: 1rem;
  }
.pp-text-image-columns {
    flex-wrap: wrap;
  }
.v3-h1-title-span-left {
    font-size: 35px;
    line-height: 40px;
  }
.v3-h1-title-span-left.span-bg.typer {
    font-size: 35px;
  }
.v3-h3-left {
    font-size: 1.125rem;
  }
.hero-heading-integration {
    flex-flow: column-reverse;
    margin-bottom: -10px;
    padding: 0 15px;
    display: flex;
  }
.v3-integration-right-image {
    object-fit: contain;
    right: 0;
    overflow: visible;
  }
.v3-h3-integration {
    font-size: 1.125rem;
  }
.v3-hero-section-2-inti.v3-section--hero-2-inti {
    margin-right: 7%;
  }
.v3-h1-title-span-integration-title {
    font-size: 35px;
    line-height: 40px;
  }
.v3-h1-title-span-integration-title.span-bg.typer {
    font-size: 35px;
  }
.inti-category-wrap {
    margin-top: 20px;
  }
.v3-wrap-regular-inti {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    align-items: flex-end;
    height: 100%;
  }
.inti-top-mobules-grid-inti {
    grid-template-columns: 1fr;
  }
.v3-case-study-content-cell-inti {
    padding-right: 40px;
  }
.ave-wrap-3 {
    flex-direction: column;
  }
.ave-wrap-8 {
    border-bottom: 1px solid #e0e0e0;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-right: 0;
  }
.ave-wrap-9 {
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    padding-top: 2em;
    padding-left: 0;
    padding-right: 2em;
  }
.ave-wrap-6 {
    padding-top: 2em;
    padding-bottom: 2em;
  }
.ave-wrap-5 {
    grid-template-columns: 1fr 1fr;
  }
.inti-testimonial {
    padding-bottom: 5em;
    padding-left: 7%;
    padding-right: 7%;
    font-size: 1.69vw;
  }
.v3-wrap-regular-inti-what-build {
    height: 100%;
    min-height: 350px;
  }
.ave-wrap-4-inti.bg-grey {
    padding: 20px;
  }
.inti-card-image {
    min-width: 50%;
    margin-right: -40px;
  }
.slider-container {
    grid-template-columns: 1fr 1fr;
  }
.usecase-features-section {
    padding-bottom: 5em;
    padding-left: 7%;
    padding-right: 7%;
    font-size: 1.69vw;
  }
.code-embed-7 {
    display: none;
  }
.inti-card-image-intipage {
    min-width: 25%;
    margin-right: -40px;
  }
}
@media screen and (max-width: 479px) {
h1 {
    font-size: 38px;
    line-height: 45px;
  }
h2 {
    font-size: 20px;
    line-height: 30px;
  }
p {
    font-size: 16px;
    line-height: 27px;
  }
.partnerpage_header {
    z-index: 30;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }
.nav {
    margin-left: 31px;
  }
.hub-title {
    font-size: 25px;
    line-height: 33px;
  }
.hero-content {
    text-align: left;
    align-self: flex-start;
    margin-top: 27px;
    font-size: 9px;
  }
.hero-content.hhhh {
    padding: 40px 0 20px;
  }
.callback-title {
    display: none;
    transform: translate(0);
  }
.h2 {
    text-align: left;
    margin-top: 18px;
    font-size: 23px;
    line-height: 32px;
  }
.h2.white.center {
    font-size: 23px;
  }
.h3 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
  }
.hero-inner-wrap {
    background-color: #0000;
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    height: 100vh;
    margin-top: 61px;
    margin-left: 0;
    padding-bottom: 0;
    display: inline;
    overflow: hidden;
  }
.desc {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }
.desc.about-us {
    align-items: flex-start;
  }
.desc.leadership {
    text-align: left;
    max-width: 90%;
    padding-top: 12px;
    padding-bottom: 12px;
  }
.desc.leadership.sub-text {
    text-align: center;
    max-width: 70%;
  }
.desc.ebk-txt-align {
    text-align: left;
    align-items: flex-start;
  }
.p-desc {
    text-align: center;
    margin-top: 34px;
    margin-bottom: 34px;
    font-weight: 400;
    line-height: 24px;
  }
.p-desc.ffff {
    text-align: left;
  }
.hero-btn-wrap {
    text-align: center;
    margin-top: 30px;
    font-family: Proxima nova alt, sans-serif;
    font-style: normal;
    font-weight: 600;
    display: inline-block;
  }
.hero-btn-wrap.fff {
    margin-top: 0;
  }
.container {
    background-color: #0000;
    margin-top: 1px;
    margin-bottom: 0;
    margin-left: 0;
    padding: 25px 0;
    overflow: hidden;
  }
.container.gggg {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
.image-cover-wrap {
    text-align: left;
  }
.columns-section_integrate {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
.image-column {
    order: 1;
    padding-left: 10px;
    padding-right: 10px;
  }
.content-cover-wrap {
    text-align: center;
    max-width: 90%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }
.h4 {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }
.h4.text-center.font-regular {
    font-size: 17px;
    line-height: 28px;
  }
.h4.about-us.light {
    text-align: left;
  }
.h4.coctent-text.align {
    margin-top: 24px;
  }
.content-column {
    text-align: left;
    flex-direction: column;
  }
.img {
    float: none;
    max-width: 100%;
  }
.text-image-columns.reverse {
    text-align: left;
  }
.paragraph {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
  }
.image-2 {
    display: block;
  }
.h1 {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
    line-height: 34px;
  }
.h1.homepage {
    text-align: left;
    white-space: normal;
    font-size: 26px;
    line-height: 36px;
  }
.footer-title {
    color: var(--dark-turquoise);
    font-family: Proxima nova alt, sans-serif;
    font-size: 16px;
  }
.case-section {
    display: none;
  }
.case-study-title {
    font-size: 20px;
  }
.column {
    padding-left: 20px;
    padding-right: 20px;
  }
.collection-item {
    padding-left: 0;
    padding-right: 0;
  }
.blog_heading {
    font-size: 36px;
    line-height: 44px;
  }
.blog_date {
    text-align: left;
  }
.blog_page_post {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
.blog-section {
    margin-top: 20px;
  }
.blog_heading-page {
    text-align: left;
  }
.subscribe {
    background-image: url('../images/PAttern.svg');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 90px;
    margin-top: 50px;
    padding: 30px 0 90px;
  }
.subscribe.text-center {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
.subscribe_h1 {
    font-size: 23px;
  }
.step {
    font-size: 25px;
  }
.step-desc {
    font-size: 17px;
  }
.hr.w--current {
    display: inline-block;
  }
.attendance.w--current,
 .attendance.box.w--current {
    margin-top: 9px;
    margin-bottom: 9px;
  }
.step_box_1.w--current {
    background-color: var(--white);
    padding-left: 10px;
    padding-right: 10px;
  }
.heading_2 {
    text-align: center;
    margin-left: 0;
    padding-right: 0;
    font-size: 28px;
  }
.image-28 {
    max-width: 100%;
    margin-left: 0;
    right: 0;
    overflow: auto;
  }
.footer_container {
    background-color: #0000;
  }
.paragraph-10 {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
  }
.paragraph-11 {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }
.html-embed-9 {
    padding-left: 13px;
  }
.nav-bar-logo {
    max-width: 140%;
    margin-left: 0;
    margin-right: 9px;
  }
.div_line_pruple {
    text-align: left;
    display: block;
  }
.columns-4 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }
.columns-5 {
    margin-top: 0;
  }
.contact-form {
    margin-top: 0;
  }
.form {
    margin-top: 36px;
    padding: 15px;
  }
.column-7 {
    padding-left: 10px;
    padding-right: 10px;
  }
.form_lato_heading {
    text-align: center;
    line-height: 33px;
  }
.submit-button {
    float: none;
    clear: none;
    opacity: 1;
    text-align: center;
    border-radius: 6px;
    flex: 0 auto;
    font-size: 19px;
    display: inline;
    overflow: hidden;
  }
.div-block-19 {
    object-fit: contain;
    flex-flow: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: space-around flex-start;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    overflow: hidden;
  }
.h2_lato {
    font-size: 22px;
    line-height: 34px;
  }
.vendor_sub_head {
    text-align: center;
    font-size: 22px;
    line-height: 31px;
  }
.business_rules {
    margin-top: 0;
  }
.column-8 {
    margin-top: 0;
    margin-bottom: 0;
  }
.div-block-22 {
    text-align: left;
    margin-left: 0;
    padding-left: 15px;
  }
.vendor_list_3 {
    margin-top: 10px;
    margin-left: 0;
    padding-right: 14px;
  }
.column-11 {
    text-align: left;
    padding-right: 0;
  }
.column-14 {
    flex-direction: column;
    align-items: stretch;
    margin-top: 0;
    padding-left: 17px;
    padding-right: 10px;
    display: block;
  }
.column-15 {
    padding-left: 20px;
    padding-right: 20px;
  }
.columns-11 {
    clear: none;
    flex-direction: column;
    display: flex;
  }
.column-17 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
.column-18, .container-12 {
    padding-left: 0;
    padding-right: 0;
  }
.image-40 {
    margin-top: 33px;
    padding-left: 8px;
    padding-right: 8px;
  }
.hero-content_1 {
    text-align: left;
    align-self: flex-start;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 9px;
  }
.assets_hero {
    background-position: 100% 0;
    background-size: 280px;
    background-attachment: scroll;
    margin-top: 70px;
    overflow: hidden;
  }
.main_hero_image {
    width: 700px;
    overflow: auto;
  }
.image-41 {
    width: 120px;
    margin-top: 0;
    margin-right: 0;
    top: 0;
  }
.image-42 {
    width: 50px;
    margin-bottom: 0;
    bottom: 0%;
  }
.assets_sub_head {
    text-align: center;
    font-size: 22px;
    line-height: 31px;
  }
.manage_section_assets {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
.image-44 {
    bottom: 58px;
  }
.column-20 {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
.image-45 {
    width: 160px;
    inset: auto 0% 11% auto;
  }
.qr-code-section {
    padding-left: 0;
  }
.image-47 {
    width: 200px;
    margin-bottom: 0;
    inset: auto auto -23% 0%;
  }
.two-_sections_assets {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 88px;
    padding-bottom: 0;
    padding-left: 18px;
    padding-right: 18px;
  }
.assets_para {
    padding-left: 0;
    padding-right: 0;
  }
.image-48 {
    margin-bottom: 0;
    margin-left: -46px;
    position: absolute;
    inset: 518px auto 0% 0%;
  }
.image-52 {
    width: 250px;
    inset: auto -17% 0% auto;
  }
.maintainance_assets {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
.columns-13 {
    margin-top: 0;
  }
.approve_assets {
    min-width: 300px;
    margin-top: 55px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
.image-53 {
    display: none;
  }
.column-21 {
    flex-direction: column;
    order: 1;
    align-self: center;
    align-items: stretch;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }
.image-54 {
    width: 90px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 43px;
    display: block;
    inset: 0% 0% auto auto;
    overflow: auto;
  }
.assets_sub_head_1 {
    text-align: center;
    font-size: 22px;
    line-height: 31px;
  }
.columns-15 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }
.business_col_img {
    flex: none;
    order: 1;
    margin-top: 0;
    display: block;
    overflow: visible;
  }
.business_col_txt {
    text-align: left;
    padding-left: 15px;
  }
.column-23 {
    padding-left: 0;
    padding-right: 0;
  }
.column-29 {
    padding-left: 10px;
    padding-right: 30px;
  }
.column-31 {
    margin-top: 33px;
  }
.div-block-28 {
    text-align: left;
    margin-top: 52px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 8px;
  }
.expense_sub_head {
    text-align: center;
    font-size: 22px;
    line-height: 31px;
  }
.image-56 {
    width: 50px;
  }
.expense_list_2 {
    padding-left: 9px;
    padding-right: 0;
  }
.expense_hero {
    background-position: 100% 0;
    background-size: 280px;
    background-attachment: scroll;
    margin-top: 70px;
    overflow: hidden;
  }
.make_own_expense {
    margin-top: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
.help_sub_head {
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 26px;
    line-height: 32px;
  }
.helpdesk_sub_head {
    text-align: center;
    font-size: 22px;
    line-height: 31px;
  }
.cust_list_hlep {
    padding-left: 30px;
  }
.custom_bullets_help {
    padding-right: 0;
  }
.list_it_help_sty {
    background-position: 0 36%;
    background-size: 6px;
  }
.column-33 {
    padding-right: 0;
  }
.image-60 {
    width: 75px;
    margin-top: 8px;
    display: none;
    bottom: -3%;
  }
.customer_experience_help {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
.div-block-29 {
    padding-left: 23px;
    padding-right: 23px;
  }
.div-block-33 {
    margin-right: 0;
  }
.div-block-34 {
    padding-right: 0;
  }
.calculate_section {
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }
.container-cal {
    padding-left: 0;
    padding-right: 0;
  }
.container-31 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: block;
  }
.deliver_section {
    margin-top: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
.raise_iss_section {
    padding-left: 0;
  }
.two-_sections_helpdesk {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 88px;
    padding-bottom: 0;
    padding-left: 18px;
    padding-right: 18px;
  }
.build_2s_2_help {
    margin-top: 0;
  }
.integrate_section_help {
    margin-top: 44px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
.never_section_help {
    margin-top: 62px;
    margin-bottom: 0;
    padding-bottom: 70px;
    padding-left: 20px;
    padding-right: 0;
    display: block;
  }
.help_hero {
    min-width: 0;
    max-width: 100%;
    margin-top: 7px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
.help_pattern_2 {
    width: 70px;
    inset: auto auto 0% 24%;
  }
.help_oval_2 {
    width: 160px;
    inset: auto 0% 11% auto;
  }
.ce_help_col_1 {
    padding-left: 20px;
    padding-right: 20px;
  }
.ce_help_col_2 {
    padding-left: 0;
    padding-right: 0;
  }
.asset_manage_image {
    margin-top: 0;
  }
.help_pattern {
    width: 80px;
    margin-top: 0;
    margin-right: 0;
    top: 0;
  }
.help_pattern_3 {
    width: 110px;
    margin-right: 20px;
  }
.help_pattern_4 {
    width: 210px;
    inset: auto 0% -8% auto;
  }
.help_build {
    width: 320px;
    margin-right: 0;
    display: none;
    overflow: hidden;
  }
.help_pattern_5 {
    width: 90px;
    display: block;
    inset: -14px 3% 0% auto;
  }
.help_never {
    clear: none;
    align-self: center;
    width: 280px;
    margin-top: 32px;
    margin-right: 0;
    display: block;
    left: 0;
  }
.asset_hero_2 {
    display: block;
  }
.help_div_block {
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
.column-43 {
    display: flex;
  }
.image-64 {
    margin-top: 12px;
  }
.pricing_section {
    margin-top: 30px;
  }
.price_sub_head {
    font-size: 24px;
  }
.price_tag {
    font-size: 25px;
  }
.price_tag_main {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 34px;
  }
.wel_pr_1, .wel_pr_2, .wel_pr_pre {
    padding: 20px;
  }
.recaptcha {
    overflow: visible;
  }
.vi_list_form {
    text-align: left;
  }
.form_sub_head {
    direction: ltr;
    text-align: center;
    text-transform: none;
    object-fit: contain;
    font-size: 24px;
  }
.form_sub_head.kk {
    text-align: left;
  }
.h2_lato_form {
    flex-wrap: nowrap;
    font-size: 36px;
    line-height: 48px;
    display: flex;
  }
.lato_para_form {
    text-align: center;
    order: 1;
  }
.term_condition {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
.container-38 {
    display: flex;
  }
.form-2 {
    overflow: auto;
  }
.asset_hero_image {
    min-width: 0;
    max-width: 100%;
    margin-top: 7px;
    padding-left: 0;
    padding-right: 0;
  }
.asset_boost {
    width: 0;
    min-width: 320px;
    margin-top: 40px;
    position: relative;
  }
.asset_create {
    width: 320px;
    margin-right: 0;
    display: none;
    overflow: hidden;
  }
.help_images {
    width: 380px;
    margin-left: 0;
  }
.help_gain {
    width: 0;
    min-width: 320px;
    margin-top: 40px;
    position: relative;
  }
.content-cover-let {
    text-align: left;
    max-width: 90%;
    padding-left: 10px;
    padding-right: 6px;
  }
.asset_pattern_2 {
    width: 90px;
    display: block;
    inset: -14px 3% 0% auto;
  }
.lm_h1_32 {
    padding-right: 0;
    font-size: 36px;
    line-height: 48px;
  }
.lm_para_12 {
    text-align: left;
  }
.lm_hero_btn {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: inline-block;
  }
.lm_hero_1 {
    background-position: 100% 0;
    background-size: 280px;
    background-attachment: scroll;
    margin-top: 70px;
    overflow: hidden;
  }
.lm_hero_sub {
    overflow: hidden;
  }
.slider-2 {
    margin-top: 10px;
  }
.lm_hero_txt {
    text-align: left;
    align-self: flex-start;
    margin-top: 27px;
    padding-left: 20px;
    padding-right: 0;
    font-size: 9px;
    overflow: visible;
  }
.lm_slider_col {
    background-position: 50%;
    background-size: cover;
  }
.slide-nav-3 {
    display: none;
    overflow: hidden;
  }
.left-arrow {
    margin-left: 0;
    display: block;
  }
.right-arrow-2 {
    margin-right: 0;
  }
.lm-h1-sec2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 23px;
  }
.div_line_pruple-lm {
    text-align: left;
    display: block;
  }
.workflow_pp {
    margin-top: 60px;
    padding-left: 22px;
    padding-right: 22px;
  }
.im_sec_4_con {
    display: block;
  }
.lm_sec_4_h {
    text-align: center;
  }
.div_line_pruple-lm-2 {
    text-align: left;
    display: inline-block;
  }
.image-74 {
    clear: none;
    text-align: right;
    display: inline-block;
  }
.lm_image_3 {
    float: none;
    text-align: center;
  }
.lm_img_4 {
    float: none;
    clear: none;
    text-align: center;
    display: inline-block;
    box-shadow: -32px 38px 50px 7px #0006;
  }
.div-block-42, .div-block-43 {
    padding-left: 0;
  }
.lm_subscribe {
    background-image: url('../images/PAttern.svg');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 90px;
    margin-top: 50px;
    padding: 30px 0 90px;
  }
.lm_subscribe_para {
    text-align: center;
    font-size: 17px;
    line-height: 35px;
  }
.lm_sec_5_h {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 20px;
    line-height: 35px;
  }
.column-47 {
    padding-left: 0;
  }
.column-48 {
    flex: 0 3 auto;
    padding-left: 0;
  }
.lm_img_5 {
    float: none;
  }
.white_section {
    display: block;
  }
.columns-28 {
    padding-left: 0;
    display: block;
  }
.white_section-_2 {
    height: 160px;
  }
.desc_2 {
    text-align: left;
    padding-right: 20px;
  }
.lm_slider_h2 {
    margin-top: 0;
    display: none;
  }
.column-49 {
    padding-left: 30px;
  }
.column-50 {
    padding-left: 30px;
    padding-right: 25px;
  }
.column-51 {
    text-align: center;
  }
.lm_sec_6_h {
    margin-top: 0;
  }
.lm_col_6_2 {
    text-align: center;
    padding-left: 18px;
    padding-right: 18px;
    display: block;
  }
.lm_col_6_c1 {
    text-align: center;
    display: block;
  }
.lm_col_6_c2 {
    padding-left: 0;
    padding-right: 25px;
  }
.lm_img_swiggy {
    text-align: center;
    border-radius: 30px;
    margin-left: 20px;
  }
.image-80 {
    width: 220px;
  }
.lm_grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-top: 50px;
    padding-left: 26px;
    padding-right: 26px;
  }
.grid-_lm {
    padding-left: 0;
    padding-right: 0;
  }
.news {
    padding-bottom: 50px;
  }
.swiggy_hero_image.tab-hide {
    display: block;
  }
.div-block-54 {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }
.tab_h.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }
.auto_sec_cont.ffff {
    align-items: stretch;
  }
.tab_links.w--current {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
.nav-btn_black {
    clear: none;
    object-fit: fill;
    border-radius: 10px;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin-right: 0;
    padding: 11px 0;
    font-size: 17px;
    display: block;
  }
.nav-btn_black.hhhh.ccc {
    margin-left: 20px;
    margin-right: 20px;
  }
.nav-btn_black.home-btn {
    padding-top: 10px;
    padding-left: 12px;
    padding-right: 12px;
  }
.form-5 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
.submit-button-3 {
    height: 45px;
  }
.text-field-2 {
    flex: 0 auto;
    align-self: stretch;
    height: 45px;
  }
.form-block-3 {
    width: 100%;
  }
.cta_button.about-us {
    margin-left: 0;
  }
.cta_button.banner_button {
    margin-left: 8px;
    margin-right: 8px;
  }
.cta_button.leaso {
    margin-top: 24px;
    margin-bottom: 0;
  }
.cs_info_text.l {
    margin-top: 16px;
  }
.cs_info_img.relative {
    margin-top: 0;
    margin-left: 0;
  }
.casestudy-section {
    margin-top: -36px;
  }
.casestudy-cms-card {
    max-height: 560px;
    padding-left: 20px;
    padding-right: 20px;
  }
.casestudy-card-heading {
    width: 100%;
  }
.casestudy-button {
    position: absolute;
    inset: auto auto 6% 5%;
  }
.rte {
    margin-top: 0;
  }
.rte h2 {
    line-height: 42px;
  }
.about-us-sections.header.ebk-header {
    padding-bottom: 16px;
  }
.about-us-img, .about-us-img.sections {
    max-width: 100%;
  }
.about-us-des.light {
    text-align: left;
    max-width: 100%;
  }
.about-us-img-align {
    margin-left: 10px;
    margin-right: 10px;
  }
.how-to-cms {
    max-width: 90%;
  }
.how-to-card {
    padding-left: 10px;
    padding-right: 10px;
  }
.collection-list-wrapper-5 {
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }
.how-to-help.how-to-page-collection {
    width: 100%;
  }
.ds_hero.subtitle.ebkadjust {
    max-width: 100%;
    margin-top: 16px;
  }
.ds_hero.subtitle.blog_adjust {
    max-width: 100%;
    margin-top: 8px;
  }
.ds_hero.subtitle.blog_adjust.tag {
    margin-top: 8px;
    margin-bottom: 24px;
  }
.ds_hero.subtitle.leaso {
    font-size: 18px;
    line-height: 28px;
  }
.ds_card.title.bold-text {
    text-align: center;
  }
.ds_card.subtitle.uniadjust {
    max-width: 100%;
  }
.ds_card.body {
    text-align: center;
  }
.ds_section.title {
    text-align: left;
  }
.ds_section.title.dark {
    text-align: center;
    padding-right: 0;
  }
.ds_section.title.ebk {
    max-width: 100%;
  }
.ds_section.subtitle.dark {
    text-align: center;
  }
.ds_section.subtitle.ebkadjust {
    max-width: 100%;
    margin-top: 8px;
  }
.ds_section.subtitle.ebk, .ds_section.subtitle.ebk-template {
    max-width: 100%;
  }
.ds_section.subtitle.blog_adjust {
    max-width: 100%;
    margin-top: 8px;
  }
.ds_section.subtitle.blog_adjust.tags {
    margin-top: 16px;
    margin-bottom: 16px;
  }
.ds_section.subtitle {
    font-size: 16px;
    line-height: 24px;
  }
.leadership-img-cards {
    grid-template-columns: 1fr;
    justify-items: stretch;
    width: 60%;
    padding-left: 0;
    padding-right: 0;
  }
.leadership-img-card {
    padding: 12px;
  }
.text-block-12 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
  }
.text-block-13 {
    font-size: 16px;
  }
.leadership-desc {
    padding: 16px;
  }
.leadership-title {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }
.leadership-content {
    max-width: 90%;
  }
.hubbler-uni-content.uniclickcard {
    margin-top: -56px;
  }
.hubbler-uni-card {
    background-position: 0 0;
    border-radius: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }
.unicard-points {
    margin-top: 15px;
  }
.hubbler-uni-section {
    margin-top: -36px;
    margin-bottom: 0;
  }
.hubbler-uni-card-img {
    max-width: 90%;
  }
.arrow {
    top: 40px;
    left: -34px;
  }
.leadership-des-llight {
    line-height: 24px;
  }
.ebk-img-clmn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }
.ebk-img-clmn.ebklst {
    border-top-left-radius: 0;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }
.ebk-arrow {
    display: none;
  }
.ebk-card-content {
    border-radius: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
.ebk-card-content.ebklst {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
.ebk-card-content.ebk-template {
    grid-template-columns: 1fr;
  }
.ebk-img-cover {
    max-width: 35%;
    padding-bottom: 16px;
  }
.ebk-img-cover.ebklst {
    max-width: 35%;
    padding-bottom: 12px;
  }
.ebk-img-cover.ebk-template {
    max-width: 50%;
    padding-top: 16px;
  }
.ebk-txt-clmn {
    margin-left: 16px;
    margin-right: 16px;
  }
.ebk-txt-clmn.rt {
    margin-left: 8px;
    margin-right: 8px;
  }
.ebk-clmn {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
.ebk-temp-img {
    max-width: 40%;
  }
.ebk-cnt-template {
    margin-right: 16px;
  }
.ebk-img-template {
    margin-left: 0;
  }
.pop-up-button {
    width: 100%;
    font-size: 16px;
  }
.pop-up-button.download {
    margin-left: 0;
  }
.pop-up-wrapper {
    display: none;
  }
.pop-up-wrapper.home {
    z-index: 40;
    display: none;
    overflow: scroll;
  }
.pop-up-back {
    min-height: 100vh;
    display: flex;
  }
.pop-up-form {
    margin-top: 8px;
  }
.pop-up-box {
    padding: 24px 16px 16px;
    display: block;
  }
.pop-up-form-success {
    padding-right: 0;
  }
.ebk-download-img.pop-up {
    max-width: 40%;
  }
.ebk-download {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-bottom: 8px;
    display: flex;
  }
.ebk-download.success {
    flex-direction: column;
  }
.ebk-download-img-wrapper, .ebk-download-img-wrapper.success {
    justify-content: center;
  }
.form-field-wrapper {
    margin-bottom: 16px;
  }
.pop-up-text {
    margin-bottom: 8px;
  }
.news-letter-section {
    display: none;
  }
.blog-tags {
    margin-top: 0;
  }
.blog-rlt-read-container {
    width: 90%;
  }
.news-letter-card {
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: auto 60px;
  }
.news-letter-card.blog {
    background-position: 0 40%;
    background-size: auto 100px;
    max-width: 100%;
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
  }
.div-block-124 {
    display: block;
  }
.text-field-3 {
    width: 100%;
  }
.div-block-126 {
    flex-direction: column;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
  }
.banner {
    height: 150px;
  }
.banner-text {
    font-size: 14px;
    line-height: 16px;
  }
.banner-link {
    flex-direction: column;
    align-items: flex-start;
  }
.banner-close {
    align-items: flex-start;
    margin-top: 16px;
  }
.banner-anim {
    height: 150px;
  }
.div-block-129 {
    margin-left: 24px;
  }
.div-block-130 {
    width: 100%;
    margin-top: 16px;
  }
.div-block-133 {
    flex-direction: column;
    align-items: flex-start;
  }
.blog_banner {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
.blog_banner.mobile {
    grid-column-gap: 4px;
    grid-row-gap: 0px;
    grid-template-rows: .25fr .5fr;
    grid-template-columns: 1fr;
    width: 90%;
    height: auto;
    padding-bottom: 0;
  }
.blog_banner_section {
    display: block;
  }
.blog_banner_cta_text {
    height: 80px;
    padding-left: 8px;
    padding-right: 8px;
  }
.blog_banner_cta_btn {
    justify-content: center;
    height: 48px;
    margin-bottom: 16px;
    margin-left: 0;
  }
.image-128 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    max-width: 80%;
    margin-left: 0;
  }
.blog_banner_clmn {
    margin-right: 0;
  }
.nav-menu-blk {
    margin-right: 0;
    padding-left: 11px;
    padding-right: 11px;
  }
.nav-bar-wrapper {
    max-width: none;
    padding-left: 20px;
    padding-right: 0;
  }
.nav-button {
    clear: none;
    object-fit: fill;
    border-radius: 10px;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin-right: 0;
    padding: 11px 0;
    font-size: 17px;
    display: block;
  }
.btw-section {
    margin-top: 80px;
  }
.ds_midsection {
    font-size: 24px;
    line-height: 32px;
  }
.lm_image_3-2 {
    float: none;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
  }
.sections-content.spacing {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 16px;
    margin-bottom: 16px;
  }
.content-img-align, .content-img-wrapper.flipped {
    margin-left: 10px;
    margin-right: 10px;
  }
.desc-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }
.desc-2.about-us {
    align-items: flex-start;
  }
.content-sections-text-wrapper.flipped {
    margin-left: 10px;
    margin-right: 10px;
  }
.features-heading {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 20px;
    line-height: 35px;
  }
.ncf-filter-control-search {
    width: 100%;
  }
.ncf-filter-categorie-chip {
    font-size: 12px;
  }
.tab-link-faq.w--current, .tab-link-kb {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }
.tabs-menu-5 {
    width: 100%;
    display: flex;
  }
.filter-faq {
    font-size: 12px;
  }
.ncf-chip-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
.heading-20 {
    font-size: 36px;
    line-height: 50px;
  }
.italic-text {
    font-size: 36px;
    line-height: 50px;
  }
.button-9 {
    padding-left: 80px;
    padding-right: 80px;
  }
.div-block-145, .paragraph-26, .heading-23 {
    margin-left: 10px;
    margin-right: 10px;
  }
.template_product_hero_r {
    flex-direction: row;
  }
.template_hero_text {
    flex-direction: column;
    align-self: auto;
    align-items: stretch;
    display: flex;
  }
.template_hero_title {
    font-size: 32px;
    line-height: 40px;
  }
.template_hero_left, .template_hero_right {
    flex-direction: column;
  }
.template_button.adj {
    max-width: 100%;
  }
.template_desc {
    display: flex;
  }
.template_desc_subtitle {
    text-align: left;
  }
.template_desc_subtitle.sales {
    width: auto;
    max-width: 80%;
  }
.template_product_desc_r.hrms {
    float: none;
    position: static;
  }
.heading-24 {
    font-size: 32px;
    line-height: 40px;
  }
.columns-40 {
    display: block;
  }
.part_sub_hero {
    overflow: hidden;
  }
.part_col_s_1 {
    flex: 0 auto;
    order: -1;
    padding-right: 14px;
    display: block;
  }
.part_hero_1 {
    text-align: left;
    align-self: flex-start;
    margin-top: 27px;
    padding-left: 20px;
    padding-right: 0;
    font-size: 9px;
    overflow: visible;
  }
.part_desc {
    text-align: center;
    padding-right: 20px;
  }
.part_hero_col_2 {
    background-image: none;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }
.partner_body_2 {
    text-align: left;
    margin-left: 0;
  }
.grid-28 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 21px;
    padding-right: 21px;
    display: grid;
  }
.part_para-_2 {
    text-align: left;
    margin-bottom: 0;
    padding-left: 28px;
    padding-right: 28px;
    display: none;
  }
.part_sec_1 {
    margin: 0;
  }
.part_sec_2, .part_sec_3 {
    margin-left: 0;
    margin-right: 0;
  }
.get_sec_1 {
    display: block;
  }
.subscribe_part {
    background-image: url('../images/PAttern.svg');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 90px;
    margin-top: 50px;
    padding: 30px 0 90px;
  }
.ds_hero_title_partner {
    padding-right: 0;
  }
.ds_section_body {
    text-align: left;
    line-height: 26px;
  }
.column-77 {
    display: block;
  }
.grid-29 {
    grid-column-gap: 8px;
    grid-template-columns: .25fr 1fr;
  }
.ds_section_title-_part_1, .ds_section_subtitle_part {
    text-align: left;
  }
.part_para-_3 {
    text-align: left;
    margin-bottom: 0;
    padding-left: 28px;
    padding-right: 28px;
    display: block;
  }
.column-78 {
    margin-top: 37px;
  }
.image-141 {
    display: none;
  }
.modal_box {
    width: 300px;
  }
.nav-button_form {
    clear: none;
    object-fit: fill;
    border-radius: 10px;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    min-width: 110px;
    margin-right: 0;
    padding: 11px 0;
    font-size: 17px;
    display: block;
  }
.partner_main_btn {
    clear: none;
    object-fit: fill;
    border-radius: 10px;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin-right: 0;
    padding: 11px 0;
    font-size: 17px;
    display: block;
  }
.part_hero_2 {
    background-image: none;
    margin-top: 102px;
    margin-bottom: 0;
    padding-right: 5px;
    overflow: hidden;
  }
.h1_pricing {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
    line-height: 34px;
  }
.price-box {
    margin-bottom: 10%;
    padding: 5% 10% 20px;
  }
.pricing-card-title {
    text-align: left;
    margin-top: 18px;
    font-size: 23px;
    line-height: 32px;
  }
.h1_bfcm_blue, .h1_bfcm_blk {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
    line-height: 34px;
  }
.bfcm-add-blue, .bfcm-add-blk {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }
.bfcm-price-box {
    margin-bottom: 10%;
    padding: 5% 10% 20px;
  }
.bfcm-pricing-button {
    clear: none;
    object-fit: fill;
    border-radius: 10px;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin-right: 0;
    padding: 11px 0;
    font-size: 17px;
    display: block;
  }
.padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
.brand-logos_component, .brand_logos-grid {
    grid-template-columns: 1fr 1fr;
  }
.main_heading {
    font-size: 50px;
    line-height: 70px;
  }
.text-span-7 {
    font-size: 30px;
    line-height: 60px;
  }
.speakers_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
.right-grid {
    max-width: none;
  }
.landing_2column_image {
    width: 380px;
    margin-left: 0;
  }
.landing_list {
    margin-top: 10px;
  }
.h1_bfcm_red {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
    line-height: 34px;
  }
.franchise-hero-div {
    margin-bottom: 80px;
  }
.hero-container {
    padding-left: 15px;
    padding-right: 15px;
  }
.hero-container.slider-container {
    background-position: 50%;
    background-size: cover;
    min-height: 200px;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
.hero-container.franchising-operations-container, .hero-container._2x-franchising-sftware-icontainer {
    padding-left: 20px;
    padding-right: 20px;
  }
.hero-container.reason-why-main-div {
    padding-left: 0;
    padding-right: 0;
  }
.hero-container.form-container {
    background-image: url('../images/Frame-291.webp'), linear-gradient(275deg, #1f3976, #3562cb);
    background-position: 0 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 623px, auto;
    border-radius: 13px;
    justify-content: center;
    align-items: center;
    max-height: 400px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
.hero-container.form-container.v3-retail-store, .hero-container.form-container.v3-manuf-store-image {
    flex-flow: row;
    padding-top: 20px;
    padding-right: 0;
  }
.hero-container.form-below-div {
    justify-content: center;
    align-items: flex-start;
    margin-top: 200px;
    margin-left: 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }
.franchise-image-btn-div {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }
.franchise-h1 {
    text-align: left;
    font-size: 34px;
    line-height: 45px;
  }
.franchise-para {
    text-align: left;
    line-height: 22px;
  }
.franchise-hero-btn {
    padding: 10px 12px;
    font-size: 14px;
  }
.franchise-hero-btn.form-submit-btn {
    padding-left: 10px;
    padding-right: 10px;
  }
.franchise-btn-absolute-img {
    display: none;
  }
.logos-title-large {
    padding-top: 40px;
    padding-bottom: 40px;
  }
.container-77 {
    max-width: none;
  }
.clients-title {
    font-size: 20px;
    line-height: 27px;
  }
.clients-wrapper {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-around;
    place-items: center stretch;
    display: grid;
  }
.clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }
.gif-img {
    max-width: 25%;
  }
.grid {
    grid-template: "." 400px
                   "." 400px
                   "." 400px
                   / 1fr;
  }
.franchise-operation-h2 {
    max-width: 336px;
    height: auto;
    padding-bottom: 0;
    font-size: 26px;
    line-height: 37px;
  }
.operation-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 20px;
    display: block;
  }
._2x-franchising-img-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-left: 0;
    display: flex;
    position: relative;
  }
.tick-img {
    margin-left: auto;
  }
.grid-3 {
    grid-column-gap: 8px;
    margin-left: 0;
  }
.grid-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column-reverse wrap-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: center;
    place-items: center stretch;
    display: flex;
  }
._2x-franchise-image {
    text-align: center;
    order: 0;
    align-self: auto;
    width: auto;
    max-width: 300px;
  }
._2x-franchise-grid-para {
    font-size: 17px;
    line-height: 24px;
  }
._2x-franchising-content-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
.franchising-lisit-div {
    padding-left: 2px;
    padding-right: 2px;
  }
._2x-franchising-grid-div {
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }
.heading-28.franchising-h3 {
    text-align: center;
    font-size: 28px;
    line-height: 37px;
  }
.reason-why-img-right-lower {
    display: none;
  }
.reason-why-lower-grid-div {
    flex-flow: column;
    margin-top: 25px;
  }
.reason-why-lower-grid-para {
    font-size: 21px;
    line-height: 28px;
  }
.reason-why-grid-block-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    width: auto;
    margin-bottom: auto;
    display: grid;
  }
.reason-why-lower-grid-abslt-image-right-side {
    display: none;
  }
.reason-why-section {
    padding-left: 20px;
    padding-right: 20px;
  }
.grid-4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
.reason-why-grid-title-h4 {
    font-size: 25px;
  }
.heading-29 {
    font-size: 30px;
    line-height: 35px;
  }
.reason-why-main-h3 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    font-size: 26px;
    line-height: 37px;
    display: block;
  }
.text-fields {
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
.text-fields.phone-field {
    width: 290px;
  }
.field-labels {
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 16px;
    line-height: 21px;
  }
.form-div {
    max-width: 350px;
    margin-top: 200px;
    margin-bottom: auto;
    padding: 10px;
  }
.franchise-management-software-demo-form {
    padding-left: 20px;
    padding-right: 20px;
  }
.success-message-6 {
    font-size: 16px;
  }
.form-title {
    font-size: 24px;
    line-height: 32px;
  }
.heading-5 {
    max-width: 213px;
    margin-top: 140px;
    padding-top: 140px;
    font-size: 16px;
    line-height: 30px;
  }
.image-3 {
    text-align: center;
    position: absolute;
    inset: 74% 0% 0% auto;
    transform: rotate(-39deg);
  }
.image-3.abslt-form-below-img {
    width: 25%;
    max-width: 75%;
    margin-top: 49px;
    margin-right: 14px;
    padding-right: 24px;
    top: 68%;
    left: -56px;
    transform: rotateX(-7deg)rotateY(-180deg)rotateZ(-37deg);
  }
.v3-main-container {
    max-width: none;
  }
.v3-h1-title-span, .v3-h1-title-span.span-bg.typer {
    font-size: 35px;
    line-height: 40px;
  }
.v3-max-width-large.align-center {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
.v3-h3.text-color-primary700 {
    font-size: .9rem;
    line-height: 1.3;
  }
.v3-h3.text-color-primary700.align-left {
    text-align: center;
  }
.hero-heading-left {
    padding-bottom: 0;
  }
.v3-button-row.v3-button-row-center.v3-is-reverse-mobile-landscape {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }
.v3-btn-txt-kwad {
    text-align: center;
    font-size: 1rem;
    line-height: 1.3rem;
  }
.v3-hero-section-2.v3-section--hero-2, .v3-hero-section-2.v3-section--hero-2-inti {
    padding-bottom: 0;
  }
.v3-rotate-arrow.inte-page-arrow-mob {
    display: none;
  }
.v3-anim-btn-kwad {
    padding: .5rem 1rem;
  }
.imagine-best-in-class-here-is-how-top-brands-got-there-with-insane-speed-using-hubler-s-no-code-app-builder-0 {
    font-size: 35px;
    line-height: 40px;
  }
.v3-h2-features {
    font-size: 35px;
    line-height: 40px;
  }
.v3-h2-features.imagine-best-in-class-here-is-how-top-brands-got-there-with-insane-speed-using-hubler-s-no-code-app-builder-0 {
    text-align: center;
  }
.v3-h2-features.imagine-best-in-class-here-is-how-top-brands-got-there-with-insane-speed-using-hubler-s-no-code-app-builder-0.vr-retail-slider-nomgb {
    margin-bottom: 40px;
  }
.v3-h2-features.imagine-best-in-class-here-is-how-top-brands-got-there-with-insane-speed-using-hubler-s-no-code-app-builder-0.h2-inti-page-center {
    max-width: 100%;
  }
.v3-h2-features.imagine-best-in-class-here-is-how-top-brands-got-there-with-insane-speed-using-hubler-s-no-code-app-builder-0.h2-inti-page-left-init {
    text-align: center;
  }
.v3-h2-features.imagine-best-in-class-here-is-how-top-brands-got-there-with-insane-speed-using-hubler-s-no-code-app-builder-0.h2-inti-page-center-cta {
    max-width: 100%;
  }
.v3-h2-features.imagine-best-in-class-here-is-how-top-brands-got-there-with-insane-speed-using-hubler-s-no-code-app-builder-0.h2-inti-page-testi.cta-text-inte {
    font-size: 25px;
    line-height: 30px;
  }
.hubler-s-no-code-app-builder-has-a-library-of-100-proven-solutions-get-solutions-that-meet-your-unique-needs-instead-of-settling-for-apps-built-for-others-0 {
    font-size: 1rem;
    line-height: 1.2rem;
  }
.hubler-s-no-code-app-builder-has-a-library-of-100-proven-solutions-get-solutions-that-meet-your-unique-needs-instead-of-settling-for-apps-built-for-others-0.v3-manuf-slider-mgtop.v3-manuf-slider-mob {
    line-height: 1.2rem;
  }
.v3-case-study-content-cell {
    padding: 6vw;
  }
.v3-wrap-regular {
    height: 100%;
    min-height: 350px;
  }
.v3-case-study-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
.v3-h6-heading {
    margin-right: 0;
  }
.v3-perecent {
    font-size: 80px;
    line-height: 80px;
  }
.ticker-content {
    margin-bottom: 10px;
  }
.v3-uui-navbar08_logo-link {
    border: 1px #000;
  }
.v3-uui-navbar08_menu {
    border: 0 solid #000;
    border-radius: 20px;
    margin-top: 2vh;
    margin-left: -4%;
    margin-right: -4%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
.v3-uui-navbar08_menu-left {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }
.v3-nav-btn-txt-kwad {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 1rem;
  }
.v3-uui-navbar08_dropdown-content {
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
    box-shadow: none;
    outline-offset: 0px;
    outline: 2px #101828;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding: 1rem .25rem;
    display: block;
  }
.v3-menu-icon_component {
    margin-right: 0;
  }
.v3-uui-navbar08_link {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
.v3-uui-navbar08_dropdown-list.v3-biiger-menu-dd.w--open {
    width: auto;
  }
.v3-uui-text-size-small.v3-hide-mobile-landscape {
    display: block;
  }
.v3-uui-navbar08_item-heading {
    color: #000;
  }
.v3-nav-anim-btn-kwad.v3-cta-nav-mob-btn, .v3-nav-anim-btn-kwad.manuf-button {
    display: block;
  }
.v3-uui-dropdown-icon {
    color: #000;
  }
.v3-uui-navbar08_dropdown-link {
    padding-left: 0;
  }
.v3-uui-button-secondary-gray.v3-show-tablet {
    border-width: 2.5px;
    border-color: #2e63a0;
    border-radius: 50rem;
  }
.v3-text-block {
    font-size: 1rem;
  }
.v3-text-block-2 {
    color: #000;
  }
.v3-text-block-2.v3-mob-signin-btn {
    color: #2e63a0;
  }
.v3-uui-navbar08_menu-right {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    display: flex;
  }
.v3-uui-navbar08_dropdown-toggle {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
.v3-rotate-arrow-case-study {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }
.accordion-icon {
    max-width: 36px;
  }
.v3-menu-category {
    padding-top: 20px;
  }
.pp-text-image-columns.reverse {
    text-align: left;
  }
.v3-h1-title-span-left, .v3-h1-title-span-left.span-bg.typer {
    font-size: 35px;
    line-height: 40px;
  }
.v3-h3-left.text-color-primary700 {
    font-size: .9rem;
    line-height: 1.3;
  }
.v3-main-container-integration-page {
    max-width: none;
  }
.hero-heading-integration {
    flex-flow: column-reverse;
    padding-top: 20px;
    padding-bottom: 0;
    display: flex;
  }
.v3-integration-right-image {
    min-height: auto;
  }
.v3-h3-integration.text-color-primary700 {
    font-size: .9rem;
    line-height: 1.3;
  }
.v3-hero-section-2-inti.v3-section--hero-2 {
    padding-bottom: 0;
  }
.v3-hero-section-2-inti.v3-section--hero-2-inti {
    margin-right: 7%;
    padding-top: 0;
    padding-bottom: 50px;
  }
.v3-uui-max-width-xlarge-inti {
    padding-right: 0%;
  }
.v3-h1-title-span-integration-title, .v3-h1-title-span-integration-title.span-bg.typer {
    font-size: 35px;
    line-height: 40px;
  }
.v3-max-width-large-integration.align-center {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
.inti-category-wrap {
    margin-top: 10px;
  }
.v3-pick-or-build-section-inti {
    margin-top: 60px;
    padding-bottom: 60px;
  }
.v3-wrap-regular-inti {
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
  }
.inti-top-mobules-grid-inti {
    grid-template-columns: 1fr;
  }
.v3-case-study-content-cell-inti {
    padding: 6vw;
  }
.ave-wrap-8 {
    border-top: 1px solid #e0e0e0;
    border-bottom-color: #0000;
    border-right-color: #0000;
    padding-left: 0;
    padding-right: 0;
  }
.ave-decor-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
.ave-wrap-9 {
    border-right-color: #0000;
    padding-right: 0;
  }
.ave-wrap-7 {
    align-items: center;
  }
.ave-wrap-6 {
    border-right-color: #0000;
    padding-right: 0;
  }
.ave-wrap-5 {
    grid-template-columns: 1fr;
  }
.inti-testimonial {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 2.5vw;
  }
.why-section {
    flex-flow: column;
    margin-top: 60px;
    padding-bottom: 60px;
  }
.inti-title-div {
    align-items: center;
    max-width: 100%;
  }
.inti-content-div {
    max-width: 100%;
  }
.go-back {
    justify-content: center;
  }
.v3-case-study-content-cell-inti-what-build {
    padding: 6vw 6vw 0;
  }
.v3-wrap-regular-inti-what-build {
    height: 100%;
    min-height: 250px;
  }
.what-build-spar {
    justify-content: space-between;
  }
.logo-carousel-card-inti {
    width: 130px;
  }
.inti-card-image {
    margin-right: -6vw;
  }
.image-180 {
    min-height: 150px;
  }
.ppl-test-inti {
    padding: 20px 10px 0;
  }
.slider-container {
    grid-template-columns: 1fr;
  }
.use-case-arrow-flex {
    justify-content: space-between;
    display: inline-flex;
  }
.use-case-arrow-flex.v3-retail-space-btm {
    display: flex;
  }
.usecase-features-section {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 2.5vw;
  }
.glide-wrapper {
    flex-flow: column-reverse;
  }
.glide-text-titile {
    text-align: center;
  }
.g2-wrapper {
    flex-flow: column;
  }
.see-what-g2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }
.div-block-181 {
    justify-content: space-between;
  }
.v3-pick-or-build-section-inti-usecase {
    margin-top: 60px;
    padding-bottom: 60px;
  }
.inti-card-image-intipage {
    margin-right: -6vw;
  }
.v3-solutions-study-logo {
    justify-content: space-between;
    align-self: stretch;
    margin-bottom: 40px;
    display: inline-flex;
  }
.v3-solutions-study-logo.v3-retail-space-btm {
    display: flex;
  }
.lynx-heading-accordion-2 {
    font-size: 18px;
  }
.hubpro-div {
    margin-bottom: 80px;
  }
}
#w-node-bb7924f1-30e5-5ed2-4ff3-3f0c628ce26f-f646e7fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}
#w-node-bb7924f1-30e5-5ed2-4ff3-3f0c628ce282-f646e7fd, #w-node-b00cd00a-f1bf-0909-1df8-288fd04b4265-f646e7fd, #w-node-b00cd00a-f1bf-0909-1df8-288fd04b4275-f646e7fd, #w-node-b00cd00a-f1bf-0909-1df8-288fd04b427b-f646e7fd, #w-node-b00cd00a-f1bf-0909-1df8-288fd04b4287-f646e7fd, #w-node-b00cd00a-f1bf-0909-1df8-288fd04b428d-f646e7fd, #w-node-b00cd00a-f1bf-0909-1df8-288fd04b4299-f646e7fd, #w-node-b00cd00a-f1bf-0909-1df8-288fd04b429f-f646e7fd, #w-node-b00cd00a-f1bf-0909-1df8-288fd04b42ab-f646e7fd, #w-node-b00cd00a-f1bf-0909-1df8-288fd04b42b1-f646e7fd, #w-node-b00cd00a-f1bf-0909-1df8-288fd04b42bd-f646e7fd, #w-node-b00cd00a-f1bf-0909-1df8-288fd04b42c3-f646e7fd, #w-node-b00cd00a-f1bf-0909-1df8-288fd04b42cf-f646e7fd, #w-node-_19ea7a35-06b3-6255-a425-acdbe9b170ca-f646e7fd, #w-node-_19ea7a35-06b3-6255-a425-acdbe9b170df-f646e7fd, #w-node-_19ea7a35-06b3-6255-a425-acdbe9b170f8-f646e7fd, #w-node-_19ea7a35-06b3-6255-a425-acdbe9b17110-f646e7fd, #w-node-_19ea7a35-06b3-6255-a425-acdbe9b17125-f646e7fd, #w-node-_19ea7a35-06b3-6255-a425-acdbe9b1713f-f646e7fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-c8171dd8-6939-26c1-b63c-24295a3a8291-f646e7fd, #w-node-c8171dd8-6939-26c1-b63c-24295a3a82ae-f646e7fd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
#w-node-fc0de146-ee20-070b-5f22-84a44f1954c9-4f1954c5, #w-node-fc0de146-ee20-070b-5f22-84a44f1954db-4f1954c5, #w-node-fc0de146-ee20-070b-5f22-84a44f1954e9-4f1954c5, #w-node-fc0de146-ee20-070b-5f22-84a44f1954fb-4f1954c5, #w-node-fc0de146-ee20-070b-5f22-84a44f19551b-4f1954c5, #w-node-fc0de146-ee20-070b-5f22-84a44f19551f-4f1954c5, #w-node-f6a344aa-3003-5cf3-c067-a0d608cdc28f-08cdc259 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_21a418d4-1c44-8900-ad1b-eaf459c3e083-8246e80c {
  place-self: center;
}
#w-node-_8928f0de-0c4e-29db-59b2-48691e6e1475-8246e80c {
  place-self: center start;
}
#w-node-_8928f0de-0c4e-29db-59b2-48691e6e147e-8246e80c, #w-node-dc63d385-0902-5f0d-976b-eee3eef844bf-8246e80c, #w-node-dc63d385-0902-5f0d-976b-eee3eef844b4-8246e80c {
  place-self: center;
}
#w-node-_7d97faf1-f529-67d2-f149-f1ff6391fbfd-8246e80c {
  place-self: center start;
}
#w-node-_7d97faf1-f529-67d2-f149-f1ff6391fc08-8246e80c, #w-node-_89bace66-d15e-59cb-5085-788c10380793-5846e80f {
  place-self: center;
}
#w-node-_301f95d2-4f99-1d1d-36a5-352507e83832-5846e80f {
  align-self: center;
}
#w-node-c1821ece-0958-e606-bcbb-224b78ead6f7-5846e80f {
  align-self: auto;
}
#w-node-ba2efba5-b463-4e6f-6909-22e5dafd24e5-f646e814, #w-node-_96a7752f-977b-b5bd-2a9f-16101c42e1c9-f646e814, #w-node-_4416a601-2ed7-877b-702f-fae1f25e871a-f646e814, #w-node-_3216b09e-fa6d-c0df-4179-945cac72ba9a-f646e814, #w-node-_3fb34b33-f824-781c-959e-ebd3997e67e4-f646e814, #w-node-ae46ad33-b3bd-ea3b-2875-56538207300e-f646e814, #w-node-ae46ad33-b3bd-ea3b-2875-565382073020-f646e814, #w-node-f1d54c04-8faf-8e4e-7995-8fb282e3e225-f646e814, #w-node-f1d54c04-8faf-8e4e-7995-8fb282e3e237-f646e814, #w-node-_66a72a7b-b2da-52ed-1132-d14db5bd265f-f646e814, #w-node-_6ed72640-f0fd-0791-6ec9-28f592683c96-f646e814, #w-node-_6ed72640-f0fd-0791-6ec9-28f592683ca8-f646e814, #w-node-_6ed72640-f0fd-0791-6ec9-28f592683cba-f646e814, #w-node-d2491a7f-7730-e1ca-e596-e6398dc16332-8746e819 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_89dfb175-6d5e-937d-2342-feacebaabbd1-2246e81a, #w-node-_89dfb175-6d5e-937d-2342-feacebaabbd6-2246e81a {
  place-self: center stretch;
}
#w-node-c1425de6-a623-1f95-3774-4b71f88671e4-2246e81a, #w-node-faee04bb-36a3-0003-fc4e-fad624ff327e-2246e81a, #w-node-_8518400e-2ded-23a5-2711-46a5daf5e8b2-2246e81a, #w-node-c6b363ad-2682-9933-7509-5fc220eeccc4-2246e81a, #w-node-e3edc735-53fe-1c96-3542-54e772b22a7e-2246e81a, #w-node-_9a7e3eed-8dbe-6fad-c63c-5c316442d3d0-2246e81a, #w-node-_000ae09e-186e-1641-7c93-29ad263a1007-2246e81a, #w-node-_3695cc4e-334d-38a6-8104-22826a562510-2246e81a, #w-node-_884c6445-3957-880c-1966-39753a85a952-2246e81a, #w-node-_5bc42318-68ce-a73a-6d49-3df564e80d12-2246e81a, #w-node-_0d53ef05-7c40-9662-67b3-c541cb510233-2246e81a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_2eef1f71-6d22-9400-c442-1e485c92611f-0046e81e {
  align-self: center;
}
#w-node-a0276707-bbc3-e635-e2fb-1205665d9852-0046e81e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}
#w-node-f1c1c9a8-f4b1-0e04-1cea-910d45d64e89-0046e81e, #w-node-d53b2c3e-64c8-408d-f6d4-5b833ef95ef2-0046e81e, #w-node-fe3cbd93-2b64-5dcb-3aff-9a248f995638-0046e81e, #w-node-_9cdfb7de-496e-9a72-448d-d5dc8dc8d991-0046e81e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-e92245b9-401a-a190-aa90-9b9dac98a8df-0046e81e, #w-node-a2aa4ff8-cb09-eaeb-acb7-0c6316376be4-0046e81e {
  align-self: center;
}
#w-node-_5675dbed-2cfa-e6f7-38d8-57e8e279ff2b-0046e81e {
  place-self: center start;
}
#w-node-_8db550c3-8720-d578-2eb0-7293f1d8daa8-7846e820 {
  place-self: center;
}
#w-node-_6e900664-ba48-e1c6-3de0-577677cfa8d3-7846e820 {
  align-self: center;
}
#w-node-_6e900664-ba48-e1c6-3de0-577677cfa8d5-7846e820 {
  align-self: auto;
}
#w-node-_5e89ae86-ae4a-a072-cc48-5bb11da79e5c-c846e824, #w-node-_0fa45441-44cf-3276-c3bf-ec6e6bb246e3-c846e824, #w-node-_800df2c3-751b-7d4c-f2fe-64cabb1270af-c846e824 {
  place-self: center;
}
#w-node-d384aa7b-7665-e745-08e9-05a626630a0f-c846e824 {
  grid-area: 1 / 1 / 2 / 2;
}
#w-node-d384aa7b-7665-e745-08e9-05a626630a1c-c846e824 {
  place-self: center;
}
#w-node-_127badd1-9bac-3b5f-ed68-75670a9c722a-c846e824, #w-node-_0c0050db-ff29-ce8a-4868-994e90f4be2a-c846e824 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}
#w-node-_0c0050db-ff29-ce8a-4868-994e90f4be2c-c846e824 {
  align-self: center;
}
#w-node-_867370fe-25be-4d57-3feb-e6849a8c92be-c846e824 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}
#w-node-_867370fe-25be-4d57-3feb-e6849a8c92c0-c846e824 {
  align-self: center;
}
#w-node-e0888696-dd40-a0b9-d147-0ccfcb324f99-c846e824 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}
#w-node-e0888696-dd40-a0b9-d147-0ccfcb324f9b-c846e824 {
  align-self: center;
}
#w-node-_2a99d4ac-4bee-085f-3a36-3a52d8f3de6a-6c46e826, #w-node-_2a99d4ac-4bee-085f-3a36-3a52d8f3de6b-6c46e826, #w-node-_2a99d4ac-4bee-085f-3a36-3a52d8f3de72-6c46e826, #w-node-ebfcea62-b75a-26a2-faef-3013ff23dbd1-6c46e826, #w-node-b00513ea-26e0-756b-a351-fcfdc8ac0244-6c46e826, #w-node-b00513ea-26e0-756b-a351-fcfdc8ac0245-6c46e826 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-b9c9e772-3bb2-64ce-3b23-dfdfe51363b5-b246e85c, #w-node-_309e8bad-951f-69d7-bd27-a092377c7def-b246e85c, #w-node-_124aa0aa-90cd-cd8e-a51b-1b545b64f7db-9f46e85e {
  place-self: center;
}
#w-node-b05151b1-721c-653b-d0e7-635132494f38-9f46e85e, #w-node-c7968370-e2a6-68f8-60fc-8eb60057a844-9f46e85e {
  align-self: center;
}
#w-node-e48b628b-3488-4b94-94b5-4c2001bf1d90-9f46e85e {
  place-self: center start;
}
#w-node-bd2318fe-bc88-effa-8b32-82e2db8c4568-9b46e860 {
  place-self: center;
}
#w-node-b06f734e-164a-557a-c6fc-7a0ecef8504a-9b46e860 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-b06f734e-164a-557a-c6fc-7a0ecef8504b-9b46e860 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}
#w-node-_113e2cf2-a13a-fd6a-87ea-fb077a86bca5-9b46e860, #w-node-a629bb0c-8eef-ba53-4250-e1137a42ca25-9b46e860, #w-node-_74277de3-2598-03ea-fff2-cc2856528ef7-9b46e860 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_43d8f35f-0fe7-696d-b784-1a2f30b6cb83-9b46e860 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}
#w-node-_43d8f35f-0fe7-696d-b784-1a2f30b6cb8e-9b46e860, #w-node-_43d8f35f-0fe7-696d-b784-1a2f30b6cb92-9b46e860, #w-node-_43d8f35f-0fe7-696d-b784-1a2f30b6cb96-9b46e860 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_03aa9a10-fd6b-4408-93fd-0e764aeffcd3-9b46e860 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}
#w-node-_03aa9a10-fd6b-4408-93fd-0e764aeffcdc-9b46e860, #w-node-_03aa9a10-fd6b-4408-93fd-0e764aeffce0-9b46e860, #w-node-_03aa9a10-fd6b-4408-93fd-0e764aeffce4-9b46e860, #w-node-_03aa9a10-fd6b-4408-93fd-0e764aeffce8-9b46e860 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_616bda5c-779d-f2b7-e913-6cbf956e7edd-9b46e860 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}
#w-node-_616bda5c-779d-f2b7-e913-6cbf956e7ee6-9b46e860, #w-node-_616bda5c-779d-f2b7-e913-6cbf956e7eea-9b46e860, #w-node-_616bda5c-779d-f2b7-e913-6cbf956e7eee-9b46e860, #w-node-_616bda5c-779d-f2b7-e913-6cbf956e7ef2-9b46e860, #w-node-_8a690acc-ebaa-290b-f75c-a98c68c624e4-9b46e860 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_8e037b05-d884-9ce0-e778-0f803a25b16f-9b46e860 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}
#w-node-_8e037b05-d884-9ce0-e778-0f803a25b178-9b46e860, #w-node-_8e037b05-d884-9ce0-e778-0f803a25b17c-9b46e860, #w-node-_8e037b05-d884-9ce0-e778-0f803a25b180-9b46e860, #w-node-_8e037b05-d884-9ce0-e778-0f803a25b184-9b46e860, #w-node-_8e037b05-d884-9ce0-e778-0f803a25b188-9b46e860 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-e3ce6423-f695-49b9-00bf-b9dcddb69b8f-9b46e860 {
  place-self: center start;
}
#w-node-b00513ea-26e0-756b-a351-fcfdc8ac0234-5546e861, #w-node-b00513ea-26e0-756b-a351-fcfdc8ac0245-5546e861 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_21a418d4-1c44-8900-ad1b-eaf459c3e083-2246e862 {
  place-self: center;
}
#w-node-_8928f0de-0c4e-29db-59b2-48691e6e1475-2246e862 {
  place-self: center start;
}
#w-node-_105c7390-3ac8-8436-3e5f-2de9db8477df-2246e862 {
  align-self: auto;
}
#w-node-_55c890af-4cf6-4264-5f88-6e4173bb9854-2246e862 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-a2afbc95-e534-5760-6fb0-5ef61a62180c-2246e862 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}
#w-node-_3992ac98-047c-a2b4-fba7-47f4e0fe7480-2246e862 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_372bc878-e4ed-d483-ce0b-f37977fbc529-2246e862 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}
#w-node-a82c1d01-912e-c205-91c3-890c1600b0c1-9a46e868, #w-node-_48bcfd08-8191-449c-4f11-3b95f019ff5d-9a46e868, #w-node-_3d01b44a-1492-c2d6-9975-c562fede10f3-9a46e868, #w-node-_848ea991-c1cb-56ab-0d5b-852db708245d-9a46e868, #w-node-dba9ba1d-b50e-328d-4807-9579d71e65bb-9a46e868, #w-node-fd95ab89-5782-15f6-e592-e7e89a83c2a3-9a46e868, #w-node-_3644d524-c1d0-9b04-a0cc-d1524008f079-9a46e868, #w-node-_3644d524-c1d0-9b04-a0cc-d1524008f074-9a46e868, #w-node-_3644d524-c1d0-9b04-a0cc-d1524008f075-9a46e868, #w-node-_880d255e-52f0-e0b5-0513-2a4662040ab3-9a46e868, #w-node-a9c3be11-31e1-ca30-c1a1-4ba80acdec14-9a46e868, #w-node-_6221362f-8cd6-c722-7a6d-a124d73cbf56-9a46e868, #w-node-_6221362f-8cd6-c722-7a6d-a124d73cbf51-9a46e868, #w-node-_3311bd1f-1058-3973-b223-6bd66791d6b9-9a46e868, #w-node-_3311bd1f-1058-3973-b223-6bd66791d6be-9a46e868, #w-node-_4b42b441-c382-a02e-ee7b-895cb2dd1b75-9a46e868, #w-node-_4b42b441-c382-a02e-ee7b-895cb2dd1b76-9a46e868, #w-node-_4b42b441-c382-a02e-ee7b-895cb2dd1b7a-9a46e868, #w-node-_4b42b441-c382-a02e-ee7b-895cb2dd1b7e-9a46e868, #w-node-_4b42b441-c382-a02e-ee7b-895cb2dd1b7f-9a46e868, #w-node-_4b42b441-c382-a02e-ee7b-895cb2dd1b80-9a46e868, #w-node-_25959b1a-04cb-f922-8b0a-1ce33f255b35-9a46e868 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_25959b1a-04cb-f922-8b0a-1ce33f255b3c-9a46e868 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}
#w-node-_25959b1a-04cb-f922-8b0a-1ce33f255b40-9a46e868, #w-node-_25959b1a-04cb-f922-8b0a-1ce33f255b42-9a46e868 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_25959b1a-04cb-f922-8b0a-1ce33f255b44-9a46e868 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}
#w-node-_25959b1a-04cb-f922-8b0a-1ce33f255b48-9a46e868, #w-node-_25959b1a-04cb-f922-8b0a-1ce33f255b4f-9a46e868 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_25959b1a-04cb-f922-8b0a-1ce33f255b56-9a46e868 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}
#w-node-_25959b1a-04cb-f922-8b0a-1ce33f255b5a-9a46e868, #w-node-_17920041-63ec-dd48-1168-0a5294d8ae46-af46e895, #w-node-_17920041-63ec-dd48-1168-0a5294d8ae2b-af46e895, #w-node-_7fb7e808-4c79-6473-d4df-4ba476002351-af46e895, #w-node-_17920041-63ec-dd48-1168-0a5294d8ae6f-af46e895, #w-node-_17920041-63ec-dd48-1168-0a5294d8ae54-af46e895, #w-node-_0d05723b-6886-c127-bcd9-5683e87ad055-af46e895, #w-node-ab8fb4e1-6a22-05de-f617-ee37f7862f88-af46e895, #w-node-_17920041-63ec-dd48-1168-0a5294d8ae98-af46e895, #w-node-_17920041-63ec-dd48-1168-0a5294d8aea5-af46e895, #w-node-b62ba60f-0fdc-77f2-14e8-1a8b5765ca9a-af46e895, #w-node-_8e23ca90-4ff1-2826-c072-9b9df82d090c-af46e895, #w-node-_8e23ca90-4ff1-2826-c072-9b9df82d090e-af46e895, #w-node-_8e23ca90-4ff1-2826-c072-9b9df82d0916-af46e895, #w-node-_00360175-c6da-0353-835b-6ef1a20eaaea-af46e895, #w-node-_3add8e52-15a2-fe0b-448d-cd6d395580bb-af46e895, #w-node-b3a4bb9f-c71d-467f-7b51-bb2b3c5781f2-af46e895, #w-node-b3a4bb9f-c71d-467f-7b51-bb2b3c5781f4-af46e895, #w-node-b3a4bb9f-c71d-467f-7b51-bb2b3c5781fc-af46e895, #w-node-_2b78870b-ec97-6a31-290d-591be056cdf7-af46e895, #w-node-_2b78870b-ec97-6a31-290d-591be056cdff-af46e895, #w-node-_5ab8dc32-bfb4-1852-4dfc-a204ff0b1637-af46e895, #w-node-_2b78870b-ec97-6a31-290d-591be056ce00-af46e895, #w-node-_2b78870b-ec97-6a31-290d-591be056ce02-af46e895, #w-node-_2b78870b-ec97-6a31-290d-591be056ce06-af46e895, #w-node-_12ee1bd6-b5d2-4652-6e2c-a97277363ee5-af46e895, #w-node-_12ee1bd6-b5d2-4652-6e2c-a97277363ee7-af46e895, #w-node-_12ee1bd6-b5d2-4652-6e2c-a97277363eef-af46e895, #w-node-_56bf11e5-2f9f-bb64-8748-c9ee163b543b-af46e895 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_6d16e6cf-2fed-2f2a-51e1-d5e071357dcd-af46e895 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}
#w-node-_9583f6e2-cabe-60ef-f235-53af3f06707d-af46e895, #w-node-d74c01a8-ce8e-d135-2628-a59ebbb3c80a-af46e895 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_6ae8db37-dd1a-2700-cf16-b5e00413f6a7-af46e895 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}
#w-node-_961a803d-de82-f628-00e6-8a3ddf13fb57-af46e895, #w-node-_69d092ef-d201-9be2-f7ea-f632054e4444-af46e895 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_8205f8e2-6798-e5c9-7aed-e7baf2f44f5d-af46e895 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}
#w-node-e38a8e7c-f522-5ad3-0132-e1e4d4b50337-af46e895, #w-node-f361549b-702a-8d6c-5300-40306a046895-af46e895, #w-node-_14ce8a52-5c93-899d-529e-25b7da46e854-af46e895, #w-node-f00e35ac-9449-14bd-368a-c0a078dd17f9-af46e895, #w-node-_66e89922-6fef-a776-f455-e97c3587080c-af46e895, #w-node-_193f48ea-b6a6-4b3e-b4e4-56ccebaf5a21-e246e8c0, #w-node-_85c27970-b69f-5327-8524-ac7baf1529ed-e246e8c0, #w-node-_4c09be0b-9778-0e11-8ee1-da8c4b6588a5-e246e8c0, #w-node-_3dfac4a1-997c-375b-7c71-470ac1fc65c1-e246e8c0, #w-node-_7210078f-d3f3-d5e6-ae18-25aea16835bf-e246e8c0, #w-node-_026d2683-be5d-f4b4-d9fb-e24ae33bab9c-e246e8c0, #w-node-ce32d428-8a9f-59de-e8a5-4eca285afebd-e246e8c0, #w-node-fa0466d2-4bc4-c72b-38ca-c519d7528285-e246e8c0, #w-node-b7eba820-ea0e-c04c-d226-c0870d38cacf-e246e8c0, #w-node-_5e7d4635-700f-43cc-4b7d-9655d9e6b9e6-e246e8c0, #w-node-e1abac52-d103-68ba-7455-38921ea2d99b-e246e8c0, #w-node-dec6875a-e581-499d-6bb9-f4669e85ebf4-e246e8c0, #w-node-_6b28059b-4c44-71b1-3790-024631eb0eb5-e246e8c0, #w-node-_4a012125-ef8b-0de1-176b-67d166e40f72-e246e8c0, #w-node-_793b24ef-4dc9-223a-a6ce-ae84088c18bd-e246e8c0, #w-node-_22daa498-d798-8b9f-a70e-aef9390f0bb5-e246e8c0, #w-node-abe5379b-ce5f-7b3e-9f7c-f221d6fff9cc-e246e8c0, #w-node-e80132df-0cb5-b46f-0dc7-d5649aab0f94-e246e8c0, #w-node-e80132df-0cb5-b46f-0dc7-d5649aab0f95-e246e8c0, #w-node-e80132df-0cb5-b46f-0dc7-d5649aab0f97-e246e8c0, #w-node-e80132df-0cb5-b46f-0dc7-d5649aab0f9a-e246e8c0, #w-node-e80132df-0cb5-b46f-0dc7-d5649aab0f9d-e246e8c0, #w-node-e80132df-0cb5-b46f-0dc7-d5649aab0fa0-e246e8c0, #w-node-e80132df-0cb5-b46f-0dc7-d5649aab0fa3-e246e8c0, #w-node-e80132df-0cb5-b46f-0dc7-d5649aab0fa6-e246e8c0, #w-node-e80132df-0cb5-b46f-0dc7-d5649aab0fa9-e246e8c0, #w-node-e80132df-0cb5-b46f-0dc7-d5649aab0fac-e246e8c0, #w-node-e80132df-0cb5-b46f-0dc7-d5649aab0faf-e246e8c0, #w-node-e80132df-0cb5-b46f-0dc7-d5649aab0fb2-e246e8c0, #w-node-e80132df-0cb5-b46f-0dc7-d5649aab0fb5-e246e8c0, #w-node-e80132df-0cb5-b46f-0dc7-d5649aab0fb8-e246e8c0, #w-node-e80132df-0cb5-b46f-0dc7-d5649aab0fbb-e246e8c0, #w-node-e80132df-0cb5-b46f-0dc7-d5649aab0fbe-e246e8c0, #w-node-e80132df-0cb5-b46f-0dc7-d5649aab0fc1-e246e8c0, #w-node-c2560629-d562-8cc0-2817-33695cb21cf1-e246e8c0, #w-node-c2560629-d562-8cc0-2817-33695cb21cf2-e246e8c0, #w-node-c2560629-d562-8cc0-2817-33695cb21cf4-e246e8c0, #w-node-c2560629-d562-8cc0-2817-33695cb21cf7-e246e8c0, #w-node-c2560629-d562-8cc0-2817-33695cb21cfa-e246e8c0, #w-node-c2560629-d562-8cc0-2817-33695cb21cfd-e246e8c0, #w-node-c2560629-d562-8cc0-2817-33695cb21d00-e246e8c0, #w-node-c2560629-d562-8cc0-2817-33695cb21d03-e246e8c0, #w-node-c2560629-d562-8cc0-2817-33695cb21d06-e246e8c0, #w-node-c2560629-d562-8cc0-2817-33695cb21d09-e246e8c0, #w-node-c2560629-d562-8cc0-2817-33695cb21d0c-e246e8c0, #w-node-c2560629-d562-8cc0-2817-33695cb21d0f-e246e8c0, #w-node-c2560629-d562-8cc0-2817-33695cb21d12-e246e8c0, #w-node-c2560629-d562-8cc0-2817-33695cb21d15-e246e8c0, #w-node-c2560629-d562-8cc0-2817-33695cb21d18-e246e8c0, #w-node-c2560629-d562-8cc0-2817-33695cb21d1b-e246e8c0, #w-node-c2560629-d562-8cc0-2817-33695cb21d1e-e246e8c0, #w-node-aefb5aee-2dac-2fc5-7505-37d4d85eb634-e246e8c0, #w-node-aefb5aee-2dac-2fc5-7505-37d4d85eb635-e246e8c0, #w-node-aefb5aee-2dac-2fc5-7505-37d4d85eb637-e246e8c0, #w-node-aefb5aee-2dac-2fc5-7505-37d4d85eb63a-e246e8c0, #w-node-aefb5aee-2dac-2fc5-7505-37d4d85eb63d-e246e8c0, #w-node-aefb5aee-2dac-2fc5-7505-37d4d85eb640-e246e8c0, #w-node-aefb5aee-2dac-2fc5-7505-37d4d85eb643-e246e8c0, #w-node-aefb5aee-2dac-2fc5-7505-37d4d85eb646-e246e8c0, #w-node-aefb5aee-2dac-2fc5-7505-37d4d85eb649-e246e8c0, #w-node-_0141578f-cff1-b500-65db-adb42b938bc8-e246e8c0, #w-node-_0141578f-cff1-b500-65db-adb42b938bc9-e246e8c0, #w-node-_0141578f-cff1-b500-65db-adb42b938bcb-e246e8c0, #w-node-_0141578f-cff1-b500-65db-adb42b938bce-e246e8c0, #w-node-_0141578f-cff1-b500-65db-adb42b938bd1-e246e8c0, #w-node-_0141578f-cff1-b500-65db-adb42b938bd4-e246e8c0, #w-node-_0141578f-cff1-b500-65db-adb42b938bd7-e246e8c0, #w-node-_0141578f-cff1-b500-65db-adb42b938bda-e246e8c0, #w-node-_0141578f-cff1-b500-65db-adb42b938bdd-e246e8c0, #w-node-bfbd9b96-9edd-a78a-2531-32e5a009559f-e246e8c0, #w-node-bfbd9b96-9edd-a78a-2531-32e5a00955a0-e246e8c0, #w-node-bfbd9b96-9edd-a78a-2531-32e5a00955a2-e246e8c0, #w-node-bfbd9b96-9edd-a78a-2531-32e5a00955a5-e246e8c0, #w-node-bfbd9b96-9edd-a78a-2531-32e5a00955a8-e246e8c0, #w-node-bfbd9b96-9edd-a78a-2531-32e5a00955ab-e246e8c0, #w-node-bfbd9b96-9edd-a78a-2531-32e5a00955ae-e246e8c0, #w-node-bfbd9b96-9edd-a78a-2531-32e5a00955b1-e246e8c0, #w-node-bfbd9b96-9edd-a78a-2531-32e5a00955b4-e246e8c0, #w-node-_7e5529dc-7f0b-aa93-4dbb-bc9a29d40674-e246e8c0, #w-node-_6679acd5-539f-c21d-9a6c-870399675eec-e246e8c0, #w-node-b01aca60-ad54-1665-e223-cbe8b23de350-e246e8c0, #w-node-_520168b6-b1ef-7a51-d2cf-c53d701ffba7-e246e8c0, #w-node-e394bcc9-58aa-81f1-d89b-03b33726841c-e246e8c0, #w-node-f54864f5-a307-d103-b22e-28b1b5d7c023-e246e8c0, #w-node-f0259096-7950-3711-aa35-b108a0d310b6-e246e8c0, #w-node-_1055766a-4c56-008c-63ee-4925f3836873-e246e8c0, #w-node-ad94bcb3-cf60-7193-2b2f-45eabcabe1d5-e246e8c0, #w-node-_2010af46-8b72-26bf-b8b1-56c5bd989652-e246e8c0, #w-node-_473ec879-2f4c-5116-2a17-67c18f79b947-e246e8c0, #w-node-e3b8738b-2398-cdb1-436f-baeabd7ad278-e246e8c0, #w-node-fb1c6c4b-faf0-e05a-e6f2-1e7ff6874b2d-e246e8c0, #w-node-b9b6f7d3-9008-d6de-00a7-93dc6dec1836-e246e8c0, #w-node-_3c2e0900-e8a1-c6b8-ea8b-985ef919a2ff-e246e8c0, #w-node-_3fd723b8-6757-3093-b837-43de96cac598-e246e8c0, #w-node-_2d662fc0-0210-876f-053f-be1c0bc4dc71-e246e8c0, #w-node-_28ddcd46-3d32-46a0-94b5-0da9e91373ba-e246e8c0, #w-node-bbbf5a24-b986-5cef-2147-3cb87e42539e-e246e8c0, #w-node-f0eb13e5-5137-e6b8-3d38-4c60777bd5a5-e246e8c0, #w-node-e0ebf8fb-24a7-8c89-61d8-d5e33546770a-e246e8c0, #w-node-_04c47152-76f1-cbca-0a44-b4de90d1f7b5-e246e8c0, #w-node-e71ca226-2a0b-6835-9f44-138007396d0f-e246e8c0, #w-node-b3d4f9bf-ce2a-0a3f-607b-35f8937fb67b-e246e8c0, #w-node-_1c2e5ffa-5178-16b4-0b7b-55826f772543-e246e8c0, #w-node-_41612a90-ee82-5344-4c80-1aa0ae8a318a-e246e8c0, #w-node-f129d41d-8ed5-8d57-75d0-14adf9869e6f-e246e8c0, #w-node-_9a2fec32-9716-90a3-16a4-bb2ed21f74a3-e246e8c0, #w-node-f4f1ad30-b835-da52-d737-8f0ef1e8231b-e246e8c0, #w-node-_512593ed-6730-8fa6-e909-663831a3f403-e246e8c0, #w-node-_9d8ec984-d491-5184-f639-4693cc45f277-e246e8c0, #w-node-_2769f14f-f734-4f77-8d4b-c051d39136e3-e246e8c0, #w-node-af53a5a3-4dc3-7284-189e-e86dc8c7e519-e246e8c0, #w-node-af53a5a3-4dc3-7284-189e-e86dc8c7e51a-e246e8c0, #w-node-af53a5a3-4dc3-7284-189e-e86dc8c7e51c-e246e8c0, #w-node-af53a5a3-4dc3-7284-189e-e86dc8c7e51f-e246e8c0, #w-node-af53a5a3-4dc3-7284-189e-e86dc8c7e522-e246e8c0, #w-node-af53a5a3-4dc3-7284-189e-e86dc8c7e525-e246e8c0, #w-node-af53a5a3-4dc3-7284-189e-e86dc8c7e528-e246e8c0, #w-node-af53a5a3-4dc3-7284-189e-e86dc8c7e52b-e246e8c0, #w-node-af53a5a3-4dc3-7284-189e-e86dc8c7e52e-e246e8c0, #w-node-af53a5a3-4dc3-7284-189e-e86dc8c7e531-e246e8c0, #w-node-af53a5a3-4dc3-7284-189e-e86dc8c7e534-e246e8c0, #w-node-af53a5a3-4dc3-7284-189e-e86dc8c7e537-e246e8c0, #w-node-af53a5a3-4dc3-7284-189e-e86dc8c7e53a-e246e8c0, #w-node-af53a5a3-4dc3-7284-189e-e86dc8c7e53d-e246e8c0, #w-node-af53a5a3-4dc3-7284-189e-e86dc8c7e540-e246e8c0, #w-node-af53a5a3-4dc3-7284-189e-e86dc8c7e543-e246e8c0, #w-node-af53a5a3-4dc3-7284-189e-e86dc8c7e546-e246e8c0, #w-node-af53a5a3-4dc3-7284-189e-e86dc8c7e549-e246e8c0, #w-node-af53a5a3-4dc3-7284-189e-e86dc8c7e54c-e246e8c0, #w-node-af53a5a3-4dc3-7284-189e-e86dc8c7e54f-e246e8c0, #w-node-af53a5a3-4dc3-7284-189e-e86dc8c7e552-e246e8c0, #w-node-af53a5a3-4dc3-7284-189e-e86dc8c7e555-e246e8c0, #w-node-af53a5a3-4dc3-7284-189e-e86dc8c7e558-e246e8c0, #w-node-af53a5a3-4dc3-7284-189e-e86dc8c7e55b-e246e8c0, #w-node-af53a5a3-4dc3-7284-189e-e86dc8c7e55e-e246e8c0, #w-node-af53a5a3-4dc3-7284-189e-e86dc8c7e561-e246e8c0, #w-node-af53a5a3-4dc3-7284-189e-e86dc8c7e564-e246e8c0, #w-node-af53a5a3-4dc3-7284-189e-e86dc8c7e567-e246e8c0, #w-node-af53a5a3-4dc3-7284-189e-e86dc8c7e56a-e246e8c0, #w-node-af53a5a3-4dc3-7284-189e-e86dc8c7e56d-e246e8c0, #w-node-af53a5a3-4dc3-7284-189e-e86dc8c7e570-e246e8c0, #w-node-af53a5a3-4dc3-7284-189e-e86dc8c7e573-e246e8c0, #w-node-af53a5a3-4dc3-7284-189e-e86dc8c7e576-e246e8c0, #w-node-af53a5a3-4dc3-7284-189e-e86dc8c7e579-e246e8c0, #w-node-af53a5a3-4dc3-7284-189e-e86dc8c7e57c-e246e8c0, #w-node-af53a5a3-4dc3-7284-189e-e86dc8c7e57f-e246e8c0, #w-node-af53a5a3-4dc3-7284-189e-e86dc8c7e582-e246e8c0, #w-node-af53a5a3-4dc3-7284-189e-e86dc8c7e585-e246e8c0, #w-node-af53a5a3-4dc3-7284-189e-e86dc8c7e588-e246e8c0, #w-node-af53a5a3-4dc3-7284-189e-e86dc8c7e58b-e246e8c0, #w-node-af53a5a3-4dc3-7284-189e-e86dc8c7e58e-e246e8c0, #w-node-e48ac0e6-8ecf-b703-948b-9a945bbd5311-e246e8c0, #w-node-e48ac0e6-8ecf-b703-948b-9a945bbd5312-e246e8c0, #w-node-e48ac0e6-8ecf-b703-948b-9a945bbd5314-e246e8c0, #w-node-e48ac0e6-8ecf-b703-948b-9a945bbd5317-e246e8c0, #w-node-e48ac0e6-8ecf-b703-948b-9a945bbd531a-e246e8c0, #w-node-e48ac0e6-8ecf-b703-948b-9a945bbd531d-e246e8c0, #w-node-e48ac0e6-8ecf-b703-948b-9a945bbd5320-e246e8c0, #w-node-e48ac0e6-8ecf-b703-948b-9a945bbd5323-e246e8c0, #w-node-e48ac0e6-8ecf-b703-948b-9a945bbd5326-e246e8c0, #w-node-e48ac0e6-8ecf-b703-948b-9a945bbd5329-e246e8c0, #w-node-e48ac0e6-8ecf-b703-948b-9a945bbd532c-e246e8c0, #w-node-e48ac0e6-8ecf-b703-948b-9a945bbd532f-e246e8c0, #w-node-e48ac0e6-8ecf-b703-948b-9a945bbd5332-e246e8c0, #w-node-e48ac0e6-8ecf-b703-948b-9a945bbd5335-e246e8c0, #w-node-e48ac0e6-8ecf-b703-948b-9a945bbd5338-e246e8c0, #w-node-e48ac0e6-8ecf-b703-948b-9a945bbd533b-e246e8c0, #w-node-e48ac0e6-8ecf-b703-948b-9a945bbd533e-e246e8c0, #w-node-e48ac0e6-8ecf-b703-948b-9a945bbd5341-e246e8c0, #w-node-e48ac0e6-8ecf-b703-948b-9a945bbd5344-e246e8c0, #w-node-e48ac0e6-8ecf-b703-948b-9a945bbd5347-e246e8c0, #w-node-e48ac0e6-8ecf-b703-948b-9a945bbd534a-e246e8c0, #w-node-e48ac0e6-8ecf-b703-948b-9a945bbd534d-e246e8c0, #w-node-e48ac0e6-8ecf-b703-948b-9a945bbd5350-e246e8c0, #w-node-e48ac0e6-8ecf-b703-948b-9a945bbd5353-e246e8c0, #w-node-e48ac0e6-8ecf-b703-948b-9a945bbd5356-e246e8c0, #w-node-e48ac0e6-8ecf-b703-948b-9a945bbd5359-e246e8c0, #w-node-e48ac0e6-8ecf-b703-948b-9a945bbd535c-e246e8c0, #w-node-e48ac0e6-8ecf-b703-948b-9a945bbd535f-e246e8c0, #w-node-e48ac0e6-8ecf-b703-948b-9a945bbd5362-e246e8c0, #w-node-e48ac0e6-8ecf-b703-948b-9a945bbd5365-e246e8c0, #w-node-e48ac0e6-8ecf-b703-948b-9a945bbd5368-e246e8c0, #w-node-e48ac0e6-8ecf-b703-948b-9a945bbd536b-e246e8c0, #w-node-e48ac0e6-8ecf-b703-948b-9a945bbd536e-e246e8c0, #w-node-_73bd4738-12a7-bde3-b0a6-8452dfb306bf-e246e8c0, #w-node-_73bd4738-12a7-bde3-b0a6-8452dfb306c0-e246e8c0, #w-node-_73bd4738-12a7-bde3-b0a6-8452dfb306c2-e246e8c0, #w-node-_73bd4738-12a7-bde3-b0a6-8452dfb306c5-e246e8c0, #w-node-_73bd4738-12a7-bde3-b0a6-8452dfb306c8-e246e8c0, #w-node-_73bd4738-12a7-bde3-b0a6-8452dfb306cb-e246e8c0, #w-node-_73bd4738-12a7-bde3-b0a6-8452dfb306ce-e246e8c0, #w-node-_73bd4738-12a7-bde3-b0a6-8452dfb306d1-e246e8c0, #w-node-_73bd4738-12a7-bde3-b0a6-8452dfb306d4-e246e8c0, #w-node-_73bd4738-12a7-bde3-b0a6-8452dfb306d7-e246e8c0, #w-node-_73bd4738-12a7-bde3-b0a6-8452dfb306da-e246e8c0, #w-node-_73bd4738-12a7-bde3-b0a6-8452dfb306dd-e246e8c0, #w-node-_73bd4738-12a7-bde3-b0a6-8452dfb306e0-e246e8c0, #w-node-_73bd4738-12a7-bde3-b0a6-8452dfb306e3-e246e8c0, #w-node-_73bd4738-12a7-bde3-b0a6-8452dfb306e6-e246e8c0, #w-node-_73bd4738-12a7-bde3-b0a6-8452dfb306e9-e246e8c0, #w-node-_73bd4738-12a7-bde3-b0a6-8452dfb306ec-e246e8c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-f5b0660d-b007-1ff4-fe3b-dd77e1221d18-efe1ef2f, #w-node-f5b0660d-b007-1ff4-fe3b-dd77e1221d1d-efe1ef2f {
  place-self: center stretch;
}
#w-node-_8a3de9f6-240d-68b0-1698-294c71dd280d-c922104b {
  align-self: center;
}
#w-node-_023e7d2e-1c02-1823-abf6-5dd09412beec-c922104b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}
#w-node-_023e7d2e-1c02-1823-abf6-5dd09412beed-c922104b, #w-node-_023e7d2e-1c02-1823-abf6-5dd09412beee-c922104b, #w-node-_023e7d2e-1c02-1823-abf6-5dd09412beef-c922104b, #w-node-_023e7d2e-1c02-1823-abf6-5dd09412bef1-c922104b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_58109147-e0fa-7923-07ec-bc88aa08f0bf-c922104b, #w-node-_58109147-e0fa-7923-07ec-bc88aa08f0c4-c922104b {
  align-self: center;
}
#w-node-_8c2418de-02e1-4c97-8956-8014f50b4493-c922104b {
  place-self: center start;
}
#w-node-_1b9714df-5a57-b7ad-bb6b-754ac345d847-909ee50b, #w-node-_9ff94daa-a704-db67-a84c-70d147e0c8ca-909ee50b, #w-node-_9ff94daa-a704-db67-a84c-70d147e0c8cd-909ee50b, #w-node-_9ff94daa-a704-db67-a84c-70d147e0c8fb-909ee50b {
  place-self: center;
}
#w-node-_9ff94daa-a704-db67-a84c-70d147e0c8fe-909ee50b {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}
#w-node-_9ff94daa-a704-db67-a84c-70d147e0c905-909ee50b, #w-node-_9ff94daa-a704-db67-a84c-70d147e0c908-909ee50b, #w-node-_9ff94daa-a704-db67-a84c-70d147e0c8da-909ee50b {
  place-self: center;
}
#w-node-_9ff94daa-a704-db67-a84c-70d147e0c8dd-909ee50b {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}
#w-node-_9ff94daa-a704-db67-a84c-70d147e0c8e4-909ee50b, #w-node-_9ff94daa-a704-db67-a84c-70d147e0c8e7-909ee50b, #w-node-_52a84395-c61d-92f1-abd0-965c5858e98d-909ee50b {
  place-self: center;
}
#w-node-_52a84395-c61d-92f1-abd0-965c5858e990-909ee50b {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}
#w-node-f5ae89f2-401e-62a9-d772-d071e020ab84-909ee50b, #w-node-f5ae89f2-401e-62a9-d772-d071e020ab87-909ee50b, #w-node-_9ff94daa-a704-db67-a84c-70d147e0c90f-909ee50b {
  place-self: center;
}
#w-node-_9ff94daa-a704-db67-a84c-70d147e0c912-909ee50b {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}
#w-node-_00ff7538-185c-2edd-b95b-7c73cdd015ae-909ee50b, #w-node-ecd847c1-648f-9efd-cdd2-eb89f4fe9bb0-909ee50b {
  place-self: center start;
}
#w-node-d54cf786-9676-ef6a-b8d6-c86d1d16f80c-eefb6c21 {
  place-self: center;
}
#w-node-_4f2a712b-9604-838d-044e-c392a293b84a-eefb6c21 {
  align-self: center;
}
#w-node-_4f2a712b-9604-838d-044e-c392a293b84c-eefb6c21 {
  align-self: auto;
}
#w-node-_64a6c4c9-9460-c0f9-f009-94605dca1646-89801647 {
  place-self: center;
}
#w-node-_06ce57d3-32b8-5690-843c-94c3b48a320e-89801647, #w-node-_06ce57d3-32b8-5690-843c-94c3b48a3224-89801647 {
  align-self: center;
}
#w-node-_48813ba0-ccb7-ea5a-2d8d-7f268947682b-89801647 {
  place-self: center start;
}
#w-node-_5d0e2d2e-a25b-12a1-5260-4e1cbb615568-ec879840 {
  place-self: center;
}
#w-node-_05abb78f-35a0-671a-62cc-1a1957cdaaa4-ec879840 {
  place-self: center start;
}
#w-node-_124f6b7f-a751-105d-086a-dcd5f4f2ec61-4c431b1c, #w-node-_7d9183cb-1866-6e85-bfc9-b91f49c018c0-4c431b1c, #w-node-_06e6dbb8-9a43-261e-1e8d-8d5abf387321-289e52b6, #w-node-_06e6dbb8-9a43-261e-1e8d-8d5abf387323-289e52b6, #w-node-_1bb7c4a3-3754-6416-cd9c-2e93555ded5c-289e52b6, #w-node-_1bb7c4a3-3754-6416-cd9c-2e93555ded5e-289e52b6, #w-node-a05865bc-7301-0a45-2704-94bee378b5e2-289e52b6, #w-node-a05865bc-7301-0a45-2704-94bee378b5e4-289e52b6, #w-node-_98bc0af3-a57b-cc81-48e8-baa294a976a9-289e52b6, #w-node-_98bc0af3-a57b-cc81-48e8-baa294a976ab-289e52b6, #w-node-_3ecab749-69bb-d414-6d00-034d0db1c8ce-289e52b6, #w-node-_3ecab749-69bb-d414-6d00-034d0db1c8d0-289e52b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-c9be14d0-3207-7ad7-d0ee-cd83f551020e-c571a268 {
  place-self: center;
}
#w-node-_5110623f-986e-dc6f-2397-6fc6ae8c2337-c571a268 {
  align-self: center;
}
#w-node-_5110623f-986e-dc6f-2397-6fc6ae8c2339-c571a268 {
  align-self: auto;
}
#w-node-_06e6dbb8-9a43-261e-1e8d-8d5abf387321-f5a87432, #w-node-_06e6dbb8-9a43-261e-1e8d-8d5abf387323-f5a87432, #w-node-_1bb7c4a3-3754-6416-cd9c-2e93555ded5c-f5a87432, #w-node-_1bb7c4a3-3754-6416-cd9c-2e93555ded5e-f5a87432, #w-node-a05865bc-7301-0a45-2704-94bee378b5e2-f5a87432, #w-node-a05865bc-7301-0a45-2704-94bee378b5e4-f5a87432, #w-node-_98bc0af3-a57b-cc81-48e8-baa294a976a9-f5a87432, #w-node-_98bc0af3-a57b-cc81-48e8-baa294a976ab-f5a87432, #w-node-_3ecab749-69bb-d414-6d00-034d0db1c8ce-f5a87432, #w-node-_3ecab749-69bb-d414-6d00-034d0db1c8d0-f5a87432 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-c9be14d0-3207-7ad7-d0ee-cd83f551020e-80805d38 {
  place-self: center;
}
#w-node-_5110623f-986e-dc6f-2397-6fc6ae8c2337-80805d38 {
  align-self: center;
}
#w-node-_5110623f-986e-dc6f-2397-6fc6ae8c2339-80805d38 {
  align-self: auto;
}
#w-node-a3f7360a-0c18-6c24-0e38-bdff29ae580d-b47d3f36, #w-node-_8cef920c-e690-8b1f-482c-2ea83fe754a5-dc2e60c2 {
  place-self: center;
}
#w-node-_06e6dbb8-9a43-261e-1e8d-8d5abf387321-523e47ca, #w-node-_06e6dbb8-9a43-261e-1e8d-8d5abf387323-523e47ca, #w-node-_1bb7c4a3-3754-6416-cd9c-2e93555ded5c-523e47ca, #w-node-_1bb7c4a3-3754-6416-cd9c-2e93555ded5e-523e47ca, #w-node-a05865bc-7301-0a45-2704-94bee378b5e2-523e47ca, #w-node-a05865bc-7301-0a45-2704-94bee378b5e4-523e47ca, #w-node-_98bc0af3-a57b-cc81-48e8-baa294a976a9-523e47ca, #w-node-_98bc0af3-a57b-cc81-48e8-baa294a976ab-523e47ca, #w-node-_3ecab749-69bb-d414-6d00-034d0db1c8ce-523e47ca, #w-node-_3ecab749-69bb-d414-6d00-034d0db1c8d0-523e47ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-c9be14d0-3207-7ad7-d0ee-cd83f551020e-291c0135 {
  place-self: center;
}
#w-node-_5110623f-986e-dc6f-2397-6fc6ae8c2337-291c0135 {
  align-self: center;
}
#w-node-_5110623f-986e-dc6f-2397-6fc6ae8c2339-291c0135 {
  align-self: auto;
}
#w-node-d6e9db27-fe47-2d5f-968e-99753eeea0bb-6065c882, #w-node-d6e9db27-fe47-2d5f-968e-99753eeea0bd-6065c882, #w-node-c66fa31d-0316-358a-425a-a090da0876cc-6065c882, #w-node-c66fa31d-0316-358a-425a-a090da0876ce-6065c882, #w-node-_25b79761-b049-c862-c160-a271e33ae8df-6065c882, #w-node-_25b79761-b049-c862-c160-a271e33ae8e1-6065c882, #w-node-a1b84d0b-72f4-5b72-82a3-bcb23c8199f3-6065c882, #w-node-a1b84d0b-72f4-5b72-82a3-bcb23c8199f5-6065c882, #w-node-_180c1b1e-2704-2bc7-039f-401f82d7e8d5-6065c882, #w-node-_180c1b1e-2704-2bc7-039f-401f82d7e8d7-6065c882, #w-node-_8e428a85-67a5-c062-f2e4-76779b5df2ba-356708b3, #w-node-f3ece9e2-3745-f6d4-42e7-e77b98ec1169-356708b3, #w-node-d540ef3d-f20f-d53b-0b09-ff1ea503f205-356708b3, #w-node-_8325e606-3041-816f-1aa9-31e61f288bf1-356708b3, #w-node-_1be19b85-ac0c-b503-0dd7-31270492f211-356708b3, #w-node-edbe5665-9c47-6f0b-1606-b23ef787fee6-356708b3, #w-node-cfde553f-67af-4a26-0f55-c4c3f7b86b50-356708b3, #w-node-ff347264-6ebf-a5ec-1e94-5bd53435258d-1e38fe2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-ff347264-6ebf-a5ec-1e94-5bd534352590-1e38fe2e, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352591-1e38fe2e, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352592-1e38fe2e, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352593-1e38fe2e {
  justify-self: end;
}
#w-node-_7f998ea8-64fc-3afe-3be0-0897c11a74d9-4ab1b17d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_7f998ea8-64fc-3afe-3be0-0897c11a74dc-4ab1b17d, #w-node-_7f998ea8-64fc-3afe-3be0-0897c11a74dd-4ab1b17d, #w-node-_7f998ea8-64fc-3afe-3be0-0897c11a74de-4ab1b17d, #w-node-_7f998ea8-64fc-3afe-3be0-0897c11a74df-4ab1b17d {
  justify-self: end;
}
#w-node-ff347264-6ebf-a5ec-1e94-5bd53435258d-404f961a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-ff347264-6ebf-a5ec-1e94-5bd534352590-404f961a, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352591-404f961a, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352592-404f961a, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352593-404f961a {
  justify-self: end;
}
#w-node-b4bf3238-450f-7615-b403-146119175baa-404f961a, #w-node-ff347264-6ebf-a5ec-1e94-5bd53435258d-8f88023e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-ff347264-6ebf-a5ec-1e94-5bd534352590-8f88023e, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352591-8f88023e, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352592-8f88023e, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352593-8f88023e {
  justify-self: end;
}
#w-node-ff347264-6ebf-a5ec-1e94-5bd53435258d-443b72f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-ff347264-6ebf-a5ec-1e94-5bd534352590-443b72f8, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352591-443b72f8, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352592-443b72f8 {
  justify-self: end;
}
#w-node-ff347264-6ebf-a5ec-1e94-5bd534352593-443b72f8 {
  justify-self: center;
}
#w-node-ff347264-6ebf-a5ec-1e94-5bd53435258d-859173f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-ff347264-6ebf-a5ec-1e94-5bd534352590-859173f3, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352591-859173f3, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352592-859173f3 {
  justify-self: end;
}
#w-node-ff347264-6ebf-a5ec-1e94-5bd534352593-859173f3 {
  justify-self: center;
}
#w-node-ff347264-6ebf-a5ec-1e94-5bd534352590-c4076d31, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352591-c4076d31, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352592-c4076d31 {
  justify-self: end;
}
#w-node-ff347264-6ebf-a5ec-1e94-5bd534352593-c4076d31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}
#w-node-ca50f790-85ad-30bd-546a-bf8b33a4b017-c4076d31 {
  justify-self: center;
}
#w-node-ff347264-6ebf-a5ec-1e94-5bd534352590-f9d0a0b0, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352591-f9d0a0b0, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352592-f9d0a0b0 {
  justify-self: end;
}
#w-node-ff347264-6ebf-a5ec-1e94-5bd534352593-f9d0a0b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}
#w-node-ca50f790-85ad-30bd-546a-bf8b33a4b017-f9d0a0b0 {
  justify-self: center;
}
#w-node-ff347264-6ebf-a5ec-1e94-5bd53435258d-e398b9c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-ff347264-6ebf-a5ec-1e94-5bd534352590-e398b9c8, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352591-e398b9c8, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352592-e398b9c8, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352593-e398b9c8 {
  justify-self: end;
}
#w-node-ff347264-6ebf-a5ec-1e94-5bd53435258d-af72b7d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-ff347264-6ebf-a5ec-1e94-5bd534352590-af72b7d9, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352591-af72b7d9, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352592-af72b7d9, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352593-af72b7d9 {
  justify-self: end;
}
#w-node-ff347264-6ebf-a5ec-1e94-5bd53435258d-42e7bdba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-ff347264-6ebf-a5ec-1e94-5bd534352590-42e7bdba, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352591-42e7bdba, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352592-42e7bdba, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352593-42e7bdba {
  justify-self: end;
}
#w-node-ff347264-6ebf-a5ec-1e94-5bd53435258d-013ef452 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-ff347264-6ebf-a5ec-1e94-5bd534352590-013ef452, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352591-013ef452, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352592-013ef452, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352593-013ef452 {
  justify-self: end;
}
#w-node-ff347264-6ebf-a5ec-1e94-5bd53435258d-ee7708d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-ff347264-6ebf-a5ec-1e94-5bd534352590-ee7708d6, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352591-ee7708d6, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352592-ee7708d6, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352593-ee7708d6 {
  justify-self: end;
}
#w-node-_71e32f7b-af3b-6b43-241e-3b73ce3af539-26192d28, #w-node-_6fb1ab5e-7971-4f94-ac22-4fbc6a95f3dc-26192d28, #w-node-_782b1ffa-9c01-6ab4-77b6-d5e3ce65d7de-26192d28, #w-node-eca51407-81d4-ab9a-dad6-ae83a45840e8-26192d28, #w-node-eca51407-81d4-ab9a-dad6-ae83a45840f0-26192d28, #w-node-eca51407-81d4-ab9a-dad6-ae83a45840f8-26192d28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c5d-26192d28 {
  place-self: end;
}
#w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c5f-26192d28 {
  align-self: center;
}
#w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c68-26192d28, #w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c6c-26192d28, #w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c70-26192d28, #w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c74-26192d28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}
#w-node-_71e32f7b-af3b-6b43-241e-3b73ce3af539-014f3677, #w-node-_6fb1ab5e-7971-4f94-ac22-4fbc6a95f3dc-014f3677, #w-node-_782b1ffa-9c01-6ab4-77b6-d5e3ce65d7de-014f3677, #w-node-eca51407-81d4-ab9a-dad6-ae83a45840e8-014f3677, #w-node-eca51407-81d4-ab9a-dad6-ae83a45840f0-014f3677, #w-node-eca51407-81d4-ab9a-dad6-ae83a45840f8-014f3677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c5d-014f3677 {
  place-self: end;
}
#w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c5f-014f3677 {
  align-self: center;
}
#w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c68-014f3677, #w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c6c-014f3677, #w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c70-014f3677, #w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c74-014f3677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}
#w-node-_71e32f7b-af3b-6b43-241e-3b73ce3af539-6798a321, #w-node-_6fb1ab5e-7971-4f94-ac22-4fbc6a95f3dc-6798a321, #w-node-_782b1ffa-9c01-6ab4-77b6-d5e3ce65d7de-6798a321, #w-node-eca51407-81d4-ab9a-dad6-ae83a45840e8-6798a321, #w-node-eca51407-81d4-ab9a-dad6-ae83a45840f0-6798a321, #w-node-eca51407-81d4-ab9a-dad6-ae83a45840f8-6798a321 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c5d-6798a321 {
  place-self: end;
}
#w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c5f-6798a321 {
  align-self: center;
}
#w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c68-6798a321, #w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c6c-6798a321, #w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c70-6798a321, #w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c74-6798a321 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}
#w-node-_518b9428-cebd-0792-c6ac-b1b5836be47f-52aedd93, #w-node-fa6ada02-ed23-671d-06b0-7fe00e0a665e-52aedd93, #w-node-fa6ada02-ed23-671d-06b0-7fe00e0a6661-52aedd93 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}
#w-node-_95fc8a17-6d67-41d3-1fcf-0d8d5d277530-52aedd93, #w-node-_26d2e907-7249-7495-0d39-3c2efcd48df8-52aedd93, #w-node-_95fc8a17-6d67-41d3-1fcf-0d8d5d2775b9-52aedd93, #w-node-d3aa4c83-db9c-4f5c-076a-7d2d2480c7d9-52aedd93, #w-node-_5b8d40ec-bf6c-5fb4-4608-d9339d9f8287-52aedd93, #w-node-_1a951e9b-8315-9766-e120-bbf7d730bc81-52aedd93, #w-node-_1a951e9b-8315-9766-e120-bbf7d730bc88-52aedd93, #w-node-_1a951e9b-8315-9766-e120-bbf7d730bc8f-52aedd93, #w-node-bb8000bb-0c13-9e85-f2c1-794d7170184d-52aedd93, #w-node-cbd46f92-cfa1-4abd-2452-fcaea18b5549-91cbcc2f, #w-node-cbd46f92-cfa1-4abd-2452-fcaea18b5559-91cbcc2f, #w-node-cbd46f92-cfa1-4abd-2452-fcaea18b555f-91cbcc2f, #w-node-cbd46f92-cfa1-4abd-2452-fcaea18b556b-91cbcc2f, #w-node-cbd46f92-cfa1-4abd-2452-fcaea18b5571-91cbcc2f, #w-node-cbd46f92-cfa1-4abd-2452-fcaea18b557d-91cbcc2f, #w-node-_793a8483-9219-daa3-c1db-8ae85aa11785-91cbcc2f, #w-node-_793a8483-9219-daa3-c1db-8ae85aa11793-91cbcc2f, #w-node-_81b47a87-7b6a-96a2-f621-e86e48ef0b06-91cbcc2f, #w-node-_81b47a87-7b6a-96a2-f621-e86e48ef0b16-91cbcc2f, #w-node-_81b47a87-7b6a-96a2-f621-e86e48ef0b0e-91cbcc2f, #w-node-_81b47a87-7b6a-96a2-f621-e86e48ef0b1e-91cbcc2f, #w-node-_793a8483-9219-daa3-c1db-8ae85aa11785-706132ee, #w-node-_793a8483-9219-daa3-c1db-8ae85aa11793-706132ee, #w-node-_81b47a87-7b6a-96a2-f621-e86e48ef0b06-706132ee, #w-node-_81b47a87-7b6a-96a2-f621-e86e48ef0b16-706132ee, #w-node-_81b47a87-7b6a-96a2-f621-e86e48ef0b0e-706132ee, #w-node-_81b47a87-7b6a-96a2-f621-e86e48ef0b1e-706132ee, #w-node-cbd46f92-cfa1-4abd-2452-fcaea18b5549-71b9a39c, #w-node-cbd46f92-cfa1-4abd-2452-fcaea18b5559-71b9a39c, #w-node-cbd46f92-cfa1-4abd-2452-fcaea18b555f-71b9a39c, #w-node-cbd46f92-cfa1-4abd-2452-fcaea18b556b-71b9a39c, #w-node-cbd46f92-cfa1-4abd-2452-fcaea18b5571-71b9a39c, #w-node-cbd46f92-cfa1-4abd-2452-fcaea18b557d-71b9a39c, #w-node-_793a8483-9219-daa3-c1db-8ae85aa11785-71b9a39c, #w-node-_793a8483-9219-daa3-c1db-8ae85aa11793-71b9a39c, #w-node-_81b47a87-7b6a-96a2-f621-e86e48ef0b06-71b9a39c, #w-node-_81b47a87-7b6a-96a2-f621-e86e48ef0b16-71b9a39c, #w-node-_81b47a87-7b6a-96a2-f621-e86e48ef0b0e-71b9a39c, #w-node-_81b47a87-7b6a-96a2-f621-e86e48ef0b1e-71b9a39c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-ce5e582f-c43d-7e95-e007-8666ab83ec72-a2edb1a4 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}
#w-node-c4945a77-692e-1104-ef99-bd6ee17fe685-a2edb1a4 {
  grid-area: span 1 / span 7 / span 1 / span 7;
  align-self: center;
}
#w-node-_33a55e27-56ba-c2dd-09f9-437464e4f883-64e4f879, #w-node-_33a55e27-56ba-c2dd-09f9-437464e4f890-64e4f879, #w-node-_33a55e27-56ba-c2dd-09f9-437464e4f89d-64e4f879 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_33a55e27-56ba-c2dd-09f9-437464e4f8ac-64e4f879, #w-node-_33a55e27-56ba-c2dd-09f9-437464e4f8c9-64e4f879 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
#w-node-_63702afb-0f23-619e-e999-b63f6bc47f6f-854073f2, #w-node-c8e8248d-9b6d-5245-c3dc-8f3e427e6f36-854073f2, #w-node-b60f5bcd-fd00-5cb3-1f3f-d8eaed576c63-854073f2, #w-node-_05818c22-21f8-bd41-868a-00bea57222f6-854073f2, #w-node-_04ad72b9-acf3-5ced-face-4c800b6aae8d-854073f2, #w-node-_71e32f7b-af3b-6b43-241e-3b73ce3af539-746aaa8c, #w-node-_6fb1ab5e-7971-4f94-ac22-4fbc6a95f3dc-746aaa8c, #w-node-_782b1ffa-9c01-6ab4-77b6-d5e3ce65d7de-746aaa8c, #w-node-eca51407-81d4-ab9a-dad6-ae83a45840e8-746aaa8c, #w-node-eca51407-81d4-ab9a-dad6-ae83a45840f0-746aaa8c, #w-node-eca51407-81d4-ab9a-dad6-ae83a45840f8-746aaa8c, #w-node-_45871a43-7407-399a-1af9-541256d8efa7-746aaa8c, #w-node-_45871a43-7407-399a-1af9-541256d8efaf-746aaa8c, #w-node-_45871a43-7407-399a-1af9-541256d8efb7-746aaa8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c5d-746aaa8c {
  place-self: end;
}
#w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c5f-746aaa8c {
  align-self: center;
}
#w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c68-746aaa8c, #w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c6c-746aaa8c, #w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c70-746aaa8c, #w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c74-746aaa8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}
#w-node-_71e32f7b-af3b-6b43-241e-3b73ce3af539-3d9eef92, #w-node-_6fb1ab5e-7971-4f94-ac22-4fbc6a95f3dc-3d9eef92, #w-node-_782b1ffa-9c01-6ab4-77b6-d5e3ce65d7de-3d9eef92, #w-node-eca51407-81d4-ab9a-dad6-ae83a45840e8-3d9eef92, #w-node-eca51407-81d4-ab9a-dad6-ae83a45840f0-3d9eef92, #w-node-eca51407-81d4-ab9a-dad6-ae83a45840f8-3d9eef92, #w-node-_45871a43-7407-399a-1af9-541256d8efa7-3d9eef92, #w-node-_45871a43-7407-399a-1af9-541256d8efaf-3d9eef92, #w-node-_45871a43-7407-399a-1af9-541256d8efb7-3d9eef92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c5d-3d9eef92 {
  place-self: end;
}
#w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c5f-3d9eef92 {
  align-self: center;
}
#w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c68-3d9eef92, #w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c6c-3d9eef92, #w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c70-3d9eef92, #w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c74-3d9eef92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}
#w-node-_71e32f7b-af3b-6b43-241e-3b73ce3af539-46dae505, #w-node-_6fb1ab5e-7971-4f94-ac22-4fbc6a95f3dc-46dae505, #w-node-_782b1ffa-9c01-6ab4-77b6-d5e3ce65d7de-46dae505, #w-node-eca51407-81d4-ab9a-dad6-ae83a45840e8-46dae505, #w-node-eca51407-81d4-ab9a-dad6-ae83a45840f0-46dae505, #w-node-eca51407-81d4-ab9a-dad6-ae83a45840f8-46dae505, #w-node-_45871a43-7407-399a-1af9-541256d8efa7-46dae505, #w-node-_45871a43-7407-399a-1af9-541256d8efaf-46dae505, #w-node-_45871a43-7407-399a-1af9-541256d8efb7-46dae505 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c5d-46dae505 {
  place-self: end;
}
#w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c5f-46dae505 {
  align-self: center;
}
#w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c68-46dae505, #w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c6c-46dae505, #w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c70-46dae505, #w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c74-46dae505 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}
#w-node-_71e32f7b-af3b-6b43-241e-3b73ce3af539-8333343b, #w-node-_6fb1ab5e-7971-4f94-ac22-4fbc6a95f3dc-8333343b, #w-node-_782b1ffa-9c01-6ab4-77b6-d5e3ce65d7de-8333343b, #w-node-eca51407-81d4-ab9a-dad6-ae83a45840e8-8333343b, #w-node-eca51407-81d4-ab9a-dad6-ae83a45840f0-8333343b, #w-node-eca51407-81d4-ab9a-dad6-ae83a45840f8-8333343b, #w-node-_45871a43-7407-399a-1af9-541256d8efa7-8333343b, #w-node-_45871a43-7407-399a-1af9-541256d8efaf-8333343b, #w-node-_45871a43-7407-399a-1af9-541256d8efb7-8333343b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c5d-8333343b {
  place-self: end;
}
#w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c5f-8333343b {
  align-self: center;
}
#w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c68-8333343b, #w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c6c-8333343b, #w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c70-8333343b, #w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c74-8333343b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}
#w-node-_71e32f7b-af3b-6b43-241e-3b73ce3af539-16765d2f, #w-node-_6fb1ab5e-7971-4f94-ac22-4fbc6a95f3dc-16765d2f, #w-node-_782b1ffa-9c01-6ab4-77b6-d5e3ce65d7de-16765d2f, #w-node-eca51407-81d4-ab9a-dad6-ae83a45840e8-16765d2f, #w-node-eca51407-81d4-ab9a-dad6-ae83a45840f0-16765d2f, #w-node-eca51407-81d4-ab9a-dad6-ae83a45840f8-16765d2f, #w-node-_45871a43-7407-399a-1af9-541256d8efa7-16765d2f, #w-node-_45871a43-7407-399a-1af9-541256d8efaf-16765d2f, #w-node-_45871a43-7407-399a-1af9-541256d8efb7-16765d2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c5d-16765d2f {
  place-self: end;
}
#w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c5f-16765d2f {
  align-self: center;
}
#w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c68-16765d2f, #w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c6c-16765d2f, #w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c70-16765d2f, #w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c74-16765d2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}
#w-node-_71e32f7b-af3b-6b43-241e-3b73ce3af539-8a34f7b6, #w-node-_6fb1ab5e-7971-4f94-ac22-4fbc6a95f3dc-8a34f7b6, #w-node-_782b1ffa-9c01-6ab4-77b6-d5e3ce65d7de-8a34f7b6, #w-node-eca51407-81d4-ab9a-dad6-ae83a45840e8-8a34f7b6, #w-node-eca51407-81d4-ab9a-dad6-ae83a45840f0-8a34f7b6, #w-node-eca51407-81d4-ab9a-dad6-ae83a45840f8-8a34f7b6, #w-node-_45871a43-7407-399a-1af9-541256d8efa7-8a34f7b6, #w-node-_45871a43-7407-399a-1af9-541256d8efaf-8a34f7b6, #w-node-_45871a43-7407-399a-1af9-541256d8efb7-8a34f7b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c5d-8a34f7b6 {
  place-self: end;
}
#w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c5f-8a34f7b6 {
  align-self: center;
}
#w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c68-8a34f7b6, #w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c6c-8a34f7b6, #w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c70-8a34f7b6, #w-node-_9afb4909-bf3c-a48b-b4fb-591964e53c74-8a34f7b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}
@media screen and (min-width: 1920px) {
#w-node-_8928f0de-0c4e-29db-59b2-48691e6e1475-8246e80c, #w-node-_7d97faf1-f529-67d2-f149-f1ff6391fbfd-8246e80c {
    place-self: center start;
  }
#w-node-_12547633-3e09-2acb-8c86-87672371f328-2246e81a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
#w-node-_5675dbed-2cfa-e6f7-38d8-57e8e279ff2b-0046e81e {
    place-self: center start;
  }
#w-node-_0fa45441-44cf-3276-c3bf-ec6e6bb246e3-c846e824, #w-node-_800df2c3-751b-7d4c-f2fe-64cabb1270af-c846e824, #w-node-_127badd1-9bac-3b5f-ed68-75670a9c722a-c846e824, #w-node-_0c0050db-ff29-ce8a-4868-994e90f4be2a-c846e824 {
    place-self: center;
  }
#w-node-_867370fe-25be-4d57-3feb-e6849a8c92be-c846e824 {
    place-self: center start;
  }
#w-node-_867370fe-25be-4d57-3feb-e6849a8c92c0-c846e824 {
    justify-self: end;
  }
#w-node-e0888696-dd40-a0b9-d147-0ccfcb324f99-c846e824 {
    place-self: start;
  }
#w-node-e48b628b-3488-4b94-94b5-4c2001bf1d90-9f46e85e, #w-node-e3ce6423-f695-49b9-00bf-b9dcddb69b8f-9b46e860, #w-node-_8928f0de-0c4e-29db-59b2-48691e6e1475-2246e862, #w-node-_8c2418de-02e1-4c97-8956-8014f50b4493-c922104b, #w-node-_00ff7538-185c-2edd-b95b-7c73cdd015ae-909ee50b, #w-node-ecd847c1-648f-9efd-cdd2-eb89f4fe9bb0-909ee50b, #w-node-_48813ba0-ccb7-ea5a-2d8d-7f268947682b-89801647, #w-node-_05abb78f-35a0-671a-62cc-1a1957cdaaa4-ec879840 {
    place-self: center start;
  }
}
@media screen and (min-width: 1440px) {
#w-node-_2a99d4ac-4bee-085f-3a36-3a52d8f3de69-7946e825, #w-node-ebfcea62-b75a-26a2-faef-3013ff23dbd1-7946e825, #w-node-b00513ea-26e0-756b-a351-fcfdc8ac0234-7946e825, #w-node-b00513ea-26e0-756b-a351-fcfdc8ac0245-7946e825, #w-node-ecab1920-0680-862f-463a-8af628e7ebc6-7946e825, #w-node-_8d57500b-ff81-49f3-dabb-5e661b061045-b246e85c, #w-node-_2a99d4ac-4bee-085f-3a36-3a52d8f3de69-5546e861, #w-node-ebfcea62-b75a-26a2-faef-3013ff23dbd1-5546e861, #w-node-a9c3be11-31e1-ca30-c1a1-4ba80acdec14-9a46e868, #w-node-_3311bd1f-1058-3973-b223-6bd66791d6be-9a46e868 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
#w-node-_4b42b441-c382-a02e-ee7b-895cb2dd1b75-9a46e868, #w-node-_4b42b441-c382-a02e-ee7b-895cb2dd1b7e-9a46e868 {
    order: 9999;
  }
#w-node-_25959b1a-04cb-f922-8b0a-1ce33f255b4f-9a46e868 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
#w-node-_8e23ca90-4ff1-2826-c072-9b9df82d0916-af46e895, #w-node-b3a4bb9f-c71d-467f-7b51-bb2b3c5781fc-af46e895 {
    justify-self: center;
  }
#w-node-_2b78870b-ec97-6a31-290d-591be056cdf7-af46e895, #w-node-_2b78870b-ec97-6a31-290d-591be056ce06-af46e895 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
#w-node-_12ee1bd6-b5d2-4652-6e2c-a97277363eef-af46e895 {
    justify-self: center;
  }
#w-node-_69d092ef-d201-9be2-f7ea-f632054e4444-af46e895, #w-node-_2a99d4ac-4bee-085f-3a36-3a52d8f3de69-e0e3d971, #w-node-ebfcea62-b75a-26a2-faef-3013ff23dbd1-e0e3d971, #w-node-_2a99d4ac-4bee-085f-3a36-3a52d8f3de69-cacd6c22, #w-node-ebfcea62-b75a-26a2-faef-3013ff23dbd1-cacd6c22, #w-node-_2a99d4ac-4bee-085f-3a36-3a52d8f3de69-a5739eb8, #w-node-ebfcea62-b75a-26a2-faef-3013ff23dbd1-a5739eb8, #w-node-_2a99d4ac-4bee-085f-3a36-3a52d8f3de69-63332fbe, #w-node-ebfcea62-b75a-26a2-faef-3013ff23dbd1-63332fbe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
@media screen and (min-width: 1280px) {
#w-node-dfe57c06-34a9-ee01-f5ad-ee4304d3e999-a2edb1a4, #w-node-feb1403f-c502-d26e-b278-238300355087-a2edb1a4, #w-node-_11b485f5-13f3-29d9-d494-aebdb24731f4-a2edb1a4, #w-node-f73fdaf1-27d1-f97e-259c-193e5faad5f5-a2edb1a4, #w-node-_738ae163-a7a4-3dd7-4f3f-94ac53a751a5-854073f2, #w-node-_9e917f9f-e122-bc54-d733-e67ff2eb761e-854073f2, #w-node-_06bada64-1bcc-5df9-2a3a-b54bf9ad2935-854073f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
@media screen and (max-width: 991px) {
#w-node-c8171dd8-6939-26c1-b63c-24295a3a8291-f646e7fd, #w-node-c8171dd8-6939-26c1-b63c-24295a3a82ae-f646e7fd {
    grid-column: span 1 / span 1;
  }
#w-node-_21a418d4-1c44-8900-ad1b-eaf459c3e086-8246e80c, #w-node-_21a418d4-1c44-8900-ad1b-eaf459c3e083-8246e80c, #w-node-_8928f0de-0c4e-29db-59b2-48691e6e1475-8246e80c {
    place-self: center;
  }
#w-node-dc63d385-0902-5f0d-976b-eee3eef844bf-8246e80c {
    grid-area: 2 / 1 / 2 / 2;
  }
#w-node-_89bace66-d15e-59cb-5085-788c1038078b-5846e80f, #w-node-_89bace66-d15e-59cb-5085-788c10380793-5846e80f, #w-node-_5675dbed-2cfa-e6f7-38d8-57e8e279ff2b-0046e81e, #w-node-_8db550c3-8720-d578-2eb0-7293f1d8da8f-7846e820, #w-node-_8db550c3-8720-d578-2eb0-7293f1d8daa8-7846e820 {
    place-self: center;
  }
#w-node-_5e89ae86-ae4a-a072-cc48-5bb11da79e5c-c846e824 {
    grid-area: 2 / 1 / 3 / 2;
  }
#w-node-_867370fe-25be-4d57-3feb-e6849a8c92be-c846e824 {
    grid-column: 1 / 2;
  }
#w-node-_124aa0aa-90cd-cd8e-a51b-1b545b64f7d1-9f46e85e, #w-node-_124aa0aa-90cd-cd8e-a51b-1b545b64f7db-9f46e85e, #w-node-e48b628b-3488-4b94-94b5-4c2001bf1d90-9f46e85e, #w-node-bd2318fe-bc88-effa-8b32-82e2db8c4560-9b46e860, #w-node-bd2318fe-bc88-effa-8b32-82e2db8c4568-9b46e860 {
    place-self: center;
  }
#w-node-b06f734e-164a-557a-c6fc-7a0ecef8504b-9b46e860 {
    justify-self: stretch;
  }
#w-node-e3ce6423-f695-49b9-00bf-b9dcddb69b8f-9b46e860 {
    place-self: center;
  }
#w-node-ebfcea62-b75a-26a2-faef-3013ff23dbd1-5546e861, #w-node-b00513ea-26e0-756b-a351-fcfdc8ac0245-5546e861 {
    justify-self: center;
  }
#w-node-_21a418d4-1c44-8900-ad1b-eaf459c3e086-2246e862, #w-node-_21a418d4-1c44-8900-ad1b-eaf459c3e083-2246e862, #w-node-_8928f0de-0c4e-29db-59b2-48691e6e1475-2246e862 {
    place-self: center;
  }
#w-node-_4a83f9ba-604a-8e5e-94aa-e8c08dcd1dbd-9646e865 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }
#w-node-_2b78870b-ec97-6a31-290d-591be056ce06-af46e895 {
    place-self: center;
  }
#w-node-_14ce8a52-5c93-899d-529e-25b7da46e854-af46e895 {
    justify-self: center;
  }
#w-node-_8c2418de-02e1-4c97-8956-8014f50b4493-c922104b, #w-node-_1b9714df-5a57-b7ad-bb6b-754ac345d82e-909ee50b, #w-node-_1b9714df-5a57-b7ad-bb6b-754ac345d847-909ee50b {
    place-self: center;
  }
#w-node-_9ff94daa-a704-db67-a84c-70d147e0c8ca-909ee50b, #w-node-_9ff94daa-a704-db67-a84c-70d147e0c8fb-909ee50b, #w-node-_9ff94daa-a704-db67-a84c-70d147e0c905-909ee50b, #w-node-_9ff94daa-a704-db67-a84c-70d147e0c8da-909ee50b, #w-node-_9ff94daa-a704-db67-a84c-70d147e0c8e4-909ee50b, #w-node-_52a84395-c61d-92f1-abd0-965c5858e98d-909ee50b, #w-node-f5ae89f2-401e-62a9-d772-d071e020ab84-909ee50b, #w-node-_9ff94daa-a704-db67-a84c-70d147e0c90f-909ee50b {
    grid-area: 2 / 1 / 2 / 2;
  }
#w-node-_00ff7538-185c-2edd-b95b-7c73cdd015ae-909ee50b, #w-node-ecd847c1-648f-9efd-cdd2-eb89f4fe9bb0-909ee50b, #w-node-d54cf786-9676-ef6a-b8d6-c86d1d16f7f3-eefb6c21, #w-node-d54cf786-9676-ef6a-b8d6-c86d1d16f80c-eefb6c21, #w-node-_64a6c4c9-9460-c0f9-f009-94605dca163e-89801647, #w-node-_64a6c4c9-9460-c0f9-f009-94605dca1646-89801647, #w-node-_48813ba0-ccb7-ea5a-2d8d-7f268947682b-89801647, #w-node-_5d0e2d2e-a25b-12a1-5260-4e1cbb615560-ec879840, #w-node-_5d0e2d2e-a25b-12a1-5260-4e1cbb615568-ec879840, #w-node-_05abb78f-35a0-671a-62cc-1a1957cdaaa4-ec879840, #w-node-c9be14d0-3207-7ad7-d0ee-cd83f55101f5-c571a268, #w-node-c9be14d0-3207-7ad7-d0ee-cd83f551020e-c571a268, #w-node-c9be14d0-3207-7ad7-d0ee-cd83f55101f5-80805d38, #w-node-c9be14d0-3207-7ad7-d0ee-cd83f551020e-80805d38, #w-node-a3f7360a-0c18-6c24-0e38-bdff29ae5805-b47d3f36, #w-node-a3f7360a-0c18-6c24-0e38-bdff29ae580d-b47d3f36, #w-node-_8cef920c-e690-8b1f-482c-2ea83fe7549d-dc2e60c2, #w-node-_8cef920c-e690-8b1f-482c-2ea83fe754a5-dc2e60c2, #w-node-c9be14d0-3207-7ad7-d0ee-cd83f55101f5-291c0135, #w-node-c9be14d0-3207-7ad7-d0ee-cd83f551020e-291c0135 {
    place-self: center;
  }
#w-node-_33a55e27-56ba-c2dd-09f9-437464e4f8ac-64e4f879, #w-node-_33a55e27-56ba-c2dd-09f9-437464e4f8c9-64e4f879 {
    grid-column: span 1 / span 1;
  }
}
@media screen and (max-width: 767px) {
#w-node-_8928f0de-0c4e-29db-59b2-48691e6e147e-8246e80c {
    grid-area: 1 / 1 / 3 / 2;
  }
#w-node-dc63d385-0902-5f0d-976b-eee3eef844bf-8246e80c {
    grid-row-start: 1;
  }
#w-node-_7d97faf1-f529-67d2-f149-f1ff6391fc08-8246e80c {
    grid-area: 1 / 1 / 3 / 2;
  }
#w-node-c1425de6-a623-1f95-3774-4b71f88671e4-2246e81a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
#w-node-_94ce9591-5d3a-49d7-9365-9ef5b8ed96de-2246e81a, #w-node-_3108e840-1197-c8e4-5672-b0b50e14ed92-2246e81a, #w-node-_000ae09e-186e-1641-7c93-29ad263a100e-2246e81a, #w-node-_5bc42318-68ce-a73a-6d49-3df564e80d19-2246e81a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
#w-node-ebfcea62-b75a-26a2-faef-3013ff23dbd1-6c46e826 {
    order: -9999;
  }
#w-node-b06f734e-164a-557a-c6fc-7a0ecef8504b-9b46e860, #w-node-_43d8f35f-0fe7-696d-b784-1a2f30b6cb83-9b46e860, #w-node-_03aa9a10-fd6b-4408-93fd-0e764aeffcd3-9b46e860, #w-node-_616bda5c-779d-f2b7-e913-6cbf956e7edd-9b46e860, #w-node-_8e037b05-d884-9ce0-e778-0f803a25b16f-9b46e860, #w-node-a2afbc95-e534-5760-6fb0-5ef61a62180c-2246e862, #w-node-_372bc878-e4ed-d483-ce0b-f37977fbc529-2246e862 {
    justify-self: start;
  }
#w-node-_9ff94daa-a704-db67-a84c-70d147e0c8ca-909ee50b, #w-node-_9ff94daa-a704-db67-a84c-70d147e0c8fb-909ee50b, #w-node-_9ff94daa-a704-db67-a84c-70d147e0c905-909ee50b, #w-node-_9ff94daa-a704-db67-a84c-70d147e0c8da-909ee50b, #w-node-_9ff94daa-a704-db67-a84c-70d147e0c8e4-909ee50b, #w-node-_52a84395-c61d-92f1-abd0-965c5858e98d-909ee50b, #w-node-f5ae89f2-401e-62a9-d772-d071e020ab84-909ee50b, #w-node-_9ff94daa-a704-db67-a84c-70d147e0c90f-909ee50b {
    grid-row-start: 1;
  }
#w-node-_8e428a85-67a5-c062-f2e4-76779b5df2ba-356708b3, #w-node-f3ece9e2-3745-f6d4-42e7-e77b98ec1169-356708b3, #w-node-d540ef3d-f20f-d53b-0b09-ff1ea503f205-356708b3, #w-node-_8325e606-3041-816f-1aa9-31e61f288bf1-356708b3 {
    align-self: center;
  }
#w-node-_1be19b85-ac0c-b503-0dd7-31270492f211-356708b3, #w-node-edbe5665-9c47-6f0b-1606-b23ef787fee6-356708b3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
#Company.w-node-ff347264-6ebf-a5ec-1e94-5bd53435257e-1e38fe2e, #Job-Title.w-node-ff347264-6ebf-a5ec-1e94-5bd534352581-1e38fe2e {
    grid-column: span 1 / span 1;
  }
#w-node-ff347264-6ebf-a5ec-1e94-5bd534352582-1e38fe2e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
#w-node-ff347264-6ebf-a5ec-1e94-5bd53435258d-1e38fe2e {
    grid-column: span 2 / span 2;
    justify-self: center;
  }
#w-node-ff347264-6ebf-a5ec-1e94-5bd534352590-1e38fe2e, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352591-1e38fe2e, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352592-1e38fe2e, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352593-1e38fe2e {
    justify-self: center;
  }
#Company.w-node-ff347264-6ebf-a5ec-1e94-5bd53435257e-4ab1b17d, #Job-Title.w-node-ff347264-6ebf-a5ec-1e94-5bd534352581-4ab1b17d {
    grid-column: span 1 / span 1;
  }
#w-node-ff347264-6ebf-a5ec-1e94-5bd534352582-4ab1b17d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
#w-node-_7f998ea8-64fc-3afe-3be0-0897c11a74d9-4ab1b17d {
    grid-column: span 2 / span 2;
    justify-self: center;
  }
#w-node-_7f998ea8-64fc-3afe-3be0-0897c11a74dc-4ab1b17d, #w-node-_7f998ea8-64fc-3afe-3be0-0897c11a74dd-4ab1b17d, #w-node-_7f998ea8-64fc-3afe-3be0-0897c11a74de-4ab1b17d, #w-node-_7f998ea8-64fc-3afe-3be0-0897c11a74df-4ab1b17d {
    justify-self: center;
  }
#Company.w-node-ff347264-6ebf-a5ec-1e94-5bd53435257e-404f961a, #Job-Title.w-node-ff347264-6ebf-a5ec-1e94-5bd534352581-404f961a {
    grid-column: span 1 / span 1;
  }
#w-node-ff347264-6ebf-a5ec-1e94-5bd534352582-404f961a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
#w-node-ff347264-6ebf-a5ec-1e94-5bd53435258d-404f961a {
    grid-column: span 2 / span 2;
    justify-self: center;
  }
#w-node-ff347264-6ebf-a5ec-1e94-5bd534352590-404f961a, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352591-404f961a, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352592-404f961a, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352593-404f961a {
    justify-self: center;
  }
#w-node-ff347264-6ebf-a5ec-1e94-5bd53435258d-8f88023e {
    grid-column: span 2 / span 2;
    justify-self: center;
  }
#w-node-ff347264-6ebf-a5ec-1e94-5bd534352590-8f88023e, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352591-8f88023e, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352592-8f88023e, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352593-8f88023e {
    justify-self: center;
  }
#Company.w-node-ff347264-6ebf-a5ec-1e94-5bd53435257e-443b72f8, #Job-Title.w-node-ff347264-6ebf-a5ec-1e94-5bd534352581-443b72f8 {
    grid-column: span 1 / span 1;
  }
#w-node-ff347264-6ebf-a5ec-1e94-5bd534352582-443b72f8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
#w-node-ff347264-6ebf-a5ec-1e94-5bd53435258d-443b72f8 {
    grid-column: span 2 / span 2;
    justify-self: center;
  }
#w-node-ff347264-6ebf-a5ec-1e94-5bd534352590-443b72f8, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352591-443b72f8, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352592-443b72f8, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352593-443b72f8 {
    justify-self: center;
  }
#Company.w-node-ff347264-6ebf-a5ec-1e94-5bd53435257e-859173f3, #Job-Title.w-node-ff347264-6ebf-a5ec-1e94-5bd534352581-859173f3 {
    grid-column: span 1 / span 1;
  }
#w-node-ff347264-6ebf-a5ec-1e94-5bd534352582-859173f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
#w-node-ff347264-6ebf-a5ec-1e94-5bd53435258d-859173f3 {
    grid-column: span 2 / span 2;
    justify-self: center;
  }
#w-node-ff347264-6ebf-a5ec-1e94-5bd534352590-859173f3, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352591-859173f3, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352592-859173f3, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352593-859173f3, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352590-c4076d31, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352591-c4076d31, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352592-c4076d31, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352593-c4076d31, #w-node-ca50f790-85ad-30bd-546a-bf8b33a4b017-c4076d31, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352590-f9d0a0b0, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352591-f9d0a0b0, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352592-f9d0a0b0, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352593-f9d0a0b0, #w-node-ca50f790-85ad-30bd-546a-bf8b33a4b017-f9d0a0b0 {
    justify-self: center;
  }
#Job-Title.w-node-ff347264-6ebf-a5ec-1e94-5bd534352581-e398b9c8 {
    grid-column: span 1 / span 1;
  }
#w-node-ff347264-6ebf-a5ec-1e94-5bd534352582-e398b9c8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
#w-node-ff347264-6ebf-a5ec-1e94-5bd53435258d-e398b9c8 {
    grid-column: span 2 / span 2;
    justify-self: center;
  }
#w-node-ff347264-6ebf-a5ec-1e94-5bd534352590-e398b9c8, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352591-e398b9c8, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352592-e398b9c8, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352593-e398b9c8 {
    justify-self: center;
  }
#Job-Title.w-node-ff347264-6ebf-a5ec-1e94-5bd534352581-af72b7d9 {
    grid-column: span 1 / span 1;
  }
#w-node-ff347264-6ebf-a5ec-1e94-5bd534352582-af72b7d9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
#w-node-ff347264-6ebf-a5ec-1e94-5bd53435258d-af72b7d9 {
    grid-column: span 2 / span 2;
    justify-self: center;
  }
#w-node-ff347264-6ebf-a5ec-1e94-5bd534352590-af72b7d9, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352591-af72b7d9, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352592-af72b7d9, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352593-af72b7d9 {
    justify-self: center;
  }
#Job-Title.w-node-ff347264-6ebf-a5ec-1e94-5bd534352581-42e7bdba {
    grid-column: span 1 / span 1;
  }
#w-node-ff347264-6ebf-a5ec-1e94-5bd534352582-42e7bdba {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
#w-node-ff347264-6ebf-a5ec-1e94-5bd53435258d-42e7bdba {
    grid-column: span 2 / span 2;
    justify-self: center;
  }
#w-node-ff347264-6ebf-a5ec-1e94-5bd534352590-42e7bdba, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352591-42e7bdba, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352592-42e7bdba, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352593-42e7bdba {
    justify-self: center;
  }
#Job-Title.w-node-ff347264-6ebf-a5ec-1e94-5bd534352581-013ef452 {
    grid-column: span 1 / span 1;
  }
#w-node-ff347264-6ebf-a5ec-1e94-5bd534352582-013ef452 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
#w-node-ff347264-6ebf-a5ec-1e94-5bd53435258d-013ef452 {
    grid-column: span 2 / span 2;
    justify-self: center;
  }
#w-node-ff347264-6ebf-a5ec-1e94-5bd534352590-013ef452, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352591-013ef452, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352592-013ef452, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352593-013ef452 {
    justify-self: center;
  }
#w-node-_11597fb5-e131-6d78-036c-11c81c0da4d8-013ef452 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
#Job-Title.w-node-ff347264-6ebf-a5ec-1e94-5bd534352581-ee7708d6 {
    grid-column: span 1 / span 1;
  }
#w-node-ff347264-6ebf-a5ec-1e94-5bd534352582-ee7708d6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
#w-node-ff347264-6ebf-a5ec-1e94-5bd53435258d-ee7708d6 {
    grid-column: span 2 / span 2;
    justify-self: center;
  }
#w-node-ff347264-6ebf-a5ec-1e94-5bd534352590-ee7708d6, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352591-ee7708d6, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352592-ee7708d6, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352593-ee7708d6 {
    justify-self: center;
  }
}
@media screen and (max-width: 479px) {
#w-node-c1425de6-a623-1f95-3774-4b71f88671e4-2246e81a {
    justify-self: start;
  }
#w-node-c6b363ad-2682-9933-7509-5fc220eeccc4-2246e81a, #w-node-_000ae09e-186e-1641-7c93-29ad263a1007-2246e81a, #w-node-_5bc42318-68ce-a73a-6d49-3df564e80d12-2246e81a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
#w-node-c7968370-e2a6-68f8-60fc-8eb60057a847-9f46e85e {
    grid-area: 2 / 1 / 2 / 2;
  }
#w-node-_25959b1a-04cb-f922-8b0a-1ce33f255b40-9a46e868 {
    order: -9999;
  }
#w-node-_25959b1a-04cb-f922-8b0a-1ce33f255b4f-9a46e868 {
    order: 9999;
  }
#w-node-_9583f6e2-cabe-60ef-f235-53af3f06707d-af46e895 {
    order: -9999;
  }
#w-node-_69d092ef-d201-9be2-f7ea-f632054e4444-af46e895 {
    order: 9999;
  }
#w-node-_419979bb-3dd0-0030-96aa-b44d48b07c78-e846e8a9, #w-node-_419979bb-3dd0-0030-96aa-b44d48b07c80-e846e8a9, #w-node-_9bb6244a-6485-3d4a-cbef-725cae445694-e846e8a9, #w-node-fc938a80-4c7a-7048-8f94-affef08dcdf7-e846e8a9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
#w-node-_9ff94daa-a704-db67-a84c-70d147e0c8fe-909ee50b, #w-node-_9ff94daa-a704-db67-a84c-70d147e0c8dd-909ee50b, #w-node-_52a84395-c61d-92f1-abd0-965c5858e990-909ee50b, #w-node-_9ff94daa-a704-db67-a84c-70d147e0c912-909ee50b {
    grid-row-start: 2;
  }
#w-node-_06ce57d3-32b8-5690-843c-94c3b48a3221-89801647 {
    grid-area: 2 / 1 / 2 / 2;
  }
#w-node-ff347264-6ebf-a5ec-1e94-5bd534352593-1e38fe2e, #w-node-_7f998ea8-64fc-3afe-3be0-0897c11a74df-4ab1b17d, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352593-404f961a, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352593-8f88023e, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352593-443b72f8, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352593-859173f3, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352593-c4076d31 {
    grid-area: 3 / 2 / 4 / 3;
  }
#w-node-ca50f790-85ad-30bd-546a-bf8b33a4b017-c4076d31 {
    grid-area: 1 / 1 / 2 / 2;
  }
#w-node-ff347264-6ebf-a5ec-1e94-5bd534352593-f9d0a0b0 {
    grid-area: 3 / 2 / 4 / 3;
  }
#w-node-ca50f790-85ad-30bd-546a-bf8b33a4b017-f9d0a0b0 {
    grid-area: 1 / 1 / 2 / 2;
  }
#w-node-ff347264-6ebf-a5ec-1e94-5bd534352593-e398b9c8, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352593-af72b7d9, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352593-42e7bdba, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352593-013ef452, #w-node-ff347264-6ebf-a5ec-1e94-5bd534352593-ee7708d6 {
    grid-area: 3 / 2 / 4 / 3;
  }
#w-node-_6f1f481a-133e-3b7f-57cd-37bc7e45cbf4-26192d28, #w-node-_6f1f481a-133e-3b7f-57cd-37bc7e45cbf4-014f3677, #w-node-_6f1f481a-133e-3b7f-57cd-37bc7e45cbf4-6798a321, #w-node-_6f1f481a-133e-3b7f-57cd-37bc7e45cbf4-746aaa8c, #w-node-_6f1f481a-133e-3b7f-57cd-37bc7e45cbf4-3d9eef92, #w-node-_6f1f481a-133e-3b7f-57cd-37bc7e45cbf4-46dae505, #w-node-_6f1f481a-133e-3b7f-57cd-37bc7e45cbf4-8333343b, #w-node-_6f1f481a-133e-3b7f-57cd-37bc7e45cbf4-16765d2f, #w-node-_6f1f481a-133e-3b7f-57cd-37bc7e45cbf4-8a34f7b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }
}
@font-face {
  font-family: 'Neuehaasdisplay';
  src: url('../fonts/NeueHaasDisplay-Roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Neuehaasdisplay';
  src: url('../fonts/NeueHaasDisplay-Mediu.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Neuehaasdisplay';
  src: url('../fonts/NeueHaasDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Eina02';
  src: url('../fonts/Eina02-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eina02';
  src: url('../fonts/Eina02-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi-bold';
  src: url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segoe Script';
  src: url('../fonts/Segoe-Script.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/FontsFree-Net-Proxima-Nova-Sbold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Proxima nova alt';
  src: url('../fonts/Proxima_Nova_Alt_Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Proxima nova alt';
  src: url('../fonts/Proxima_Nova_Alt_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Proxima nova alt';
  src: url('../fonts/Proxima_Nova_Alt_Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Proxima nova alt';
  src: url('../fonts/Proxima_Nova_Alt_Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
