:root {
  --anthracite-500: #0d0d0d;
  --primary-500: #3b61e1;
  --violet-500: #c172cf;
  --green-500: #50c878;
  --white-500: white;
  --primary-400: #6281e7;
  --orange-500: #fd8672;
  --orange-400: #fd86721a;
  --red-500: #de0764;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

body {
  color: var(--anthracite-500);
  letter-spacing: .01rem;
  font-family: Geomanist, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

h1 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: p22-mackinac-pro, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 120%;
}

h2 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: p22-mackinac-pro, sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 120%;
}

h3 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: p22-mackinac-pro, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 120%;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--primary-500);
  font-weight: 500;
  text-decoration: underline;
}

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

strong {
  font-weight: 700;
}

.wrapper-phrase {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.wrapper-phrase.margin-b-120 {
  margin-bottom: 120px;
}

.wrapper-phrase.landing__container {
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

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

.wrapper-phrase.section__secondary-page {
  padding-top: 120px;
}

.wrapper-phrase.d-none {
  display: none;
}

.wrapper-phrase.padding-section {
  border: 1px solid #0000001a;
  border-radius: 24px;
  padding: 45px;
}

.button {
  background-color: var(--violet-500);
  box-shadow: 0 0 0 0 var(--green-500);
  color: var(--white-500);
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.button:hover {
  background-color: #a053ae;
  box-shadow: 0 0 0 2px #a053ae;
}

.button:active {
  box-shadow: 0 0 0 0 var(--green-500);
  opacity: .8;
}

.button:focus-visible, .button[data-wf-focus-visible] {
  box-shadow: 0 0 0 0 var(--green-500);
  outline-color: var(--green-500);
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: dotted;
}

.button.bg-black {
  background-color: var(--anthracite-500);
  box-shadow: 0 0 0 0 var(--anthracite-500);
}

.button.bg-black:hover {
  box-shadow: 0 0 0 2px var(--anthracite-500);
  opacity: .8;
}

.button.bg-black:active {
  box-shadow: 0 0 0 0 var(--anthracite-500);
  opacity: .7;
}

.button.bg-black:focus-visible, .button.bg-black[data-wf-focus-visible] {
  outline-color: var(--anthracite-500);
}

.button.bg-blue {
  background-color: var(--primary-500);
  letter-spacing: .05rem;
  font-family: Geomanist, sans-serif;
  font-weight: 400;
}

.button.bg-blue:hover {
  box-shadow: 0 0 0 2px var(--primary-400);
}

.c-footer {
  opacity: .3;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  transition: all .2s ease-in-out;
  display: flex;
}

.c-footer:hover {
  opacity: .7;
}

.c-footer:focus-visible, .c-footer[data-wf-focus-visible] {
  opacity: .5;
}

.c-navbar {
  z-index: 999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffffe6;
  width: 100%;
  position: fixed;
  top: 0;
  box-shadow: 0 2px 40px #0000000d;
}

.button__icon {
  margin-left: 8px;
}

.navbar__container {
  justify-content: space-between;
  align-items: center;
  padding: 16px 40px;
  display: flex;
}

.navbar__logo-img {
  height: 45px;
}

.c-navbar-button.mobile {
  z-index: 999;
  background-image: linear-gradient(#fff0, #ffffff80);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 16px;
  display: none;
  position: fixed;
  bottom: 0;
}

.section__landing {
  background-image: linear-gradient(#fff0, #fff), linear-gradient(200deg, #c172cf33, #3b61e100);
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 85vh;
  margin-bottom: 80px;
  padding-top: 140px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.footer__logo-img.is-old {
  display: none;
}

.footer__menu {
  display: flex;
}

.footer__menu-item-link {
  color: var(--anthracite-500);
  padding: 10px 16px;
  text-decoration: none;
}

.footer__menu-item-link.last {
  padding-right: 0;
}

.landing__col-r {
  z-index: 1;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.landing__col-l {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  max-height: 640px;
  margin-right: 64px;
  padding-top: 100px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.landing__col-l-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.landing__subtext {
  opacity: .8;
  margin-top: 32px;
  margin-bottom: 40px;
  font-size: 1.125rem;
  line-height: 140%;
}

.landing__subtext.no-margin-bottom {
  margin-bottom: 0;
}

.section__cta {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
}

.cta__col-l {
  color: var(--white-500);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.cta__col-r {
  height: 100%;
  min-height: 40vh;
  position: relative;
}

.cta__list {
  margin-top: 40px;
}

.cta__list-item {
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.cta__list-item-icon {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.cta__facecam {
  z-index: 2;
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
  border-radius: 24px;
  width: 12vw;
  min-width: 92px;
  max-width: 140px;
  height: 16vw;
  min-height: 120px;
  max-height: 180px;
  position: absolute;
  top: -40px;
  right: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px #0000001a;
}

.cta__cta {
  z-index: 3;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffffe6;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  width: 98%;
  min-width: 28rem;
  padding: 16px 16px 16px 22px;
  display: flex;
  position: absolute;
  bottom: -16px;
  right: -16px;
  box-shadow: 0 2px 20px #0000001a;
}

.cta__cta-text {
  opacity: .8;
  color: var(--anthracite-500);
  margin-right: 16px;
  font-size: .75rem;
  line-height: 120%;
}

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

.landing__h1--bold {
  color: var(--anthracite-500);
  position: relative;
}

.landing__h1--livie {
  color: #0000;
  text-align: center;
  width: 8rem;
  display: inline-block;
}

.section__recap.margin-b-80 {
  margin-top: 100px;
  margin-bottom: 80px;
  overflow: hidden;
}

.section__infos.margin-b-120 {
  display: block;
  overflow: hidden;
}

.section__infos.margin-b-120.d-none {
  display: none;
}

.infos__container-col {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.infos__h2-tooltip {
  background-color: var(--anthracite-500);
  color: var(--white-500);
  letter-spacing: .01rem;
  border-radius: 16px;
  margin-left: -3px;
  padding: 8px 16px;
  font-family: Geomanist, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
  display: inline-block;
  position: absolute;
  transform: translate(-50%, -120%);
}

.infos__h2 {
  margin-bottom: 32px;
  position: relative;
}

.infos__chatgpt {
  color: #74aa9c;
  background-color: #74aa9c1a;
  border-radius: 16px;
  align-items: center;
  margin-bottom: 16px;
  padding: 4px 12px 4px 4px;
  display: flex;
}

.infos__chatgpt-img {
  margin-right: 8px;
}

.infos__p-bottom {
  overflow: hidden;
}

.infos__more-button {
  color: var(--anthracite-500);
  border: 1px solid #0d0d0d0d;
  border-radius: 24px;
  align-items: center;
  margin-top: 16px;
  padding: 6px 10px 6px 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.infos__more-button:hover {
  background-color: #0d0d0d0d;
  border-color: #0d0d0d00;
}

.infos__more-button:active {
  background-color: #0d0d0d1a;
  border-color: #0d0d0d00;
}

.infos__more-button:focus-visible, .infos__more-button[data-wf-focus-visible] {
  border-color: #0d0d0d33;
}

.infos__more-button-text {
  margin-right: 8px;
}

.infos__more-button-text.is-show-less {
  display: none;
}

.infos__p {
  position: relative;
}

.infos__p-hidegradient {
  background-image: linear-gradient(to bottom, #fff0, var(--white-500));
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.section__gradient {
  z-index: -1;
  width: 100%;
  height: 20px;
  max-height: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.cta__container {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  background-color: var(--anthracite-500);
  background-image: linear-gradient(210deg, #c172cf99 10%, #c172cf00 50%, #c172cf66 90%);
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px;
  display: grid;
}

.section__heading {
  text-align: center;
  width: 80%;
  max-width: 720px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.section__heading.smaller-margin {
  margin-bottom: 45px;
}

.section__heading-subtext {
  opacity: .8;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
  line-height: 120%;
}

.section__heading-h2.is-center {
  text-align: center;
}

.section__heading-h2.margin-bottom {
  margin-bottom: 80px;
}

.margin-b-120 {
  margin-bottom: 120px;
}

.section__pourquoi.margin-b-120 {
  margin-top: -10px;
  padding-top: 10px;
  overflow: hidden;
}

.section__pourquoi.margin-b-120.d-none {
  display: none;
}

.has-gradient {
  max-width: 100vw;
  padding-top: 80px;
  position: relative;
}

.section__intro.margin-b-80 {
  margin-bottom: 80px;
  overflow: hidden;
}

.section__intro.bg-black {
  background-color: #000;
  background-image: linear-gradient(210deg, #c172cf99 10%, #c172cf33 52%, #c172cfa6 90%);
  margin: 100px 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section__heading-subtext--highlight {
  color: var(--violet-500);
  padding: 2px;
}

.section__heading-note {
  opacity: .8;
  color: var(--violet-500);
  margin-top: 8px;
  font-weight: 500;
}

.section__heading-note--big {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
}

.intro__features {
  background-color: var(--white-500);
  border: 1px solid #f3f3f3;
  border-bottom-color: #e7e7e7;
  border-radius: 24px;
  margin-top: 80px;
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
}

.intro__features.d-none {
  display: none;
}

.intro__feature-item {
  flex-direction: column;
  display: flex;
}

.intro__feature-item.d-none {
  display: none;
}

.intro__feature-item-toggle {
  border-bottom: 1px solid #e7e7e7;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px 0;
  display: flex;
}

.intro__feature-item-toggle.w--open, .intro__feature-item-toggle.is-last {
  border: 1px #000;
}

.intro__feature-item-heading {
  align-items: center;
  display: flex;
}

.pourquoi__feature-item-icon {
  width: 24px;
  height: 24px;
}

.pourquoi__feature-item-icon.is-color-purple {
  color: #c172cf;
}

.pourquoi__feature-item-icon.is-color-pink {
  color: #f4709f;
}

.pourquoi__feature-item-icon.is-color-yellow {
  color: #e7a85a;
}

.pourquoi__feature-item-icon.is-color-orange {
  color: #fd8672;
}

.intro__feature-item-heading-icon {
  margin-right: 16px;
}

.intro__feature-item-dropdown.w--open {
  background-color: #0000;
  padding-bottom: 24px;
  display: flex;
  position: static;
  overflow: hidden;
}

.intro__feature-item-dropdown__col-l {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  min-height: 360px;
  margin-right: 40px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.intro__feature-item-dropdown__col-r {
  background-color: #f8f8f8;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 400px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  overflow: hidden;
}

.intro__feature-item-dropdown-text {
  margin-bottom: 40px;
}

.intro__feature-item-heading-h3 {
  white-space: normal;
}

.intro__feature-item-heading-h3.color-purple {
  color: #c172cf;
}

.intro__feature-item-heading-h3.color-pink {
  color: #f4709f;
}

.intro__feature-item-heading-h3.color-yellow {
  color: #e7a85a;
}

.intro__feature-item-heading-h3.color-orange {
  color: #fd8672;
}

.intro__feature-item-dropdown__video {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.intro__feature-item-dropdown__video.d-none {
  display: none;
}

.intro__livie {
  background-color: #fffc;
  border: 1px solid #f3f3f3;
  border-radius: 24px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.intro__livie.margin-b-120 {
  display: none;
}

.intro__livie-header {
  border-bottom: 1px solid #f3f3f3;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.intro__livie-avatar {
  background-color: #f8f8f8;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.intro__livie-avatar.is-message {
  margin-left: -40px;
  margin-right: 8px;
}

.intro__livie-header-status {
  color: #4ac169;
  text-transform: uppercase;
  background-color: #4ac1691a;
  border-radius: 1rem;
  align-items: center;
  margin-left: 8px;
  padding: 4px 8px;
  display: flex;
}

.intro__livie-header-status-chip {
  background-color: #4ac169;
  border-radius: 1rem;
  width: .5rem;
  height: .5rem;
  margin-right: 6px;
}

.intro__livie-header-name {
  margin-left: 16px;
  font-size: 1.25rem;
  line-height: 120%;
}

.intro__livie-container {
  padding: 24px;
}

.intro__livie-bottom {
  align-items: center;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.intro__livie-bottom-input {
  cursor: not-allowed;
  border: 1px solid #f3f3f3;
  border-radius: 16px;
  width: 100%;
  height: 40px;
}

.intro__livie-bottom-input.is-submit {
  background-color: #f3f3f3;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 8px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.intro__livie-message {
  align-items: flex-end;
  margin-bottom: 8px;
  padding-left: 40px;
  display: flex;
  overflow: hidden;
}

.intro__livie-message.is-sent {
  flex-direction: row-reverse;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 40px;
}

.intro__livie-message-text {
  background-color: #f3f3f3;
  border-radius: 16px;
  max-width: 60%;
  padding: 16px 18px;
}

.intro__livie-message-text.is-last-received {
  border-bottom-left-radius: 4px;
}

.intro__livie-message-text.is-last-received.is-writing {
  padding-top: 8px;
  padding-bottom: 10px;
}

.intro__livie-message-text.is-sent {
  background-color: var(--primary-500);
  color: var(--white-500);
}

.intro__livie-message-text.is-sent.is-last {
  border-bottom-right-radius: 4px;
}

.intro__livie-user-avatar {
  background-color: #3b61e133;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.intro__livie-user-avatar.is-message {
  margin-left: 8px;
  margin-right: -40px;
}

.intro__livie-reactions {
  align-items: center;
  padding-left: 40px;
  display: flex;
}

.intro__livie-reaction {
  color: var(--anthracite-500);
  border: 1px solid #f3f3f3;
  border-radius: 16px;
  margin-right: 4px;
  padding: 6px 16px;
  font-size: 1.125rem;
  line-height: 140%;
  text-decoration: none;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
  position: relative;
}

.intro__livie-reaction:hover {
  background-color: #f3f3f3;
}

.intro__livie-reaction:active {
  transform: scale(.9);
}

.intro__livie-reaction:focus-visible, .intro__livie-reaction[data-wf-focus-visible] {
  outline-color: var(--primary-500);
  outline-offset: 1px;
  outline-width: 1px;
  outline-style: dotted;
}

.intro__livie-container-sent {
  padding-top: 8px;
  padding-bottom: 8px;
}

.intro__livie-blurredbg {
  z-index: -1;
  box-shadow: inset 0 0 50px 50px var(--white-500);
  opacity: .2;
  filter: blur(8px);
  background-image: url('../images/img-intro.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100vw;
  width: 100vw;
  height: 120vh;
  max-height: 720px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.recap__item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f8f8f8;
  border: 1px solid #0d0d0d0d;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  padding: 16px;
  display: flex;
  overflow: hidden;
}

.recap__item-text {
  background-image: linear-gradient(#f8f8f800, #f8f8f8 20%);
  position: relative;
}

.recap__item-text-title {
  text-align: center;
  letter-spacing: .01rem;
  margin-bottom: 8px;
  font-family: Geomanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 120%;
}

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

.recap__item-text-text.max-width {
  max-width: 700px;
}

.intro__livie-message-writing-anim {
  opacity: .2;
  width: 24px;
}

.intro__livie-reaction-emoji.is-animation {
  opacity: 0;
  display: none;
  position: absolute;
  bottom: 0;
}

.title__livie-animation {
  width: 8.5rem;
  position: absolute;
  top: -1.4rem;
  left: -20px;
}

.landing__heading {
  flex-direction: row;
  align-items: center;
  display: flex;
  position: relative;
}

.pourquoi__container {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 100px;
  display: grid;
}

.pourquoi__container.is-col-reverse {
  grid-template-columns: .75fr 1fr;
  margin-bottom: 80px;
}

.pourquoi__container.is-col-reverse.margin-small {
  margin-bottom: 40px;
}

.pourquoi__container.is-col-reverse.margin-small.is--last {
  margin-bottom: 0;
}

.pourquoi__container.is-col-reverse.is-last, .pourquoi__container.is--last {
  margin-bottom: 40px;
}

.pourquoi__container.recap__item {
  width: 110%;
  padding: 24px 24px 24px 50px;
  overflow: visible;
}

.pourquoi__col-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.pourquoi__col-text.padding-left {
  padding-left: 50px;
}

.pourquoi__col-img {
  background-color: #f8f8f8;
  background-image: url('../images/illu-1-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #0d0d0d1a;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 40px 24px;
  display: flex;
  overflow: hidden;
}

.pourquoi__col-img.is-illu-2 {
  background-image: url('../images/illu-2-bg.svg');
}

.pourquoi__col-img.no--papding {
  padding: 0;
  position: relative;
  overflow: visible;
}

.pourquoi__col-img.flex-vertical {
  background-color: #0000;
  background-image: url('../images/illu-1-bg.svg');
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  padding: 2px 18px 9px 15px;
}

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

.pourquoi__text-p.is-last {
  margin-bottom: 24px;
}

.pourquoi__text-p.white {
  color: var(--white-500);
}

.pourquoi__img {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.pourquoi__img.position--img {
  object-position: 10% 50%;
}

.pourquoi__img.position--right {
  object-position: 100% 50%;
  min-height: 100%;
}

.pourquoi__bulle {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.pourquoi__bulle.is-last {
  justify-content: flex-start;
  margin-bottom: 0;
}

.pourquoi__bulle-text {
  background-color: #f8f8f8;
  border-radius: 16px;
  width: 15rem;
  margin-left: 16px;
  padding: 12px 16px;
}

.pourquoi__bulle-avatar {
  background-color: var(--white-500);
  background-image: linear-gradient(#c172cf1a, #c172cf1a);
  border-radius: 80px;
  padding: 10px;
  position: relative;
}

.pourquoi__bulle-avatar.is-color-orange {
  background-image: linear-gradient(#fd86721a, #fd86721a);
}

.pourquoi__bulle-avatar-livie {
  box-shadow: 0 0 0 2px var(--white-500);
  background-color: #f3f3f3;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
  position: absolute;
  inset: auto -20% -20% auto;
}

.pourquoi__text-heading {
  font-weight: 500;
}

.pourquoi__text-heading.white {
  color: var(--white-500);
}

.recap__item-img {
  width: 100%;
}

.recap__item-img.is-item-3, .recap__item-img.is-item-5 {
  width: 150px;
}

.recap__item-img-container {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.video__button-playpause {
  opacity: .5;
  transition: all .2s ease-in-out;
}

.video__button-playpause:hover {
  opacity: .8;
}

.video__button-playpause:active {
  opacity: .6;
  transform: scale(.9);
}

.video__button-playpause:focus-visible, .video__button-playpause[data-wf-focus-visible] {
  opacity: 1;
}

.video__button-state {
  opacity: .6;
  background-color: #2f2f2f;
  border-radius: 40px;
  padding: 8px;
  display: flex;
}

.video__button-state-icon {
  width: 24px;
  height: 24px;
}

.cta__facecam-video {
  opacity: .8;
  width: 100%;
  height: 100%;
}

.cta__video {
  z-index: 1;
  object-fit: contain;
  background-image: url('../images/livie-immo-footer.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.section__mentions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 80px;
  display: grid;
}

.mentions__col {
  background-color: #f3f3f3;
  border-radius: 16px;
  padding: 24px;
  line-height: 180%;
}

.mentions__heading {
  color: var(--primary-500);
  margin-top: -1rem;
}

.mentions__heading--subtitle {
  opacity: .5;
  color: var(--anthracite-500);
  text-transform: uppercase;
  font-family: Geomanist, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
  display: inline-block;
}

.section__confidentialite {
  margin-top: 40px;
  margin-bottom: 80px;
}

.section__404 {
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  padding-top: 82px;
  display: flex;
}

._404__container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._404__heading {
  color: var(--primary-500);
}

._404__subheading {
  color: var(--primary-400);
  text-transform: uppercase;
}

._404__text {
  width: 80%;
  max-width: 720px;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404__animation {
  margin-bottom: 20px;
  margin-left: -16px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_trigger, .fs-cc-manager_trigger, .fs-cc-banner_trigger {
  display: none;
}

.slide__number.slide-2, .slide__number.slide-3 {
  display: block;
}

.services__mobile-slider.swiper {
  max-width: 100%;
  display: block;
}

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

.max-width {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.progress-bar__active {
  background-color: #0d0d0d;
  width: 30%;
  height: 2px;
}

.services__image-wrapper {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.progress__container {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 10%;
}

.swiper__services__content-heading {
  z-index: 3;
  font-family: p22-mackinac-pro, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
}

.swiper__services__content-heading.is-services {
  text-align: left;
}

.swiper__services__content-heading.is-services.is-right {
  text-align: right;
}

.projets__slider-arrow-icon {
  width: 12px;
  height: 12px;
}

.projets__slider-arrow-icon.is-reverse {
  transform: rotate(180deg);
}

.services__content-wrapper {
  overflow: hidden;
}

.services__content-wrapper.swiper-wrapper {
  max-width: 100%;
}

.progress-bar__bg {
  background-color: #2525254d;
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  height: 2px;
  display: flex;
}

.services__mobile-image {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.services__img-container {
  height: 100vh;
  position: sticky;
  top: 0;
}

.projets__slider-arrow {
  color: #252525;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #25252526;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: all .2s ease-in-out;
  display: flex;
}

.projets__slider-arrow:hover {
  filter: none;
  background-color: #fff;
}

.services__grid {
  grid-column-gap: 80px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: sticky;
  top: 0;
}

.services__mobile-slider-controls {
  margin-top: 20px;
}

.services__mobile-slider-controls.d-none {
  display: none;
}

.services__content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.services__content.is-right {
  align-items: flex-end;
}

.container-phrase {
  margin-top: -8rem;
  position: relative;
}

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

.services__mobile-image-wrapper {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.services__image {
  z-index: 1;
  object-fit: contain;
  border: 1px #0d0d0d1a;
  border-radius: 12px;
  width: 500px;
  max-width: 500px;
  height: 500px;
  max-height: 500px;
  position: absolute;
  inset: auto;
}

.services__images-inner-wrapper {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 500px;
  max-width: 500px;
  height: 500px;
  max-height: 500px;
  display: flex;
  position: relative;
}

.global-section {
  width: 100%;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.global-section.is-expertises {
  padding-top: 0;
  padding-bottom: 0;
}

.services__mobile {
  max-width: 100%;
  display: none;
}

.c--body {
  width: 100%;
  max-width: 100%;
}

.c-text {
  color: var(--primary-500);
}

.c-text.is-faded {
  color: #0d0d0d80;
  text-align: right;
  font-size: 1rem;
}

.c-text.is-black {
  color: var(--anthracite-500);
  text-align: center;
}

.c-paragraph.is-right {
  text-align: right;
}

.section__intro-bg {
  z-index: -1;
  opacity: .05;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.section__intro-bg.is-popup {
  z-index: 1;
  position: absolute;
}

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

.swiper__services-wrapper.swiper.d-none {
  display: none;
}

.swiper__services-container {
  height: 100%;
  display: flex;
}

.swiper__services-container.swiper-wrapper {
  flex-direction: row;
  align-items: center;
  height: auto;
  display: flex;
}

.swiper__services-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 12px;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.swiper__services-content.swiper-slide {
  flex-direction: column;
  padding-bottom: 19px;
}

.swiper__services__content-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.slider__content-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider__content__wrapper-image {
  cursor: grab;
  border: 1px solid #0d0d0d1a;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  padding: 20px 15px 5px;
  display: flex;
  position: relative;
}

.slider-content {
  width: 500px;
  height: 580px;
  margin-right: 20px;
}

.arrow__slider-icon {
  color: var(--white-500);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  transform: rotate(0);
}

.slider__content__image {
  object-fit: contain;
  border-radius: 12px;
  height: 100%;
}

.arrow__slider {
  background-color: var(--anthracite-500);
  cursor: pointer;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.arrow__slider:hover {
  background-color: #0d0d0dcc;
}

.arrow__slider.left {
  right: 60px;
}

.arrow__slider.right {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.slider-mask {
  width: 100%;
  overflow: visible;
}

.slider-wrapper {
  background-color: #0000;
  border-radius: 12px;
  height: auto;
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
}

.slider-wrapper.d-none {
  display: none;
}

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

.text-span, .text-span-2 {
  color: var(--primary-500);
}

.quick-stack {
  padding: 0;
}

.primary {
  color: var(--violet-500);
  -webkit-text-stroke-color: var(--green-500);
}

.swiper-flex {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.img__chatbot {
  object-fit: contain;
  border-radius: 16px;
  height: 100%;
  overflow: hidden;
}

.ligthbox__conv.left {
  background-color: #f8f8f8;
  border: 1px solid #0d0d0d1a;
  border-radius: 8px;
  height: 200px;
  padding: 10px;
  transition: transform .3s ease-in-out;
  position: absolute;
  bottom: -40px;
  left: -40px;
  overflow: hidden;
}

.ligthbox__conv.left:hover {
  transform: translate(0, -10px);
}

.ligthbox__conv.right {
  background-color: #f8f8f8;
  border: 1px solid #0d0d0d1a;
  border-radius: 8px;
  height: 200px;
  padding: 10px;
  transition: transform .3s ease-in-out;
  position: absolute;
  bottom: -40px;
  right: -40px;
}

.ligthbox__conv.right:hover {
  transform: translate(0, -10px);
}

.ligthbox__img {
  object-fit: contain;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: static;
}

.img__comparateur {
  mix-blend-mode: multiply;
  align-self: flex-start;
  height: 250px;
}

.img__avis {
  mix-blend-mode: multiply;
  align-self: flex-end;
  height: 195px;
}

.container__comparateur {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 10px;
  display: flex;
}

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

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

.plan__icon {
  width: 3rem;
  height: 3rem;
}

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

.pricing__feature {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.margin-bottom, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxsmall, .margin-bottom.margin-small, .margin-bottom.margin-large {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.pricing-feature__icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.pricing__tab-link {
  background-color: #0000;
  border: 1px #0000;
  padding: .7rem 1.5rem;
}

.pricing__tab-link.w--current {
  background-color: var(--primary-400);
  color: var(--white-500);
  border-style: none;
  border-radius: 5px;
  padding-top: .7rem;
  padding-bottom: .7rem;
  font-weight: 400;
}

.pricing__feature-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 10px;
}

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

.pricing__top-right {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.pricing__component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 2rem;
  display: flex;
}

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

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

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

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

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

.pricing__tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f8f8f8;
  border: 1px solid #0d0d0d0d;
  border-radius: .5rem;
  align-self: center;
  margin-bottom: 2rem;
  padding: 5px;
  display: flex;
}

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

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

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

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

.pricing__content-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

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

.pricing__plan {
  background-color: #f8f8f8;
  border: 1px solid #0d0d0d0d;
  border-radius: 1rem;
  padding: 2rem;
}

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

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

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

.title__wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.pricing__number {
  font-family: p22-mackinac-pro, sans-serif;
  font-size: 3rem;
  line-height: 110%;
}

.pricing__subtitle {
  font-size: 2rem;
}

.pricing__h2 {
  margin-bottom: .5rem;
  font-family: p22-mackinac-pro, sans-serif;
  font-size: 2rem;
  line-height: 140%;
}

.navbar {
  background-color: #0000;
  border-bottom: 1px solid #0000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

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

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

.button-3.is-secondary {
  color: #0000;
  background-color: #0000;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

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

.navbar_menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
  position: static;
}

.navbar_menu-button {
  padding: 0;
}

.navbar1_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
}

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

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

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

.navbar1_link {
  padding: .5rem 1rem;
}

.navbar1_link.w--current {
  color: #0000;
}

.nav__link {
  color: var(--anthracite-500);
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1.1rem;
  font-weight: 400;
  display: none;
}

.nav__link.w--current {
  color: var(--anthracite-500);
}

.c-popup {
  z-index: 1000;
  background-color: #0d0d0d80;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.c-popup__wrapper {
  background-color: var(--white-500);
  border-radius: 30px;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: auto;
  max-height: 90%;
  margin-top: 30px;
  padding: 50px 30px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-popup__content {
  z-index: 3;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
  overflow: scroll;
}

.c-popup__title-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.c-popup__form {
  background-color: #f8f8f8;
  border: 1px solid #0d0d0d0d;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 400px;
  max-height: 480px;
  padding: 30px 30px 40px;
  display: flex;
  overflow: scroll;
}

.c-popup__form-content {
  width: 100%;
}

.c-popup__close {
  z-index: 5;
  color: var(--primary-500);
  cursor: pointer;
  background-color: #f8f8f8;
  border: 1px solid #0d0d0d0d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .2s ease-in-out;
  display: flex;
  position: absolute;
  inset: 15px 15px auto auto;
}

.c-popup__close:hover {
  background-color: var(--primary-400);
  color: var(--white-500);
}

.close__icon {
  width: 22px;
  height: 22px;
}

.embed-podcast {
  border: 1px solid #0d0d0d1a;
  border-radius: 24px;
  height: 150px;
  overflow: hidden;
}

.rich__text-article {
  max-width: 750px;
  margin: 140px auto 40px;
}

.rich__text-article a {
  color: var(--violet-500);
}

.navbar__slogan {
  color: var(--violet-500);
  background-color: #c172cf1f;
  border-radius: 10px;
  padding: 6px 12px;
  font-family: p22-mackinac-pro, sans-serif;
  font-size: 1.1rem;
  line-height: 110%;
}

.wrapper-nav-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title__livie-animation-2 {
  width: 7.5rem;
  position: absolute;
  top: -1.6rem;
  left: -4px;
}

.link {
  color: var(--violet-500);
}

.hero__image {
  border-radius: 200px;
  width: 150px;
  height: 150px;
  position: absolute;
}

.hero__image.bottom {
  opacity: .5;
  background-image: url('../images/Illustration_Homme.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  bottom: 140px;
  right: -80px;
}

.hero__image.top {
  opacity: .9;
  background-image: url('../images/Illustration_Femme.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  top: 80px;
  left: -130px;
}

.landing__screen {
  z-index: 1;
  object-fit: contain;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 20px #0000000d;
}

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

@media screen and (min-width: 1280px) {
  .services__image-wrapper {
    z-index: 2;
    width: 500px;
    height: 100%;
  }

  .progress__container {
    bottom: 10%;
  }

  .services__img-container {
    height: 100vh;
  }

  .services__grid {
    padding-top: 0;
    padding-bottom: 50px;
    padding-left: 0;
  }

  .services__content {
    height: 100vh;
  }

  .global-section.is-expertises {
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .c-popup {
    display: none;
  }

  .c-popup__form {
    max-height: 500px;
  }
}

@media screen and (max-width: 991px) {
  .wrapper-phrase {
    width: 90%;
  }

  .wrapper-phrase.landing__container, .wrapper-phrase.infos__container {
    grid-template-columns: 1fr;
  }

  .wrapper-phrase.padding-section {
    padding: 30px;
  }

  .c-footer {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar__container {
    flex-direction: row;
  }

  .section__landing {
    height: auto;
    max-height: none;
    margin-bottom: 0;
    padding-top: 120px;
  }

  .footer__logo-link {
    margin-bottom: 16px;
  }

  .footer__logo-link.w--current {
    margin-bottom: auto;
  }

  .landing__col-r {
    max-width: 380px;
    height: 60vh;
    margin-left: auto;
    margin-right: auto;
  }

  .landing__col-l {
    padding-top: 0;
    padding-bottom: 0;
  }

  .landing__subtext.no-margin-bottom {
    margin-top: 20px;
  }

  .section__cta {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta__list {
    margin-top: 0;
  }

  .cta__list-item {
    margin-top: 20px;
  }

  .cta__list-item.first {
    margin-top: 12px;
  }

  .cta__facecam {
    inset: -24px 12px auto auto;
  }

  .cta__cta {
    inset: auto 50% -20px;
    transform: translate(-50%);
  }

  .title {
    font-size: 2rem;
  }

  .section__recap.margin-b-80 {
    margin-top: 32px;
    margin-bottom: 24px;
  }

  .section__infos.margin-b-120 {
    margin-bottom: 40px;
  }

  .cta__container {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    padding: 40px 40px 50px;
  }

  .section__heading {
    width: 100%;
    margin-bottom: 40px;
  }

  .section__heading-subtext {
    font-size: 1.125rem;
  }

  .section__heading-h2 {
    font-size: 1.75rem;
  }

  .section__heading-h2.margin-bottom.text-align-center {
    margin-bottom: 36px;
  }

  .section__pourquoi.margin-b-120 {
    margin-bottom: 40px;
  }

  .has-gradient {
    padding-top: 64px;
  }

  .section__intro.bg-black {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section__heading-note {
    font-size: .875rem;
  }

  .intro__features {
    padding-left: 16px;
    padding-right: 16px;
  }

  .intro__feature-item-toggle {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .intro__feature-item-dropdown.w--open {
    flex-direction: column;
  }

  .intro__feature-item-dropdown__col-l {
    justify-content: flex-start;
    width: 100%;
    min-height: auto;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .intro__feature-item-dropdown__col-r {
    width: 100%;
    height: 60vh;
  }

  .intro__livie.margin-b-120 {
    width: 90%;
  }

  .recap__item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .recap__item-text-title {
    margin-bottom: 4px;
    font-size: 1.0625rem;
  }

  .recap__item-text-text.max-width {
    max-width: 100%;
    font-size: .9375rem;
    line-height: 135%;
  }

  .title__livie-animation {
    width: 7.5rem;
    top: -1.6rem;
    left: -14px;
  }

  .landing__heading {
    margin-left: auto;
    margin-right: auto;
  }

  .pourquoi__container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }

  .pourquoi__container.is-col-reverse {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .pourquoi__container.is-col-reverse.margin-small {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    margin-bottom: 32px;
  }

  .pourquoi__container.is-col-reverse.is-last, .pourquoi__container.is--last {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    margin-bottom: 0;
  }

  .pourquoi__container.recap__item {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    background-color: #0000;
    border-style: none;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }

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

  .pourquoi__col-text.padding-left {
    padding-left: 0;
  }

  .pourquoi__col-img {
    min-height: auto;
    max-height: 60vh;
  }

  .pourquoi__col-img.no--papding {
    max-height: 400px;
  }

  .pourquoi__col-img.flex-vertical {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
    max-height: none;
    padding-top: 9px;
  }

  .pourquoi__text-heading {
    font-size: 1.5rem;
  }

  .recap__item-img.is-item-3, .recap__item-img.is-item-5 {
    width: 120px;
  }

  .section__404 {
    height: auto;
  }

  ._404__container {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .cta__heading {
    text-align: center;
    width: 100%;
    font-size: 1.75rem;
  }

  .services__mobile-slider.swiper {
    display: block;
  }

  .swiper__services__content-heading {
    font-size: 1.25rem;
  }

  .services__content-wrapper.swiper-wrapper {
    flex-direction: row;
    display: flex;
    overflow: visible;
  }

  .services__mobile-image {
    height: 100%;
    position: static;
  }

  .services__img-container {
    display: none;
  }

  .projets__slider-arrow:hover {
    filter: invert();
  }

  .services__grid {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-left: 0;
    display: none;
  }

  .services__mobile-slider-controls {
    justify-content: flex-end;
    display: flex;
  }

  .services__content {
    justify-content: space-between;
    height: auto;
  }

  .services__content.swiper-slide {
    grid-row-gap: 30px;
    width: 100%;
    min-width: 100%;
  }

  .container-phrase {
    margin-top: 0;
  }

  .services__mobile-image-wrapper {
    border-radius: 10px;
    width: 100%;
    height: 400px;
    display: block;
    overflow: hidden;
  }

  .global-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .services__mobile {
    display: none;
  }

  .slider__content__wrapper-image {
    height: 425px;
  }

  .slider-wrapper {
    padding-bottom: 3rem;
  }

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

  .ligthbox__conv.left {
    padding: 4px;
    bottom: -12px;
    left: -12px;
  }

  .ligthbox__conv.right {
    padding: 4px;
    bottom: -12px;
    left: -12px;
    right: auto;
  }

  .img__comparateur {
    align-self: flex-start;
  }

  .img__avis {
    align-self: auto;
  }

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

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

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

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

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

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

  .menu-icon1_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar_menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border: 1px #000;
    justify-content: flex-end;
    align-items: center;
    padding: 0 0% 0 5%;
    position: static;
    overflow: auto;
  }

  .navbar_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar_menu-button.w--open {
    background-color: #0000;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

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

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

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon1_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

  .c-popup__wrapper {
    width: 85%;
    height: auto;
    max-height: 90%;
    padding: 30px 20px 20px;
  }

  .c-popup__content {
    align-items: center;
  }

  .c-popup__title-wrapper {
    width: 90%;
  }

  .c-popup__form {
    align-items: flex-start;
    width: 100%;
    min-height: 450px;
    max-height: 450px;
    padding: 20px 25px 30px;
  }

  .embed-podcast {
    height: auto;
  }

  .rich__text-article {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rich__text-article h1 {
    font-size: 2rem;
  }

  .rich__text-article h2 {
    font-size: 1.75rem;
  }

  .rich__text-article h3 {
    font-size: 1.5rem;
  }

  .navbar__slogan {
    font-size: .8rem;
  }

  .wrapper-nav-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hero__image {
    width: 120px;
    height: 120px;
  }

  .hero__image.bottom {
    width: 85px;
    height: 85px;
    bottom: 110px;
    right: -50px;
  }

  .hero__image.top {
    left: -80px;
  }

  .landing__screen {
    object-fit: contain;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.25rem;
    line-height: 120%;
  }

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

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

  .wrapper-phrase {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrapper-phrase.landing__container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrapper-phrase.padding-section {
    padding: 20px;
  }

  .c-footer {
    flex-direction: column;
    padding-bottom: 16px;
  }

  .c-navbar {
    width: 100vw;
  }

  .navbar__container {
    padding: 8px 16px;
  }

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

  .footer__menu-item-link.last {
    padding-right: 16px;
  }

  .landing__col-r {
    object-fit: contain;
  }

  .landing__col-l {
    width: auto;
    margin-right: 0;
  }

  .cta__col-r {
    border-radius: 24px;
  }

  .cta__cta {
    flex-direction: column;
    width: 90%;
    min-width: auto;
    display: none;
  }

  .cta__cta-text {
    text-align: center;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .landing__h1--livie {
    width: 7.6rem;
  }

  .section__gradient {
    width: 200%;
  }

  .cta__container {
    padding: 32px 24px 24px;
  }

  .section__heading-subtext {
    line-height: 120%;
  }

  .intro__feature-item-dropdown__col-l {
    padding-left: 0;
    padding-right: 0;
  }

  .intro__feature-item-heading-h3 {
    font-size: 1.25rem;
  }

  .intro__livie.margin-b-120 {
    width: 100%;
  }

  .intro__livie-header {
    padding: 12px 16px;
  }

  .intro__livie-container {
    padding: 16px;
  }

  .intro__livie-bottom {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .intro__livie-message-text {
    max-width: 80%;
  }

  .title__livie-animation {
    width: 8rem;
  }

  .landing__heading {
    margin-left: 0;
  }

  .pourquoi__col-img.no--papding {
    max-height: 350px;
  }

  .pourquoi__col-img.flex-vertical {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .recap__item-img.is-item-3, .recap__item-img.is-item-5 {
    width: 100px;
  }

  .recap__item-img-container {
    height: auto;
  }

  .cta__video {
    object-fit: contain;
  }

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

  ._404__container {
    width: 90%;
  }

  .services__image-wrapper {
    display: none;
  }

  .swiper__services__content-heading {
    font-size: 1rem;
  }

  .services__content-wrapper.swiper-wrapper {
    flex-direction: row;
    display: flex;
  }

  .services__mobile-image {
    position: static;
  }

  .services__img-container {
    display: none;
  }

  .services__grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .services__content {
    grid-row-gap: 30px;
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .services__content.swiper-slide {
    flex-direction: column;
    min-width: 100%;
    display: flex;
  }

  .services__mobile-image-wrapper {
    width: 100%;
    height: 300px;
    margin-top: 10px;
    display: block;
  }

  .global-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .section__intro-bg {
    width: 100vw;
  }

  .slider__content__wrapper-image {
    height: 340px;
  }

  .slider-content {
    width: 80%;
  }

  .slider-mask {
    overflow: hidden;
  }

  .ligthbox__img {
    width: auto;
  }

  .img__comparateur, .img__avis {
    object-fit: contain;
    width: 100%;
    max-width: 50%;
  }

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

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

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

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

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

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

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .pricing__feature-list {
    grid-template-columns: 1fr;
  }

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

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

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

  .navbar_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

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

  .c-popup {
    display: flex;
  }

  .c-popup__wrapper {
    width: 90%;
    height: auto;
    margin-top: 20px;
  }

  .c-popup__content {
    align-items: center;
  }

  .c-popup__title-wrapper {
    width: 80%;
  }

  .c-popup__form {
    align-items: flex-start;
    width: 100%;
    min-height: 350px;
    max-height: 500px;
    padding: 20px 15px 30px;
    overflow: scroll;
  }

  .navbar__slogan {
    display: none;
  }

  .title__livie-animation-2 {
    width: 8rem;
  }
}

@media screen and (max-width: 479px) {
  .wrapper-phrase.is-tarifs {
    padding-left: 0;
    padding-right: 0;
  }

  .button.bg-black {
    margin-top: 12px;
  }

  .c-footer {
    padding-bottom: 74px;
  }

  .navbar__container {
    justify-content: space-between;
  }

  .c-navbar-button {
    display: none;
  }

  .c-navbar-button.mobile {
    background-image: linear-gradient(#fff0, #fffc);
    width: 100vw;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .landing__col-r {
    object-fit: cover;
    max-width: 290px;
    height: 420px;
  }

  .cta__cta {
    top: -24px;
    right: 50%;
    transform: translate(50%);
  }

  .title.is-center, .section__heading-h2.is-center {
    font-size: 2rem;
  }

  .intro__feature-item-heading-h3 {
    font-size: 1.15rem;
  }

  .intro__livie-message-text {
    max-width: 100%;
  }

  .landing__heading {
    width: 100%;
  }

  .pourquoi__col-img.no--papding {
    height: 300px;
    max-height: 300px;
  }

  .pourquoi__col-img.flex-vertical {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 2px;
  }

  .max-width {
    width: 100%;
  }

  .services__content-wrapper {
    grid-column-gap: 20px;
    flex-direction: column;
    width: 100%;
    display: flex;
    overflow: scroll;
  }

  .services__content-wrapper.swiper-wrapper {
    grid-column-gap: 0px;
    flex-direction: row;
    overflow: visible;
  }

  .services__mobile-image {
    border-radius: 10px;
    height: 200px;
  }

  .services__img-container {
    display: none;
  }

  .projets__slider-arrow {
    width: 35px;
    height: 35px;
  }

  .services__grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    padding-left: 0;
    display: none;
  }

  .services__mobile-slider-controls {
    justify-content: space-between;
    display: flex;
  }

  .services__content {
    grid-row-gap: 25px;
    justify-content: space-between;
    width: 90vw;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .services__content.swiper-slide {
    align-items: flex-start;
    min-width: 100%;
  }

  .services__mobile-image-wrapper {
    height: auto;
    margin-top: 10px;
  }

  .global-section {
    padding: 40px 15px;
  }

  .global-section.is-expertises {
    min-height: auto;
    padding-bottom: 0;
  }

  .services__mobile {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .c--body {
    overflow: auto;
  }

  .slider__content__wrapper-image {
    height: 295px;
    padding-top: 15px;
  }

  .slider-content {
    width: 90%;
  }

  .slider-mask {
    width: 95%;
  }

  .ligthbox__conv.left, .ligthbox__conv.right {
    height: 180px;
  }

  .img__comparateur, .img__avis {
    max-width: 100%;
    height: auto;
  }

  .pricing__icon-wrapper {
    align-items: center;
    display: none;
  }

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

  .pricing__plans {
    grid-template-columns: 100%;
  }

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

  .pricing__wrapper {
    width: 100%;
  }

  .pricing__divider {
    margin-top: 1rem;
  }

  .pricing__content-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: stretch;
  }

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

  .pricing__plan {
    width: 100%;
    padding: 2rem 1rem 1.5rem;
  }

  .title__wrapper {
    margin-top: 60px;
  }

  .pricing__number {
    font-size: 2.9rem;
  }

  .pricing-wrapper {
    order: -1;
  }

  .navbar_menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    padding-top: 1rem;
    padding-bottom: 2rem;
    padding-right: 5%;
    position: absolute;
  }

  .navbar_menu-buttons {
    margin-top: 1rem;
  }

  .nav__link {
    text-align: center;
  }

  .c-popup {
    align-items: flex-start;
    display: flex;
  }

  .c-popup__wrapper {
    border-radius: 20px;
    height: auto;
    margin-top: 40px;
    padding: 30px 15px 15px;
  }

  .c-popup__content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .c-popup__title-wrapper {
    width: 95%;
  }

  .c-popup__form {
    border-radius: 10px;
    min-height: 320px;
    max-height: 330px;
    padding: 20px 10px;
    overflow: scroll;
  }

  .c-popup__close {
    z-index: 10;
    top: 10px;
    right: 10px;
  }

  .hero__image.bottom {
    width: 70px;
    height: 70px;
    bottom: 80px;
    right: -50px;
  }

  .hero__image.top {
    width: 75px;
    height: 75px;
    top: 30px;
    left: -50px;
  }
}

#w-node-_6aa07c05-10a9-90ea-fbda-167cd8a5497f-d04af34b {
  align-self: auto;
}

#w-node-_996c0c3b-e50c-f554-a656-f7f811f1e908-d04af34b, #w-node-_5181ea14-72af-87cf-5698-ded1c5e76091-d04af34b, #w-node-_5181ea14-72af-87cf-5698-ded1c5e76092-d04af34b, #w-node-_5181ea14-72af-87cf-5698-ded1c5e76093-d04af34b, #w-node-_900d5dd3-fcc0-dce1-e106-43faaebc294e-d04af34b, #w-node-_900d5dd3-fcc0-dce1-e106-43faaebc2961-d04af34b, #w-node-_900d5dd3-fcc0-dce1-e106-43faaebc2962-d04af34b, #w-node-_164d3271-0120-1b17-1451-ea22086bceda-d04af34b, #w-node-_164d3271-0120-1b17-1451-ea22086bcedb-d04af34b, #w-node-_164d3271-0120-1b17-1451-ea22086bcede-d04af34b, #w-node-a3a9f73f-e62a-eaf5-7975-68066fdfdf99-d04af34b, #w-node-a3a9f73f-e62a-eaf5-7975-68066fdfdf9a-d04af34b, #w-node-a3a9f73f-e62a-eaf5-7975-68066fdfdf9d-d04af34b, #w-node-a712b5de-ef31-3e52-064b-80c99d667069-d04af34b, #w-node-a712b5de-ef31-3e52-064b-80c99d66707c-d04af34b, #w-node-a712b5de-ef31-3e52-064b-80c99d66707d-d04af34b, #w-node-_501c7fd8-8bc6-570d-6760-ccdd169c9453-d04af34b, #w-node-_501c7fd8-8bc6-570d-6760-ccdd169c9457-d04af34b, #w-node-_0a87eb99-86c5-5ff5-a00b-4b0a00046998-d04af34b, #w-node-d0ad4ab4-50ef-7a1e-59d5-74f267a5fc1f-d04af34b, #w-node-_40e69295-6036-f8ed-15aa-1ec26979f7a8-d04af34b, #w-node-_27f6a782-63f3-9568-5d51-b2dcb26f577b-d04af34b, #w-node-_27f6a782-63f3-9568-5d51-b2dcb26f577c-d04af34b, #w-node-_27f6a782-63f3-9568-5d51-b2dcb26f5769-d04af34b, #w-node-_425cfecc-1f37-1e7a-2580-3014ff7644be-d04af34b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cefd437d-edea-b28b-57b1-cb00c419546b-d04af34b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cefd437d-edea-b28b-57b1-cb00c4195473-d04af34b {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_3f8788b5-fd5a-2df0-d4ca-d9bfd9304440-d04af34b, #footerVideo.w-node-_88fc524b-e331-2cf1-d584-10da59551fdc-d04af34b, #w-node-_4a803095-cb2f-dc52-901d-1434f7a18462-d04af34b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3cef8282-07d7-37dd-7d78-663004b8a40c-d04af353, #w-node-_3cef8282-07d7-37dd-7d78-663004b8a411-d04af353, #w-node-_3cef8282-07d7-37dd-7d78-663004b8a416-d04af353, #w-node-_3cef8282-07d7-37dd-7d78-663004b8a41b-d04af353, #w-node-_3cef8282-07d7-37dd-7d78-663004b8a420-d04af353, #w-node-_3cef8282-07d7-37dd-7d78-663004b8a425-d04af353, #w-node-_93c7fb96-5a34-3579-417a-ba843c5e56d7-d04af353, #w-node-_93c7fb96-5a34-3579-417a-ba843c5e56dc-d04af353, #w-node-_93c7fb96-5a34-3579-417a-ba843c5e56e1-d04af353, #w-node-_93c7fb96-5a34-3579-417a-ba843c5e56e6-d04af353, #w-node-_93c7fb96-5a34-3579-417a-ba843c5e56eb-d04af353, #w-node-_93c7fb96-5a34-3579-417a-ba843c5e56f0-d04af353 {
  align-self: start;
}

#w-node-a25bd361-3fee-530d-86f7-9e0332fdcb10-d04af354, #w-node-_92c137aa-0885-fc71-8ffe-c4eb46978b4f-d04af355 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_900d5dd3-fcc0-dce1-e106-43faaebc2961-d04af34b, #w-node-a712b5de-ef31-3e52-064b-80c99d66707c-d04af34b {
    order: -9999;
  }

  #w-node-_27f6a782-63f3-9568-5d51-b2dcb26f577b-d04af34b {
    order: 9999;
  }

  #w-node-cefd437d-edea-b28b-57b1-cb00c419546b-d04af34b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cefd437d-edea-b28b-57b1-cb00c4195473-d04af34b {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-cefd437d-edea-b28b-57b1-cb00c419547d-d04af34b {
    grid-row: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cefd437d-edea-b28b-57b1-cb00c419546b-d04af34b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/geomanist-regular-webfont.woff2') format('woff2'), url('../fonts/geomanist-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/geomanist-book-webfont.woff2') format('woff2'), url('../fonts/geomanist-book-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/geomanist-medium-webfont.woff2') format('woff2'), url('../fonts/geomanist-medium-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}