@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Semibold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --brightest-purple: #f2f2ff;
  --black: #000017;
  --brightest-yellow\<deleted\|variable-8ea03564-f500-fb2d-030a-fca49ae1ce70\>: #fffbef;
  --brightest-red\<deleted\|variable-760e8b4a-b785-4654-5acc-19bb21198226\>: #fbf2f3;
  --brightest-blue: #f7f8ff;
  --brightest-purple\<deleted\|variable-3b2d59e5-bf3c-6bff-d735-3ff3199f8240\>: #f6f6fc;
  --orange: #f16627;
  --yellow\<deleted\|variable-127abbea-0044-5df9-fd81-271a2ebe538a\>: #eb8214;
  --red\<deleted\|variable-597836e3-c907-29e7-6445-c507958b17fb\>: #bc000f;
  --blue: #2a2f8a;
  --purple\<deleted\|variable-dc49554a-fbb3-eebb-a6a7-74715f7ab382\>: #5d56d0;
  --white: white;
  --light-green\<deleted\|variable-fc4c355d-0f0f-2400-60f8-dedb0c0bead0\>: #a9c893;
  --brightest-green\<deleted\|variable-4b61d005-467f-d4b2-d825-84f84664de76\>: #f8fff3;
  --light-yellow\<deleted\|variable-7149f97e-fdb9-5ee9-f987-2b870d28b015\>: #fff3e1;
  --light-red\<deleted\|variable-b6b338dd-dbc3-1129-6858-c63af27d8801\>: #eec2c5;
  --light-blue: #10225d;
  --light-purple\<deleted\|variable-d2414caf-35fc-2cee-7c33-7f66cbfc5984\>: #c8c6ef;
  --light-purple: #f7f8ff;
}

