:root {
  --white: #f7f8f8;
  --text-secondary: #b4bcd0;
  --black: #070808;
  --red: #bf3636;
  --green: #33ca66;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: var(--white);
  background-color: #001209;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.page-wrapper {
  overflow: hidden;
}

.nav {
  z-index: 999;
  position: fixed;
  inset: 0% 0% auto;
}

.page-padding {
  padding-left: 32px;
  padding-right: 32px;
}

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

.container.page-padding {
  aspect-ratio: auto;
}

.nav-inner {
  border-bottom: 1px solid #ffffff14;
}

.nav-menu-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu, .nav-btns {
  align-items: center;
  display: flex;
}

.hero {
  margin-bottom: -364px;
  padding-top: 176px;
}

.hero-header {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-heading {
  letter-spacing: -.05em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(156deg, #fff 30%, #ffffff61);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 24px;
  padding-bottom: .13em;
  padding-left: .13em;
  padding-right: .13em;
  font-size: 65px;
  font-weight: 500;
  line-height: 1;
}

.subheading {
  color: var(--text-secondary);
  letter-spacing: -.025em;
  margin-bottom: 48px;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.3;
}

.subheading.subheading--hero {
  max-width: 650px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.subheading.subheading--hero.smaller {
  max-width: 500px;
  margin-left: auto;
}

.subheading.subheading--hero.smaller.footer {
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 14px;
}

.subheading.subheading--notice {
  color: #00021299;
  margin-top: 32px;
  line-height: 1.5;
}

.cta-button {
  grid-column-gap: 8px;
  color: var(--white);
  text-align: center;
  text-shadow: 0 3px 8px #00000040;
  background-image: linear-gradient(93deg, #fff 9%, #eee 44%, #fff 64%);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 500;
  text-decoration: none;
  transition: text-shadow .12s, box-shadow .12s;
  display: flex;
}

.cta-button:hover {
  text-shadow: 0 3px 12px #0000008f;
  box-shadow: 0 1px 40px #503fcd80;
}

.cta-button.cta-button--nav {
  height: 32px;
  margin-left: 16px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
}

.cta-button.cta-button--sec {
  cursor: pointer;
  background-color: #b4bcd029;
  background-image: none;
  margin-left: 12px;
  transition: background-color .12s, text-shadow .12s, box-shadow .12s;
}

.cta-button.cta-button--sec:hover {
  box-shadow: none;
  background-color: #b4bcd04d;
}

.svg-embed {
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.svg-embed.black {
  color: var(--black);
}

.hero-img-target {
  transform-style: preserve-3d;
  grid-template: "Area"
  / 1fr;
  grid-auto-columns: 1fr;
  margin-top: 128px;
  display: grid;
  position: relative;
  transform: rotateX(28deg)rotateY(0)rotateZ(0);
}

.hero-img {
  z-index: 1;
  opacity: 0;
  filter: brightness(120%);
  border: 1px solid #ffffff0d;
  border-radius: 8px;
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  position: relative;
}

.hero-img-blur {
  opacity: 0;
  filter: blur(160px);
}

.hero-img-lines {
  justify-content: center;
  align-items: center;
  display: flex;
  transform: translate(0);
}

.hero-img-wrap {
  perspective: 2000px;
  padding-bottom: 400px;
}

.nav-logo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.nav-link {
  text-shadow: 0 1px 4px #0000004d;
  align-items: center;
  height: 48px;
  margin-left: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
  transition: color .25s;
  display: flex;
}

.nav-link:hover {
  color: #8a8f98;
}

.hero-img-bg {
  background-color: #ffffff03;
  border-radius: 8px;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.nav-bg {
  z-index: -1;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  position: absolute;
  inset: -1px 0% -50%;
}

.custom-css {
  display: none;
}

.section-customers {
  position: relative;
}

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

.logos-header {
  text-align: center;
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}

.logos-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
}

.logo-item {
  width: 100%;
  max-width: 160px;
}

.stars-curve {
  width: 100%;
  max-width: 1200px;
  height: 600px;
  margin: -128px auto;
  position: relative;
  overflow: hidden;
}

.stars-curve.stars-curve--rotated {
  opacity: 1;
  margin-top: -64px;
  margin-bottom: -64px;
  transform: rotate(180deg);
}

.stars-curve-glow {
  opacity: .4;
  background-image: radial-gradient(circle at 50% 100%, #3d664b, #7877c600 70%);
  position: absolute;
  inset: 0%;
}

.stars-curve-glow.stars-curve-glow--blue {
  background-image: radial-gradient(circle at 50% 100%, #1a6634, #7877c600 70%);
}

.stars-curve-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.stars-curve-bottom {
  background-color: #000a05;
  border-top: 1px solid #3d664b66;
  border-radius: 50%;
  width: 200%;
  padding-top: 142%;
  position: absolute;
  top: 50%;
  left: -50%;
}

.stars-curve-bottom.stars-curve-bottom--blue {
  border-top-color: #33ca664d;
}

.section-highlights {
  z-index: 10;
  position: relative;
}

.section-header {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  margin-bottom: 41px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-medium {
  letter-spacing: -.04em;
  margin-bottom: 28px;
  font-size: 54px;
  font-weight: 400;
  line-height: 1;
}

.heading-medium.who {
  max-width: 620px;
}

.highlights-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.highlights-wrap.who {
  justify-content: space-between;
  align-items: center;
}

.highlights-card {
  background-image: linear-gradient(#fff0, #ffffff0d);
  border: 1px solid #ffffff1a;
  border-radius: 48px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 480px;
  padding: 56px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.highlights-card.feature-card--command-line {
  justify-content: flex-start;
}

.highlights-card.image {
  border-radius: 24px;
  display: flex;
}

.keyboard {
  width: 100%;
  height: auto;
  margin-top: -64px;
}

.highlights-card-content {
  color: var(--text-secondary);
  text-align: center;
  max-width: 420px;
  line-height: 1.3;
}

.highlights-card-content.feature-card-content--command-menu {
  transition: opacity .12s;
}

.card-heading {
  letter-spacing: -.02em;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

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

.card-heading.card-heading--feature {
  color: #fff;
  margin-bottom: 8px;
}

.card-heading.card-heading--feature.margin {
  margin-bottom: 24px;
}

.keyboard-shortcuts {
  height: 28px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.lightning {
  display: block;
  position: absolute;
  top: -92px;
}

.lightning.display-none {
  display: none;
}

.highlights-card-logo {
  justify-content: center;
  width: 130%;
  display: flex;
  position: absolute;
  top: -80px;
}

.command-menu {
  z-index: 1;
  opacity: .6;
  transition: transform .24s, opacity .24s;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 128px);
}

.command-menu:focus {
  opacity: 1;
  transform: translate(-50%, 24px);
}

.command-menu-inner {
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 8px;
  flex-direction: column;
  width: 90vw;
  max-width: 640px;
  min-height: 278px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 7px 32px #00000059;
}

.command-menu-label {
  color: #ffffff80;
  background-color: #ffffff0d;
  border-radius: 4px;
  align-self: flex-start;
  margin-top: 8px;
  margin-left: 16px;
  padding: 4px 8px;
  font-size: 12px;
}

.command-menu-input {
  color: #81808e;
  align-items: center;
  height: 62px;
  padding: 0 22px;
  font-size: 18px;
  display: flex;
}

.command-menu-list {
  box-shadow: 0 -1px #ffffff1a;
}

.command-menu-option {
  grid-column-gap: 12px;
  cursor: pointer;
  align-items: center;
  height: 46px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  display: flex;
}

.command-menu-option:hover {
  background-color: #ffffff0d;
}

.command-menu-option.command-menu-option--active {
  background-color: #ffffff26;
}

.section-feature {
  margin-top: -164px;
  padding-top: 420px;
  position: relative;
}

.section-feature.section-feature--issues {
  z-index: 9;
  padding-top: 300px;
}

.section-feature.section-feature--cycles {
  z-index: 8;
}

.section-feature.section-feature--roadmaps {
  z-index: -40;
  padding-top: 300px;
}

.section-feature.section-feature--workflows {
  z-index: 65;
  padding-top: 300px;
}

.light-bar {
  opacity: .4;
  width: 100%;
  height: 400px;
  margin-bottom: -400px;
  transition: transform .96s, opacity .96s;
}

.feature-section-header {
  text-align: center;
  margin-top: -128px;
  margin-bottom: -128px;
  padding-top: 128px;
  padding-bottom: 128px;
  position: relative;
}

.feature-grid {
  grid-column-gap: 12px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.feature-grid.one-column {
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: stretch;
}

.feature-heading {
  letter-spacing: -.04em;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 16px;
  padding: .13em;
  font-size: 80px;
  font-weight: 400;
  line-height: .9;
  transition: transform .96s cubic-bezier(.3, 1.17, .55, .99);
}

.feature-heading.feature-heading--workflows {
  z-index: 1;
  position: relative;
}

.feature-heading.feature-heading--workflows.smal {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.feature-heading.faq {
  text-align: center;
}

.feature-img-wrap {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-image: linear-gradient(#fff3, #fff0);
  border-radius: 14px;
  max-width: 100%;
  margin-top: -36px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.feature-img-wrap.feature-img-wrap--issues {
  max-width: 777px;
}

.feature-img-wrap.feature-img-wrap--cycles {
  max-width: 1084px;
}

.feature-img-wrap.feature-img-wrap--cycles.ressources {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-img {
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 580px;
}

.animations-css {
  display: none;
}

.feature-subheading {
  text-align: center;
  letter-spacing: -.04em;
  max-width: 530px;
  margin: 64px auto 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

.feature-subheading.long {
  max-width: 660px;
}

.feature-subheading.green {
  margin-bottom: 64px;
}

.divider {
  background-image: linear-gradient(to right, #fff0, #ffffff1a 50%, #fff0);
  width: 100%;
  height: 1px;
  margin-top: 72px;
  margin-bottom: 72px;
}

.feature-grid-item {
  color: var(--text-secondary);
  letter-spacing: -.02em;
  max-width: 267px;
}

.feature-grid-item.left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 500px;
  display: flex;
}

.feature-grid-icon {
  color: var(--white);
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-right: 6px;
  line-height: 1;
  display: inline-block;
  position: relative;
  bottom: -2px;
}

.feature-grid-icon.big {
  object-fit: fill;
  width: 50px;
  min-width: 50px;
  height: 50px;
  font-size: 50px;
  position: relative;
}

.feature-grid-icon.red {
  color: var(--red);
}

.feature-grid-icon.white {
  color: var(--white);
  font-size: 50px;
  overflow: visible;
}

.feature-grid-icon.green {
  color: var(--green);
}

.display-inline {
  display: inline;
}

.feature-cards-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: minmax(100px, 1fr);
  grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr);
  grid-auto-columns: minmax(100px, 1fr);
  margin-top: 64px;
  display: grid;
}

.feature-card {
  border-radius: 48px;
  flex-direction: column;
  padding: 56px;
  display: block;
  position: relative;
  overflow: hidden;
}

.feature-card.choisir {
  aspect-ratio: auto;
  align-items: stretch;
  overflow: hidden;
}

.feature-card-content {
  color: var(--text-secondary);
  letter-spacing: -.02em;
  max-width: 430px;
}

.feature-card-content.cote {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: flex;
}

.feature-card-content.temoignage {
  padding: 56px;
}

.feature-card-img {
  max-width: none;
  height: auto;
  position: absolute;
}

.feature-card-img.feature-card-img--board {
  width: 200%;
  top: 40%;
}

.feature-card-img.feature-card-img--views {
  width: 110%;
  top: 34%;
  left: 24px;
}

.feature-card-img.feature-card-img--updates {
  width: 100%;
  top: 40%;
  left: 7%;
}

.feature-card-img.feature-card-img--roadmaps {
  width: 100%;
  top: 40%;
  left: 2%;
}

.integrations-wrap {
  justify-content: center;
  align-items: center;
  margin-top: -48px;
  margin-bottom: 64px;
  display: flex;
}

.integrations-center {
  z-index: 2;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-image: linear-gradient(#33ca66, #33ca664d);
  border: 1px solid #ffffff26;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 148px;
  min-width: 148px;
  height: 148px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  position: relative;
}

.integrations-item {
  z-index: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-image: url('../images/integrations-item-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  min-width: 72px;
  height: 72px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  position: relative;
}

.integrations-icon {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50%;
  display: flex;
}

.integrations-bg-wrap {
  z-index: 0;
  width: 242px;
  height: 242px;
  position: absolute;
}

.integrations-bg-circle {
  opacity: 0;
  background-image: linear-gradient(#150b30, #5b39b8);
  border: 1px solid #ac8eff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-cta {
  margin-top: -128px;
  padding-bottom: 128px;
}

.cta-heading {
  letter-spacing: -.04em;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 50% 0, #fff9, #fff 57%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 36px;
  margin-bottom: 16px;
  padding: .13em;
  font-size: 80px;
  font-weight: 400;
  line-height: .9;
}

.cta-wrap {
  margin-top: 64px;
}

.notice-wrap {
  z-index: 100;
  display: block;
  position: fixed;
  inset: auto auto 32px 32px;
}

.notice-inner {
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  letter-spacing: -.015em;
  background-color: #fff3;
  border: 1px solid #ffffff21;
  border-radius: 48px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  font-weight: 500;
  line-height: 1.8;
  display: flex;
}

.notice-link {
  background-color: #ffffff1a;
  border-radius: 100px;
  margin-top: -1px;
  margin-bottom: -1px;
  padding: 1px 11px;
  transition: background-color .15s;
  display: inline-block;
}

.notice-link:hover {
  background-color: #ffffff4d;
}

.notice-link.notice-link--dark {
  color: #000212;
  background-color: #b4bcd040;
}

.notice-link.notice-link--dark:hover {
  background-color: #b4bcd080;
}

.notice-btn-wrap {
  align-items: center;
  display: flex;
}

.notice-bottom {
  z-index: 101;
  background-color: var(--white);
  color: #000212;
  padding-top: 160px;
  padding-bottom: 140px;
  position: relative;
}

.notice-bottom-heading {
  letter-spacing: -.05em;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.1;
}

.notice-bottom-inner {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: block;
}

.text-block {
  border: 1px none var(--white);
}

.text-block-2 {
  border: 1px none var(--white);
  color: var(--black);
}

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

.left {
  text-align: left;
}

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

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.twocolumns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch stretch;
  margin-top: 56px;
  display: grid;
}

.twocolumns.feature-card {
  grid-template-rows: auto;
}

.video-temoignage {
  border-radius: 24px;
}

.video-temoignage.feature-img.lightning {
  height: 485px;
  top: -4px;
}

.video-temoignage.feature-img.lightning.remove-gradient {
  transform-origin: 50%;
}

.con-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.body {
  background-color: #000804;
}

.faq_answer {
  overflow: hidden;
}

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

.faq_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.faq_question {
  cursor: pointer;
  border-top: 1px solid #0000;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

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

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

.video-wrapper {
  cursor: pointer;
  border-radius: .3125rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.autoplay-code {
  display: none;
}

.video-thumbnail {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.thumbnail {
  z-index: -1;
  opacity: .4;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  transition: transform 1s cubic-bezier(.4, .01, .165, .99), opacity .7s cubic-bezier(.4, .01, .165, .99);
  position: absolute;
  inset: 0%;
}

.thumbnail:hover {
  opacity: .7;
}

.play-icon {
  color: #fff;
  width: 12%;
  position: relative;
}

.video-embed {
  z-index: 0;
  opacity: 0;
  background-image: none;
  position: relative;
}

.embed-cal {
  width: auto;
  min-width: auto;
}

.text-block-5.logo {
  margin-top: 6px;
}

.footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  padding: 10px 56px;
  display: flex;
}

.footer-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: stretch;
  display: grid;
}

.disclaimer {
  padding: 20px 56px;
}

@media screen and (max-width: 991px) {
  .hero-header {
    max-width: 690px;
  }

  .hero-heading {
    font-size: 68px;
  }

  .hero-img {
    z-index: 4;
  }

  .hero-img-blur {
    filter: blur(80px);
  }

  .nav-link.desktop-only {
    display: none;
  }

  .logos-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .logo-item.desktop-only {
    display: none;
  }

  .highlights-wrap {
    grid-column-gap: 12px;
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
    overflow: auto;
  }

  .highlights-wrap.who {
    flex-flow: column;
  }

  .highlights-card {
    min-width: 100%;
    height: auto;
    min-height: 420px;
    padding: 32px;
  }

  .light-bar {
    width: 300%;
    position: relative;
    left: -100%;
  }

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

  .feature-heading {
    font-size: 72px;
  }

  .feature-cards-wrap {
    grid-template-columns: 1fr;
  }

  .feature-card {
    border-radius: 24px;
  }

  .cta-heading {
    font-size: 72px;
  }

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

  .play-icon {
    width: 8rem;
  }

  .footer, .disclaimer {
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .page-padding {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero {
    padding-top: 140px;
  }

  .hero-header {
    max-width: 570px;
  }

  .hero-header.calend-space-56 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .hero-heading {
    font-size: 56px;
  }

  .subheading {
    font-size: 18px;
  }

  .hero-img-target {
    margin-top: 80px;
  }

  .hero-img-wrap {
    padding-bottom: 256px;
  }

  .nav-link {
    display: none;
  }

  .nav-link.nav-link--log-in {
    display: flex;
  }

  .section-customers {
    position: relative;
    top: 156px;
  }

  .heading-medium {
    font-size: 50px;
  }

  .highlights-wrap.who {
    display: block;
  }

  .highlights-card.image {
    margin-top: 37px;
    display: flex;
  }

  .section-feature {
    padding-top: 300px;
  }

  .feature-heading {
    font-size: 52px;
  }

  .feature-img-wrap {
    border-radius: 8px;
  }

  .feature-img-wrap.feature-img-wrap--cycles.ressources {
    grid-template-columns: 1fr;
  }

  .feature-subheading {
    font-size: 24px;
  }

  .feature-grid-icon.white.header {
    width: 20px;
    min-width: 20px;
  }

  .feature-card {
    display: block;
  }

  .feature-card.calend-space {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-heading {
    font-size: 52px;
  }

  .notice-wrap {
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .notice-inner {
    border-radius: 32px;
    max-width: none;
    padding: 20px;
  }

  .notice-link {
    padding-top: 0;
    padding-bottom: 0;
  }

  .notice-bottom {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .notice-bottom-heading {
    font-size: 48px;
  }

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

  .twocolumns.feature-card.reverse {
    flex-flow: column-reverse;
    grid-auto-flow: row dense;
    align-items: stretch;
    display: flex;
  }

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

  .faq_icon-wrapper {
    width: 1.75rem;
  }

  .faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq_component {
    grid-row-gap: 2.5rem;
  }

  .play-icon {
    width: 5rem;
  }

  .footer, .disclaimer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .hero-header {
    max-width: 420px;
  }

  .hero-header.calend-space-56 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero-heading {
    font-size: 44px;
  }

  .subheading {
    font-size: 16px;
  }

  .cta-button.cta-button--nav {
    display: flex;
  }

  .cta-button.cta-button--sec {
    margin-top: 12px;
    margin-left: 0;
  }

  .hero-img-target {
    margin-top: 72px;
  }

  .hero-img {
    border-radius: 2px;
  }

  .nav-logo {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-img-bg {
    border-radius: 2px;
  }

  .heading-medium {
    margin-bottom: 18px;
    font-size: 36px;
  }

  .highlights-wrap.who {
    display: block;
  }

  .light-bar {
    width: 200%;
    margin-bottom: -420px;
    left: -50%;
  }

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

  .feature-heading {
    font-size: 48px;
  }

  .feature-grid-item {
    font-size: 14px;
  }

  .feature-grid-icon {
    margin-bottom: 6px;
    bottom: 0;
  }

  .feature-grid-icon.white {
    margin-bottom: 0;
  }

  .display-inline {
    display: inline-block;
  }

  .feature-cards-wrap {
    margin-top: 64px;
  }

  .feature-card {
    padding: 24px 32px;
  }

  .feature-card-content {
    font-size: 15px;
  }

  .feature-card-content.temoignage {
    padding: 20px;
  }

  .feature-card-img.feature-card-img--board {
    top: 50%;
  }

  .feature-card-img.feature-card-img--views {
    top: 45%;
    left: 12px;
  }

  .feature-card-img.feature-card-img--updates {
    top: 50%;
  }

  .feature-card-img.feature-card-img--roadmaps {
    top: 55%;
  }

  .cta-heading {
    font-size: 38px;
  }

  .notice-inner {
    grid-row-gap: 18px;
    font-size: 14px;
    line-height: 1.6;
  }

  .notice-link {
    line-height: 1.4;
  }

  .notice-link.notice-link--dark {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .notice-btn-wrap {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .text-block {
    font-size: 14px;
  }

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

  .play-icon {
    width: 3rem;
  }

  .text-block-4 {
    font-size: 12px;
  }

  .text-block-5 {
    font-size: 14px;
    display: none;
  }
}

#w-node-_2548d445-5cac-d907-4cc4-e0e179a3c909-1b985343, #w-node-e5f17ebd-e03a-b780-1243-8d064c472342-1b985343, #w-node-_6f428898-e82f-266b-c4c2-ad14c706aaf7-1b985343, #w-node-_13ed4b3f-2774-80cb-d299-044643c757cc-1b985343, #w-node-_76e33c5a-9def-c984-8b4d-095f3f0ecdb2-1b985343, #video-wrapper.w-node-ff6d550a-0ebd-073d-baf6-fcaee1eaf307-1b985343 {
  grid-area: Area;
}

#w-node-_8eee35df-ad3d-02c4-63b6-4e63ab5fde44-1b985343 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f90bbaf5-7be7-e276-9a51-f5d1a05c32fe-1b985343 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f2601af7-56a3-697e-29c0-7b38f22eed5d-1b985343, #w-node-_1c7932cc-d1a2-d0b9-155a-42c2d1224a3c-1b985343, #w-node-_6945916e-0bba-44d5-5614-089be459d509-1b985343, #w-node-_6945916e-0bba-44d5-5614-089be459d510-1b985343, #w-node-f2601af7-56a3-697e-29c0-7b38f22eed56-1b985343, #w-node-f1c0b6ea-0852-71dc-ae78-3886525ab6a9-1b985343, #w-node-_80378e76-71f3-5874-4b2a-194903bbde66-1b985343, #w-node-_7d2beabe-73e8-edcb-746a-3db0c263bc60-1b985343, #w-node-_3eeabb8f-cc66-30f4-adba-90b26e445a87-1b985343 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2548d445-5cac-d907-4cc4-e0e179a3c909-23f74f98, #w-node-e5f17ebd-e03a-b780-1243-8d064c472342-23f74f98, #w-node-_6f428898-e82f-266b-c4c2-ad14c706aaf7-23f74f98, #w-node-_13ed4b3f-2774-80cb-d299-044643c757cc-23f74f98, #w-node-_76e33c5a-9def-c984-8b4d-095f3f0ecdb2-23f74f98, #video-wrapper.w-node-ff6d550a-0ebd-073d-baf6-fcaee1eaf307-23f74f98 {
  grid-area: Area;
}

#w-node-_8eee35df-ad3d-02c4-63b6-4e63ab5fde44-23f74f98 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f90bbaf5-7be7-e276-9a51-f5d1a05c32fe-23f74f98 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f2601af7-56a3-697e-29c0-7b38f22eed5d-23f74f98, #w-node-_1c7932cc-d1a2-d0b9-155a-42c2d1224a3c-23f74f98, #w-node-_6945916e-0bba-44d5-5614-089be459d509-23f74f98, #w-node-_6945916e-0bba-44d5-5614-089be459d510-23f74f98, #w-node-f2601af7-56a3-697e-29c0-7b38f22eed56-23f74f98, #w-node-f1c0b6ea-0852-71dc-ae78-3886525ab6a9-23f74f98, #w-node-_80378e76-71f3-5874-4b2a-194903bbde66-23f74f98, #w-node-_7d2beabe-73e8-edcb-746a-3db0c263bc60-23f74f98, #w-node-_3eeabb8f-cc66-30f4-adba-90b26e445a87-23f74f98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-v12-latin-regular.woff2') format('woff2'), url('../fonts/inter-v12-latin-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-v12-latin-500.woff2') format('woff2'), url('../fonts/inter-v12-latin-500.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-v12-latin-600.woff2') format('woff2'), url('../fonts/inter-v12-latin-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}