:root {
  --neutral--700: #494b5c;
  --neutral--800: #1b1e3e;
  --accent--primary-1: #1b1e3e;
  --neutral--100: white;
  --general--shadow-01: #1b1e3e14;
  --neutral--200: #f7f9fa;
  --neutral--300: #ebebf0;
  --general--shadow-02: #14142b14;
  --secondary--color-1: #1b5ad2;
  --secondary--color-2: #f1f8ff;
  --secondary--color-3: #e8edff;
  --secondary--color-4: #3adcff;
  --secondary--color-5: #735dfb;
  --neutral--600: #7e7f88;
  --neutral--500: #9e9fa8;
  --neutral--400: #dbdbdd;
  --ekart-primary: #006cb4;
  --system--green-400: #11845b;
  --system--blue-400: #086cd9;
  --system--blue-300: #1d88fe;
  --system--blue-200: #8fc3ff;
  --system--blue-100: #eaf4ff;
  --system--green-300: #05c168;
  --system--green-200: #7fdca4;
  --system--green-100: #def2e6;
  --system--red-400: #dc2b2b;
  --system--300: #ff5a65;
  --system--red-200: #ffbec2;
  --system--red-100: #ffeff0;
  --system--orange-400: #d5691b;
  --system--orange-300: #ff9e2c;
  --system--orange-200: #ffd19b;
  --system--orange-100: #fff3e4;
  --general--shadow-03: #14142b1a;
  --general--shadow-04: #14142b24;
  --general--shadow-05: #14142b29;
  --general--shadow-06: #14142b3d;
  --button-shadow--color-01: #1a1d3614;
  --button-shadow--color-2: #1a1d3614;
  --button-shadow--color-03: #1a1d361a;
  --button-shadow--white-01: #14142b0a;
  --button-shadow--white-02: #14142b0f;
  --button-shadow--white-03: #14142b1a;
  --gradient-top: #282b4a;
  --gradient-bottom: var(--gradient-top);
  --leading-green-gradient-top-2: #0c766a;
  --leading-green-gradient-bottom-2: #104f72;
  --green-n-purple-gradient-top-2: #054c4b;
  --green-n-purple-gradient-bottom-2: #031a28;
  --brand-color: #4eac5b;
  --transparent: #0000;
  --secondary-color-6: #0c1335;
  --bg-light-green: #e2ffe6;
  --error-message: #ff4d4f;
  --gradient-variant-top: #40b8fc;
  --gradient-variant-bottom: #0a6cff;
  --leading-green-gradient-bottom: #0c766a;
  --leading-green-gradient-top: #104f72;
  --green-n-purple-gradient-top: #031a28;
  --green-n-purple-gradient-bottom: #054c4b;
}

.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-grid-center-align {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  align-items: center;
}

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-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-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

@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: var(--neutral--700);
  font-family: Inter Variable, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75em;
}

h1 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.222em;
}

h2 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.316em;
}

h3 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.455em;
}

h4 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3em;
}

h5 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375em;
}

h6 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.429em;
}

p {
  margin-bottom: 16px;
  font-weight: 500;
}

a {
  color: var(--accent--primary-1);
  text-decoration: underline;
  transition: color 0.3s;
}

a:hover {
  color: var(--neutral--800);
}

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

li {
  margin-bottom: 8px;
  padding-left: 8px;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  color: var(--neutral--800);
  margin-bottom: 12px;
  font-weight: 700;
  display: block;
}

strong {
  color: var(--neutral--800);
  font-weight: 700;
}

blockquote {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  text-align: center;
  border: 0 solid #000;
  border-radius: 24px;
  margin-top: 14px;
  margin-bottom: 32px;
  padding: 86px 64px;
  font-size: 18px;
  line-height: 30px;
}

figure {
  margin-top: 24px;
  margin-bottom: 48px;
}

figcaption {
  text-align: center;
  margin-top: 16px;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.style---styleguide-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 0.25fr 1fr;
  align-items: start;
}

.grid-2-columns.cta-v1 {
  grid-column-gap: 50px;
  grid-template-columns: 1fr 0.8fr;
}

.grid-2-columns.logo-strip-v4 {
  grid-column-gap: 90px;
  grid-template-columns: 0.8fr 0.8fr;
}

.grid-2-columns.title-and-categories {
  grid-template-columns: 0.6fr 1fr;
  margin-bottom: 64px;
}

.grid-2-columns.title-and-categories.mg-bottom-48px {
  grid-template-columns: 0.45fr 1fr;
}

.grid-2-columns.text-left-default {
  grid-column-gap: 74px;
  grid-template-columns: 0.9fr 1fr;
}

.grid-2-columns.text-left-default.integrations-grid {
  grid-column-gap: 24px;
  grid-template-columns: 1fr 1.5fr;
}

.grid-2-columns.text-right-default {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 0.8fr;
}

.grid-2-columns.content-left-short {
  grid-column-gap: 64px;
  grid-template-columns: 0.8fr 1.2fr;
}

.grid-2-columns.about-hero-grid {
  grid-column-gap: 28px;
  grid-template-columns: 1fr 0.75fr;
  margin-bottom: 80px;
}

.grid-2-columns.about-stats-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.grid-2-columns.rich-text-left---card-right {
  grid-column-gap: 56px;
  grid-row-gap: 48px;
  grid-template-columns: 1fr 0.5fr;
  align-items: start;
}

.grid-2-columns.rich-text-left---card-right.v2 {
  grid-template-columns: 1.75fr 1fr;
}

.grid-2-columns.blog-2-columns-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 56px;
  align-items: start;
}

.grid-2-columns.careers-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
}

.grid-2-columns.perks-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.grid-2-columns.product-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr;
}

.grid-2-columns.product-section.hero {
  grid-template-columns: 0.75fr 1fr;
}

.grid-2-columns.blog-grid,
.grid-2-columns.product-main {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 0.9fr;
}

.grid-2-columns.product-main.reverse {
  grid-template-columns: 0.9fr 1fr;
}

.grid-2-columns.faq {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: start;
}

.grid-2-columns.grid-default {
  grid-column-gap: 40px;
  grid-row-gap: 56px;
}

.grid-2-columns.card-tag-grid-2-col {
  grid-row-gap: 16px;
  grid-template-columns: 1fr auto;
}

.grid-2-columns.cta-v2 {
  grid-column-gap: 40px;
  grid-row-gap: 28px;
}

.grid-2-columns.cta-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-columns: 1fr 0.9fr;
}

.grid-2-columns.request-demo-grid {
  grid-template-columns: 1fr 1fr;
  align-content: start;
  align-items: center;
}

.grid-2-columns.text-left-default {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 0.8fr 1fr;
  justify-content: space-between;
  justify-items: stretch;
}

.grid-2-columns.form {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
}

.style---navigation-sidebar {
  z-index: 1;
  box-shadow: 1px 0 14px 0 var(--general--shadow-01);
  height: 100%;
  max-height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.style---main-wrapper {
  background-color: var(--neutral--200);
}

.card {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  border-radius: 24px;
  overflow: hidden;
}

.card.form {
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  border-width: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 588px;
  margin-bottom: 0;
  padding: 64px 50px;
  display: flex;
}

.card.form.onboarding {
  align-items: stretch;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
}

.card.form.onboarding.success {
  display: none;
}

.card.form.bg-neutral-800 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.card.form.pd-top-32px {
  padding-top: 32px;
}

.card.whats-included {
  border-radius: 12px;
  overflow: hidden;
}

.card.sales-home-page {
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  text-align: center;
  border-radius: 12px;
  text-decoration: none;
  transition: transform 0.3s, color 0.3s;
  overflow: hidden;
}

.card.sales-home-page:hover {
  transform: scale(0.96);
}

.card.buy-now {
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  background-color: #4253ff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: transform 0.3s, color 0.3s;
  display: flex;
  overflow: hidden;
}

.card.buy-now:hover {
  transform: translate(0, -4px);
}

.card.testimonial-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 12px;
  width: 400px;
  min-width: 400px;
  height: 100%;
  margin-left: 24px;
  padding: 28px;
  display: flex;
}

.card.blog-sidebar {
  border-radius: 12px;
  width: 100%;
  max-width: 376px;
  padding: 32px 36px 40px;
  position: sticky;
  top: 48px;
}

.card.search-results-card {
  transform-style: preserve-3d;
  height: 100%;
  padding: 48px 32px;
  text-decoration: none;
  transition-property: transform;
}

.card.search-results-card:hover {
  transform: translate3d(0, -5px, 0.01px);
}

