:root {
  --white: white;
  --dark-blue: #02233b;
  --dark-grey: #566888;
  --blue: #3c7df6;
  --neutral-900: #101213;
  --neutral-600: #5c6570;
  --neutral-300: #b2b6bd;
  --light-blue: #f7f8f8;
  --neutral-50: whitesmoke;
  --purple-dark: #420790;
  --orange-darker: #c56511;
  --purple-light: #e8def6;
  --orange-lighter: #fdefe2;
  --systemflow-lite-neutral--80: #636b75;
}

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

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

body {
  background-color: var(--white);
  color: var(--dark-blue);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.32px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roobert, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 4rem;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roobert, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.3rem;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roobert, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  letter-spacing: -.32px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roobert, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  color: var(--dark-grey);
  letter-spacing: -.16px;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 2rem;
}

a {
  color: var(--dark-grey);
  font-size: .85rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  letter-spacing: -.16px;
  margin-bottom: .25rem;
  font-size: 1.125rem;
  line-height: 2rem;
}

img {
  color: var(--blue);
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

strong {
  font-weight: 700;
}

blockquote {
  letter-spacing: -.16px;
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.125rem;
  line-height: 2rem;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

.padding-left.padding-tiny {
  padding-left: .3rem;
}

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

.padding-right.padding-tiny {
  padding-right: .3rem;
}

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

.padding-bottom.padding-small.hide-desktop {
  display: none;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  background-color: var(--neutral-900);
  color: #fff;
}

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

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

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

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  color: var(--neutral-900);
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 4rem;
}

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

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-white {
  color: #fff;
}

.text-style-italic {
  font-style: italic;
}

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  color: var(--dark-grey);
  font-size: .875rem;
  line-height: 1.1rem;
}

.text-size-tiny.text-color-grey {
  color: var(--neutral-600);
}

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

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

.max-width-xxlarge {
  width: 100%;
  max-width: 62rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: rgba(0, 115, 230, .1);
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-size: 1.125rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

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

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

.max-width-medium.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 46rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

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

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: 1rem;
  line-height: 1.75rem;
}

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

.text-size-small.text-color-grey {
  color: var(--neutral-600);
}

