:root {
  --grey-darker: #565656;
  --black: #333;
  --white: white;
  --bg-light: #f8f8f8;
  --primary-10: #004be50d;
  --light-grey: #fcfcfc;
  --lfk_primary: #8ed139;
  --lfk_blue: #03b5ac;
  --grey-dark: dimgrey;
  --lfk_secondary: red;
  --primary50: #8ed13980;
  --grey-medium: #a6a6a6;
  --lfk_accent-20: #f1bf9833;
  --lfk_primary-dark: #003297;
  --bg-medium: #f8f8f8;
  --transparent: #fff0;
  --yellow-green: #ffbe00;
  --yellow-green-2: #8ed1390d;
  --accent: #f1bf98;
  --primary-25: #004be540;
  --goldenrod: #8d69000d;
}

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

body {
  color: var(--grey-darker);
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}

h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.2;
  position: static;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  color: var(--grey-darker);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  color: var(--grey-darker);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  color: var(--grey-darker);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  color: var(--grey-darker);
  margin-bottom: 0;
  font-size: 1.5rem;
}

a {
  border-color: var(--black);
  color: var(--grey-darker);
  text-decoration: none;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 40px;
}

li {
  margin-bottom: .5rem;
}

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

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

blockquote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

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

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

.text-weight-semibold.text-color-darker {
  color: var(--grey-darker);
}

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

.text-weight-light.cta {
  color: var(--white);
  text-align: center;
  font-weight: 400;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.show {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.hide-tablet {
  margin-bottom: 30px;
  font-size: 1.25rem;
}

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

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

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

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

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

.show-mobile-portrait {
  display: none;
}

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

.hide {
  display: none;
}

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

.text-align-left.text-size-regular {
  font-size: 1.25rem;
  overflow: visible;
}

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

.text-align-left.margin-bottom.margin-medium.center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}

.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 blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

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

.text-rich-text figcaption {
  opacity: .8;
  text-align: left;
  border-left: 2px solid #000;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

.max-width-medium {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  width: 100%;
  max-width: 35rem;
  display: flex;
}

.max-width-medium.v2 {
  justify-content: flex-start;
}

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

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

.text-size-tiny {
  font-size: .75rem;
}

.text-size-tiny.condagence {
  padding-left: 20px;
  font-size: .9rem;
}

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

.container-large.v2 {
  max-width: 90rem;
}

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

.background-color-black {
  background-color: var(--black);
  color: #f5f5f5;
}

.rl-styleguide_classes {
  display: none;
}

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

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

.lfk_section {
  padding-left: 5%;
  padding-right: 5%;
}

.lfk_section.bg-light {
  background-color: var(--bg-light);
  position: relative;
}

.lfk_section.bg-light-v02 {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--primary-10), var(--primary-10));
}

.lfk_section.position-relative {
  position: relative;
  overflow: visible;
}

.lfk_section.position-relative.bg-light {
  background-color: var(--bg-light);
  overflow: hidden;
}

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

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.max-width-large.right {
  margin-left: 0;
  margin-right: 0;
}

.max-width-large.v2 {
  max-width: 61rem;
}

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

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

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

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

.utility_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_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

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

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-large.relative-copy {
  z-index: 999;
  position: relative;
}

.margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-bottom.margin-small.animation-hide {
  display: block;
}

.margin-bottom.margin-large {
  width: 100%;
  position: relative;
}

.margin-bottom.margin-medium.flex.col {
  flex-direction: column;
}

.margin-bottom.margin-medium.left {
  text-align: left;
  align-self: flex-start;
}

.margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xlarge {
  align-self: stretch;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxlarge {
  margin-bottom: 4rem;
}

.margin-bottom.margin-small, .margin-bottom.margin-small.relative {
  position: relative;
}

.margin-bottom.margin-small {
  margin-bottom: 1.875rem;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

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

.margin-vertical.margin-medium {
  align-self: center;
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical.margin-medium.hide-pc {
  display: none;
}

.margin-vertical.margin-medium.hero-txt {
  font-size: 1.25rem;
}

.margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large {
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical.margin-large.stretch {
  align-self: auto;
}

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

.margin-vertical.margin-xhuge.stretch {
  align-self: stretch;
}

.margin-vertical.margin-custom2, .margin-vertical.margin-custom3, .margin-vertical.margin-medium {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.padding-small {
  padding: 0;
}

.padding-top.padding-xsmall, .padding-top.padding-custom1, .padding-top.padding-xlarge {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.padding-xlarge.first-section {
  padding-top: 3.75rem;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

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

.padding-vertical.padding-xxhuge.position-relative {
  margin-top: 120px;
  position: relative;
}

.padding-vertical.padding-xxhuge.position-relative.header-90vh {
  min-height: 90vh;
  max-height: 90vh;
}

.padding-vertical.padding-xxhuge.position-relative.v2.bg {
  background-image: url('../images/BG-lfk-v2-01.jpg');
  background-position: 0 0;
  background-size: cover;
}

.padding-vertical.padding-xxhuge.relative {
  position: relative;
  left: 0;
}

.padding-vertical.padding-large {
  padding: 4.5rem 0;
  position: relative;
}

.padding-vertical.padding-large.custom {
  padding-bottom: 0;
  position: relative;
}

.padding-vertical.padding-large.offre {
  padding-bottom: 8.5rem;
}

.padding-vertical.padding-custom3, .padding-vertical.padding-medium {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-medium.position-relative {
  position: relative;
  overflow: hidden;
}

.padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xhuge {
  padding: 7rem 0;
}

.padding-vertical.padding-xhuge.position-relative {
  position: relative;
}

.padding-vertical.padding-xhuge.padding-custom4 {
  padding: 4rem 0;
}

.padding-vertical.padding-xhuge.custom {
  padding-bottom: 5rem;
}

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

.padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-huge {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.padding-vertical.padding-huge.position-relative {
  margin-left: 5%;
  margin-right: 5%;
}

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

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

.styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: 4px 8px;
  position: sticky;
  top: 0;
}

.styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.stylesystem-spacing-wrapper {
  background-color: var(--light-grey);
}

.styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 32px;
}

.stylesystem-class-label {
  cursor: context-menu;
  background-color: #83747426;
  border-radius: 5px;
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-block;
}

.text-size-medium {
  text-align: left;
  font-size: 1.5rem;
}

.text-size-medium.text-color-white, .text-size-medium.text-color-black {
  text-align: left;
}

.text-size-medium.text-color-black.text-weight-xbold.text-align-center, .text-size-medium.text-align-center {
  text-align: center;
}

.icon-small {
  width: 2rem;
  position: static;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form-checkbox-label {
  margin-bottom: 0;
}

.form-checkbox-label.text-size-small {
  font-size: 1.25rem;
}

.icon-medium {
  width: 3rem;
}

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

.text-color-white.heading-medium {
  font-weight: 700;
}

.text-color-white.text-weight-light {
  font-weight: 400;
}

.text-color-white.text-weight-light.text-align-left {
  text-align: left;
}

.button-row-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: center start;
  display: grid;
}

.button-row-grid.landscape-1-col.hide, .button-row-grid.mobile-1-col.hide {
  display: none;
}

.stylesystem_color-sample {
  border: 1px solid #000;
  padding: 8rem 1.5rem 1.25rem;
}

.stylesystem_color-sample.lightgrey {
  background-color: var(--light-grey);
}

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

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

.form-checkbox {
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

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

.text-size-large.text-center {
  color: var(--grey-darker);
  text-align: center;
}

.text-size-large.text-center.text-color-darkgrey {
  color: var(--grey-darker);
}

.text-size-large.center-sm {
  width: 100%;
}

.heading-xxlarge {
  font-family: Space Grotesk, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.styleguide-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-tertiary {
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-tertiary.invert-colors {
  color: #fff;
}

.button-tertiary.margin-left.margin-xxsmall {
  text-decoration: underline;
}

.button-tertiary.margin-left.margin-xxsmall:hover {
  color: var(--lfk_primary);
}

.form-radio-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.icon-xsmall {
  width: 1.5rem;
}

.styleguide_icons-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-xxsmall {
  width: 1rem;
}

.heading-medium {
  color: var(--black);
  font-family: Space Grotesk, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.heading-medium.gradient {
  background-image: linear-gradient(45deg, var(--lfk_blue), var(--lfk_primary));
  text-align: left;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  display: flex;
}

.heading-medium.gradient.sm-textcenter {
  text-align: center;
}

.heading-medium.gradient.text-align-left {
  text-align: left;
}

.heading-medium.gradient.left {
  text-align: left;
  justify-content: flex-start;
}

.heading-medium.gradient {
  text-align: center;
}

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

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.tabs-menu {
  border-bottom: 1px #00000026;
  display: flex;
  overflow: auto;
}

.tabs-menu.no-scrollbar {
  padding-right: 24px;
}

.icon-xlarge {
  width: 6.5rem;
}

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

.heading-large {
  font-family: Space Grotesk, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-large.text-align-center.text-color-white.v2 {
  font-size: 4.5rem;
}

.image-wrapper-3-2 {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.button {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

.button.invert-colors {
  background-color: var(--white);
  color: #000;
}

.button.button-small {
  padding: .5rem 1.25rem;
}

.form-input {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.form-input.select {
  background-color: #fff;
  background-image: none;
}

.form-input.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

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

.form-checkbox-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_grid-1-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.button-tertiary_icon {
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
}

.tab-link {
  color: #0009;
  background-color: #0000;
  border-bottom: 2px solid #0000;
  flex: none;
  margin-right: 1.5rem;
  padding: .5rem 0;
}

.tab-link.w--current {
  color: #000;
  background-color: #fff;
  border-bottom: .125rem solid #000;
}

.heading-xsmall {
  color: var(--grey-darker);
  text-align: left;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

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

.heading-xsmall.text-weight-bold {
  text-align: left;
  font-weight: 700;
}

.heading-xsmall.text-weight-bold.text-align-center {
  text-align: left;
}

.heading-xsmall.italic {
  font-style: italic;
}

.heading-xsmall.relatives {
  position: relative;
  top: -25px;
}

.heading-xsmall.relatives.text-weight-bold.text-align-center {
  text-align: center;
}

.heading-xsmall.relatives.text-weight-bold.text-align-center.gradient {
  background-image: linear-gradient(252deg, var(--lfk_blue), var(--lfk_primary));
}

.heading-xsmall.text-align-left, .heading-xsmall.left {
  text-align: left;
}

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

.heading-xsmall.margin-top.margin-medium.center {
  text-align: center;
}

.image-wrapper-4-3 {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.button-secondary {
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  padding: .75rem 1.5rem;
}

.button-secondary.button-small {
  padding: .5rem 1.25rem;
}

.button-secondary.invert-colors {
  border-color: var(--white);
  color: var(--white);
}

.heading-small {
  color: var(--grey-dark);
  font-family: Space Grotesk, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-small.text-color-custom {
  color: var(--lfk_secondary);
}

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

.heading-small.v2 {
  color: var(--black);
  text-align: left;
  padding-bottom: 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.heading-small.text-color-black-2 {
  color: var(--grey-darker);
}

.text-style-quote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.form-field-wrapper {
  position: relative;
}

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

.image-wrapper-16-9 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

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

.stylesystem-images_layout {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-large {
  width: 5rem;
}

.image-wrapper-1-1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.styleguide_grid-colours {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-xlarge {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  width: 100%;
  font-family: Space Grotesk, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-xlarge.smartphone-maring.sm-textcenter.help, .heading-xlarge.smartphone-maring.text-align-center {
  text-align: center;
}

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

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  position: static;
}

.icon-1x1-xsmall.margin-right {
  margin-right: 20px;
}

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

.icon-1x1-medium {
  align-self: center;
  width: 2.4rem;
  height: 2.4rem;
  position: static;
}

.icon-1x1-medium.margin-left {
  margin-right: 1.5rem;
}

.icon-1x1-medium.paysage {
  width: 6rem;
  height: 4rem;
}

.icon-1x1-medium.paysage.m1 {
  height: 3rem;
}

.icon-1x1-medium.m1 {
  max-width: 100%;
  margin-right: 15px;
  display: block;
}

.icon-1x1-medium.m1.v2 {
  object-fit: cover;
  width: 3.2rem;
  height: 3.2rem;
}

.icon-1x1-medium.m2 {
  max-width: 100%;
  margin-right: 0;
  display: block;
}

.icon-1x1-medium.m2.v2 {
  object-fit: cover;
  width: 3.2rem;
  height: 3.2rem;
}

.icon-1x1-medium.m2.padding-right-1 {
  margin-right: 30px;
}

.icon-1x1-medium.m3 {
  width: 2rem;
  max-width: 100%;
  height: 2rem;
  margin-right: 0;
  display: block;
}

.icon-1x1-medium.m3.v2 {
  object-fit: cover;
  width: 3.2rem;
  height: 3.2rem;
}

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

.icon-1x1-large.flex.test-5 {
  margin-right: 10px;
}

.icon-1x1-xlarge {
  z-index: 700;
  width: 6rem;
  height: 6rem;
  position: relative;
}

.icon-1x1-xlarge.v2 {
  margin-bottom: 1.875rem;
}

.stylesystem-header {
  background-color: var(--black);
  color: var(--white);
}

.form-radio-label {
  margin-bottom: 0;
}

.dropdown-icon {
  margin: 0 0 0 6px;
  position: static;
}

.navbar1_link {
  border: 1px #0000;
  padding: .5rem 1rem;
  font-size: 1.5rem;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
}

.navbar1_link:hover {
  color: var(--lfk_primary);
  border-style: none;
  border-color: #000;
}

.navbar1_link.w--current {
  color: #000;
  padding-left: .5rem;
  padding-right: .5rem;
}

.btn-secondary {
  border: 2px solid var(--grey-dark);
  box-shadow: 7px 7px 0 0 var(--primary50);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  border-radius: 6px;
  padding: .75rem 1.5rem;
  font-size: 1.5rem;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  transform: translate(-10px, -10px);
}

.btn-secondary:hover {
  box-shadow: 0 0 0 0 var(--primary50);
  transform: translate(0);
}

.btn-secondary.small {
  padding: .5rem 1.25rem;
}

.btn-secondary.color-secondary {
  border-color: var(--lfk_secondary);
  color: var(--lfk_secondary);
}

.btn-secondary.color-secondary:hover {
  background-color: var(--lfk_secondary);
  color: var(--white);
}

.btn-secondary.v02 {
  box-shadow: 7px 7px 0 0 var(--primary50);
  border-width: 3px;
  align-items: flex-start;
  padding-left: 1rem;
  display: flex;
  transform: translate(-10px, -10px);
}

.btn-secondary.v02:hover {
  box-shadow: none;
  transform: none;
}

.btn-secondary.v02.white {
  background-color: var(--white);
}

.btn-secondary.v02.white.send {
  box-shadow: none;
  transform: none;
}

.btn-secondary.v02-copy {
  box-shadow: 7px 7px 0 0 var(--primary50);
  border-width: 3px;
  align-items: flex-start;
  padding-left: 1rem;
  display: flex;
  transform: translate(-10px, -10px);
}

.btn-secondary.v02-copy:hover {
  box-shadow: none;
  transform: none;
}

.btn-secondary.v02-copy.white {
  background-color: var(--white);
}

.navbar1_dropdwn-toggle {
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 0 .5rem;
  font-size: 1.5rem;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.navbar1_dropdwn-toggle:hover {
  color: var(--lfk_primary);
}

.navbar_logo-link {
  max-width: 320px;
  padding-left: 0;
}

.navbar_logo-link.w--current {
  max-width: 280px;
}

.navbar_logo-link.v2 {
  max-width: 300px;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
}

.navbar1_dropdown-link:hover {
  color: var(--lfk_primary);
}

.navbar1_dropdown-link.w--current {
  color: #000;
}

.navbar1_dropdown-list.w--open {
  background-color: #fff;
  border: 1px #000;
  border-radius: 6px;
  padding: .5rem;
  box-shadow: 1px 1px 10px #0000001a;
}

.navbar1_menu-buttons {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.navbar1_menu-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.navbar1_button-wrapper {
  margin-left: .5rem;
}

.navbar_menu {
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.navbar_menu-button {
  padding: 0;
}

.navbar {
  background-color: #0000;
  border-bottom: 1px #000;
  align-items: center;
  height: 10vh;
  padding-left: 5%;
  padding-right: 5%;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.sitcky-shadow {
  position: sticky;
  top: 0;
  box-shadow: 0 0 10px #0000001a;
}

.navbar.sitcky-shadow.white {
  background-color: var(--white);
  height: 8vh;
  padding-left: 40px;
  padding-right: 40px;
}

.navbar.white {
  z-index: 5000;
  background-color: var(--white);
  height: 120px;
  padding-left: 3%;
  padding-right: 3%;
  position: fixed;
  box-shadow: 1px 1px 10px #0000001a;
}

.hero {
  font-size: 2.812rem;
  line-height: 1.1;
  position: relative;
  overflow: hidden;
}

.button-wrapper.button-wrapper-center {
  margin-left: 0;
  margin-right: .5rem;
}

.button-row {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.image-overlay-layer {
  z-index: 1;
  opacity: .65;
  mix-blend-mode: luminosity;
  background-color: #fff3;
  background-image: linear-gradient(to right, #ffffff4d, #87878700 50%, #ffffff4d);
  position: absolute;
  inset: 0%;
}

.layout_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  background-color: var(--bg-light);
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin: -70px;
  padding: 70px;
  display: grid;
  position: relative;
}

.layout_component.video {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.layout_component.video.grow {
  align-items: stretch;
}

.layout_component.v2 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.layout_component.v2.offre {
  border-radius: 6px;
  display: flex;
}

.layout_component.v2.offer {
  margin-bottom: -11px;
  display: flex;
}

.layout_component.invert-sm {
  margin-bottom: -11px;
}

.layout_component.v2-copy {
  margin-top: 0;
}

.layout22_image-wrapper.relative {
  justify-content: center;
  height: 500px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout22_image-wrapper.relative.hide-tablet {
  height: 100%;
}

.layout22_image-wrapper.relative.hide-tablet.middle {
  height: 430px;
}

.layout22_image-wrapper.relative.hide-tablet.middle.v2 {
  margin-left: 0;
  margin-right: -160px;
}

.layout_content {
  flex: 1;
}

.layout213_image-wrapper.relative {
  box-shadow: 46px 46px 72px -12px var(--primary-10);
  background-image: url('../images/technical-drawings-with-the-bearing-2021-08-26-22-59-48-utc-1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.layout213_image-wrapper.relative.v02 {
  background-image: url('../images/employee-of-a-logistics-warehouse-takes-an-invento-2022-01-20-15-59-39-utc-1.jpg');
}

.layout213_image-wrapper.relative.v03 {
  background-image: url('../images/PageServices05.jpg');
}

.layout213_image-wrapper.relative.v04 {
  background-image: url('../images/PageProduit02.jpg');
}

.layout213_component {
  z-index: 1;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

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

.cta9_content {
  flex: 1;
}

.cta9_button-wrapper {
  margin-left: 1rem;
}

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

.cta9_component {
  z-index: 900;
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  display: grid;
  position: relative;
}

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

.cta9_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer3_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 400;
}

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

.footer3_link.decoration {
  color: var(--grey-darker);
  font-size: 1.25rem;
}

.line-divider {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.footer3_legal-link {
  font-size: .875rem;
}

.footer3_legal-link.text-decoration {
  font-size: 1.25rem;
  text-decoration: underline;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

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

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

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

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

.footer3_credit-text.text-decoration.text-color-darker {
  color: var(--grey-darker);
  font-size: 1.25rem;
}

.footer3_component {
  box-shadow: none;
}

.footer3_component.bg-light {
  background-color: var(--bg-light);
  background-image: none;
  box-shadow: 1px 1px 9px #0000001a;
}

.footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer3_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer3_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

.footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

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

.layout298_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

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

.layout298_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.header {
  z-index: 900;
  background-image: none;
  height: 130px;
  padding-top: 0;
  position: fixed;
  overflow: hidden;
}

.hero_graph {
  opacity: .5;
  max-width: 40%;
  position: absolute;
  inset: -59% -11% -11% -5%;
}

.hero_graph._2 {
  inset: 63%;
}

.flex {
  flex-direction: row;
  align-self: stretch;
  align-items: center;
  display: flex;
}

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

.flex.column.start {
  align-items: flex-start;
  margin-left: 0;
  position: relative;
}

.flex.column.start.smartphone {
  z-index: 500;
}

.flex.column.align-center {
  position: relative;
}

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

.flex.column.left {
  align-items: flex-start;
}

.flex.offset-left {
  margin-left: -55px;
}

.flex.row.center {
  justify-content: center;
  margin: 30px;
}

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

.flex.col {
  flex-direction: column;
}

.flex.center {
  justify-content: center;
}

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

.flex.ft {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.icon-01 {
  width: 5rem;
  height: 5rem;
}

.divider {
  background-color: var(--lfk_secondary);
  width: 100px;
  height: 1px;
  margin-top: 1.5rem;
  position: relative;
}

.divider.left {
  background-color: var(--lfk_secondary);
  align-self: flex-start;
}

.divider.align-center {
  width: 90px;
  height: 1px;
}

.divider.align-center.color-grey {
  background-color: var(--lfk_secondary);
}

.divider.center {
  align-self: center;
}

.divider.vertical {
  background-color: var(--grey-darker);
  width: 1px;
  height: 100px;
  position: absolute;
  inset: -40px auto auto 0%;
}

.divider.vertical.darker {
  background-color: var(--grey-darker);
}

.divider.vertical.darker.small {
  background-color: var(--grey-medium);
  height: 80px;
}

.divider.long {
  background-color: var(--grey-dark);
  width: 150px;
  height: 1px;
  left: -40px;
}

.divider.long.darker {
  background-color: var(--grey-darker);
}

.divider.long.darker.small {
  background-color: var(--grey-medium);
  width: 120px;
  left: -20px;
}

.cadreimg {
  position: absolute;
  inset: 4% -4% -4% 4%;
}

.cadreimg.invers {
  z-index: -1;
  left: -4%;
  right: 4%;
}

.cadreimg.invers.blanc {
  background-color: var(--white);
}

.cadreimg.invers.grey {
  z-index: -3;
  border: 1px none var(--grey-medium);
  background-color: #0000;
  background-image: linear-gradient(330deg, var(--lfk_blue), var(--lfk_primary));
  opacity: .53;
  border-radius: 6px;
  bottom: -1%;
  left: -1%;
}

.cadreimg.invers.grey.v02 {
  background-color: var(--lfk_blue);
  background-image: linear-gradient(135deg, var(--lfk_blue), var(--lfk_primary));
  opacity: .53;
  border-style: none;
  left: 4%;
  right: -1%;
}

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

.cadreimg.grey {
  background-color: var(--lfk_accent-20);
}

.image-4 {
  z-index: 2;
  border-radius: 6px;
  width: 359px;
  max-width: 60%;
  position: relative;
}

.image-5 {
  z-index: 600;
  border-radius: 6px;
  width: 1500px;
  max-width: 160%;
  position: relative;
  inset: 0% -5% 0% auto;
}

.image-5.shadow {
  box-shadow: 2px 0 8px #a6a6a666;
}

.image-5.left {
  right: 25%;
}

.image-5.v2 {
  object-fit: cover;
  width: 1550px;
  max-width: 240%;
}

.navbar-animated {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hover-line {
  background-color: var(--black);
  border-radius: 6px;
  width: 50px;
  height: 3px;
  display: none;
  position: absolute;
  top: 35px;
}

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

.text-align-center-2.flex.center {
  justify-content: center;
}

.header-90vh {
  align-items: center;
  min-height: 800px;
  max-height: 60rem;
  display: flex;
}

.layout239_list {
  z-index: 500;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
  position: relative;
}

.layout239_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.layout239_item.card.shadow {
  border: 2px solid var(--light-grey);
  box-shadow: none;
  height: 100%;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
}

.layout239_item.card.shadow:hover {
  box-shadow: 10px 10px 72px -12px #6969691a;
}

.layout239_item.card.shadow.hover {
  transform: translate(-15px, -15px);
  box-shadow: 11px 11px #8ed13933, 28px 28px 72px -12px #6969691a;
}

.layout239_item.card.shadow.hover:hover {
  transform: translate(0);
  box-shadow: 28px 28px 72px -12px #6969691a;
}

.layout239_item.card.shadow.nolink {
  background-color: #0000;
}

.layout239_item.card.shadow.outline {
  border: 2px solid var(--light-grey);
}

.layout239_item.card.shadow-v02 {
  border: .5px solid #0000;
  height: 100%;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  box-shadow: 0 0 20px 1px #40404026;
}

.layout239_item.card.shadow-v02:hover {
  border: .5px solid #d8d8d8;
}

.layout239_item.card.shadow-v02.hover {
  transform: translate(-15px, -15px);
  box-shadow: 11px 11px #8ed13933, 28px 28px 72px -12px #6969691a;
}

.layout239_item.card.shadow-v02.hover:hover {
  transform: translate(0);
  box-shadow: 28px 28px 72px -12px #6969691a;
}

.layout239_item.card.nolink {
  background-color: #0000;
  box-shadow: 1px 1px 18px #0000001a;
}

.layout239_item.card-v02 {
  z-index: 900;
  background-color: var(--white);
  border-radius: 6px;
  height: 100%;
  position: relative;
  overflow: visible;
}

.layout239_item.card {
  z-index: 900;
  background-color: #fff;
  height: 100%;
  position: relative;
  overflow: visible;
  box-shadow: 7px 0 8px #a5465733;
}

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

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

.card-padding {
  z-index: 900;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 25px;
  display: flex;
  position: relative;
}

.paragraph {
  text-align: left;
}

.div-block {
  background-color: var(--lfk_secondary);
  width: 10px;
  height: 10px;
  margin-right: 20px;
}

.image-6 {
  z-index: 10;
  position: relative;
}

.layout121_progress-bar {
  background-color: #000;
  width: 2px;
  height: 100%;
}

.layout121_timeline-step {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.layout121_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.layout121_timeline-icon-wrapper {
  z-index: 1;
  background-color: #fff;
  margin-top: -1rem;
  padding: 1rem;
  position: relative;
}

.layout121_progress-bar-wrapper {
  background-color: #00000026;
  width: 2px;
  height: 75%;
  position: absolute;
  top: 10%;
  left: 2.4375rem;
  right: auto;
}

.layout121_timeline-wrapper {
  position: relative;
}

.layout121_timeline-right {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.text-span {
  text-transform: none;
  white-space: normal;
  font-size: 1.1rem;
  text-decoration: none;
}

.timeline, .layout148_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.layout148_component.title {
  justify-content: flex-start;
  align-items: flex-start;
}

.title-section {
  margin-top: 81px;
}

.contact18_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.contact18_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.form-input-2 {
  box-shadow: 14px 14px 9px -20px var(--grey-medium);
  color: #000;
  background-color: #fff;
  border: 1px #000;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-2:focus {
  border-color: #000;
}

.form-input-2::placeholder {
  color: #0009;
}

.form-input-2.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

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

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
}

.error-text {
  color: #e23939;
}

.form-checkbox-icon-2 {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 5px;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon-2.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon-2.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.section-contact8.bg-light {
  background-color: var(--bg-light);
}

.section-contact8.bg-medium {
  background-color: #f0f0f0;
}

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

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

.contact8_form-block {
  flex-direction: column;
  align-items: stretch;
}

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

.faq4_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.faq4_accordion {
  border: 1px solid var(--lfk_primary);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq4_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq4_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq-05_icon {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
}

.link {
  border: 1px #000;
  text-decoration: none;
}

.btn-primary-icon {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.btn-primary-icon.small {
  border: 1px solid var(--lfk_primary);
  background-color: var(--lfk_primary);
  color: var(--white);
  border-radius: 6px;
  justify-content: center;
  padding: .5rem 1.25rem;
  transition: all .3s;
}

.btn-primary-icon.small:hover {
  border-color: var(--lfk_primary-dark);
  background-color: var(--lfk_primary-dark);
}

.button-icon {
  width: 15px;
  margin-right: 10px;
}

.gallery21_mask {
  width: 50%;
  overflow: visible;
}

.gallery21_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.gallery21_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}

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

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

.gallery21_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.gallery21_slide {
  padding-right: 2rem;
}

.gallery21_arrow {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.gallery21_arrow.left {
  right: 4rem;
}

.gallery5_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start center;
}

.gallery5_lightbox-link {
  width: 100%;
  height: 100%;
}

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

.gallery5_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

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

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

.image-8 {
  z-index: -5;
  width: 520px;
  min-height: 0%;
  max-height: 100px;
  position: absolute;
  inset: 0% auto auto -210px;
}

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

.text-block {
  color: var(--white);
  font-weight: 800;
}

.text-block.logo {
  padding-left: 10px;
  font-size: 1.1rem;
}

.text-block.logo.text-color-black {
  color: var(--black);
}

.text-span-2 {
  font-weight: 400;
}

.btn-primary {
  border: 1px solid var(--black);
  background-color: var(--black);
  box-shadow: 7px 7px 0 0 var(--primary50);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: .75rem 1.5rem;
  font-size: 1.5rem;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  transform: translate(-10px, -10px);
}

.btn-primary:hover {
  box-shadow: none;
  transform: none;
}

.btn-primary.v02 {
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.btn-primary.v02:hover {
  border-color: var(--lfk_primary);
  background-color: var(--lfk_primary);
  transform: translate(0, -3px);
  box-shadow: 0 13px 13px -3px #a5465799;
}

.btn-primary.large {
  padding-left: 3rem;
  padding-right: 3rem;
}

.btn-primary.large.v02 {
  transform: translate(-10px, -10px);
  box-shadow: 7px 7px #fffc;
}

.btn-primary.large.v02:hover {
  border-color: var(--black);
  background-color: var(--black);
  box-shadow: none;
  transform: none;
}

.btn-primary.margin-btn-left {
  margin-left: 10px;
}

.text-block-2 {
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
}

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

.card-nav {
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/LFK_BG-Card02.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 6px;
  padding: 2rem;
}

.list-decoration {
  background-color: var(--lfk_primary);
  align-self: center;
  width: 1rem;
  height: 1rem;
  margin-right: 10px;
}

.cardv02-padding {
  z-index: 900;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 25px;
  display: flex;
  position: relative;
}

.linear-opacity {
  z-index: 15;
  background-image: linear-gradient(#0000, #fff);
  height: 2rem;
  position: absolute;
  inset: auto 0% 0%;
}

.image-10 {
  position: relative;
}

.card-padding-v02 {
  z-index: 1000;
  background-color: var(--white);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.card-padding-v02.v2 {
  align-items: flex-start;
  margin: 2rem;
  padding: 0;
}

.card-padding-v02.v3 {
  padding: 2rem;
  position: relative;
}

.pricing19_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.pricing19_feature-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.pricing19_feature {
  display: flex;
}

.pricing19_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

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

.pricing19_divider {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pricing19_icon-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
}

.pricing19_plan {
  background-color: var(--white);
  border: 1px #000;
  border-radius: 6px;
  padding: 2rem;
  transform: scale(.95);
}

.pricing19_plan.zoom {
  overflow: hidden;
  transform: scale(1.05);
}

.pricing19_plan.dezoom {
  transform: scale(.95);
}

.pricing19_content-top {
  flex-direction: column;
}

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

.bandeau {
  background-color: var(--lfk_primary);
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 27px;
  display: flex;
  position: absolute;
  inset: 45px -45px auto auto;
  transform: rotate(45deg);
}

.feature-center {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.feature-center.margin-vertical.margin-xhuge {
  background-color: #0000;
}

.feature-center.bg-light {
  background-color: #8ed1390d;
  position: relative;
}

.navigation-card {
  padding-left: 5%;
  padding-right: 5%;
}

.container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.form-block {
  width: 100%;
  max-width: 506px;
  margin-bottom: 0;
}

.search-field {
  color: #67718e;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #f2f3f8;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 100%;
  min-height: 54px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 58px;
  font-size: 16px;
  font-weight: 500;
}

.search-field::placeholder {
  color: #b6bcce;
}

.hero-feature-wrapper {
  color: #37456c;
  align-items: center;
  margin-right: 20px;
  font-weight: 500;
  display: flex;
}

.search-block-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 600px;
  margin-top: 60px;
  display: flex;
}

.hero-card-bg {
  z-index: -1;
  background-color: #f5f7f9;
  position: absolute;
  inset: 20px 20px -20px -20px;
}

.header-section-large {
  align-items: center;
  padding: 120px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-image-large {
  height: 280px;
  margin-left: 60px;
  position: relative;
}

.hero-image-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 3fr 1fr;
  width: 100%;
  max-width: 750px;
}

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

.hero-feature-icon {
  background-color: #edf5fd;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-right: 8px;
  padding: 8px;
  display: flex;
}

.success-message-2 {
  background-color: #3cdfa5;
  font-weight: 700;
}

.header-paragraph {
  color: #67718e;
  max-width: 600px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.address-icon {
  position: absolute;
  inset: auto auto auto 24px;
}

.form {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  transition: border-color .3s;
  display: flex;
  position: relative;
}

.hero-heading {
  color: #061237;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 56px;
  font-weight: 900;
  line-height: 68px;
}

.feature-row {
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.image-fixed-wrapper {
  z-index: 5;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.grid-hero-small {
  grid-column-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.submit-button {
  background-color: #1355ff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: auto;
  height: 100%;
  min-height: 54px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .3s;
  box-shadow: 20px 20px 45px -9px #21253821;
}

.submit-button:hover {
  background-color: #154ee2;
}

.grid-image-standard {
  height: 240px;
  position: relative;
}

.card-heart {
  z-index: 3;
  position: absolute;
  inset: 20% auto auto 8%;
}

.banner {
  background-color: #f6f2ea;
  padding: 14px 5%;
}

.card-pen {
  z-index: 5;
  max-width: 40%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.install-detail {
  color: #1f2c47;
  letter-spacing: -.02em;
  margin-right: 10px;
  font-size: 16px;
  line-height: 32px;
}

.navigation {
  background-color: #f6f2ea;
  align-items: center;
  height: 90px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.nav-menu {
  color: #000;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: static;
}

.bottom-content-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navigation-menu {
  align-items: center;
  display: flex;
}

.company-logo {
  margin-right: 60px;
  display: block;
}

.container-navigation {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-button-wrap {
  align-items: center;
  display: flex;
}

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

.hero-paragraph {
  color: #4d4d4d;
  max-width: 460px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.bloom-effect {
  z-index: -1;
  height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.brand {
  margin-right: 4vw;
}

.brand-span {
  color: #4d6fb2;
}

.button-navigation {
  color: #f6f2ea;
  background-color: #4e6eb1;
  border-radius: 8px;
  margin-left: 10px;
  padding: 12px 20px;
  font-weight: 600;
  transition: all .35s;
}

.button-navigation:hover {
  background-color: #29498d;
}

.install-wrapper {
  flex-wrap: wrap;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.install-link {
  border: 1px solid #f0e9db;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  padding: 8px;
  transition: all .3s;
  display: flex;
}

.install-link:hover {
  border-color: #4e6eb1;
}

.bottom-content {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.avatar-small {
  background-color: #dee2e3;
  border: 4px solid #f8f5ef;
  border-radius: 100px;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
}

.avatar-small.avatar-stack {
  margin-left: -12px;
}

.avatar-row {
  align-items: center;
  display: flex;
}

.hero-button {
  color: #f6f2ea;
  white-space: nowrap;
  background-color: #4e6eb1;
  border-radius: 8px;
  margin-right: 24px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .35s;
}

.hero-button:hover {
  background-color: #29498d;
}

.text-detail {
  color: #1f2c47;
  margin-top: 20px;
  font-weight: 500;
  line-height: 24px;
}

.close {
  position: absolute;
  inset: auto 12px auto auto;
}

.product-hunt-badge {
  color: #4d6fb2;
  background-color: #dbe2f0;
  border-radius: 32px;
  margin-bottom: 20px;
  padding: 10px 16px;
  font-weight: 600;
}

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

.container-2 {
  z-index: 5;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
}

.hero-button-wrapper {
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.highlight {
  color: #4d6fb2;
  font-weight: 700;
}

.logo-line {
  background-color: #f0e9db;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.phone {
  z-index: 4;
  position: absolute;
}

.banner-link {
  color: #4d6fb2;
  align-items: center;
  margin-left: 16px;
  padding: 4px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.hero-image-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 700px;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-heading-2 {
  color: #1f2c47;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 80px;
  line-height: 96px;
}

.install-row {
  align-items: center;
  display: flex;
}

.header-section {
  background-color: #f6f2ea;
  align-items: center;
  padding: 40px 5% 100px;
  display: flex;
  position: relative;
}

.banner-image {
  margin-right: 20px;
}

.logo-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.banner-text-wrapper {
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.banner-text {
  color: #525f7a;
  letter-spacing: .02em;
  line-height: 24px;
}

.button-sign-in {
  color: #4d6fb2;
  background-color: #0000;
  border-radius: 8px;
  margin-left: 10px;
  padding: 12px 20px;
  font-weight: 600;
  transition: all .35s;
}

.button-sign-in:hover {
  color: #fff;
  background-color: #29498d;
}

.banner-block {
  text-align: center;
  background-image: linear-gradient(94deg, #ede5d4, #f6f2ea);
  border: 1px solid #e8dec9;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.nav-link {
  color: #1f2c47;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .35s;
}

.nav-link:hover {
  color: #4d6fb2;
}

.paragraph-small {
  color: #4d4d4d;
  font-size: 12px;
}

.hero-heading-3 {
  color: #262626;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 80px;
  line-height: 96px;
}

.navigation-button {
  color: #262626;
  background-color: #0000;
  border: 1px solid #4d4d4d;
  border-radius: 8px;
  margin-left: 18px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .35s;
}

.navigation-button:hover {
  color: #fff;
  background-color: #85a0ad;
  border-color: #85a0ad;
}

.user-avatar {
  border-radius: 100px;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-right: 20px;
  overflow: hidden;
}

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

.quote-wrapper {
  justify-content: flex-end;
  margin-bottom: 10px;
  display: flex;
}

.navigation-2 {
  background-color: #fff;
  align-items: center;
  height: 100px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.hero-grid-2 {
  grid-column-gap: 72px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
}

.ui-card-avatar {
  border-radius: 100px;
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  margin-right: 20px;
  overflow: hidden;
}

.testimonial-wrapper {
  margin-top: 40px;
}

.abstract-globe {
  z-index: 5;
  max-width: 80%;
  position: absolute;
  inset: 5% auto auto;
}

.hero-image-wrapper-2 {
  justify-content: center;
  align-items: center;
  max-width: 700px;
  height: 100%;
  max-height: 600px;
  display: flex;
  position: relative;
}

.span-blue {
  color: #85a0ad;
}

.header-section-2 {
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.span-purple {
  color: #ad85ad;
}

.logo-wrapper-2 {
  opacity: .2;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.container-3 {
  z-index: 5;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.nav-link-2 {
  color: #262626;
  margin-left: 14px;
  margin-right: 14px;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .35s;
}

.nav-link-2:hover {
  color: #85a0ad;
}

.sub-heading-large {
  color: #262626;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
}

.video-icon {
  margin-right: 10px;
}

.ui-card-01 {
  z-index: 5;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff3;
  border-radius: 16px;
  align-items: center;
  max-width: 240px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 28px 28px 120px #85a0ad26;
}

.brand-2 {
  margin-right: 5vw;
}

.video-link {
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.line-break {
  background-color: #e5e5e5;
  max-width: 100px;
  height: .5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hero-button-2 {
  background-color: #85a0ad;
  border-radius: 8px;
  margin-top: 60px;
  padding: 16px 32px;
  transition: all .35s;
}

.hero-button-2:hover {
  background-color: #000;
}

.bottom-content-2 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.ui-card-02 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff3;
  border-radius: 16px;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto auto 140px 0%;
  box-shadow: 28px 28px 120px #85a0ad26;
}

.nav-wrapper {
  z-index: 1;
  position: fixed;
  inset: 0%;
}

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

.arrow {
  margin-top: 20px;
}

.integration-grid-list {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

.integrations-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}

.form-heading {
  color: #18191f;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}

.integration-title {
  letter-spacing: .5px;
  margin-bottom: 22px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.title-wrap {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  max-width: 650px;
  margin-bottom: 72px;
  display: block;
}

.brand-logo-2 {
  width: 40px;
  margin-bottom: 28px;
}

.integrations-details {
  color: #949bab;
  font-size: 16px;
  line-height: 32px;
}

.integration-section {
  background-color: #fff;
  padding: 100px 3%;
}

.title-large {
  color: #18191f;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.brand-span-2 {
  color: #6f57eb;
}

.integration-card {
  color: #000;
  border-top: 4px solid #eee;
  padding: 40px 25px 25px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.215, .61, .355, 1);
}

.integration-card:hover {
  color: #fff;
  background-color: #000;
  border-top-color: #6f57eb;
}

.tabs-vertical {
  display: flex;
}

.tabs-menu-vertical {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  min-width: 180px;
  margin-right: 32px;
  display: flex;
}

.tab-button-vertical-line {
  color: #160042;
  letter-spacing: -.01em;
  background-color: #fff;
  border-left: 2px solid #f3f5fb;
  width: 100%;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 24px;
}

.tab-button-vertical-line.w--current {
  color: #642eff;
  background-color: #0000;
  border-left-color: #642eff;
  font-weight: 500;
}

.tab-pane {
  background-color: #f7f9fd;
  border-radius: 12px;
  padding: 24px;
}

.tab-small-heading {
  color: #160042;
  letter-spacing: -.03em;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.paragraph-regular {
  letter-spacing: -.02em;
  font-size: 16px;
  line-height: 24px;
}

.tab-button-vertical {
  color: #160042;
  text-align: left;
  letter-spacing: -.01em;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 24px;
}

.tab-button-vertical.w--current {
  color: #fff;
  background-color: #642eff;
  font-weight: 500;
}

.tab-content-wrap {
  background-color: #0000;
  display: block;
  position: static;
  overflow: hidden;
}

.tabs-container {
  align-items: flex-start;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.tabs-item-toggle {
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.tabs-heading {
  color: #000;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.tabs-image {
  object-fit: cover;
  border-radius: 50px;
  width: 40%;
  margin-right: 80px;
}

.tab-content {
  color: #999;
  padding-bottom: 20px;
  padding-left: 75px;
  padding-right: 50px;
}

.tabs-item {
  border-radius: 18px;
  margin-bottom: 30px;
  display: block;
  box-shadow: 0 20px 40px #8585850f;
}

.tabs-section {
  color: #000;
  background-color: #fff;
  padding: 190px 3%;
  font-size: 16px;
  line-height: 24px;
}

.tab-icon {
  width: 40px;
  margin-right: 15px;
}

.tab-name {
  flex: 1;
  margin-right: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.tabs-menu-icon {
  background-color: #3cd1c9;
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  padding: 10px;
  display: flex;
}

.tabs-menu-2 {
  flex-direction: column;
  width: 45%;
  display: flex;
}

.tabs-heading-wrap {
  width: 40%;
  margin-bottom: 60px;
}

.tabs-heading-2 {
  color: #1e1e1e;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

.tabs-container-2 {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.tabs-paragraph {
  font-size: 18px;
  line-height: 27px;
}

.tabs-content-2 {
  text-align: right;
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.tabs-img {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  max-width: 390px;
  height: 100%;
}

.tab-link-2 {
  opacity: .7;
  filter: grayscale();
  color: #5e5e5e;
  background-color: #fff;
  border-radius: 14px;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 20px;
  font-size: 16px;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.tab-link-2:hover {
  box-shadow: 0 10px 40px #8585850d;
}

.tab-link-2.w--current {
  z-index: 2;
  opacity: 1;
  filter: grayscale(0%);
  background-color: #fff;
  box-shadow: 0 10px 40px #8585850d;
}

.tabs-section-2 {
  color: #999;
  background-color: #fff;
  padding: 140px 3%;
}

.tab-pane-2 {
  height: 100%;
}

.tabs {
  position: static;
}

.plain-link {
  color: #6f6f6f;
  margin-top: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  transition: all .2s;
}

.plain-link:hover {
  color: #000;
}

.tabs-container-3 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.steps-wrapper {
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.tabs-2 {
  width: 100%;
}

.tab-paragraph {
  color: #6f6f6f;
  font-size: 18px;
  line-height: 32px;
}

.tab-graphic-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-notification {
  border-radius: 10px;
  width: 100%;
  max-width: 240px;
  position: absolute;
  inset: auto auto 40px -15%;
  box-shadow: -14px 14px 50px #6b728029;
}

.tabs-menu-3 {
  margin-bottom: 20px;
}

.tab-base {
  background-color: #f6f4fa;
  border-radius: 50px;
  align-items: flex-end;
  width: 100%;
  max-width: 360px;
  min-height: 420px;
  display: flex;
  position: relative;
}

.step-basic {
  background-color: #efefef;
  border-radius: 100px;
  width: 30px;
  height: 4px;
  margin-right: 14px;
}

.step-basic.active {
  background-color: #000;
  width: 60px;
}

.heading-wrapper {
  color: #6f6f6f;
  align-items: center;
  margin-bottom: 34px;
  font-size: 18px;
  line-height: 32px;
  display: flex;
}

.tabs-content-3 {
  height: 100%;
}

.div-block-3 {
  background-color: #f6f4fa;
  min-height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.tab-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 52px;
}

.heading-graph {
  margin-left: 10px;
}

.tab-content-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  display: flex;
}

.tabs-base {
  z-index: 5;
  background-color: #fff;
  border-radius: 50px;
  align-items: stretch;
  min-height: 640px;
  padding: 80px;
  display: flex;
  position: relative;
}

.tab-section {
  background-color: #fafafa;
  padding: 80px 3%;
  position: relative;
}

.tab-link-3 {
  color: #8a8a8a;
  background-color: #fff;
  border-radius: 10px;
  padding: 14px 36px;
  font-size: 16px;
}

.tab-link-3.w--current {
  color: #fff;
  background-color: #5e3aee;
}

.tab-image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.tab-content-grid {
  grid-template-rows: auto;
}

.div-block-4 {
  z-index: 999;
  width: 50px;
  height: 50px;
  position: fixed;
  inset: auto 5% 5% auto;
}

.logo_wrapper.big {
  width: 610px;
}

.btn-secondary-icon-copy {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.btn-secondary-icon-copy.small {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--light-grey);
  border-radius: 0;
  justify-content: center;
  padding: .5rem 1.75rem;
  transition: all .3s;
}

.btn-secondary-icon-copy.small:hover {
  border-color: var(--lfk_primary);
  background-color: var(--lfk_primary);
}

.text-span-3 {
  color: var(--lfk_primary);
  position: relative;
  left: -5%;
}

.div-block-5 {
  display: block;
}

.column-2 {
  padding: 0 100px 0 0;
}

.div-block-6 {
  z-index: -4;
  background-color: var(--lfk_primary);
  width: 300px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-11 {
  z-index: 1;
  flex: 1;
  align-self: center;
  height: 380px;
  position: relative;
}

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

.div-block-7 {
  z-index: -1;
  background-image: url('../images/LFK_BG-Card02.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 600px;
  height: 600px;
  position: relative;
}

.button-secondary-2 {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
}

.header36_content {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.header36_component {
  grid-column-gap: 0rem;
  object-fit: contain;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section-header36 {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.section-header36.margin-vertical.margin-xhuge {
  height: 800px;
  margin-left: 3%;
  margin-right: 3%;
  padding-left: 0;
  overflow: visible;
}

.header36_image {
  object-fit: fill;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 60rem;
  position: static;
  right: 40px;
}

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

.button-row-2 {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-row-2.hero {
  padding-top: 29px;
  padding-left: 10px;
  overflow: visible;
}

.button-row-2.fiche-tech {
  padding-left: 0;
  overflow: visible;
}

.slider {
  padding-left: 5%;
  padding-right: 5%;
}

.slider.bg-light {
  background-color: #f1bf9833;
}

.image-12 {
  width: 250px;
  display: block;
  position: static;
}

.image-12.small {
  max-width: 32%;
}

.heading-5 {
  font-family: Mulish;
}

.heading-6 {
  font-weight: 300;
}

.div-block-8 {
  background-color: var(--black);
  border: 1px #000;
  width: 5px;
  height: 1px;
  padding-right: 29px;
}

.div-block-9 {
  margin-left: -45px;
  position: absolute;
  inset: -40px auto auto -10px;
}

.vb_feature01 {
  background-color: #0000;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.vb_feature01.bg-light {
  background-color: var(--bg-light);
  position: relative;
  overflow: visible;
}

.vb_feature01.bg-light.hide {
  display: none;
}

.vb_feature01.bg-light.hide.offre {
  padding-top: 0;
}

.vb_feature01.relative-v2 {
  position: relative;
}

.vb_feature01.bg-color {
  background-color: var(--bg-medium);
  background-image: none;
  overflow: hidden;
}

.vb_feature01.bg-color-copy {
  background-color: #0000;
  background-image: none;
  overflow: hidden;
}

.html-embed {
  padding-right: 15px;
}

.heading-7 {
  text-transform: none;
  position: relative;
}

.div-block-10 {
  margin-left: -25px;
  position: absolute;
  inset: -45px 0% auto;
}

.integration {
  box-shadow: 46px 46px 72px -12px var(--primary-10);
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 127px;
  height: 100%;
  min-height: 110px;
  padding: 20px 24px;
  display: flex;
}

.custom-tooltips {
  display: none;
}

.title-2 {
  color: #5138ee;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
}

.integration-logo {
  width: 80px;
}

.form-heading-2 {
  color: #18191f;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.integration-cell {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.integration-cell-blank {
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.integration-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.container-4 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.form-subheading {
  color: #0f1529cc;
  letter-spacing: -.02em;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.integration-section-2 {
  background-color: #f8f7fc;
  padding: 100px 3%;
}

.title-wrap-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 650px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.decoration {
  color: var(--grey-darker);
  text-decoration: underline;
}

.text-span-4 {
  font-weight: 600;
}

.text-span-4.text-color-darker {
  color: var(--grey-darker);
}

.section_feature-svg-decoration {
  opacity: 1;
  position: absolute;
  bottom: 13.5938px;
  left: 230px;
}

.section_feature-svg-decoration.v02 {
  left: 82px;
}

.padding-top-v01 {
  padding-top: 4rem;
}

.div-block-11 {
  justify-content: center;
  display: flex;
}

.post-header {
  box-shadow: none;
  background-color: #3335370d;
  background-image: none;
  margin-top: 120px;
  position: relative;
  overflow: hidden;
}

.post-header.bg-light {
  background-color: var(--bg-light);
  padding-left: 5%;
  padding-right: 5%;
}

.div-block-12 {
  z-index: 800;
  background-color: var(--lfk_primary);
  background-image: linear-gradient(270deg, #004be599, #fff 94%);
  width: 100%;
  height: 5px;
  position: absolute;
  inset: auto 0% 0%;
}

.header-copy {
  z-index: 900;
  background-image: none;
  height: 130px;
  padding-top: 130px;
  position: static;
  overflow: hidden;
}

.header36_content-2 {
  max-width: 40rem;
  margin-left: 5vw;
  margin-right: 3rem;
  position: relative;
}

.header36_content-2.v2 {
  max-width: 100%;
}

.header36_component-2 {
  grid-column-gap: 0rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 0%;
  margin-right: 0%;
  display: grid;
}

.header36_component-2.v2 {
  grid-template-columns: .75fr;
  max-width: 80rem;
}

.header36_image-2 {
  z-index: 0;
  object-fit: contain;
  max-width: 60%;
  position: absolute;
  top: 12%;
  left: 29%;
}

.header36_image-wrapper-2 {
  padding-left: 30px;
  position: relative;
}

.fullcaps {
  text-transform: uppercase;
}

.fullcaps.text-color-primary {
  color: var(--lfk_primary);
}

.fullcaps.test {
  margin-left: 29px;
}

.layout239_component-copy {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.card-padding-v03 {
  z-index: 900;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: auto;
  height: 100%;
  margin-bottom: 0;
  padding: 1rem;
  transition: all .2s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: static;
}

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

.logo2_logo-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
}

.logo2_content-left {
  max-width: 20rem;
}

.logo2_logo {
  max-height: 3.5rem;
}

.page-padding {
  padding-left: 0%;
  padding-right: 0%;
}

.page-padding.padding-vertical.padding-xhuge, .page-padding.padding-vertical.padding-large.stretch {
  align-self: stretch;
}

.page-padding.bg-light {
  background-color: var(--bg-medium);
}

.logo2_component {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.heading-small-2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.logo2_componentv02 {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.faq4_accordion-2 {
  border: 2px none var(--light-grey);
  background-color: var(--primary-10);
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

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

.div-block-24 {
  display: flex;
}

.btn-primary-2 {
  color: #3a3335;
  text-align: center;
  background-color: #ffcc01;
  border: 1px solid #ffcc01;
  border-radius: 6px;
  padding: .75rem 1.5rem;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
}

.btn-primary-2:hover {
  background-color: #ffcc01;
  border-color: #ffcc01;
  transform: translate(-10px, -10px);
  box-shadow: 7px 7px #dd403a;
}

.div-block-25 {
  padding-left: 30px;
}

.recaptcha-block {
  background-color: #0000;
  flex: 1;
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
  transform: translate(0);
}

.chevrons {
  list-style-type: none;
}

.chevron {
  background-image: url('../images/Vibatech-chevron_1Vibatech-chevron.png');
  background-position: 0 8px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 1.5rem;
}

.div-block-26 {
  justify-content: center;
  margin-left: 60px;
  display: flex;
  position: relative;
}

.header-line {
  background-color: var(--lfk_primary);
  width: 40px;
  height: 5px;
  position: absolute;
  inset: 24% auto auto -7%;
}

.div-block-28, .div-block-29, .div-block-30, .div-block-31, .div-block-32, .div-block-33, .div-block-34, .div-block-35, .div-block-36 {
  position: relative;
}

.text-color-secondary {
  color: var(--lfk_primary);
}

.div-block-37 {
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-block-38 {
  position: relative;
}

.html-embed-3, .html-embed-4, .html-embed-5 {
  color: var(--lfk_primary);
}

.heading-8.text-color-white.text-align-left {
  text-align: left;
}

.success {
  color: #444;
  text-align: center;
  margin-top: 40px;
}

.link-3 {
  color: #595959;
  text-align: center;
  width: 100%;
  display: block;
}

.link-3.dark {
  text-decoration: underline;
}

.heading-11, .heading-12, .heading-13 {
  font-family: Space Grotesk, sans-serif;
}

.heading-14 {
  font-family: Space Grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

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

.flex-2.start {
  align-items: flex-start;
}

.divider-2 {
  background-color: var(--lfk_primary);
  background-image: linear-gradient(83deg, var(--lfk_blue), var(--lfk_primary));
  border-radius: 0;
  width: 100px;
  height: 7px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.divider-2.left {
  align-self: flex-start;
}

.divider-2.center {
  align-self: center;
}

.divider-2.center.v2 {
  width: 100px;
}

.divider-2.center.v2.greylight {
  background-color: #e4e4e4;
  background-image: none;
}

.divider-2.color-black {
  background-color: var(--grey-dark);
}

.divider-2.v2 {
  align-self: center;
  width: 100px;
  min-height: 7px;
}

.divider-2.v2.left {
  align-self: flex-start;
}

.divider-2.v3 {
  justify-content: center;
  display: flex;
}

.divider-2.greylight {
  background-color: #e4e4e4;
  background-image: none;
}

.divider-2.v4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.divider-2.white {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
}

.divider-3 {
  background-color: #b79f7b;
  width: 100px;
  height: 3px;
  margin-top: 1.5rem;
}

.divider-3.vertical {
  background-color: var(--lfk_primary);
  width: 3px;
  height: 100px;
  margin-top: 1.9rem;
  position: absolute;
  bottom: auto;
  left: -25px;
  right: auto;
}

.div-block-39 {
  background-color: #ffbe00;
  border-radius: 100%;
  width: 600px;
  height: 600px;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-39-copy {
  border: 10px solid var(--lfk_primary);
  width: 600px;
  height: 600px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-13 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-13-copy {
  z-index: 3;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-40 {
  width: 100%;
  max-width: 100%;
  display: block;
  position: absolute;
  inset: 16% auto auto 0%;
}

.image-14 {
  z-index: 3;
  max-width: 20%;
  inset: auto auto 179px 147px;
}

.divider-copy {
  background-color: var(--lfk_primary);
  background-image: linear-gradient(to top, var(--lfk_blue), var(--lfk_primary));
  flex: 0 auto;
  align-self: stretch;
  width: 6px;
  height: auto;
  margin-right: 25px;
  position: relative;
}

.divider-copy.left {
  background-color: var(--lfk_secondary);
  align-self: flex-start;
}

.divider-copy.align-center {
  width: 90px;
  height: 1px;
}

.divider-copy.align-center.color-grey {
  background-color: var(--lfk_secondary);
}

.divider-copy.center {
  align-self: center;
}

.divider-copy.vertical {
  background-color: var(--grey-darker);
  width: 1px;
  height: 100px;
  position: absolute;
  inset: -40px auto auto 0%;
}

.divider-copy.vertical.darker {
  background-color: var(--grey-darker);
}

.divider-copy.vertical.darker.small {
  background-color: var(--grey-medium);
  height: 80px;
}

.divider-copy.long {
  background-color: var(--grey-dark);
  width: 150px;
  height: 1px;
  left: -40px;
}

.divider-copy.long.darker {
  background-color: var(--grey-darker);
}

.divider-copy.long.darker.small {
  background-color: var(--grey-medium);
  width: 120px;
  left: -20px;
}

.divider-copy.v2 {
  min-width: 6px;
  margin-right: 2rem;
}

.divider-copy.v3 {
  width: 7px;
  min-width: 7px;
}

.divider-copy.v2-copy {
  min-width: 6px;
  margin-left: 2rem;
  margin-right: 0;
}

.divider-copy.v3 {
  align-self: center;
  width: 170px;
  min-width: 6px;
  height: 5px;
  margin-right: 0;
}

.div-block-41 {
  flex-direction: row;
  justify-content: space-around;
  display: flex;
}

.header36_image-2-copy {
  z-index: 1;
  object-fit: contain;
  position: relative;
  overflow: hidden;
}

.header36t2v02 {
  z-index: 3;
  object-fit: contain;
  max-width: 60%;
  position: absolute;
  top: 12%;
  left: 29%;
}

.header36t2v03 {
  z-index: -1;
  filter: contrast(200%);
  object-fit: contain;
  max-width: 60%;
  margin-top: 63px;
  margin-left: 261px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.header36t2v03.v1 {
  margin-top: 0;
  margin-left: -283px;
}

.header36t2v03.v2 {
  margin-top: 0;
  margin-right: -180px;
  inset: 0% 0% auto auto;
}

.header36t2v03.v2-copy {
  margin-top: 142px;
  margin-right: -409px;
  inset: 0% 0% auto auto;
}

.image-15 {
  z-index: 50;
  max-width: 160%;
  position: absolute;
  inset: 30% auto 0% -300px;
}

.body {
  overflow: hidden;
}

.text-span-5, .text-span-6, .text-span-7 {
  color: var(--lfk_primary);
}

.layout239_list-copy {
  z-index: 500;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
  position: relative;
}

.layout239_list-copy.v2 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.layout239_component-copy {
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
}

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

.section-logo3 {
  overflow: hidden;
}

.section-logo3.bg-light {
  background-color: var(--bg-light);
}

.section-logo3.no-bg {
  background-color: #0000;
}

.section-logo3.no-bg.relative-copy {
  position: relative;
}

.logo3_logov02 {
  max-height: 3.5rem;
}

.logo3_component {
  display: flex;
}

.logo3_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-right: 2rem;
  display: grid;
}

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

.logo3_componentv02 {
  display: flex;
}

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

.logo3_listv02 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-right: 2rem;
  display: grid;
}

.logo1_wrapper {
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.logo1_component {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  display: flex;
}

.logo1_logo, .logo1_logov02 {
  max-height: 3.5rem;
}

.logo1_wrapperv02 {
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.logo1_componentv02 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  display: flex;
}

.page-paddingv02 {
  padding-left: 5%;
  padding-right: 5%;
}

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

.image-16 {
  position: relative;
}

.logo3_logo {
  border-radius: 6px;
  max-height: 10rem;
  position: static;
}

.logo3_logo.v02 {
  background-color: var(--white);
  width: 200px;
  height: 100%;
  max-height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 1px 1px 8px #0000001a;
}

.link-wrapper {
  flex-direction: column;
  margin: .5rem .8rem .2rem;
  padding: 0 0 .3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar12_link {
  padding: .5rem 1rem;
  font-size: 1.5rem;
}

.navbar12_link.w--current {
  color: #000;
}

.navbar12_link.text-color-white {
  text-align: center;
  padding: 0;
  font-weight: 400;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  transform: translate(0);
}

.navbar12_link.text-color-white:hover, .navbar12_link.text-color-white.w--current {
  color: #ffcc01;
}

.div-block-42 {
  background-color: var(--lfk_primary);
  width: 40%;
  height: 3px;
  position: absolute;
  inset: auto 0% 0% -5px;
  transform: translate(-100px);
}

.text-span-8 {
  background-image: linear-gradient(43deg, var(--lfk_blue), var(--lfk_primary));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1.5rem;
}

.text-span-8.v2 {
  font-size: 2.812rem;
}

.text-span-8.v3 {
  font-size: 4.5rem;
}

.text-span-9, .text-span-10 {
  background-image: linear-gradient(45deg, var(--lfk_blue), var(--lfk_primary));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.image-17 {
  flex: 1;
  align-self: center;
  padding-right: .5rem;
  display: block;
  position: static;
}

.div-block-37-copy {
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-block-37-copy.center {
  align-items: center;
}

.heading-15 {
  align-self: center;
  font-size: 3.5rem;
}

.heading-15.v2 {
  font-size: 1.5rem;
}

.heading-15.v1 {
  font-size: 3rem;
  line-height: 1.3;
}

.heading-15.v3 {
  text-align: center;
  font-size: 2.812rem;
}

.heading-15.v1-copy {
  font-size: 3rem;
  line-height: 1.1;
}

.price-component {
  margin-top: 1.5rem;
}

.text-color-dark {
  color: var(--grey-darker);
  font-size: 1.25rem;
}

.text-span-11 {
  background-image: linear-gradient(45deg, var(--lfk_blue), var(--lfk_primary));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.div-block-43 {
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.image-18 {
  z-index: -1;
  width: 20rem;
  max-width: 100%;
  inset: -576% auto auto -48%;
}

.image-18-copy {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 9rem;
  inset: -15% 0% auto auto;
}

.div-block-43-copy {
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.divider-white {
  background-color: var(--white);
  align-self: center;
  width: 100px;
  height: 3px;
  margin-top: 1.5rem;
}

.divider-white.left {
  align-self: flex-start;
}

.divider-white.center {
  align-self: center;
}

.div-block-44 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-19 {
  top: -21%;
}

.image-19-copy {
  inset: auto -18% -36% auto;
}

.section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.slider-wrapper {
  flex: none;
  width: 100%;
  display: flex;
}

.items-holder {
  flex-direction: row;
  flex: none;
  align-items: center;
  display: flex;
}

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

.item {
  width: 150px;
  margin-left: 20px;
  margin-right: 20px;
}

.clone-bar {
  z-index: 99;
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  background-color: #ffffffd9;
  border-radius: 5px;
  justify-content: flex-end;
  align-items: center;
  height: 3px;
  padding-left: 32px;
  padding-right: 16px;
  display: flex;
  position: sticky;
  top: 16px;
  left: 0;
  right: 0;
}

.container-5 {
  max-width: 960px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper-2 {
  position: relative;
}

.clone-button {
  box-shadow: none;
  background-color: #313131;
  border-radius: 4px;
  min-height: 40px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 14px;
  transition: background-color .6s cubic-bezier(.19, 1, .22, 1);
}

.clone-button:hover {
  box-shadow: none;
  background-color: #242424;
}

.source-info {
  z-index: 99;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-45 {
  position: absolute;
  inset: auto 0% 14% auto;
}

.layout213_component-copy {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.div-block-46 {
  width: 100%;
  height: 100%;
  position: relative;
}

.position-absolute {
  width: 300px;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.position-absolute.v2 {
  opacity: .8;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10%;
  margin-bottom: 2%;
  display: flex;
  inset: auto 0% 0%;
}

.image-20 {
  width: 30px;
}

.image-21 {
  width: 50vw;
  position: absolute;
  top: 21%;
  left: auto;
  right: -15%;
}

.div-block-41-copy {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.text-span-12 {
  font-weight: 700;
}

.text-span-13 {
  font-weight: 300;
}

.div-block-44-copy {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-22 {
  z-index: 1200;
  max-width: 25%;
  margin-bottom: 1px;
  inset: auto auto 0% 0%;
  transform: translate(0, 40%);
}

.image-22.v2 {
  z-index: 50;
  margin-top: 201px;
  inset: 0% auto auto 0%;
}

.image-22-copy {
  max-width: 25%;
  inset: 0% 0% auto auto;
  transform: translate(0, -40%);
}

.card-padding-v04 {
  z-index: 900;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: auto;
  height: 100%;
  margin-bottom: 0;
  padding: 1rem;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: static;
}

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

.heading-16.text-color-white.text-align-left {
  text-align: left;
}

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

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

.layout2 {
  z-index: 500;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  padding: 30px;
  display: grid;
  position: relative;
}

.layout2.shadow {
  box-shadow: 0 0 20px 1px #0003;
}

.lfk_card-carac {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-span-14 {
  background-color: var(--lfk_blue);
  background-image: linear-gradient(39deg, var(--lfk_blue), var(--lfk_primary));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-15 {
  background-image: linear-gradient(135deg, var(--lfk_blue), var(--lfk_primary));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.layout-interest {
  z-index: 500;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  cursor: pointer;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
  position: relative;
}

.heading-card {
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px 1px #0003;
}

.list {
  font-size: 1.5rem;
  list-style-type: none;
}

.list.v2 {
  margin-top: 0;
  margin-bottom: 0;
}

.list-item-2 {
  text-align: left;
  background-image: url('../images/bi_check-lg.png');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: 24px;
  margin-left: -20px;
  padding-left: 35px;
  font-size: 1.5rem;
}

.list-item-2.v2 {
  text-align: left;
}

.list-item-2.v2.margin-custom-4 {
  margin-bottom: 1.5rem;
}

.list-item-2.v4 {
  text-align: left;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  font-size: 1rem;
  position: relative;
  top: -11px;
}

.list-item-2.v3 {
  text-align: left;
}

.list-item-2.v5 {
  text-align: left;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  font-size: 1rem;
  position: relative;
  top: -11px;
}

.list-item-2.v6 {
  background-image: none;
  margin-left: 0;
  padding-left: 0;
  font-size: 1.25rem;
}

.list-item-2.v7 {
  font-size: 1.25rem;
}

.list-item-2.v7._1 {
  margin-bottom: 0;
}

.div-block-47 {
  flex-direction: column;
  align-self: center;
  display: flex;
}

.lfk_card {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-48 {
  justify-content: center;
  display: flex;
}

.div-block-49 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.btn-primary-3 {
  color: #fff;
  text-align: center;
  background-color: #32435d;
  border: 1px solid #32435d;
  border-radius: 6px;
  align-items: center;
  padding: .75rem 1.5rem;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.btn-primary-3:hover {
  background-color: #476085;
  border-color: #476085;
}

.form-input-3 {
  color: var(--grey-darker);
  background-color: #fff;
  border: 1px solid #32435d80;
  border-radius: 6px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1.5rem;
  line-height: 1.6;
}

.form-input-3:focus {
  border-color: #000;
}

.form-input-3::placeholder {
  color: #0009;
}

.form-input-3.color {
  color: #0009;
  font-size: 1.5rem;
}

.form-input-3.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.page-padding-2 {
  padding-left: 5%;
  padding-right: 5%;
  overflow: hidden;
}

.page-padding-2.bg-light {
  background-color: var(--bg-light);
}

.position-absolute-v02 {
  z-index: -2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-23 {
  max-width: 25%;
  inset: auto 0% 0% auto;
}

.logo5_logo {
  filter: grayscale();
  max-height: 8rem;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  position: static;
}

.logo5_logo:hover {
  filter: none;
}

.logo5_logo.small {
  max-width: 70%;
}

.logo5_wrapper {
  justify-content: center;
  align-items: flex-start;
  margin: 15px;
  display: flex;
}

.logo5_component {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  display: flex;
}

.div-block-50 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-51 {
  position: absolute;
}

.image-24 {
  inset: 0% 0% auto auto;
  transform: translate(70%, -70%);
}

.cta9_component-copy {
  z-index: 900;
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  display: grid;
  position: relative;
}

.image-25 {
  max-width: 25%;
  transform: rotate(180deg);
}

.image-26 {
  opacity: .21;
  width: 40%;
  inset: auto auto 0% 0%;
}

.image-26.left {
  inset: auto 0% 0% auto;
}

.pattern-dot {
  opacity: .21;
  width: 40%;
  max-width: 40rem;
  inset: auto 0% 0% auto;
}

.pattern-dot.v2 {
  bottom: 0%;
  right: -9%;
}

.html-embed-6 {
  width: 100%;
  height: 550px;
  padding-bottom: 0;
}

.logo3_list-copy {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-right: 2rem;
  display: grid;
  position: static;
  inset: auto 0% 0%;
}

.logo3_componentv03 {
  z-index: 5;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.position-absolute-v03 {
  z-index: -2;
  width: 100%;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-4 {
  position: absolute;
  inset: -180px 0% 0% 11%;
}

.text-block-5 {
  color: var(--grey-darker);
  font-size: 1.5rem;
  font-weight: 700;
  position: absolute;
  inset: auto auto -62% 0%;
}

.text-span-16, .text-span-17 {
  font-weight: 700;
}

.container-card {
  border: 2px solid #3335371a;
  border-radius: 6px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  overflow: visible;
  transform: translate(0, -15px);
  box-shadow: 0 7px #8ed13933;
}

.container-card:hover {
  box-shadow: none;
  transform: translate(0, -7px);
}

.container-card.v2 {
  box-shadow: none;
  transform: none;
}

.container-card.v3 {
  transform: translate(0, -15px);
  box-shadow: 0 7px #8ed13933;
}

.container-card.v4 {
  box-shadow: none;
  position: relative;
  transform: none;
}

.text-span-19 {
  font-size: 1.1rem;
  position: relative;
  bottom: 7px;
}

.text-span-20 {
  z-index: 999;
  font-size: 1.5rem;
  position: relative;
}

.indice {
  background-color: var(--lfk_blue);
  background-image: linear-gradient(50deg, var(--lfk_blue), var(--lfk_primary));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1.1rem;
  font-weight: 500;
  position: relative;
  bottom: 3px;
}

.div-block-53 {
  align-items: center;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: 39% 0% auto auto;
}

.text-block-6 {
  font-size: 1.25rem;
  font-weight: 600;
}

.html-embed-7 {
  color: var(--grey-dark);
}

.header36t2v03-copy {
  z-index: -1;
  object-fit: contain;
  max-width: 60%;
  position: absolute;
  inset: 19% auto auto 0%;
}

.pricing21_component {
  width: 100%;
}

.heading-xsmall-2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.pricing21_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  align-items: stretch;
}

.icon-1x1-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
  position: static;
}

.pricing21_top-row-content {
  border-left: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 2rem 1.5rem;
  display: flex;
}

.pricing21_top-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  position: sticky;
  top: 0;
}

.pricing21_heading-row {
  border-bottom: 1px solid #000;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

.max-width-large-2.v2 {
  max-width: 52rem;
}

.pricing21_feature {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.5rem;
}

.pricing21_row-content {
  text-align: center;
  border-left: 1px solid #000;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-weight: 600;
  display: flex;
}

.heading-xxlarge-2 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.pricing24_feature {
  display: flex;
}

.pricing24_divider {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pricing24_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.heading-medium-2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

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

.pricing24_tabs-menu {
  align-self: center;
  margin-bottom: 3rem;
}

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

.pricing24_plan {
  border: 1px solid #000;
  padding: 2rem;
}

.icon-1x1-medium-3 {
  width: 3rem;
  height: 3rem;
  position: static;
}

.pricing24_feature-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.pricing24_content-top {
  flex-direction: column;
}

.pricing24_component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.pricing24_icon-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 1rem;
  display: flex;
}

.pricing24_tab-link {
  background-color: #0000;
  border: 1px solid #000;
  padding: .5rem 1.5rem;
}

.pricing24_tab-link.w--current {
  color: #fff;
  background-color: #000;
}

.section-pricing19.bg-light {
  background-color: var(--bg-light);
}

.section-pricing19.margin-top.margin-huge.v2 {
  margin-top: 4rem;
}

.icon-1x1-xsmall-3 {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-1x1-medium-4 {
  width: 3rem;
  height: 3rem;
  position: static;
}

.pricing19_icon-wrapper-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.pricing19_plan-2 {
  background-color: var(--light-grey);
  border: 1px #000;
  flex-direction: column;
  justify-content: space-between;
  padding: 4.5rem 3rem 3rem;
  display: flex;
}

.pricing19_plan-2.middle {
  z-index: 100;
  background-color: var(--white);
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  transform: none;
  box-shadow: 0 0 20px -13px #000;
}

.pricing19_plan-2.left {
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.25rem;
  transform: none;
  box-shadow: 1px 1px 20px #0000001a;
}

.pricing19_plan-2.left.v02 {
  transform: none;
}

.pricing19_plan-2.right {
  padding-left: 2rem;
  padding-right: 2rem;
  transform: none;
  box-shadow: 1px 1px 10px #0000001a;
}

.image-27 {
  width: 790px;
  max-width: 150%;
  position: static;
}

.image-28, .image-29 {
  position: static;
}

.social {
  max-width: 60%;
  position: static;
}

.layout213_social {
  z-index: 1;
  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;
  position: relative;
}

.social-block-wrapper {
  justify-content: center;
  display: flex;
  position: relative;
}

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

.price-hide {
  display: none;
}

.icon-section {
  z-index: 2;
  border-radius: 6px;
  max-width: 60%;
  position: relative;
}

.navbar1_component {
  background-color: #fff;
  border-bottom: 1px #000;
  align-items: center;
  height: 130px;
  padding-left: 2.5%;
  padding-right: 2.5%;
  position: fixed;
  inset: 0%;
  box-shadow: 0 0 20px -9px #47608580;
}

.dropdown-icon-2 {
  margin: .75rem 0 .75rem .5rem;
  position: relative;
}

.text-color-darkgrey {
  color: #32435d;
}

.navbar1_dropdown-link-2 {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link-2.w--current {
  color: #000;
}

.navbar1_logo-link {
  flex: 0 auto;
  padding-left: 0;
}

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

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

.logo-cac {
  max-width: 220px;
}

.text-block-7 {
  font-size: 1.5rem;
}

.navbar1_dropdown-list-2.w--open {
  background-color: #fff;
  border: 1px #000;
  border-radius: 6px;
  padding: .5rem;
}

.navbar1_dropdwn-toggle-2 {
  flex-direction: row;
  align-items: center;
  padding: .5rem 1rem;
  font-size: 1.5rem;
  display: flex;
}

.navbar1_link-2 {
  padding: .5rem 1rem;
}

.navbar1_link-2.w--current {
  color: #52bbce;
}

.navbar1_link-2.text-color-darkgrey {
  font-size: 1.5rem;
}

.navbar1_button-wrapper-2 {
  margin-left: 1rem;
}

.navbar1_menu-button {
  padding: 0;
}

.image-30 {
  width: 650px;
  max-width: 80%;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(50%);
}

.f1 {
  width: 15px;
  margin-top: 133px;
  margin-left: 56px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.f1.v2 {
  opacity: .1;
  filter: blur(2px) grayscale();
  width: 10%;
  margin-top: 60%;
  margin-left: -32px;
}

.f1.v5 {
  margin-top: 99%;
}

.f2 {
  width: 25px;
  margin-top: 186px;
  margin-left: 139px;
  inset: 0% auto auto 0%;
}

.f2.v1 {
  margin-top: 6%;
}

.f2.v2 {
  opacity: .1;
  filter: blur(3px) grayscale();
  width: 20%;
  margin-top: 45%;
  margin-left: 90%;
  left: -5%;
}

.f2.v3 {
  margin-top: 17%;
}

.f2.v5 {
  margin-top: 94%;
}

.f4 {
  width: 35px;
  margin-top: 38px;
  margin-left: 481px;
  margin-right: 0%;
  inset: 0% auto auto 0%;
}

.f4.v2 {
  width: 4%;
  margin-top: -2%;
}

.f4.v3 {
  opacity: .1;
  filter: blur(2px) grayscale();
  width: 15%;
  margin-top: -9%;
  margin-right: 23%;
  top: 50%;
}

.f4.v5 {
  width: 4%;
  margin-top: 19%;
}

.f3 {
  width: 5%;
  margin-top: 6%;
  margin-left: 20%;
  left: 25%;
}

.f3.v2 {
  margin-top: 4%;
}

.f3.v3 {
  opacity: .1;
  filter: blur(3px) grayscale();
  width: 13%;
  margin-top: -21%;
  left: 28%;
}

.f3.v5 {
  width: 3%;
  margin-top: 13%;
  margin-left: 65%;
}

.image-31 {
  width: 70px;
  inset: 0% auto auto 50%;
  transform: translate(-50%, -50%);
}

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

.gallery13_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
}

.gallery13_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: start stretch;
}

.section-gallery13 {
  overflow: hidden;
}

.gallery13_arrow {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.gallery13_arrow.hide-mobile-landscape {
  margin-left: 2rem;
  margin-right: 2rem;
  bottom: 4rem;
}

.gallery13_slide-nav {
  height: 1.75rem;
  margin-bottom: 2rem;
  font-size: .5rem;
}

.gallery13_image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery13_image-wrapper {
  height: 100vh;
  position: relative;
}

.image-32, .image-33 {
  position: static;
}

.gallery-slide {
  margin-right: 40px;
}

.slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.h3-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.gallery-image-small-square {
  height: 600px;
  box-shadow: 1px 1px 6px 1px #00000026;
}

.section-gallery {
  padding: 120px 5% 200px;
  overflow: hidden;
}

.icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.flex-wrapper-centre {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.left-arrow {
  color: #393b6a;
  background-color: #0000;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: auto 60px -90px auto;
}

.left-arrow:hover {
  color: #fff;
  background-color: #160042;
}

.gallery-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
}

.gallery-slider-mask {
  width: 900px;
  overflow: visible;
}

.heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.right-arrow {
  color: #393b6a;
  background-color: #0000;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: auto 0% -90px auto;
}

.right-arrow:hover {
  color: #fff;
  background-color: #160042;
  border-color: #160042;
}

.gallery-lightbox {
  width: 100%;
  height: 100%;
}

.container-regular {
  z-index: 5;
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.gallery20_image-wrapper {
  width: 800px;
  height: 450px;
  padding-top: 56.25%;
  position: relative;
  box-shadow: 1px 1px 14px #0000001a;
}

.gallery20_slider {
  z-index: 100;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 5rem;
}

.gallery20_slider.v2 {
  margin-bottom: 5rem;
}

.gallery20_arrow {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.gallery20_arrow.left {
  right: 4rem;
}

.gallery20_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.gallery20_mask {
  width: 800px;
  overflow: visible;
}

.section-gallery20 {
  overflow: hidden;
}

.section-gallery20.bg-light {
  background-color: var(--bg-medium);
}

.gallery20_slide {
  width: auto;
  height: auto;
  padding-right: 2rem;
}

.image-34, .image-35 {
  position: static;
}

.image-5-copy {
  z-index: 600;
  border-radius: 6px;
  width: 1500px;
  max-width: 160%;
  position: absolute;
  inset: 0% -5% 0% auto;
}

.image-5-copy.shadow {
  box-shadow: 2px 0 8px #a6a6a666;
}

.image-5-copy.left {
  max-width: 90%;
  transition: transform 3s cubic-bezier(.215, .61, .355, 1);
  right: 3%;
}

.div-block-54 {
  background-color: var(--light-grey);
  background-image: linear-gradient(to bottom, var(--black), #fff0);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  height: 30px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-55 {
  width: 100%;
  margin-left: 70px;
}

.div-block-56 {
  position: absolute;
  inset: auto 0% 0%;
}

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

.ancre02 {
  margin-top: -100px;
  padding-bottom: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.ancre03, .ancre04 {
  margin-top: -100px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-36 {
  position: static;
}

.fb-card {
  max-width: 30%;
  left: 10%;
}

.fb-card._02 {
  z-index: 1;
  inset: 0% 0% auto 50%;
  transform: translate(-50%);
  box-shadow: 1px 1px 5px #0000001a;
}

.fb-card._03 {
  z-index: 0;
  max-width: 50%;
  inset: 0% 30% 0% auto;
}

.goohle-card {
  margin-top: 60px;
  margin-right: 30px;
  inset: 0% 0% auto auto;
}

.image-37 {
  margin-left: 70px;
}

.btn-primary-copy {
  border: 1px solid var(--black);
  background-color: var(--black);
  box-shadow: 7px 7px 0 0 var(--primary50);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: .75rem 1.5rem;
  font-size: 1.5rem;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  transform: translate(-10px, -10px);
}

.btn-primary-copy:hover {
  box-shadow: none;
  transform: none;
}

.btn-primary-copy.v02 {
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.btn-primary-copy.v02:hover {
  border-color: var(--lfk_primary);
  background-color: var(--lfk_primary);
  transform: translate(0, -3px);
  box-shadow: 0 13px 13px -3px #a5465799;
}

.btn-primary-copy.large {
  padding-left: 3rem;
  padding-right: 3rem;
}

.btn-primary-copy.large.v02 {
  box-shadow: 7px 7px #fffc;
}

.btn-primary-copy.large.v02:hover {
  border-color: var(--black);
  background-color: var(--black);
  box-shadow: 0 0 #fffc;
}

.btn-primary-copy.margin-btn-left {
  margin-left: 10px;
  box-shadow: 5px 5px #8ed13933;
}

.btn-primary-copy.margin-btn-left.relative-copy {
  z-index: 600;
  position: relative;
}

.div-block-58 {
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  transform: none;
}

.div-block-58:hover {
  transform: translate(0, -7px);
}

.container-large-2 {
  width: 100%;
  max-width: 82.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.line-vertical {
  background-color: #03b5aa;
  width: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 5px;
}

.line-vertical.left {
  margin-right: 20px;
}

.line-vertical-v02 {
  background-color: #03b5aa;
  width: 50%;
  height: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: none;
}

.layout2_content.margin-left {
  margin-right: 5.75rem;
}

.flex-3 {
  display: flex;
}

.flex-3.row {
  flex-direction: row;
}

.flex-3.row.start {
  justify-content: flex-start;
}

.heading-xxlarge-3 {
  letter-spacing: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.15;
}

.page-padding-3 {
  border: 1px #000;
  margin-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
  overflow: hidden;
}

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

.slider-milestone.container-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.slider-milestone.container-large.v2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  max-width: 59rem;
  padding-top: 10px;
  padding-bottom: 10px;
}

.slider-milestone.container-large.v3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 2fr 1fr;
  justify-content: center;
  width: auto;
  min-width: 992px;
  max-width: 1060rem;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.slider-2 {
  background-color: #0000;
  height: 100%;
}

.div-block-59 {
  z-index: 500;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-60 {
  justify-content: center;
  display: flex;
}

.html-embed-8 {
  width: 250px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.caption {
  color: var(--grey-medium);
  margin-left: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: underline;
}

.caption.v2 {
  color: var(--grey-darker);
  font-size: 1.25rem;
  font-weight: 700;
}

.image-40 {
  max-width: 220%;
  top: 120%;
  left: -27%;
}

.bubble {
  opacity: .9;
  background-color: #ff62cb;
  border-radius: 300px;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: 0% auto auto -72%;
}

.image-38 {
  max-width: 340%;
  inset: -188% 27% 0% auto;
}

.btn-primary-copy-2 {
  box-shadow: none;
  color: #fff;
  text-align: center;
  background-color: #333537;
  border: 1px solid #333537;
  border-radius: 6px;
  padding: .75rem 1.5rem;
  font-size: 1.5rem;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
}

.btn-primary-copy-2:hover {
  transform: translate(-10px, -10px);
  box-shadow: 7px 7px #8ed13980;
}

.btn-primary-copy-2.v2 {
  z-index: 900;
  position: relative;
}

.utility_form-block-2 {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
  position: relative;
}

.image-39 {
  max-width: 150%;
  inset: -31% auto auto -204%;
}

.image-39.v2 {
  z-index: -2;
  left: -218%;
}

.html-embed-9 {
  color: var(--grey-darker);
  padding-bottom: 10px;
}

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

.slider-bottom-left {
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

.slider-3 {
  background-color: var(--primary50);
  background-image: linear-gradient(84deg, var(--lfk_blue), var(--lfk_primary));
  height: 5px;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-3:hover {
  inset: auto 0% 0%;
}

.navbar12_link-2 {
  padding: .5rem 1rem;
  font-size: 1.5rem;
}

.navbar12_link-2.w--current {
  color: #000;
}

.site-web-carac {
  background-color: var(--light-grey);
  text-align: center;
  border: 1px #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 4.5rem 3rem 3rem;
  display: flex;
}

.site-web-carac.middle {
  z-index: 100;
  background-color: var(--white);
  position: relative;
  transform: scale(1.05);
  box-shadow: 0 0 20px -13px #000;
}

.site-web-carac.left {
  background-color: var(--light-grey);
  transform: translate(30px);
}

.site-web-carac.left.v02 {
  transform: none;
}

.site-web-carac.right {
  transform: translate(-30px);
}

.text-span-23 {
  background-image: linear-gradient(116deg, var(--lfk_blue), var(--lfk_primary));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.link-block-2 {
  border: 1px solid var(--grey-dark);
  box-shadow: none;
  color: var(--grey-dark);
  background-color: #0000;
  border-radius: 6px;
  width: 390px;
  margin-top: 0;
  padding: 10px;
  font-size: 1.5rem;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  display: none;
  transform: none;
}

.link-block-2:hover {
  background-color: var(--grey-darker);
  box-shadow: none;
  color: var(--white);
  transform: none;
}

.link-block-2.hide {
  display: block;
}

.html-embed-10 {
  width: 24px;
  margin-top: 4px;
  margin-right: 10px;
  padding-right: 0;
}

.heading-medium-3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.text-span-24 {
  color: #8ed139;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #03b5ac, #8ed139);
  -webkit-background-clip: text;
  background-clip: text;
}

.divider-4 {
  background-color: #8ed139;
  border-radius: 20px;
  width: 100px;
  height: 3px;
  margin-top: 1.5rem;
}

.divider-4.center {
  align-self: center;
}

.html-embed-11 {
  width: 6rem;
}

.div-block-61 {
  width: 360px;
}

.div-block-61.v2 {
  max-width: 360px;
  height: 100%;
}

.text-span-25 {
  font-size: 1.5rem;
  font-weight: 700;
}

.text-span-26 {
  background-image: linear-gradient(77deg, #000, #fff);
}

.relative {
  position: static;
}

.relative.display {
  width: auto;
  min-width: 992px;
  max-width: 1060px;
  padding-left: 10px;
  padding-right: 10px;
  position: static;
  left: 0;
}

.relative.image-container {
  object-fit: contain;
  object-position: 50% 50%;
  width: 250px;
  height: 250px;
  margin: 15px;
}

.relative.image-container.v2 {
  width: 300px;
  left: 0;
}

.relative.image-container.v3 {
  width: 200px;
  bottom: -11px;
  left: 0;
}

.relative.image-container.v1 {
  width: 230px;
  bottom: -49px;
  left: 0;
}

.relative.img-milestone {
  width: 50px;
}

.relative.shadow-light {
  box-shadow: 1px 1px 18px #3333331a;
}

.relative.big-image {
  width: 600px;
  max-width: 600px;
  margin-top: -5%;
  margin-left: -16%;
  position: absolute;
  inset: auto;
  transform: translate(0, 50%);
}

.relative.img {
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 631px;
  height: 100%;
  position: relative;
}

.relative.img.offer {
  background-color: var(--transparent);
  text-align: left;
  vertical-align: baseline;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}

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

.avantages {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.card-container {
  z-index: 500;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
  position: relative;
}

.grid-2 {
  grid-template-rows: auto;
}

.grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

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

.image-41 {
  width: 6rem;
  position: relative;
}

.html-embed-12 {
  width: 6rem;
}

.html-embed-12.v2 {
  width: 5rem;
}

.text-span-27 {
  letter-spacing: -4px;
  font-size: 2.3rem;
  line-height: .3;
}

.header36_image-2-copy-copy {
  z-index: 1;
  object-fit: contain;
  width: 91%;
  max-width: 650px;
  position: relative;
  left: 43px;
  overflow: hidden;
}

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

.image-42 {
  opacity: .85;
  filter: blur(1px) grayscale();
}

.image-43 {
  max-width: 64%;
}

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

.div-block-63 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-44 {
  width: 250px;
  inset: 29% auto auto 21%;
}

.image-45 {
  max-width: 80%;
}

.image-46 {
  max-width: 34%;
  position: absolute;
}

.div-block-64 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.div-block-65, .div-block-66 {
  align-self: stretch;
}

.lf-scroll-up-ix {
  z-index: 900;
  position: relative;
}

.lf-scroll-up-trigger {
  z-index: 900;
  height: 75vh;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.lf-scroll-up-trigger.v2 {
  height: 0;
}

.lf-scroll-up-wrapper-3 {
  z-index: 500;
  transform-origin: 50% 100%;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  width: 128px;
  height: 64px;
  padding-top: 12px;
  line-height: 0;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 0 12px #0000001f;
}

.lf-scroll-up-container {
  width: 32px;
  height: 46px;
  margin-left: auto;
  margin-right: auto;
}

.lf-scroll-up-icon {
  cursor: pointer;
}

.navbar-anchor {
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-67 {
  justify-content: center;
  display: flex;
}

.list-item-9 {
  text-decoration: underline;
}

.page-padding-4 {
  border: 1px #000;
  margin-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
  overflow: visible;
}

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

.margin-bottom-2.margin-small {
  margin-bottom: 1.875rem;
}

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

.list-item-3 {
  background-image: url('../images/Ellipse-2.png');
  background-position: 0 14px;
  background-repeat: no-repeat;
  background-size: 10px;
  margin-left: -20px;
  padding-left: 20px;
  font-size: 1.5rem;
}

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

.text-size-list.padding-bottom.v1 {
  text-align: center;
}

.div-block-68 {
  background-color: var(--white);
  text-align: left;
  width: 100%;
  display: flex;
  box-shadow: 1px 1px 10px #0000001a;
}

.div-block-69 {
  margin-top: 0;
  padding-bottom: 5px;
}

.pb-1 {
  margin-bottom: .5rem;
}

.div-block-70 {
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 0;
  display: flex;
}

.div-block-70.v2 {
  justify-content: flex-end;
}

.div-block-70.v3 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
}

.div-block-70.v3.padding-custom-4 {
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-bottom: 3rem;
}

.div-block-71 {
  width: 70px;
  margin: 20px 30px;
}

.div-block-72 {
  display: flex;
}

.div-block-73 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.div-block-74 {
  background-color: var(--grey-darker);
}

.superscript {
  color: var(--black);
}

.faq2_icon {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
}

.page-padding-5 {
  padding-left: 5%;
  padding-right: 5%;
}

.faq2_answer {
  overflow: hidden;
}

.faq2_component {
  border-bottom: 1px solid #000;
}

.faq2_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq2_question {
  cursor: pointer;
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.section-faq5.bg-light {
  background-color: var(--bg-light);
}

.section-faq5.bg-medium {
  background-color: #f0f0f0;
}

.faq5_accordion {
  background-color: var(--white);
  border-width: 1px;
  border-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  box-shadow: 1px 1px 8px -1px #0003;
}

.faq5_answer {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.faq5_icon {
  align-self: center;
  width: 2rem;
  margin-left: 1.5rem;
  position: static;
}

.faq5_question {
  cursor: pointer;
  border-bottom: 1px solid #a6a6a633;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq5_question.text-weight-bold.padding-right-1 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.faq5_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.list-2 {
  list-style-type: none;
}

.list-2-copy {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.tech-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #a6a6a633;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: auto;
  min-height: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: grid;
}

.tech-list.text-block-9 {
  grid-template-columns: 2.25fr .75fr;
}

.div-block-75 {
  justify-content: flex-end;
  display: flex;
}

.heading-cartouche {
  background-color: var(--white);
  padding: 20px;
}

.text-block-9 {
  font-size: 1.25rem;
}

.div-block-87 {
  grid-column-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-10 {
  order: -1;
}

.div-block-86 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.styleguide_list-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.div-block-75-copy {
  justify-content: center;
  display: flex;
}

.div-block-75-copy.margin-bottom.margin-xsmall.align-left {
  justify-content: flex-start;
}

.layout_content-copy {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  display: flex;
}

.custom-heading {
  color: var(--black);
  font-family: Space Grotesk, sans-serif;
  font-size: 1.75rem;
}

.faq5_accordion-copy {
  background-color: var(--white);
  box-shadow: none;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.div-block-91 {
  background-color: var(--white);
  box-shadow: 1px 1px 20px #0000001a;
}

.div-block-73-copy {
  margin-top: 15px;
  margin-bottom: 15px;
}

.feature-center-copy {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.feature-center-copy.margin-vertical.margin-xhuge {
  background-color: #0000;
}

.feature-center-copy.bg-light {
  background-color: #8ed1390d;
  position: relative;
}

.feature {
  padding-left: 3%;
  padding-right: 3%;
}

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

.intro-section {
  padding-left: 5%;
  padding-right: 5%;
}

.section-into {
  padding-left: 3%;
  padding-right: 3%;
}

.section-into.padding-vertical.padding-xhuge.relative-v2 {
  position: relative;
}

.div-block-93 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-94 {
  margin-top: 30px;
  margin-left: 30px;
}

.video-real {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.btn-primary-v2 {
  border: 3px solid var(--grey-dark);
  background-color: var(--black);
  box-shadow: 7px 7px 0 0 var(--primary50);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: .75rem 1.5rem;
  font-size: 1.5rem;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  transform: translate(-10px, -10px);
}

.btn-primary-v2:hover {
  box-shadow: none;
  transform: none;
}

.btn-primary-v2.v02 {
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.btn-primary-v2.v02:hover {
  border-color: var(--lfk_primary);
  background-color: var(--lfk_primary);
  transform: translate(0, -3px);
  box-shadow: 0 13px 13px -3px #a5465799;
}

.btn-primary-v2.large {
  padding-left: 3rem;
  padding-right: 3rem;
}

.btn-primary-v2.large.v02 {
  box-shadow: 7px 7px #fffc;
}

.btn-primary-v2.large.v02:hover {
  border-color: var(--black);
  background-color: var(--black);
  box-shadow: 0 0 #fffc;
}

.btn-primary-v2.margin-btn-left {
  margin-left: 10px;
}

.btn-primary-v2.margin-btn-left.relative-copy {
  z-index: 600;
  background-color: var(--white);
  color: var(--black);
  position: relative;
}

.div-block-95 {
  background-color: var(--bg-medium);
  width: 300px;
  height: 600px;
}

.div-block-95.v2 {
  background-color: var(--lfk_blue);
}

.div-block-95.v3 {
  background-color: var(--yellow-green);
}

.div-block-96 {
  background-color: var(--bg-medium);
  width: 728px;
  height: 90px;
}

.div-block-96.v2 {
  background-color: var(--lfk_blue);
}

.div-block-96.v3 {
  background-color: var(--yellow-green);
}

.div-block-97 {
  background-color: var(--bg-medium);
  width: 600px;
  height: 500px;
}

.div-block-97.v2 {
  background-color: var(--lfk_blue);
}

.div-block-97.v3 {
  background-color: var(--yellow-green);
}

.position-absolute-right {
  z-index: -2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: -31% 0% 0%;
}

.position-absolute-right.v2 {
  top: 0%;
}

.pattern-circle {
  inset: 16% auto auto 5%;
}

.gradient {
  background-image: linear-gradient(243deg, var(--lfk_primary), var(--lfk_blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-block-11 {
  justify-content: center;
  display: flex;
}

.card-hide {
  display: none;
}

.div-block-98 {
  width: 100%;
}

.div-block-99 {
  background-color: var(--bg-light);
  background-image: none;
  width: 100%;
}

.div-block-100 {
  align-self: stretch;
}

.div-block-101 {
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-102 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-103 {
  background-color: var(--black);
  color: var(--white);
  border-radius: 6px;
  align-items: center;
  height: 70px;
  padding: 20px;
  display: flex;
}

.paragraph-5 {
  font-size: 1.25rem;
}

.div-block-104 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.container-milestone {
  width: 100%;
  height: 250px;
  box-shadow: 1px 1px 14px #0000001a;
}

.div-block-105 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-106 {
  background-color: var(--yellow-green-2);
  border-top: 1px solid #3335371a;
  align-items: center;
  width: 100%;
  padding: 25px;
  display: flex;
}

.div-block-107 {
  flex-direction: column;
  margin-left: 15px;
  display: flex;
}

.text-span-29 {
  font-size: 1.5rem;
}

.bold-text-3 {
  font-size: 1.25rem;
}

.div-block-108 {
  justify-content: center;
  display: flex;
}

.animation-hide {
  opacity: 0;
  display: none;
}

.header36_image-wrapper-2-copy {
  width: 50%;
  position: absolute;
  inset: 11% 0% 0% auto;
}

.marquee {
  z-index: 700;
  background-color: #03b5ac33;
  width: 100px;
  height: 100px;
  margin-top: -15px;
  margin-left: -15px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.marquee.v2 {
  background-color: #8ed13933;
  margin-top: -15px;
  margin-left: -15px;
}

.marquee.v3 {
  background-color: #ffbe0033;
  margin-top: -15px;
  margin-left: -15px;
}

.position-absolute-right-copy {
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: -71% 0% 0%;
}

.position-absolute-right-copy.v2 {
  top: 0%;
}

.div-block-109 {
  z-index: 20;
  background-color: #03b5ac33;
  border-radius: 500px;
  width: 500px;
  height: 500px;
  margin-left: 0;
  position: absolute;
  inset: 80% 0% 0%;
  transform: translate(0);
}

.image-47 {
  height: 100%;
}

.test {
  position: absolute;
  overflow: visible;
}

.div-block-110 {
  position: relative;
}

.html-embed-13 {
  color: var(--bg-medium);
  position: relative;
  top: 12px;
}

.html-embed-13.v2 {
  top: -1px;
}

.grid-upgrades {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-upgrades._2 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-111 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.luxy {
  margin-top: 0;
  overflow: hidden;
}

.paragraph-6 {
  text-align: left;
  font-size: 1rem;
}

.div-block-112 {
  opacity: .2;
  color: var(--grey-medium);
  margin-right: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-12 {
  font-size: 3rem;
}

.div-block-113 {
  background-color: var(--lfk_primary);
  width: 20px;
  height: 20px;
  margin-right: 20px;
}

.bg-primary {
  background-color: #eee;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 80px;
}

.grid-5 {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 30px;
  margin-right: 30px;
  display: grid;
}

.image-48 {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  position: static;
}

.html-embed-14 {
  width: 80px;
  height: 80px;
  margin-right: 10px;
}

.block {
  background-color: var(--white);
  padding: 30px;
}

.div-block-114 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-21 {
  text-align: center;
  padding-bottom: 30px;
}

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

.section-layout29.bg-light {
  background-color: var(--bg-medium);
}

.layout29_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button-row-3 {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-wrapper-2 {
  margin-top: 1rem;
  margin-right: 1rem;
}

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

.layout216_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

.heading-xlarge-2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.section-layout216.bg-light {
  background-color: var(--bg-medium);
}

.section-layout216.bg-light.relative {
  position: relative;
}

.card-text-block {
  font-size: 1.25rem;
}

.lottie-animation {
  width: 35px;
}

.div-block-115 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 800px;
  margin-top: 130px;
  display: flex;
}

.anchor-opti {
  width: 0;
  margin-top: -120px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-116 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-3 {
  height: 250px;
}

.card {
  border-radius: 7px;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 18px #0000001a;
}

.overlay {
  z-index: 1;
  color: var(--white);
  background-color: #3330;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  position: absolute;
  inset: 0%;
}

.overlay:hover {
  background-color: #333c;
}

.text-card {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: 1px 1px 3px #000;
}

.html-embed-15 {
  width: 50px;
  height: 50px;
}

.link-block-4 {
  margin: 18px;
  padding: 20px;
}

.div-block-117 {
  width: 100%;
  height: 100%;
  margin-left: 0;
  position: relative;
}

.grid-6 {
  grid-template-rows: auto;
}

.fichetech {
  color: var(--grey-medium);
  margin-bottom: -45px;
  font-size: 1.25rem;
  text-decoration: underline;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-118 {
  background-color: var(--lfk_blue);
}

.div-block-119 {
  background-color: var(--lfk_primary);
}

.div-block-120 {
  background-color: var(--grey-darker);
}

.lottie-animation-2 {
  width: 110px;
}

.div-block-121 {
  display: flex;
  position: relative;
}

.lottie-animation-3 {
  z-index: -1;
  width: 160px;
  margin-bottom: -61px;
  margin-left: -23px;
  margin-right: -87px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.lottie-animation-3.hide-sm.test {
  opacity: 1;
  width: 200px;
  margin-bottom: -98px;
  margin-right: -81px;
}

.bold-text-4 {
  color: var(--lfk_primary);
}

.text-span-30 {
  color: #81653e;
  font-size: 1rem;
}

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

.contact-sub-heading {
  font-weight: 400;
}

.contact-sub-heading.v1 {
  font-size: 1.3rem;
  font-weight: 600;
}

.div-block-122 {
  background-color: var(--white);
  border: 2px solid #3335371a;
  height: 100%;
  margin: 0;
  padding: 15px;
}

.text-span-32 {
  opacity: 1;
  color: var(--grey-darker);
}

.text-span-33 {
  color: var(--lfk_blue);
  text-decoration: underline;
}

.div-block-123 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-123.relative {
  grid-template-columns: 2fr .75fr;
}

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

.div-block-124.relative._1 {
  z-index: 1;
}

.div-block-125 {
  opacity: .08;
  color: var(--grey-darker);
  width: 80%;
  margin-right: -353px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-126 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--grey-medium);
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding: 30px;
  display: flex;
}

.div-block-127, .div-block-128 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-129 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.div-block-130 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.html-embed-17 {
  opacity: .07;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.card-padding-v02-copy {
  z-index: 1000;
  background-color: var(--bg-light);
  border: 2px #3335371a;
  border-radius: 6px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin: -70px;
  padding: 70px;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.card-padding-v02-copy.v2 {
  align-items: flex-start;
  margin: 2rem;
  padding: 0;
}

.card-padding-v02-copy.v3 {
  padding: 2rem;
  position: relative;
}

.html-embed-18, .html-embed-19 {
  opacity: .2;
}

.image-49 {
  mix-blend-mode: multiply;
  object-fit: contain;
  object-position: 100% 100%;
  width: 100%;
  height: 100%;
  display: none;
  inset: 0% 0% 0% auto;
}

.div-block-131 {
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 40%;
  height: 100%;
  margin-left: 0;
  margin-right: 5%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 9px #0000004d;
}

.div-block-131-copy {
  background-color: #0000;
  background-image: none;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: relative;
  box-shadow: 0 0 9px #0000004d;
}

.text-span-34 {
  font-size: 2rem;
}

.hack10-loading-wrapper {
  z-index: 999;
  background-color: #e9e6ed;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.yt-text {
  margin-bottom: 0;
  margin-left: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.section-copy {
  opacity: .14;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: absolute;
}

.circle {
  filter: blur(40px);
  background-color: #833ab4;
  border-radius: 100vw;
  width: 90vw;
  height: 90vh;
  position: absolute;
}

.circle.red {
  background-color: var(--lfk_primary);
  inset: -25% -25% auto auto;
}

.circle.orange {
  background-color: var(--yellow-green);
  opacity: .28;
  inset: auto -25% -25% auto;
}

.circle.purple {
  background-color: var(--yellow-green);
  opacity: .27;
  filter: blur(40px);
  inset: -25% auto auto -25%;
}

.circle.yellow {
  background-color: var(--lfk_blue);
  inset: auto auto -25% -25%;
}

.yt-link {
  z-index: 10;
  color: #fff;
  background-color: red;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #f0f0f0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  align-items: center;
  padding: .5rem;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto 0% 10% auto;
}

.yt-link:hover {
  background-color: #9e0000;
}

.div-block-132 {
  display: flex;
  position: relative;
}

.image-province {
  width: 190px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-province.v2 {
  width: 200px;
  margin-top: -5px;
  inset: 0% 0% 0% auto;
}

.div-block-133 {
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.text-span-35 {
  color: var(--lfk_secondary);
}

.text-span-36, .text-span-37 {
  color: #0bb5ab;
}

.text-span-38 {
  color: var(--lfk_primary);
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .text-size-small.md-text-aligncenter {
    text-align: center;
  }

  .lfk_section {
    padding-left: 3%;
    padding-right: 3%;
  }

  .lfk_section.position-relative.bg-light.section-hide {
    box-shadow: 0 0 20px 1px #0000001a;
  }

  .show-tablet {
    display: block;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

  .margin-bottom.margin-xsmall.md-center {
    align-self: center;
  }

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

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

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

  .margin-vertical.margin-medium.hide-pc {
    display: block;
  }

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

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

  .padding-top.padding-xlarge {
    padding-top: 0;
  }

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

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

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

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

  .padding-vertical.padding-xxhuge.position-relative.v2 {
    padding-top: 0;
  }

  .padding-vertical.padding-xxhuge.position-relative.v2.bg {
    background-image: url('../images/BG-lfk-v2-02.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .padding-vertical.padding-large {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .padding-vertical.padding-large.custom {
    padding: 1.5rem;
  }

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

  .padding-vertical.padding-huge {
    padding-left: 5%;
    padding-right: 5%;
  }

  .padding-vertical.padding-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-vertical.padding-xxlarge.custom-padding {
    padding-top: 0;
  }

  .padding-vertical.hide-tablett {
    display: none;
  }

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

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

  .button-row-grid.tablet-1-col {
    grid-auto-flow: row;
  }

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

  .heading-xxlarge {
    font-size: 3.25rem;
  }

  .heading-large {
    font-size: 2.25rem;
  }

  .heading-large.text-align-center.text-color-white.v2 {
    font-size: 3rem;
  }

  .heading-xsmall {
    font-size: 1.25rem;
  }

  .heading-small {
    text-align: center;
    font-size: 1.5rem;
  }

  .heading-small.text-color-black-2 {
    text-align: left;
  }

  .icon-1x1-medium.paysage.m1 {
    width: 6rem;
  }

  .icon-1x1-medium.m1 {
    width: 2.5rem;
    height: 2.5rem;
    position: static;
  }

  .icon-1x1-medium.m1.v2 {
    width: 2.1rem;
    height: 2.1rem;
  }

  .icon-1x1-medium.m2 {
    width: 2.5rem;
    height: 2.5rem;
    position: static;
  }

  .icon-1x1-medium.m2.v2 {
    width: 2.1rem;
    height: 2.1rem;
  }

  .icon-1x1-medium.m2.padding-right-1 {
    margin-right: 0;
  }

  .icon-1x1-medium.m3 {
    width: 2.5rem;
    height: 2.5rem;
    position: static;
  }

  .icon-1x1-medium.m3.v2 {
    width: 2.1rem;
    height: 2.1rem;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

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

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

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

  .btn-secondary {
    font-size: 1.25rem;
    transform: none;
  }

  .btn-secondary.v02 {
    align-self: center;
  }

  .btn-secondary.v02.white, .btn-secondary.v02-copy {
    align-self: flex-start;
  }

  .navbar1_dropdwn-toggle {
    align-items: center;
    padding: .75rem 0;
    display: flex;
  }

  .navbar_logo-link.w--current {
    width: 100%;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

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

  .menu-icon1_line-bottom, .menu-icon1_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_button-wrapper {
    flex-direction: column;
    margin-bottom: 1rem;
    margin-left: 0;
    display: flex;
  }

  .navbar1_button-wrapper.v2 {
    margin-top: 30px;
  }

  .navbar_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    overflow: auto;
  }

  .navbar_menu-button.w--open {
    background-color: #0000;
  }

  .navbar.sitcky-shadow.white {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar.white {
    height: 120px;
  }

  .hero {
    font-size: 2.75rem;
  }

  .layout_component {
    grid-column-gap: 0rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-items: stretch;
    min-height: auto;
    margin: 0;
    padding: 0;
    display: flex;
  }

  .layout_component.video {
    flex-direction: column;
  }

  .layout_component.video.invert {
    flex-direction: column-reverse;
  }

  .layout_component.v2 {
    grid-row-gap: 0rem;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .layout_component.v2.offre {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .layout_component.invert-sm {
    grid-row-gap: 0rem;
  }

  .layout_component.v2-copy {
    grid-row-gap: 0rem;
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .layout_component.v2-copy.invert {
    flex-direction: column;
  }

  .layout22_image-wrapper {
    width: 100%;
  }

  .layout22_image-wrapper.relative {
    align-self: center;
    width: 100%;
    margin-left: 1px;
  }

  .layout22_image-wrapper.relative.lfk_hide {
    display: none;
  }

  .layout22_image-wrapper.relative.hide-tablet {
    height: 350px;
    display: none;
  }

  .layout22_image-wrapper.relative.hide-tablet.middle {
    height: 410px;
    display: block;
  }

  .layout213_content {
    align-self: flex-start;
  }

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

  .cta9_content {
    margin-right: 0;
  }

  .cta9_component {
    grid-column-gap: 3rem;
  }

  .cta9_button-row {
    flex: none;
  }

  .footer3_link.decoration, .footer3_legal-link.text-decoration, .footer3_credit-text.text-decoration.text-color-darker {
    font-size: 1.125rem;
  }

  .footer3_component {
    padding-bottom: 30px;
  }

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

  .footer3_top-wrapper {
    grid-column-gap: 4vw;
    grid-row-gap: 4rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

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

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

  .hero_graph {
    top: -29%;
    left: 0%;
  }

  .flex, .flex.column, .flex.column.align-center {
    align-items: center;
  }

  .flex.ft {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .image-5 {
    max-width: 120%;
    right: -9%;
  }

  .image-5.left {
    right: 10%;
  }

  .layout239_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .layout239_item.card.shadow {
    height: 100%;
  }

  .layout239_item.card.shadow.hover, .layout239_item.card.shadow.hover:hover {
    transform: none;
    box-shadow: 28px 28px 72px -12px #6969691a;
  }

  .card-padding {
    padding: 10px;
    inset: 0;
  }

  .div-block {
    margin: 10px;
  }

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

  .contact18_component {
    grid-column-gap: 2rem;
  }

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

  .contact8_content {
    padding: 1.5rem;
  }

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

  .btn-primary {
    box-shadow: none;
    font-size: 1.25rem;
    transform: none;
  }

  .cards-nav {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

  .cardv02-padding {
    padding: 10px;
    inset: 0;
  }

  .card-padding-v02 {
    align-self: center;
    align-items: center;
    width: 100%;
    padding: 1rem;
    inset: 0;
  }

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

  .pricing19_plan.zoom, .pricing19_plan.dezoom {
    transform: scale(1);
  }

  .feature-center {
    padding-left: 3%;
    padding-right: 3%;
  }

  .header-section-large {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-image-grid {
    max-width: none;
  }

  .hero-block-small {
    max-width: 680px;
  }

  .image-fixed-wrapper {
    border-radius: 20px;
    width: 100%;
    position: relative;
  }

  .grid-hero-small {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .navigation {
    padding-left: 3%;
    padding-right: 3%;
  }

  .menu-button {
    color: #fff;
    background-color: #4e6eb1;
    border-radius: 8px;
    margin-left: 14px;
    padding: 12px;
    transition: all .3s;
  }

  .menu-button:hover, .menu-button.w--open {
    color: #fff;
    background-color: #29498d;
  }

  .nav-menu {
    background-color: #fff;
    height: auto;
    position: absolute;
    top: 80px;
  }

  .navigation-menu {
    align-items: center;
    display: flex;
  }

  .company-logo {
    margin: 15px;
  }

  .container-navigation {
    position: relative;
  }

  .navigation-button-wrap {
    align-items: center;
    display: flex;
  }

  .bloom-effect {
    height: 70%;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

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

  .banner-link {
    display: none;
  }

  .banner-image {
    margin-right: 10px;
  }

  .logo-wrapper {
    flex-wrap: wrap;
    width: 100%;
  }

  .nav-link {
    color: #262626;
    width: 100%;
  }

  .navigation-2 {
    padding-left: 3%;
    padding-right: 3%;
  }

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

  .abstract-globe {
    top: 10%;
  }

  .header-section-2 {
    padding-top: 60px;
  }

  .logo-wrapper-2 {
    flex-wrap: wrap;
    width: 100%;
  }

  .nav-link-2 {
    color: #262626;
    width: 100%;
  }

  .menu-button-2 {
    color: #fff;
    background-color: #85a0ad;
    border-radius: 8px;
    margin-left: 14px;
    padding: 12px;
  }

  .menu-button-2:hover {
    color: #fff;
    background-color: #000;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #cc4c33;
  }

  .brand-2 {
    margin-right: 10px;
    padding: 0;
  }

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

  .tabs-content {
    width: 100%;
  }

  .tabs-heading {
    margin-bottom: 40px;
  }

  .tabs-image {
    margin-right: 40px;
  }

  .tabs-menu-2 {
    flex: none;
    width: 50%;
    margin-right: 10%;
  }

  .tabs-heading-wrap {
    width: 100%;
  }

  .tabs-content-2 {
    width: 40%;
    position: relative;
  }

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

  .tab-content-grid {
    grid-row-gap: 62px;
    grid-template-columns: 1fr;
  }

  .text-span-3 {
    left: 0%;
  }

  .header36_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .section-header36.margin-vertical.margin-xhuge {
    height: auto;
  }

  .header36_image {
    height: auto;
    max-height: none;
    right: 0;
  }

  .button-row-2.hero, .button-row-2.fiche-tech {
    flex-direction: column;
    align-items: flex-start;
  }

  .paragraph-2 {
    font-size: 1.4rem;
  }

  .text-block-3 {
    font-size: 1.125rem;
  }

  .div-block-9 {
    left: 26px;
  }

  .vb_feature01 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .integration-cell-blank {
    display: none;
  }

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

  .section_feature-svg-decoration {
    left: 206px;
  }

  .header36_content-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .header36_component-2 {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: start;
    min-height: auto;
    padding-top: 6rem;
  }

  .header36_component-2.v2 {
    flex-direction: column;
    display: flex;
  }

  .header36_image-2 {
    height: auto;
    max-height: none;
  }

  .header36_image-wrapper-2 {
    padding-left: 0;
  }

  .card-padding-v03 {
    padding: 10px;
    inset: 0;
  }

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

  .logo2_content-left {
    max-width: 16rem;
  }

  .logo2_component, .logo2_componentv02 {
    grid-column-gap: 3rem;
  }

  .div-block-26 {
    margin-left: 0%;
  }

  .html-embed-3, .html-embed-4, .html-embed-5 {
    display: none;
  }

  .flex-2 {
    align-items: flex-start;
  }

  .divider-3.vertical {
    left: -20px;
  }

  .header36_image-2-copy, .header36t2v02, .header36t2v03 {
    height: auto;
    max-height: none;
  }

  .layout239_list-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .logo3_list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    margin-right: 1rem;
  }

  .logo3_logo {
    max-height: 7rem;
  }

  .navbar12_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.5rem;
  }

  .navbar12_link.text-color-white {
    color: #fff;
    text-align: center;
  }

  .div-block-42 {
    opacity: 0;
  }

  .text-span-8.v2 {
    font-size: 2.75rem;
  }

  .image-17 {
    max-width: 2rem;
  }

  .div-block-37-copy {
    padding: 1.5rem;
  }

  .heading-15.v3 {
    font-size: 2.75rem;
  }

  .image-19 {
    top: -35%;
  }

  .clone-bar {
    padding-left: 24px;
  }

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

  .position-absolute.v2 {
    display: none;
  }

  .card-padding-v04 {
    padding: 10px;
    inset: 0;
  }

  .layout2, .layout-interest {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .list {
    font-size: 1.25rem;
  }

  .div-block-49 {
    align-items: flex-start;
  }

  .page-padding-2 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .logo5_logo {
    filter: none;
  }

  .logo5_component {
    justify-content: space-between;
  }

  .cta9_component-copy {
    grid-column-gap: 3rem;
    justify-items: center;
  }

  .pattern-dot.v2 {
    width: 90%;
  }

  .html-embed-6 {
    height: 400px;
    padding-bottom: 0;
  }

  .logo3_list-copy {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    margin-right: 1rem;
  }

  .container-card {
    box-shadow: none;
    transform: none;
  }

  .header36t2v03-copy {
    height: auto;
    max-height: none;
  }

  .heading-xxlarge-2 {
    font-size: 3.25rem;
  }

  .heading-medium-2 {
    font-size: 1.75rem;
  }

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

  .section-pricing19.margin-top.margin-huge.v2 {
    margin-top: 4rem;
  }

  .pricing19_plan-2.middle, .pricing19_plan-2.left, .pricing19_plan-2.right {
    transform: none;
  }

  .image-27 {
    max-width: 160%;
  }

  .layout213_social {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: flex;
  }

  .social-block-wrapper {
    display: none;
  }

  .price-hide {
    display: block;
  }

  .btn-hide {
    display: none;
  }

  .dropdown-icon-2 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .text-color-darkgrey {
    font-size: 1.25rem;
  }

  .navbar1_dropdown-link-2 {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

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

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    overflow: auto;
  }

  .navbar1_menu-dropdown-2 {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_dropdown-list-2 {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list-2.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_dropdwn-toggle-2 {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar1_link-2 {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar1_link-2.text-color-darkgrey {
    font-size: 1.25rem;
  }

  .navbar1_button-wrapper-2 {
    flex-direction: column;
    margin-bottom: 1rem;
    margin-left: 0;
    display: flex;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .image-31 {
    display: none;
  }

  .gallery13_arrow.hide-mobile-landscape {
    width: 3rem;
    height: 3rem;
  }

  .gallery-slider-mask {
    width: 420px;
  }

  .gallery20_image-wrapper {
    width: 600px;
    height: 337px;
  }

  .gallery20_mask {
    width: 600px;
  }

  .section-gallery20 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .gallery20_slide {
    width: 620px;
    height: 340px;
  }

  .layout_content-test.fade-left {
    padding: 1.5rem;
  }

  .layout_content-test.fade-left.tablet {
    width: 100%;
  }

  .image-5-copy {
    max-width: 120%;
    right: 13%;
  }

  .image-5-copy.left {
    right: 5%;
  }

  .btn-primary-copy {
    font-size: 1.25rem;
  }

  .line-vertical.left {
    width: 3px;
  }

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

  .heading-xxlarge-3 {
    font-size: 4rem;
  }

  .slider-milestone.container-large {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider-milestone.container-large.v2 {
    max-width: 40rem;
  }

  .slider-milestone.container-large.v3 {
    min-width: 100%;
    max-width: 100%;
  }

  .caption {
    margin-left: 0;
  }

  .image-40 {
    z-index: -3;
    max-width: 190%;
    top: 79%;
  }

  .bubble {
    display: none;
  }

  .image-38 {
    max-width: 270%;
    display: none;
    top: -187%;
    right: 28%;
  }

  .btn-primary-copy-2 {
    font-size: 1.25rem;
  }

  .image-39 {
    max-width: 140%;
    display: none;
    left: -155%;
  }

  .navbar12_link-2 {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .site-web-carac.middle, .site-web-carac.left, .site-web-carac.right {
    transform: none;
  }

  .link-block-2 {
    margin-top: 20px;
  }

  .heading-medium-3 {
    font-size: 1.75rem;
  }

  .relative.display {
    min-width: 100%;
    max-width: 100%;
  }

  .relative.big-image {
    max-width: 100%;
    margin-top: 5%;
    margin-left: 0%;
  }

  .relative.img {
    width: 100%;
  }

  .relative.img.offer {
    width: 65%;
  }

  .avantages {
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    min-height: auto;
    display: flex;
  }

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

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

  .header36_image-2-copy-copy {
    height: auto;
    max-height: none;
  }

  .lf-scroll-up-wrapper-3 {
    z-index: 500;
  }

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

  .div-block-70 {
    height: auto;
  }

  .faq5_accordion {
    margin: 24px 1.5rem;
  }

  .faq5_accordion.v2 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .faq5_list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .tech-list {
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 2.25fr;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tech-list.text-block-9 {
    grid-template-rows: auto auto;
    grid-template-columns: 2.25fr;
  }

  .tech-list.v2 {
    grid-template-rows: auto;
    grid-template-columns: 2.25fr .25fr;
  }

  .div-block-75 {
    justify-content: flex-start;
  }

  .text-block-9 {
    font-size: 1.25rem;
  }

  .div-block-88, .div-block-89, .div-block-90 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .div-block-75-copy {
    justify-content: flex-start;
  }

  .div-block-75-copy.margin-bottom.margin-xsmall.align-left.md-hide {
    display: none;
  }

  .div-block-75-copy.margin-bottom.margin-xsmall.md-center {
    justify-content: center;
  }

  .feature-center-copy {
    padding-left: 3%;
    padding-right: 3%;
  }

  .div-block-92 {
    align-self: center;
  }

  .btn-primary-v2 {
    font-size: 1.25rem;
  }

  .custom-font {
    font-size: 1.5rem;
  }

  .div-block-102 {
    width: 100%;
  }

  .grid-upgrades {
    flex-direction: column;
    display: flex;
  }

  .div-block-112 {
    display: none;
  }

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

  .heading-xlarge-2 {
    font-size: 2.75rem;
  }

  .div-block-115 {
    height: auto;
    min-height: auto;
    margin-top: 130px;
  }

  .div-block-117 {
    height: 710px;
    display: none;
  }

  .grid-6 {
    flex-direction: column-reverse;
    display: flex;
  }

  .lottie-animation-3 {
    margin-right: 36px;
  }

  .lottie-animation-3.hide-sm.test {
    margin-right: -128px;
  }

  .div-block-122, .div-block-123 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .div-block-125 {
    margin-bottom: -20px;
    margin-right: -126px;
  }

  .div-block-126 {
    display: flex;
  }

  .html-embed-16 {
    margin-left: 0;
  }

  .card-padding-v02-copy {
    align-self: center;
    align-items: center;
    width: 100%;
    padding: 1rem;
    inset: 0;
  }

  .image-49 {
    display: none;
  }

  .div-block-131 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    box-shadow: none;
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 50%;
    padding: 20px;
    position: relative;
  }

  .div-block-131-copy {
    box-shadow: none;
    background-color: #0000;
    padding: 20px;
  }
}

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

  h2, h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  p {
    font-size: 1.25rem;
  }

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

  .text-align-left.text-size-regular, .text-size-small {
    font-size: 1.125rem;
  }

  .text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

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

  .show-mobile-landscape {
    display: block;
  }

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

  .margin-bottom.margin-small.v02 {
    justify-content: center;
    display: flex;
  }

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

  .margin-bottom.margin-small {
    position: relative;
  }

  .margin-bottom.margin-small.hide-smartphone {
    display: none;
  }

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

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

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

  .margin-vertical.margin-medium.align-center {
    justify-content: center;
    display: flex;
  }

  .margin-vertical.margin-medium.hero-txt {
    font-size: 1.125rem;
  }

  .margin-vertical.margin-xhuge {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

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

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

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

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

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

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

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

  .padding-vertical.padding-xxhuge.position-relative {
    margin-top: 100px;
  }

  .padding-vertical.padding-large {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-vertical.padding-xhuge.padding-custom4 {
    padding: 2rem 0;
  }

  .padding-vertical.padding-xhuge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

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

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

  .text-size-medium.text-align-center {
    font-size: 1.15rem;
  }

  .text-size-medium.text-weight-semibold.smartphone {
    text-align: center;
  }

  .button-row-grid.landscape-1-col {
    grid-auto-flow: row;
  }

  .form-checkbox {
    align-items: flex-start;
  }

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

  .heading-xxlarge {
    font-size: 2.5rem;
  }

  .heading-medium {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-medium.text-color-grey.caption {
    font-size: 1.25rem;
  }

  .heading-medium.text-color-black {
    font-size: 1.75rem;
  }

  .heading-large, .heading-large.text-align-center.text-color-white.v2 {
    font-size: 2rem;
  }

  .heading-xsmall, .heading-small {
    font-size: 1.25rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

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

  .icon-1x1-medium.m1.v2, .icon-1x1-medium.m2.v2, .icon-1x1-medium.m3.v2 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .icon-1x1-xlarge.margin-bottom.margin-small {
    align-self: center;
  }

  .btn-secondary.v02-copy {
    align-self: flex-start;
  }

  .navbar1_button-wrapper.v2 {
    margin-top: 30px;
  }

  .navbar {
    height: 4rem;
  }

  .navbar.sitcky-shadow.white {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar.white {
    height: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero {
    font-size: 2rem;
  }

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

  .layout_component {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .layout_component.v2 {
    display: flex;
  }

  .layout_component.invert-sm {
    grid-row-gap: 0rem;
    flex-direction: column;
  }

  .layout22_image-wrapper.relative.hide-tablet {
    height: 280px;
  }

  .layout22_image-wrapper.relative.hide-tablet.middle {
    height: 300px;
  }

  .layout22_image-wrapper.relative.hide-smartphone {
    display: none;
  }

  .layout213_image-wrapper.relative {
    height: 25rem;
  }

  .layout213_image-wrapper.relative.v04 {
    display: block;
  }

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

  .cta9_content {
    margin-right: 0;
  }

  .cta9_button-wrapper {
    margin-left: 0;
    margin-right: 1rem;
  }

  .cta9_component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta9_button-row {
    justify-content: center;
    width: 100%;
  }

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

  .footer3_credit-text {
    margin-top: 2rem;
  }

  .footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

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

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

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

  .hero_graph {
    top: -23%;
  }

  .flex {
    margin-left: 0;
    position: relative;
  }

  .flex.column.start {
    align-items: stretch;
  }

  .flex.column.start.smartphone {
    align-items: center;
  }

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

  .divider.left {
    align-self: center;
  }

  .cadreimg {
    bottom: -2%;
    right: -2%;
  }

  .image-5 {
    max-width: 120%;
    right: 50%;
    transform: translate(35%);
  }

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

  .layout239_item.card.shadow {
    align-items: stretch;
  }

  .layout239_item.card.shadow.hover {
    height: 100%;
  }

  .card-padding {
    width: 100%;
  }

  .layout121_timeline-icon-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .layout121_progress-bar-wrapper {
    left: 2rem;
  }

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

  .contact8_map-wrapper {
    align-self: center;
    width: 100%;
  }

  .contact8_component {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .contact8_content {
    width: 100%;
  }

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

  .faq4_question {
    padding: 1rem 1.25rem;
  }

  .faq-05_icon {
    width: 1.75rem;
  }

  .gallery21_mask {
    width: 100%;
  }

  .gallery21_slide {
    padding-right: 1.5rem;
  }

  .gallery21_arrow.left {
    right: 3.5rem;
  }

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

  .btn-primary {
    box-shadow: 7px 7px 0 0 var(--primary50);
    font-size: 1.25rem;
    transform: none;
  }

  .btn-primary.large.v02 {
    transform: none;
  }

  .btn-primary.margin-btn-left {
    margin-left: 0;
  }

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

  .cardv02-padding {
    width: 100%;
  }

  .card-padding-v02 {
    width: 100%;
    padding: 1rem;
  }

  .card-padding-v02.v3 {
    padding: 1.5rem;
  }

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

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

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

  .grid-image-large {
    height: 200px;
  }

  .grid-image-standard {
    height: 180px;
  }

  .company-logo {
    margin-left: 15px;
    margin-right: 15px;
  }

  .button-navigation, .hero-button, .close, .banner-image, .button-sign-in {
    display: none;
  }

  .banner-block {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navigation-button {
    display: none;
  }

  .abstract-globe {
    max-width: 60%;
  }

  .hero-button-2 {
    display: none;
  }

  .ui-card-02 {
    bottom: 62px;
  }

  .content-grid {
    grid-template-columns: 3fr;
  }

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

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

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

  .tabs-menu-vertical {
    margin-bottom: 32px;
    margin-right: 0;
  }

  .tabs-container {
    flex-direction: column;
  }

  .tabs-content {
    margin-bottom: 40px;
  }

  .tabs-heading {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 50px;
  }

  .tabs-image {
    border-radius: 30px;
    width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
  }

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

  .tabs-menu-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0%;
  }

  .tabs-heading-wrap {
    margin-bottom: 40px;
  }

  .tabs-heading-2 {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 50px;
  }

  .tabs-content-2 {
    text-align: left;
    width: 100%;
  }

  .tabs-img {
    height: auto;
  }

  .tab-link-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .tab-pane-2 {
    height: auto;
  }

  .tabs {
    flex-direction: column;
    align-items: stretch;
  }

  .image-notification {
    left: 30px;
  }

  .tabs-base {
    padding: 40px;
  }

  .logo_wrapper {
    width: 230px;
  }

  .header36_component {
    padding-top: 4rem;
  }

  .paragraph-2 {
    font-size: 1.25rem;
  }

  .div-block-10 {
    left: 10px;
  }

  .div-block-10.v2 {
    margin-left: -20px;
  }

  .integration-cell-blank {
    display: none;
  }

  .integration-grid {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .paragraph-3 {
    font-size: 1.25rem;
  }

  .section_feature-svg-decoration {
    left: 24%;
  }

  .post-header {
    margin-top: 100px;
  }

  .header36_component-2 {
    margin-left: 3%;
    margin-right: 3%;
    padding-top: 4rem;
  }

  .header36_image-wrapper-2 {
    margin-bottom: 60px;
  }

  .fullcaps.text-color-primary {
    padding-left: 0;
  }

  .card-padding-v03 {
    width: 100%;
  }

  .logo2_wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo2_logo-list {
    grid-column-gap: 1rem;
    padding-top: 1rem;
  }

  .logo2_content-left {
    max-width: none;
  }

  .logo2_logo {
    max-height: 3rem;
  }

  .logo2_component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    place-items: flex-start start;
  }

  .heading-small-2 {
    font-size: 1.25rem;
  }

  .logo2_componentv02 {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    place-items: flex-start start;
  }

  .div-block-24 {
    flex-direction: column;
  }

  .div-block-25 {
    padding-left: 15px;
  }

  .recaptcha-block {
    justify-content: center;
    margin-bottom: 20px;
    padding: 0;
    transform: none;
  }

  .div-block-26 {
    margin-left: 31%;
  }

  .divider-2.center.v2.greylight.hide-sm {
    display: none;
  }

  .divider-3.vertical {
    left: -15px;
  }

  .divider-copy.left {
    align-self: center;
  }

  .divider-copy.v2 {
    min-width: 10px;
    margin-right: 1rem;
  }

  .divider-copy.v2-copy, .divider-copy.v3 {
    min-width: 10px;
  }

  .header36t2v03 {
    display: none;
  }

  .layout239_list-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .layout239_list-copy.v2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .logo3_wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo3_logov02 {
    max-height: 3rem;
  }

  .logo3_list {
    grid-column-gap: 1rem;
    grid-template-columns: 6rem 6rem 6rem 6rem 6rem 6rem 6rem 6rem;
    padding-top: 1rem;
  }

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

  .logo3_wrapperv02 {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo3_listv02 {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .logo1_wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo1_component {
    padding-top: 1rem;
  }

  .logo1_logo, .logo1_logov02 {
    max-height: 3rem;
  }

  .logo1_wrapperv02 {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo1_componentv02 {
    padding-top: 1rem;
  }

  .logo3_logo {
    max-width: 130%;
    max-height: 6rem;
  }

  .logo3_logo.v02 {
    width: 150px;
  }

  .text-span-8, .text-span-8.v2 {
    font-size: 2rem;
  }

  .text-span-8.v3, .heading-15 {
    font-size: 3rem;
  }

  .heading-15.v2 {
    font-size: 1.5rem;
  }

  .heading-15.v1, .heading-15.v3, .heading-15.v1-copy {
    font-size: 2rem;
  }

  .clone-bar {
    justify-content: center;
  }

  .source-info {
    width: 100%;
  }

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

  .card-padding-v04 {
    width: 100%;
  }

  .layout2, .layout-interest {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .list-item-2 {
    font-size: 1.25rem;
  }

  .logo5_logo {
    max-height: 9rem;
  }

  .logo5_wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo5_component {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 1rem;
  }

  .lfk_negative-space {
    display: none;
  }

  .cta9_component-copy {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .html-embed-6 {
    width: 100%;
    overflow: hidden;
  }

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

  .bold-text-2 {
    font-size: 1.75rem;
  }

  .logo3_list-copy {
    grid-column-gap: 1rem;
    grid-template-columns: 6rem 6rem 6rem 6rem 6rem 6rem 6rem 6rem;
    padding-top: 1rem;
  }

  .logo3_componentv03 {
    display: none;
  }

  .container-card {
    box-shadow: none;
    transform: none;
  }

  .container-card.v3.height-custom {
    height: 700px;
  }

  .heading-xsmall-2 {
    font-size: 1.125rem;
  }

  .heading-xxlarge-2 {
    font-size: 2.5rem;
  }

  .heading-medium-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

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

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

  .section-pricing19.margin-top.margin-huge.v2 {
    margin-top: 3rem;
  }

  .pricing19_plan-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .image-27 {
    max-width: 100%;
  }

  .layout213_social {
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
  }

  .social-block-wrapper {
    display: none;
  }

  .navbar1_component {
    height: 100px;
  }

  .text-color-darkgrey {
    font-size: 1.25rem;
  }

  .f1.v5 {
    margin-top: 86%;
  }

  .f2.v5 {
    margin-top: 84%;
  }

  .f4.v5 {
    margin-top: 18%;
  }

  .f3.v2.hide-sm {
    display: none;
  }

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

  .left-arrow {
    display: none;
  }

  .gallery-slider-mask {
    width: 400px;
  }

  .right-arrow {
    display: none;
  }

  .gallery20_image-wrapper {
    width: 450px;
    height: 253px;
  }

  .gallery20_arrow.left {
    right: 3.5rem;
  }

  .gallery20_mask {
    width: 455px;
  }

  .gallery20_slide {
    width: 455px;
    height: 255px;
    padding-right: 1.5rem;
  }

  .image-5-copy {
    max-width: 120%;
  }

  .fb-card {
    left: 3%;
  }

  .fb-card._03 {
    margin-right: 22%;
    right: 3%;
  }

  .btn-primary-copy {
    box-shadow: 7px 7px 0 0 var(--primary50);
    font-size: 1.25rem;
    transform: none;
  }

  .btn-primary-copy.large.v02 {
    transform: none;
  }

  .btn-primary-copy.margin-btn-left {
    margin-left: 0;
  }

  .line-vertical.left {
    align-self: stretch;
    display: block;
  }

  .line-vertical-v02 {
    width: 50%;
    height: 2px;
    margin-top: 1.5rem;
    margin-bottom: 0;
    display: block;
  }

  .flex-3.row.start.relative {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .flex-3.row.start.relative.invert {
    flex-direction: column;
  }

  .heading-xxlarge-3 {
    font-size: 3.5rem;
  }

  .slider-milestone.container-large {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .slider-milestone.container-large.v2, .slider-milestone.container-large.v3 {
    max-width: 22rem;
  }

  .caption {
    margin-top: 20px;
  }

  .image-40 {
    max-width: 130%;
    top: 74%;
    left: -3%;
  }

  .image-38 {
    max-width: 150%;
    top: -84%;
    right: 48%;
  }

  .btn-primary-copy-2 {
    font-size: 1.25rem;
    transform: none;
    box-shadow: 7px 7px #8ed13980;
  }

  .image-39 {
    top: -65%;
  }

  .site-web-carac {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-medium-3 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .heading-medium-3.text-color-grey.caption {
    font-size: 1.25rem;
  }

  .relative.big-image {
    margin-top: 0%;
  }

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

  .card-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

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

  .grid-2, .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

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

  .margin-bottom-2.margin-small.hide-smartphone {
    display: none;
  }

  .faq2_icon {
    width: 1.75rem;
  }

  .faq2_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .faq5_icon {
    width: 1.75rem;
  }

  .faq5_question {
    margin-bottom: 0;
    padding: 1.5rem 1.25rem;
  }

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

  .tech-list {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 2.25fr;
    align-items: flex-start;
    margin-bottom: 15px;
    padding: 10px 0;
  }

  .tech-list.margin-0 {
    margin-bottom: 0;
  }

  .text-block-9 {
    font-size: 1.125rem;
  }

  .div-block-94.flex.sm-hide {
    display: none;
  }

  .btn-primary-v2 {
    box-shadow: 7px 7px 0 0 var(--primary50);
    font-size: 1.25rem;
    transform: none;
  }

  .btn-primary-v2.large.v02 {
    transform: none;
  }

  .btn-primary-v2.margin-btn-left {
    margin-left: 0;
  }

  .custom-font {
    font-size: 1.2rem;
  }

  .div-block-100 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header36_image-wrapper-2-copy {
    margin-bottom: 60px;
  }

  .layout29_component, .layout216_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-xlarge-2 {
    font-size: 2.25rem;
  }

  .div-block-115 {
    margin-top: 100px;
  }

  .div-block-116 {
    grid-template-columns: 1fr;
  }

  .div-block-117 {
    height: 550px;
  }

  .grid-6 {
    flex-direction: column;
  }

  .lottie-animation-3 {
    margin-bottom: -86px;
    margin-right: 1%;
    display: none;
  }

  .lottie-animation-3.hide-sm {
    display: none;
  }

  .lottie-animation-3.hide-sm.test {
    width: 370px;
    margin-right: -102px;
    display: block;
  }

  .div-block-123 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .card-padding-v02-copy {
    width: 100%;
    padding: 1rem;
  }

  .card-padding-v02-copy.v3 {
    padding: 1.5rem;
  }
}

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

  .show-mobile-portrait {
    display: block;
  }

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

  .max-width-medium {
    align-items: center;
  }

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

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

  .margin-bottom.margin-medium.left {
    justify-content: center;
    display: flex;
  }

  .margin-bottom.margin-small {
    text-align: center;
  }

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

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

  .margin-right.margin-xsmall.sm-hide {
    display: none;
  }

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

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

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

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

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

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

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

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

  .padding-vertical.padding-large.offre {
    padding-bottom: 2.8rem;
  }

  .padding-vertical.padding-medium.position-relative {
    margin-top: 0;
  }

  .padding-vertical.padding-xhuge {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

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

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

  .text-size-medium, .text-size-medium.text-color-white, .text-size-medium.text-color-black {
    text-align: center;
  }

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

  .form-checkbox-label.text-size-small {
    font-size: 1rem;
  }

  .button-row-grid.mobile-1-col {
    grid-auto-flow: row;
  }

  .form-checkbox {
    align-items: flex-start;
  }

  .text-size-large.center-sm {
    text-align: left;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .heading-medium.gradient {
    text-align: left;
  }

  .heading-medium.gradient.v2, .heading-medium.gradient.sm-textcenter {
    text-align: center;
  }

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

  .heading-small.v2 {
    text-align: center;
  }

  .stylesystem-images_layout {
    grid-template-columns: 1fr;
  }

  .heading-xlarge {
    text-align: left;
    font-size: 1.75rem;
  }

  .heading-xlarge.smartphone-maring {
    margin-left: 5%;
    margin-right: 5%;
  }

  .heading-xlarge.smartphone-maring.sm-textcenter {
    text-align: center;
  }

  .heading-xlarge.smartphone-maring.sm-textcenter.help {
    text-align: left;
    margin-left: 0%;
    margin-right: 0%;
  }

  .heading-xlarge.smartphone-maring.text-align-center {
    text-align: left;
    align-self: flex-start;
    margin-left: 0%;
    margin-right: 0%;
  }

  .heading-xlarge.sm-textcenter {
    text-align: center;
  }

  .icon-1x1-xlarge.margin-bottom.margin-small {
    align-self: center;
    width: 5rem;
    height: 5rem;
    margin-bottom: 1.75rem;
  }

  .icon-1x1-xlarge.v2 {
    width: 5rem;
    height: 5rem;
    margin-bottom: 1.75rem;
  }

  .btn-secondary.v02.white, .btn-secondary.v02-copy.white {
    align-self: flex-start;
  }

  .navbar_logo-link.w--current {
    width: 100%;
  }

  .navbar.white {
    height: 100px;
  }

  .hero {
    font-size: 1.75rem;
  }

  .text-color-white-2 {
    text-align: center;
  }

  .button-row {
    flex-direction: column;
    justify-content: center;
  }

  .layout_component {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .layout_component.invert {
    flex-direction: column-reverse;
  }

  .layout_component.invert-sm {
    margin-bottom: 7px;
  }

  .layout22_image-wrapper.relative {
    height: 260px;
    display: none;
  }

  .layout22_image-wrapper.relative.hide-tablet {
    height: 490px;
  }

  .layout22_image-wrapper.relative.hide-tablet.middle {
    height: 180px;
  }

  .layout22_image-wrapper.relative.hide-smartphone {
    display: none;
  }

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

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

  .footer3_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .hero_graph {
    top: -13%;
    left: 3%;
  }

  .flex.column.left {
    align-items: flex-start;
  }

  .flex.ft {
    margin-left: 0;
  }

  .divider.left {
    align-self: center;
  }

  .image-5 {
    max-width: 130%;
  }

  .image-5.left {
    right: 10%;
  }

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

  .layout239_item.card.v2 {
    text-align: center;
  }

  .layout148_component.title {
    align-items: center;
  }

  .contact18_component, .contact8_component {
    grid-template-columns: 1fr;
  }

  .text-color-primary, .heading, .heading-2, .heading-3 {
    text-align: center;
  }

  .image-8 {
    width: 100%;
    height: 100%;
    top: 0;
    left: -60px;
  }

  .cards-nav {
    grid-template-columns: 1fr;
  }

  .card-padding-v02.v3 {
    padding: 1rem;
  }

  .pricing19_component {
    padding-left: 0;
  }

  .search-field {
    border-radius: 8px;
    margin-bottom: 10px;
  }

  .hero-feature-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .search-block-wrapper {
    margin-top: 40px;
  }

  .hero-card-bg {
    inset: 10px 10px -10px -10px;
  }

  .header-section-large {
    padding-top: 40px;
  }

  .grid-image-large {
    margin-left: 40px;
  }

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

  .header-paragraph {
    font-size: 18px;
    line-height: 30px;
  }

  .hero-block-small {
    text-align: center;
  }

  .address-icon {
    display: none;
  }

  .form {
    flex-flow: column wrap;
  }

  .hero-heading {
    font-size: 14vw;
    line-height: 16vw;
  }

  .feature-row {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .submit-button {
    border-radius: 8px;
    width: 100%;
    min-width: 120px;
  }

  .banner {
    display: none;
  }

  .menu-button {
    margin-left: 0;
  }

  .company-logo {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .hero-heading-2, .hero-heading-3 {
    font-size: 70px;
    line-height: 80px;
  }

  .abstract-globe {
    inset: -8% 0% auto auto;
  }

  .ui-card-01 {
    display: none;
  }

  .menu-button-2 {
    margin-left: 0;
  }

  .video-link {
    display: none;
  }

  .ui-card-02 {
    z-index: 5;
  }

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

  .tabs-image {
    margin-bottom: 40px;
  }

  .tab-content {
    padding-left: 24px;
    padding-right: 30px;
  }

  .tab-name {
    margin-right: 20px;
  }

  .tabs-img {
    border-radius: 14px;
  }

  .image-notification {
    left: 15px;
  }

  .heading-wrapper {
    flex-wrap: wrap-reverse;
  }

  .heading-graph {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .tab-content-2 {
    padding-top: 0;
  }

  .tabs-base {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link-3 {
    text-align: center;
  }

  .header36_component {
    grid-template-columns: 1fr;
    display: block;
  }

  .section-header36.margin-vertical.margin-xhuge {
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .button-row-2 {
    justify-content: center;
  }

  .button-row-2.hero {
    padding-top: 10px;
  }

  .image-12 {
    width: 100%;
  }

  .div-block-9 {
    left: 34px;
  }

  .div-block-10 {
    margin-left: -20px;
  }

  .div-block-10.v2 {
    margin-left: -15px;
  }

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

  .section_feature-svg-decoration {
    left: 12%;
  }

  .post-header.bg-light {
    padding-left: 3%;
    padding-right: 3%;
  }

  .header36_component-2 {
    grid-template-columns: 1fr;
    margin-left: 3%;
  }

  .header36_image-wrapper-2.fade-3 {
    margin-bottom: 0;
  }

  .logo2_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .logo2_logo-list {
    justify-content: center;
  }

  .page-padding {
    padding-left: 0%;
    padding-right: 0%;
  }

  .logo2_component {
    justify-items: start;
  }

  .logo2_componentv02 {
    justify-items: center;
  }

  .div-block-24 {
    flex-direction: column;
  }

  .div-block-25 {
    padding-left: 10px;
  }

  .recaptcha-block {
    transform: none;
  }

  .div-block-26 {
    margin-left: 28%;
  }

  .heading-8, .heading-9 {
    text-align: center;
  }

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

  .link-3.dark {
    font-size: 1.25rem;
  }

  .flex-2.start {
    align-items: center;
  }

  .divider-2 {
    justify-content: flex-start;
    align-self: flex-start;
    display: flex;
  }

  .divider-2.center {
    align-self: flex-start;
  }

  .divider-3 {
    display: flex;
  }

  .divider-3.vertical {
    display: none;
  }

  .divider-copy.left {
    align-self: center;
  }

  .divider-copy.v2 {
    margin-right: .5rem;
  }

  .layout239_list-copy, .layout239_list-copy.v2 {
    grid-template-columns: 1fr;
  }

  .logo3_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .logo3_list {
    justify-content: center;
  }

  .text-size-medium-3 {
    text-align: left;
  }

  .logo3_wrapperv02 {
    justify-content: center;
    align-items: flex-start;
  }

  .logo3_listv02 {
    justify-content: center;
  }

  .logo1_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .logo1_component {
    justify-content: center;
  }

  .logo1_wrapperv02 {
    justify-content: center;
    align-items: flex-start;
  }

  .logo1_componentv02 {
    justify-content: center;
  }

  .logo3_logo.v02 {
    width: 120px;
  }

  .text-span-8, .text-span-8.v2 {
    font-size: 1.75rem;
  }

  .text-span-8.v3 {
    font-size: 1.6rem;
  }

  .div-block-37-copy {
    align-items: center;
    padding: 0;
  }

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

  .heading-15.v1 {
    text-align: left;
    font-size: 1.75rem;
  }

  .heading-15.v1.left {
    text-align: left;
  }

  .heading-15.v3, .heading-15.v1-copy {
    text-align: left;
    font-size: 1.75rem;
  }

  .heading-15.v1-copy.left {
    text-align: left;
  }

  .divider-white {
    display: flex;
  }

  .clone-bar {
    background-color: #202020f2;
    border-radius: 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 12px;
    position: fixed;
    inset: auto 0 0;
  }

  .clone-button {
    text-align: center;
    width: 100%;
    min-height: 32px;
  }

  .source-info {
    width: 100%;
    padding: 16px 0 0;
  }

  .layout213_component-copy, .layout2, .layout-interest {
    grid-template-columns: 1fr;
  }

  .list-item-2 {
    text-align: left;
  }

  .div-block-49 {
    align-items: flex-start;
  }

  .form-input-3 {
    font-size: 1rem;
  }

  .logo5_logo {
    max-height: 7rem;
  }

  .logo5_wrapper {
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .logo5_component {
    justify-content: center;
  }

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

  .logo3_list-copy {
    justify-content: center;
  }

  .logo3_componentv03 {
    display: none;
  }

  .container-card {
    box-shadow: none;
    transform: none;
  }

  .container-card.v3.height-custom {
    height: 880px;
  }

  .section-pricing19.margin-top.margin-huge.v2 {
    margin-top: 0;
  }

  .image-27 {
    max-width: 100%;
  }

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

  .f1.v1 {
    margin-left: -75px;
  }

  .f1.v1.hide-sm {
    display: none;
  }

  .f2.v1 {
    margin-left: 154px;
  }

  .f2.v1.hide-sm {
    display: none;
  }

  .f4.v2 {
    margin-left: 182px;
  }

  .f4.v2.hide-sm {
    display: none;
  }

  .f3.v2 {
    margin-left: -31%;
  }

  .gallery-slider-mask {
    width: 100%;
  }

  .gallery20_image-wrapper {
    width: 320px;
    height: 180px;
  }

  .gallery20_mask {
    width: 320px;
  }

  .gallery20_slide {
    width: 325px;
    height: 185px;
  }

  .image-5-copy {
    max-width: 130%;
  }

  .image-5-copy.left {
    right: 5%;
  }

  .fb-card._02 {
    display: none;
  }

  .fb-card._03 {
    display: block;
    right: 0%;
  }

  .fb-card._04 {
    max-width: 93%;
    display: block;
    left: 4.75%;
  }

  .div-block-57 {
    flex-direction: column;
    display: block;
  }

  .line-vertical.left {
    margin-right: 10px;
  }

  .line-vertical-v02 {
    width: 50%;
  }

  .heading-xxlarge-3 {
    text-align: left;
    font-size: 3rem;
  }

  .page-padding-3 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .slider-milestone.container-large {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .slider-milestone.container-large.v2, .slider-milestone.container-large.v3 {
    max-width: 19rem;
  }

  .image-38, .image-39 {
    display: none;
  }

  .link-block-2 {
    width: 100%;
    padding: 8px;
    font-size: 1.3rem;
  }

  .html-embed-10 {
    width: 21px;
  }

  .text-block-8 {
    font-size: 1.1rem;
    line-height: 1.9;
  }

  .divider-4 {
    display: flex;
  }

  .relative.img.offer {
    background-color: var(--transparent);
  }

  .avantages, .card-container, .card-container.v2 {
    grid-template-columns: 1fr;
  }

  .header36_image-2-copy-copy {
    left: 9px;
  }

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

  .page-padding-4 {
    margin-top: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .margin-bottom-2.margin-small {
    text-align: center;
  }

  .list-item-3, .text-size-list {
    text-align: left;
  }

  .faq5_accordion {
    margin: .5rem;
  }

  .faq5_list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .tech-list {
    align-items: flex-start;
  }

  .div-block-75-copy.margin-bottom.margin-xsmall.sm-center {
    justify-content: center;
  }

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

  .layout29_component, .layout29_item-list, .layout216_item-list, .layout216_component {
    grid-template-columns: 1fr;
  }

  .div-block-121 {
    justify-content: center;
  }

  .lottie-animation-3 {
    display: none;
  }

  .lottie-animation-3.hide-sm.test {
    width: 240px;
    margin-bottom: -165px;
  }

  .contact-sub-heading.v1 {
    text-align: left;
  }

  .div-block-123 {
    align-items: center;
  }

  .div-block-125 {
    width: 90%;
    margin-bottom: -49px;
    margin-right: -68px;
  }

  .heading-22 {
    text-align: left;
    font-size: 1.75rem;
  }

  .div-block-126 {
    justify-content: center;
  }

  .div-block-127 {
    align-items: center;
  }

  .div-block-129 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .div-block-130 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .card-padding-v02-copy.v3 {
    padding: 1rem;
  }

  .div-block-131 {
    -webkit-text-fill-color: inherit;
    background-color: #8ed13900;
    background-clip: border-box;
  }
}

#w-node-cd5753bd-95ca-72f3-11fa-f7b93da6ff38-22e1ddff, #w-node-cd5753bd-95ca-72f3-11fa-f7b93da6ff45-22e1ddff, #w-node-bbda10f4-0f78-9c70-d84d-b3fa02398fed-02398fe7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbda10f4-0f78-9c70-d84d-b3fa0239900b-02398fe7, #w-node-bbda10f4-0f78-9c70-d84d-b3fa0239900c-02398fe7 {
  place-self: end;
}

#w-node-_79fa5521-f2ee-496c-6a8d-a2a55b79b8a1-5b79b89c {
  justify-self: end;
}

#w-node-ed38521e-8d00-d6bb-0681-8667e67a2255-8de1de0d {
  align-self: center;
}

#w-node-ed38521e-8d00-d6bb-0681-8667e67a227c-8de1de0d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_29eccee2-8cf6-9ebc-4f38-a681759f2788-8de1de0d {
  align-self: center;
}

#w-node-_29eccee2-8cf6-9ebc-4f38-a681759f27af-8de1de0d, #w-node-ed38521e-8d00-d6bb-0681-8667e67a2400-8de1de0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed38521e-8d00-d6bb-0681-8667e67a2401-8de1de0d {
  justify-self: start;
}

#w-node-a1789b1c-488f-a956-bf52-02050b40208e-0b402068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a28bc125-2d73-fc08-8890-8bdbb344058f-bae1de19 {
  align-self: center;
}

#w-node-a28bc125-2d73-fc08-8890-8bdbb34405b6-bae1de19 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2395fb7d-bef1-3eb2-4604-cd1a2072c9ef-bae1de19 {
  align-self: center;
}

#w-node-_2395fb7d-bef1-3eb2-4604-cd1a2072ca16-bae1de19, #w-node-a28bc125-2d73-fc08-8890-8bdbb3440658-bae1de19, #w-node-a28bc125-2d73-fc08-8890-8bdbb344066c-bae1de19, #w-node-a28bc125-2d73-fc08-8890-8bdbb3440681-bae1de19, #w-node-a28bc125-2d73-fc08-8890-8bdbb344073a-bae1de19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a28bc125-2d73-fc08-8890-8bdbb344073b-bae1de19 {
  justify-self: start;
}

#w-node-_7692c49a-5410-1eb4-b61b-bd891bd7d568-1bd7d562 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86dbc2d3-ba53-98fd-df07-4a3dac34b32e-1bd7d562, #w-node-_7692c49a-5410-1eb4-b61b-bd891bd7d588-1bd7d562 {
  place-self: end;
}

#w-node-_17122848-9f40-2077-e6fa-bc69f7d2b741-85e1de50, #w-node-_1add7e0d-b6de-b561-486d-cc81bb328a91-85e1de50 {
  align-self: stretch;
}

#w-node-_1e7ccfc0-a78c-41f1-1a57-c4d7a8f88ad0-85e1de50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e7ccfc0-a78c-41f1-1a57-c4d7a8f88ad1-85e1de50 {
  justify-self: start;
}

#w-node-_8c63e1c3-523e-15bc-213c-7e6a81880e63-cce1de52, #w-node-_8c63e1c3-523e-15bc-213c-7e6a81880e7b-cce1de52, #w-node-_8c63e1c3-523e-15bc-213c-7e6a81880e9a-cce1de52 {
  justify-self: stretch;
}

#w-node-_83823858-d782-77bf-bed4-7ea9871af933-cce1de52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83823858-d782-77bf-bed4-7ea9871af934-cce1de52 {
  justify-self: start;
}

#w-node-_6720114f-7a18-5f58-baa5-fbade9f470cf-3de1de53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6720114f-7a18-5f58-baa5-fbade9f470d0-3de1de53 {
  justify-self: start;
}

#w-node-fa430c7e-1877-0714-7591-1e7be1e69868-08e1de56 {
  align-self: center;
}

#w-node-d4ea4556-8cbf-7e39-3819-4d059f1fb5da-08e1de56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4ea4556-8cbf-7e39-3819-4d059f1fb5db-08e1de56 {
  justify-self: start;
}

#w-node-fd953757-6920-8f57-e6c5-0668ca153575-8ee1de58, #w-node-fd953757-6920-8f57-e6c5-0668ca153585-8ee1de58, #w-node-_2786bcfa-c7a5-366d-360b-d2771f3cc50c-8ee1de58, #w-node-_2786bcfa-c7a5-366d-360b-d2771f3cc512-8ee1de58, #w-node-_2786bcfa-c7a5-366d-360b-d2771f3cc518-8ee1de58, #w-node-_2786bcfa-c7a5-366d-360b-d2771f3cc51e-8ee1de58, #w-node-_2786bcfa-c7a5-366d-360b-d2771f3cc524-8ee1de58, #w-node-_2786bcfa-c7a5-366d-360b-d2771f3cc52a-8ee1de58, #w-node-_2786bcfa-c7a5-366d-360b-d2771f3cc530-8ee1de58, #w-node-_2786bcfa-c7a5-366d-360b-d2771f3cc536-8ee1de58, #w-node-_2786bcfa-c7a5-366d-360b-d2771f3cc53c-8ee1de58, #w-node-_2786bcfa-c7a5-366d-360b-d2771f3cc542-8ee1de58, #w-node-_2786bcfa-c7a5-366d-360b-d2771f3cc548-8ee1de58, #w-node-_2786bcfa-c7a5-366d-360b-d2771f3cc54e-8ee1de58, #w-node-_84c1ae20-c456-3f48-de42-2b7ec9d008ad-8ee1de58, #w-node-_84c1ae20-c456-3f48-de42-2b7ec9d009a9-8ee1de58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84c1ae20-c456-3f48-de42-2b7ec9d009c1-8ee1de58 {
  justify-self: start;
}

#w-node-_8a7f9dbe-5425-afe6-b13a-bec254be5326-62d43a58, #w-node-_8a7f9dbe-5425-afe6-b13a-bec254be5331-62d43a58, #w-node-_8a7f9dbe-5425-afe6-b13a-bec254be533c-62d43a58, #w-node-_8a7f9dbe-5425-afe6-b13a-bec254be5326-7d206803, #w-node-_8a7f9dbe-5425-afe6-b13a-bec254be5331-7d206803 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf42ed68-3a84-ef43-bd79-66e9723f9231-d0cf305a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_3e20895c-9fd0-42c6-f07a-e8b2a3694014-d0cf305a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66943cb5-1d58-ec9a-0a3c-381a46efbd9d-d0cf305a, #w-node-_66943cb5-1d58-ec9a-0a3c-381a46efbdb7-d0cf305a, #w-node-_66943cb5-1d58-ec9a-0a3c-381a46efbdd7-d0cf305a {
  justify-self: stretch;
}

#w-node-_4e54f074-28e0-96e7-b17a-e1316562b0be-d0cf305a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e54f074-28e0-96e7-b17a-e1316562b0bf-d0cf305a {
  justify-self: start;
}

#w-node-_3177c0fa-4718-6b5f-0653-fb4170c4f3f4-918228f9, #w-node-_03183572-ebcc-ce58-4cc6-1214468d767c-918228f9, #w-node-_8a7f9dbe-5425-afe6-b13a-bec254be5331-918228f9, #w-node-_9e761682-c3cd-bf1e-734a-eff3837cefb9-918228f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41a18e02-693d-8246-5909-82fd2a1111e6-03196da5 {
  justify-self: end;
}

#w-node-def26d0e-c00b-8a6e-80e0-c3d69440546f-03196da5, #w-node-b0c69720-7e56-8c06-fdbc-45da83c1fe70-03196da5, #w-node-def26d0e-c00b-8a6e-80e0-c3d694405495-03196da5, #w-node-_8f8f9947-eef3-fdbd-e5b2-6213739eaef8-03196da5, #w-node-_76bace84-bb89-fade-f068-f1cc389cc6b7-03196da5, #w-node-_8d7aada6-f822-1ceb-21d4-2fdf1df2ad51-03196da5, #w-node-cdd9dee8-544f-413d-8a58-edb80a3d3abe-03196da5, #w-node-ecb6329e-15e1-1d01-e645-62b4615df815-03196da5, #w-node-ec4e0795-bb60-fc14-2ab4-1bb62fa2c2bb-03196da5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa430c7e-1877-0714-7591-1e7be1e69868-0c9a6a4a {
  align-self: center;
}

#w-node-_1e776a11-b93d-c0a3-6efa-52037bcc6e24-0c9a6a4a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d4ea4556-8cbf-7e39-3819-4d059f1fb5da-0c9a6a4a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_470797e8-52e5-98c0-b90c-df142c884dbb-2c884dba {
  align-self: center;
}

#w-node-_470797e8-52e5-98c0-b90c-df142c884de2-2c884dba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a28bc125-2d73-fc08-8890-8bdbb344058f-43cab239 {
  align-self: center;
}

#w-node-a28bc125-2d73-fc08-8890-8bdbb34405b6-43cab239 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_17bcc50c-5407-4a4b-fb50-227bf18a0005-43cab239 {
  align-self: center;
}

#w-node-_17bcc50c-5407-4a4b-fb50-227bf18a0022-43cab239 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2395fb7d-bef1-3eb2-4604-cd1a2072c9ef-43cab239 {
  align-self: center;
}

#w-node-_2395fb7d-bef1-3eb2-4604-cd1a2072ca16-43cab239 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d159e8a-8c5b-092e-e571-7f389f24b5bc-43cab239 {
  align-self: center;
}

#w-node-_7d159e8a-8c5b-092e-e571-7f389f24b5e3-43cab239, #w-node-a28bc125-2d73-fc08-8890-8bdbb3440658-43cab239, #w-node-a28bc125-2d73-fc08-8890-8bdbb344066c-43cab239, #w-node-a28bc125-2d73-fc08-8890-8bdbb3440681-43cab239, #w-node-a28bc125-2d73-fc08-8890-8bdbb344073a-43cab239 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a28bc125-2d73-fc08-8890-8bdbb344073b-43cab239 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-bbda10f4-0f78-9c70-d84d-b3fa0239900b-02398fe7 {
    justify-self: center;
  }

  #w-node-_79fa5521-f2ee-496c-6a8d-a2a55b79b8a1-5b79b89c {
    justify-self: start;
  }

  #w-node-_86dbc2d3-ba53-98fd-df07-4a3dac34b32e-1bd7d562 {
    justify-self: center;
  }

  #w-node-_41a18e02-693d-8246-5909-82fd2a1111e6-03196da5 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ed38521e-8d00-d6bb-0681-8667e67a23e5-8de1de0d, #w-node-a28bc125-2d73-fc08-8890-8bdbb344071f-bae1de19 {
    justify-self: stretch;
  }

  #w-node-_5b642f58-b9b7-488e-6a26-9a9c557b560b-85e1de50 {
    order: -9999;
  }

  #w-node-_1e7ccfc0-a78c-41f1-1a57-c4d7a8f88ab7-85e1de50 {
    justify-self: stretch;
  }

  #w-node-_9a9306a7-66a9-8183-0279-38ca95cd6961-cce1de52 {
    order: -9999;
  }

  #w-node-_83823858-d782-77bf-bed4-7ea9871af91a-cce1de52 {
    justify-self: stretch;
  }

  #w-node-cf42ed68-3a84-ef43-bd79-66e9723f9231-3de1de53 {
    order: -9999;
  }

  #w-node-_6720114f-7a18-5f58-baa5-fbade9f470b6-3de1de53 {
    justify-self: stretch;
  }

  #w-node-_0861b206-f953-cf83-91e7-aaca2ccbae92-08e1de56 {
    order: -9999;
  }

  #w-node-d4ea4556-8cbf-7e39-3819-4d059f1fb5c1-08e1de56 {
    justify-self: stretch;
  }

  #w-node-cf42ed68-3a84-ef43-bd79-66e9723f9231-d0cf305a {
    order: -9999;
  }

  #w-node-_4e54f074-28e0-96e7-b17a-e1316562b0a5-d0cf305a {
    justify-self: stretch;
  }

  #w-node-_8f6868a7-f507-e393-c116-c7f3992e9dd3-03196da5 {
    order: -9999;
  }

  #w-node-d4ea4556-8cbf-7e39-3819-4d059f1fb5c1-0c9a6a4a, #w-node-a28bc125-2d73-fc08-8890-8bdbb344071f-43cab239 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-de719020-20f1-ebcd-768a-7bd2e3abee88-67343262 {
    justify-self: center;
  }
}