.card.integration-single-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 48px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card.hero-section-glossary {
  border-color: var(--neutral--300);
  background-image: url("../images/FAQ-Hero-Bg-Image.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 48px;
}

.card.perks-card {
  border-radius: 16px;
  padding: 32px 24px;
}

.card.hero-section-faq {
  border-color: var(--neutral--200);
  background-image: url("../images/FAQ-Hero-Bg-Image.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 80px 48px;
}

.card.customer-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 72px;
  display: grid;
  overflow: hidden;
}

.card.integration-stats {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.card.mg-top-48px.rate-calc-result {
  flex-direction: column;
  align-items: center;
  padding: 20px 0 12px;
  display: block;
}

.card.mg-top-48px.rate-calc-result-mbl {
  flex-direction: column;
  align-items: center;
  padding: 20px 0 12px;
}

.card.glossary-sidebar {
  position: sticky;
  top: 48px;
}

.style---color-block {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  min-height: 180px;
  position: relative;
}

.style---color-block.bg-accent-1 {
  color: var(--accent--primary-1);
}

.style---color-block-content {
  padding: 24px 24px 32px;
}

.style---color-block-name {
  color: var(--neutral--800);
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.style---color-block-hex {
  line-height: 20px;
}

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

.bg-accent-1 {
  background-color: var(--accent--primary-1);
}

.bg-secondary-1 {
  background-color: var(--secondary--color-1);
}

.bg-secondary-2 {
  background-color: var(--secondary--color-2);
}

.bg-secondary-3 {
  background-color: var(--secondary--color-3);
}

.bg-secondary-4 {
  background-color: var(--secondary--color-4);
}

.bg-secondary-5 {
  background-color: var(--secondary--color-5);
}

.bg-neutral-800 {
  background-color: var(--neutral--800);
}

.bg-neutral-700 {
  background-color: var(--neutral--700);
}

.bg-neutral-600 {
  background-color: var(--neutral--600);
}

.bg-neutral-500 {
  background-color: var(--neutral--500);
}

.bg-neutral-400 {
  background-color: var(--neutral--400);
}

.bg-neutral-300 {
  background-color: var(--neutral--300);
}

.bg-neutral-200 {
  background-color: var(--neutral--200);
}

.bg-neutral-100 {
  background-color: var(--neutral--100);
  min-height: 91px;
  position: relative;
}

.style---color-block-text-example {
  background-color: var(--neutral--100);
  border-radius: 40px;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  inset: 16px 16px auto auto;
}

.style---color-block-text-example.badge-dark {
  background-color: var(--neutral--800);
}

.color-accent-1 {
  color: var(--accent--primary-1);
}

.color-secondary-1 {
  color: var(--secondary--color-1);
}

.color-secondary-2 {
  color: var(--secondary--color-2);
}

.color-secondary-3 {
  color: var(--secondary--color-3);
}

.color-secondary-4 {
  color: var(--secondary--color-4);
}

.color-secondary-5 {
  color: var(--secondary--color-5);
}

.color-neutral-800 {
  color: var(--neutral--800);
}

.color-neutral-700 {
  color: var(--neutral--700);
}

.color-neutral-600 {
  color: var(--neutral--600);
}

.color-neutral-500 {
  color: var(--neutral--500);
}

.color-neutral-300 {
  color: var(--neutral--300);
}

.color-neutral-200 {
  color: var(--neutral--200);
}

.color-neutral-100 {
  color: var(--neutral--100);
}

.bg-green-400 {
  background-color: var(--system--green-400);
}

.color-green-400 {
  color: #11845b;
}

.bg-blue-400 {
  background-color: var(--system--blue-400);
}

.color-blue-400 {
  color: var(--system--blue-400);
}

.bg-blue-300 {
  background-color: var(--system--blue-300);
}

.color-blue-300 {
  color: var(--system--blue-300);
}

.bg-blue-200 {
  background-color: var(--system--blue-200);
}

.bg-blue-100 {
  background-color: var(--system--blue-100);
}

.color-blue-100 {
  color: var(--system--blue-100);
}

.color-neutral-400 {
  color: var(--neutral--400);
}

.bg-green-300 {
  background-color: var(--system--green-300);
}

.color-green-300 {
  color: var(--system--green-300);
}

.bg-green-200 {
  background-color: var(--system--green-200);
}

.color-green-200 {
  color: var(--system--green-200);
}

.color-green-100 {
  color: var(--system--green-100);
}

.bg-green-100 {
  background-color: var(--system--green-100);
}

.bg-red-400 {
  background-color: var(--system--red-400);
}

.color-red-400 {
  color: var(--system--red-400);
}

.bg-red-300 {
  background-color: var(--system--300);
}

.color-red-300 {
  color: var(--system--300);
}

.bg-red-200 {
  background-color: var(--system--red-200);
}

.color-red-200 {
  color: var(--system--red-200);
}

.bg-red-100 {
  background-color: var(--system--red-100);
}

.color-red-100 {
  color: var(--system--red-100);
}

.bg-orange-400 {
  background-color: var(--system--orange-400);
}

.color-orange-400 {
  color: var(--system--orange-400);
}

.bg-orange-300 {
  background-color: var(--system--orange-300);
}

.color-orange-300 {
  color: var(--system--orange-300);
}

.bg-orange-200 {
  background-color: var(--system--orange-200);
}

.color-orange-200 {
  color: var(--system--orange-200);
}

.bg-orange-100 {
  background-color: var(--system--orange-100);
}

.color-orange-100 {
  color: var(--system--orange-100);
}

.style---block-sub-heading {
  margin-bottom: 32px;
}

.style---block-sub-heading.border {
  border-bottom: 1px solid var(--neutral--400);
  margin-bottom: 64px;
  padding-bottom: 40px;
}

.divider {
  background-color: var(--neutral--400);
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider._32px {
  margin-top: 32px;
  margin-bottom: 32px;
}

.divider._140px {
  margin-top: 140px;
  margin-bottom: 140px;
}

.divider.bg-neutral-300 {
  background-color: var(--neutral--300);
}

.divider.mg-0 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.style---typography-block-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 320px) 1fr;
}

.style---content-block {
  margin-bottom: 100px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-bottom-16px {
  margin-bottom: 16px;
}

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

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.mg-bottom-48px {
  margin-bottom: 48px;
}

.mg-bottom-56px {
  margin-bottom: 56px;
}

.mg-bottom-64px {
  margin-bottom: 64px;
}

.mg-top-16px {
  margin-top: 16px;
}

.mg-top-40px {
  margin-top: 40px;
}

.mg-top-48px {
  margin-top: 48px;
}

.mg-left-40px {
  margin-left: 40px;
}

.mg-left-64px {
  margin-left: 64px;
}

.mg-right-8px {
  margin-right: 8px;
}

.text-200 {
  font-size: 16px;
  line-height: 1.125em;
}

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

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

.text-200.bold.color-neutral-800 {
  color: var(--neutral--800);
}

.text-200.bold.footer-title {
  color: var(--neutral--800);
  margin-bottom: 32px;
  text-decoration: none;
}

.text-200.bold.footer-title.p {
  margin-bottom: 16px;
}

.text-200.bold.nav-dropdown-title {
  margin-bottom: 24px;
}

.text-200.color-neutral-700.semibold {
  font-weight: 600;
}

.display-1 {
  color: var(--ekart-primary);
  font-size: 54px;
  font-weight: 700;
  line-height: 1.278em;
}

.display-1.color-neutral-100 {
  color: var(--neutral--100);
}

.display-1.product {
  font-size: 42px;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.gap-row-80px {
  grid-template-rows: auto;
}

.grid-1-column.blog-secondary-grid {
  grid-row-gap: 40px;
  align-content: space-between;
  height: 100%;
}

.grid-1-column.gap-row-0 {
  grid-row-gap: 0px;
}

.grid-1-column.gap-row-64px {
  grid-row-gap: 64px;
}

.grid-1-column._2-col-tablet-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.gap-8px {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.gap-24px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.gap-48px {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.gap-column-24px {
  grid-column-gap: 24px;
}

.gap-column-56px {
  grid-column-gap: 56px;
}

.gap-row-16px {
  grid-row-gap: 16px;
}

.gap-row-24px {
  grid-row-gap: 24px;
}

.gap-row-32px {
  grid-row-gap: 32px;
}

.gap-row-48px {
  grid-row-gap: 48px;
}

.gap-row-64px {
  grid-row-gap: 64px;
}

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

.display-2 {
  color: var(--neutral--800);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.368em;
}

.display-2.color-neutral-100 {
  color: var(--neutral--100);
}

.display-3 {
  color: var(--neutral--800);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.353em;
}

.display-3.color-neutral-100 {
  color: var(--neutral--100);
}

.display-4 {
  color: var(--neutral--800);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.455em;
}

.display-4.color-neutral-100 {
  color: var(--neutral--100);
}

.style---style-grid-wrapper {
  grid-row-gap: 180px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.paragraph-large {
  font-size: 20px;
  line-height: 1.6em;
}

.paragraph-small {
  font-size: 12px;
  line-height: 1.833em;
}

.text-400 {
  font-size: 22px;
  line-height: 1.091em;
}

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

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

.text-300 {
  font-size: 18px;
  line-height: 1.111em;
}

.text-300.medium {
  font-weight: 600;
}

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

.text-100 {
  font-size: 14px;
  line-height: 1.143em;
}

.text-100.medium {
  font-weight: 600;
}

.text-100.medium.color-neutral-800 {
  color: var(--neutral--800);
}

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

.text-bold {
  color: var(--neutral--800);
  font-weight: 700;
}

.text-uppercase {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.text-strikethrough {
  text-decoration: line-through;
}

.grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3-columns.gap-row-80px {
  grid-row-gap: 80px;
}

.grid-3-columns.style---buttons-grid {
  grid-column-gap: 70px;
  grid-template-columns: auto auto 1fr;
}

.grid-3-columns._1-col-tablet.gap-40px {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.grid-3-columns.logo-strip-v4 {
  grid-column-gap: 48px;
  grid-row-gap: 32px;
  grid-template-columns: auto auto auto;
  justify-items: center;
}

.grid-3-columns.gap-row-48px {
  grid-row-gap: 48px;
}

.grid-3-columns.gap-column-56px {
  grid-column-gap: 56px;
}

.grid-3-columns.team-members-grid {
  grid-column-gap: 24px;
  grid-row-gap: 42px;
}

.grid-3-columns.values-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  align-items: start;
}

.grid-3-columns.integations-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-columns: minmax(min-content, 344px) minmax(min-content, 344px) minmax(
      min-content,
      344px
    );
  place-content: stretch space-between;
}

.grid-3-columns.features-section-v1 {
  grid-column-gap: 40px;
  grid-row-gap: 56px;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
}

.style---shadow-card {
  background-color: var(--neutral--100);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 220px;
  padding: 32px 44px;
  display: flex;
}

.style---shadow-card.shadow-02 {
  box-shadow: 0 2px 12px 0 var(--general--shadow-01);
}

.shadow-01 {
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
}

.shadow-02 {
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
}

.shadow-03 {
  box-shadow: 0 8px 28px 0 var(--general--shadow-03);
}

.shadow-04 {
  box-shadow: 0 14px 42px 0 var(--general--shadow-04);
}

.shadow-05 {
  box-shadow: 0 24px 65px 0 var(--general--shadow-05);
}

.shadow-06 {
  box-shadow: 0 32px 72px 0 var(--general--shadow-06);
}

.button-shadow-color-01 {
  box-shadow: 0 4px 10px 0 var(--button-shadow--color-01);
}

.button-shadow-color-02 {
  box-shadow: 0 6px 20px 0 var(--button-shadow--color-2);
}

.button-shadow-color-03 {
  box-shadow: 0 10px 28px 0 var(--button-shadow--color-03);
}

.button-shadow-white-01 {
  box-shadow: 0 4px 10px 0 var(--button-shadow--white-01);
}

.button-shadow-white-02 {
  box-shadow: 0 6px 20px 0 var(--button-shadow--white-02);
}

.button-shadow-white-03 {
  box-shadow: 0 10px 28px 0 var(--button-shadow--white-03);
}

.style---heading {
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-02);
  align-items: center;
  min-height: 45vh;
  margin-bottom: 30px;
  padding: 72px 4vw;
  display: flex;
}

.inner-container._600px {
  max-width: 600px;
}

.inner-container.center {
  margin-left: auto;
  margin-right: auto;
}

.inner-container._400px {
  max-width: 400px;
}

.inner-container._460px {
  max-width: 460px;
}

.inner-container._500px {
  max-width: 500px;
}

.inner-container._500px.full-width-tablet,
.inner-container._500px._100-tablet {
  width: 100%;
}

.inner-container._900px {
  max-width: 900px;
}

.inner-container._640px {
  width: 100%;
  max-width: 640px;
}

.inner-container._680px {
  max-width: 680px;
}

.inner-container._485px {
  max-width: 485px;
}

.inner-container._550px {
  max-width: 550px;
}

.inner-container._585px {
  max-width: 585px;
}

.inner-container._560px.center-desktop {
  margin-left: auto;
  margin-right: auto;
}

.inner-container._415px {
  max-width: 415px;
}

.inner-container._575px {
  max-width: 575px;
}

.inner-container._675px {
  max-width: 675px;
}

.inner-container._515px {
  max-width: 515px;
}

.inner-container._435px {
  max-width: 435px;
}

.inner-container._645px {
  max-width: 645px;
}

.inner-container._750px {
  max-width: 750px;
}

.inner-container._615px {
  max-width: 615px;
}

.inner-container._540px {
  max-width: 540px;
}

.inner-container._465px {
  max-width: 465px;
}

.inner-container._425px {
  max-width: 425px;
}

.inner-container._715px {
  max-width: 715px;
}

.inner-container._350px {
  max-width: 350px;
}

.inner-container._555px {
  max-width: 555px;
}

.inner-container._632px {
  max-width: 632px;
}

.inner-container._510px {
  max-width: 510px;
}

.inner-container._510px.full-width-tablet.position-relative {
  z-index: 1;
}

.inner-container._510px.full-width-tablet.centered {
  margin-left: auto;
  margin-right: auto;
}

.inner-container._700px {
  max-width: 700px;
}

.inner-container._376px {
  max-width: 376px;
}

.inner-container._530px {
  max-width: 530px;
}

.inner-container._530px._100-tablet {
  width: 100%;
}

.inner-container._560px {
  max-width: 560px;
}

.inner-container._474px {
  max-width: 474px;
}

.inner-container.text-center.mg-bottom-80px {
  margin-bottom: 80px;
}

.inner-container._590px {
  max-width: 590px;
}

.inner-container._850px {
  max-width: 750px;
}

.inner-container._775px {
  max-width: 775px;
}

.inner-container.form {
  width: 100%;
  max-width: 95%;
}

.inner-container._100px {
  max-width: 100px;
}

.inner-container.about-logo {
  width: 100%;
}

.inner-container._520px {
  max-width: 520px;
}

.inner-container._535px {
  max-width: 535px;
}

.inner-container._640px {
  max-width: 640px;
}

.style---content-heading {
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-02);
  border-radius: 24px;
  align-items: center;
  margin-bottom: 60px;
  padding: 48px;
  display: flex;
}

.style---heading-icon-wrapper {
  background-color: var(--accent--primary-1);
  border-radius: 24px;
  margin-right: 18px;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.mg-bottom-0.mg-left-32px {
  margin-left: 32px;
}

.style---content-wrapper {
  padding-top: 40px;
  padding-left: 4vw;
  padding-right: 4vw;
}

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

.style---card-wrapper {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 7px 0 var(--general--shadow-01);
  border-radius: 24px;
}

.style---components-wrapper {
  background-color: var(--neutral--100);
  border-radius: 24px;
}

.style---bg-white {
  padding: 48px;
}

.style-buttons-dark {
  background-color: var(--neutral--800);
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  padding: 48px;
}

.btn-primary {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 80px;
  justify-content: center;
  padding: 18px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s, color 0.3s;
  box-shadow: 0 2px 6px #12142930;
}

.btn-primary:hover {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  transform: translate3d(0, -3px, 0.01px);
}

.btn-primary.small {
  padding: 14px 18px;
  font-size: 14px;
  line-height: 14px;
}

.btn-primary.small.header-btn-hidde-on-mb {
  margin-left: 16px;
}

.btn-primary.large {
  padding: 24px 36px;
  font-size: 18px;
  line-height: 18px;
}

.btn-primary.white {
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.btn-primary.white:hover {
  color: var(--secondary--color-2);
}

.btn-primary.inside-input {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.btn-primary.inside-input.default {
  padding: 0 24px;
  top: 8px;
  bottom: 8px;
  right: 8px;
}

.btn-primary.button-row {
  margin-right: 24px;
}

.btn-primary.hiddent {
  display: none;
}

.btn-secondary {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 96px;
  padding: 18px 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  transition: border-color 0.3s, transform 0.3s, background-color 0.3s,
    color 0.3s;
  box-shadow: inset 0 -3px 5px #1214290a, 0 2px 6px #1214290f;
}

.btn-secondary:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: translate3d(0, -3px, 0.01px);
}

.btn-secondary.small {
  padding: 14px 18px;
  font-size: 14px;
  line-height: 14px;
}

.btn-secondary.large {
  padding: 24px 36px;
  font-size: 18px;
  line-height: 18px;
}

.btn-secondary.white {
  border: 1px solid var(--neutral--100);
  color: var(--neutral--100);
  background-color: #0000;
}

.btn-secondary.white:hover {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.btn-secondary.button-row {
  margin-left: 22px;
}

.badge-primary {
  background-color: var(--accent--primary-1);
  background-image: linear-gradient(
    to bottom,
    var(--gradient-top),
    var(--gradient-bottom)
  );
  color: var(--neutral--100);
  border-radius: 40px;
  padding: 18px 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  display: inline-block;
}

.badge-primary.white {
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
  background-image: none;
}

.badge-primary.light {
  background-color: var(--secondary--color-2);
  color: var(--accent--primary-1);
  background-image: none;
}

.badge-primary.small {
  padding: 14px 22px;
  font-size: 14px;
  line-height: 16px;
}

.badge-primary.large {
  padding: 22px 38px;
  font-size: 18px;
  line-height: 20px;
}

.badge-primary.leading-green {
  background-image: linear-gradient(
    to bottom,
    var(--leading-green-gradient-top-2),
    var(--leading-green-gradient-bottom-2)
  );
}

.badge-primary.green-n-purple {
  background-image: linear-gradient(
    to bottom,
    var(--green-n-purple-gradient-top-2),
    var(--green-n-purple-gradient-bottom-2)
  );
}

.badge-secondary {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-01);
  color: var(--neutral--800);
  text-align: center;
  border-radius: 40px;
  padding: 18px 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: color 0.3s, background-color 0.3s;
  display: inline-block;
}

.badge-secondary:hover {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

.badge-secondary.white {
  border-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--100);
  background-color: #0000;
}

.badge-secondary.light {
  background-color: var(--neutral--200);
  box-shadow: none;
  border-width: 0;
}

.badge-secondary.small {
  padding: 14px 22px;
  font-size: 14px;
  line-height: 16px;
}

.badge-secondary.large {
  padding: 22px 38px;
  font-size: 18px;
  line-height: 20px;
}

.badge-secondary.tabs {
  transform-style: preserve-3d;
  margin: 8px 12px;
  transition: color 0.14s, background-color 0.3s, transform 0.3s;
}

.badge-secondary.tabs:hover {
  color: var(--neutral--100);
  transform: translate3d(0, -3px, 0.01px);
}

.badge-secondary.tabs.small.w--current {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
}

.badge-secondary.category-badge.center-content-tablet {
  white-space: nowrap;
}

.badge-secondary.tiny {
  letter-spacing: 0.35px;
  padding: 8px 14px;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
}

.input {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  border-radius: 100px;
  min-height: 54px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.143em;
  transition: box-shadow 0.3s, color 0.3s, border-color 0.3s;
}

.input:hover {
  border-color: var(--neutral--500);
  box-shadow: 0 2px 12px 0 var(--general--shadow-03);
}

.input:focus {
  border-color: var(--accent--primary-1);
  color: var(--neutral--800);
}

.input::placeholder {
  color: var(--neutral--600);
  font-size: 14px;
}

.input.small {
  min-height: 46px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.input.small::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.large {
  min-height: 60px;
  font-size: 16px;
  line-height: 18px;
}

.input.large::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.search-input {
  padding-top: 21px;
  padding-bottom: 21px;
}

.input.password-input,
.input.password-input::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.subscribe-btn-inside {
  min-height: 60px;
  padding-right: 146px;
}

.input.verified {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  align-items: center;
  margin-left: 12px;
  text-decoration: none;
  display: none;
}

.input.otp {
  text-align: center;
  min-height: 48px;
  padding: 8px 12px;
}

.position-relative {
  position: relative;
}

.position-relative.home-hero-bg-wrapper {
  align-items: center;
  display: flex;
}

.position-relative.cta-card-wrapper {
  border: 1px solid var(--neutral--400);
  border-radius: 30px;
  overflow: hidden;
}

.text-area {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  border-radius: 22px;
  width: 100%;
  max-width: 100%;
  min-height: 112px;
  max-height: 300px;
  margin-bottom: 0;
  padding: 24px 24px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.857em;
  transition: box-shadow 0.3s, color 0.3s, border-color 0.3s;
}

.text-area:hover {
  border-color: var(--neutral--500);
  box-shadow: 0 2px 12px 0 var(--general--shadow-03);
}

.text-area:focus {
  border-color: var(--accent--primary-1);
  color: var(--neutral--800);
}

.text-area::placeholder {
  color: var(--neutral--600);
}

.text-area.small {
  min-height: 100px;
  margin-bottom: 24px;
  padding-top: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.text-area.small::placeholder {
  font-size: 14px;
  line-height: 16px;
}

.checkbox-field-wrapper {
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 22px;
  display: flex;
}

.checkbox-field-wrapper.large {
  font-size: 20px;
  line-height: 24px;
}

.checkbox-field-wrapper.small {
  font-size: 16px;
  line-height: 20px;
}

.checkbox {
  border-width: 1px;
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 1px 6px 0 var(--general--shadow-01);
  border-radius: 6px;
  width: auto;
  min-width: 24px;
  height: auto;
  min-height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color 0.3s, background-color 0.3s;
}

.checkbox:hover {
  border-color: var(--accent--primary-1);
}

.checkbox.w--redirected-checked {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  background-image: url("../images/check-form-brix-templates-webflow.svg");
  background-size: auto;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox.large {
  min-width: 28px;
  min-height: 28px;
}

.checkbox.small {
  border-radius: 5px;
  min-width: 22px;
  min-height: 22px;
}

.radio-button-field-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.radio-button-field-wrapper.large {
  font-size: 20px;
  line-height: 26px;
}

.radio-button-field-wrapper.small {
  font-size: 16px;
  line-height: 22px;
}

.radio-button {
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  width: auto;
  min-width: 24px;
  height: auto;
  min-height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color 0.3s, border-width 0.3s, background-color 0.3s;
}

.radio-button:hover {
  border-color: var(--accent--primary-1);
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: var(--accent--primary-1);
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.radio-button.large {
  min-width: 28px;
  min-height: 28px;
}

.radio-button.large.w--redirected-checked {
  border-width: 8px;
}

.radio-button.small {
  min-width: 22px;
  min-height: 22px;
}

.style---avatars-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 290px);
}

.avatar-circle {
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._01 {
  width: 25px;
  max-width: 25px;
  height: 25px;
  max-height: 25px;
}

.avatar-circle._02 {
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
}

.avatar-circle._02.is-border {
  border: 2px solid #c5c5c5;
}

.avatar-circle._03 {
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
}

.avatar-circle._04 {
  width: 80px;
  max-width: 80px;
  height: 80px;
  max-height: 80px;
}

.avatar-circle._05 {
  width: 120px;
  max-width: 120px;
  height: 120px;
  max-height: 120px;
}

.avatar-circle._06 {
  width: 160px;
  max-width: 160px;
  height: 160px;
  max-height: 160px;
}

.avatar-circle._07 {
  width: 240px;
  max-width: 240px;
  height: 240px;
  max-height: 240px;
}

.avatar-circle._08 {
  width: 380px;
  max-width: 380px;
  height: 380px;
  max-height: 380px;
}

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

.square-icon.password-page {
  border-radius: 22px;
  width: 100px;
  margin-bottom: 16px;
}

.social-icon-font {
  font-family: Social Icons Font;
  font-weight: 400;
  line-height: 21px;
}

.social-icon-circle {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  display: flex;
}

.social-icon-circle:hover {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

.social-icon-circle.size-30px {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  font-size: 14px;
}

.social-icon-circle.inside-circle {
  padding: 10px;
}

.line-rounded-icon {
  font-family: Line Rounded Icons, Arial, sans-serif;
  font-weight: 400;
}

.line-rounded-icon.style---dropdown-arrow-sidebar {
  line-height: 18px;
}

.line-rounded-icon.link-icon-right {
  margin-left: 6px;
  display: inline-block;
}

.line-rounded-icon.link-icon-right.color-neutral-800 {
  color: var(--neutral--800);
}

.line-rounded-icon.link-icon-right.link-icon-left {
  margin-left: 0;
}

.line-rounded-icon.link-icon-left {
  margin-right: 6px;
  display: inline-block;
}

.line-rounded-icon.dropdown-arrow {
  margin-left: 4px;
}

.line-rounded-icon.dropdown-arrow.link-icon-right {
  margin-left: auto;
}

.line-rounded-icon.success-message-check {
  color: var(--neutral--800);
  margin-bottom: 6px;
  font-size: 22px;
}

.line-rounded-icon.success-message-check.large {
  color: var(--accent--primary-1);
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

.line-rounded-icon.success-message-check---left {
  color: var(--accent--primary-1);
  margin-bottom: 0;
  margin-right: 8px;
  font-size: 22px;
}

.line-rounded-icon.nav {
  margin-right: 10px;
  font-size: 18px;
}

.line-rounded-icon.accordion-arrow {
  transition: opacity 0.2s;
  transform: rotate(90deg);
}

.line-rounded-icon.link-icon-right-top-point {
  margin-left: 6px;
  display: inline-block;
}

.style---line-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 20px);
}

.filled-icons {
  font-family: Filled Icons;
}

.filled-icons.verified-icon {
  color: var(--brand-color);
  padding-top: 2px;
  padding-left: 4px;
  font-weight: 400;
  display: none;
}

.rich-text img {
  border-radius: 12px;
  width: 100%;
  min-width: 100%;
}

.rich-text p {
  margin-top: 0;
  margin-bottom: 16px;
}

.rich-text h2 {
  margin-top: 0;
  margin-bottom: 12px;
}

.rich-text h3 {
  margin-top: 40px;
  margin-bottom: 12px;
}

.rich-text figure {
  min-width: 100%;
  max-width: 100%;
  margin: 40px 0;
}

.rich-text ul,
.rich-text ol {
  margin-top: 24px;
  margin-bottom: 24px;
}

.rich-text h6,
.rich-text h5,
.rich-text h4 {
  margin-top: 40px;
  margin-bottom: 12px;
}

.rich-text blockquote {
  background-image: linear-gradient(
    to bottom,
    var(--gradient-top),
    var(--gradient-bottom)
  );
  border-radius: 12px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 80px 88px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.833em;
}

.style---dropdown-wrapper-sidebar {
  width: 100%;
  overflow: hidden;
}

.style---dropdown-toggle {
  border-bottom: 1px solid var(--neutral--300);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  transition: color 0.3s;
  display: flex;
}

.style---dropdown-toggle:hover,
.style---dropdown-toggle.w--open {
  color: var(--accent--primary-1);
}

.buttons-row {
  align-items: stretch;
  display: flex;
}

.buttons-row.right {
  justify-content: flex-end;
}

.buttons-row.center {
  justify-content: center;
}

.buttons-row.align-center {
  align-items: center;
}

.buttons-row.products {
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}

.style---dropdown-list-sidebar {
  border-bottom: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.style---dropdown-link-sidebar {
  color: var(--neutral--600);
  border-right: 4px solid #0000;
  flex-direction: row;
  align-items: center;
  padding: 12px 16px 12px 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: border-color 0.3s, background-color 0.3s, color 0.3s;
  display: flex;
}

.style---dropdown-link-sidebar:hover {
  border-right-color: var(--accent--primary-1);
  background-color: var(--secondary--color-2);
  color: var(--accent--primary-1);
}

.style---dropdown-link-sidebar.w--current {
  border-right-color: var(--accent--primary-1);
  background-color: var(--secondary--color-2);
  color: var(--accent--primary-1);
  font-weight: 700;
}

.style---dropdown-link-icon-sidebar {
  background-color: var(--accent--primary-1);
  border-radius: 8px;
  max-width: 38px;
  margin-right: 10px;
  padding: 2px;
}

.style---sidebar-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  overflow: scroll;
}

.style---logo-wrapper {
  border-bottom: 1px solid var(--neutral--300);
  background-color: var(--neutral--200);
  color: var(--neutral--600);
  text-align: center;
  justify-content: flex-start;
  width: 100%;
  padding-top: 38px;
  padding-bottom: 38px;
  padding-right: 22px;
  text-decoration: none;
}

.width-100 {
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}

.style---logo-sidebar {
  width: 75%;
  transition: opacity 0.3s;
}

.style---logo-sidebar:hover {
  opacity: 0.6;
}

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

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

.container-default.pd-top-8px {
  padding-top: 8px;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

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

.section.home-hero {
  padding-top: 200px;
  padding-bottom: 140px;
}

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

.section.pd-0px {
  padding-top: 0;
  padding-bottom: 0;
}

.section.pd-0px.overflow-visible {
  overflow: visible;
}

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

.section.pd-80px.bg-gradient {
  background-image: linear-gradient(
    to bottom,
    var(--gradient-top),
    var(--gradient-bottom)
  );
}

.section.pd-150px {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.pd-top-100px {
  padding-top: 100px;
}

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

.section.pd-100px.pd-top-64px {
  padding-top: 64px;
  padding-bottom: 100px;
}

.section.pd-100px.pd-top-0px {
  padding-top: 0;
}

.section.pd-100px.overflow-visible {
  overflow: visible;
}

.section.products-single-hero {
  padding-top: 150px;
  padding-bottom: 0;
}

.section.pd-140px {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.pd-140px.pd-top-100px {
  padding-top: 100px;
}

.section.pd-140px.overflow-visible {
  overflow: visible;
}

.section.coming-soon-section {
  padding-top: 180px;
  padding-bottom: 180px;
}

.section.glossary-hero {
  padding-top: 140px;
  padding-bottom: 40px;
  position: relative;
}

.section.platforms---hero {
  padding-top: 220px;
  padding-bottom: 100px;
}

.section.hero-calculator {
  padding-top: 140px;
  padding-bottom: 100px;
  position: relative;
}

.section.hero-section--about {
  padding-top: 240px;
  padding-bottom: 160px;
}

.section.customer---hero {
  padding-top: 160px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.section.hero-about {
  padding-bottom: 120px;
}

.section.pd-top-100px---bottom-140px {
  padding-top: 100px;
  padding-bottom: 140px;
}

.section.integration-hero {
  padding-top: 180px;
  padding-bottom: 100px;
}

.section.legal {
  padding-bottom: 100px;
}

.section.career {
  padding-top: 230px;
  overflow: visible;
}

.section.glossary-items {
  padding-top: 0;
  padding-bottom: 120px;
}

.section.blog-main {
  padding-top: 180px;
  padding-bottom: 160px;
}

.section.faq-hero {
  padding-top: 140px;
  padding-bottom: 80px;
}

.section.integration-single,
.section.integration-inner,
.section.blog-hero {
  padding-bottom: 100px;
}

.section.onboarding {
  background-color: var(--gradient-top);
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: visible;
}

.section.onboarding.new {
  background-color: var(--gradient-bottom);
}

.section.product {
  align-items: center;
  min-height: 100vh;
  padding-top: 360px;
  padding-bottom: 280px;
  display: flex;
}

.section.contact-us {
  padding-top: 180px;
  padding-bottom: 100px;
}

.section.pd-bottom-50px {
  padding-bottom: 50px;
}

.section.pd-bottom-25px {
  padding-bottom: 25px;
}

.section.onboarding-ekart {
  background-color: var(--brand-primary);
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: visible;
}

.link-wrapper {
  color: var(--neutral--800);
  font-size: 16px;
  line-height: 1.125em;
  text-decoration: none;
  transition: color 0.3s;
  display: inline-block;
}

.link-wrapper:hover,
.link-wrapper.color-primary {
  color: var(--accent--primary-1);
}

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

.link-wrapper.color-primary.semibold {
  margin-top: auto;
  font-weight: 600;
}

.link-wrapper.white {
  color: var(--neutral--100);
}

.link-wrapper.white:hover {
  color: var(--secondary--color-2);
}

.link-wrapper.text-bold.color-neutral-100 {
  color: var(--neutral--100);
}

.link-wrapper.buttons-row {
  margin-right: 24px;
}

.link-wrapper.buttons-row.pd-16px {
  padding: 16px;
}

.link-wrapper.small {
  font-size: 14px;
  font-weight: 700;
}

.link-wrapper.small.white {
  color: var(--neutral--100);
}

.link-text {
  transition: none;
  display: inline-block;
}

.link-text.color-neutral-800 {
  color: var(--neutral--800);
}

.heading-h1-size {
  color: var(--neutral--800);
  font-size: 54px;
  font-weight: 700;
  line-height: 1.222em;
}

.heading-h2-size {
  color: var(--neutral--800);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.316em;
}

.heading-h3-size {
  color: var(--neutral--800);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.455em;
}

.heading-h4-size {
  color: var(--neutral--800);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3em;
}

.heading-h5-size {
  color: var(--neutral--800);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375em;
}

.heading-h5-size.color-neutral-100 {
  color: var(--neutral--100);
}

.heading-h6-size {
  color: var(--neutral--800);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.429em;
}

.heading-h6-size.blog-card-title.popular-blog-wrapper {
  margin-bottom: 0;
}

.header-wrapper {
  z-index: 999;
  background-color: #0000;
  padding-top: 16px;
  padding-bottom: 16px;
  position: fixed;
  inset: 0% 0% auto;
}

.header-wrapper.v4 {
  z-index: 999;
  background-color: var(--transparent);
  box-shadow: none;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.header-wrapper.v4 {
  z-index: 999;
  box-shadow: none;
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.header-wrapper.v4.relative {
  position: relative;
}

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

.header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-nav-link {
  color: var(--neutral--800);
  padding: 0;
}

.header-nav-link:hover {
  color: var(--accent--primary-1);
}

.header-nav-link.w--current {
  color: var(--neutral--800);
}

.header-nav-link.w--current:hover {
  color: var(--accent--primary-1);
}

.header-nav-link.track-order {
  margin-top: 4px;
  text-decoration: none;
}

.header-nav-link.track-order:hover {
  color: var(--gradient-top);
  -webkit-text-stroke-color: var(--gradient-top);
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}

.header-nav-list-item {
  color: var(--neutral--800);
  flex: 0 auto;
  margin-bottom: 0;
  padding-left: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.125em;
}

.header-nav-list-item.show-in-tablet {
  display: none;
}

.dropdown-toggle {
  color: var(--neutral--800);
  align-items: center;
  padding: 0;
  transition: none;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--accent--primary-1);
}

.dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 15px;
  overflow: hidden;
  transform: translate(-50%);
}

.dropdown-column-wrapper.resources {
  min-width: 240px;
}

.dropdown-column-wrapper.blog {
  transform: none;
}

.dropdown-column-wrapper.blog.w--open {
  max-width: 100%;
  position: static;
}

.dropdown-pd {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  border-radius: 20px;
  padding: 40px 32px;
}

.dropdown-pd.blog {
  padding-bottom: 24px;
}

.header-logo {
  width: 100px;
  max-width: none;
  height: 40px;
  transition: opacity 0.2s, color 0.3s;
}

.header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform 0.3s, color 0.3s;
}

.header-logo-link:hover {
  transform: scale3d(0.96, 0.96, 1.01);
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.hamburger-menu-bar {
  background-color: var(--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.btn-circle-primary {
  background-color: var(--accent--primary-1);
  background-image: linear-gradient(
    to bottom,
    var(--gradient-top),
    var(--gradient-bottom)
  );
  color: var(--neutral--100);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: transform 0.3s, background-color 0.3s, color 0.3s;
  display: flex;
}

.btn-circle-primary:hover {
  background-color: var(--secondary--color-1);
  color: var(--neutral--100);
  transform: translate(0, -4px);
}

.btn-circle-primary.small {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
}

.btn-circle-primary.large {
  width: 88px;
  min-width: 88px;
  height: 88px;
  min-height: 88px;
  font-size: 30px;
  line-height: 32px;
}

.btn-circle-primary.white {
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
  background-image: none;
}

.btn-circle-primary.white:hover {
  background-color: var(--secondary--color-2);
  color: var(--accent--primary-1);
}

.btn-circle-secondary {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  color: var(--neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: border-color 0.3s, transform 0.3s, background-color 0.3s,
    color 0.3s;
  display: flex;
}

.btn-circle-secondary:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: translate(0, -4px);
}

.btn-circle-secondary.small {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
}

.btn-circle-secondary.large {
  width: 88px;
  min-width: 88px;
  height: 88px;
  min-height: 88px;
  font-size: 30px;
  line-height: 32px;
}

.btn-circle-secondary.white {
  border-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--100);
  background-color: #0000;
}

.btn-circle-secondary.white:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-top: 140px;
  padding-bottom: 100px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 640px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 800px;
  display: flex;
}

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

.social-media-grid-top {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  justify-content: start;
  justify-items: start;
}

.social-media-grid-top.center {
  justify-content: center;
  justify-items: center;
}

.flex-vertical {
  flex-direction: column;
  display: flex;
}

.flex-vertical.center {
  align-items: center;
}

.flex-vertical.gap-row-32px {
  text-decoration: none;
}

.flex-vertical.align-center {
  align-items: center;
}

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

.flex-horizontal.start {
  justify-content: flex-start;
}

.flex-horizontal.start.button-row {
  margin-left: 22px;
}

.flex-horizontal.customer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 20px 1fr;
  grid-auto-columns: 1fr;
  place-content: start flex-start;
  align-items: start;
  display: grid;
}

.flex-horizontal.title-left---end {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-end;
}

.flex-horizontal.title-left---button-right {
  grid-column-gap: 48px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
}

.flex-horizontal.children-wrap {
  flex-wrap: wrap;
}

.flex-horizontal.justify-start {
  justify-content: flex-start;
}

.flex-horizontal.justify-start.gap-12px {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.flex-horizontal.justify-start.align-start {
  align-items: flex-start;
}

.flex-horizontal.space-between {
  justify-content: space-between;
}

.flex-horizontal.onboarding {
  justify-content: space-between;
  align-items: flex-start;
}

.footer-wrapper {
  background-color: var(--neutral--100);
}

.footer-logo {
  width: 100px;
  height: 40px;
  transition: transform 0.3s;
}

.footer-logo-wrapper {
  margin-bottom: 16px;
  transition: transform 0.3s, color 0.3s;
}

.footer-logo-wrapper:hover {
  transform: translate(0, -4px);
}

.footer-logo-wrapper.w--current {
  margin-bottom: 16px;
}

.footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer-list-item {
  margin-bottom: 16px;
  padding-left: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.143em;
}

.footer-list-item.mg-bottom-0 {
  margin-bottom: 0;
}

.footer-list-item.customers {
  cursor: pointer;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.footer-list-item.customers.mg-bottom-0 {
  margin-bottom: 0;
}

.footer-link {
  color: var(--neutral--600);
  text-transform: capitalize;
  white-space: nowrap;
  width: auto;
  max-width: 0;
  text-decoration: none;
}

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

.footer-link.w--current {
  color: var(--neutral--600);
}

.footer-link.w--current:hover {
  color: var(--accent--primary-1);
}

.footer-link.underline {
  color: var(--neutral--800);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.143em;
}

.footer-link.underline:hover {
  color: var(--accent--primary-1);
}

.footer-link.wrap {
  white-space: normal;
}

.footer-link.bold {
  font-weight: 600;
}

.footer-link.email {
  text-transform: lowercase;
}

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

.success-message {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
}

.success-message.white-message {
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.success-message.inside-input {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  border-radius: 52px;
  min-height: 60px;
  max-height: 60px;
  padding: 0;
  position: relative;
}

.error-message {
  background-color: var(--system--red-100);
  color: var(--system--300);
  text-align: center;
  border-radius: 16px;
  width: 100%;
  margin-top: 20px;
  padding: 20px 24px;
}

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

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

.floating-item {
  position: absolute;
}

.floating-item.home-hero {
  z-index: -1;
  max-width: 80%;
  top: 3%;
  left: auto;
  right: -24%;
}

.opacity-50 {
  opacity: 0.5;
}

.overflow-hidden {
  overflow: hidden;
}

.subtitle {
  color: var(--accent--primary-1);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 20px;
}

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

.cta-card {
  background-color: var(--accent--primary-1);
  border-radius: 30px;
  padding: 110px 48px;
  position: relative;
}

.cta-card.gradient {
  border: 1px solid var(--neutral--300);
  background-image: url("../images/BG-Images-Minimized--CTA-V2.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 96px;
  padding-bottom: 96px;
  box-shadow: 0 4px 12px #a294870d;
}

.cta-card.cta-v1 {
  box-shadow: 0 2px 6px 0 var(--general--shadow-03);
  background-image: url("../images/Cta-Bg-Image.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.accordion-spacer {
  min-height: 16px;
}

.accordion-spacer._8px {
  min-height: 8px;
}

.empty-state {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  text-align: center;
  border-radius: 11px;
  width: 100%;
  padding: 26px 24px;
}

.avatar-image {
  transition: transform 0.3s;
}

.team-member-square {
  border-radius: 10px;
  overflow: hidden;
  transform: translate(0);
}

.pd---content-inside-card {
  padding: 40px 28px 48px;
}

.pd---content-inside-card.large {
  padding: 72px 64px;
}

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

.image.brand-logo {
  width: auto;
}

.image.brand-logo.auto-height {
  width: 105px;
  height: auto;
}

.image.brand-logo.auto-height.bummer {
  padding-bottom: 8px;
}

.image.brand-logo.clensta {
  height: auto;
  padding-top: 4px;
  padding-bottom: 8px;
}

.image.brand-logo.aretto {
  padding-bottom: 12px;
}

.image.brand-logo.bear-house {
  height: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

.image.home-hero {
  height: auto;
}

.image.products-icon {
  width: 32px;
  height: 32px;
}

.image.width-auto {
  height: auto;
}

.mg-bottom-4px {
  margin-bottom: 4px;
}

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

.blog-card-image-wrapper {
  border-radius: 12px;
  overflow: hidden;
  transform: translate(0);
}

.blog-card-image-wrapper.popular-blog-card-image-wrapper {
  border-radius: 6px;
  width: 78px;
  min-width: 78px;
  height: 78px;
  min-height: 78px;
}

.categories-badges-item-wrapper {
  flex-direction: row;
  display: flex;
}

.categories-badges-wrapper {
  justify-content: center;
  display: flex;
}

.categories-badges-wrapper.center {
  justify-content: center;
}

.divider-details {
  background-color: var(--neutral--400);
  width: 30px;
  height: 1px;
  margin-left: 16px;
  margin-right: 16px;
}

.image-wrapper {
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.left-icon {
  margin-right: 6px;
}

.image-wrapper.border-radius-12px {
  border-radius: 12px;
  overflow: hidden;
}

.image-wrapper.border-radius-12px.border-neutral-300 {
  border: 1px solid var(--neutral--300);
  justify-content: center;
  align-items: center;
}

.image-wrapper.about-image-wrapper-bottom {
  border-radius: 12px;
  margin-top: 56px;
  overflow: hidden;
}

.image-wrapper.about-image-wrapper-top {
  border-radius: 12px;
  overflow: hidden;
}

.image-wrapper.integration-01 {
  position: absolute;
  inset: auto auto 14% 14%;
}

.image-wrapper.integration-02 {
  position: absolute;
  inset: 12% auto auto 10%;
}

.image-wrapper.integration-03 {
  position: absolute;
  bottom: 60%;
  left: 25%;
}

.image-wrapper.integration-04 {
  position: absolute;
  top: 3%;
  left: 54%;
}

.image-wrapper.integration-05 {
  position: absolute;
  bottom: 11%;
  left: 30%;
}

.image-wrapper.integration-06 {
  position: absolute;
  top: 30%;
  left: 42%;
}

.image-wrapper.integration-07 {
  position: absolute;
  bottom: 5%;
  left: 52%;
}

.image-wrapper.integration-08 {
  position: absolute;
  top: 27%;
  right: 32%;
}

.image-wrapper.integration-09 {
  position: absolute;
  bottom: 8%;
  right: 25%;
}

.image-wrapper.integration-10 {
  position: absolute;
  top: 32%;
  right: 15%;
}

.image-wrapper.integration-11 {
  position: absolute;
  bottom: 12%;
  right: 8%;
}

.image-wrapper.integration-12 {
  position: absolute;
  top: 8%;
  right: 5%;
}

.image-wrapper.careers-hero-image-wrapper {
  max-width: 1110px;
  margin-top: -88px;
  margin-left: auto;
  margin-right: auto;
}

.image-wrapper.image-card {
  overflow: hidden;
}

.image-wrapper.blob-top-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: -42% auto auto -41%;
}

.image-wrapper.blob-bottom-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: auto -28% -34% auto;
}

.image-wrapper.blob-bottom-image-wrapper.contact-us {
  bottom: -14%;
}

.image-wrapper.integrations-image-wrapper {
  box-shadow: -2px 0 12px 0 var(--general--shadow-02);
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.image-wrapper.office-image {
  border-radius: 24px;
  max-width: 586px;
  min-height: 414px;
  overflow: hidden;
}

.image-wrapper.integration-image {
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  border-radius: 12px;
  overflow: hidden;
}

.image-wrapper.hero-section---bg-image---intergration-single {
  width: 3182px;
  position: absolute;
  transform: translate(-36%, 7%);
}

.image-wrapper.integration-thumbnail-image {
  max-width: 40px;
}

.image-wrapper.hero-section---bg-image--terms {
  width: 175vw;
  position: absolute;
  transform: translate(-22vw, -32%);
}

.image-wrapper.hero-section---bg-image-right---integrations {
  z-index: -1;
  width: 1538px;
  position: absolute;
  inset: 0% auto auto 50%;
  overflow: hidden;
  transform: translate(14%, -15%);
}

.image-wrapper.hero-section---bg-image-left---integrations {
  z-index: -1;
  width: 1784px;
  position: absolute;
  inset: 0% 46% auto auto;
  overflow: hidden;
  transform: translate(0, -10%);
}

.image-wrapper.blog-secondary-image {
  border: 1px solid var(--neutral--300);
  border-radius: 12px;
  min-width: 144px;
  max-width: 144px;
  overflow: hidden;
}

.image-wrapper.analytics---bg-image---features-v1 {
  z-index: -1;
  width: 121%;
  max-width: 716px;
  position: absolute;
  transform: translate(-5%, -6%);
}

.image-wrapper.reports---bg-image---features {
  z-index: -1;
  width: 126%;
  max-width: 655px;
  position: absolute;
}

.image-wrapper.hero-section---bg-image---careers {
  z-index: -2;
  width: 1754px;
  max-width: 1754px;
  position: absolute;
  inset: 0% 50% auto auto;
  transform: translate(11%, -14%);
}

.image-wrapper.vertical-tab-menu---bg-gradient {
  z-index: -10;
  width: 125%;
  position: absolute;
}

.image-wrapper.hero-section---bg-image---calculator {
  width: 1500px;
  position: absolute;
  transform: translate(-2%, -15%);
}

.image-wrapper.hero-section---bg-image---customers {
  z-index: -1;
  width: 232%;
  max-width: 3330px;
  position: absolute;
  transform: translate(-27%, -5%);
}

.image-wrapper.hero-section---customers {
  border: 1px none var(--neutral--200);
  box-shadow: none;
  border-radius: 6px;
  max-width: 920px;
  min-height: 500px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  transform: translate(0, -5%);
}

.image-wrapper.hero-section---customers.no-style {
  box-shadow: none;
  border-style: none;
  margin-bottom: 32px;
}

.image-wrapper.rate-container {
  z-index: -1;
  opacity: 0.38;
  position: absolute;
  inset: 0%;
}

.image-wrapper.top-team-bg-image---customer {
  z-index: -1;
  width: 140%;
  max-width: 643px;
  position: absolute;
  overflow: hidden;
  transform: translate(-2%, -2%);
}

.image-wrapper.center-team-bg-image---customer {
  z-index: -2;
  width: 178%;
  position: absolute;
  transform: translate(2%, -5%);
}

.image-wrapper.hero-section---bg-image---solutions {
  z-index: -1;
  width: 1993px;
  max-width: 1993px;
  position: absolute;
  overflow: hidden;
  transform: translate(19%, -3%);
}

.image-wrapper.products-bg-image {
  z-index: -2;
  width: 150%;
  max-width: 2140px;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
  transform: translate(14%, -25%);
}

.image-wrapper.integration-00 {
  position: absolute;
  inset: auto auto 10% 5%;
}

.image-wrapper.integration-13 {
  position: absolute;
  top: 36%;
  right: -5%;
}

.image-wrapper.about---hero---top-left {
  border-radius: 24px;
  width: 53%;
  max-width: 308px;
  margin-left: 6%;
  position: relative;
}

.image-wrapper.about---hero---bottom-right {
  border-radius: 24px;
  width: 53%;
  max-width: 308px;
  margin-top: -15%;
  margin-left: auto;
  margin-right: 6%;
}

.image-wrapper.about---hero---bottom-left {
  border: 1px solid #f2f4f8;
  border-radius: 12px;
  width: 36%;
  max-width: 208px;
  position: absolute;
  inset: auto auto 15% 0%;
  box-shadow: 0 2px 15px #65697117;
}

.image-wrapper.about---hero---top-right {
  border: 1px solid #f2f4f8;
  border-radius: 12px;
  width: 36%;
  max-width: 208px;
  position: absolute;
  inset: 5% 0% auto auto;
  box-shadow: 0 2px 15px #65697117;
}

.image-wrapper.abstract-icon {
  margin-top: -4px;
}

.image-wrapper.abstract-icon.mg-top-0px {
  margin-top: 0;
}

.image-wrapper.category-icon {
  width: 20px;
}

._404-not-found {
  color: var(--ekart-primary);
  margin-bottom: 8px;
  font-size: 150px;
  font-weight: 700;
  line-height: 159px;
}

.text-underline {
  text-decoration: underline;
}

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

.home-surprises-card {
  border: 1px solid var(--neutral--300);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px #14142b14;
}

.mg-bottom-12px {
  margin-bottom: 12px;
}

.dropdown-text {
  text-decoration: none;
}

.social-media-link {
  color: var(--neutral--800);
  justify-content: center;
  align-items: center;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  font-family: Social Icons Font;
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: transform 0.3s, color 0.3s;
  display: flex;
}

.social-media-link:hover {
  transform: translate(0, -2px);
}

.footer-list-container {
  grid-column-gap: 40px;
  display: flex;
}

.footer-link-wrapper {
  grid-column-gap: 6px;
  color: var(--neutral--600);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-link-wrapper:hover {
  color: var(--accent--primary-1);
}

.dropdown-nav-grid {
  grid-column-gap: 48px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.dropdown-nav-grid.products {
  grid-template-columns: auto auto 1fr;
}

.bg-image-wrapper {
  overflow: hidden;
}

.bg-image-wrapper.absolute {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.bg-image-wrapper.solutions-hero-image {
  z-index: -1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.bg-image-wrapper.career-hero {
  z-index: -2;
  position: absolute;
  inset: 0%;
}

.bg-image-wrapper.image-card.cta-bottom-left-float {
  border-width: 1.4px;
  border-radius: 12px;
  box-shadow: 0 5px 9px #0a142936;
}

.bg-image-wrapper.image-card.cta-rght-float {
  box-shadow: 0 2px 12px #14142b14;
}

.bg-image-wrapper.image-card.cta-top-left-float {
  border-radius: 12px;
  box-shadow: 0 2px 12px #14142b14;
}

.bg-image-wrapper.home-hero-image {
  background-color: #fff;
  border: 1px solid #ebebf0;
  border-radius: 12px;
  width: 950px;
  max-width: 950px;
  position: absolute;
  left: 15%;
  box-shadow: 0 2px 6px #1b1e3e14;
}

.position-absolute {
  position: absolute;
}

.position-absolute.home-hero-left-float {
  max-width: 70%;
  inset: auto auto -45% -10%;
  overflow: hidden;
}

.position-absolute.product-hero-left-float {
  max-width: 70%;
  inset: auto auto -220% -5%;
  overflow: hidden;
}

.subtitle-wrapper {
  grid-column-gap: 8px;
  color: var(--accent--primary-1);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
}

.bg-neutral-800-container {
  background-color: var(--secondary-color-6);
  border-radius: 20px;
  padding: 100px 64px;
}

.bg-neutral-800-container.slider-bottom {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.get-started-step-wrapper {
  border-left: 1.5px solid var(--neutral--400);
  text-decoration: none;
}

.get-started-step-wrapper.career-wrapper {
  padding-top: 24px;
  padding-bottom: 24px;
}

.image-card {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  border-radius: 12px;
  overflow: hidden;
}

.image-card.features-images-left---top-image {
  align-self: flex-start;
  width: 80%;
  margin-bottom: 18%;
  margin-right: auto;
  position: relative;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-card.features-images-left---bottom-image {
  width: 43%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-card.features-images-right---bottom-image {
  z-index: 1;
  align-self: flex-start;
  width: 67%;
  margin-top: 27%;
  margin-right: auto;
  position: relative;
}

.image-card.features-images-right---top-image {
  z-index: 0;
  width: 71%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-card.top-team---bottom-image---customer {
  z-index: 1;
  width: 53%;
  max-width: 314px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-card.top-team---top-image---customer {
  width: 83%;
  max-width: 498px;
  margin-bottom: 26%;
  margin-left: auto;
}

.image-card.center-team---bottom-image---customer {
  z-index: 1;
  width: 54%;
  max-width: 220px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-card.center-team---top-image---customer {
  width: 80%;
  max-width: 330px;
  margin-bottom: 26%;
  margin-right: auto;
  position: relative;
}

.image-card.product-inner---big-image {
  background-color: var(--transparent);
  box-shadow: none;
  border-style: none;
  width: 100%;
}

.image-card.product-inner---big-image.floating-card---down {
  overflow: visible;
}

.image-card.product-inner---small-image {
  z-index: 1;
  background-color: var(--transparent);
  box-shadow: none;
  border-style: none;
  position: absolute;
  inset: 0%;
}

.image-card.vertical-tab-menu {
  background-color: var(--transparent);
  box-shadow: none;
  border-style: none;
  border-radius: 0;
  width: 100%;
}

.border-left-neutral-400 {
  border-left: 2px solid var(--neutral--400);
  padding-left: 40px;
}

.integrations-container {
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 635px;
  display: flex;
  overflow: hidden;
}

.bg-gradient-left {
  background-image: linear-gradient(
    92deg,
    var(--neutral--100) 2.58%,
    transparent 92%
  );
  width: 35%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.bg-gradient-left.small {
  width: 15%;
}

.bg-gradient-left.small.neutral-200 {
  background-image: linear-gradient(
    92deg,
    var(--neutral--200) 2.58%,
    transparent 92%
  );
}

.bg-gradient-left.small.testimonial {
  background-image: linear-gradient(
    92deg,
    var(--secondary-color-6) 1.1%,
    transparent 80%
  );
  min-height: 350px;
}

.bg-gradient-left._12 {
  width: 12%;
}

.bg-gradient-right {
  background-image: linear-gradient(
    272deg,
    var(--neutral--100) 2.58%,
    transparent 92.44%
  );
  width: 35%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.bg-gradient-right.smal {
  width: 15%;
}

.bg-gradient-right.smal.neutral-200 {
  background-image: linear-gradient(
    272deg,
    var(--neutral--200) 2.58%,
    transparent 92.44%
  );
}

.bg-gradient-right.smal.testimonial {
  background-image: linear-gradient(
    272deg,
    var(--secondary-color-6) 2.58%,
    transparent 80%
  );
  min-height: 350px;
}

.bg-gradient-right._12 {
  width: 12%;
}

.testimonial-container {
  grid-row-gap: 16px;
  flex-direction: column;
  padding-top: 5px;
  padding-bottom: 15px;
  display: flex;
}

.testimonial-line-wrapper {
  display: flex;
}

.testimonial-line {
  align-items: stretch;
  display: flex;
}

.medium {
  font-weight: 600;
}

.heading-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.heading-wrapper.center {
  justify-content: center;
}

.heading-wrapper.center.mg-bottom-8px.wrap {
  flex-wrap: wrap;
}

.category-badge {
  grid-column-gap: 8px;
  background-color: var(--neutral--200);
  color: var(--neutral--800);
  border-radius: 52px;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  padding: 15px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.125em;
  text-decoration: none;
  transition: color 0.3s, background-color 0.3s, transform 0.3s;
  display: flex;
}

.category-badge:hover {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  transform: translate(0, -4px);
}

.category-badge.w--current,
.category-badge.w--current:hover {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
}

.category-badge.right {
  margin-left: 16px;
  margin-right: 0;
}

.category-badge.green {
  background-color: var(--bg-light-green);
  color: var(--accent--primary-1);
  margin-left: 0;
  margin-right: 0;
}

.search-input {
  min-height: 60px;
}

.input-icon {
  font-family: Line Rounded Icons, Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  position: absolute;
  inset: auto 16px 21px auto;
}

.search {
  margin-bottom: 0;
}

.popular-article-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-single {
  font-size: 16px;
  line-height: 18px;
}

.blog-post-information-wrapper {
  flex-direction: column;
  justify-content: space-between;
  min-height: 54px;
  display: flex;
}

.category-badge-image-wrapper {
  position: absolute;
  inset: 0%;
}

.category-badge-image-wrapper.opacity-0 {
  opacity: 0;
  inset: 0%;
}

.full-width {
  width: 100%;
}

.integrations-banner-wrapper {
  min-width: 1240px;
  height: 315px;
  min-height: 315px;
  position: relative;
  transform: translate(0%);
}

.marquee-wrapper {
  display: flex;
  position: relative;
  overflow: hidden;
}

.border-left-item-accent-1 {
  background-color: var(--accent--primary-1);
  width: 2.5px;
  min-height: 50%;
  position: absolute;
  inset: 50% auto 0% -1px;
  transform: translate(0, -50%);
}

.testimonial-card-wrapper {
  position: absolute;
  left: 0;
  right: 0;
}

.min-height-345px {
  min-height: 345px;
}

.career-card-content-bottom {
  grid-column-gap: 24px;
  justify-content: space-between;
  display: flex;
}

.apply-now-card {
  background-image: linear-gradient(
    to bottom,
    var(--gradient-top),
    var(--gradient-bottom)
  );
  border-radius: 12px;
  padding: 56px 42px;
}

.center-tablet {
  flex-direction: column;
  display: flex;
}

.border-radius-12px {
  border-radius: 12px;
}

.position-relative---overflow-hidden {
  position: relative;
  overflow: hidden;
}

.subtitle-icon._4px {
  margin-top: -4px;
}

.feature-item-wrapper {
  border-left: 1.5px solid var(--neutral--400);
  padding-left: 40px;
  position: relative;
}

.mg-bottom-20px {
  margin-bottom: 20px;
}

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

.btn-inside-input-wrapper {
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.btn-inside-input-success-message {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 14px;
  display: flex;
}

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

.footer-grid {
  grid-column-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr auto;
  align-items: start;
}

.footer-grid.v3 {
  grid-template-columns: 1fr 1.75fr;
}

.footer-grid.links-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-first-column {
  flex-direction: column;
  justify-content: space-between;
  max-width: 306px;
  display: flex;
}

.social-links-single---container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.hide {
  z-index: -1;
  display: none;
}

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

.glossary-form-search-bar {
  border-radius: 50px;
  align-self: stretch;
  position: relative;
}

.glossary-form-search-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 16px auto 16px 26.4px;
}

.glossary-form-search-input {
  border: 1px solid #0000;
  border-radius: 50px;
  height: 100%;
  margin-bottom: 0;
  padding: 20px 20px 20px 64px;
  font-size: 18px;
}

.glossary-form-search-input:hover,
.glossary-form-search-input:active,
.glossary-form-search-input:focus {
  background-color: #fff;
}

.glossary-form-search-input:focus-visible {
  background-color: #fff;
}

.glossary-form-search-input[data-wf-focus-visible] {
  background-color: #fff;
}

.glossary-form-search-input::placeholder {
  color: #9e9e9e;
  background-color: #fff;
}

.glossary-alphabet {
  cursor: pointer;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 4px 8px;
  font-size: 18px;
  transition: background-color 0.3s, color 0.3s;
  display: flex;
}

.glossary-alphabet:hover {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

.glossary-alphabet.is-all.is-active-state {
  color: var(--neutral--100);
  background-image: none;
}

.glossary-alphabet.is-active-state {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

.glossary-sticky-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.glossary-sticky-block {
  z-index: 1;
  justify-content: center;
  width: 100%;
  margin-top: 16px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  position: sticky;
  top: 0;
}

.glossary-sticky-block.shadow-03 {
  box-shadow: 0 4px 12px 0 var(--general--shadow-03);
}

.glossary-main-content-block {
  padding-top: 64px;
  position: relative;
}

.glossary-empty-image {
  width: 80px;
}

.glossary-main-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.glossary-custom-anchor {
  margin-top: -80px;
  position: absolute;
  inset: 0% 0% auto;
}

.glossary-empty {
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 32px;
  display: flex;
}

.glossary-list {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.glossary-list.single {
  grid-column-gap: 24px;
  grid-template-columns: 1fr 1fr;
}

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

.glossary-list-item-content {
  border-bottom: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-top: 24px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.global-styles {
  position: fixed;
  inset: 0% auto auto 0%;
}

.on-page-style-code {
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.pd-32px {
  padding: 32px;
}

.values-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: flex-start;
  display: flex;
}

.tabs-wrapper.tab-menu-left {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.tabs-wrapper.tabs-menu-left {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.tabs-wrapper.tabs-menu-left.hidden-on-desktop {
  display: none;
}

.tabs-content---offices-tabs {
  align-self: center;
  padding-right: 40px;
}

.tab-pane-tab-1 {
  max-width: 585.995px;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.tabs-menu.tabs-vertical {
  flex-direction: column;
  margin-bottom: 0;
}

.tabs-menu.tabs-vertical.width-548px {
  width: 100%;
  max-width: 548px;
}

.tabs-menu.tabs-vertical.width-474px-desktop {
  width: 100%;
  max-width: 474px;
  margin-right: 40px;
}

.offices-tabs {
  background-color: #0000;
  width: 100%;
  padding: 0;
}

.offices-tabs.w--current {
  background-color: #0000;
}

.acordion-item-wrapper {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  cursor: pointer;
  border-radius: 24px;
  width: 100%;
  padding: 48px 64px;
  transition: transform 0.3s;
  display: flex;
}

.acordion-item-wrapper.v1 {
  box-shadow: none;
  border-left-width: 0;
  border-right-width: 0;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 40px 0;
}

.acordion-item-wrapper.v1:hover {
  transform: translate(8px);
}

.acordion-item-wrapper.v1.first {
  border-top-style: none;
  padding-top: 0;
}

.acordion-item-wrapper.v1.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.acordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.acordion-content-wrapper.v2.max-w-460px-desktop {
  max-width: 460px;
}

.acordion-content-wrapper.v2 {
  width: 100%;
  max-width: 730px;
}

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

.acordion-title {
  margin-bottom: 0;
}

.office-contact-details-flex-container {
  grid-column-gap: 32px;
  align-items: center;
  display: flex;
}

.acordion-side {
  margin-right: 24px;
}

.acordion-side.right-side {
  margin-left: 24px;
  margin-right: 0;
}

.btn-square-secondary {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 15px 0 var(--general--shadow-02);
  color: var(--neutral--800);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 24px;
  line-height: 1em;
  text-decoration: none;
  transition: color 0.3s, border-color 0.3s, transform 0.3s,
    background-color 0.3s;
  display: flex;
}

.btn-square-secondary.small {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  font-size: 20px;
}

.btn-square-secondary.small.accordian-btn.no-shadow {
  box-shadow: none;
}

.section-divider-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 1px;
  display: flex;
}

.title-left---content-right {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.title-left---content-right.center {
  align-items: center;
}

.collection-link-flex-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.collection-link-flex-container.align-stretch {
  align-items: stretch;
}

.btn-tertiary {
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border: 1px solid #0000;
  border-radius: 80px;
  justify-content: center;
  padding: 18px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: border-color 0.3s, background-color 0.3s, transform 0.3s,
    color 0.3s;
  box-shadow: 0 2px 6px #12142930;
}

.btn-tertiary:hover {
  border: 1px solid var(--neutral--100);
  color: var(--neutral--100);
  background-color: #0000;
  transform: translate3d(0, -3px, 0.01px);
}

.btn-tertiary.button-row {
  margin-right: 24px;
}

.color-text-bg {
  color: var(--brand-color);
}

.pd-top-100px {
  padding-top: 100px;
}

.category-badge-icon {
  width: 16px;
}

.image-container {
  position: relative;
}

.image-container.product-main-page {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 595px;
  display: flex;
}

.image-container.top-team---customer {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 461px;
  display: flex;
}

.image-container.hero-section---about-page {
  width: 44%;
  max-width: 582px;
  position: absolute;
  top: 16%;
  left: 50%;
}

.image-container.product-inner---small-card-right,
.image-container.hzl-tab-menu-top {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-container.vertical-tab-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-container.vertical-tab-menu.hide-on-desktop {
  display: none;
}

.blog-card-secondary {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-350 {
  font-size: 20px;
  line-height: 1.6em;
}

.form.inside-input {
  min-height: 60px;
}

.success-message-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.success-message-wrapper.inside-input {
  flex-direction: row;
  padding-left: 24px;
  padding-right: 24px;
}

.mg-bottom-72px {
  margin-bottom: 72px;
}

.pd-top-200px {
  padding-top: 200px;
}

.flip-180 {
  z-index: -1;
  transform-style: preserve-3d;
  position: absolute;
  inset: 7.5% 0% auto;
  transform: rotateX(0) rotateY(180deg) rotateZ(0);
}

.mg-top-80px {
  margin-top: 80px;
}

.feature-item-v1 {
  max-width: 344px;
}

.feature-item-v1.no-border {
  border-bottom-style: none;
  padding-bottom: 0;
}

.accordion-side {
  margin-right: 24px;
}

.accordion-side.right-side {
  margin-left: 24px;
  margin-right: 0;
}

.tab-icon-wrapper {
  opacity: 0.6;
  background-color: #0000;
  width: 100%;
  padding: 0;
  transition-property: opacity;
}

.tab-icon-wrapper:hover {
  opacity: 0.7;
}

.tab-icon-wrapper.w--current {
  opacity: 1;
  background-color: #0000;
}

.accordion-body {
  width: 100%;
  overflow: hidden;
}

.accordion-title {
  margin-bottom: 0;
}

.accordion-title.heading-h6-size.white {
  color: var(--neutral--100);
}

.accordion-item-wrapper {
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  width: 100%;
  padding: 48px 64px;
  transition: transform 0.3s;
  display: flex;
  box-shadow: 0 2px 12px #65697117;
}

.accordion-item-wrapper:hover {
  transform: scale3d(0.96, 0.96, 1.01);
}

.accordion-item-wrapper.v3 {
  box-shadow: none;
  border-width: 1px 0;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 32px 0;
  overflow: visible;
}

.accordion-item-wrapper.v3:hover {
  transform: translate(8px);
}

.accordion-item-wrapper.v3.tab-accordion---first {
  border-top-style: none;
  padding-top: 0;
}

.accordion-item-wrapper.v3.tab-accordion---last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.accordion-item-wrapper.v3.feature-tabs {
  background-color: var(--transparent);
  color: var(--neutral--100);
}

.accordion-item-wrapper.faq {
  box-shadow: none;
  border-left-width: 0;
  border-right-width: 0;
  border-radius: 0;
  flex-direction: column;
  margin-bottom: -1px;
  padding: 32px 0;
}

.accordion-item-wrapper.faq:hover {
  transform: translate(8px);
}

.accordion-item-wrapper.faq.first---desktop,
.accordion-item-wrapper.faq.first {
  border-top-width: 0;
  padding-top: 0;
}

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

.tabs-content---teams---home-v1 {
  align-self: center;
  width: 100%;
  overflow: visible;
}

.icon-list {
  margin-right: 8px;
}

.icon-list-item-wrapper {
  align-items: flex-start;
  display: flex;
}

.calc-form {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.calc-input-weight-wrap {
  position: relative;
}

.calc-input-ptype-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.calc-dimension-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.calc-input-item-unit {
  border: 1px solid var(--neutral--300);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 35%;
  height: 52px;
  font-size: 13px;
  display: flex;
  position: absolute;
  inset: 1px 1px 0% auto;
}

.calc-input-item-unit.in-gms {
  width: 100%;
  max-width: 80px;
}

.rate-calculator-container {
  border: 1px solid var(--general--shadow-03);
  border-radius: 20px;
  padding: 100px 48px;
  position: relative;
  overflow: hidden;
}

.calc-input-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.calc-input-item-ptype {
  border: 1px solid var(--neutral--400);
  color: var(--neutral--600);
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 32%;
  height: 54px;
  margin-bottom: 0;
  padding: 4px;
  font-size: 15px;
  display: flex;
  position: relative;
}

.calc-input-item-ptype:active,
.calc-input-item-ptype:focus {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

.calc-input-item-ptype.is-active {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
}

.card-4 {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  box-shadow: 0 2px 7px #14142b0f;
}

.card-4.team-card---home-v2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-color: #f2f4f8;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 72px;
  display: grid;
  overflow: hidden;
  box-shadow: 0 4px 10px #4149540d;
}

.form_input--error {
  border: 1px solid #e66;
}

.form_error--message {
  color: #e66;
  font-size: 0.75rem;
}

.rate-calc-item-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-bottom: 1px solid var(--neutral--300);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.rate-calc-item-wrap.last {
  border-bottom-style: none;
}

.rate-calc-mobile-result-toggle {
  display: none;
}

.hzl-tab-content-wrapper {
  margin-top: 64px;
  overflow: visible;
}

.hzl-tab-content-wrapper.bg-800 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 380px;
  display: flex;
}

.hzl-tab {
  grid-column-gap: 16px;
  opacity: 0.6;
  background-color: #0000;
  border-bottom: 1.5px solid #e5e7eb;
  justify-content: center;
  align-items: center;
  padding: 0 24px 24px;
  transition: border-color 0.3s, opacity 0.3s, color 0.3s;
  display: flex;
}

.hzl-tab:hover {
  opacity: 0.7;
  border-bottom-color: #9ca3af;
}

.hzl-tab.w--current {
  opacity: 1;
  background-color: #0000;
  border-bottom-color: #090f1d;
}

.hzl-tab.bg-800 {
  border-top: 1.5px none var(--neutral--600);
  border-bottom-color: var(--neutral--600);
  opacity: 0.5;
  color: var(--neutral--100);
  padding-top: 24px;
}

.hzl-tab.bg-800:hover {
  border-bottom-color: var(--neutral--500);
  opacity: 0.7;
}

.hzl-tab.bg-800.w--current {
  border-bottom-color: var(--neutral--100);
  opacity: 1;
}

.hzl-tab.bg-800.width-25-desktop-100-mobile {
  width: 25%;
}

.hzl-tab-pane {
  grid-column-gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.hzl-tabs-wrapper {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hzl-tabs-wrapper.bg-800._3-menu {
  grid-template-columns: 1fr 1fr 1fr;
}

.hzl-tabs-wrapper.bg-800.flex-wrapper {
  justify-content: space-between;
  display: flex;
}

.card-5 {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  box-shadow: 0 2px 7px #14142b0f;
}

.card-5.team-card---home-v2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-color: #f2f4f8;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 72px;
  display: grid;
  overflow: hidden;
  box-shadow: 0 4px 10px #4149540d;
}

.bg-brand-color {
  background-color: var(--brand-color);
}

.color-brand-swift {
  color: var(--brand-color);
}

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

.cta-image-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 55%;
  display: grid;
  position: absolute;
  inset: auto -10% -14% auto;
}

.line-rounded-icon-2 {
  font-family: Line Rounded Icons, Arial, sans-serif;
}

.line-rounded-icon-2.link-icon-right {
  margin-left: 6px;
  display: inline-block;
}

.line-rounded-icon-2.success-message-check {
  color: #1b1e3e;
  margin-bottom: 6px;
  font-size: 22px;
}

.line-rounded-icon-2.success-message-check.large {
  color: #408bfc;
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

.social-icon {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.social-media-flex-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.display-block {
  display: block;
}

.team-member-social-media-wrapper {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 12px;
  position: absolute;
  bottom: 16px;
  right: 16px;
  box-shadow: 0 2px 15px #65697117;
}

.text-no-break {
  white-space: nowrap;
}

.scroll-more-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(0, -50%);
}

.scroll-more-wrapper.not-clickable.hide {
  display: none;
}

.scroll-more-item {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  border-radius: 200px;
  padding: 12px 24px;
}

.integration-points-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mg-top-4px {
  margin-top: 4px;
}

.list-points-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.error-message-text {
  color: var(--error-message);
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}

.onboarding-password-toggle-icon {
  position: absolute;
  inset: 0% 0% 0% auto;
  transform: translate(-20px, 98%);
}

.onboarding-password-toggle-icon.hidden {
  cursor: pointer;
  display: block;
}

.onboarding-password-toggle-icon.visible {
  display: none;
}

.otp-time-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.onboarding-form-input-otp-item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.onboarding-form-otp {
  display: none;
  position: relative;
}

.onboarding-form-input-otp-wrapper {
  position: relative;
}

.onboarding-form-resend-text {
  color: var(--brand-color);
  text-align: right;
  cursor: pointer;
  font-size: 12px;
  display: none;
}

.otp-time-left {
  text-align: right;
  font-size: 12px;
}

.otp-verified-text {
  color: #4eac5b;
  text-align: right;
  letter-spacing: 0.75px;
  justify-content: flex-end;
  align-items: center;
  font-size: 12px;
  display: none;
}

.onboarding-bottom-content.mg-top-48px {
  margin-top: 32px;
}

.onboarding-login-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: left;
  font-size: 14px;
  display: flex;
}

.brands-logo-slider {
  background-color: var(--transparent);
  width: 100%;
  height: 100%;
}

.brand-logo-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 48px;
  max-height: 48px;
  display: flex;
}

.brands-logo-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.brands-logo-grid.customers {
  grid-template-columns: 1fr 1fr 1fr;
}

.onboarding-form-bottom-link:hover {
  color: var(--brand-color);
}

.onboarding-term-text {
  text-align: left;
  font-size: 13px;
  line-height: 18px;
}

.onboarding-hero-left-content {
  position: sticky;
  top: 48px;
}

.onboarding-success-text {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 5px;
}

.onboarding-success-flex {
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.customer-icon {
  flex: none;
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

.product-common-points-wrapper {
  border-left: 1.5px solid var(--neutral--400);
  margin-bottom: 32px;
  text-decoration: none;
}

.product-common-points-wrapper.web---mg-bottom-0 {
  margin-bottom: 0;
}

.pd-left-32px {
  padding-left: 32px;
}

.pd-left-32px.border-left-accent-1 {
  border-left: 2.5px solid var(--neutral--800);
  margin-left: -1.5px;
}

.products-points-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--neutral--500);
  grid-template-rows: auto;
  grid-template-columns: 16px 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.social-icon-logo {
  margin-bottom: -6px;
}

.social-icon-logo.facebook {
  margin-bottom: -4px;
}

.navbar-shadow {
  border-bottom: 1px solid var(--neutral--200);
  background-color: var(--neutral--100);
  opacity: 0;
  position: absolute;
  inset: 0%;
  box-shadow: 0 4px 16px #00000012;
}

.navbar-shadow.white {
  opacity: 1;
}

.page-wrapper {
  position: relative;
}

.check-icon {
  width: 14px;
  height: 14px;
  margin-top: 6px;
}

.text---brand-color {
  color: var(--brand-color);
}

.text---brand-color.color-neutral-800 {
  color: var(--accent--primary-1);
}

.text---brand-color.color-neutral-800.no-wrap {
  white-space: nowrap;
}

.features-inner-hero-image {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-semibold {
  font-weight: 600;
}

.tab-icon-wrapper---testing {
  opacity: 0.6;
  background-color: #0000;
  width: 100%;
  padding: 0;
  transition-property: opacity;
}

.tab-icon-wrapper---testing:hover {
  opacity: 0.7;
}

.tab-icon-wrapper---testing.w--current {
  opacity: 1;
  background-color: #0000;
}

.mg-top-auto {
  margin-top: auto;
}

.cms-item-link-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.dropdown-wrapper---blog-filter {
  width: 100%;
}

.product_video {
  z-index: 1;
  aspect-ratio: 19 / 41;
}

.hzl-tab-big-image {
  border: 1px solid var(--neutral--300);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  border-radius: 12px;
  width: 80%;
  margin-bottom: 26%;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.hzl-tab-big-image.left-top {
  margin-left: 0;
  margin-right: auto;
}

.hzl-tab-big-image.no-border {
  border-style: none;
}

.hzl-tab-small-image {
  z-index: 1;
  border: 1px solid var(--neutral--300);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  border-radius: 12px;
  width: 55%;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.hzl-tab-small-image.right-bottom {
  inset: auto 0% 0% auto;
}

.hzl-tab-small-image.no-border {
  border-style: none;
}

.product_video_wrapper {
  aspect-ratio: 19 / 41;
  border-radius: 24px;
  overflow: hidden;
}

.color-neutral-801 {
  color: #494b5c;
}

.error-message-2 {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  width: 100%;
  margin-top: 20px;
  padding: 20px 24px;
}

.success-message-2 {
  color: #fff;
  background-color: #408bfc;
  border-radius: 24px;
  padding: 28px 28px 32px;
}

.success-message-2.white-message {
  color: #1b1e3e;
  background-color: #fff;
}

.heading-h3-size-2 {
  color: #1b1e3e;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.455em;
}

.faq-wrapper {
  border-left: 1.5px solid var(--accent--primary-1);
  cursor: pointer;
  padding-left: 32px;
  transition: transform 0.3s;
}

.faq-wrapper:hover {
  transform: translate(0, -4px);
}

.contact-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #7e7f88;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.contact-link:hover {
  color: #408bfc;
}

.tab-link-60 {
  opacity: 0.6;
  background-color: #0000;
  padding: 0;
  transition-property: none;
}

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

.contact-links-wrapper {
  grid-row-gap: 32px;
  border-left: 1.5px solid #dbdbdd;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  display: flex;
}

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

.sticky-top {
  position: sticky;
  top: 24px;
}

.padding-4rem {
  padding-right: 4rem;
}

.testimonial-list {
  align-items: stretch;
  height: 100%;
  display: flex;
}

.testimonial-item {
  height: 100%;
  min-height: 100%;
}

.collection-list-wrapper-2 {
  height: 100%;
}

.contact-tabs-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-bottom: 0;
  padding-left: 50px;
  display: flex;
}

.contact-tabs-link {
  background-color: #fff;
}

.contact-tabs-link.btn-secondary.w--current {
  border-color: var(--neutral--100);
  background-color: var(--neutral--800);
  color: var(--secondary--color-2);
}

.contact-radio {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-radio-button {
  width: 16px;
  height: 16px;
}

.contact-checkbox-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.contact-checkbox {
  width: 16px;
  height: 16px;
}

.contact-form-success-wrapper {
  background-color: #fff;
}

.hidden,
.image-2,
.about-us-hidden-on-desktop {
  display: none;
}

.image-3 {
  margin-bottom: -320px;
}

.btn-primary-2 {
  pointer-events: auto;
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: var(--brand-primary);
  border-radius: 80px;
  justify-content: center;
  padding: 18px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s, color 0.3s;
  box-shadow: 0 2px 6px #12142930;
}

.btn-primary-2:hover {
  color: var(--brand-signup-hover-text);
  background-color: var(--brand-secondary);
  transform: translate3d(0, -3px, 0.01px);
}

.btn-primary-2.small {
  padding: 14px 18px;
  font-size: 14px;
  line-height: 14px;
}

.btn-primary-2.small.header-btn-hidde-on-mb {
  margin-left: 16px;
}

.btn-primary-2.small.header-btn-hidde-on-mb:hover {
  color: #000;
  background-color: #ffcd00;
}

.hamburger-menu-bar-2 {
  background-color: #1b1e3e;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.btn-secondary-2 {
  color: #1b1e3e;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #ebebf0;
  border-radius: 96px;
  padding: 18px 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  transition: border-color 0.3s, transform 0.3s, background-color 0.3s,
    color 0.3s;
  box-shadow: inset 0 -3px 5px #1214290a, 0 2px 6px #1214290f;
}

.btn-secondary-2:hover {
  color: #fff;
  background-color: #1b1e3e;
  border-color: #1b1e3e;
  transform: translate3d(0, -3px, 0.01px);
}

.btn-secondary-2.small {
  padding: 14px 18px;
  font-size: 14px;
  line-height: 14px;
}

.btn-secondary-2.small:hover {
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
}

.line-rounded-icon-3 {
  font-weight: 400;
}

.line-rounded-icon-3.link-icon-right {
  margin-left: 6px;
  display: inline-block;
}

.header-nav-list-item-2 {
  color: #1b1e3e;
  flex: 0 auto;
  margin-bottom: 0;
  padding-left: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.125em;
}

.header-nav-list-item-2.show-in-tablet {
  display: none;
}

.onboarding-form-resend-text-2 {
  color: #4eac5b;
  text-align: right;
  cursor: pointer;
  font-size: 12px;
  display: none;
}

.brands-logo-slider-2 {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.input-2 {
  background-color: #fff;
  border: 1px solid #ebebf0;
  border-radius: 100px;
  min-height: 46px;
  margin-bottom: 0;
  padding: 16px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 0.92em;
  transition: box-shadow 0.3s, color 0.3s, border-color 0.3s;
  box-shadow: 0 2px 6px #1b1e3e14;
}

.input-2:hover {
  border-color: #9e9fa8;
  box-shadow: 0 2px 12px #14142b1a;
}

.input-2:focus {
  color: #1b1e3e;
  border-color: #1b1e3e;
}

.input-2::placeholder {
  color: #7e7f88;
  font-size: 14px;
}

.input-2.verified {
  color: #fff;
  background-color: #1b1e3e;
  align-items: center;
  margin-left: 12px;
  text-decoration: none;
  display: none;
}

.input-2.otp {
  text-align: center;
  min-height: 46px;
  padding: 16px 18px;
}

.input-2.verified-ekart {
  color: #fff;
  background-color: var(--brand-primary);
  align-items: center;
  margin-left: 12px;
  text-decoration: none;
  display: none;
}

.color-neutral-802 {
  color: #9e9fa8;
}

.color-neutral-802.mg-bottom-24px {
  color: #fff;
}

.select-field {
  color: #7e7f88;
  background-color: #fff;
  border: 1px solid #ebebf0;
  border-radius: 100px;
  min-height: 46px;
  margin: 0;
  padding: 14px 18px;
  transition: border-color 0.3s, color 0.3s, box-shadow 0.3s;
  box-shadow: 0 2px 6px #1b1e3e14;
  font-size: 14px;
}

.select-field:hover {
  border-color: var(--neutral--700);
}

.card-6 {
  background-color: #fff;
  border: 1px solid #ebebf0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 2px 6px #1b1e3e14;
}

.card-6.form {
  border-width: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 588px;
  margin-bottom: 0;
  padding: 24px;
  display: flex;
  box-shadow: 0 2px 12px #14142b14;
}

.card-6.form.onboarding {
  align-items: stretch;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.card-6.form.onboarding.success {
  display: none;
}

.error-message-text-2 {
  color: #ff4d4f;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
}

.filled-icons-2.verified-icon {
  color: #4eac5b;
  padding-top: 2px;
  padding-left: 4px;
  font-weight: 400;
  display: none;
}

.text-201 {
  font-size: 14px;
  line-height: 1.125em;
}

.text-block {
  margin-top: 0;
}

.success-message-3 {
  color: #fff;
  background-color: #1b1e3e;
  border-radius: 24px;
  padding: 28px 28px 32px;
}

.success-message-3.white-message {
  color: #1b1e3e;
  background-color: #fff;
}

.text-block-2 {
  margin-top: 10px;
}

.display-5 {
  color: #1b1e3e;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.353em;
}

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

.image-5.brand-logo {
  width: auto;
}

.image-5.brand-logo.auto-height {
  color: #fff;
  width: 105px;
  height: auto;
}

.image-5.brand-logo.auto-height.bummer {
  padding-bottom: 8px;
}

.image-5.brand-logo.auto-height._1 {
  width: 80px;
}

.image-5.brand-logo.aretto {
  padding-bottom: 12px;
}

.image-5.brand-logo.bear-house {
  height: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

.onboarding-form-bottom-link-2:hover {
  color: var(--brand-primary);
}

.line-rounded-icon-4 {
  font-weight: 400;
}

.line-rounded-icon-4.success-message-check {
  color: #1b1e3e;
  margin-bottom: 6px;
  font-size: 22px;
}

.line-rounded-icon-4.success-message-check.large {
  color: #1b1e3e;
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

.display-6 {
  color: #1b1e3e;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.278em;
}

.display-6.color-neutral-100 {
  color: #fff;
}

.color-neutral-803 {
  color: #1b1e3e;
}

.footer-wrapper-2 {
  background-color: #fff;
}

.social-links-single---container-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.social-media-link-2 {
  color: #1b1e3e;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: transform 0.3s, color 0.3s;
  display: flex;
}

.social-media-link-2:hover {
  transform: translate(0, -2px);
}

.text-401 {
  font-size: 16px;
  line-height: 1.125em;
}

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

.text-401.bold.footer-title {
  color: #1b1e3e;
  margin-bottom: 32px;
  text-decoration: none;
}

.text-401.bold.footer-title.p {
  margin-bottom: 16px;
}

.footer-link-2 {
  color: #7e7f88;
  text-transform: capitalize;
  white-space: nowrap;
  width: auto;
  max-width: 0;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #1b1e3e;
}

.footer-link-2.w--current {
  color: #7e7f88;
}

.footer-link-2.w--current:hover {
  color: #1b1e3e;
}

.footer-link-2.bold {
  font-weight: 600;
}

.footer-link-2.wrap {
  white-space: normal;
}

.footer-link-2.email {
  text-transform: lowercase;
}

.footer-logo-2 {
  width: auto;
  height: 32px;
  transition: transform 0.3s;
}

.paragraph,
.paragraph-2,
.paragraph-3,
.paragraph-4,
.paragraph-5 {
  color: var(--neutral--300);
}

.toggle-tag {
  color: #fff;
  background-color: #000;
  padding: 0.5rem;
  position: relative;
}

.dropdown-toggle-2 {
  border: 1px solid #000;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 1rem;
  display: flex;
}

.dropdown-wrapper-2 {
  background-color: #fff;
  border: 1px solid #000;
  width: 100%;
  max-height: 15rem;
  overflow: auto;
}

.dropdown {
  width: 100%;
}

.multicheck {
  width: 31.25rem;
}

.multicheck.is-1 {
  z-index: 2;
  position: relative;
}

.toggle-tags {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1.25rem;
  display: flex;
}

.toggle-text {
  white-space: pre-wrap;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.drodpown-list {
  background-color: #ddd0;
}

.results-classes {
  display: none;
  overflow: visible;
}

.ms-multi-select-wrap {
  background-color: #fff;
  border: 1px solid #ebebf0;
  border-radius: 24px;
  flex-wrap: wrap;
  width: 100%;
  max-height: 150px;
  padding: 1rem 0.5rem 0.25rem 0.7rem;
  transition: box-shadow 0.3s, color 0.3s, border-color 0.3s;
  display: flex;
  overflow: scroll;
  box-shadow: 0 2px 6px #1b1e3e14;
}

.ms-input {
  color: #121331;
  background-color: #fff;
  border: 1px solid #12133140;
  border-radius: 5px;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow 0.2s, border-color 0.2s;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-input:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input::placeholder {
  color: #909090;
}

.ms-input.has-left-icon {
  padding-left: 38px;
}

.ms-dropdown-cb {
  z-index: 3;
  cursor: pointer;
  border-color: #0000;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.ms-dropdown-cb:hover {
  background-color: #0000000d;
}

.ms-dropdown-cb.w--redirected-checked {
  background-color: var(--brand-primary);
  background-image: url("../images/noun_Close_3610311.svg"),
    linear-gradient(#ffffffe6, #ffffffe6), linear-gradient(#2962ff, #2962ff);
  background-position: 90%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 14px, auto, auto;
  border: 2px solid var(--brand-primary);
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.ms-svg {
  z-index: 3;
  color: #12133140;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: 10px auto auto 10px;
}

.ms-dropdown-cb-label {
  z-index: 3;
  color: #121331;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.ms-input-wrap {
  padding: 0;
  display: flex;
  position: relative;
}

.ms-text-color-grey {
  opacity: 0.7;
}

.search-result {
  z-index: 2;
  flex: none;
  align-items: center;
  width: 100%;
  margin-bottom: 0.25rem;
  margin-right: 0;
  padding: 0.3rem 0 0.2rem 0.7rem;
  line-height: 1.4em;
  display: flex;
  position: relative;
}

.search-result:hover {
  border-color: #1200ee;
  position: relative;
  box-shadow: 0 20px 30px -10px #00000021;
}

.search-result.results {
  order: 2;
}

.ms-input-label {
  color: var(--neutral--800);
  margin-bottom: 12px;
  font-weight: 700;
}

.ms-drawer-top {
  color: #121331;
  border-radius: 16px 16px 0 0;
  justify-content: space-between;
  align-items: center;
  padding: 11px 10px 10px;
  font-weight: 400;
  display: flex;
}

.ms-drawer-top:hover {
  background-color: #ebebeb;
}

.ms-pill-wrap {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-wrap: wrap;
  padding-top: 5px;
  display: flex;
}

.ms-pill-item {
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.ms-dropdown-svg {
  opacity: 0.5;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 20px;
  display: flex;
}

.ms-how-drawer {
  background-color: #f8f8f8;
  border-radius: 16px;
  width: 100%;
  margin-top: -10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.ms-how-drawer.for-radio {
  margin-top: 10px;
}

.ms-pill-icon {
  color: #2962ff;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 30px;
  padding-left: 10px;
  padding-right: 5px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.ms-pill-label {
  z-index: 2;
  white-space: nowrap;
  border: 1px solid #12133140;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 2px;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 700;
  line-height: 2em;
  position: relative;
  inset: 0% auto 0% 0%;
}

.ms-pill-label:hover {
  border-color: #2962ff;
}

.ms-pill-label.has-icon {
  border-color: #006cb440;
}

.ms-pill-checkbox {
  display: none;
}

.ms-embed {
  background-color: #ededed;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  margin-bottom: 10px;
  font-style: italic;
  display: flex;
}

.ms-drawer-contain {
  border-top: 1px solid #e0e0e0;
  padding: 10px 20px;
}

.div-block-2,
.div-block-4 {
  display: block;
}

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

  h2 {
    margin-bottom: 12px;
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
  }

  .grid-2-columns.style---styleguide-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

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

  .grid-2-columns.cta-v1 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.logo-strip-v4,
  .grid-2-columns.title-and-categories,
  .grid-2-columns.title-and-categories.mg-bottom-48px {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.gap-48px {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .grid-2-columns.text-left-default.integrations-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.text-right-default,
  .grid-2-columns.content-left-short {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.content-left-short.gap-row-24px {
    grid-row-gap: 24px;
  }

  .grid-2-columns.content-left-short.gap-row-64px-tablet {
    grid-row-gap: 64px;
  }

  .grid-2-columns.home-hero-grid {
    grid-row-gap: 64px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.about-hero-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 64px;
  }

  .grid-2-columns.about-stats-grid {
    grid-column-gap: 32px;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .grid-2-columns.rich-text-left---card-right {
    grid-column-gap: 32px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.rich-text-left---card-right.v2 {
    grid-template-columns: 1fr;
  }

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

  .grid-2-columns.careers-grid {
    grid-column-gap: 48px;
  }

  .grid-2-columns.product-section {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.product-section.hero {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.blog-grid {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.product-main {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.product-main.reverse {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.faq {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

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

  .grid-2-columns.hero-section---solution {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.cta-v2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.cta-grid {
    grid-row-gap: 64px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.request-demo-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.text-left-default {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .style---navigation-sidebar {
    box-shadow: none;
    min-height: auto;
    max-height: 100%;
    position: static;
  }

  .card.form {
    min-height: 556px;
    padding: 48px 32px;
  }

  .card.blog-sidebar {
    width: 100%;
    max-width: none;
    position: static;
    top: 0;
  }

  .card.integration-single-card {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.hero-section-glossary {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .card.customer-card {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    padding: 64px 40px;
  }

  .card.mg-top-48px.rate-calc-result,
  .card.mg-top-48px.rate-calc-result-mbl {
    flex-direction: row;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

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

  .grid-4-columns.gap-24px.about-images-wrapper {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .style---block-sub-heading {
    margin-bottom: 24px;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .divider._140px {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 250px) 1fr;
  }

  .mg-bottom-32px.mg-bottom-16px-tablet {
    margin-bottom: 16px;
  }

  .text-200.bold.footer-title {
    font-size: 18px;
  }

  .text-200.bold.nav-dropdown-title {
    font-size: 16px;
  }

  .display-1 {
    font-size: 50px;
  }

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

  .grid-1-column.blog-secondary-grid {
    grid-row-gap: 24px;
  }

  .gap-row-80px {
    grid-row-gap: 56px;
  }

  .display-2 {
    font-size: 36px;
  }

  .display-3 {
    font-size: 32px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 140px;
  }

  .text-400 {
    font-size: 22px;
  }

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

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 64px;
  }

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

  .grid-3-columns.logo-strip-v4 {
    grid-template-columns: auto auto auto;
    place-content: center;
    justify-items: center;
  }

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

  .grid-3-columns.integations-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns.features-section-v1 {
    grid-row-gap: 48px;
    grid-template-columns: auto auto;
  }

  .grid-3-columns.features-section-v1.integration {
    margin-right: 0;
  }

  .style---heading {
    min-height: auto;
    margin-bottom: 60px;
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .inner-container._600px.full-width-mobile {
    max-width: 600px;
  }

  .inner-container._400px.full-width-tablet,
  .inner-container._460px.full-width-tablet,
  .inner-container._500px.full-width-tablet,
  .inner-container._500px.full-width-tablet,
  .inner-container._700px,
  .inner-container._485px.mg-bottom-32px,
  .inner-container._550px {
    max-width: 100%;
  }

  .inner-container._560px.center-desktop {
    margin-left: 0;
  }

  .inner-container._415px.full-width-tablet,
  .inner-container._675px,
  .inner-container._750px.full-width-tablet,
  .inner-container._425px.full-width-tablet,
  .inner-container._715px.full-width-tablet,
  .inner-container._350px.full-width-tablet {
    max-width: 100%;
  }

  .inner-container._500px-tablet {
    max-width: 500px;
  }

  .inner-container.full-width-tablet,
  .inner-container._530px._100-tablet,
  .inner-container._640px.full-width-tablet {
    max-width: 100%;
  }

  .inner-container.form {
    max-width: none;
  }

  .inner-container.about-logo {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .inner-container.show-on-desktop {
    display: none;
  }

  .inner-container._640px.full-width-tablet {
    max-width: 100%;
  }

  .style---content-heading {
    margin-bottom: 60px;
    padding: 32px;
  }

  .btn-primary {
    white-space: nowrap;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    margin-left: 0;
    margin-right: 16px;
  }

  .position-relative.home-hero-bg-wrapper {
    justify-content: flex-end;
    bottom: 0%;
  }

  .position-relative.cta-card-wrapper {
    padding-top: 0;
  }

  .avatar-circle._06 {
    width: 140px;
    max-width: 140px;
    height: 140px;
    max-height: 140px;
  }

  .avatar-circle._07 {
    width: 160px;
    max-width: 160px;
    height: 160px;
    max-height: 160px;
  }

  .avatar-circle._08 {
    width: 280px;
    max-width: 280px;
    height: 280px;
    max-height: 280px;
  }

  .rich-text blockquote {
    padding: 64px 32px;
    font-size: 20px;
  }

  .style---dropdown-wrapper-sidebar {
    display: none;
  }

  .buttons-row.right.left-tablet {
    justify-content: flex-start;
  }

  .buttons-row.mg-bottom-48px.mg-bottom-32px-tablet {
    margin-bottom: 32px;
  }

  .style---sidebar-wrapper {
    overflow: hidden;
  }

  .style---logo-wrapper {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-default {
    padding-left: 32px;
    padding-right: 32px;
  }

  .container-default.pd-top-8px {
    padding-top: 0;
  }

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

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

  .section.small.tablet-pd-top-0px {
    padding-top: 0;
  }

  .section.bg-neutral-200.search-result {
    padding-top: 140px;
  }

  .section.home-hero {
    min-height: auto;
    max-height: none;
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .section.pd-80px {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.pd-150px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .section.pd-100px.pd-top-64px {
    padding-top: 48px;
    padding-bottom: 80px;
  }

  .section.products-single-hero {
    padding-top: 140px;
  }

  .section.pd-140px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.glossary-hero {
    padding-top: 120px;
  }

  .section.platforms---hero {
    padding-top: 140px;
  }

  .section.hero-section--about {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .section.customer---hero {
    padding-top: 140px;
    padding-bottom: 64px;
  }

  .section.hero-about {
    padding-top: 140px;
    padding-bottom: 80px;
  }

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

  .section.integration-hero {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section.legal {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .section.career {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .section.glossary-items {
    padding-bottom: 100px;
  }

  .section.blog-main {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section.faq-hero {
    padding-bottom: 40px;
  }

  .section.integration-inner,
  .section.blog-hero {
    padding-top: 140px;
  }

  .section.blog-post---hero {
    padding-top: 150px;
  }

  .section.onboarding,
  .section.onboarding-ekart {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .heading-h1-size {
    font-size: 48px;
  }

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

  .heading-h6-size.blog-card-title.popular-blog-wrapper {
    font-size: 18px;
  }

  .header-nav-menu-wrapper {
    border-top: 1px solid var(--neutral--300);
    border-bottom: 1px solid var(--neutral--300);
    background-color: var(--neutral--100);
    padding: 24px 24px 16px;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-nav-list-item {
    margin-bottom: 18px;
    padding-left: 0;
  }

  .header-nav-list-item.show-in-tablet {
    display: block;
  }

  .dropdown-column-wrapper {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
    width: 100%;
    padding-top: 0;
  }

  .dropdown-column-wrapper.w--open {
    position: static;
    transform: none;
  }

  .dropdown-column-wrapper.resources {
    min-width: auto;
  }

  .dropdown-pd {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    padding: 20px 0 4px;
  }

  .dropdown-pd.blog {
    padding-bottom: 0;
  }

  .hamburger-menu-wrapper {
    transition: transform 0.3s;
  }

  .hamburger-menu-wrapper:hover {
    transform: translate(0, -2px);
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .utility-page-wrap {
    padding-bottom: 80px;
  }

  .flex-vertical.gap-row-32px.gap-row-16px-tablet {
    grid-row-gap: 16px;
  }

  .flex-horizontal.title-left---end {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }

  .footer-links-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .error-message.password {
    margin-left: 32px;
    margin-right: 32px;
  }

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

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

  .floating-item.home-hero {
    max-width: 100%;
    max-height: 55%;
    inset: auto 0% 0%;
  }

  .cta-card {
    padding: 72px 54px;
  }

  .accordion-spacer {
    min-height: 12px;
  }

  .blog-card-image-wrapper.popular-blog-card-image-wrapper {
    width: 100px;
    min-width: 100px;
    height: 100px;
    min-height: 100px;
  }

  .categories-badges-wrapper {
    grid-row-gap: 16px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .image-wrapper.about-image-wrapper-bottom,
  .image-wrapper.about-image-wrapper-top {
    border-radius: 10px;
  }

  .image-wrapper.careers-hero-image-wrapper {
    margin-top: -82px;
  }

  .image-wrapper.blob-top-image-wrapper {
    z-index: -1;
    top: -65%;
    left: -78%;
  }

  .image-wrapper.blob-bottom-image-wrapper {
    z-index: -1;
    bottom: -67%;
    right: -17%;
  }

  .image-wrapper.integrations-image-wrapper {
    max-width: 400px;
  }

  .image-wrapper.integrations-image-wrapper.full-width-tablet {
    max-width: none;
  }

  .image-wrapper.office-image {
    max-width: 100%;
    min-height: auto;
  }

  .image-wrapper.integration-image {
    margin-right: 0%;
  }

  .image-wrapper.hero-section---bg-image--terms {
    width: 250vw;
    transform: translate(-50vw, -32%);
  }

  .image-wrapper.hero-section---bg-image-right---integrations {
    transform: translate(6%, -15%);
  }

  .image-wrapper.hero-section---bg-image-left---integrations {
    width: 1300px;
    transform: translate(0, 8%);
  }

  .image-wrapper.analytics---bg-image---features-v1 {
    width: 115%;
    transform: translate(1%, -15%);
  }

  .image-wrapper.hero-section---bg-image---careers {
    max-width: 1250px;
  }

  .image-wrapper.hero-section---bg-image---customers {
    transform: translate(0%, 9%);
  }

  .image-wrapper.hero-section---customers {
    min-height: auto;
  }

  .image-wrapper.top-team-bg-image---customer {
    max-width: none;
  }

  .image-wrapper.center-team-bg-image---customer {
    width: 150%;
  }

  .image-wrapper.hero-section---bg-image---solutions {
    width: 200%;
    max-width: none;
    transform: translate(8%, 14%);
  }

  .image-wrapper.products-bg-image {
    width: 1000px;
    transform: translate(38%, 4%);
  }

  .image-wrapper.about---hero---top-left,
  .image-wrapper.about---hero---bottom-right,
  .image-wrapper.about---hero---bottom-left,
  .image-wrapper.about---hero---top-right {
    max-width: none;
  }

  .dropdown-nav-grid {
    flex-flow: row;
    display: flex;
  }

  .bg-image-wrapper.image-card.cta-bottom-left-float,
  .bg-image-wrapper.image-card.cta-rght-float,
  .bg-image-wrapper.image-card.cta-top-left-float {
    border-radius: 10px;
  }

  .bg-image-wrapper.home-hero-image {
    width: 90%;
    max-width: 100%;
    position: relative;
    left: auto;
    right: auto;
  }

  .position-absolute.home-hero-left-float {
    max-width: 33%;
    bottom: -25%;
    left: -7.5%;
  }

  .position-absolute.product-hero-left-float {
    max-width: 33%;
    left: -7.5%;
  }

  .bg-neutral-800-container {
    padding: 80px 56px;
  }

  .image-card.features-images-right---bottom-image,
  .image-card.features-images-right---top-image {
    max-width: none;
  }

  .image-card.top-team---bottom-image---customer {
    width: 48%;
    max-width: 100%;
  }

  .image-card.top-team---top-image---customer {
    width: 87%;
    max-width: 100%;
  }

  .image-card.center-team---bottom-image---customer,
  .image-card.center-team---top-image---customer {
    max-width: none;
  }

  .integrations-container {
    max-width: 100%;
  }

  .testimonial-container {
    position: relative;
  }

  .category-badge.right {
    margin-left: 0;
    margin-right: 16px;
  }

  .full-width {
    width: 100%;
  }

  .full-width-tablet {
    width: 100%;
    max-width: 100%;
  }

  .career-card-content-bottom {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .apply-now-card {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

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

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

  .footer-grid {
    grid-column-gap: 48px;
    grid-row-gap: 64px;
    grid-template-columns: 2.25fr 1fr;
  }

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

  .footer-grid.links-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer-first-column {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .pd-32px.shadow-03.border-radius-12px {
    text-align: center;
    width: 100%;
  }

  .tabs-wrapper.tab-menu-left.flex-reverse {
    flex-direction: column-reverse;
  }

  .tabs-wrapper.tabs-menu-left {
    flex-direction: column;
  }

  .tabs-wrapper.tabs-menu-left.hidden-on-desktop {
    display: flex;
  }

  .tabs-content---offices-tabs {
    margin-top: 64px;
    padding-right: 0;
  }

  .tabs-content---offices-tabs.shown-on-desktop {
    display: none;
  }

  .tabs-menu.tabs-vertical.width-548px,
  .tabs-menu.tabs-vertical.width-474px-desktop,
  .acordion-content-wrapper.v2.max-w-460px-desktop {
    max-width: 100%;
  }

  .title-left---content-right.about-us {
    flex-direction: row;
  }

  .btn-tertiary {
    white-space: nowrap;
  }

  .pd-top-100px {
    padding-top: 80px;
  }

  .image-container.product-main-page {
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-container.top-team---customer {
    max-width: 100%;
  }

  .image-container.hero-section---about-page {
    width: 100%;
    max-width: none;
    margin-top: 0;
    position: relative;
    top: auto;
    left: auto;
  }

  .image-container.product-inner---small-card-right {
    max-width: 100%;
  }

  .image-container.hzl-tab-menu-top {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-container.hzl-tab-menu-top.bg-800 {
    width: 85%;
  }

  .image-container.vertical-tab-menu {
    max-width: 100%;
  }

  .image-container.vertical-tab-menu.hide-on-desktop {
    display: block;
  }

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

  .pd-top-200px {
    padding-top: 140px;
  }

  ._100-tablet {
    width: 100%;
    max-width: 100%;
  }

  .feature-item-v1 {
    max-width: 100%;
  }

  .accordion-item-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion-item-wrapper.v3:hover {
    transform: translate(6px);
  }

  .accordion-item-wrapper.faq.first---desktop {
    border-top-width: 1px;
    padding-top: 32px;
  }

  .tabs-content---teams---home-v1 {
    margin-top: 64px;
    padding-left: 0;
    display: none;
  }

  .calc-form {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .calc-input-ptype-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .calc-input-item-unit {
    height: 53px;
    margin-top: -0.5px;
  }

  .rate-calculator-container {
    padding: 80px 56px;
  }

  .calc-input-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .calc-input-item-ptype {
    max-width: none;
  }

  .card-4.team-card---home-v2 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    padding: 64px 40px;
  }

  .rate-calc-item-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-right: 1px solid var(--neutral--300);
    border-bottom-style: none;
    grid-template-columns: 1fr;
    justify-items: center;
    width: 100%;
    padding: 24px;
    font-size: 0.95rem;
  }

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

  .hzl-tab-content-wrapper {
    margin-top: 64px;
  }

  .hzl-tab {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hzl-tab.bg-800 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

  .hzl-tab.bg-800.width-25-desktop-100-mobile {
    width: 100%;
  }

  .hzl-tab-pane {
    grid-row-gap: 64px;
    flex-direction: column;
  }

  .hzl-tabs-wrapper.bg-800.flex-wrapper {
    flex-flow: column;
  }

  .card-5.team-card---home-v2 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    padding: 64px 40px;
  }

  .cta-image-wrapper {
    width: 100%;
    margin-bottom: -115px;
    position: static;
  }

  .onboarding-hero-left-content {
    position: static;
  }

  .product-common-points-wrapper.web---mg-bottom-0 {
    margin-bottom: 32px;
  }

  .product-common-points-wrapper.web---mg-bottom-0.last {
    margin-bottom: 0;
  }

  .products-points-wrapper {
    align-items: center;
  }

  .faq-wrapper {
    padding-left: 24px;
  }

  .padding-4rem {
    padding-right: 0;
  }

  .contact-tabs-menu {
    padding-left: 32px;
  }

  .about-us-hidden-on-desktop {
    display: block;
  }

  .feature-desktop-tabs.hidden-on-mobile {
    display: none;
  }

  .btn-primary-2 {
    white-space: nowrap;
  }

  .btn-primary-2.small.header-btn-hidde-on-mb {
    margin-left: 0;
    margin-right: 16px;
  }

  .hamburger-menu-bar-2 {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar-2.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .header-nav-menu-wrapper-2 {
    background-color: #fff;
    border-top: 1px solid #ebebf0;
    border-bottom: 1px solid #ebebf0;
    padding: 24px 24px 16px;
  }

  .header-nav-list-item-2 {
    margin-bottom: 18px;
    padding-left: 0;
  }

  .header-nav-list-item-2.show-in-tablet {
    display: block;
  }

  .card-6.form {
    min-height: 556px;
    padding: 48px 32px;
  }

  .display-5 {
    font-size: 32px;
  }

  .display-6 {
    font-size: 50px;
  }

  .text-401.bold.footer-title {
    font-size: 18px;
  }
}

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

  h1 {
    margin-bottom: 10px;
    font-size: 40px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  blockquote {
    border-radius: 18px;
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: auto;
  }

  .grid-2-columns.content-left-short.gap-row-24px {
    grid-row-gap: 20px;
  }

  .grid-2-columns.about-hero-grid {
    margin-bottom: 56px;
  }

  .grid-2-columns.about-stats-grid {
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .grid-2-columns.rich-text-left---card-right,
  .grid-2-columns.rich-text-left---card-right.v2 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.blog-2-columns-wrapper {
    grid-column-gap: 28px;
    grid-row-gap: 48px;
  }

  .grid-2-columns.careers-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.perks-grid {
    grid-column-gap: 24px;
  }

  .grid-2-columns.product-section,
  .grid-2-columns.product-section.hero,
  .grid-2-columns.grid-default,
  .grid-2-columns.hero-section---solution {
    grid-row-gap: 48px;
  }

  .grid-2-columns.cta-grid {
    grid-row-gap: 56px;
  }

  .grid-2-columns.form {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .card.form {
    border-radius: 16px;
    min-height: 548px;
    padding: 40px 32px;
  }

  .card.form.bg-neutral-800 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .card.testimonial-card {
    margin-left: 16px;
    padding: 24px;
  }

  .card.blog-sidebar {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.integration-single-card {
    padding: 32px 24px;
  }

  .card.hero-section-glossary {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.hero-section-faq {
    padding: 64px 32px;
  }

  .card.customer-card {
    grid-row-gap: 56px;
    padding: 48px 32px;
  }

  .card.integration-stats {
    border-radius: 12px;
    justify-content: center;
  }

  .card.mg-top-48px.rate-calc-result,
  .card.mg-top-48px.rate-calc-result-mbl {
    align-items: stretch;
  }

  .style---color-block {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }

  .grid-4-columns.gap-24px.about-images-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .style---block-sub-heading.border {
    margin-bottom: 48px;
    padding-bottom: 24px;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider._140px {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .style---typography-block-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .style---content-block {
    margin-bottom: 64px;
  }

  .mg-bottom-32px {
    margin-bottom: 28px;
  }

  .mg-bottom-40px {
    margin-bottom: 34px;
  }

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

  .mg-bottom-56px {
    margin-bottom: 48px;
  }

  .mg-bottom-64px {
    margin-bottom: 56px;
  }

  .mg-top-48px {
    margin-top: 40px;
  }

  .mg-left-40px {
    margin-left: 32px;
  }

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

  .text-200.bold.footer-title {
    margin-bottom: 20px;
  }

  .display-1 {
    font-size: 42px;
  }

  .grid-1-column.gap-column-24px {
    grid-row-gap: 20px;
  }

  .grid-1-column.gap-row-64px {
    grid-row-gap: 48px;
  }

  .grid-1-column._2-col-tablet-form {
    grid-template-columns: 1fr;
  }

  .grid-1-column.gap-row-32px.gap-row-24px-mbl {
    grid-row-gap: 24px;
  }

  .display-2 {
    font-size: 32px;
  }

  .display-3 {
    font-size: 28px;
  }

  .display-4 {
    font-size: 22px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 120px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .text-400 {
    font-size: 20px;
  }

  .text-300 {
    font-size: 18px;
  }

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

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

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 40px;
  }

  .grid-3-columns.style---buttons-grid {
    grid-template-columns: auto;
  }

  .grid-3-columns.gap-row-48px {
    grid-row-gap: 40px;
  }

  .grid-3-columns.gap-column-56px.gap-row-48px {
    grid-row-gap: 48px;
  }

  .grid-3-columns.team-members-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns.features-section-v1 {
    grid-template-columns: 1fr;
  }

  .style---shadow-card {
    border-radius: 18px;
  }

  .style---heading {
    padding: 104px 24px;
  }

  .inner-container._600px,
  .inner-container._600px.full-width-mobile {
    max-width: 100%;
  }

  .inner-container._400px {
    width: 100%;
    max-width: 100%;
  }

  .inner-container._460px,
  .inner-container._500px,
  .inner-container._640px,
  .inner-container._585px,
  .inner-container._560px.center-desktop,
  .inner-container._415px,
  .inner-container._575px,
  .inner-container._515px,
  .inner-container._645px,
  .inner-container._750px,
  .inner-container._615px,
  .inner-container._540px,
  .inner-container._465px,
  .inner-container._425px,
  .inner-container._715px,
  .inner-container._555px.center,
  .inner-container._510px,
  .inner-container._520px,
  .inner-container._530px,
  .inner-container._560px {
    max-width: 100%;
  }

  .inner-container.text-center.mg-bottom-80px {
    margin-bottom: 64px;
  }

  .inner-container._590px,
  .inner-container._640px,
  .inner-container._520px.full-width-mbl,
  .inner-container._535px,
  .inner-container._640px {
    max-width: 100%;
  }

  .style---content-heading {
    border-radius: 18px;
    margin-bottom: 36px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .style---heading-icon-wrapper {
    border-radius: 16px;
    max-width: 58px;
  }

  .style---content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .style---card-wrapper {
    border-radius: 18px;
  }

  .style---bg-white {
    padding: 34px 24px;
  }

  .btn-primary {
    padding: 16px 20px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    display: none;
  }

  .btn-primary.large {
    padding: 20px 32px;
  }

  .btn-primary.inside-input.default {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn-primary.button-row {
    margin-right: 16px;
  }

  .btn-secondary {
    padding: 16px 20px;
  }

  .btn-secondary.large {
    padding: 20px 32px;
  }

  .badge-primary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-primary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .badge-secondary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-secondary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .input.subscribe-btn-inside {
    padding-right: 140px;
  }

  .text-area {
    border-radius: 18px;
    padding-top: 16px;
  }

  .text-area.small {
    padding-top: 16px;
  }

  .style---avatars-grid {
    grid-template-columns: repeat(auto-fit, 180px);
  }

  .avatar-circle._02 {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .avatar-circle._03 {
    width: 56px;
    max-width: 56px;
    height: 56px;
    max-height: 56px;
  }

  .avatar-circle._04 {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
  }

  .avatar-circle._05 {
    width: 80px;
    max-width: 80px;
    height: 80px;
    max-height: 80px;
  }

  .avatar-circle._06 {
    width: 120px;
    max-width: 120px;
    height: 120px;
    max-height: 120px;
  }

  .avatar-circle._07 {
    width: 140px;
    max-width: 140px;
    height: 140px;
    max-height: 140px;
  }

  .avatar-circle._08 {
    width: 220px;
    max-width: 220px;
    height: 220px;
    max-height: 220px;
  }

  .square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .style---line-icons-grid {
    grid-template-columns: repeat(auto-fit, 18px);
  }

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

  .rich-text h3 {
    margin-top: 32px;
  }

  .rich-text figure {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .rich-text ul,
  .rich-text ol {
    padding-left: 32px;
  }

  .rich-text h6,
  .rich-text h5,
  .rich-text h4 {
    margin-top: 32px;
  }

  .rich-text blockquote {
    margin-top: 32px;
    margin-bottom: 32px;
    font-size: 18px;
  }

  .buttons-row.center.wrap-mbl {
    flex-wrap: wrap;
  }

  .buttons-row.products {
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .style---logo-sidebar {
    max-width: 210px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.home-hero {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .section.pd-80px {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.pd-150px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.pd-top-100px {
    padding-top: 64px;
  }

  .section.pd-100px {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.pd-100px.pd-top-64px {
    padding-bottom: 72px;
  }

  .section.products-single-hero {
    padding-top: 120px;
  }

  .section.pd-140px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.pd-140px.pd-top-100px {
    padding-top: 80px;
  }

  .section.glossary-hero {
    padding-top: 100px;
  }

  .section.platforms---hero,
  .section.hero-section--about {
    padding-top: 120px;
  }

  .section.customer---hero {
    padding-bottom: 48px;
  }

  .section.hero-about {
    padding-bottom: 72px;
  }

  .section.pd-top-100px---bottom-140px {
    padding-top: 64px;
    padding-bottom: 80px;
  }

  .section.integration-hero {
    padding-bottom: 80px;
  }

  .section.legal {
    padding-bottom: 72px;
  }

  .section.glossary-items {
    padding-bottom: 80px;
  }

  .section.blog-main {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .section.faq-hero {
    padding-top: 100px;
  }

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

  .section.integration-inner,
  .section.blog-hero {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .section.blog-post---hero {
    padding-top: 120px;
  }

  .section.onboarding,
  .section.onboarding-ekart {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-h1-size {
    font-size: 40px;
  }

  .heading-h2-size {
    font-size: 26px;
  }

  .heading-h3-size {
    font-size: 20px;
  }

  .heading-h4-size {
    font-size: 18px;
  }

  .heading-h6-size.blog-card-title.popular-blog-wrapper {
    font-size: 16px;
  }

  .header-logo {
    max-width: 90%;
  }

  .hamburger-menu-bar {
    width: 32px;
  }

  .btn-circle-primary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-primary.large {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-secondary.large {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .utility-page-wrap {
    min-height: 60vh;
  }

  .flex-horizontal.title-left---button-right.mg-bottom-40px,
  .flex-horizontal.justify-start.gap-12px.flex-wrap {
    flex-wrap: wrap;
  }

  .footer-list-item {
    margin-bottom: 14px;
  }

  .footer-links-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .error-message.password {
    margin-left: 24px;
    margin-right: 24px;
  }

  .floating-item.home-hero {
    inset: auto 0% -3% auto;
  }

  .cta-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pd---content-inside-card {
    padding: 32px 24px 40px;
  }

  .pd---content-inside-card.large {
    padding: 56px 40px;
  }

  .blog-card-image-wrapper.popular-blog-card-image-wrapper {
    border-radius: 5px;
    width: 100px;
    min-width: 100px;
    height: 100px;
    min-height: 100px;
  }

  .categories-badges-item-wrapper {
    flex-wrap: wrap;
  }

  .categories-badges-wrapper {
    grid-row-gap: 0px;
  }

  .image-wrapper.about-image-wrapper-bottom {
    margin-top: 32px;
  }

  .image-wrapper.about-image-wrapper-bottom._2nd-row {
    margin-top: 0;
  }

  .image-wrapper.about-image-wrapper-top._2nd-row {
    margin-top: -32px;
  }

  .image-wrapper.integration-01 {
    width: 62px;
    height: 62px;
    bottom: 25%;
    left: 13%;
  }

  .image-wrapper.integration-02 {
    width: 83px;
    height: 83px;
  }

  .image-wrapper.integration-03 {
    width: 50px;
    height: 50px;
    bottom: 47%;
  }

  .image-wrapper.integration-04 {
    width: 48px;
    height: 48px;
    top: 1%;
  }

  .image-wrapper.integration-05 {
    width: 78px;
    height: 78px;
  }

  .image-wrapper.integration-06 {
    width: 61px;
    height: 61px;
  }

  .image-wrapper.integration-07 {
    width: 70px;
    height: 70px;
  }

  .image-wrapper.integration-08 {
    width: 60px;
    height: 60px;
    top: 39%;
    right: 30%;
  }

  .image-wrapper.integration-09 {
    width: 45px;
    height: 45px;
  }

  .image-wrapper.integration-10 {
    width: 65px;
    height: 65px;
    top: 24%;
    right: -2%;
  }

  .image-wrapper.integration-11 {
    width: 44px;
    height: 44px;
    bottom: 5%;
  }

  .image-wrapper.integration-12 {
    width: 65px;
    height: 65px;
    top: 10%;
    right: 24%;
  }

  .image-wrapper.mg-left-40px {
    margin-left: 32px;
  }

  .image-wrapper.blob-top-image-wrapper {
    top: -80%;
    left: -113%;
  }

  .image-wrapper.blob-top-image-wrapper._02.contact {
    top: -16%;
    left: -98%;
  }

  .image-wrapper.blob-bottom-image-wrapper {
    bottom: -85%;
    right: -79%;
  }

  .image-wrapper.hero-section---bg-image--terms {
    width: 200vw;
    transform: translate(-35vw);
  }

  .image-wrapper.hero-section---bg-image-left---integrations {
    width: 1000px;
    transform: translate(0, 55%);
  }

  .image-wrapper.hero-section---bg-image---careers {
    max-width: 900px;
    transform: translate(11%, 17%);
  }

  .image-wrapper.hero-section---bg-image---customers {
    transform: translate(0%, 13%);
  }

  .image-wrapper.hero-section---customers {
    margin-bottom: 16px;
  }

  .image-wrapper.hero-section---bg-image---solutions {
    transform: translate(8%, 20%);
  }

  .image-wrapper.products-bg-image {
    max-width: 1000px;
    transform: translate(20%, -1%);
  }

  .image-wrapper.integration-00 {
    width: 62px;
    height: 62px;
    left: -1%;
  }

  .image-wrapper.integration-13 {
    width: 65px;
    height: 65px;
    top: 36%;
    right: 13%;
  }

  .image-wrapper.about---hero---top-left,
  .image-wrapper.about---hero---bottom-right {
    border-radius: 12px;
  }

  ._404-not-found {
    font-size: 120px;
    line-height: 110px;
  }

  .home-surprises-card {
    border-radius: 28px;
  }

  .footer-list-container {
    grid-column-gap: 60px;
    grid-row-gap: 14px;
    flex-wrap: wrap;
  }

  .dropdown-nav-grid {
    grid-column-gap: 48px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .bg-image-wrapper.image-card.cta-bottom-left-float,
  .bg-image-wrapper.image-card.cta-rght-float,
  .bg-image-wrapper.image-card.cta-top-left-float {
    border-radius: 8px;
  }

  .bg-image-wrapper.home-hero-image {
    width: 100%;
  }

  .position-absolute.home-hero-left-float,
  .position-absolute.product-hero-left-float {
    display: none;
  }

  .subtitle-wrapper.mg-bottom-16px {
    font-size: 14px;
    line-height: 16px;
  }

  .bg-neutral-800-container {
    border-radius: 16px;
    padding: 72px 40px 48px;
  }

  .get-started-step-wrapper.career-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .border-left-neutral-400 {
    padding-left: 32px;
  }

  .integrations-container {
    grid-row-gap: 14px;
  }

  .heading-wrapper {
    flex-wrap: wrap;
  }

  .category-badge {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .blog-post-information-wrapper {
    min-height: 50px;
  }

  .integrations-banner-wrapper {
    min-width: 850px;
  }

  .apply-now-card {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .feature-item-wrapper {
    padding-left: 28px;
  }

  .mg-bottom-20px {
    margin-bottom: 16px;
  }

  .footer-grid {
    grid-column-gap: 32px;
    grid-template-columns: 2fr 1fr;
  }

  .footer-grid.links-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .glossary-form-search-bar.shadow-03 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .glossary-form-search-input::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .glossary-main-content-block {
    padding-top: 48px;
  }

  .glossary-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .tabs-content---offices-tabs {
    margin-top: 48px;
  }

  .btn-tertiary {
    padding: 16px 20px;
  }

  .btn-tertiary.button-row {
    margin-right: 16px;
  }

  .pd-top-100px {
    padding-top: 64px;
  }

  .pd-top-100px.product-inner {
    padding-top: 72px;
  }

  .image-container.product-main-page {
    max-width: 75%;
  }

  .image-container.hzl-tab-menu-top {
    width: 75%;
  }

  .mg-bottom-72px {
    margin-bottom: 64px;
  }

  .pd-top-200px {
    padding-top: 120px;
  }

  .accordion-side {
    margin-right: 16px;
  }

  .accordion-side.right-side {
    margin-left: 16px;
  }

  .accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .accordion-title.heading-h6-size {
    font-size: 14px;
  }

  .accordion-item-wrapper {
    padding: 40px 24px;
  }

  .calc-input-item-unit {
    height: 58px;
  }

  .rate-calculator-container {
    border-radius: 16px;
    padding: 56px 40px;
  }

  .calc-input-item-ptype {
    height: 58px;
  }

  .card-4 {
    border-radius: 12px;
  }

  .card-4.team-card---home-v2 {
    grid-row-gap: 56px;
    padding: 48px 32px;
  }

  .rate-calc-item-wrap {
    text-align: center;
    grid-template-rows: minmax(32px, 40px);
  }

  .hzl-tab-content-wrapper {
    margin-top: 48px;
  }

  .hzl-tab {
    grid-row-gap: 8px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
  }

  .hzl-tab.bg-800 {
    text-align: left;
    padding-left: 6px;
  }

  .hzl-tab-pane {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .card-5 {
    border-radius: 12px;
  }

  .card-5.team-card---home-v2 {
    grid-row-gap: 56px;
    padding: 48px 32px;
  }

  .cta-image-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 12px;
  }

  .line-rounded-icon-2.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .onboarding-form-otp {
    font-size: 0.75rem;
  }

  .product_video {
    max-height: 450px;
  }

  .heading-h3-size-2 {
    font-size: 20px;
  }

  .container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sticky-top.static-mbl {
    position: static;
    top: 0;
  }

  .btn-primary-2 {
    padding: 16px 20px;
  }

  .btn-primary-2.small.header-btn-hidde-on-mb {
    display: none;
  }

  .hamburger-menu-bar-2 {
    width: 32px;
  }

  .btn-secondary-2 {
    padding: 16px 20px;
  }

  .input-2 {
    min-height: 46px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .card-6.form {
    border-radius: 16px;
    min-height: 548px;
    padding: 40px 32px;
  }

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

  .display-5 {
    font-size: 28px;
  }

  .line-rounded-icon-4.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .display-6 {
    font-size: 42px;
  }

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

  .text-401.bold.footer-title {
    margin-bottom: 20px;
  }

  .multicheck {
    width: 100%;
  }
}

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

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

  .grid-2-columns.text-left-default.integrations-grid {
    grid-row-gap: 40px;
  }

  .grid-2-columns.content-left-short {
    grid-row-gap: 32px;
  }

  .grid-2-columns.about-stats-grid {
    grid-column-gap: 24px;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    grid-auto-columns: 125px;
  }

  .grid-2-columns.blog-2-columns-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.product-section {
    grid-row-gap: 40px;
  }

  .grid-2-columns.product-section.hero {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .grid-2-columns.grid-default,
  .grid-2-columns.hero-section---solution {
    grid-row-gap: 40px;
  }

  .grid-2-columns.card-tag-grid-2-col,
  .grid-2-columns.form {
    grid-template-columns: 1fr;
  }

  .card.form {
    border-radius: 12px;
    min-height: 842px;
    padding: 34px 24px;
  }

  .card.form.onboarding {
    min-height: auto;
    padding: 40px 24px;
  }

  .card.testimonial-card {
    flex-direction: column;
    width: 330px;
    min-width: 0;
  }

  .card.blog-sidebar {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.integration-single-card {
    grid-row-gap: 32px;
    padding: 32px 24px;
  }

  .card.hero-section-glossary {
    background-position: 0 0;
    padding: 48px 24px;
  }

  .card.hero-section-faq {
    background-position: 100% 0;
    background-repeat: repeat;
    background-size: cover;
    padding: 48px 24px;
  }

  .card.customer-card {
    grid-row-gap: 48px;
    padding: 40px 24px;
  }

  .card.integration-stats {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 24px;
  }

  .card.mg-top-48px.rate-calc-result {
    display: none;
  }

  .card.mg-top-48px.rate-calc-result-mbl {
    flex-direction: column;
    padding-top: 32px;
    display: flex;
    overflow: hidden;
  }

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

  .divider {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .divider._140px {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .mg-bottom-16px {
    margin-bottom: 12px;
  }

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

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

  .mg-top-40px.mbp-12px {
    margin-top: 12px;
  }

  .mg-top-48px {
    margin-top: 32px;
  }

  .mg-left-40px {
    margin-left: 24px;
  }

  .display-1 {
    font-size: 35px;
  }

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

  .grid-1-column.blog-secondary-grid {
    grid-row-gap: 48px;
  }

  .display-2 {
    font-size: 30px;
  }

  .display-3 {
    font-size: 24px;
  }

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

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

  .grid-3-columns.logo-strip-v4 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .grid-3-columns.gap-row-48px {
    grid-row-gap: 32px;
  }

  .grid-3-columns.team-members-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

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

  .style---heading {
    margin-bottom: 40px;
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .inner-container.text-center.mg-bottom-80px {
    margin-bottom: 48px;
  }

  .style---content-heading {
    padding-left: 22px;
    padding-right: 22px;
  }

  .style---heading-icon-wrapper {
    border-radius: 16px;
    width: 58px;
    margin-right: 14px;
  }

  .mg-bottom-0.mg-left-32px {
    margin-left: 24px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary.inside-input {
    position: static;
  }

  .btn-primary.inside-input.default {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-secondary.small.hide-on-mbp {
    display: none;
  }

  .btn-secondary.button-row {
    margin-top: 16px;
    margin-left: 0;
  }

  .badge-primary {
    padding: 14px 22px;
    font-size: 14px;
    line-height: 16px;
  }

  .badge-primary.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .badge-secondary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-secondary.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input.button-inside {
    margin-bottom: 16px;
  }

  .input.subscribe-btn-inside {
    margin-bottom: 16px;
    padding-right: 24px;
  }

  .checkbox-field-wrapper {
    font-size: 16px;
    line-height: 20px;
  }

  .checkbox-field-wrapper.large {
    font-size: 18px;
    line-height: 22px;
  }

  .checkbox {
    min-width: 22px;
    min-height: 22px;
  }

  .checkbox.large {
    min-width: 26px;
    min-height: 26px;
  }

  .radio-button-field-wrapper {
    font-size: 16px;
    line-height: 22px;
  }

  .radio-button-field-wrapper.large {
    font-size: 18px;
    line-height: 24px;
  }

  .radio-button {
    min-width: 22px;
    min-height: 22px;
  }

  .radio-button.large {
    min-width: 26px;
    min-height: 26px;
  }

  .square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .social-icon-circle {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .social-icon-circle.inside-circle {
    padding: 9px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .line-rounded-icon.success-message-check---left {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .rich-text h3 {
    margin-top: 24px;
  }

  .rich-text ul,
  .rich-text ol {
    padding-left: 24px;
  }

  .rich-text blockquote {
    padding: 48px 24px;
    font-size: 16px;
  }

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

  .buttons-row.products {
    grid-row-gap: 0px;
  }

  .container-default {
    padding-left: 18px;
    padding-right: 18px;
  }

  .container-default.pd-0-mbl {
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.bg-neutral-200.search-result {
    padding-top: 120px;
    padding-bottom: 72px;
  }

  .section.home-hero {
    padding-top: 120px;
    padding-bottom: 24px;
  }

  .section.pd-top-0 {
    padding-bottom: 72px;
  }

  .section.pd-150px {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.pd-top-100px {
    padding-top: 48px;
  }

  .section.pd-100px {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.pd-100px.pd-top-64px {
    padding-top: 32px;
    padding-bottom: 64px;
  }

  .section.products-single-hero {
    padding-top: 120px;
  }

  .section.pd-140px {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.pd-140px.pd-top-100px {
    padding-top: 72px;
  }

  .section.coming-soon-section {
    padding-top: 140px;
  }

  .section.platforms---hero {
    padding-bottom: 64px;
  }

  .section.hero-calculator {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .section.customer---hero {
    padding-top: 120px;
    padding-bottom: 48px;
  }

  .section.hero-about {
    padding-top: 120px;
    padding-bottom: 64px;
  }

  .section.pd-top-100px---bottom-140px {
    padding-top: 48px;
    padding-bottom: 72px;
  }

  .section.integration-hero {
    padding-top: 120px;
    padding-bottom: 72px;
  }

  .section.legal {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .section.career {
    padding-top: 120px;
    padding-bottom: 72px;
  }

  .section.glossary-items,
  .section.integration-inner,
  .section.blog-hero {
    padding-bottom: 72px;
  }

  .section.blog-post---hero {
    padding-bottom: 48px;
  }

  .section.onboarding {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.contact-us {
    padding-top: 140px;
  }

  .section.onboarding-ekart {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .link-wrapper.buttons-row {
    order: 1;
    margin-top: 16px;
    margin-right: 0;
  }

  .link-wrapper.buttons-row.pd-16px {
    padding: 12px;
  }

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

  .heading-h2-size {
    font-size: 26px;
  }

  .heading-h6-size.blog-card-title.popular-blog-wrapper {
    font-size: 14px;
  }

  .header-wrapper,
  .header-wrapper.v4,
  .header-wrapper.v4 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .header-nav-list-item.show-in-tablet {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .header-logo {
    max-width: 86%;
  }

  .hamburger-menu-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: space-between;
  }

  .hamburger-menu-bar {
    width: 28px;
  }

  .hamburger-menu-bar.top {
    margin-top: 0;
    margin-bottom: 6px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 0;
    margin-bottom: 0;
  }

  .utility-page-wrap {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .social-media-grid-top.center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .flex-horizontal.start.button-row {
    margin-top: 16px;
    margin-left: 0;
  }

  .flex-horizontal.customer-wrapper {
    flex-direction: column;
  }

  .flex-horizontal.justify-start.gap-12px.flex-wrap.flex-vertical-mobile {
    justify-content: center;
  }

  .flex-horizontal.mbl-vertical {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .footer-link.break-on-mbp {
    white-space: normal;
  }

  .footer-links-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .success-message.white-message {
    padding: 0;
  }

  .success-message.inside-input {
    border-radius: 24px;
    min-height: 122px;
    max-height: 122px;
  }

  .floating-item.home-hero {
    bottom: 1%;
  }

  .cta-card.cta-v1 {
    border: 1px solid var(--neutral--200);
  }

  .avatar-image {
    width: 100%;
  }

  .pd---content-inside-card.large {
    padding: 40px 24px;
  }

  .image.brand-logo.aretto {
    padding-top: 12px;
  }

  .blog-card-image-wrapper.popular-blog-card-image-wrapper {
    width: 78px;
    min-width: 78px;
    height: 78px;
    min-height: 78px;
  }

  .categories-badges-wrapper {
    flex-wrap: nowrap;
    width: 100%;
    min-width: 240px;
    max-width: 90vw;
    overflow: auto;
  }

  .categories-badges-wrapper.center {
    justify-content: flex-start;
  }

  .image-wrapper.border-radius-12px {
    border-radius: 10px;
  }

  .image-wrapper.about-image-wrapper-bottom,
  .image-wrapper.about-image-wrapper-top {
    border-radius: 8px;
  }

  .image-wrapper.integration-01 {
    width: 52px;
    height: 52px;
    bottom: 14%;
    left: 7%;
  }

  .image-wrapper.integration-02 {
    width: 72px;
    height: 72px;
    left: 13%;
  }

  .image-wrapper.integration-03 {
    bottom: 39%;
    left: 15%;
  }

  .image-wrapper.integration-04 {
    top: 27%;
  }

  .image-wrapper.integration-05 {
    width: 68px;
    height: 68px;
    left: 24%;
  }

  .image-wrapper.integration-06 {
    top: 23%;
    left: 32%;
  }

  .image-wrapper.integration-07 {
    width: 65px;
    height: 65px;
    bottom: 21%;
    left: 43%;
  }

  .image-wrapper.integration-08 {
    top: 17%;
    right: 18%;
  }

  .image-wrapper.integration-09 {
    bottom: 38%;
    right: 31%;
  }

  .image-wrapper.integration-10 {
    width: 60px;
    height: 60px;
    top: 72%;
    right: 120%;
  }

  .image-wrapper.integration-11 {
    bottom: 38%;
    right: 11%;
  }

  .image-wrapper.integration-12 {
    top: 8%;
    right: 0%;
  }

  .image-wrapper.mg-left-40px {
    margin-left: 24px;
  }

  .image-wrapper.image-card {
    border-radius: 8px;
  }

  .image-wrapper.blob-top-image-wrapper {
    top: -72%;
    left: -132%;
  }

  .image-wrapper.blob-top-image-wrapper._02 {
    top: -14%;
  }

  .image-wrapper.blob-bottom-image-wrapper {
    bottom: -10%;
    right: -50%;
  }

  .image-wrapper.hero-section---bg-image--terms {
    width: 225vw;
    transform: translate(-40vw, 35%);
  }

  .image-wrapper.hero-section---bg-image-right---integrations {
    width: 800px;
    left: 45%;
  }

  .image-wrapper.hero-section---bg-image-left---integrations {
    width: 800px;
  }

  .image-wrapper.blog-secondary-image {
    min-width: auto;
    max-width: none;
  }

  .image-wrapper.hero-section---bg-image---careers {
    max-width: 750px;
    transform: translate(30%, 35%);
  }

  .image-wrapper.hero-section---bg-image---customers {
    transform: translate(0%, 17%);
  }

  .image-wrapper.hero-section---bg-image---solutions {
    width: 900px;
    transform: translate(8%, 22%);
  }

  .image-wrapper.products-bg-image {
    transform: translate(-7%, 4%);
  }

  .image-wrapper.integration-00 {
    width: 52px;
    height: 52px;
    bottom: 43%;
  }

  .image-wrapper.integration-13 {
    top: 76%;
    right: 0%;
  }

  .image-wrapper.abstract-icon {
    margin-top: -2px;
  }

  .image-wrapper.abstract-icon.mg-top-0px {
    margin-top: 0;
  }

  ._404-not-found {
    font-size: 80px;
    line-height: 90px;
  }

  .home-surprises-card {
    border-radius: 22px;
  }

  .dropdown-nav-grid {
    flex-wrap: wrap;
    display: flex;
  }

  .bg-neutral-800-container {
    border-radius: 12px;
    padding: 52px 20px 32px;
  }

  .image-card.features-images-left---bottom-image {
    border-radius: 6px;
    inset: auto 0% 0% auto;
  }

  .border-left-neutral-400 {
    padding-left: 24px;
  }

  .bg-gradient-left.small,
  .bg-gradient-right.smal {
    width: 20%;
  }

  .category-badge {
    font-size: 14px;
  }

  .category-badge.hide-on-mbp {
    display: none;
  }

  .integrations-banner-wrapper {
    min-width: 650px;
  }

  .marquee-wrapper {
    display: flex;
  }

  .min-height-345px {
    min-height: 450px;
  }

  .apply-now-card {
    padding: 48px 24px;
  }

  .feature-item-wrapper {
    padding-left: 24px;
  }

  .btn-inside-input-wrapper {
    position: static;
  }

  .btn-inside-input-success-message {
    border-radius: 12px;
    flex-direction: column;
    min-height: 126px;
  }

  .footer-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .footer-first-column {
    text-align: left;
    align-items: flex-start;
  }

  .glossary-form-search-bar.shadow-03 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .glossary-form-search-icon {
    top: 20px;
    bottom: 12px;
    left: 16px;
  }

  .glossary-form-search-input {
    padding-left: 48px;
  }

  .glossary-form-search-input::placeholder {
    line-height: 21px;
  }

  .glossary-sticky-block {
    display: none;
  }

  .glossary-main-content-block {
    padding-top: 24px;
  }

  .glossary-list,
  .glossary-list.single {
    grid-template-columns: 1fr;
  }

  .office-contact-details-flex-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .title-left---content-right.about-us {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .btn-tertiary {
    width: 100%;
  }

  .btn-tertiary.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .pd-top-100px {
    padding-top: 56px;
  }

  .pd-top-100px.product-inner {
    padding-top: 64px;
  }

  .image-container.product-main-page {
    max-width: 100%;
  }

  .image-container.hzl-tab-menu-top,
  .image-container.hzl-tab-menu-top.bg-800 {
    width: 100%;
  }

  .blog-card-secondary {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .form.inside-input {
    min-height: 122px;
  }

  .success-message-wrapper.inside-input {
    flex-direction: column;
  }

  .mg-bottom-72px.mbp-none {
    margin-bottom: 0;
  }

  .pd-top-200px {
    padding-top: 60px;
  }

  .flip-180.opac50 {
    top: 0%;
  }

  .accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .icon-list {
    margin-right: 8px;
  }

  .calc-form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    align-items: stretch;
  }

  .calc-input-item {
    margin-bottom: 0.5rem;
  }

  .calc-input-ptype-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .calc-dimension-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  .calc-input-item-unit {
    margin-top: 0;
  }

  .rate-calculator-container {
    border-radius: 12px;
    padding: 40px 32px;
  }

  .card-4.team-card---home-v2 {
    grid-row-gap: 48px;
    padding: 40px 24px;
  }

  .rate-calc-mbl-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-bottom: 1px solid var(--neutral--300);
    text-align: center;
    flex-direction: column;
    margin-bottom: 16px;
    display: flex;
  }

  .rate-calc-mbl-content-wrapper.last {
    border-bottom-style: none;
    margin-bottom: 0;
  }

  .rate-calc-mbl-data-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    border-top: 1px solid var(--neutral--300);
    background-color: var(--neutral--100);
    text-align: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 24px 24px 32px;
    display: flex;
  }

  .rate-calc-mbl-data {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    display: flex;
  }

  .center-content---tablet {
    align-items: stretch;
  }

  .hzl-tab-content-wrapper {
    margin-top: 40px;
  }

  .hzl-tab {
    text-align: left;
    border-bottom-width: 0;
    border-left: 1.5px solid #e5e7eb;
    flex-direction: row;
    justify-content: flex-start;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hzl-tab:hover {
    border-left-color: #9ca3af;
  }

  .hzl-tab.w--current {
    border-left-color: #090f1d;
  }

  .hzl-tab.bg-800 {
    border-top-style: none;
    border-left-color: var(--neutral--600);
    flex-direction: row;
    padding-left: 18px;
  }

  .hzl-tab.bg-800.w--current {
    border-left-color: var(--neutral--100);
  }

  .hzl-tab-pane {
    padding-left: 0;
    padding-right: 0;
  }

  .hzl-tabs-wrapper {
    grid-template-columns: 1fr;
  }

  .card-5.team-card---home-v2 {
    grid-row-gap: 48px;
    padding: 40px 24px;
  }

  .line-rounded-icon-2.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

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

  .brands-logo-grid.customers {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .product-common-points-wrapper,
  .product-common-points-wrapper.web---mg-bottom-0 {
    margin-bottom: 24px;
  }

  .pd-left-32px.border-left-accent-1 {
    padding-left: 24px;
  }

  .products-points-wrapper {
    grid-template-columns: 14px 1fr;
    align-items: start;
  }

  .social-icon-logo.inside-circle {
    margin-bottom: -2px;
  }

  .product_video {
    max-height: 200px;
  }

  .hzl-tab-big-image,
  .hzl-tab-small-image {
    border-radius: 8px;
  }

  .success-message-2.white-message {
    padding: 0;
  }

  .container-default-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-tabs-menu {
    padding-left: 24px;
  }

  .div-block {
    margin-bottom: 16px;
  }

  .btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .hamburger-menu-bar-2 {
    width: 28px;
  }

  .hamburger-menu-bar-2.bottom {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hamburger-menu-bar-2.top {
    margin-top: 0;
    margin-bottom: 6px;
  }

  .header-nav-list-item-2 {
    text-align: left;
    width: 100%;
  }

  .header-nav-list-item-2.show-in-tablet {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .input-2::placeholder {
    font-size: 14px;
    line-height: 16px;
  }

  .card-6.form {
    border-radius: 12px;
    min-height: 842px;
    padding: 34px 24px;
  }

  .card-6.form.onboarding {
    min-height: auto;
    padding: 40px 24px;
  }

  .success-message-3.white-message {
    padding: 0;
  }

  .display-5 {
    font-size: 24px;
  }

  .image-5.brand-logo.aretto {
    padding-top: 12px;
  }

  .line-rounded-icon-4.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .display-6 {
    font-size: 35px;
  }

  .footer-link-2.break-on-mbp {
    white-space: normal;
  }
}

#w-node-fb3cdd82-cf6b-8dc2-60af-846b7419a0e5-666d2b93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb3cdd82-cf6b-8dc2-60af-846b7419a103-666d2b93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-fb287d71-6968-5457-7aaa-1d717d49b346-7d49b342 {
  align-self: stretch;
}

#w-node-_945b6d64-20fe-46e1-cea5-748474037ad7-74037ad5,
#w-node-_9078f161-e757-881a-1695-d2b40e36f643-74037ad5,
#w-node-_0d3dc6c1-c248-c00f-d631-4d64e112a53e-74037ad5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_945b6d64-20fe-46e1-cea5-748474037ae9-74037ad5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_945b6d64-20fe-46e1-cea5-748474037aea-74037ad5,
#w-node-b7705092-9db4-2eb6-5357-bb4b081d794e-89d54487,
#w-node-b7705092-9db4-2eb6-5357-bb4b081d7956-89d54487,
#w-node-b7705092-9db4-2eb6-5357-bb4b081d7967-89d54487 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7705092-9db4-2eb6-5357-bb4b081d796f-89d54487 {
  justify-self: end;
}

#w-node-b7705092-9db4-2eb6-5357-bb4b081d7977-89d54487,
#w-node-b7705092-9db4-2eb6-5357-bb4b081d7989-89d54487,
#w-node-_3c052df4-b593-9aca-5847-fafed102fe87-d102fe73,
#w-node-_3c052df4-b593-9aca-5847-fafed102fe88-d102fe73,
#w-node-_3c052df4-b593-9aca-5847-fafed102fe79-d102fe73,
#w-node-_3c052df4-b593-9aca-5847-fafed102fe8b-d102fe73,
#w-node-_3c052df4-b593-9aca-5847-fafed102fe8c-d102fe73,
#w-node-_3c052df4-b593-9aca-5847-fafed102fe7f-d102fe73,
#w-node-_3c052df4-b593-9aca-5847-fafed102fe80-d102fe73,
#w-node-_3c052df4-b593-9aca-5847-fafed102fe89-d102fe73,
#w-node-_3c052df4-b593-9aca-5847-fafed102fe8a-d102fe73,
#w-node-_3c052df4-b593-9aca-5847-fafed102fe8f-d102fe73,
#w-node-_3c052df4-b593-9aca-5847-fafed102fe90-d102fe73,
#w-node-_3c052df4-b593-9aca-5847-fafed102fe85-d102fe73,
#w-node-_3c052df4-b593-9aca-5847-fafed102fe86-d102fe73,
#w-node-_3c052df4-b593-9aca-5847-fafed102fe7b-d102fe73,
#w-node-_3c052df4-b593-9aca-5847-fafed102fe7c-d102fe73,
#w-node-_3c052df4-b593-9aca-5847-fafed102fe95-d102fe73,
#w-node-_3c052df4-b593-9aca-5847-fafed102fe96-d102fe73,
#w-node-_65d25ac6-2995-4086-701c-b36ae063db75-666d2ba1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74678c18-bbcb-5f84-0edd-addc111dd5f9-666d2ba1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0fa4d19c-d382-f655-ad95-2329644733a5-666d2ba1,
#w-node-_21574212-8c59-32b7-a94f-191f3e4a7d41-666d2ba1,
#w-node-_9510f5d7-92b9-f7f9-1eed-a6b9cdbb6488-666d2ba1,
#w-node-c08604a0-8505-2fdb-74f1-b49c9b7d7600-666d2ba1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd2e4162-adff-a006-3e2f-44e605595eb2-666d2ba1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_6e9d7b5b-2c31-d453-1d91-4de048fd6375-666d2ba1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_9a9d8644-8ea9-b623-d409-e63428424230-666d2ba1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-b01f5de2-f5d3-8b1d-215e-f48856ca1c30-666d2ba1,
#w-node-_0fab4914-4626-121c-d044-164146a7a2f4-666d2ba1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8c259974-0df7-98fe-ce8b-767476b38dc8-666d2ba1 {
  align-self: start;
}

#w-node-_7c6e59d1-f904-be4a-a2a5-3448db7ab7e7-666d2ba1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-f444102a-c760-252e-6a68-94727899697e-666d2ba1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9248de2-81c8-f13a-3471-b1c519efaded-666d2ba1 {
  align-self: start;
}

#w-node-d3244d5b-76f1-c2cc-455a-10204b6860a2-666d2ba1,
#w-node-_8c7ca366-34fd-bef0-4660-c6dd35d18de6-666d2ba1,
#w-node-_5e0cb5c5-bd72-0d8f-de5b-834c61349199-666d2ba1,
#w-node-c134d2e5-3c7a-66f2-b8b7-a66b505c2cfa-666d2ba1,
#w-node-dd4d796b-d0d0-a76f-1f2a-797aa32f7786-666d2ba1,
#w-node-_2baaccd6-4269-31bd-9bd8-77a1617e1f9a-666d2ba1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_7c6f573e-22b3-b3b2-6fb0-941ce82be399-666d2ba1 {
  align-self: end;
}

#w-node-_366141c2-e3eb-7ce2-84e3-4c0771619fb5-666d2ba1,
#w-node-_4f2f2fd6-35e2-5df8-7016-493700c9eedd-666d2ba1,
#w-node-_5cbc1d4c-4aec-1862-5ca1-ca62526988bc-666d2ba1,
#w-node-_25bcacb8-9e29-02e7-cf30-f29b8d5ff20b-666d2ba1,
#w-node-_2c976c52-bdb3-bd27-e69c-3b02fae65e0b-666d2ba1,
#w-node-_77e9522b-d123-cbef-2808-422351714056-666d2ba1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb992345-40db-43d5-3678-95b31c4edbe1-666d2ba4,
#w-node-bb992345-40db-43d5-3678-95b31c4edbe7-666d2ba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-c1e5d6c8-df35-d4a1-5197-949682b916db-666d2ba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_5980f3ef-e476-8ae9-ee42-e826e99038e9-666d2ba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_50ade528-bc3b-446e-7975-96f5f1cb320c-f1cb320a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50ade528-bc3b-446e-7975-96f5f1cb3213-f1cb320a {
  justify-self: end;
}

#w-node-_44cb29f2-c127-561d-5396-d2cbfa647e25-666d2ba8,
#w-node-_7939cd13-3e4b-8105-ca81-0df046b07dd1-666d2ba8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_5cff4461-203c-ff9c-29f0-ed604b801317-666d2ba8,
#w-node-a84714bb-5080-bf19-b644-6b1120e90d85-666d2ba8,
#w-node-a9ef7489-bf77-45e3-23b3-464a03d1c743-666d2ba8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9795d4c8-7eb8-b1cc-9901-7a9bbcc7f9eb-666d2ba8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-aa243016-1a68-7105-882e-4c25ce1c2cae-06526ccf,
#w-node-aa243016-1a68-7105-882e-4c25ce1c2cbe-06526ccf,
#w-node-aa243016-1a68-7105-882e-4c25ce1c2cda-06526ccf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#submit.w-node-aa243016-1a68-7105-882e-4c25ce1c2cde-06526ccf {
  justify-self: start;
}

#w-node-_59566204-ace0-37dc-f281-6947ad87f634-06526ccf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59566204-ace0-37dc-f281-6947ad87f638-06526ccf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#submit.w-node-_59566204-ace0-37dc-f281-6947ad87f63c-06526ccf {
  justify-self: start;
}

#w-node-_489ecad4-a28b-a605-967f-3b341d1c4727-06526ccf,
#w-node-_489ecad4-a28b-a605-967f-3b341d1c4728-06526ccf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_489ecad4-a28b-a605-967f-3b341d1c4745-06526ccf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_489ecad4-a28b-a605-967f-3b341d1c4746-06526ccf,
#w-node-_7bc8bbe9-84ff-f2ba-078f-aaee27d65c1d-666d2bb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fae3a21b-6070-5b52-b519-7b03e6a73ee6-666d2bb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-fae3a21b-6070-5b52-b519-7b03e6a73ec3-666d2bb1,
#w-node-eb6ded0d-0c18-b4af-924e-4bc4d56c432e-d56c431e,
#w-node-eb6ded0d-0c18-b4af-924e-4bc4d56c4336-d56c431e,
#w-node-eb6ded0d-0c18-b4af-924e-4bc4d56c4347-d56c431e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb6ded0d-0c18-b4af-924e-4bc4d56c434f-d56c431e {
  justify-self: end;
}

#w-node-eb6ded0d-0c18-b4af-924e-4bc4d56c4357-d56c431e,
#w-node-eb6ded0d-0c18-b4af-924e-4bc4d56c4368-d56c431e,
#w-node-_02e0d388-ca68-2eb1-83b9-53d6796bd11b-796bd117,
#w-node-_02e0d388-ca68-2eb1-83b9-53d6796bd11c-796bd117,
#w-node-_02e0d388-ca68-2eb1-83b9-53d6796bd11f-796bd117,
#w-node-_02e0d388-ca68-2eb1-83b9-53d6796bd121-796bd117,
#w-node-_02e0d388-ca68-2eb1-83b9-53d6796bd122-796bd117,
#w-node-_02e0d388-ca68-2eb1-83b9-53d6796bd127-796bd117,
#w-node-_02e0d388-ca68-2eb1-83b9-53d6796bd128-796bd117,
#w-node-_02e0d388-ca68-2eb1-83b9-53d6796bd129-796bd117,
#w-node-_02e0d388-ca68-2eb1-83b9-53d6796bd12a-796bd117,
#w-node-_02e0d388-ca68-2eb1-83b9-53d6796bd125-796bd117,
#w-node-_02e0d388-ca68-2eb1-83b9-53d6796bd126-796bd117,
#w-node-_02e0d388-ca68-2eb1-83b9-53d6796bd12b-796bd117,
#w-node-_02e0d388-ca68-2eb1-83b9-53d6796bd12c-796bd117,
#w-node-_02e0d388-ca68-2eb1-83b9-53d6796bd12f-796bd117,
#w-node-_02e0d388-ca68-2eb1-83b9-53d6796bd130-796bd117,
#w-node-_02e0d388-ca68-2eb1-83b9-53d6796bd131-796bd117,
#w-node-_02e0d388-ca68-2eb1-83b9-53d6796bd132-796bd117 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40bfb37e-49eb-7962-d0e0-ae98b5a2024e-666d2bb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-e9fb600b-7e09-da10-515e-71c1c78ce6f7-666d2bb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_98f69d0b-cc29-e9f4-be1d-4e5bb8af9a15-666d2bd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8fe5b51b-73f0-c1aa-fc28-698a9a9eb021-666d2bfd,
#w-node-_8fe5b51b-73f0-c1aa-fc28-698a9a9eb022-666d2bfd,
#w-node-_8fe5b51b-73f0-c1aa-fc28-698a9a9eb024-666d2bfd,
#w-node-_8fe5b51b-73f0-c1aa-fc28-698a9a9eb027-666d2bfd,
#w-node-_8fe5b51b-73f0-c1aa-fc28-698a9a9eb028-666d2bfd,
#w-node-_8fe5b51b-73f0-c1aa-fc28-698a9a9eb02a-666d2bfd,
#w-node-_4dcb4a27-a73e-76ff-b763-2a18a809f164-666d2bfd,
#w-node-_4dcb4a27-a73e-76ff-b763-2a18a809f165-666d2bfd,
#w-node-_4dcb4a27-a73e-76ff-b763-2a18a809f167-666d2bfd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68aca80c-c92e-7cb1-5142-872b9948ec31-666d2bfd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d80b0050-ad46-c6bf-4f10-d5ca1138feea-666d2bfd,
#w-node-d80b0050-ad46-c6bf-4f10-d5ca1138fef5-666d2bfd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d80b0050-ad46-c6bf-4f10-d5ca1138fef7-666d2bfd {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
}

#w-node-d80b0050-ad46-c6bf-4f10-d5ca1138fef9-666d2bfd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c0d836f-ccdb-11b8-bc5d-cb6a9906d8e8-666d2c00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-bce2bc03-d42c-45fb-d596-0fbeaf2d6ba9-666d2c00,
#w-node-_7c0d836f-ccdb-11b8-bc5d-cb6a9906d8fe-666d2c00,
#w-node-_7c0d836f-ccdb-11b8-bc5d-cb6a9906d8ff-666d2c00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f5c1cea-f127-4efa-3963-ee2e443e143f-666d2c00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b43ea710-8f78-71bf-a2fd-a89c7296aba9-666d2c00,
#w-node-da2613d4-3374-8b92-5276-b5d503c74925-666d2c00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da2613d4-3374-8b92-5276-b5d503c7493f-666d2c00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_56deaf10-c5d6-51da-4372-8c05ae7a60b4-666d2c00,
#w-node-_56deaf10-c5d6-51da-4372-8c05ae7a60b5-666d2c00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56deaf10-c5d6-51da-4372-8c05ae7a60bb-666d2c00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_56deaf10-c5d6-51da-4372-8c05ae7a60cf-666d2c00,
#w-node-_7accce1a-dd0b-0784-c2cc-128152d9c242-666d2c00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7accce1a-dd0b-0784-c2cc-128152d9c249-666d2c00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_7accce1a-dd0b-0784-c2cc-128152d9c243-666d2c00,
#w-node-e2e92641-77eb-b255-a1c0-70e9a114902b-666d2c00,
#w-node-_292bd73b-92cf-9cf5-beaa-e1859d5283d6-666d2c00,
#w-node-_0b5863c0-3b9e-a02d-6cd9-93e3e012b17f-666d2c00,
#w-node-cfddc237-7077-e1a2-f0df-8f4a4117e3c1-666d2c00,
#w-node-_6ab0166b-3660-63fa-117a-c3b324e16afc-666d2c00,
#w-node-ee55098d-f673-f492-c484-5b43440d5dd6-666d2c00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d7cd1ae-1f6f-42b3-00e7-1df69cf3b98d-666d2c03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0d7cd1ae-1f6f-42b3-00e7-1df69cf3b990-666d2c03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_633005f1-fb5c-388a-cecc-b45303b6ac9a-666d2c72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_633005f1-fb5c-388a-cecc-b45303b6ac9d-666d2c72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09151c24-6303-3415-d24b-7d5024e6274e-666d2c68,
#w-node-_578d6ebf-4e56-1ed9-b8e7-ee19a79b0534-666d2c68 {
  justify-self: end;
}

#w-node-_84dfe7aa-abcb-694e-d984-b6e51f15388c-1f15388a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84dfe7aa-abcb-694e-d984-b6e51f15388f-1f15388a {
  justify-self: end;
}

#w-node-f4f579cb-d1ba-afc4-8f68-10675d72c9bb-666d2c6f,
#w-node-f4f579cb-d1ba-afc4-8f68-10675d72c9bd-666d2c6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7976dbf6-7e6d-dc21-f069-9cf69228f9c1-666d2c8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7976dbf6-7e6d-dc21-f069-9cf69228f9c4-666d2c8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37946529-7167-1bf4-ed8b-8d33715402ee-666d2c8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_65efd385-4301-51a1-a74f-9e913a5a3109-666d2c8c,
#w-node-fdf6172e-1c7b-8948-b749-552b4b472bcc-666d2c8c,
#w-node-a512581e-ce0a-6b18-ae89-5338ae181cfd-666d2c8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32e76422-5a1f-59b5-3ba6-5eb2901a9a79-666d2c8c {
  justify-self: end;
}

#create-account-button.w-node-_32e76422-5a1f-59b5-3ba6-5eb2901a9a95-666d2c8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9104630f-3487-a12a-3386-2d45358cb99b-666d2ca4,
#w-node-_9104630f-3487-a12a-3386-2d45358cb9ac-666d2ca4,
#w-node-d180d45b-d2d8-cecb-7162-9d2338437c68-666d2ca4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d180d45b-d2d8-cecb-7162-9d2338437c6c-666d2ca4,
#w-node-_91ab466d-4b6a-0ed1-139c-779df409ced5-666d2ca4 {
  justify-self: end;
}

#w-node-_91ab466d-4b6a-0ed1-139c-779df409ced1-666d2ca4,
#w-node-_9104630f-3487-a12a-3386-2d45358cb99b-378eb5f3,
#w-node-_9104630f-3487-a12a-3386-2d45358cb9ac-378eb5f3,
#w-node-d180d45b-d2d8-cecb-7162-9d2338437c68-378eb5f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d180d45b-d2d8-cecb-7162-9d2338437c6c-378eb5f3,
#w-node-_91ab466d-4b6a-0ed1-139c-779df409ced5-378eb5f3 {
  justify-self: end;
}

#w-node-_91ab466d-4b6a-0ed1-139c-779df409ced1-378eb5f3,
#w-node-_6c8f0f8a-c7c6-56b8-a3f2-b05982ea6300-378eb5f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c8f0f8a-c7c6-56b8-a3f2-b05982ea6304-378eb5f3,
#w-node-_5d4d341b-4888-014b-540c-4184657d4ec7-378eb5f3 {
  justify-self: end;
}

#w-node-_5d4d341b-4888-014b-540c-4184657d4ed1-378eb5f3,
#w-node-_32f2e7cc-8a0b-8255-7dd0-b554f76965b4-666d2cac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32f2e7cc-8a0b-8255-7dd0-b554f76965bb-666d2cac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_17beaf1c-9280-c2c5-4ff6-9dfc37c71605-666d2cac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_17beaf1c-9280-c2c5-4ff6-9dfc37c7160c-666d2cac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ed8541c9-eced-191b-2808-7b8b5a83ceb0-666d2cac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed8541c9-eced-191b-2808-7b8b5a83ceb7-666d2cac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_60bd8a2d-869d-699c-d4fa-d2ed6211eff5-666d2cac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_60bd8a2d-869d-699c-d4fa-d2ed6211effc-666d2cac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_61914fa1f3028ad34c1c480b000000000014-666d2cb0 {
  align-self: stretch;
}

#w-node-_56d772fc-0cf3-0561-8c3e-ba829763becb-666d2cb1,
#w-node-_9aede208-fe24-3791-f06e-2c96d925fa20-666d2cb1,
#w-node-_307755f9-7a9b-62e4-3aa2-af2662501950-666d2cb1,
#w-node-_7d810ee7-18ed-1480-3ab5-6f59c648c3f9-666d2cb1,
#w-node-f18ca9f1-334d-e7bf-a7ed-d40ebb33d03d-666d2cb1,
#w-node-_307755f9-7a9b-62e4-3aa2-af2662501965-666d2cb1,
#w-node-_307755f9-7a9b-62e4-3aa2-af2662501969-666d2cb1,
#w-node-_307755f9-7a9b-62e4-3aa2-af266250196f-666d2cb1,
#w-node-_307755f9-7a9b-62e4-3aa2-af2662501973-666d2cb1,
#w-node-_307755f9-7a9b-62e4-3aa2-af2662501979-666d2cb1,
#w-node-_307755f9-7a9b-62e4-3aa2-af266250197d-666d2cb1,
#w-node-_307755f9-7a9b-62e4-3aa2-af2662501983-666d2cb1,
#w-node-_40ccfa6b-ef65-4927-3940-095d6b9760b9-666d2cb1,
#w-node-_40ccfa6b-ef65-4927-3940-095d6b9760bb-666d2cb1,
#w-node-_40ccfa6b-ef65-4927-3940-095d6b9760bd-666d2cb1,
#w-node-_40ccfa6b-ef65-4927-3940-095d6b9760bf-666d2cb1,
#w-node-_40ccfa6b-ef65-4927-3940-095d6b9760c1-666d2cb1,
#surface.w-node-_40ccfa6b-ef65-4927-3940-095d6b9760c4-666d2cb1,
#freightSurface.w-node-_40ccfa6b-ef65-4927-3940-095d6b9760c6-666d2cb1,
#codSurface.w-node-_40ccfa6b-ef65-4927-3940-095d6b9760c8-666d2cb1,
#taxSurface.w-node-_40ccfa6b-ef65-4927-3940-095d6b9760ca-666d2cb1,
#finalSurface.w-node-_40ccfa6b-ef65-4927-3940-095d6b9760cc-666d2cb1,
#express.w-node-_40ccfa6b-ef65-4927-3940-095d6b9760cf-666d2cb1,
#freightExpress.w-node-_40ccfa6b-ef65-4927-3940-095d6b9760d1-666d2cb1,
#codExpress.w-node-_40ccfa6b-ef65-4927-3940-095d6b9760d3-666d2cb1,
#taxExpress.w-node-_40ccfa6b-ef65-4927-3940-095d6b9760d5-666d2cb1,
#finalExpress.w-node-_40ccfa6b-ef65-4927-3940-095d6b9760d7-666d2cb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa01002d-ee8b-d2be-7465-2b2471dffacb-666d2cc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-fa01002d-ee8b-d2be-7465-2b2471dfface-666d2cc7,
#w-node-_5b9c4ce9-84e7-e4c6-f8b0-a5bfb6777544-666d2ccb,
#w-node-_48179c42-8780-db30-ba01-1c22fea07ab4-666d2ccb,
#w-node-be16f3d1-bcd3-033c-c685-08876911ff4f-734c1dc8,
#w-node-_5b54fe79-9f4b-bf5f-1eea-3f84b2851480-734c1dc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be16f3d1-bcd3-033c-c685-08876911ff5b-734c1dc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b317b4c9-bc58-bd49-d446-b14ac7c4d83b-ccf0c8dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b317b4c9-bc58-bd49-d446-b14ac7c4d842-ccf0c8dd,
#w-node-b317b4c9-bc58-bd49-d446-b14ac7c4d847-ccf0c8dd,
#w-node-b317b4c9-bc58-bd49-d446-b14ac7c4d84c-ccf0c8dd,
#w-node-b317b4c9-bc58-bd49-d446-b14ac7c4d851-ccf0c8dd,
#w-node-b317b4c9-bc58-bd49-d446-b14ac7c4d856-ccf0c8dd,
#w-node-b317b4c9-bc58-bd49-d446-b14ac7c4d85f-ccf0c8dd,
#w-node-b317b4c9-bc58-bd49-d446-b14ac7c4d860-ccf0c8dd,
#w-node-b317b4c9-bc58-bd49-d446-b14ac7c4d861-ccf0c8dd,
#w-node-b317b4c9-bc58-bd49-d446-b14ac7c4d863-ccf0c8dd,
#w-node-b317b4c9-bc58-bd49-d446-b14ac7c4d864-ccf0c8dd,
#w-node-b317b4c9-bc58-bd49-d446-b14ac7c4d867-ccf0c8dd,
#w-node-b317b4c9-bc58-bd49-d446-b14ac7c4d868-ccf0c8dd,
#w-node-b317b4c9-bc58-bd49-d446-b14ac7c4d869-ccf0c8dd,
#w-node-b317b4c9-bc58-bd49-d446-b14ac7c4d86a-ccf0c8dd,
#w-node-b317b4c9-bc58-bd49-d446-b14ac7c4d86b-ccf0c8dd,
#w-node-b317b4c9-bc58-bd49-d446-b14ac7c4d86c-ccf0c8dd,
#w-node-b317b4c9-bc58-bd49-d446-b14ac7c4d86f-ccf0c8dd,
#w-node-b317b4c9-bc58-bd49-d446-b14ac7c4d870-ccf0c8dd,
#w-node-b317b4c9-bc58-bd49-d446-b14ac7c4d871-ccf0c8dd,
#w-node-b317b4c9-bc58-bd49-d446-b14ac7c4d872-ccf0c8dd,
#w-node-b317b4c9-bc58-bd49-d446-b14ac7c4d873-ccf0c8dd,
#w-node-b317b4c9-bc58-bd49-d446-b14ac7c4d874-ccf0c8dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b317b4c9-bc58-bd49-d446-b14ac7c4d87a-ccf0c8dd {
  justify-self: end;
}

#create-account-button.w-node-b317b4c9-bc58-bd49-d446-b14ac7c4d8ca-ccf0c8dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_798ab9e3-34f7-901c-ca15-390709daa00f-ccf0c8dd {
  align-self: stretch;
}

@media screen and (min-width: 1440px) {
  #w-node-_81a28517-3278-f165-610d-2287c60bba2f-c60bba2c,
  #w-node-d80b0050-ad46-c6bf-4f10-d5ca1138fee8-666d2bfd,
  #w-node-d80b0050-ad46-c6bf-4f10-d5ca1138feea-666d2bfd,
  #w-node-d80b0050-ad46-c6bf-4f10-d5ca1138fef3-666d2bfd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-fb3cdd82-cf6b-8dc2-60af-846b7419a0e5-666d2b93 {
    justify-self: center;
  }

  #w-node-_72f72a76-146e-ff70-a24c-7481dc10847c-dc10846b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_945b6d64-20fe-46e1-cea5-748474037ae9-74037ad5 {
    justify-self: stretch;
  }

  #w-node-_74678c18-bbcb-5f84-0edd-addc111dd5f9-666d2ba1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_0fa4d19c-d382-f655-ad95-2329644733a5-666d2ba1,
  #w-node-_21574212-8c59-32b7-a94f-191f3e4a7d41-666d2ba1,
  #w-node-_9510f5d7-92b9-f7f9-1eed-a6b9cdbb6488-666d2ba1,
  #w-node-c08604a0-8505-2fdb-74f1-b49c9b7d7600-666d2ba1,
  #w-node-_50ade528-bc3b-446e-7975-96f5f1cb320c-f1cb320a {
    justify-self: center;
  }

  #w-node-_50ade528-bc3b-446e-7975-96f5f1cb3213-f1cb320a {
    justify-self: auto;
  }

  #w-node-fae3a21b-6070-5b52-b519-7b03e6a73ee6-666d2bb1 {
    order: 9999;
  }

  #w-node-_631dcdc8-8449-ebd9-0bfb-23e3070dbe4d-666d2bb3,
  #w-node-_638b0c55-712f-436b-933e-f743bf644411-666d2bb4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_98f69d0b-cc29-e9f4-be1d-4e5bb8af9a29-666d2bd8 {
    justify-self: stretch;
  }

  #w-node-_7c0d836f-ccdb-11b8-bc5d-cb6a9906d8e8-666d2c00,
  #w-node-_8f5c1cea-f127-4efa-3963-ee2e443e143f-666d2c00 {
    order: -9999;
  }

  #w-node-da2613d4-3374-8b92-5276-b5d503c74925-666d2c00 {
    justify-self: center;
  }

  #w-node-_56deaf10-c5d6-51da-4372-8c05ae7a60bb-666d2c00,
  #w-node-_7accce1a-dd0b-0784-c2cc-128152d9c249-666d2c00 {
    order: -9999;
  }

  #w-node-_0d7cd1ae-1f6f-42b3-00e7-1df69cf3b98d-666d2c03 {
    order: 9999;
  }

  #w-node-_84dfe7aa-abcb-694e-d984-b6e51f15388f-1f15388a {
    justify-self: auto;
  }

  #w-node-_7976dbf6-7e6d-dc21-f069-9cf69228f9c1-666d2c8a {
    order: 9999;
  }

  #w-node-_9104630f-3487-a12a-3386-2d45358cb9ac-666d2ca4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_91ab466d-4b6a-0ed1-139c-779df409ced5-666d2ca4 {
    order: 9999;
  }

  #w-node-_9104630f-3487-a12a-3386-2d45358cb9ac-378eb5f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_91ab466d-4b6a-0ed1-139c-779df409ced5-378eb5f3,
  #w-node-_5d4d341b-4888-014b-540c-4184657d4ec7-378eb5f3 {
    order: 9999;
  }

  #w-node-_32f2e7cc-8a0b-8255-7dd0-b554f76965bb-666d2cac,
  #w-node-_17beaf1c-9280-c2c5-4ff6-9dfc37c71605-666d2cac,
  #w-node-ed8541c9-eced-191b-2808-7b8b5a83ceb7-666d2cac,
  #w-node-_60bd8a2d-869d-699c-d4fa-d2ed6211eff5-666d2cac {
    order: -9999;
  }

  #w-node-fa01002d-ee8b-d2be-7465-2b2471dffacb-666d2cc7 {
    order: 9999;
  }

  #w-node-be16f3d1-bcd3-033c-c685-08876911ff5b-734c1dc8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1df90dd3-57f9-29ce-5385-84d9582de196-582de18b,
  #w-node-_74678c18-bbcb-5f84-0edd-addc111dd5f9-666d2ba1 {
    justify-self: stretch;
  }

  #w-node-_489ecad4-a28b-a605-967f-3b341d1c4745-06526ccf {
    justify-self: auto;
  }

  #w-node-fae3a21b-6070-5b52-b519-7b03e6a73ee6-666d2bb1 {
    order: 9999;
  }

  #w-node-_68aca80c-c92e-7cb1-5142-872b9948ec32-666d2bfd,
  #w-node-_658c4a78-3249-a2ab-6a0d-5f219cd67752-666d2bfd,
  #w-node-_1794d375-87db-f95a-f8cb-c86025a3211d-666d2bfd,
  #w-node-_2de71cde-557d-18bc-7b1c-eb25c82bba43-666d2bfd {
    justify-self: stretch;
  }

  #w-node-d80b0050-ad46-c6bf-4f10-d5ca1138fef7-666d2bfd {
    grid-area: span 2 / span 1 / span 2 / span 1;
    align-self: end;
  }

  #w-node-_633005f1-fb5c-388a-cecc-b45303b6ac9a-666d2c72 {
    order: 9999;
  }

  #w-node-_3652bf8f-c9dc-54e4-4f50-4c257f61f05a-666d2cb1 {
    justify-self: stretch;
  }

  #w-node-e3a90f75-d470-7097-bbbe-55a933809da3-666d2ccb,
  #w-node-_4d23d9c3-32aa-001b-0596-e5a65931aef9-666d2ccb,
  #w-node-_5d0cf41d-1172-6000-505c-5abc2306569e-666d2ccb,
  #w-node-ae36a11d-9aa6-9b99-1c4e-812c3ccf1b6f-666d2ccb,
  #w-node-_529f5180-557e-0011-a8c7-d413bd690ec5-666d2ccb,
  #w-node-_529f5180-557e-0011-a8c7-d413bd690ed0-666d2ccb,
  #w-node-_529f5180-557e-0011-a8c7-d413bd690edb-666d2ccb,
  #w-node-_529f5180-557e-0011-a8c7-d413bd690ee6-666d2ccb,
  #w-node-_3e7a3750-203b-4f65-b2ff-7193010c307e-666d2ccb,
  #w-node-_820331d6-c4e7-e22c-17e6-307c4ba0cf79-666d2ccb,
  #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d263-666d2ccb,
  #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d26e-666d2ccb,
  #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d279-666d2ccb,
  #w-node-cd97ed09-7ee7-f868-9f24-92008cbffbf9-666d2ccb,
  #w-node-_678fa4ae-1fca-b02f-fd27-9efe550463d6-666d2ccb,
  #w-node-_053b3848-5278-b0d0-565f-4e26607311a1-666d2ccb,
  #w-node-_8638ecc7-fc7a-8770-ed2b-943d852abcf3-666d2ccb,
  #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0a9-666d2ccb,
  #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0bd-666d2ccb,
  #w-node-fdedfdaf-07eb-26ce-ec5a-44f9429fbce6-666d2ccb,
  #w-node-e5098d5c-99e5-a310-1707-51b579e0852f-666d2ccb,
  #w-node-_1d39ea8e-bae3-1512-4ef0-cdf93fc0f8da-666d2ccb,
  #w-node-_0959ac05-e5ad-fd43-8e7e-a09dd2f57df9-666d2ccb,
  #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0d1-666d2ccb,
  #w-node-f9a626ae-4f05-7075-0d66-3072978dbb53-666d2ccb,
  #w-node-_5e353be1-d012-39fc-eeb8-2763382b8e35-666d2ccb {
    order: -9999;
  }

  #w-node-be16f3d1-bcd3-033c-c685-08876911ff5b-734c1dc8 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fb287d71-6968-5457-7aaa-1d717d49b346-7d49b342 {
    grid-column: span 1 / span 1;
  }

  #w-node-fb287d71-6968-5457-7aaa-1d717d49b39b-7d49b342 {
    justify-self: auto;
  }

  #w-node-_945b6d64-20fe-46e1-cea5-748474037ae9-74037ad5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-aa243016-1a68-7105-882e-4c25ce1c2cae-06526ccf,
  #w-node-aa243016-1a68-7105-882e-4c25ce1c2cbe-06526ccf,
  #w-node-aa243016-1a68-7105-882e-4c25ce1c2cda-06526ccf,
  #w-node-_59566204-ace0-37dc-f281-6947ad87f634-06526ccf,
  #w-node-_59566204-ace0-37dc-f281-6947ad87f638-06526ccf,
  #w-node-_798ab9e3-34f7-901c-ca15-390709daa00f-ccf0c8dd {
    grid-column: span 1 / span 1;
  }

  #w-node-_798ab9e3-34f7-901c-ca15-390709daa02a-ccf0c8dd {
    justify-self: auto;
  }
}

@font-face {
  font-family: "Line Rounded Icons";
  src: url("../fonts/line-rounded-icons.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Variable";
  src: url("../fonts/Inter-Variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

.conditionsFlex {
  display: flex;
}

.conditionsFlex input[type="checkbox"] {
  margin-right: 8px;
  height: 24px;
  width: 24px;
}

.conditionsFlex label {
  font-weight: 500 !important;
}