body {
  background-color: var(--brightest-purple);
  color: var(--black);
  font-family: Switzer, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

h1 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 1.25;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.16667;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

p {
  opacity: .8;
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: .85;
}

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

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

.container {
  width: 100%;
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container.grid {
  grid-column-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.section:where(.w-variant-3250737a-1537-a760-4c1f-d7f280a49f8c) {
  background-color: var(--brightest-yellow\<deleted\|variable-8ea03564-f500-fb2d-030a-fca49ae1ce70\>);
}

.section:where(.w-variant-eab2baf6-1a7d-2027-0640-e80aac083de9) {
  background-color: var(--brightest-red\<deleted\|variable-760e8b4a-b785-4654-5acc-19bb21198226\>);
}

.section:where(.w-variant-364ba46b-92cf-8ac2-f3e9-b57f609d60e4) {
  background-color: var(--brightest-blue);
}

.section:where(.w-variant-bc73cdc5-c9a0-b576-5f14-06ea814abc89) {
  background-color: var(--brightest-purple\<deleted\|variable-3b2d59e5-bf3c-6bff-d735-3ff3199f8240\>);
}

.main-wrapper {
  overflow: clip;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.navbar {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 5.25rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.button {
  grid-column-gap: .625rem;
  background-color: var(--orange);
  color: var(--brightest-blue);
  text-align: center;
  text-transform: capitalize;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding: .25rem 1.5rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
}

.button:where(.w-variant-42f574d3-98da-b287-1748-525ddfc1ab53) {
  background-color: var(--yellow\<deleted\|variable-127abbea-0044-5df9-fd81-271a2ebe538a\>);
}

.button:where(.w-variant-4a2fd6f4-f619-a5c4-91bd-baa04ad24b9c) {
  background-color: var(--red\<deleted\|variable-597836e3-c907-29e7-6445-c507958b17fb\>);
}

.button:where(.w-variant-7237bf87-8868-7329-bc49-0665bf56e025) {
  background-color: var(--blue);
}

.button:where(.w-variant-c354ac00-e803-b22c-ba2f-006a12f61dbd) {
  background-color: var(--purple\<deleted\|variable-dc49554a-fbb3-eebb-a6a7-74715f7ab382\>);
}

.hero-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 7.75rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.margin-16 {
  margin-bottom: 1rem;
}

.margin-20 {
  margin-bottom: 1.25rem;
}

.max-width-792 {
  max-width: 49.5rem;
}

.comparison-image {
  aspect-ratio: 1.75519;
  object-fit: contain;
  width: 100%;
  max-width: 26.4375rem;
  position: relative;
}

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

.column-center.gap-12 {
  grid-row-gap: .75rem;
}

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

.feature-cards-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.margin-48 {
  margin-bottom: 3rem;
}

.feature-card {
  grid-row-gap: 1rem;
  background-color: var(--white);
  border-radius: .625rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem 1.875rem;
  display: flex;
  overflow: clip;
}

.column {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column.gap-24 {
  grid-row-gap: 1.5rem;
}

.column.gap-12 {
  grid-row-gap: .75rem;
}

.margin-8 {
  margin-bottom: .5rem;
}

.heading-h3-style {
  font-size: 1.75rem;
  font-weight: 600;
}

.logos-wrapper {
  border: .0625rem solid #ededed;
  border-radius: .625rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-section {
  background-color: var(--blue);
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.hero-image-wrapper {
  aspect-ratio: 1.50088;
  object-fit: cover;
  width: 110%;
  display: block;
  position: relative;
}

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

.cover-image.top-left {
  object-position: 0% 0%;
}

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

.brand {
  justify-content: flex-start;
  align-items: center;
  width: 10.25rem;
  height: 3.37rem;
  padding: 0;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.brand:hover {
  opacity: .85;
}

.hero-image-gradient {
  z-index: 3;
  background-image: linear-gradient(0deg, var(--white), #fff0);
  width: 100%;
  height: 19.2308%;
  position: absolute;
  inset: auto 0% 0%;
}

.hide-desktop {
  display: none !important;
}

.hero-paragraph {
  max-width: 45rem;
}

.hero-paragraph:where(.w-variant-6d412785-68d5-f2ab-8dec-e461638c7c3a) {
  max-width: 39.6875rem;
}

.hero-paragraph:where(.w-variant-c82552d0-db3e-ec80-d0b2-c9ba05640b68) {
  max-width: 37.5rem;
}

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

.comperison-section {
  border-top: .0625rem solid var(--light-green\<deleted\|variable-fc4c355d-0f0f-2400-60f8-dedb0c0bead0\>);
  background-color: var(--brightest-green\<deleted\|variable-4b61d005-467f-d4b2-d825-84f84664de76\>);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.comperison-section:where(.w-variant-3250737a-1537-a760-4c1f-d7f280a49f8c) {
  border-top-color: var(--light-yellow\<deleted\|variable-7149f97e-fdb9-5ee9-f987-2b870d28b015\>);
  background-color: var(--brightest-yellow\<deleted\|variable-8ea03564-f500-fb2d-030a-fca49ae1ce70\>);
}

.comperison-section:where(.w-variant-eab2baf6-1a7d-2027-0640-e80aac083de9) {
  border-top-color: var(--light-red\<deleted\|variable-b6b338dd-dbc3-1129-6858-c63af27d8801\>);
  background-color: var(--brightest-red\<deleted\|variable-760e8b4a-b785-4654-5acc-19bb21198226\>);
}

.comperison-section:where(.w-variant-364ba46b-92cf-8ac2-f3e9-b57f609d60e4) {
  border-top-color: var(--light-blue);
  background-color: var(--brightest-blue);
}

.comperison-section:where(.w-variant-bc73cdc5-c9a0-b576-5f14-06ea814abc89) {
  border-top-color: var(--light-purple\<deleted\|variable-d2414caf-35fc-2cee-7c33-7f66cbfc5984\>);
  background-color: var(--brightest-purple\<deleted\|variable-3b2d59e5-bf3c-6bff-d735-3ff3199f8240\>);
}

.features-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-section:where(.w-variant-3250737a-1537-a760-4c1f-d7f280a49f8c) {
  background-color: var(--brightest-yellow\<deleted\|variable-8ea03564-f500-fb2d-030a-fca49ae1ce70\>);
}

.features-section:where(.w-variant-eab2baf6-1a7d-2027-0640-e80aac083de9) {
  background-color: var(--brightest-red\<deleted\|variable-760e8b4a-b785-4654-5acc-19bb21198226\>);
}

.features-section:where(.w-variant-364ba46b-92cf-8ac2-f3e9-b57f609d60e4) {
  background-color: var(--brightest-blue);
}

.features-section:where(.w-variant-bc73cdc5-c9a0-b576-5f14-06ea814abc89) {
  background-color: var(--brightest-purple\<deleted\|variable-3b2d59e5-bf3c-6bff-d735-3ff3199f8240\>);
}

.text-blue {
  color: var(--blue);
}

.icon-m {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  min-height: 1rem;
  display: flex;
}

.marquee-wrap {
  background-color: var(--blue);
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.marquee-item {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 4rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
}

.marquee-item.loop-move-left {
  animation-duration: 5s;
}

.loop-move-left {
  animation-name: loop-move-left;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-play-state: running;
  animation-fill-mode: both;
}

.icon-l {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  display: flex;
}

.features-section-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 5.25rem;
  background-color: var(--white);
  border-radius: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 3rem;
  display: grid;
  overflow: clip;
  box-shadow: 0 .25rem 1.5rem #0003;
}

.text-xl {
  font-size: 1.25rem;
}

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

.text-capitalize-every-word {
  text-transform: capitalize;
}

.div-block {
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 38rem;
  display: flex;
}

.feature-column {
  grid-column-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 2rem;
  display: flex;
}

.feature-image {
  aspect-ratio: 1.58228;
  border-radius: .5rem;
  margin-bottom: auto;
  position: relative;
  overflow: clip;
}

.hflex-left-center {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hflex-left-center.gap-8 {
  grid-column-gap: .5rem;
}

.text-white {
  color: var(--white);
}

.text-l {
  font-size: 1.125rem;
  line-height: 1.25;
}

.logo-image {
  aspect-ratio: 3.4;
  border-bottom: .0625rem solid #ededed;
  border-right: .0625rem solid #ededed;
  width: 25%;
  position: relative;
}

.logo-image.last {
  border-bottom-right-radius: .625rem;
}

.logo-image.penultimate {
  border-left: .0625rem solid #ededed;
  border-bottom-left-radius: .625rem;
}

.logo-image.first-left {
  border-top-left-radius: .625rem;
}

.logo-image.first-right {
  border-top-right-radius: .625rem;
}

.logo-image.last-left {
  border-bottom-style: none;
  border-left: .0625rem solid #ededed;
}

.logo-image.last-right {
  border-bottom-style: none;
}

.margin-24 {
  margin-bottom: 1.5rem;
}

.text-s {
  font-size: .875rem;
}

.hero-image-wrapper-mobile {
  aspect-ratio: 2.82908;
  object-fit: cover;
  width: 100%;
  display: none;
  position: relative;
}

.nav-button {
  grid-column-gap: .625rem;
  background-color: var(--orange);
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 3.25rem;
  padding: .25rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
}

.nav-button:where(.w-variant-42f574d3-98da-b287-1748-525ddfc1ab53) {
  background-color: var(--yellow\<deleted\|variable-127abbea-0044-5df9-fd81-271a2ebe538a\>);
}

.nav-button:where(.w-variant-4a2fd6f4-f619-a5c4-91bd-baa04ad24b9c) {
  background-color: var(--red\<deleted\|variable-597836e3-c907-29e7-6445-c507958b17fb\>);
}

.nav-button:where(.w-variant-7237bf87-8868-7329-bc49-0665bf56e025) {
  background-color: var(--blue);
}

.nav-button:where(.w-variant-c354ac00-e803-b22c-ba2f-006a12f61dbd) {
  background-color: var(--purple\<deleted\|variable-dc49554a-fbb3-eebb-a6a7-74715f7ab382\>);
}

.nav-menu {
  flex-flow: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-right: 3rem;
  display: flex;
}

.nav-links-wrapper {
  grid-column-gap: 2rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #040449;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 0;
  line-height: 1.5;
}

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

.see-all-button {
  grid-column-gap: .625rem;
  background-color: var(--blue);
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 3.25rem;
  margin-top: 1.5rem;
  padding: .25rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  display: none;
}

.see-all-button:where(.w-variant-42f574d3-98da-b287-1748-525ddfc1ab53) {
  background-color: var(--yellow\<deleted\|variable-127abbea-0044-5df9-fd81-271a2ebe538a\>);
}

.see-all-button:where(.w-variant-4a2fd6f4-f619-a5c4-91bd-baa04ad24b9c) {
  background-color: var(--red\<deleted\|variable-597836e3-c907-29e7-6445-c507958b17fb\>);
}

.see-all-button:where(.w-variant-7237bf87-8868-7329-bc49-0665bf56e025) {
  background-color: var(--blue);
}

.see-all-button:where(.w-variant-c354ac00-e803-b22c-ba2f-006a12f61dbd) {
  background-color: var(--purple\<deleted\|variable-dc49554a-fbb3-eebb-a6a7-74715f7ab382\>);
}

.infinite-loop-tape {
  background-color: var(--blue);
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 4rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.infinite-loop-tape.bold-taste-slider {
  z-index: 2;
  width: 120%;
  height: 4.5rem;
  position: absolute;
  inset: auto auto 39% -10%;
}

.infinite-loop {
  grid-column-gap: 5rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5rem;
  display: flex;
}

.tape-text {
  letter-spacing: -.03em;
  white-space: nowrap;
  flex: none;
}

.small-dot {
  aspect-ratio: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  display: flex;
}

.css {
  display: none;
}

.hero-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.service-card {
  aspect-ratio: 1.2924;
  border-radius: .5rem;
  width: calc(33.1% - .5rem);
  position: relative;
  overflow: clip;
}

.service-card-gradient {
  background-image: linear-gradient(0deg, #030327, #03032700);
  width: 100%;
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.service-card-content {
  color: var(--white);
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: .875rem;
  position: absolute;
  inset: auto 0% 0%;
}

.service-card-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.opacity-100 {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  h1, h2 {
    line-height: 1;
  }

  a {
    color: inherit;
  }

  a:hover {
    opacity: 1;
  }

  .nav-container {
    justify-content: flex-end;
    align-items: center;
  }

  .feature-cards-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .logos-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .brand {
    margin-right: auto;
  }

  .brand:hover {
    opacity: 1;
  }

  .features-section-wrapper {
    grid-row-gap: 2rem;
  }

  .div-block {
    max-width: none;
  }

  .feature-column {
    justify-content: center;
    align-items: stretch;
  }

  .feature-image {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .logo-image {
    width: 33.3333%;
  }

  .nav-button {
    margin-right: .75rem;
  }

  .nav-menu {
    border-bottom: 1px solid var(--white);
    background-color: var(--brightest-purple);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 0;
    box-shadow: 0 1rem 1rem -1rem #0000001a;
  }

  .nav-links-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2rem 1rem;
  }

  .nav-link {
    border-bottom: .0625rem solid var(--brightest-purple);
    color: var(--blue);
    width: 100%;
    font-size: 1.25rem;
    font-weight: 500;
  }

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

  .menu-button {
    background-color: var(--white);
    border: .0625rem solid #ffcdb7;
    border-radius: .25rem;
    width: 3.25rem;
    min-width: 3.25rem;
    height: 3.25rem;
    min-height: 3.25rem;
    padding: 0;
    overflow: clip;
  }

  .menu-button.w--open {
    background-color: var(--white);
    border-color: #ffcdb7;
  }

  .menu-button-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .menu-button-line {
    background-color: var(--orange);
    border-radius: 100vw;
    width: 18px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .menu-button-line.line-2 {
    width: 12px;
    margin-left: -6px;
  }

  .infinite-loop-tape.bold-taste-slider {
    margin-top: 7.5rem;
    margin-left: -10%;
    position: static;
    transform: rotate(-5deg);
  }

  .service-card {
    width: calc(50% - .5rem);
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: .875rem;
  }

  h1 {
    font-size: 2rem;
    line-height: 1.0625;
  }

  h2 {
    font-size: 1.5rem;
    line-height: 1.16667;
  }

  h3 {
    font-size: 1.125rem;
    line-height: 1.55556;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .nav-container {
    justify-content: flex-end;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar {
    height: 3.5rem;
  }

  .button {
    height: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .75rem;
  }

  .hero-section {
    padding-top: 6.625rem;
  }

  .margin-48 {
    margin-bottom: 1.5rem;
  }

  .feature-card {
    grid-row-gap: .5rem;
    padding: 1.5rem;
  }

  .heading-h3-style {
    font-size: 1.5rem;
  }

  .logos-wrapper {
    margin-bottom: 1.5rem;
    overflow: hidden;
  }

  .hero-image-wrapper {
    aspect-ratio: 1.3879;
  }

  .brand {
    width: 8.875rem;
    height: 2.062rem;
  }

  .brand.w--current {
    margin-right: auto;
  }

  .hide-desktop {
    display: block !important;
  }

  .hide-mobile {
    display: none !important;
  }

  .comperison-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .features-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .marquee-item {
    grid-column-gap: .5rem;
    height: 3rem;
    font-size: 1rem;
  }

  .features-section-wrapper {
    grid-row-gap: 2.5rem;
    border-radius: 1rem;
    flex-flow: column-reverse;
    padding: 2rem 1.5rem;
    display: flex;
  }

  .div-block {
    grid-row-gap: 1rem;
  }

  .feature-column {
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 0;
  }

  .text-l {
    font-size: .875rem;
    line-height: 1;
  }

  .logo-image {
    width: 50%;
    height: 6.25rem;
  }

  .hero-image-wrapper-mobile {
    aspect-ratio: 1.3879;
    display: block;
  }

  .nav-button {
    height: 2.5rem;
    margin-right: .75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .75rem;
  }

  .menu-button {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    min-height: 2.5rem;
  }

  .see-all-button {
    min-width: 7rem;
    height: 2.5rem;
    font-size: .75rem;
    display: inline-flex;
  }

  .infinite-loop-tape {
    height: 3rem;
  }

  .infinite-loop-tape.bold-taste-slider {
    height: 3.125rem;
    font-size: 1.25rem;
  }

  .infinite-loop {
    grid-column-gap: 3rem;
    padding-left: 3rem;
  }

  .service-card {
    width: 100%;
  }

  .service-card-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  .comparison-image {
    width: 100%;
  }

  .logos-wrapper {
    margin-bottom: 1.5rem;
  }

  .infinite-loop {
    grid-column-gap: 2rem;
    padding-left: 2rem;
  }
}

#w-node-_66191fb4-6ca3-5ab0-fd2a-e0d176459a2e-1236361d {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-ce38d8d5-38fd-edf7-2198-affba4701e8e-1236361d {
  grid-area: 2 / 4 / 3 / 10;
}

#w-node-_28455d94-e3c4-ad49-bbe6-c817e5944364-1236361d {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_084993cb-10de-9e80-06af-ab2e17d288af-17d288af {
  grid-area: span 1 / span 12 / span 1 / span 12;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-ce38d8d5-38fd-edf7-2198-affba4701e8e-1236361d {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_66191fb4-6ca3-5ab0-fd2a-e0d176459a2e-1236361d, #w-node-_28455d94-e3c4-ad49-bbe6-c817e5944364-1236361d {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }
}


@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}