.heading-style-h4 {
  color: var(--neutral-900);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 50rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-grey {
  background-color: var(--light-blue);
}

.form_input {
  background-color: rgba(0, 0, 0, 0);
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-section-large.is-first {
  padding-top: 2rem;
}

.padding-section-large.padding-bottom-small {
  padding-bottom: 2rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

.heading-style-h2 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3rem;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

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

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  background-color: var(--neutral-900);
  color: var(--white);
  text-align: center;
  border-radius: 8rem;
  padding: 1rem;
  font-size: .85rem;
  font-weight: 600;
  line-height: 1.5rem;
  transition: background-color .2s, opacity .2s;
}

.button:hover {
  opacity: .8;
}

.button.is-text {
  color: var(--dark-grey);
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
  padding: .5rem 0;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: underline;
  overflow: visible;
}

.button.is-text.is-white {
  color: #fff;
}

.button.is-small {
  padding: .5rem 1rem;
}

.button.is-small.is-gray {
  color: var(--neutral-900);
  background-color: rgba(16, 18, 19, .04);
  border: 1px solid rgba(16, 18, 19, .04);
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--white);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button.is-icon.is-blue.is-strike {
  flex: 1;
  justify-content: space-between;
}

.button.is-icon.is-blue.is-strike.is-50 {
  flex: none;
  width: 50%;
}

.button.is-blue {
  background-color: var(--blue);
}

.button.is-blue.is-strike {
  color: var(--blue);
  background-color: rgba(60, 125, 246, 0);
  border: 2px solid rgba(60, 125, 246, .15);
}

.button.is-blue.is-strike:hover {
  background-color: rgba(60, 125, 246, .15);
  border-color: rgba(60, 125, 246, 0);
  outline-color: rgba(60, 125, 246, 0);
}

.button.is-review {
  background-color: #eab308;
}

.button.is-menu {
  background-color: #f97316;
}

.button.is-loyalty {
  background-color: #10b981;
}

.button.is-ideas {
  background-color: #ef4444;
}

.button.is-insight {
  background-color: #6d55fd;
}

.button.is-square {
  border-radius: .5rem;
  padding: .75rem 2.5rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.button.is-second-blue {
  background-color: #00a3ff;
}

.button.is-smalll-square {
  border-radius: .5rem;
  padding: .5rem 1rem;
}

.button.is-smalll-square.is-dark {
  background-color: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
}

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

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

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.hide {
  display: none;
}

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

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

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: var(--blue);
}

.fs-styleguide_color.is-3 {
  background-color: var(--dark-blue);
}

.fs-styleguide_color.is-4 {
  background-color: #fff;
}

.fs-styleguide_color.is-5 {
  background-color: var(--light-blue);
}

.fs-styleguide_color.is-6 {
  background-color: var(--dark-grey);
}

.background-color-dark-blue {
  background-color: var(--dark-blue);
  color: #fff;
}

.background-color-dark-blue.is-border-radius-large {
  border-radius: 1.25rem;
}

.body {
  background-color: #f9fafa;
}

.section_header {
  background-image: url('../images/img-hero-mobile.jpg');
  background-position: 0 0;
  background-size: auto;
  margin-top: -5.5rem;
  overflow: visible;
}

.section_header.background-color-black {
  background-image: none;
}

.navbar_component {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px #000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 5.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: relative;
}

.navbar_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_logo {
  width: 160px;
}

.navbar_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar_logo-link {
  padding-left: 0;
}

.navbar_menu-button {
  padding: 0;
}

.heading-2 {
  font-size: 3rem;
  line-height: 3.3rem;
}

.heading-2.is-brand {
  font-weight: 500;
}

.heading-5 {
  font-size: 1.25rem;
  line-height: 1.2;
}

.link-2 {
  letter-spacing: -.16px;
}

.navbar-dark_component {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px #000;
  align-items: center;
  width: 100%;
  padding: 1.25rem 2.5rem;
  display: flex;
  position: relative;
}

.navbar-dark_component.background-color-black {
  background-color: var(--neutral-900);
  min-height: 5.5rem;
}

.header-text_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.section_collaborate {
  z-index: 40;
  height: 1000px;
  display: flex;
  position: relative;
  overflow: visible;
}

.logo_logo {
  max-height: 2.5rem;
}

.logo_logo.is-height-70 {
  max-height: 4.5rem;
}

.logo_component {
  grid-column-gap: 13rem;
  grid-row-gap: 13rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.realtime-horeca-data-text_wrapper, .realtime-horeca-data-title_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.connect_image {
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
}

.connect_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.icon-embed-xxsmall {
  color: var(--neutral-900);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.button-brands {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-brands.is-link {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-brands.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-brands.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group-2.is-center {
  justify-content: center;
}

.keep-an-eye-title_wrapper, .keep-an-eye-text_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.tailored-solutions_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  display: grid;
}

.tailored-solutions_item {
  background-color: #fff;
  border-radius: .625rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 2rem;
}

.max-width-xmedium {
  width: 100%;
  max-width: 40rem;
}

.tailored-solutions-title_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.text-size-xlarge {
  letter-spacing: -.32px;
  font-size: 3rem;
  line-height: 3.5rem;
}

.our-customers_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.our-customers_tabs-link {
  background-color: rgba(0, 0, 0, 0);
  border-left: 0 rgba(0, 0, 0, 0);
  padding: .75rem 1rem;
  display: block;
}

.our-customers_tabs-link.w--current {
  opacity: 1;
  background-color: #fff;
  border-left: 0 #000;
  border-radius: .625rem;
}

.our-customers_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.testimonial_rating-icon {
  color: rgba(0, 0, 0, 0);
  flex-direction: column;
  width: 1rem;
  height: 1.25rem;
  margin-right: .75rem;
  display: flex;
}

.our-customers_client-image-wrapper {
  align-items: center;
  margin-right: 1rem;
  display: flex;
}

.testimonial_content {
  background-color: #fff;
  border-radius: .625rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.our-customers_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.testimonial_rating-wrapper {
  margin-bottom: 1rem;
  display: flex;
}

.our-customers_client {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.tabs-content {
  background-color: #fff;
  border-radius: .625rem;
}

.our-customers_client-wrapper {
  flex: 0 auto;
  display: flex;
}

.our-customers_client-logo {
  object-fit: cover;
  width: 3.56rem;
  min-width: 3.56rem;
  height: 2rem;
  min-height: 2rem;
}

.book-a-meeting-title_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 4.5rem 6.8rem 2.5rem 6.9rem;
  display: flex;
  position: relative;
}

.our-customers-title_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.button-wrapper {
  flex-direction: column;
  display: flex;
}

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

.footer_left-wrapper {
  border-right: 1px solid #34383d;
  flex-direction: column;
  display: flex;
}

.footer_link {
  color: #fff;
  padding-top: .5rem;
  padding-bottom: 1.5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.footer_bottom-wrapper {
  justify-content: center;
  align-items: center;
  height: 4.5rem;
  display: flex;
}

.footer_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.footer_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-content: stretch;
  align-items: start;
}

.footer_logo-link {
  padding-left: 0;
}

.line-divider {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #34383d;
  width: 100%;
  height: 1px;
}

.footer_top-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.footer_right-wrapper {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.footer_right-content {
  align-items: flex-start;
  display: flex;
}

.book-a-meeting_image-wrapper {
  position: absolute;
  top: -2.25rem;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.book-a-meeting_image {
  width: 4.5rem;
}

.footer_left-made-in-wrapper {
  align-items: center;
  display: flex;
}

.tailored-solutions_image-wrapper {
  width: 7.25rem;
}

.blog_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.section_blog {
  overflow: visible;
}

.blog_component {
  flex-direction: column;
  align-items: center;
}

.blog_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.blog_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.blog_title-link {
  color: var(--neutral-900);
  margin-bottom: 1rem;
  text-decoration: none;
  display: block;
}

.blog_image {
  object-fit: cover;
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog_button-wrap {
  justify-content: center;
  align-items: stretch;
  margin-top: 1.5rem;
  display: flex;
}

.icn-button-full-width {
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 1.25rem;
}

.header_image-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: stretch;
  max-width: 58rem;
  margin-top: -14rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: auto;
  bottom: 0;
  left: auto;
  right: auto;
}

.header_image {
  width: 100%;
}

.supported_logo {
  max-height: 3.5rem;
}

.supported_component {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  display: flex;
}

.supported_logo-wrapper {
  justify-content: space-between;
  display: flex;
}

.book-a-meeting_background-wrapper {
  position: absolute;
  top: 2.5rem;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.keep-an-eye-screen_wrapper.background-color-white {
  border-radius: 1.25rem;
}

.keep-an-eye-top-screen_wrapper {
  background-color: #d3edfd;
  border-radius: 1.25rem 1.25rem 0 0;
  height: 3rem;
}

.keep-an-eye-top-screen_wrapper-dot {
  align-items: center;
  height: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.keep-an-eye-top-screen_dot {
  border-radius: 100%;
  width: .75rem;
  height: .75rem;
  margin-right: .5rem;
}

.keep-an-eye-top-screen_dot.is-red {
  background-color: #ec6b5e;
}

.keep-an-eye-top-screen_dot.is-yellow {
  background-color: #f4bf4f;
}

.keep-an-eye-top-screen_dot.is-green {
  background-color: #61c453;
}

.keep-an-eye-center-screen_wrapper {
  padding: 2rem 7rem 5.5rem;
}

.keep-an-eye-center_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.keep-an-eye-center_grid-item {
  border: 1px solid #f1f2f4;
  border-radius: .625rem;
  padding: 2rem;
}

.keep-an-eye-center_grid_wrapper-title {
  border-bottom: 1px solid #f1f2f4;
  padding-bottom: .5rem;
}

.keep-an-eye-center_grid_title {
  color: var(--neutral-600);
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 500;
}

.keep-an-eye_item-graduation {
  border-radius: 10rem;
  width: 2.5rem;
  height: .75rem;
  margin-left: .0625rem;
  margin-right: .0625rem;
}

.keep-an-eye_item-graduation.is-purple {
  background-color: var(--purple-dark);
  margin-left: 0;
  margin-right: 0;
}

.keep-an-eye_item-graduation.is-orange {
  background-color: var(--orange-darker);
  margin-left: 0;
  margin-right: 0;
}

.keep-an-eye_item-graduation.is-purple-light {
  background-color: var(--purple-light);
  margin-left: 0;
  margin-right: 0;
}

.keep-an-eye_item-graduation.is-orange-light {
  background-color: var(--orange-lighter);
  margin-left: 0;
  margin-right: 0;
}

.keep-an-eye_item-graduation-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.keep-an-eye-center_grid_wrapper {
  justify-content: space-between;
}

.keep-an-eye_wrapper-beer, .keep-an-eye_wrapper-wine, .keep-an-eye_wrapper-soda, .keep-an-eye_wrapper-water {
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.keep-an-eye_wrapper-hot-drinks {
  justify-content: space-between;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.keep-an-eye_wrapper-text {
  font-weight: 500;
}

.keep-an-eye_wrapper-lager, .keep-an-eye_wrapper-pale-ale, .keep-an-eye_wrapper-ipa, .keep-an-eye_wrapper-stout {
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.keep-an-eye_wrapper-pilsen {
  justify-content: space-between;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.keep-an-eye-center-logo_wrapper {
  margin-bottom: 2.5rem;
}

.keep-an-eye-center_filter-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--neutral-50);
  border-radius: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  justify-items: stretch;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: .25rem;
  display: grid;
}

.keep-an-eye-center_filter-item {
  background-color: #fff;
  border-radius: .375rem;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1rem;
  display: flex;
  position: relative;
}

.keep-an-eye-center_text-item {
  color: var(--neutral-600);
  padding-left: .5rem;
  font-size: .875rem;
  font-weight: 500;
}

.keep-an-eye-center_add-filter-item {
  background-color: var(--neutral-50);
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed-2 {
  display: flex;
}

.html-embed-3 {
  align-items: stretch;
  display: flex;
}

.embed-icon {
  display: flex;
}

.keep-an-eye-dropdown_image {
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0%;
  left: auto;
  right: .5rem;
}

.keep-an-eye-center_text-add-filter {
  color: var(--neutral-600);
  padding-left: .5rem;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 500;
}

.heading-6.is-brand {
  font-weight: 500;
}

.header_image-mobile {
  display: none;
}

.footer_padding-left {
  padding-left: 2rem;
}

.our-team_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  display: grid;
}

.our-team_item {
  text-align: left;
  background-color: #fff;
  border-radius: .625rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.our-team_image-wrapper {
  background-color: var(--neutral-50);
  border-radius: 100%;
  width: 7.5rem;
  height: 7.5rem;
}

.our-team_image {
  width: 100%;
}

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

.supporters_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  display: flex;
}

.supporters_logo {
  max-height: 3.5rem;
}

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

.section-privacy-policy {
  height: auto;
}

.privacy-policy_heading {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

.privacy-policy_title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.div-block-9 {
  text-align: left;
  justify-content: center;
  margin-top: -12rem;
  display: flex;
}

.header_padding-section-large {
  min-height: 100vh;
  padding-top: 8rem;
  padding-bottom: 0;
}

.testimonial_title {
  font-size: 1.25rem;
}

.realtime-horeca-data_img-mobile {
  display: none;
}

.tailored-solutions_title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

.blog_author-image-wrapper {
  margin-right: 1rem;
}

.blog_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.blog5_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog_featured-item {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 4rem;
  display: grid;
}

.blog_featured-image-wrapper {
  width: 100%;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}

.blog_category-link {
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog_category-link.w--current {
  border-bottom: 2px solid #000;
}

.blog_menu-link {
  white-space: nowrap;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: .5rem;
  flex: none;
  margin-bottom: 0;
  padding: .5rem 1rem;
  text-decoration: none;
}

.blog_menu-link.w--current {
  border: 1px solid rgba(0, 0, 0, 0);
}

.blog_menu-link.current {
  border-color: var(--neutral-900);
  color: var(--neutral-900);
}

.blog_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: none;
}

.blog_featured-image-link {
  width: 100%;
}

.blog_category-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.blog_featured-title-link {
  margin-bottom: 1rem;
  text-decoration: none;
  display: block;
}

.blog_featured-item-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.blog_date-wrapper {
  align-items: center;
  display: flex;
}

.blog_category-text {
  color: var(--neutral-900);
  font-size: .875rem;
  line-height: 1;
}

.blogpost_author-image-wrapper {
  margin-right: 1rem;
}

.blogpost_header {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.blogpost_divider {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.blogpost_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.blogpost_title-wrapper {
  flex-direction: column;
}

.blogpost_date-wrapper {
  margin-top: .25rem;
  display: flex;
}

.blogpost_date {
  margin-left: .25rem;
  font-size: .875rem;
  line-height: 1.5rem;
}

.blogpost_contributers {
  margin-top: 1.5rem;
  display: none;
}

.blogpost_content-left {
  max-width: 20rem;
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
}

.blogpost_image-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.blogpost_author-wrapper {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  display: flex;
}

.blogpost_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.blogpost_content {
  margin-bottom: 4rem;
}

.blogpost_image {
  object-fit: cover;
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog_collection-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-filter_collection-list {
  display: flex;
}

.checkbox {
  display: none;
}

.blog_filter-category-text {
  color: var(--neutral-900);
  font-size: 1.125rem;
  line-height: 1;
}

.blogpost_allpost-text {
  color: var(--neutral-900);
}

.section-terms-and-conditions {
  height: auto;
}

.padding-section-xlarge {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.padding-section-xlarge.is-before-menu {
  margin-top: -9rem;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.section_cta25 {
  position: relative;
}

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

.section_hero-text {
  background-color: var(--light-blue);
  border-bottom-right-radius: 120px;
  justify-content: center;
  align-items: center;
  margin-top: -100px;
  display: flex;
  position: relative;
}

.global-2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: flex;
}

.section-title {
  color: var(--blue);
  text-transform: uppercase;
  font-family: Roobert, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.section-title.is-review {
  color: #eab308;
}

.section-title.is-menu {
  color: #f97316;
}

.section-title.is-insight {
  color: #6d55fd;
}

.section-title.is-loyalty {
  color: #10b981;
}

.section-title.is-ideas {
  color: #ef4444;
}

.global-image-wrapper {
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  max-height: 600px;
  display: flex;
  overflow: hidden;
}

.header-link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  min-width: 400px;
  padding: 1rem 2rem 1rem 1rem;
  font-family: Roobert, sans-serif;
  font-size: 1.1rem;
  line-height: 1.1;
  transition: padding .4s cubic-bezier(1, 0, 0, 1);
  display: flex;
}

.header-link-block:hover {
  padding-right: 1.5rem;
}

.header-link-block.is-small {
  text-align: left;
  min-width: auto;
  padding: .7rem;
  font-size: 1rem;
}

.header-link-block.is-header {
  border: 2px solid rgba(60, 125, 246, .1);
}

.icon-wrapper-medium {
  background-color: var(--light-blue);
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.icon-wrapper-medium.background-color-white {
  background-color: var(--white);
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 70vh;
}

.image-cover.is-gif {
  min-height: auto;
}

.separateur {
  background-color: #e7ebf2;
  width: 100%;
  height: 1px;
}

.separateur.is-blue {
  background-color: var(--blue);
  opacity: .2;
  mix-blend-mode: normal;
}

.separateur.hide-desktop {
  display: none;
}

.logo-home_wrapper {
  align-items: center;
  display: flex;
}

.title-wrapper {
  flex: 1;
}

.logo-home_logo-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  mix-blend-mode: color-dodge;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 70%;
  display: grid;
}

.section_text-image {
  z-index: 3;
  border-top-left-radius: 120px;
  border-bottom-right-radius: 120px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.tag {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  color: var(--blue);
  border-radius: 20px;
  align-items: center;
  padding: .5rem 1.25rem .5rem .625rem;
  font-size: .85rem;
  font-weight: 600;
  display: flex;
}

.tag.is-square {
  border-radius: 10px;
  padding: .7rem 1.225rem;
  font-size: 1rem;
  box-shadow: 0 0 36px rgba(170, 181, 205, .4);
}

.tag.is-steps {
  padding-left: 1.25rem;
}

.icon {
  display: flex;
}

.icon.is-blue {
  color: var(--blue);
}

.icon.is-review {
  color: #fff;
}

.icon-wrapper-small {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.icon-wrapper-small.is-light-blue {
  background-color: var(--light-blue);
  color: var(--blue);
}

.icon-wrapper-small.is-review {
  background-color: #eab308;
  flex: none;
}

.icon-wrapper-small.is-menu {
  background-color: #f97316;
}

.icon-wrapper-small.is-insight {
  background-color: #6d55fd;
}

.icon-wrapper-small.is-loyalty {
  background-color: #10b981;
}

.icon-wrapper-small.is-ideas {
  background-color: #ef4444;
}

.background-color-lightblue {
  background-color: var(--light-blue);
}

.tag-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  display: flex;
}

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

.image-infos {
  border-radius: 15px;
  position: absolute;
  box-shadow: 0 0 36px rgba(170, 181, 205, .4);
}

.image-infos.is-top-right {
  top: 50px;
  right: -2rem;
}

.image-infos.is-bottom-left {
  bottom: 50px;
  left: -2rem;
}

.image-infos.is-top-left {
  top: 50px;
  left: -2rem;
  right: auto;
}

.image-infos.is-bottom-right {
  bottom: -2rem;
  left: auto;
  right: 2rem;
}

.text-image_images-wrapper {
  flex: none;
  width: 50%;
  position: relative;
}

.logo-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_about-home {
  margin-top: -10rem;
  margin-bottom: -10rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.about-home_wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  align-items: center;
  display: flex;
}

.tag-wrapper-absolute {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 27px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.hero-text {
  z-index: 1;
  color: var(--blue);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-family: Roobert, sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}

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

.text-color-light-grey {
  color: #aab5cd;
}

.nav_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav_menu {
  align-items: center;
  display: flex;
}

.nav_menu-button {
  padding: 1.25rem;
}

.nav_link {
  align-items: center;
  padding: .75rem 1.25rem;
  font-size: 1rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav_link:hover {
  color: var(--blue);
  text-decoration: none;
}

.nav_link.w--current {
  color: #0385ce;
  background-color: #dce5ec;
  box-shadow: inset 0 -2px #0385ce;
}

.footer_brand-image {
  width: 160px;
}

.nav_component {
  z-index: 10;
  background-color: var(--light-blue);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 5.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.dropdown-nav {
  margin-right: -10px;
  padding: 0 40px 0 30px;
}

.dropdown-nav:hover {
  color: var(--blue);
}

.header-link-block_text-wrapper {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.header-link-block_txt-icon-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

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

.footer {
  background-color: var(--light-blue);
  border-top-left-radius: 120px;
  position: relative;
}

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

.footer_brand {
  padding-left: 0;
}

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

.footer_sub-nav {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.footer_sub-menu-wrapper {
  border-top: 1px solid rgba(60, 125, 246, .2);
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  display: flex;
}

.social-btn {
  background-color: var(--white);
  color: var(--dark-blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.footer_social-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.footer_right_wrapper {
  padding-top: 2rem;
}

.footer_right_wrapper.hide-deskto-tablet {
  display: none;
}

.icon-social-media {
  width: 18px;
  display: flex;
}

.background-gradient-blue {
  background-color: var(--dark-blue);
  background-image: linear-gradient(to bottom, rgba(29, 41, 63, .6), rgba(29, 41, 63, .6)), radial-gradient(circle farthest-corner at 50% 50%, #1d3c76, var(--dark-blue));
  color: var(--white);
}

.section_intro-home {
  z-index: 0;
  margin-top: -10rem;
  margin-bottom: -10rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.section_intro-home.background-gradient-blue {
  overflow: hidden;
}

.logo-grid {
  max-width: 70%;
}

.logo-grid.is-big, .logo-grid.is-small {
  max-width: 100%;
}

.heading-carousel {
  position: absolute;
}

.hide-arrow {
  opacity: 0;
  width: 0;
  height: 0;
  display: none;
}

.hide-slide-nav {
  display: none;
}

.slider {
  background-color: rgba(221, 221, 221, 0);
  height: 120px;
}

.hreo-text_infos-wrapper {
  grid-column-gap: 16px;
  justify-content: center;
  display: flex;
}

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

.inline-logo-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  opacity: .17;
  mix-blend-mode: hard-light;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: grid;
}

.padding-section-full-height {
  flex-direction: column;
  justify-content: space-between;
  height: 80vh;
  min-height: 100px;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
}

.section_testiomnials {
  z-index: 1;
  border-radius: 120px 0;
  position: relative;
  overflow: hidden;
}

.slider-testimonials {
  background-color: rgba(221, 221, 221, 0);
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.slide {
  background-color: var(--white);
  border-radius: 30px;
  margin-right: 2.5rem;
  padding: 2.5rem;
}

.mask {
  width: 40%;
  height: auto;
  overflow: visible;
}

.testimonial_profil {
  border-radius: 100px;
  flex: none;
  width: 50px;
  height: 50px;
}

.testimonial_infos {
  color: var(--systemflow-lite-neutral--80);
  background-color: #fff;
  border-radius: .625rem;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1rem;
  font-family: Roobert, sans-serif;
  font-size: .9rem;
  display: flex;
}

.testimonial_compagny {
  flex: none;
  width: 100px;
}

.div-block-11 {
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.testimonials_content {
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  display: flex;
}

.features_item {
  border-radius: 15px;
  padding: 2rem;
}

.features_item.background-color-lightblue2 {
  background-color: #eff6f6;
}

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

.section_features.background-color-white {
  border-bottom-right-radius: 120px;
}

.features_component {
  grid-column-gap: 4rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.features3_list {
  grid-column-gap: 0rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  display: grid;
}

.features3_layout {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature_title-wrapper {
  height: 100%;
}

.tabs_button {
  color: var(--dark-blue);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 15rem;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100%;
  padding: .75rem 1.25rem;
  font-size: .85rem;
  font-weight: 600;
  text-decoration: none;
  transition: color .3s, background-color .1s;
  display: flex;
  position: relative;
}

.tabs_button:hover {
  color: var(--blue);
}

.tabs_button.w--current {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.tabs_menu {
  grid-column-gap: 0rem;
  background-color: #fff;
  border-radius: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, .05);
}

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

.tabs_content.is-overflow-visible {
  overflow: visible;
}

.bottom-none {
  padding-bottom: 0;
}

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

.tabs_image {
  border-radius: 15px;
  flex: none;
  margin-top: 70px;
  margin-bottom: 70px;
  box-shadow: 14px 14px 30px rgba(0, 0, 0, .2);
}

.tabs-nav-background {
  z-index: 0;
  background-color: var(--blue);
  border-radius: 80px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tabs-nav-text {
  z-index: 1;
  position: relative;
}

.heading-4 {
  font-size: 1.8rem;
  line-height: 1.2;
}

.logo-image {
  width: 100%;
  max-width: 140px;
}

.section_about-join {
  z-index: 0;
  margin-top: -10rem;
  margin-bottom: -10rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
}

.join_dropdown-wrapper {
  flex-direction: column;
  display: flex;
}

.join_dropdown {
  border-bottom: 1px solid rgba(134, 153, 189, .2);
  width: 100%;
}

.join_dropdown.is-last {
  border: 1px #000;
}

.dropdown-list {
  position: relative;
}

.dropdown-list.w--open {
  background-color: rgba(221, 221, 221, 0);
  display: flex;
  overflow: hidden;
}

.join_dropdown_toggle {
  grid-column-gap: .5rem;
  align-items: baseline;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.dropdown-number {
  color: var(--blue);
  font-family: Roobert, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.dropdown_title {
  color: var(--white);
  font-family: Roobert, sans-serif;
  font-weight: 700;
}

.dropdown_icon {
  color: var(--white);
  height: 15px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.text_dropdown {
  color: #9ab4e4;
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.75rem;
}

.hero-text_boost-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 59rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-text_boost-button {
  background-color: var(--white);
  color: var(--blue);
  text-align: center;
  border-radius: 8rem;
  font-size: .85rem;
  font-weight: 600;
  line-height: 1.5rem;
  position: relative;
  overflow: hidden;
}

.boost-button_content {
  min-width: 220px;
  padding: 1rem;
}

.boost-button_boost {
  z-index: 1;
  color: var(--white);
  border-radius: 150px;
  padding: 1rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0%, 100%);
}

.boost-button_boost.is-reviews {
  color: var(--white);
  background-color: #eab308;
}

.boost-button_boost.is-menu {
  background-color: #f97316;
}

.boost-button_boost.is-idea {
  background-color: #ef4444;
}

.boost-button_boost.is-insight {
  background-color: #6d55fd;
}

.boost-button_boost.is-loyalty {
  background-color: #10b981;
}

.section_join {
  margin-top: -10rem;
  margin-bottom: -10rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.section_text-video {
  z-index: 3;
  border-top-left-radius: 120px;
  border-bottom-right-radius: 120px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.section_home-hero-text {
  z-index: 1;
  background-color: var(--light-blue);
  border-bottom-right-radius: 120px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.feature-image-wrapper {
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  max-height: 600px;
  padding-top: 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-image-wrapper.is-reviews {
  background-color: #fef9c3;
  padding-top: 0;
  display: flex;
}

.feature-image-wrapper.is-menu {
  background-color: #ffedd5;
}

.feature-image-wrapper.is-insighy {
  background-color: #e8e8ff;
}

.feature-image-wrapper.is-loyalty {
  background-color: #d1fae5;
  padding-top: 0;
}

.feature-image-wrapper.is-ideas {
  background-color: #fee2e2;
  padding-top: 0;
}

.image-feature {
  object-fit: cover;
  flex: none;
  width: 90%;
  max-width: none;
  display: block;
}

.image-feature.is-tab {
  width: 120%;
  margin-left: -9rem;
}

.image-feature.is-tab-right {
  width: 120%;
  margin-right: -9rem;
}

.tag-feature {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  color: var(--dark-grey);
  border-radius: 20px;
  align-items: flex-start;
  padding: 0;
  font-size: .85rem;
  font-weight: 500;
  display: flex;
}

.heading-1 {
  font-size: 3.5rem;
  line-height: 4rem;
}

.heading-1.is-brand {
  font-weight: 500;
}

.tag-wrapper-toolbox {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.image-video-toolbox {
  object-fit: cover;
  border-radius: 30px;
  width: 60%;
}

.offre_menu-wrapper {
  z-index: 1;
  background-color: var(--light-blue);
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem;
  display: flex;
}

.offre_menu_btn {
  border-radius: 15px;
  padding: 1.25rem;
  transition: background-color .2s;
}

.offre_menu_btn:hover {
  background-color: #dce5e5;
}

.offre_menu_btn.w--current {
  transition: color .2s, background-color .2s;
}

.offre_menu_btn.is-review.w--current {
  color: var(--white);
  background-color: #eab308;
}

.offre_menu_btn.is-menu.w--current {
  color: var(--white);
  background-color: #f97316;
}

.offre_menu_btn.is-loyalty.w--current {
  color: var(--white);
  background-color: #10b981;
}

.offre_menu_btn.is-insight.w--current {
  color: var(--white);
  background-color: #6d55fd;
}

.offre_menu_btn.is-ideas.w--current {
  color: var(--white);
  background-color: #ef4444;
}

.offre_menu-title {
  font-size: 1.5rem;
  line-height: 2rem;
}

.separateur-vertical {
  background-color: rgba(2, 35, 59, .2);
  flex: none;
  width: 1px;
  height: 39px;
}

.section_offres {
  z-index: 1;
  border-bottom-right-radius: 120px;
  position: relative;
}

.dropdown-list-2 {
  padding-left: 1.5rem;
}

.dropdown-list-2.w--open {
  background-color: var(--white);
  border-radius: 15px;
  flex-direction: column;
  align-items: stretch;
  padding: 1.3rem;
  display: flex;
  box-shadow: 0 0 36px rgba(170, 181, 205, .4);
}

.bc-icon-wrapper {
  z-index: 0;
  position: absolute;
  top: -50%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon-parralax {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon-parralax.is-1 {
  bottom: 1rem;
}

.icon-parralax.is-2 {
  bottom: 5rem;
  left: 50%;
  right: auto;
}

.icon-parralax.is-3 {
  bottom: 3rem;
  left: auto;
  right: 2rem;
}

.icon-parralax.is-4 {
  top: 0;
  bottom: auto;
  left: 11rem;
}

.icon-parralax.is-5 {
  bottom: 50%;
  left: -4rem;
}

.icon-parralax.is-6 {
  top: 5rem;
  bottom: auto;
  left: auto;
  right: 30%;
}

.icon-parralax.is-7 {
  top: 1.6rem;
  bottom: auto;
  left: auto;
  right: -2rem;
}

.text-intro_wrapper {
  padding-top: 2rem;
  padding-bottom: 10rem;
  position: relative;
}

.logo-about_logo-wrapper-copy {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 70%;
  display: grid;
}

.hero-text_wrapper {
  z-index: 1;
  color: var(--blue);
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Roobert, sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.4;
}

.section_howto {
  border-radius: 120px 0;
  overflow: hidden;
}

.section_howto.background-color-lightblue {
  position: relative;
}

.heading-3 {
  font-size: 2.5rem;
  line-height: 1.2;
}

.wrapper_menu_mobile {
  display: none;
}

.right-chevron {
  align-self: center;
  display: flex;
}

.offre-menu_menu-wrapper {
  z-index: 1;
  margin-bottom: 10px;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

.loader {
  z-index: 40;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hide-desktop {
  display: none;
}

.tabs_image-wrapper {
  flex: none;
  width: 50%;
}

.tag-coming-soon {
  background-color: rgba(66, 7, 144, .08);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  font-size: .6875rem;
  font-weight: 700;
  display: flex;
}

.tag-coming-soon.is-purple {
  color: #6d55fd;
  background-color: #f3f2ff;
}

.tag-coming-soon.is-green {
  color: #10b981;
  background-color: #ecfdf5;
}

.tag-coming-soon.is-red {
  color: #ef4444;
  background-color: #fef3f3;
}

.subtitle_wrapper {
  grid-column-gap: 10px;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.big-tag_coming-soon {
  background-color: var(--neutral-900);
  color: var(--white);
  text-align: center;
  border-radius: 8rem;
  padding: 1rem;
  font-size: .85rem;
  font-weight: 600;
  line-height: 1.5rem;
  transition: background-color .2s, opacity .2s;
  position: absolute;
}

.big-tag_coming-soon:hover {
  opacity: .8;
}

.big-tag_coming-soon.is-loyalty {
  background-color: #10b981;
}

.big-tag_coming-soon.is-ideas {
  background-color: #ef4444;
}

.big-tag_coming-soon.is-insight {
  background-color: #6d55fd;
}

.footer_button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--blue);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(60, 125, 246, .15);
  border-radius: 8rem;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 50%;
  padding: 1rem;
  font-size: .85rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-decoration: none;
  transition: background-color .2s, opacity .2s;
  display: flex;
  position: relative;
}

.footer_button:hover {
  opacity: .8;
  background-color: rgba(60, 125, 246, .15);
  border-color: rgba(60, 125, 246, 0);
}

.nav-demo-button {
  background-color: var(--blue);
  color: var(--white);
  text-align: center;
  border-radius: 8rem;
  padding: .5rem 1rem;
  font-size: .85rem;
  font-weight: 600;
  line-height: 1.5rem;
  transition: background-color .2s, opacity .2s;
}

.nav-demo-button:hover {
  opacity: .8;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .padding-bottom.padding-small.hide-desktop {
    display: block;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

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

  .heading-style-h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

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

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

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

  .max-width-medium {
    flex: 1;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-section-large.bottom-none {
    padding-bottom: 0;
  }

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

  .heading-style-h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .button {
    padding: .8rem .9rem .8rem .8rem;
    font-size: .9rem;
  }

  .button.is-small.is-gray {
    background-color: var(--blue);
    color: #fff;
  }

  .button.is-smalll-square.is-dark {
    background-color: var(--blue);
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .button-group {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

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

  .body {
    background-color: #f9fafa;
  }

  .navbar_menu-icon_line-bottom {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_menu-icon_line-bottom.is-dark {
    background-color: var(--neutral-300);
    color: var(--neutral-300);
  }

  .navbar_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_menu-icon_line-middle {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_menu-icon_line-middle.is-dark {
    background-color: var(--neutral-300);
    color: var(--neutral-300);
  }

  .navbar_menu-icon_line-top {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_menu-icon_line-top.is-dark {
    background-color: var(--neutral-300);
  }

  .section_header.background-color-black {
    background-color: var(--neutral-900);
    height: auto;
    margin-top: -4rem;
    overflow: visible;
  }

  .navbar_component {
    min-height: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .navbar_menu {
    background-color: var(--neutral-900);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu.is-page-height-tablet {
    background-color: var(--neutral-50);
    height: 100vh;
    padding-bottom: 15rem;
  }

  .navbar_menu.is-page-height-tablet.is-dark {
    background-color: var(--neutral-900);
  }

  .navbar_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar_menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .heading-2 {
    font-size: 2.5rem;
    line-height: 2.6rem;
  }

  .navbar-dark_component {
    min-height: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .logo_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .connect_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .tailored-solutions_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-size-xlarge {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .our-customers_component {
    grid-column-gap: 3rem;
  }

  .footer_left-wrapper {
    border: 1px #000;
    border-right-width: 0;
  }

  .footer_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .footer_right-wrapper {
    align-items: flex-start;
  }

  .footer_right-content {
    flex-direction: column;
  }

  .supported_component {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .keep-an-eye-center-screen_wrapper {
    padding-bottom: 3.5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .keep-an-eye-center_grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .keep-an-eye-center_filter-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .keep-an-eye-center_add-filter-item {
    display: none;
  }

  .keep-an-eye-dropdown_image {
    align-items: center;
    display: flex;
  }

  .heading-6 {
    white-space: nowrap;
  }

  .header_image-mobile {
    display: none;
  }

  .footer_padding-left {
    padding-left: 0;
  }

  .our-team_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .supporters_component {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .section-privacy-policy {
    height: auto;
  }

  .privacy-policy_title {
    font-size: 2rem;
    line-height: 2rem;
  }

  .div-block-9 {
    margin-top: -8.7rem;
  }

  .header_padding-section-large {
    padding-top: 6rem;
    padding-bottom: 0;
  }

  .blog_featured-image-wrapper {
    padding-top: 75%;
  }

  .blogpost_header {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .blogpost_content-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blogpost_contributers {
    position: static;
  }

  .blogpost_content-left {
    padding-right: 0;
    display: none;
    position: static;
  }

  .blogpost_content {
    margin-bottom: 3rem;
  }

  .blog_collection-list {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .section-terms-and-conditions {
    height: auto;
  }

  .padding-section-xlarge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-section-xlarge.is-before-menu {
    margin-top: -3rem;
  }

  .section_hero-text {
    border-bottom-right-radius: 60px;
    margin-top: 0;
  }

  .global-2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .global-image-wrapper {
    height: 100%;
    max-height: 420px;
  }

  .header-link-block {
    min-width: auto;
    font-size: 1rem;
  }

  .header-link-block.is-header {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .separateur.hide-desktop {
    display: block;
  }

  .logo-home_wrapper {
    justify-content: space-between;
  }

  .section_text-image {
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }

  .tag {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    font-size: .75rem;
  }

  .tag.is-square {
    padding: .5rem .625rem;
    font-size: .7rem;
  }

  .icon-wrapper-small {
    width: 20px;
    height: 20px;
  }

  .tag-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .paragraph {
    font-size: .95rem;
    line-height: 1.5rem;
  }

  .image-infos {
    width: 50%;
  }

  .image-infos.is-top-right {
    top: 2rem;
    right: -1rem;
  }

  .image-infos.is-bottom-left {
    bottom: 2rem;
    left: -1rem;
  }

  .image-infos.is-top-left {
    top: 2rem;
    right: -1rem;
  }

  .image-infos.is-bottom-right.is-70 {
    width: 70%;
  }

  .tag-wrapper-absolute {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav_menu {
    z-index: 0;
    background-color: var(--dark-blue);
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    height: auto;
    padding: 0 0 2rem;
    overflow: auto;
  }

  .nav_menu-button {
    color: #0385ce;
    background-color: rgba(0, 0, 0, 0);
    margin-right: -1.25rem;
  }

  .nav_menu-button.w--open {
    background-color: var(--light-blue);
    color: #0385ce;
  }

  .nav_link {
    background-color: var(--white);
    color: var(--blue);
    border-radius: 10px;
    padding: 1.25rem 2.5rem 1.25rem 1.2rem;
    font-family: Roobert, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    display: none;
  }

  .nav_component {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .dropdown-nav {
    color: var(--blue);
    width: 100%;
    margin-right: 0;
    padding: 0;
    font-family: Roobert, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
  }

  .header-link-block_text-wrapper {
    text-align: left;
  }

  .nav_wrapper-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    display: flex;
  }

  .footer {
    border-top-left-radius: 60px;
  }

  .footer_sub-nav {
    grid-column-gap: 14px;
    justify-content: space-between;
  }

  .logo-grid {
    max-width: 70%;
  }

  .slider {
    height: 80px;
  }

  .inline-logo-wrapper {
    grid-column-gap: 30px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-content: space-around;
  }

  .section_testiomnials {
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }

  .section_testiomnials.background-color-lightblue.hide {
    z-index: 2;
  }

  .mask {
    width: 60%;
  }

  .section_features.background-color-white {
    border-bottom-right-radius: 60px;
  }

  .features_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .logo-image, .join_dropdown-wrapper {
    width: 100%;
  }

  .dropdown_title {
    clear: none;
    flex: 1;
    padding-right: 20px;
    position: relative;
  }

  .hero-text_boost-button {
    padding: 0;
    font-size: .8rem;
  }

  .boost-button_content {
    padding: .8rem;
  }

  .boost-button_boost {
    padding: .8rem;
    transform: translate(0%, 101%);
  }

  .section_text-video {
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }

  .section_home-hero-text {
    border-bottom-right-radius: 60px;
    margin-top: 0;
  }

  .feature-image-wrapper {
    width: 100%;
    max-height: 420px;
  }

  .feature-image-wrapper.is-menu {
    width: 100%;
  }

  .image-feature.is-tab, .image-feature.is-tab-right {
    width: 150%;
  }

  .tag-feature {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    font-size: .75rem;
  }

  .tag-wrapper-toolbox {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .image-video-toolbox {
    height: auto;
    min-height: auto;
  }

  .offre_menu-wrapper {
    flex-wrap: nowrap;
    justify-content: center;
  }

  .offre_menu_btn {
    font-size: .75rem;
    line-height: 1.1;
  }

  .offre_menu-title {
    font-size: 1.2rem;
  }

  .section_offres.background-color-white {
    border-bottom-right-radius: 60px;
  }

  .dropdown-list-2.w--open {
    box-shadow: none;
    width: 100%;
    padding: 0;
    position: relative;
  }

  .dropdown-menu {
    background-color: var(--white);
    border-radius: 10px;
    width: 100%;
    margin-bottom: 1rem;
    padding: 1.2rem;
    display: none;
  }

  .icon-menu {
    color: var(--blue);
    margin-right: 0;
  }

  .section_howto {
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }

  .heading-3 {
    font-size: 2rem;
  }

  .wrapper_menu_mobile {
    grid-row-gap: 10px;
    background-color: var(--light-blue);
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    flex-direction: column;
    padding: 2rem;
    display: flex;
  }

  .hide-desktop {
    display: flex;
  }

  .big-tag_coming-soon {
    padding: .8rem .9rem .8rem .8rem;
    font-size: .9rem;
  }

  .footer_button {
    max-width: 100%;
    padding: .8rem .9rem .8rem .8rem;
    font-size: .9rem;
  }

  .nav-demo-button {
    padding: .8rem .9rem .8rem .8rem;
    font-size: .9rem;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

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

  .heading-style-h1 {
    font-size: 2rem;
  }

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

  .padding-global.footer-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .padding-section-large {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-large.is-first {
    padding-top: 1rem;
  }

  .padding-section-large.bottom-none {
    padding-bottom: 3rem;
  }

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

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .button, .button.is-full-width-mobile {
    display: inline-block;
  }

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

  .body {
    background-color: #f9fafa;
  }

  .section_header.background-color-black {
    margin-top: -4rem;
  }

  .navbar_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar_logo-link {
    padding-left: 0;
  }

  .navbar-dark_component {
    height: auto;
    min-height: 4rem;
    padding-right: 1.5rem;
  }

  .logo_logo {
    max-height: 3rem;
  }

  .logo_component {
    flex-flow: column wrap;
    padding-top: 1rem;
    display: flex;
  }

  .connect_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .tailored-solutions_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .text-size-xlarge {
    font-size: 2rem;
  }

  .our-customers_tabs-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: -2rem;
  }

  .our-customers_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-top: -2rem;
    display: flex;
  }

  .our-customers_client-image-wrapper {
    margin-right: 1rem;
  }

  .testimonial_content {
    padding: 1rem;
  }

  .our-customers_client {
    flex-direction: row;
    align-items: center;
    width: 100%;
  }

  .our-customers_client-logo-wrapper {
    margin-bottom: 0;
    margin-right: 0;
  }

  .book-a-meeting-title_wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

  .footer_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 1rem;
  }

  .footer_link-list {
    padding-left: 1rem;
  }

  .footer_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer_right-content {
    flex-direction: column;
  }

  .header_image-wrapper {
    display: none;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .header_image {
    display: block;
  }

  .supported_logo {
    max-height: 3rem;
  }

  .supported_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-direction: column;
    padding-top: 1rem;
  }

  .supported_logo-wrapper {
    flex-direction: column;
  }

  .supported_logo-title {
    text-align: center;
    margin-bottom: 1rem;
  }

  .book-a-meeting_background-wrapper {
    top: 4rem;
  }

  .keep-an-eye-center-screen_wrapper {
    padding-bottom: 2.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .keep-an-eye-center_filter-item {
    justify-content: center;
    padding-left: 0;
  }

  .header_image-mobile {
    margin-top: 3rem;
    display: block;
  }

  .our-team_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .supporters_logo-wrapper {
    flex-direction: column;
  }

  .supporters_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-direction: column;
    padding-top: 1rem;
  }

  .supporters_logo {
    max-height: 3rem;
  }

  .section-privacy-policy {
    height: auto;
  }

  .privacy-policy_heading {
    font-size: 1.5rem;
  }

  .privacy-policy_title {
    text-align: center;
    font-size: 2rem;
  }

  .privacy-policy_title-wrapper {
    margin-bottom: 4rem;
  }

  .header_padding-section-large {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .testimonial_title {
    font-size: 1.125rem;
  }

  .realtime-horeca-data_img {
    display: none;
  }

  .realtime-horeca-data_img-mobile {
    margin-top: -3rem;
    display: block;
  }

  .tailored-solutions_title {
    font-size: 1.5rem;
  }

  .blog_featured-item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 3.5rem;
    display: grid;
  }

  .blog_featured-image-wrapper {
    padding-top: 66%;
  }

  .blog_category-menu {
    width: 100vw;
    margin-bottom: 3rem;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .blog_category-menu.no-scrollbar {
    justify-content: flex-start;
  }

  .blogpost_header {
    grid-row-gap: 3rem;
  }

  .blogpost_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .blogpost_content-left {
    width: 100%;
    max-width: none;
  }

  .blogpost_content {
    margin-bottom: 2rem;
  }

  .section-terms-and-conditions {
    height: auto;
  }

  .padding-section-xlarge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .section_hero-text {
    margin-top: auto;
  }

  .global-2-col {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .global-2-col.is-mobile-reverse {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column-reverse;
  }

  .image-cover {
    overflow: hidden;
  }

  .logo-home_wrapper {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    flex-direction: column;
    align-items: center;
  }

  .title-wrapper {
    text-align: center;
    flex: none;
    align-self: center;
    width: 100%;
  }

  .logo-home_logo-wrapper {
    width: 100%;
  }

  .tag.is-steps {
    flex: 1;
    justify-content: center;
  }

  .image-infos {
    width: 40%;
  }

  .image-infos.is-top-right {
    top: 1rem;
  }

  .image-infos.is-top-left {
    top: 1rem;
    left: -1rem;
  }

  .image-infos.is-bottom-right.is-70 {
    width: 50%;
    bottom: 2rem;
    right: -1rem;
  }

  .text-image_images-wrapper {
    width: 100%;
  }

  .about-home_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .tag-wrapper-absolute {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hero-text {
    font-size: 1.8rem;
  }

  .nav_menu {
    max-height: 80vh;
  }

  .nav_menu-button {
    padding: 1rem;
  }

  .nav_link {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer_brand-image {
    max-width: 8rem;
  }

  .nav_component {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .footer {
    border-top-left-radius: 30px;
  }

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

  .footer_brand {
    border-bottom: 1px solid rgba(60, 125, 246, .2);
    padding-bottom: 2rem;
  }

  .footer_sub-nav {
    grid-column-gap: 10px;
  }

  .footer_sub-menu-wrapper {
    grid-column-gap: 40px;
  }

  .footer_right_wrapper.hide-deskto-tablet {
    border-top: 1px solid rgba(60, 125, 246, .2);
    display: block;
  }

  .logo-grid {
    max-width: 60%;
  }

  .heading-carousel {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .slider {
    width: 100%;
    height: 40px;
  }

  .hreo-text_infos-wrapper {
    grid-row-gap: 16px;
    flex-direction: column;
    width: 100%;
  }

  .inline-logo-wrapper {
    grid-column-gap: 70px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-items: center;
    width: 100%;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
  }

  .padding-section-full-height {
    height: auto;
  }

  .section_testiomnials {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .mask {
    width: 80%;
  }

  .testimonial_infos {
    padding: 1rem;
  }

  .features_item {
    padding: 1.5rem;
  }

  .section_features.background-color-white {
    border-bottom-right-radius: 30px;
  }

  .features_component {
    grid-row-gap: 2.5rem;
  }

  .features3_list {
    grid-row-gap: 1.5rem;
  }

  .tabs_button {
    flex: 1;
    width: auto;
    padding: .5rem 1rem;
  }

  .tabs_button.w--current {
    height: 100%;
  }

  .tabs_menu {
    width: 100%;
  }

  .tabs_wraper_content {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .tabs_image {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .heading-4 {
    font-size: 1.5rem;
  }

  .logo-image {
    max-width: 100px;
  }

  .hero-text_boost-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    width: 100%;
  }

  .hero-text_boost-button {
    display: inline-block;
  }

  .boost-button_content {
    min-width: auto;
    padding: .6rem;
  }

  .section_home-hero-text {
    margin-top: auto;
  }

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

  .feature-image-wrapper.is-reviews {
    max-height: none;
  }

  .feature-image-wrapper.is-insighy {
    padding-top: 0;
  }

  .image-feature {
    margin: -39px auto -120px;
  }

  .image-feature.is-tab {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
  }

  .image-feature.is-tab-right {
    width: 100%;
    margin: auto;
  }

  .tag-wrapper-toolbox {
    grid-row-gap: 10px;
  }

  .offre_menu-wrapper {
    grid-column-gap: 10px;
    align-items: flex-start;
    height: auto;
    padding: .4rem;
  }

  .offre_menu_btn {
    text-align: center;
    flex: 0 auto;
    align-self: center;
    width: 100%;
    padding: .75rem .65rem;
  }

  .offre_menu-title {
    font-size: 1rem;
    line-height: 1rem;
  }

  .separateur-vertical {
    width: 100%;
    height: 1px;
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .section_offres.background-color-white {
    border-bottom-right-radius: 30px;
  }

  .logo-about_logo-wrapper-copy {
    width: 100%;
  }

  .hero-text_wrapper {
    font-size: 1.8rem;
  }

  .section_howto {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .offre-menu_menu-wrapper {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    top: .5rem;
  }

  .tabs_image-wrapper {
    width: 100%;
  }

  .big-tag_coming-soon, .nav-demo-button {
    display: inline-block;
  }

  .nav-demo-button.is-mobile {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
    line-height: 1.1;
  }

  h2 {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .heading-style-h1 {
    font-size: 2rem;
  }

  .padding-global {
    padding-left: 1.5rem;
  }

  .padding-global.footer-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .button {
    width: 100%;
    display: inline-block;
  }

  .button.is-full-width-mobile {
    display: block;
  }

  .body {
    background-color: #f9fafa;
  }

  .heading-2 {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .logo_component {
    justify-content: center;
  }

  .connect_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .tailored-solutions_component {
    grid-template-columns: 1fr;
  }

  .our-customers_component {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    margin-top: -3rem;
  }

  .tabs-content {
    display: block;
  }

  .book-a-meeting-title_wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
  }

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

  .footer_right-content {
    flex-direction: column;
  }

  .blog_button-wrap {
    display: block;
  }

  .header_image-wrapper {
    max-width: none;
    position: relative;
  }

  .header_image {
    display: block;
  }

  .supported_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    justify-content: center;
  }

  .supported_logo-wrapper {
    flex-direction: column;
  }

  .supported_logo-title {
    text-align: center;
    margin-bottom: 1rem;
  }

  .keep-an-eye-center-screen_wrapper {
    padding-bottom: 2.25rem;
  }

  .keep-an-eye-center_grid-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .keep-an-eye_item-graduation-wrapper {
    display: flex;
  }

  .keep-an-eye-center_grid_wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .keep-an-eye_wrapper-beer, .keep-an-eye_wrapper-wine, .keep-an-eye_wrapper-soda, .keep-an-eye_wrapper-water, .keep-an-eye_wrapper-hot-drinks {
    flex-direction: column;
  }

  .keep-an-eye_wrapper-text {
    padding-bottom: .5rem;
  }

  .keep-an-eye_wrapper-lager {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: block;
  }

  .keep-an-eye_wrapper-pale-ale, .keep-an-eye_wrapper-ipa, .keep-an-eye_wrapper-stout, .keep-an-eye_wrapper-pilsen {
    flex-direction: column;
  }

  .keep-an-eye-center_filter-item {
    justify-content: center;
    padding-left: 0;
  }

  .keep-an-eye-center_text-item {
    padding-right: .5rem;
  }

  .html-embed-2, .html-embed-3, .embed-icon {
    display: none;
  }

  .keep-an-eye-dropdown_image {
    padding-right: .25rem;
    display: flex;
    position: relative;
    right: .15rem;
  }

  .keep-an-eye-center_text-add-filter {
    padding-right: .25rem;
  }

  .header_image-mobile {
    margin-top: 2rem;
  }

  .our-team_component {
    grid-template-columns: 1fr;
  }

  .supporters_logo-wrapper {
    flex-direction: column;
  }

  .supporters_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    justify-content: center;
  }

  .privacy-policy_heading {
    font-size: 1.5rem;
  }

  .header_padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .realtime-horeca-data_img-mobile {
    margin-top: -3rem;
    display: block;
  }

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

  .section_hero-text {
    border-bottom-right-radius: 30px;
    margin-top: auto;
  }

  .global-2-col {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .global-image-wrapper {
    max-height: 370px;
  }

  .header-link-block {
    font-size: .9rem;
  }

  .header-link-block.is-header {
    min-width: auto;
  }

  .logo-home_logo-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 15px;
  }

  .section_text-image {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .tag.is-square {
    border-radius: 5px;
    padding-top: .6rem;
    padding-bottom: .6rem;
    font-size: .8rem;
  }

  .tag.is-steps {
    padding: .35rem;
  }

  .tag-wrapper {
    flex-wrap: wrap;
  }

  .image-infos {
    border-radius: 10px;
    width: 50%;
  }

  .image-infos.is-bottom-right.is-70 {
    width: 70%;
  }

  .tag-wrapper-absolute {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-text {
    margin-bottom: 3rem;
    font-size: 1.8rem;
  }

  .nav_menu {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    box-shadow: 0 15px 15px rgba(30, 40, 59, .2);
  }

  .header-link-block_txt-icon-wrapper {
    align-items: center;
  }

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

  .footer_brand {
    text-align: center;
  }

  .footer_sub-nav {
    grid-column-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

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

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

  .footer_right_wrapper.hide-deskto-tablet {
    text-align: center;
  }

  .section_intro-home.background-gradient-blue {
    overflow: hidden;
  }

  .logo-grid {
    max-width: 80%;
  }

  .inline-logo-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 0;
  }

  .padding-section-full-height {
    height: auto;
  }

  .slide {
    border-radius: 15px;
    margin-right: 1rem;
    padding: 1rem;
  }

  .mask {
    width: 90%;
    height: auto;
  }

  .testimonial_compagny {
    display: none;
  }

  .div-block-11 {
    margin-top: 0;
  }

  .features3_layout {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .tabs_button {
    background-color: #fff;
    flex-wrap: wrap;
    flex: 0 auto;
    display: flex;
  }

  .tabs_button.w--current {
    background-color: var(--blue);
    align-items: center;
  }

  .tabs_menu {
    box-shadow: none;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    margin-bottom: 1rem;
    padding: .7rem;
    display: flex;
  }

  .tabs-nav-background {
    display: none;
  }

  .tabs-nav-text {
    flex: none;
    font-size: .85rem;
  }

  .heading-4 {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .join_dropdown_toggle {
    flex-wrap: nowrap;
    width: 100%;
    display: flex;
  }

  .hero-text_boost-button {
    width: 100%;
  }

  .section_text-video {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .section_home-hero-text {
    border-bottom-right-radius: 30px;
    margin-top: auto;
  }

  .feature-image-wrapper {
    max-height: 370px;
  }

  .image-feature {
    width: 100%;
    margin-bottom: auto;
  }

  .image-feature.is-tab, .image-feature.is-tab-right {
    margin-bottom: auto;
  }

  .image-video-toolbox {
    border-radius: 15px;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .offre_menu-wrapper {
    grid-column-gap: 5px;
  }

  .offre_menu_btn {
    flex: 1;
    width: auto;
    padding: .35rem;
  }

  .offre_menu-title {
    font-size: .85rem;
  }

  .separateur-vertical {
    margin-top: .4rem;
    margin-bottom: .4rem;
  }

  .bc-icon-wrapper {
    top: -18%;
  }

  .icon-parralax.is-3 {
    right: -2.6rem;
  }

  .icon-parralax.is-6 {
    top: -.9rem;
    left: -12px;
    right: auto;
  }

  .text-intro_wrapper {
    padding-top: 6rem;
  }

  .logo-about_logo-wrapper-copy {
    grid-column-gap: 30px;
    grid-row-gap: 15px;
  }

  .hero-text_wrapper {
    margin-bottom: 3rem;
    font-size: 1.8rem;
  }

  .wrapper_menu_mobile {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }

  .right-chevron {
    width: 6px;
  }

  .big-tag_coming-soon {
    display: inline-block;
  }

  .nav-demo-button {
    width: 100%;
    display: none;
  }

  .nav-demo-button.is-mobile {
    display: block;
  }
}

#w-node-_38a9e1a8-6484-1541-a663-9d3cedf0902e-25736ecb, #w-node-_38a9e1a8-6484-1541-a663-9d3cedf0902f-25736ecb, #w-node-_38a9e1a8-6484-1541-a663-9d3cedf09030-25736ecb, #w-node-_38a9e1a8-6484-1541-a663-9d3cedf09031-25736ecb, #w-node-_38a9e1a8-6484-1541-a663-9d3cedf09032-25736ecb, #w-node-_38a9e1a8-6484-1541-a663-9d3cedf09033-25736ecb {
  align-self: center;
  justify-self: end;
}

#w-node-c675f7ba-dd0d-5daa-35d8-367f55311de6-25736ecb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb9e9c1b-2d02-2737-3bb1-70b7d5ebd7ca-25736ecb {
  justify-self: center;
}

#w-node-bb9e9c1b-2d02-2737-3bb1-70b7d5ebd7c5-25736ecb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_079c782a-8bf4-aec6-aaf9-40c89b93f770-25736ecb, #w-node-_5a9c213d-bea8-f33a-a5ea-25804fc227cb-25736ecb, #w-node-_1e43d520-9ebe-ecaf-5010-d184e9dc213c-25736ecb, #w-node-bb112b59-41c0-b11b-12cc-55583e2c590b-25736ecb, #w-node-bb112b59-41c0-b11b-12cc-55583e2c590c-25736ecb {
  justify-self: center;
}

#w-node-bb112b59-41c0-b11b-12cc-55583e2c590d-25736ecb {
  justify-self: end;
}

#w-node-_855bb741-6618-81e3-1e6f-62903d76b76b-3d76b75f, #w-node-_855bb741-6618-81e3-1e6f-62903d76b77c-3d76b75f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_855bb741-6618-81e3-1e6f-62903d76b789-3d76b75f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_855bb741-6618-81e3-1e6f-62903d76b78a-3d76b75f {
  align-self: center;
}

#w-node-_855bb741-6618-81e3-1e6f-62903d76b78c-3d76b75f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8254634a-3a25-43ea-93c0-5c59716c3323-3d76b75f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8254634a-3a25-43ea-93c0-5c59716c3324-3d76b75f {
  align-self: center;
}

#w-node-_906b947d-1588-a43b-abc3-5813d30f4e6f-d2736ed2, #w-node-_9cf939ba-7c0d-d6dc-6686-7779c8c9ff70-d2736ed2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f1cdafa-5f92-6b27-e870-951ae661f5f3-d2736ed2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5752cba8-d963-0924-319f-1240a33175c3-65736ed9, #w-node-d7bd64c6-d85f-b3a6-064d-b48ab7f45b46-65736ed9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83ad120c-6606-c3ed-2e68-38e7bcba0481-bcba0480, #w-node-_83ad120c-6606-c3ed-2e68-38e7bcba0482-bcba0480, #w-node-_83ad120c-6606-c3ed-2e68-38e7bcba0483-bcba0480, #w-node-_83ad120c-6606-c3ed-2e68-38e7bcba0484-bcba0480, #w-node-_83ad120c-6606-c3ed-2e68-38e7bcba0485-bcba0480, #w-node-_83ad120c-6606-c3ed-2e68-38e7bcba0486-bcba0480 {
  align-self: center;
  justify-self: center;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-62736eda {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-62736eda {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-62736eda {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-62736eda {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-62736eda {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-62736eda {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-62736eda {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-62736eda {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-62736eda {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-62736eda {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-62736eda, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-62736eda {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-62736eda {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-62736eda {
  justify-self: start;
}

#w-node-_84068289-a083-d49d-fb8f-d56d0bf11e54-41736edc, #w-node-d729093a-956c-f0f0-856f-c70ff307ccb3-41736edc, #w-node-_4c4ccdd5-2677-bcad-7b7d-ac062bc0fb4c-41736edc, #w-node-_55d518b7-00b1-59a3-6e1b-12cdd0f62c69-41736edc, #w-node-_52c8ccbb-828b-03dc-7f5a-b85725430979-41736edc, #w-node-_82ef006f-13b8-0bce-539a-d30f38dfe32b-41736edc {
  align-self: center;
  justify-self: center;
}

#w-node-a1081ca8-f5da-db62-2fa2-8d55b112f8d4-41736edc, #w-node-ed36cec4-44c5-4097-b2a0-d55b24ae5e00-41736edc, #w-node-e479d555-feb3-cdec-6470-8619fe17c384-41736edc, #w-node-b770214f-814d-3739-a30c-0f753ef171b6-41736edc, #w-node-d7bd64c6-d85f-b3a6-064d-b48ab7f45b46-41736edc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_7df2fdc9-022f-3fc2-2486-c4c4c58ddb97-d2736ed2, #w-node-_20ee5713-c0c2-5c77-99f3-4a72cab456cf-42736ed3 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_38a9e1a8-6484-1541-a663-9d3cedf0902e-25736ecb, #w-node-_38a9e1a8-6484-1541-a663-9d3cedf0902f-25736ecb, #w-node-_38a9e1a8-6484-1541-a663-9d3cedf09030-25736ecb, #w-node-_38a9e1a8-6484-1541-a663-9d3cedf09031-25736ecb, #w-node-_38a9e1a8-6484-1541-a663-9d3cedf09032-25736ecb, #w-node-_38a9e1a8-6484-1541-a663-9d3cedf09033-25736ecb {
    justify-self: center;
  }

  #w-node-_855bb741-6618-81e3-1e6f-62903d76b764-3d76b75f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_855bb741-6618-81e3-1e6f-62903d76b789-3d76b75f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_8254634a-3a25-43ea-93c0-5c59716c3323-3d76b75f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: stretch;
  }

  #w-node-_7df2fdc9-022f-3fc2-2486-c4c4c58ddb97-d2736ed2 {
    order: -9999;
  }

  #w-node-_6f1cdafa-5f92-6b27-e870-951ae661f606-d2736ed2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_38a9e1a8-6484-1541-a663-9d3cedf0902e-25736ecb, #w-node-_38a9e1a8-6484-1541-a663-9d3cedf0902f-25736ecb {
    align-self: center;
    justify-self: center;
  }

  #w-node-_855bb741-6618-81e3-1e6f-62903d76b764-3d76b75f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_855bb741-6618-81e3-1e6f-62903d76b789-3d76b75f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_855bb741-6618-81e3-1e6f-62903d76b78c-3d76b75f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_8254634a-3a25-43ea-93c0-5c59716c3323-3d76b75f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: stretch;
  }

  #w-node-_7df2fdc9-022f-3fc2-2486-c4c4c58ddb87-d2736ed2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Roobert';
  src: url('../fonts/Roobert-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/Roobert-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/Roobert-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}