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

@font-face {
  font-family: Geomanist;
  src: url('../fonts/Geomanist-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geomanist Book Copy;
  src: url('../fonts/Geomanist-Book-copy.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --electricblue: #0411fc;
  --white: white;
  --rose: #d8236e;
  --black: black;
  --bottom-spacing: -100px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

a {
  color: var(--electricblue);
  text-decoration: none;
}

.container {
  max-width: 1440px;
}

.container.full {
  max-width: 100svw;
}

.container.full.blue {
  background-color: var(--electricblue);
}

.navbar {
  color: var(--electricblue);
  background-color: #fff0;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 40px;
  display: flex;
}

.logo {
  z-index: 1;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin: 30px auto 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.logo.w--current {
  z-index: -1;
}

.logo.merci {
  position: static;
}

.logo.update {
  z-index: 2;
  width: 200px;
}

.logo.sub {
  margin-top: 10px;
}

.heading_extralarge {
  color: var(--electricblue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Geomanist, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 125%;
}

.heading_extralarge.caps {
  text-align: left;
  text-transform: uppercase;
}

.heading_extralarge.caps.white {
  color: var(--white);
}

.heading_extralarge.caps.white.centred {
  color: var(--electricblue);
  text-align: center;
}

.heading_extralarge.caps.centred {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.heading_extralarge.caps.centred.white, .heading_extralarge.white {
  color: var(--white);
}

.menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-right: auto;
  display: flex;
}

.menu.right {
  margin-left: auto;
  margin-right: 0;
}

.text-block {
  color: var(--electricblue);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  padding-top: 5px;
  font-family: Geomanist, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
  display: flex;
}

.text-block.locale {
  opacity: .5;
  transition: opacity .2s;
}

.text-block.locale:hover {
  opacity: .7;
}

.text-block.locale.w--current {
  border-bottom: 1px solid var(--electricblue);
  opacity: 1;
  text-decoration: none;
}

.menu-item {
  border-bottom: 2px solid var(--white);
  flex-direction: column;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: border-color .2s;
  display: flex;
}

.menu-item:hover {
  border-bottom-color: var(--electricblue);
}

.menu-item.footer.w--current {
  display: flex;
}

.menu-item.block {
  border: 1px solid var(--electricblue);
  background-color: var(--electricblue);
  outline-color: var(--electricblue);
  outline-offset: 0px;
  border-radius: 10px;
  outline-width: 2px;
  outline-style: none;
  padding-left: 10px;
  padding-right: 10px;
}

.menu-item.block:hover {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.highlight {
  background-color: var(--electricblue);
  width: 100%;
  height: 2px;
}

.header {
  margin-left: 40px;
  margin-right: 40px;
}

.header.case {
  height: 400px;
}

.header.interactive {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header.interactive-2 {
  background-image: none;
  background-position: 0 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  overflow: visible;
}

.body {
  font-family: Geomanist, sans-serif;
}

.heading_huge {
  text-align: center;
  font-size: 100px;
  font-weight: 900;
  line-height: 100%;
}

.heading_huge.caps {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 85px;
}

.heading_huge.caps.white {
  color: var(--white);
}

.heading_huge.caps.blue {
  color: var(--electricblue);
  margin-top: 0;
}

.heading_huge.caps.price {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-video {
  background-color: #00000040;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 60svh;
  min-height: 400px;
  padding: 140px 60px;
  display: flex;
}

.subheader {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 140px auto 60px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.subheader.case, .subheader.merci {
  margin-top: 0;
}

.heading_medium {
  color: var(--electricblue);
  text-align: left;
  font-size: 32px;
  font-weight: 500;
  line-height: 125%;
}

.heading_medium.centred {
  text-align: center;
  text-transform: none;
}

.heading_medium.centred.caps {
  text-transform: uppercase;
}

.heading_medium.centred.caps.white {
  margin-bottom: 10px;
}

.heading_medium.centred.white {
  color: var(--white);
  margin-bottom: -5px;
  font-weight: 500;
}

.heading_medium.caps {
  text-transform: uppercase;
}

.heading_medium.vertically {
  padding-top: 4px;
}

.heading_medium.vertically.white {
  color: var(--white);
}

.quick-stack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--electricblue);
  padding: 140px;
}

.cell {
  justify-content: flex-start;
}

.cell-2 {
  flex-wrap: nowrap;
}

.client-logo {
  justify-content: center;
  align-items: center;
  width: 250px;
  margin: 10px auto 20px;
  display: flex;
}

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

.horizontal-block-1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--electricblue);
  flex-flow: wrap;
  justify-content: space-around;
  max-width: 1800px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 20px;
  display: none;
}

.flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: stretch;
  width: 33%;
  display: none;
}

.video {
  width: 100%;
  display: flex;
}

.personas {
  flex-direction: column;
  align-items: center;
  padding: 40px 0 100px;
  display: flex;
}

.circle {
  border: 2px solid var(--electricblue);
  background-color: var(--white);
  color: var(--electricblue);
  background-image: url('../images/Vertical_PatternBlue.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.circle.white {
  background-color: var(--electricblue);
  width: 100px;
  height: 100px;
}

.circle2 {
  border: 2px solid var(--white);
  background-color: var(--electricblue);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: -20px;
  display: flex;
}

.circle2.blue {
  border-color: var(--electricblue);
  background-color: var(--white);
  width: 105%;
  height: 105%;
  margin-left: -4px;
  margin-right: -4px;
  padding-left: 0;
}

.circle3 {
  border: 2px solid var(--electricblue);
  background-color: var(--white);
  border-radius: 200px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 75%;
  margin-top: 0;
  display: flex;
}

.circle3.blue {
  background-color: var(--electricblue);
}

.circle4 {
  background-color: #fff;
  border: 2px solid #0411fc;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 30%;
  margin-top: 0;
  display: flex;
}

.icon-text_block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  display: flex;
}

.icon-text_block.larger {
  width: 80%;
}

.heading_large {
  color: var(--electricblue);
  font-size: 38px;
  font-weight: 900;
  line-height: 125%;
}

.heading_large.caps {
  color: var(--electricblue);
  text-transform: uppercase;
}

.heading_large.caps.centred {
  text-align: center;
  margin-bottom: 0;
}

.heading_large.caps.centred.white {
  color: var(--white);
  background-color: #fff0;
  margin-top: 0;
  margin-bottom: 0;
}

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

.text_base {
  color: var(--electricblue);
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
  text-decoration: none;
}

.text_base.centred {
  text-align: center;
  margin-bottom: 0;
}

.text_base.centred.white {
  color: var(--white);
  text-transform: none;
  background-color: #fff0;
  margin-bottom: 0;
}

.text_base.centred.white.caps {
  text-transform: uppercase;
}

.text_base.centred.white.horizontal {
  margin-bottom: -5px;
}

.text_base.centred.blue {
  text-transform: none;
}

.text_base.centred.blue.allcaps {
  text-transform: uppercase;
}

.text_base.pricing.white.centres {
  text-align: center;
}

.text_base.vertically {
  padding-top: 2px;
}

.text_base.aligned {
  margin-bottom: -8px;
}

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

.text_base.white.link {
  border-bottom-color: var(--white);
}

.text_base.off {
  opacity: 1;
  text-decoration: none;
}

.text_base.link {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--electricblue);
  outline-offset: 0px;
  outline: 2px #0411fc;
  text-decoration: none;
}

.horizontal-blocks {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-around;
  max-width: 960px;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.div-block {
  width: 60%;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
}

.div-block.case {
  margin-top: 60px;
  margin-bottom: 60px;
}

.div-block-2 {
  z-index: 2;
  border-style: solid solid solid none;
  border-width: 2px;
  border-color: var(--electricblue);
  background-color: var(--white);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  align-items: center;
  height: 100px;
  padding: 16px 20px 10px;
  display: flex;
  position: relative;
}

.div-block-3 {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-4 {
  border-style: solid none solid solid;
  border-width: 2px;
  border-color: var(--electricblue);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 100px;
}

.div-block-5 {
  border-style: solid none solid solid;
  border-width: 2px;
  border-color: var(--electricblue);
  background-color: var(--electricblue);
  width: 20px;
  height: 80%;
  margin: 10px 0 10px 10px;
}

.div-block-6 {
  width: 20px;
  height: 80%;
}

.rightslot {
  z-index: 2;
  border-style: solid solid solid none;
  border-width: 2px;
  border-color: var(--electricblue);
  background-color: var(--white);
  height: 100px;
  position: relative;
}

.rightdecoration {
  border-style: solid none solid solid;
  border-width: 2px;
  border-color: var(--electricblue);
  background-color: var(--white);
  background-image: url('../images/Vertical_PatternBlue.svg');
  background-position: 0%;
  background-size: auto;
  width: 40px;
  height: 80%;
  margin: 10px 0;
}

.coin {
  z-index: 1;
  border: 2px solid var(--electricblue);
  background-color: #fff0;
  border-radius: 200px;
  justify-content: center;
  align-items: stretch;
  width: 78px;
  height: 78px;
  margin-left: -78px;
  margin-right: -20px;
  display: flex;
  position: relative;
}

.coin-inside-1 {
  border: 2px solid var(--electricblue);
  background-color: var(--white);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 105%;
  height: 105%;
  margin-top: -2px;
  margin-right: -18px;
  padding-bottom: 0;
  display: flex;
}

.coin-inside-2 {
  border: 2px solid var(--electricblue);
  background-color: var(--white);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 70%;
  display: flex;
}

.rotation-coin {
  z-index: 1;
  border: 2px solid var(--electricblue);
  background-color: var(--white);
  background-image: url('../images/Horizontal-Storke.svg');
  background-position: 50%;
  background-size: auto;
  border-radius: 200px;
  justify-content: center;
  align-items: stretch;
  width: 78px;
  height: 78px;
  margin-left: 0;
  display: flex;
  position: relative;
}

.videotype_text {
  margin-top: 60px;
}

.video-type {
  background-color: var(--electricblue);
  background-image: url('../images/60faf96692616d7217c80fe9_noise-transparent-intense.png'), radial-gradient(circle farthest-side at 0% 100%, var(--rose), #d8236e00 59%);
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-position: 50%, 0 0;
  background-size: 200px, auto;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  display: flex;
}

.services {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: var(--electricblue);
  background-image: radial-gradient(circle at -20% -20%, #d8236e 10%, #d8236e00 56%, #d8236ea8 90%, #d8236e00), url('../images/60faf96692616d7217c80fe9_noise-transparent-intense.png');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  justify-content: space-around;
  align-items: center;
  padding: 140px 20px 220px;
  display: flex;
}

.services.interactive {
  background-color: var(--white);
  background-image: none;
  background-position: 0 0;
  padding-top: 220px;
}

.services.interactive.bottom {
  margin-bottom: 184px;
}

.pins-column {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  justify-content: space-around;
  width: 200px;
  display: flex;
  overflow: visible;
}

.pinrow.bottom {
  margin-top: 54px;
}

.pin {
  border: 2px solid var(--electricblue);
  background-color: #0411fc00;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  width: 40px;
  height: 40px;
  margin-top: 81px;
  display: flex;
}

.pinbranch {
  border: 2px solid var(--electricblue);
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-image: url('../images/texturebrut.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 221px;
  background-clip: border-box;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 30px;
  height: 50px;
  margin-bottom: 8px;
  display: flex;
}

.pinhead {
  border: 2px solid var(--electricblue);
  background-color: var(--white);
  border-radius: 20px;
  width: 32px;
  height: 26px;
  margin: -1px;
  padding: 10px;
}

.ball {
  background-color: #fafafa;
  background-image: url('../images/texturefluide.jpg');
  background-position: 100%;
  background-size: 250px;
  border: 2px solid #0411fc;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-right: -25px;
  position: static;
  left: auto;
  overflow: visible;
}

.triangular-bottom {
  background-image: url('../images/Rounded-TriangularBG.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: flex-end;
  height: 300px;
  min-height: 300px;
  margin-top: -10px;
  display: none;
}

.flippers {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.flipper-left {
  justify-content: flex-end;
  width: 360px;
  display: flex;
}

.flipper-right {
  width: 360px;
  display: flex;
}

.avantages {
  flex-direction: column;
  justify-content: center;
  max-width: 960px;
  margin: 140px auto;
  padding: 40px;
  display: flex;
}

.icon_avantages {
  width: 150px;
}

.trio {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  justify-content: space-around;
  align-items: stretch;
  margin-bottom: 60px;
  display: flex;
}

.div-block-7 {
  background-color: var(--electricblue);
  background-image: url('../images/60faf96692616d7217c80fe9_noise-transparent-intense.png'), radial-gradient(circle at 100% 100%, #d8236e00, #d8236ec7 28%, #d8236e00 72%, #fff0);
  background-position: 0 0, 0 0;
  background-size: 200px, auto;
  margin-top: -1px;
  padding-bottom: 160px;
}

.zigzag {
  transform-style: preserve-3d;
  background-color: #0411fc00;
  background-image: url('../images/ArrowDown.svg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto;
  background-attachment: scroll;
  height: 30px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.zigzag.bottom {
  background-color: #fff0;
  background-image: url('../images/Arrow-Up.svg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto;
  background-attachment: scroll;
  margin-top: -22px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.commentcamarche {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--electricblue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin: 220px auto 0;
  padding: 60px 40px;
  display: flex;
}

.trio_vertical {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.pricing-line {
  border-bottom: 2px solid var(--electricblue);
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.pricing-line.top {
  flex: 0 auto;
  align-items: stretch;
}

.pricing-line.top.price {
  border-bottom-style: none;
  align-items: flex-start;
  height: 350px;
}

.pricing-line.asterisc {
  border-bottom-style: none;
  padding-top: 24px;
  padding-bottom: 24px;
}

.description {
  width: 50%;
}

.description.title {
  margin-top: 0;
  padding-top: 20px;
}

.description.top {
  align-items: flex-start;
  display: block;
}

.description.bottom {
  width: 75%;
}

.tier {
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 25%;
  height: 100%;
  padding: 20px;
  font-weight: 500;
  display: flex;
}

.tier.one {
  border-bottom: 2px solid var(--white);
  background-color: var(--electricblue);
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  display: flex;
}

.tier.one.top.price {
  border-bottom-style: none;
}

.tick {
  color: var(--electricblue);
  width: 30px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.tick.white {
  color: var(--white);
  width: 30px;
}

.html-embed-2 {
  color: var(--electricblue);
}

.pricing-section {
  object-fit: fill;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 1200px;
  margin: 220px auto 100px;
  display: flex;
}

.pricing-section.mobile {
  display: none;
}

.cross {
  color: var(--white);
  width: 30px;
  height: 50px;
}

.div-block-8 {
  background-color: var(--white);
  margin-top: 100px;
  margin-bottom: 60px;
}

.quisommesnous {
  background-color: var(--white);
  color: #0411fc;
  background-image: none;
  background-size: auto;
  border: 4px #0411fc;
  border-radius: 10px;
  width: 800px;
  margin: 220px auto 300px;
  padding: 40px;
}

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

.bolt {
  border: 2px solid var(--electricblue);
  background-color: var(--electricblue);
  color: var(--electricblue);
  background-image: url('../images/texturebrut.png');
  background-position: 50% 0;
  background-size: 221px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: 0;
  display: flex;
  position: static;
  inset: -70% auto 23% 0%;
}

.div-block-35 {
  background-color: var(--electricblue);
  width: 100%;
  height: 2px;
  transform: rotate(-40deg);
}

.div-block-36 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 0 40px;
  display: flex;
}

.trial-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--electricblue);
  justify-content: center;
  align-items: stretch;
  max-width: 960px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  display: flex;
}

.div-block-38 {
  border: 2px solid var(--white);
  filter: grayscale();
  object-fit: cover;
  background-image: url('../images/Screenshot-2024-01-25-at-17.01-1.webp');
  background-position: 50% 0;
  background-size: cover;
  height: 90%;
  margin-top: 0;
}

.div-block-39 {
  background-image: url('../images/Le-Relais-13-Bernard-3.webp');
  background-position: 50%;
  background-size: auto;
  width: 300px;
  height: 300px;
}

.shadow {
  border-style: none solid solid;
  border-width: 2px;
  border-color: var(--white);
  object-fit: cover;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 18px;
  margin-top: -8px;
}

.shadow.blue {
  border-style: solid;
  border-color: var(--electricblue);
  border-top-width: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 18px;
  margin-top: -8px;
}

.image-box {
  object-fit: cover;
  flex-direction: column;
  width: 300px;
  height: 300px;
  display: flex;
}

.bernard {
  border: 2px solid var(--white);
  filter: grayscale();
  object-fit: cover;
  background-image: url('../images/Le-Relais-13-Bernard-3.webp');
  background-position: 50%;
  background-size: cover;
  height: 90%;
  margin-top: 0;
}

.button {
  background-color: var(--white);
  color: var(--electricblue);
  font-size: 22px;
  font-weight: 500;
  line-height: 125%;
}

.btn-text {
  border: 2px solid var(--electricblue);
  background-color: var(--white);
  border-radius: 10px;
  margin-top: 0;
  padding: 16px;
}

.btn-text.blue {
  border-width: 2px;
  border-color: var(--electricblue);
  background-color: var(--electricblue);
}

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

.order-btn {
  margin-top: 0;
  position: static;
}

.marker {
  z-index: 0;
  width: 100%;
  margin-top: 100px;
  position: fixed;
  inset: 0% 0% auto;
}

.toggle-text {
  z-index: 2;
  color: var(--electricblue);
  font-size: 32px;
  font-weight: 500;
  line-height: 125%;
  position: relative;
}

.faq-body {
  background-color: #453bfe;
  width: 100%;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq-body-cont {
  background-color: var(--electricblue);
  border-top: 0 #000;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.heading-6 {
  color: #0411fc;
  text-align: center;
  text-transform: uppercase;
  margin-top: 14px;
  margin-bottom: 0;
  font-family: Geomanist, sans-serif;
  font-size: 84px;
  font-weight: 900;
  line-height: 90px;
  text-decoration: none;
}

.faq-container {
  min-width: 600px;
  max-width: 960px;
  margin-bottom: 60px;
}

.faq-icon {
  z-index: 2;
  width: 24px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faq {
  color: #453bfe;
  white-space: break-spaces;
  background-color: #fff;
  align-items: center;
  width: 100%;
  height: 140px;
  padding: 20px 50px 20px 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 42px;
  display: flex;
}

.faq.w--open {
  border-bottom: 1px solid #0000001a;
}

.faq-answer {
  color: #fff;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 125%;
}

.faq-wrap {
  color: var(--electricblue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.faq-p {
  z-index: 0;
  background-color: #f4f6f8;
  border: 0 #000;
  border-bottom: 2px solid #0411fc;
  border-radius: 0;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.paragraph-2 {
  color: #0411fc;
  text-align: center;
  padding: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  transition: color .2s;
}

.paragraph-2:hover {
  color: #453bfe;
  font-size: 22px;
  font-weight: 400;
}

.paragraph-2.centred.white {
  color: #fafafa;
  background-color: #fff0;
  font-family: Geomanist, sans-serif;
  font-weight: 500;
}

.text-block-5 {
  color: var(--electricblue);
  font-size: 32px;
  font-weight: 500;
  line-height: 125%;
}

.title-wrap {
  flex-direction: column;
  align-items: center;
  margin-top: 140px;
  margin-bottom: 40px;
  display: flex;
}

.text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10 {
  color: var(--electricblue);
  font-size: 32px;
  font-weight: 500;
  line-height: 125%;
}

.heading-7 {
  color: #453bfe;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: -10px;
}

.heading-7._2 {
  margin-bottom: 0;
}

.div-block-57 {
  z-index: -5;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0411fc;
  background-image: url('../images/60faf96692616d7217c80fe9_noise-transparent-intense.png'), radial-gradient(circle at -40% 0, #d8236e, #d8236e00);
  background-position: 0 0, 0 0;
  background-size: 200px, auto;
  flex-direction: column;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.replay-animation {
  display: flex;
}

.container-2 {
  text-align: center;
  max-width: 100vw;
  height: 100%;
}

.container-2.fullscreen {
  max-width: 100vw;
}

.lottie-animation-4 {
  height: 250px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.image-12 {
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: -2px;
  padding: 0 23px 0 0;
}

.linkednin_logo {
  color: var(--electricblue);
  width: 40px;
  transition: color .2s;
}

.linkednin_logo:hover {
  color: var(--electricblue);
  overflow: visible;
}

.div-block-54 {
  background-color: #fff0;
  align-self: flex-end;
  height: 150px;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-54.large {
  border: 1px #000;
  border-bottom: 4px #0411fc;
  justify-content: flex-end;
  align-items: flex-end;
  width: 600px;
  display: flex;
}

.replay-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: right;
  background-color: #fff;
  border-bottom: 4px #0411fc;
  justify-content: space-between;
  display: flex;
}

.replaytopsection {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: right;
  border-bottom: 2px solid #0411fc;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: -300px;
  display: flex;
}

.footer {
  margin-top: 140px;
}

.div-block-56 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-self: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.div-block-58 {
  background-color: #fafafa00;
  border: 4px #0411fc;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.div-block-58.bottom {
  border-style: none;
  flex-direction: row;
  margin-bottom: 0;
}

.arrow-block {
  align-self: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.title {
  z-index: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  margin-top: 10px;
  padding-top: 24px;
  padding-bottom: 10px;
  font-family: Geomanist, sans-serif;
  font-size: 90px;
  font-weight: 100;
  line-height: 100px;
  position: relative;
}

.title.blue {
  color: #0411fc;
  text-transform: none;
  margin-top: 0;
  margin-bottom: -29px;
  padding-top: 0;
  padding-bottom: 0;
}

.title.blue.logo {
  color: #fff;
}

.div-block-55 {
  border: 2px solid var(--electricblue);
  background-color: #fff;
  border-radius: 20px;
  width: 15px;
  height: 15px;
  margin-top: 4px;
  margin-left: 4px;
}

.right-arrow {
  border-top: 20px solid #0000;
  border-bottom: 20px solid #0000;
  border-left: 20px solid var(--electricblue);
  margin-right: 6px;
}

.bottomball2 {
  z-index: 8;
  border: 2px solid var(--white);
  background-color: var(--white);
  background-image: url('../images/texturefluide.jpg');
  background-position: 100%;
  background-size: 250px;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  margin-bottom: 31px;
  margin-right: -65px;
  position: relative;
}

.textlink {
  border-style: none none solid;
  border-width: 2px;
  border-color: black black var(--electricblue);
  font-weight: 500;
  text-decoration: none;
}

.textlink:active, .textlink:focus, .textlink:visited {
  color: var(--electricblue);
}

.div-block-59 {
  border: 2px solid var(--electricblue);
  background-image: url('../images/texturebrut.png');
  background-position: 0%;
  background-size: auto;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  margin-bottom: -34px;
}

.div-block-60 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.callus {
  z-index: 5;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px solid var(--white);
  background-color: var(--electricblue);
  color: var(--electricblue);
  background-image: url('../images/texturebrut.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  min-width: 50svh;
  max-width: 50svw;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 40px;
}

.div-block-62 {
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-63 {
  border: 2px solid var(--white);
  background-image: url('../images/BernardBW.webp');
  background-position: 50% 30%;
  background-size: 150px;
  border-radius: 150px;
  width: 80px;
  height: 80px;
}

.shadowphoto {
  border: 2px solid var(--white);
  background-image: url('../images/texturebrut.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 221px;
  border-radius: 150px;
  width: 80px;
  height: 80px;
  margin-right: -75px;
}

.div-block-64 {
  justify-content: flex-start;
  display: flex;
}

.speaker {
  border-style: solid;
  border-width: 2px;
  border-color: #0411fc #0411fc var(--electricblue);
  background-color: var(--electricblue);
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-right: auto;
  display: none;
  overflow: visible;
  transform: rotate(0);
}

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

.circle-2 {
  border: 2px solid var(--electricblue);
  background-color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 102%;
  height: 102%;
  margin-left: -22px;
  display: flex;
}

.circle-3 {
  border: 2px solid var(--electricblue);
  background-color: #fafafa;
  background-image: url('../images/Vertical_PatternBlue.svg');
  background-position: 50%;
  background-size: auto;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 85%;
  margin-left: 0;
  display: flex;
}

.circle-4 {
  border: 2px solid var(--electricblue);
  background-color: #0411fc;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  margin-left: 0;
  display: flex;
  overflow: hidden;
}

.circle-5 {
  background-color: var(--white);
  object-fit: fill;
  border: 4px solid #0411fc;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: -20px;
  display: flex;
  overflow: hidden;
}

.circle-6 {
  object-fit: fill;
  background-color: #0411fc;
  border: 2px solid #0411fc;
  border-radius: 100px;
  width: 60%;
  height: 60%;
  margin-left: 0;
  margin-right: -34px;
  overflow: hidden;
}

.div-block-65 {
  max-width: 1024px;
  margin: 0 auto 60px;
}

.body-2 {
  font-family: Geomanist, sans-serif;
  font-weight: 500;
}

.div-block-66 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.locales-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.locales-wrapper {
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.locale {
  display: block;
}

.heading-extra-extra-large {
  color: var(--white);
  text-transform: uppercase;
  font-size: 100px;
  font-weight: 900;
  line-height: 75%;
}

.heading-extra-extra-large.blue {
  color: var(--electricblue);
}

.div-block-67 {
  background-color: var(--electricblue);
  background-image: linear-gradient(40deg, var(--rose), #d8236e00 56%), url('../images/60faf96692616d7217c80fe9_noise-transparent-intense.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
}

.div-block-68 {
  height: 40px;
}

.footer-menu {
  border-bottom: 2px solid var(--white);
  flex-direction: column;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: border-color .2s;
  display: flex;
}

.footer-menu:hover {
  border-bottom-color: var(--electricblue);
}

.footer-menu.footer, .footer-menu.footer.w--current {
  display: flex;
}

.menu-button {
  color: var(--white);
  flex-direction: column;
  padding-top: 5px;
  font-family: Geomanist, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
  display: flex;
}

.menu-button.locale {
  opacity: .5;
  transition: opacity .2s;
}

.menu-button.locale:hover {
  opacity: .7;
}

.menu-button.locale.w--current {
  border-bottom: 1px solid var(--electricblue);
  opacity: 1;
  text-decoration: none;
}

.notification {
  color: #0411fc;
  background-color: #ff3b30;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin: -12px -12px 6px -32px;
  padding-top: 3px;
  display: none;
  position: static;
  inset: 0% 0% auto auto;
}

.text-block-11 {
  color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
}

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

.btn {
  z-index: 2;
  border: 2px solid var(--electricblue);
  background-color: var(--white);
  align-items: center;
  padding: 20px 20px 16px;
  display: flex;
  position: relative;
}

.btn.blue {
  background-color: var(--electricblue);
  justify-content: center;
  align-items: center;
}

.essai {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #0411fc;
  background-color: #0411fc;
  border: 4px #0411fc;
  border-radius: 0;
  flex-flow: column;
  align-items: center;
  width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 40px;
  display: flex;
}

.who {
  max-width: 960px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.div-block-70 {
  background-color: var(--white);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-71 {
  border: 2px solid var(--white);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 20px;
}

.section {
  background-color: var(--electricblue);
}

.image-15 {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.image-15:hover {
  opacity: 0;
}

.hoverplay {
  cursor: pointer;
  border-radius: 10px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.image-16 {
  width: 100%;
  position: relative;
}

.button-2 {
  background-color: #3898ec00;
  position: absolute;
  inset: 36%;
}

.div-block-73 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 35%;
}

.div-block-74 {
  width: 100%;
}

.div-block-75 {
  flex-flow: column;
  display: flex;
}

.image-17 {
  margin-left: auto;
  margin-right: auto;
}

.section-2 {
  z-index: 5;
  background-color: #fff0;
  position: static;
  inset: 0% 0% auto;
}

.div-block-76 {
  border: 2px solid var(--white);
  background-image: url('../images/Arcada-THUMB_V2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.image-18 {
  display: none;
}

.arcada_showreel {
  background-color: #0000004d;
  height: 60svh;
  min-height: 400px;
}

.arcada_showreel.case {
  height: 400px;
  min-height: 300px;
}

.central-header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 50px;
  display: flex;
  overflow: visible;
}

.heading-8 {
  text-align: center;
  margin-top: 0;
  margin-bottom: -12px;
  display: block;
  overflow: visible;
}

.div-block-77 {
  z-index: 5;
  border: 2px solid var(--white);
  background-color: var(--electricblue);
  background-image: url('../images/thumb.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 300px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -75px;
}

.video-head {
  z-index: 5;
  border: 2px none var(--white);
  width: 100svw;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: -75px;
  overflow: hidden;
  box-shadow: 0 20px 50px #d8236e66;
}

.div-block-78 {
  text-align: center;
  background-color: #0003;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.modal {
  z-index: 20;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.background {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #0411fccc;
  width: 100%;
  height: 100%;
}

.modal-container {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 35rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.explainer-video-lightbox {
  background-color: var(--electricblue);
  color: var(--electricblue);
  background-image: url('../images/Arcada-THUMB_V2.jpg');
  background-position: 50% 65%;
  background-size: cover;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.lightbox-link-copy {
  background-image: url('../images/thumb.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 100%;
  display: flex;
}

.lightbox-link-copy.mobile {
  display: none;
}

.form-block {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-12 {
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
  overflow: visible;
}

.text-block-12.white {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
}

.text-block-12.blue {
  color: var(--electricblue);
  font-size: 18px;
}

.div-block-79 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.video-2, .video-3 {
  width: 60%;
}

.quick-stack-2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.video-4 {
  height: 100%;
}

.quick-stack-3 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 140px;
}

.video-5 {
  height: 100%;
}

.arcada_header {
  background-color: #0006;
  height: 60svh;
  min-height: 400px;
}

.arcada_header.case {
  height: 400px;
  min-height: 300px;
}

.div-block-80 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-81 {
  background-color: var(--electricblue);
  background-image: url('../images/60faf96692616d7217c80fe9_noise-transparent-intense.png');
  background-position: 0 0;
  background-size: 200px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.manual-locale {
  border-bottom: 2px solid var(--white);
  flex-direction: column;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: border-color .2s;
  display: flex;
}

.manual-locale:hover {
  border-bottom-color: var(--electricblue);
}

.manual-locale.footer.w--current {
  display: flex;
}

.manual-locale.block {
  background-color: var(--electricblue);
  outline-color: var(--electricblue);
  outline-offset: 0px;
  border: 0 solid #000;
  border-radius: 10px;
  outline-width: 2px;
  outline-style: none;
  padding-left: 10px;
  padding-right: 10px;
}

.manual-locale.block:hover {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.rdv-menu {
  border-bottom: 2px solid var(--white);
  flex-direction: column;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: border-color .2s;
  display: flex;
}

.rdv-menu:hover {
  border-bottom-color: var(--electricblue);
}

.rdv-menu.footer.w--current {
  display: flex;
}

.rdv-menu.block {
  border: 1px solid var(--electricblue);
  background-color: var(--electricblue);
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  transition-property: none;
}

.rdv-menu.block:hover {
  border-bottom-style: none;
  border-bottom-width: 0;
  margin-bottom: 0;
}

.animated-top-title {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.animated-titles {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 90px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 0;
  padding-top: 10px;
  display: flex;
  overflow: hidden;
}

.logo_media {
  justify-content: center;
  align-items: center;
  margin-top: -15px;
  margin-bottom: 20px;
  display: flex;
}

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

.div-block-84, .anim-s-mobile {
  margin-bottom: 10px;
  display: none;
  overflow: visible;
}

.animated-titles-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 90px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 0;
  padding-top: 10px;
  display: flex;
  overflow: hidden;
}

.animated-top-titlemobile {
  display: none;
}

.newpricing-block {
  margin-top: 220px;
}

.price-detail {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.price-detail.new {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.price-detail.new.minimotion-design, .price-detail.new.minimotion {
  display: flex;
}

.icons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.short_icon {
  background-color: var(--electricblue);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 21px;
  height: 38px;
  display: flex;
}

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

.price_title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.price_title.top {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
}

.text-in-video {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 46px;
  display: flex;
}

.div-block-85 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.list {
  color: var(--electricblue);
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
}

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

.list-item {
  margin-bottom: 8px;
}

.newpricing-section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 60px auto 40px;
  display: flex;
}

.pricing-block.new {
  border: 2px solid var(--electricblue);
  border-radius: 10px;
  align-self: stretch;
  width: 30%;
  padding: 48px;
}

.pricing-block.new.middle {
  background-color: var(--electricblue);
}

.pricing-block.new.mini {
  border-style: none;
  width: 100%;
  padding-top: 0;
}

.pricetitletop {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100px;
  display: flex;
}

.pricetitletop.no-title {
  height: 70px;
}

.div-block-86 {
  margin-bottom: 140px;
}

.div-block-86.sub {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-87 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.bold-text {
  opacity: 1;
}

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

.tabs {
  border: 2px solid var(--electricblue);
  border-radius: 10px;
  align-self: stretch;
  width: 30%;
  display: none;
}

.tabs-menu {
  margin-top: 48px;
  margin-bottom: 8px;
  padding-left: 48px;
  padding-right: 48px;
}

.tab-link-mini-motion {
  background-color: var(--white);
  color: var(--white);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 0 8px 0 0;
}

.tab-link-mini-motion.w--current {
  border: 0px none var(--electricblue);
  background-color: var(--white);
  border-radius: 50px 0 0 50px;
  padding: 0 8px 0 0;
}

.selector {
  background-color: var(--white);
  border-radius: 20px;
  width: 18px;
  height: 18px;
  margin-left: 0;
}

.selector.off {
  background-color: var(--electricblue);
}

.pricing-tab.new {
  border: 2px solid var(--electricblue);
  border-radius: 10px;
  align-self: stretch;
  width: 30%;
  padding: 48px;
}

.pricing-tab.new.middle {
  background-color: var(--electricblue);
}

.pricing-tab.new.mini {
  border-style: none;
  width: 100%;
  padding-top: 0;
}

.price-switcher {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.onoff-text {
  opacity: 1;
  color: var(--electricblue);
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
}

.onoff-text.centred {
  text-align: center;
  margin-bottom: 0;
}

.onoff-text.centred.white {
  color: var(--white);
  text-transform: none;
  margin-bottom: 0;
}

.onoff-text.centred.white.caps {
  text-transform: uppercase;
}

.onoff-text.centred.white.horizontal {
  margin-bottom: -5px;
}

.onoff-text.centred.blue {
  text-transform: none;
}

.onoff-text.centred.blue.allcaps {
  text-transform: uppercase;
}

.onoff-text.pricing.white.centres {
  text-align: center;
}

.onoff-text.vertically {
  padding-top: 2px;
}

.onoff-text.aligned {
  margin-bottom: -8px;
}

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

.onoff-text.off {
  opacity: 1;
  text-decoration: none;
}

.switcher {
  background-color: var(--electricblue);
  border-radius: 50px;
  width: 54px;
  margin-top: -7px;
  padding: 4px;
}

.vertical-videos {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: url('../images/60faf96692616d7217c80fe9_noise-transparent-intense.png');
  background-position: 0 0;
  background-size: 200px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 140px;
  display: flex;
}

.vertical-videos-chapelle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: grid;
}

.case-studies {
  background-color: var(--electricblue);
  background-image: url('../images/60faf96692616d7217c80fe9_noise-transparent-intense.png');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.video-6 {
  display: block;
  overflow: hidden;
}

.video-7, .video-8, .video-9 {
  display: block;
}

.vertical-video-preview {
  border-radius: 10px;
  width: 281.25px;
  height: 500px;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.vertical-video-preview.first {
  display: none;
}

.vertical-video-preview.bhv {
  width: 236.25px;
  height: 420px;
}

.div-block-89 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: space-between;
  align-items: center;
  width: 960px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-90 {
  background-color: var(--electricblue);
  padding-top: 20px;
}

.mask {
  height: 100%;
  overflow: hidden;
}

.slider {
  background-color: var(--electricblue);
  height: 100%;
  position: relative;
}

.case-studies-copy {
  background-color: var(--electricblue);
  padding-top: 10px;
}

.vertical-videos-bhv {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: grid;
}

.left-arrow {
  top: 0;
}

.right-arrow-2 {
  display: none;
  top: 0;
}

.icon, .icon-2 {
  display: none;
}

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

.div-block-92 {
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
}

.code-embed {
  background-color: var(--electricblue);
  background-image: url('../images/60faf96692616d7217c80fe9_noise-transparent-intense.png'), linear-gradient(345deg, #ff265499, #ff265400);
  background-position: 50%, 0 0;
  background-size: 200px, auto;
  background-attachment: scroll, scroll;
  margin-left: auto;
  margin-right: auto;
}

.image-19 {
  margin-top: -64px;
  margin-bottom: -113px;
}

.hover-video-wrapper, .div-block-94 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.column-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  display: flex;
}

.rive {
  padding-bottom: 0;
  display: block;
}

.div-block-95 {
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.rive-2 {
  margin-top: 168px;
  margin-bottom: 29px;
}

.rive-3 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: -30px;
  display: block;
}

.div-block-96 {
  background-color: var(--rose);
  height: 200px;
  padding-bottom: 0;
}

.rive-4 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: -20px;
  padding-bottom: 0;
  display: flex;
}

.div-block-97 {
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.top-lightbox {
  box-sizing: content-box;
  aspect-ratio: auto;
  color: var(--electricblue);
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.heading-extra-extra-large-copy {
  color: var(--white);
  text-transform: uppercase;
  font-size: 100px;
  font-weight: 900;
  line-height: 75%;
}

.heading-extra-extra-large-copy.blue {
  color: var(--electricblue);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.video-lightbox {
  aspect-ratio: 2 / 3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  overflow: hidden;
}

.row-1 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.portfolio-image {
  z-index: 2;
  aspect-ratio: auto;
  object-fit: fill;
  position: absolute;
  inset: 0%;
}

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

.rive-mobile {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 100svw;
  margin-top: -20px;
  padding-bottom: 0;
  display: none;
}

.medium-paragraph {
  color: var(--electricblue);
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.image-22 {
  margin-left: auto;
  margin-right: auto;
}

.rive-section-desktop {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 50svh;
  margin-top: -20px;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.container-3 {
  padding-left: 40px;
  padding-right: 40px;
}

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

.section-3 {
  display: none;
}

.container-4 {
  max-width: 100svw;
  min-height: 400px;
  display: block;
}

.rive-5 {
  z-index: 0;
  box-sizing: border-box;
  aspect-ratio: 16 / 5;
  object-fit: contain;
  height: 100%;
  position: static;
  inset: 0% auto;
  overflow: visible;
}

.div-block-99 {
  background-color: var(--white);
  margin-top: -45px;
}

.div-block-100 {
  z-index: -10;
  background-color: var(--electricblue);
  background-image: url('../images/60faf96692616d7217c80fe9_noise-transparent-intense.png'), radial-gradient(circle farthest-corner at 170% 0%, var(--rose) 23%, #d8236e00 64%), radial-gradient(circle farthest-corner at -50% 220%, var(--rose) 36%, #d8236e00 69%);
  background-position: 50%, 0 0, 0 0;
  background-size: 200px, auto, auto;
  position: absolute;
  inset: 20px 0% 70px;
}

.lightbox-showreel {
  color: var(--electricblue);
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.rivelightbox {
  color: var(--electricblue);
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.pplay-btn {
  z-index: 1;
  position: absolute;
}

.play-div {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.rive-mobile2 {
  z-index: 0;
  box-sizing: border-box;
  aspect-ratio: 16 / 5;
  object-fit: contain;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto;
  overflow: visible;
}

.mobile-video {
  display: none;
}

.rive-section-mobile {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 50svh;
  margin-top: -20px;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: relative;
}

.image-23 {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.subheader-old {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 60px auto;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.subheader-old.case, .subheader-old.merci {
  margin-top: 0;
}

.rive-6 {
  display: none;
}

.rive-section-mobile-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 50svh;
  margin-top: -20px;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: relative;
}

.rive-mobile-update {
  z-index: 0;
  box-sizing: border-box;
  aspect-ratio: 1;
  object-fit: contain;
  height: 100%;
  position: static;
  inset: 0% auto;
  overflow: visible;
}

.div-block-104 {
  padding: 60px;
}

.youtube {
  aspect-ratio: 16 / 9;
  width: auto;
  max-width: 960px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.work {
  perspective: 200px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 140px;
  display: flex;
  transform: perspective(200px);
}

.work.cdiscount {
  justify-content: center;
  align-items: center;
}

.project-div {
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 71px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  transition: box-shadow .35s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  overflow: hidden;
  box-shadow: 0 12px 20px #0000;
}

.project-div:hover {
  box-shadow: none;
}

.project-div.gd {
  width: 40%;
  margin-left: 0;
  display: flex;
}

.project-div.popsa {
  align-self: stretch;
  width: 60%;
}

.project-div.casumo {
  width: 500px;
}

.rive-7 {
  cursor: pointer;
  object-fit: contain;
  width: 100%;
  margin-bottom: -200px;
}

.description_div {
  z-index: -1;
  background-color: var(--electricblue);
  background-image: linear-gradient(180deg, #00089e45 8%, #fff0 28%), url('../images/60faf96692616d7217c80fe9_noise-transparent-intense.png'), linear-gradient(120deg, #0411fc, #d8236e 100%, var(--electricblue));
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, 200px, auto;
  background-attachment: scroll, fixed, scroll;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: column;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 36px;
  display: flex;
}

.description_div.gdc {
  flex-flow: column;
}

.description_div.gd {
  width: 100%;
}

.text_base-copy {
  color: var(--electricblue);
  text-align: left;
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
  text-decoration: none;
}

.text_base-copy:hover {
  opacity: 100;
}

.text_base-copy.centred {
  text-align: center;
  margin-bottom: 0;
}

.text_base-copy.centred.white {
  color: var(--white);
  text-transform: none;
  margin-bottom: 0;
}

.text_base-copy.centred.white.caps {
  text-transform: uppercase;
}

.text_base-copy.centred.white.horizontal {
  margin-bottom: -5px;
}

.text_base-copy.centred.blue {
  text-transform: none;
}

.text_base-copy.centred.blue.allcaps {
  text-transform: uppercase;
}

.text_base-copy.pricing.white.centres {
  text-align: center;
}

.text_base-copy.vertically {
  padding-top: 2px;
}

.text_base-copy.aligned {
  margin-bottom: -8px;
}

.text_base-copy.white {
  color: var(--white);
  letter-spacing: .5px;
  -webkit-text-stroke-color: var(--white);
  background-color: #fff0;
  font-family: Geomanist Book Copy, sans-serif;
  font-size: 16px;
}

.text_base-copy.white.link {
  border-bottom-color: var(--white);
}

.text_base-copy.off {
  opacity: 1;
  text-decoration: none;
}

.text_base-copy.link {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--electricblue);
  outline-offset: 0px;
  outline: 2px #0411fc;
  text-decoration: none;
}

.project-file {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: block;
}

.project-file.gd {
  background-color: var(--electricblue);
  object-fit: contain;
  height: 1200px;
}

.project-file.popsa {
  background-color: #464646;
  background-image: linear-gradient(141deg, #7776, #161616b5), url('../images/60faf96692616d7217c80fe9_noise-transparent-intense.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  width: 100%;
  height: 100%;
  display: flex;
}

.project-file.dracula {
  background-color: #494949;
  background-image: linear-gradient(#2c2c2cbf, #0e0e0ea1), url('../images/60faf96692616d7217c80fe9_noise-transparent-intense.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, 200px;
  height: 100%;
  overflow: visible;
}

.div-block-106 {
  justify-content: center;
  align-items: center;
  height: 290px;
  display: flex;
}

.rive-8 {
  aspect-ratio: 800 / 290;
  object-fit: contain;
  width: 800px;
  height: 100%;
}

.project-title-logo {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 120px;
  margin-bottom: 20px;
  display: flex;
}

.project-title-logo.gdc {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.project-title-logo.gd {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
}

.project-title-logo.popsa {
  margin-top: 60px;
}

.toollogo {
  border-radius: 10px;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 40px;
  padding: 4px 14px;
  display: flex;
}

.toollogo.gd {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0;
}

.toollogo.popsa {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0;
}

.code-embed-4 {
  color: var(--electricblue);
  padding-top: 6px;
}

.heading-9 {
  color: var(--white);
  font-size: 24px;
  font-weight: 900;
}

.project-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
}

.div-block-109 {
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  padding: 16px 36px;
  display: flex;
}

.project-title {
  width: 70%;
  padding-top: 2px;
}

.section-4 {
  display: none;
}

.lottie-div {
  cursor: pointer;
  background-color: #f3e8e0;
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 300px;
  display: flex;
}

.lottie-animation-5, .lottie-animation-6 {
  cursor: pointer;
}

.gooddollar {
  aspect-ratio: 2 / 3;
  background-color: var(--rose);
  justify-content: center;
  align-items: center;
  display: flex;
}

.rive-9 {
  aspect-ratio: 2 / 3;
  cursor: pointer;
  object-fit: fill;
}

.div-block-110 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rive-gd {
  aspect-ratio: 448 / 708;
  object-fit: contain;
  width: 100%;
}

.div-block-111 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.multi-project {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: stretch;
  height: 900px;
  display: flex;
}

.section-5 {
  display: block;
}

.rive-casumo {
  aspect-ratio: 1;
  cursor: pointer;
  object-fit: contain;
  width: 100%;
}

.rive-10 {
  aspect-ratio: 448 / 708;
  cursor: pointer;
}

.rive-11 {
  aspect-ratio: 1156 / 845;
  object-fit: cover;
  width: 100%;
}

.image-30, .image-31, .image-32, .image-33, .image-34 {
  height: 100%;
}

.rive-12 {
  aspect-ratio: 592 / 657;
  object-fit: contain;
  height: 100%;
  margin-bottom: -200px;
}

.cdiscount {
  margin-bottom: -200px;
}

._20-spacer {
  height: 20px;
}

.text-block-13 {
  color: #2e2e2e;
  font-size: 24px;
  line-height: 30px;
}

.text-block-13.ai {
  color: #fff;
}

.project-description-work {
  width: 40%;
  padding: 20px;
}

.project-description-work.central {
  width: 80%;
}

.project-description-work.central.top {
  width: 60%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.rive-13 {
  aspect-ratio: 592 / 657;
  object-fit: contain;
  width: 100%;
  height: auto;
  margin-bottom: -50px;
}

.project-section {
  z-index: 20;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.project-section.immersive {
  background-color: #1a1a1f;
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 0;
}

.project-section.immersive.popsa {
  background-image: url('../images/🟢-Ai-Section-BG.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
}

.rive-14 {
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
  height: 712px;
  display: block;
}

.popsa-small {
  background-color: #0000000d;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 488px;
  height: 830px;
  display: flex;
  overflow: hidden;
}

.popsa-small.ai {
  background-color: #2e2e2e;
  width: 592px;
}

.popsa-small.white {
  background-color: #ffffffe3;
}

.popsa-small.blue {
  background-color: #d8e7ed;
  justify-content: space-between;
  align-items: flex-start;
}

.text-block-14 {
  color: #585858;
  font-size: 15px;
  line-height: 23px;
}

.text-block-14.ai {
  color: #ccc;
}

.link {
  color: #ff4447;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
}

.link:hover {
  color: #ff4447;
  border: 1px #000;
  text-decoration: underline;
}

.div-block-112 {
  width: 450px;
  margin-top: -87px;
  padding: 50px;
}

.container-5 {
  max-width: 940vw;
  margin-left: 80px;
  margin-right: 80px;
  padding-bottom: 60px;
}

.popsa-full {
  background-color: #0000000d;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 1216px;
  height: 830px;
  display: flex;
  overflow: hidden;
}

.popsa-full.ai {
  background-color: #2e2e2e;
}

.popsa-full.ai.large {
  margin-left: auto;
  margin-right: auto;
}

.sub-paragraph {
  color: #1a1a1f;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 24px;
}

.sub-paragraph.immersive {
  color: #ffffffe3;
  font-weight: 500;
}

.div-block-113 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  padding: 50px 0 0;
  display: flex;
}

.div-block-114 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 400px;
  margin-top: -100%;
  margin-bottom: 0%;
  padding: 50px;
  display: flex;
}

.div-block-114.facial-recognition {
  z-index: 2;
  mix-blend-mode: normal;
  border-radius: 100%;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-top: -100%;
  padding-top: 200px;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-114._2 {
  align-items: flex-start;
  width: 450px;
  margin-top: -100%;
  margin-bottom: 0%;
}

.sub-heading {
  color: #1a1a1f;
  text-align: center;
  font-size: 38px;
  line-height: 44px;
}

.sub-heading.centred-text {
  margin-left: auto;
  margin-right: auto;
}

.sub-heading.centred-text.popsa {
  color: #ffffffe3;
  font-weight: 900;
}

.text-block-15 {
  color: #2e2e2e;
  font-size: 24px;
  line-height: 30px;
}

.small-paragraph {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.small-paragraph.centre {
  text-align: center;
}

.small-paragraph.centre.black {
  color: #1a1a1f;
  text-align: center;
}

.main-button {
  outline-offset: 0px;
  color: #1a1a1f;
  text-align: center;
  text-transform: none;
  background-color: #ffffffe3;
  border: 2px solid #1a1a1f;
  outline: 2px #1a1a1f;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s cubic-bezier(.075, .82, .165, 1);
  box-shadow: 0 6px #000;
}

.main-button:hover {
  background-color: #ffffffe3;
  transform: translate(0, -4px);
  box-shadow: 0 10px #000;
}

.main-button:active {
  transform: translate(0, 6px);
  box-shadow: 0 0 #000;
}

.div-block-34 {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 20px;
}

.rive-15 {
  box-sizing: border-box;
  aspect-ratio: 696 / 830;
  object-fit: contain;
  align-self: stretch;
  display: block;
}

.div-block-31 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.white {
  background-color: #fff;
}

.code-embed-6 {
  margin-top: 105px;
}

.text-block-16 {
  color: #585858;
  font-size: 15px;
  line-height: 23px;
}

.div-block-115 {
  background-color: #0000000d;
  border-radius: 8px;
  justify-content: flex-start;
  margin-bottom: 24px;
  padding: 9px 14px;
  display: block;
}

.toptext {
  width: 400px;
  margin-bottom: -100%;
  padding: 50px;
}

.popsa-fixed-width {
  background-color: #0000000d;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 695px;
  height: 830px;
  display: flex;
  overflow: hidden;
}

.code-embed-7 {
  width: 100%;
  height: 100%;
  margin-bottom: auto;
}

.captions {
  margin-top: 0;
}

.div-block-116 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  padding: 50px 0 0;
  display: flex;
}

.div-block-116.grey {
  background-color: #f2f2f2;
}

.div-block-116.grey.bottom {
  padding-bottom: 50px;
}

.div-block-116.grey.top {
  margin-top: 50px;
}

.popsa-fixed-width-2 {
  background-color: #0000000d;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 696px;
  height: 830px;
  display: flex;
  overflow: hidden;
}

.popsa-fixed-width-2.white {
  background-color: #ffffffe3;
}

.text-block-17 {
  letter-spacing: 3px;
  width: 100%;
}

.div-block-117 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 400px;
  margin-top: -100%;
  margin-bottom: 0%;
  padding: 50px;
  display: flex;
}

.div-block-117._2 {
  align-items: flex-start;
  width: 450px;
  margin-top: -100%;
  margin-bottom: 0%;
}

.div-block-118 {
  height: 100px;
}

.code-embed-8 {
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
}

.customer-quote {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 540px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-3 {
  color: var(--white);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.paragraph-3.quote {
  margin-bottom: 0;
}

.italic-text {
  color: var(--white);
  font-style: normal;
  font-weight: 500;
}

.div-block-120 {
  outline-color: var(--white);
  outline-offset: 0px;
  border-radius: 150px;
  outline-width: 2px;
  outline-style: solid;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

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

.logoclient {
  outline-color: var(--white);
  outline-offset: 0px;
  border-radius: 150px;
  outline-width: 2px;
  outline-style: solid;
  width: 80px;
  height: 80px;
  margin-left: -16px;
  overflow: hidden;
}

.slider-2 {
  background-color: #ddd0;
}

.slide {
  vertical-align: baseline;
}

.slide-2 {
  vertical-align: super;
}

.image-36 {
  background-color: var(--rose);
  width: 100%;
}

.image-37 {
  background-color: var(--electricblue);
  width: 1005px;
}

.container-19 {
  max-width: 1440px;
}

.container-19.full {
  max-width: 100svw;
}

.rdv-menu-2 {
  border-bottom: 2px solid #fff;
  flex-direction: column;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: border-color .2s;
  display: flex;
}

.rdv-menu-2:hover {
  border-bottom-color: #0411fc;
}

.rdv-menu-2.block {
  background-color: #0411fc;
  border: 1px solid #0411fc;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  transition-property: none;
}

.rdv-menu-2.block:hover {
  border-bottom-style: none;
  border-bottom-width: 0;
  margin-bottom: 0;
}

.text-block-18 {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
}

.menu-button-4 {
  color: #fff;
  flex-direction: column;
  padding-top: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
  display: flex;
}

.menu-button-4.arcada {
  padding-top: 0;
}

.navbar-4 {
  color: #0411fc;
  background-color: #fff0;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 40px;
  display: flex;
}

.text-block-19 {
  color: #0411fc;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  padding-top: 5px;
  font-family: Geomanist, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
  display: flex;
}

.menu-item-2 {
  border-bottom: 2px solid #fff;
  flex-direction: column;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: border-color .2s;
  display: flex;
}

.menu-item-2:hover {
  border-bottom-color: #0411fc;
}

.image-38 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-123 {
  z-index: -10;
  background-color: #0411fc;
  background-image: url('../images/60faf96692616d7217c80fe9_noise-transparent-intense.png'), radial-gradient(circle at 170% 0, #d8236e 23%, #d8236e00 64%), radial-gradient(circle at -50% 220%, #d8236e 36%, #d8236e00 69%);
  background-position: 50%, 0 0, 0 0;
  background-size: 200px, auto, auto;
  position: absolute;
  inset: 20px 0% 70px;
}

.rive-section-desktop-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 50svh;
  margin-top: -20px;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.container-20 {
  max-width: 1440px;
}

.container-20.full {
  max-width: 100svw;
}

.div-block-124 {
  max-width: 1024px;
  margin: 0 auto 60px;
}

.heading_medium-2 {
  color: #0411fc;
  text-align: left;
  font-size: 32px;
  font-weight: 500;
  line-height: 125%;
}

.heading_medium-2.centred {
  text-align: center;
  text-transform: none;
  font-family: Geomanist, sans-serif;
}

.container-21 {
  max-width: 1440px;
}

.container-21.full {
  max-width: 100svw;
}

.div-block-125 {
  width: 100%;
}

.div-block-126 {
  background-color: #0411fc;
  background-image: url('../images/60faf96692616d7217c80fe9_noise-transparent-intense.png');
  background-position: 0 0;
  background-size: 200px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-39 {
  width: 100%;
  position: relative;
}

.image-40 {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.image-40:hover {
  opacity: 0;
}

.image-41 {
  margin-left: auto;
  margin-right: auto;
}

.horizontal-block-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0411fc;
  flex-flow: wrap;
  justify-content: space-around;
  max-width: 1800px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 20px;
  display: none;
}

.text_base-2 {
  color: #0411fc;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
  text-decoration: none;
}

.text_base-2.centred {
  text-align: center;
  margin-bottom: 0;
}

.text_base-2.centred.white {
  color: #fff;
  text-transform: none;
  background-color: #fff0;
  margin-bottom: 0;
}

.div-block-127 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: space-between;
  align-items: center;
  width: 960px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-22 {
  max-width: 1440px;
}

.container-22.full {
  max-width: 100svw;
}

.pinbranch-2 {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #fff;
  background-image: url('../images/texturebrut.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 221px;
  background-clip: border-box;
  border: 2px solid #0411fc;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 30px;
  height: 50px;
  margin-bottom: 8px;
  display: flex;
}

.services-2 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #0411fc;
  background-image: radial-gradient(circle at -20% -20%, #d8236e 10%, #d8236e00 56%, #d8236ea8 90%, #d8236e00), url('../images/60faf96692616d7217c80fe9_noise-transparent-intense.png');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  justify-content: space-around;
  align-items: center;
  padding: 140px 20px 220px;
  display: flex;
}

.services-2.interactive {
  background-color: #fff;
  background-image: none;
  background-position: 0 0;
  padding-top: 220px;
  padding-bottom: 140px;
}

.pinhead-2 {
  background-color: #fff;
  border: 2px solid #0411fc;
  border-radius: 20px;
  width: 32px;
  height: 26px;
  margin: -1px;
  padding: 10px;
}

.pin-2 {
  background-color: #0411fc00;
  border: 2px solid #0411fc;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  width: 40px;
  height: 40px;
  margin-top: 81px;
  display: flex;
}

.video-type-2 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-color: #0411fc;
  background-image: url('../images/60faf96692616d7217c80fe9_noise-transparent-intense.png'), radial-gradient(circle farthest-side at 0 100%, #d8236e, #d8236e00 59%);
  background-position: 50%, 0 0;
  background-size: 200px, auto;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  display: flex;
}

.heading-extra-extra-large-2 {
  color: #fff;
  text-transform: uppercase;
  font-family: Geomanist, sans-serif;
  font-size: 100px;
  font-weight: 900;
  line-height: 75%;
}

.slider-3 {
  background-color: #2d2e30;
  height: 350px;
  padding-bottom: 0;
}

.slider-3.arcada {
  background-color: #0510fc;
}

.bold-text-2 {
  color: #ffffffe3;
}

.div-block-128 {
  background-color: #2d2e30;
  margin: 10px;
  padding-top: 10px;
  padding-bottom: 40px;
}

.div-block-128.arcada {
  background-color: #0510fc;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 140px;
}

.div-block-129 {
  width: 40%;
  margin-left: 20px;
  margin-right: auto;
}

.div-block-130 {
  margin-top: 60px;
}

.icon-3 {
  opacity: .97;
  outline-offset: 0px;
  mix-blend-mode: difference;
  outline: 3px #e42222;
}

.bold-text-3 {
  color: #ffffffe3;
}

.testimonial-amit {
  background-image: url('../images/Testimonial_GoodDollar.jpg');
  background-position: 20%;
  background-size: cover;
  width: 200px;
  height: 200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: 20px;
  padding: 20px;
}

.testimonial-block {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: auto;
  display: flex;
}

.testimonial-section {
  background-color: #fff;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.hero-paragraph {
  color: #2d2e30;
  text-align: left;
  width: 100%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 24px;
}

.testimonial-paragraph {
  color: #ffffffe3;
  text-align: left;
  width: 100%;
  margin: auto;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}

.testimonial-image {
  background-color: #ffffffe3;
  border-radius: 0;
  width: 200px;
  height: 200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: 20px;
  padding: 20px;
}

.testimonial-image.spencer {
  background-image: url('../images/d5eeb01f-c8b2-4965-b2be-d9028e944301_thumb.jpg');
  background-position: 0 0;
  background-size: cover;
}

.image {
  margin-top: 10px;
}

.testimonial-container {
  max-width: 1450px;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-9 {
  margin-top: 10px;
  margin-bottom: auto;
}

.container-23 {
  max-width: 1440px;
}

.container-23.full {
  max-width: 100svw;
}

.textlink-2 {
  border: 2px #000;
  border-bottom: 2px solid #0411fc;
  font-weight: 500;
  text-decoration: none;
}

.textlink-2:active, .textlink-2:focus, .textlink-2:visited {
  color: #0411fc;
}

.image-45 {
  display: none;
}

.div-block-131 {
  background-color: #0411fc;
  width: 100%;
  height: 2px;
  transform: rotate(-40deg);
}

.div-block-132 {
  background-image: url('../images/Arcada-THUMB_V2.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #fff;
  border-radius: 10px;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.heading_extralarge-2 {
  color: #0411fc;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 40px;
  font-weight: 900;
  line-height: 125%;
}

.heading_extralarge-2.caps {
  text-align: left;
  text-transform: uppercase;
}

.heading_extralarge-2.caps.centred {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Geomanist, sans-serif;
}

.quisommesnous-2 {
  color: #0411fc;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  border: 4px #0411fc;
  border-radius: 10px;
  width: 800px;
  margin: 220px auto 300px;
  padding: 40px;
}

.bolt-2 {
  color: #0411fc;
  background-color: #0411fc;
  background-image: url('../images/texturebrut.png');
  background-position: 50% 0;
  background-size: 221px;
  border: 2px solid #0411fc;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: 0;
  display: flex;
  position: static;
  inset: -70% auto 23% 0%;
}

.div-block-133 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 0 40px;
  display: flex;
}

.div-block-134 {
  background-color: #0411fc;
  background-image: url('../images/60faf96692616d7217c80fe9_noise-transparent-intense.png'), radial-gradient(circle at 100% 100%, #d8236e00, #d8236ec7 28%, #d8236e00 72%, #fff0);
  background-position: 0 0, 0 0;
  background-size: 200px, auto;
  margin-top: -1px;
  padding-bottom: 160px;
}

.medium-paragraph-2 {
  color: #0411fc;
  text-align: center;
  font-family: Geomanist, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.div-block-135 {
  background-image: url('../images/texturebrut.png');
  background-position: 0%;
  background-size: auto;
  border: 2px solid #0411fc;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  margin-bottom: -34px;
}

.container-24 {
  text-align: center;
  max-width: 100vw;
  height: 100%;
}

.container-24.fullscreen {
  max-width: 100vw;
}

.heading_large-2 {
  color: #0411fc;
  font-family: Geomanist, sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 125%;
}

.bottomball2-2 {
  z-index: 8;
  background-color: #fff;
  background-image: url('../images/texturefluide.jpg');
  background-position: 100%;
  background-size: 250px;
  border: 2px solid #fff;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  margin-bottom: 31px;
  margin-right: -65px;
  position: relative;
}

.div-block-136 {
  background-color: #fff0;
  align-self: flex-end;
  height: 150px;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-136.large {
  border: 1px #000;
  border-bottom: 4px #0411fc;
  justify-content: flex-end;
  align-items: flex-end;
  width: 600px;
  display: flex;
}

.lottie-animation-10 {
  height: 250px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.div-block-137 {
  z-index: -5;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0411fc;
  background-image: url('../images/60faf96692616d7217c80fe9_noise-transparent-intense.png'), radial-gradient(circle at -40% 0, #d8236e, #d8236e00);
  background-position: 0 0, 0 0;
  background-size: 200px, auto;
  flex-direction: column;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.div-block-138 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-self: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.image-46 {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.image-42 {
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: -2px;
  padding: 0 23px 0 0;
}

.paragraph-6 {
  color: #0411fc;
  text-align: center;
  padding: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  transition: color .2s;
}

.paragraph-6:hover {
  color: #453bfe;
  font-size: 22px;
  font-weight: 400;
}

.paragraph-6.centred.white {
  color: #fafafa;
  background-color: #fff0;
  font-weight: 500;
}

.footer-menu-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 2px solid #fff;
  flex-flow: row;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: border-color .2s;
  display: flex;
}

.footer-menu-2:hover {
  border-bottom-color: #0411fc;
}

.div-block-139 {
  background-color: #fafafa00;
  border: 4px #0411fc;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.div-block-139.bottom {
  border-style: none;
  flex-direction: row;
  margin-bottom: 0;
}

.text-block-20 {
  color: #0411fc;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  padding-top: 5px;
  font-family: Geomanist, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
  display: flex;
}

.rdv-menu-3 {
  border-bottom: 2px solid #fff;
  flex-direction: column;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: border-color .2s;
  display: flex;
}

.rdv-menu-3:hover {
  border-bottom-color: #0411fc;
}

.rdv-menu-3.block {
  background-color: #0411fc;
  border: 1px solid #0411fc;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  transition-property: none;
}

.rdv-menu-3.block:hover {
  border-bottom-style: none;
  border-bottom-width: 0;
  margin-bottom: 0;
}

.text-block-21 {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
}

.text-block-22 {
  color: #0411fc;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  padding-top: 5px;
  font-family: Geomanist, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
  display: flex;
}

.image-47 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-140 {
  z-index: -10;
  background-color: #0411fc;
  background-image: url('../images/60faf96692616d7217c80fe9_noise-transparent-intense.png'), radial-gradient(circle at 170% 0, #d8236e 23%, #d8236e00 64%), radial-gradient(circle at -50% 220%, #d8236e 36%, #d8236e00 69%);
  background-position: 50%, 0 0, 0 0;
  background-size: 200px, auto, auto;
  position: absolute;
  inset: 20px 0% 70px;
}

.rive-section-desktop-3 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 50svh;
  margin-top: -20px;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.div-block-141 {
  max-width: 1024px;
  margin: 0 auto 60px;
}

.heading_medium-3 {
  color: #0411fc;
  text-align: left;
  font-size: 32px;
  font-weight: 500;
  line-height: 125%;
}

.heading_medium-3.centred {
  text-align: center;
  text-transform: none;
  font-family: Geomanist, sans-serif;
}

.div-block-142 {
  width: 100%;
}

.div-block-143 {
  background-color: #0411fc;
  background-image: url('../images/60faf96692616d7217c80fe9_noise-transparent-intense.png');
  background-position: 0 0;
  background-size: 200px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-48 {
  width: 100%;
  position: relative;
}

.image-49 {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.image-49:hover {
  opacity: 0;
}

.image-50 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-144 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: space-between;
  align-items: center;
  width: 960px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pinbranch-3 {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #fff;
  background-image: url('../images/texturebrut.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 221px;
  background-clip: border-box;
  border: 2px solid #0411fc;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 30px;
  height: 50px;
  margin-bottom: 8px;
  display: flex;
}

.services-3 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #0411fc;
  background-image: radial-gradient(circle at -20% -20%, #d8236e 10%, #d8236e00 56%, #d8236ea8 90%, #d8236e00), url('../images/60faf96692616d7217c80fe9_noise-transparent-intense.png');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  justify-content: space-around;
  align-items: center;
  padding: 140px 20px 220px;
  display: flex;
}

.services-3.interactive {
  background-color: #fff;
  background-image: none;
  background-position: 0 0;
  padding-top: 220px;
  padding-bottom: 140px;
}

.pinhead-3 {
  background-color: #fff;
  border: 2px solid #0411fc;
  border-radius: 20px;
  width: 32px;
  height: 26px;
  margin: -1px;
  padding: 10px;
}

.pin-3 {
  background-color: #0411fc00;
  border: 2px solid #0411fc;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  width: 40px;
  height: 40px;
  margin-top: 81px;
  display: flex;
}

.video-type-3 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-color: #0411fc;
  background-image: url('../images/60faf96692616d7217c80fe9_noise-transparent-intense.png'), radial-gradient(circle farthest-side at 0 100%, #d8236e, #d8236e00 59%);
  background-position: 50%, 0 0;
  background-size: 200px, auto;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  display: flex;
}

.heading-extra-extra-large-3 {
  color: #fff;
  text-transform: uppercase;
  font-family: Geomanist, sans-serif;
  font-size: 100px;
  font-weight: 900;
  line-height: 75%;
}

.slider-4 {
  background-color: #2d2e30;
  height: 350px;
  padding-bottom: 0;
}

.slider-4.arcada {
  background-color: #0510fc;
}

.div-block-145 {
  background-color: #2d2e30;
  margin: 10px;
  padding-top: 10px;
  padding-bottom: 40px;
}

.div-block-145.arcada {
  background-color: #0510fc;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 140px;
}

.div-block-146 {
  width: 40%;
  margin-left: 20px;
  margin-right: auto;
}

.div-block-147 {
  margin-top: 60px;
}

.icon-4 {
  opacity: .97;
  outline-offset: 0px;
  mix-blend-mode: difference;
  outline: 3px #e42222;
}

.image-53 {
  margin-top: 10px;
}

.div-block-148 {
  margin-top: 10px;
  margin-bottom: auto;
}

.image-54 {
  display: none;
}

.div-block-149 {
  background-color: #0411fc;
  width: 100%;
  height: 2px;
  transform: rotate(-40deg);
}

.div-block-150 {
  background-image: url('../images/Arcada-THUMB_V2.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #fff;
  border-radius: 10px;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.heading_extralarge-3 {
  color: #0411fc;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 40px;
  font-weight: 900;
  line-height: 125%;
}

.heading_extralarge-3.caps {
  text-align: left;
  text-transform: uppercase;
}

.heading_extralarge-3.caps.centred {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Geomanist, sans-serif;
}

.div-block-151 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 0 40px;
  display: flex;
}

.div-block-152 {
  background-color: #0411fc;
  background-image: url('../images/60faf96692616d7217c80fe9_noise-transparent-intense.png'), radial-gradient(circle at 100% 100%, #d8236e00, #d8236ec7 28%, #d8236e00 72%, #fff0);
  background-position: 0 0, 0 0;
  background-size: 200px, auto;
  margin-top: -1px;
  padding-bottom: 160px;
}

.div-block-153 {
  background-image: url('../images/texturebrut.png');
  background-position: 0%;
  background-size: auto;
  border: 2px solid #0411fc;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  margin-bottom: -34px;
}

.container-25 {
  text-align: center;
  max-width: 100vw;
  height: 100%;
}

.container-25.fullscreen {
  max-width: 100vw;
}

.heading_large-3 {
  color: #0411fc;
  font-family: Geomanist, sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 125%;
}

.bottomball2-3 {
  z-index: 8;
  background-color: #fff;
  background-image: url('../images/texturefluide.jpg');
  background-position: 100%;
  background-size: 250px;
  border: 2px solid #fff;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  margin-bottom: 31px;
  margin-right: -65px;
  position: relative;
}

.div-block-154 {
  background-color: #fff0;
  align-self: flex-end;
  height: 150px;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-154.large {
  border: 1px #000;
  border-bottom: 4px #0411fc;
  justify-content: flex-end;
  align-items: flex-end;
  width: 600px;
  display: flex;
}

.lottie-animation-11 {
  height: 250px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.div-block-155 {
  z-index: -5;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0411fc;
  background-image: url('../images/60faf96692616d7217c80fe9_noise-transparent-intense.png'), radial-gradient(circle at -40% 0, #d8236e, #d8236e00);
  background-position: 0 0, 0 0;
  background-size: 200px, auto;
  flex-direction: column;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.div-block-156 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-self: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.image-55 {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.image-56 {
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: -2px;
  padding: 0 23px 0 0;
}

.paragraph-7 {
  color: #0411fc;
  text-align: center;
  padding: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  transition: color .2s;
}

.paragraph-7:hover {
  color: #453bfe;
  font-size: 22px;
  font-weight: 400;
}

.paragraph-7.centred.white {
  color: #fafafa;
  background-color: #fff0;
  font-weight: 500;
}

.div-block-157 {
  background-color: #fafafa00;
  border: 4px #0411fc;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.div-block-157.bottom {
  border-style: none;
  flex-direction: row;
  margin-bottom: 0;
}

.text-block-23 {
  color: #0411fc;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  padding-top: 5px;
  font-family: Geomanist, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .heading_extralarge.caps.centred.white {
    color: var(--white);
  }

  .header.interactive-2 {
    height: 40svh;
    margin-bottom: 60px;
    padding-top: 0;
  }

  .subheader {
    margin-top: 60px;
  }

  .services.interactive {
    padding-top: 220px;
  }

  .callus {
    min-width: 40svh;
    max-width: 40svw;
    display: flex;
  }

  .shadowphoto {
    background-image: url('../images/texturebrut.png');
    display: block;
  }

  .div-block-65 {
    margin-top: auto;
    margin-bottom: 60px;
  }

  .div-block-76 {
    height: 300px;
  }

  .div-block-81 {
    padding-bottom: 60px;
  }

  .div-block-89 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: 960px;
  }

  .div-block-94 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-95 {
    margin-top: -71px;
    padding-top: 0;
  }

  .div-block-96 {
    background-color: var(--rose);
  }

  .rive-4 {
    object-fit: contain;
    margin-top: -20px;
  }

  .top-lightbox {
    height: auto;
  }

  .row-1 {
    margin-top: 40px;
  }

  .rive-mobile {
    margin-top: -1.8%;
  }

  .rive-section-desktop {
    margin-top: -20px;
    position: relative;
  }

  .container-4 {
    min-height: 500px;
    max-height: 40svh;
    display: block;
  }

  .rive-5 {
    position: absolute;
  }

  .div-block-100 {
    z-index: -10;
    background-color: var(--electricblue);
    background-image: url('../images/60faf96692616d7217c80fe9_noise-transparent-intense.png'), radial-gradient(circle farthest-corner at 170% 0%, var(--rose) 23%, #d8236e00 64%), radial-gradient(circle farthest-corner at -50% 220%, var(--rose) 36%, #d8236e00 69%);
    background-position: 50%, 0 0, 0 0;
    background-size: 200px, auto, auto;
    position: absolute;
    inset: 20px 0% 70px;
  }

  .rive-mobile2 {
    position: absolute;
  }

  .rive-section-mobile {
    margin-top: -20px;
    position: relative;
  }

  .subheader-old {
    margin-top: auto;
  }

  .rive-section-mobile-2 {
    margin-top: -20px;
    position: relative;
  }

  .rive-mobile-update {
    position: absolute;
  }

  .div-block-104 {
    aspect-ratio: auto;
  }

  .youtube {
    aspect-ratio: 16 / 9;
    object-fit: none;
    max-width: 1080px;
    max-height: 720px;
    position: relative;
  }

  .rive-8 {
    height: 290px;
  }

  .rive-13 {
    aspect-ratio: 592 / 657;
  }

  .rive-14 {
    height: 712px;
  }

  .popsa-full {
    justify-content: space-between;
  }

  .sub-paragraph.immersive {
    color: #ffffffe3;
  }

  .div-block-114._2 {
    margin-top: -100%;
  }

  .code-embed-7 {
    width: 100%;
    height: 100%;
  }

  .div-block-117._2 {
    margin-top: -100%;
  }

  .code-embed-8 {
    padding-top: 0;
  }

  .div-block-123 {
    z-index: -10;
    background-color: #0411fc;
    background-image: url('../images/60faf96692616d7217c80fe9_noise-transparent-intense.png'), radial-gradient(circle at 170% 0, #d8236e 23%, #d8236e00 64%), radial-gradient(circle at -50% 220%, #d8236e 36%, #d8236e00 69%);
    background-position: 50%, 0 0, 0 0;
    background-size: 200px, auto, auto;
    position: absolute;
    inset: 20px 0% 70px;
  }

  .rive-section-desktop-2 {
    margin-top: -20px;
    position: relative;
  }

  .div-block-124 {
    margin-top: auto;
    margin-bottom: 60px;
  }

  .div-block-126 {
    padding-bottom: 60px;
  }

  .div-block-127 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: 960px;
  }

  .services-2.interactive {
    padding-top: 220px;
  }

  .div-block-132 {
    height: 300px;
  }

  .div-block-140 {
    z-index: -10;
    background-color: #0411fc;
    background-image: url('../images/60faf96692616d7217c80fe9_noise-transparent-intense.png'), radial-gradient(circle at 170% 0, #d8236e 23%, #d8236e00 64%), radial-gradient(circle at -50% 220%, #d8236e 36%, #d8236e00 69%);
    background-position: 50%, 0 0, 0 0;
    background-size: 200px, auto, auto;
    position: absolute;
    inset: 20px 0% 70px;
  }

  .rive-section-desktop-3 {
    margin-top: -20px;
    position: relative;
  }

  .div-block-141 {
    margin-top: auto;
    margin-bottom: 60px;
  }

  .div-block-143 {
    padding-bottom: 60px;
  }

  .div-block-144 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: 960px;
  }

  .services-3.interactive {
    padding-top: 220px;
  }

  .div-block-150 {
    height: 300px;
  }
}

@media screen and (min-width: 1920px) {
  .container.full {
    text-align: left;
  }

  .container.full.blue {
    background-color: var(--electricblue);
  }

  .heading_extralarge {
    font-size: 40px;
  }

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

  .header.interactive-2 {
    height: 42svh;
    display: block;
  }

  .subheader.case {
    margin-bottom: 40px;
  }

  .client-logo {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .personas {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .services {
    padding-bottom: 220px;
  }

  .triangular-bottom, .flippers {
    display: none;
  }

  .quisommesnous {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .paragraph-2 {
    font-weight: 400;
  }

  .container-2 {
    width: 100%;
  }

  .title {
    font-size: 160px;
    font-weight: 100;
    line-height: 180px;
  }

  .right-arrow {
    border-left-color: #feb7df;
  }

  .callus {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    min-width: 30svw;
    max-width: 30svw;
  }

  .shadowphoto {
    margin-right: -75px;
  }

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

  .div-block-65 {
    margin-left: auto;
    margin-right: auto;
  }

  .video-head {
    border-style: none;
    display: flex;
    overflow: hidden;
  }

  .explainer-video-lightbox, .lightbox-link-copy {
    width: 100%;
  }

  .quick-stack-2 {
    text-align: left;
  }

  .quick-stack-3 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 140px;
  }

  .div-block-95 {
    margin-top: -170px;
  }

  .rive-4 {
    object-fit: fill;
    width: 100svw;
  }

  .top-lightbox {
    width: 100%;
  }

  .rive-mobile {
    width: 100svw;
  }

  .div-block-100 {
    bottom: 100px;
  }

  .lightbox-showreel, .rivelightbox {
    width: 100%;
  }

  .subheader-old.case {
    margin-bottom: 40px;
  }

  .description_div {
    border-bottom-right-radius: 10px;
  }

  .popsa-small, .popsa-full {
    order: 0;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    display: flex;
  }

  .div-block-113 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    display: flex;
  }

  .div-block-114 {
    margin-top: -265px;
  }

  .popsa-fixed-width {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .div-block-116 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    display: flex;
  }

  .popsa-fixed-width-2 {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .div-block-117 {
    margin-top: -265px;
  }

  .code-embed-8 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-19.full {
    text-align: left;
  }

  .div-block-123 {
    bottom: 100px;
  }

  .container-20.full {
    text-align: left;
  }

  .div-block-124 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-21.full, .container-22.full {
    text-align: left;
  }

  .services-2 {
    padding-bottom: 220px;
  }

  .container-23.full {
    text-align: left;
  }

  .heading_extralarge-2 {
    font-size: 40px;
  }

  .quisommesnous-2 {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .container-24 {
    width: 100%;
  }

  .paragraph-6 {
    font-weight: 400;
  }

  .div-block-140 {
    bottom: 100px;
  }

  .div-block-141 {
    margin-left: auto;
    margin-right: auto;
  }

  .services-3 {
    padding-bottom: 220px;
  }

  .heading_extralarge-3 {
    font-size: 40px;
  }

  .container-25 {
    width: 100%;
  }

  .paragraph-7 {
    font-weight: 400;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    align-items: center;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo {
    position: static;
    inset: 0% 0% auto;
  }

  .heading_extralarge.caps.white, .heading_extralarge.caps.centred {
    font-size: 48px;
  }

  .menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: stretch;
    margin-left: auto;
    display: flex;
  }

  .menu.right {
    display: none;
  }

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

  .text-block.locale {
    padding-top: 0;
  }

  .menu-item {
    display: none;
  }

  .header {
    margin-left: 20px;
    margin-right: 20px;
  }

  .header.interactive-2 {
    min-height: 200px;
  }

  .heading_huge.caps {
    font-size: 80px;
  }

  .subheader {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading_medium {
    font-size: 24px;
  }

  .heading_medium.centred {
    font-size: 26px;
  }

  .heading_medium.centred.caps {
    font-size: 24px;
  }

  .client-logo {
    width: 100px;
  }

  .horizontal-block-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 40px;
  }

  .icon-text_block.larger {
    width: 90%;
  }

  .heading_large.caps.centred {
    font-size: 32px;
  }

  .text_base.centred {
    font-size: 18px;
  }

  .videotype_text {
    width: 90%;
    margin-top: 40px;
  }

  .services {
    padding: 100px 20px;
  }

  .pins-column {
    width: 15%;
  }

  .pin {
    width: 32px;
    height: 32px;
  }

  .pinbranch {
    width: 80%;
    height: 130%;
  }

  .pinhead {
    width: 100%;
    height: 60%;
    padding: 8px;
  }

  .ball {
    position: absolute;
  }

  .flipper-left, .flipper-right {
    width: 270px;
  }

  .avantages {
    margin-top: 140px;
  }

  .commentcamarche {
    width: 85%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricing-line {
    align-items: center;
    padding-left: 10px;
  }

  .pricing-line.top {
    flex-wrap: nowrap;
    align-content: space-around;
    align-items: stretch;
  }

  .description.bottom {
    width: 90%;
  }

  .tier.one {
    justify-content: space-around;
  }

  .pricing-section {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .quisommesnous {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }

  .div-block-36 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-6 {
    font-size: 42px;
    line-height: 48px;
  }

  .faq-container {
    width: 100%;
    min-width: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-2 {
    padding: 0;
    font-size: 18px;
  }

  .paragraph-2:hover {
    font-size: 18px;
  }

  .heading-7 {
    font-size: 28px;
    line-height: 32px;
  }

  .div-block-56 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .title {
    font-size: 60px;
    line-height: 70px;
  }

  .title.blue {
    margin-bottom: 0;
  }

  .right-arrow {
    display: none;
  }

  .image-13, .image-14 {
    width: 60%;
  }

  .callus {
    width: 100svw;
    bottom: 0;
  }

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

  .locales-list {
    line-height: 20px;
  }

  .locales-wrapper {
    flex-direction: row;
    align-items: center;
    padding-top: 10px;
  }

  .heading-extra-extra-large {
    font-size: 54px;
    line-height: 100%;
  }

  .footer-menu {
    display: flex;
  }

  .essai {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }

  .video-head {
    margin-top: 26px;
  }

  .manual-locale, .rdv-menu {
    display: none;
  }

  .newpricing-section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .pricing-block.new, .pricing-tab.new {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
  }

  .onoff-text.centred {
    font-size: 18px;
  }

  .vertical-videos-chapelle {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-content: center;
    justify-items: center;
  }

  .vertical-video-preview {
    width: 200px;
    height: 355.56px;
  }

  .vertical-videos-bhv {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-content: center;
    justify-items: center;
  }

  .rive-4 {
    box-sizing: border-box;
    aspect-ratio: 2;
    object-fit: cover;
    margin-top: -12px;
  }

  .heading-extra-extra-large-copy {
    font-size: 54px;
    line-height: 100%;
  }

  .rive-mobile {
    box-sizing: border-box;
    aspect-ratio: 2;
    object-fit: cover;
    margin-top: -12px;
    display: none;
  }

  .rive-section-desktop {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

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

  .rive-section-mobile {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .subheader-old {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rive-section-mobile-2 {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .text_base-copy.centred {
    font-size: 18px;
  }

  .rive-13 {
    height: auto;
  }

  .rive-14 {
    height: 400px;
  }

  .popsa-full.ai.large {
    width: 100%;
    height: auto;
  }

  .sub-paragraph {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-114.facial-recognition, .div-block-114._2, .div-block-117._2 {
    margin-top: -83px;
  }

  .rdv-menu-2 {
    display: none;
  }

  .navbar-4 {
    align-items: center;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .menu-item-2 {
    display: none;
  }

  .rive-section-desktop-2 {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .heading_medium-2 {
    font-size: 24px;
  }

  .heading_medium-2.centred {
    font-size: 26px;
  }

  .horizontal-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 40px;
  }

  .text_base-2.centred {
    font-size: 18px;
  }

  .image-44 {
    width: 60%;
  }

  .pinbranch-2 {
    width: 80%;
    height: 130%;
  }

  .services-2 {
    padding: 100px 20px;
  }

  .pinhead-2 {
    width: 100%;
    height: 60%;
    padding: 8px;
  }

  .pin-2 {
    width: 32px;
    height: 32px;
  }

  .image-43 {
    width: 60%;
  }

  .heading-extra-extra-large-2 {
    font-size: 54px;
    line-height: 100%;
  }

  .heading_extralarge-2.caps.centred {
    font-size: 48px;
  }

  .quisommesnous-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }

  .div-block-133 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-138 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .paragraph-6 {
    padding: 0;
    font-size: 18px;
  }

  .paragraph-6:hover {
    font-size: 18px;
  }

  .footer-menu-2 {
    display: flex;
  }

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

  .rdv-menu-3 {
    display: none;
  }

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

  .rive-section-desktop-3 {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .heading_medium-3 {
    font-size: 24px;
  }

  .heading_medium-3.centred {
    font-size: 26px;
  }

  .image-51 {
    width: 60%;
  }

  .pinbranch-3 {
    width: 80%;
    height: 130%;
  }

  .services-3 {
    padding: 100px 20px;
  }

  .pinhead-3 {
    width: 100%;
    height: 60%;
    padding: 8px;
  }

  .pin-3 {
    width: 32px;
    height: 32px;
  }

  .image-52 {
    width: 60%;
  }

  .heading-extra-extra-large-3 {
    font-size: 54px;
    line-height: 100%;
  }

  .heading_extralarge-3.caps.centred {
    font-size: 48px;
  }

  .div-block-151 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-156 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .paragraph-7 {
    padding: 0;
    font-size: 18px;
  }

  .paragraph-7:hover {
    font-size: 18px;
  }

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

@media screen and (max-width: 767px) {
  .navbar {
    margin-top: 0;
    padding-bottom: 0;
  }

  .logo {
    padding-top: 0;
    position: static;
    inset: 0% 0% auto;
  }

  .heading_extralarge {
    margin-top: 5px;
  }

  .menu {
    margin-left: auto;
    display: flex;
  }

  .menu.right {
    display: none;
  }

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

  .menu-item {
    display: none;
  }

  .header {
    height: 60svh;
  }

  .header.interactive-2 {
    height: 400px;
    min-height: 100px;
  }

  .heading_huge.caps {
    font-size: 68px;
  }

  .background-video {
    padding: 20px;
  }

  .subheader {
    margin-top: 0;
  }

  .personas {
    padding-bottom: 60px;
  }

  .icon-text_block {
    width: 100%;
  }

  .text_base, .text_base.centred {
    color: var(--electricblue);
  }

  .text_base.pricing.white {
    color: var(--white);
  }

  .text_base.pricingtitle, .text_base.pricemobile {
    color: var(--electricblue);
  }

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

  .div-block {
    margin-bottom: 60px;
  }

  .videotype_text, .video-type, .services {
    width: 100%;
  }

  .pins-column {
    width: 100px;
  }

  .pin {
    width: 20px;
    height: 20px;
  }

  .pinbranch {
    align-items: center;
    width: 80%;
    height: 130%;
  }

  .pinhead {
    object-fit: fill;
    width: 100%;
    height: 60%;
    margin-top: -15px;
    padding: 4px;
  }

  .ball {
    width: 30px;
    height: 30px;
    position: absolute;
    left: -50px;
  }

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

  .pricing-line {
    border-bottom-color: var(--white);
    background-color: var(--electricblue);
  }

  .pricing-line.top {
    padding-left: 0;
  }

  .pricing-line.top.price {
    flex-direction: column;
    flex: 1;
    padding-left: 0;
  }

  .pricing-line.top.mobile, .pricing-line._2mobile {
    border-bottom-color: var(--electricblue);
    background-color: var(--white);
  }

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

  .description {
    color: var(--white);
    width: 70%;
  }

  .description.title {
    background-color: var(--white);
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 40px;
    display: flex;
  }

  .description.top {
    width: 0%;
  }

  .tier {
    display: none;
  }

  .tier.one {
    border-bottom-style: none;
    width: 30%;
  }

  .tier.one.top {
    grid-row-gap: 20px;
    width: 100%;
  }

  .tier.two {
    width: 30%;
    display: flex;
  }

  .tier.two.top {
    grid-row-gap: 20px;
    width: 100%;
  }

  .pricing-section.mobile {
    display: flex;
  }

  .quisommesnous {
    margin-top: 60px;
  }

  .bolts {
    display: none;
  }

  .div-block-36 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .trial-block {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .toggle-text {
    font-size: 24px;
  }

  .heading-6 {
    font-size: 40px;
    line-height: 46px;
  }

  .faq-container {
    max-width: 100svw;
  }

  .faq {
    font-size: 24px;
  }

  .faq-wrap {
    padding: 40px 5%;
  }

  .paragraph-2, .paragraph-2:hover {
    font-size: 18px;
  }

  .text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10 {
    font-size: 24px;
  }

  .lottie-animation-4 {
    height: 200px;
  }

  .image-12 {
    height: 150px;
    padding-right: 20px;
  }

  .div-block-54 {
    margin-right: 10px;
  }

  .div-block-56 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-58 {
    display: none;
  }

  .arrow-block {
    align-self: auto;
    display: none;
  }

  .title {
    font-size: 40px;
    line-height: 48px;
  }

  .bottomball2 {
    width: 40px;
    height: 40px;
    margin-right: -48px;
  }

  .callus {
    width: 100svw;
  }

  .speaker {
    display: none;
  }

  .locales-wrapper {
    padding-top: 10px;
    position: static;
  }

  .footer-menu {
    display: flex;
  }

  .essai {
    margin-top: -39px;
  }

  .who {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-70 {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }

  .div-block-71 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
  }

  .video-head {
    margin-top: 20px;
  }

  .manual-locale, .rdv-menu, .animated-top-title {
    display: none;
  }

  .anim-s-mobile {
    display: block;
  }

  .animated-titles-copy.mobile {
    height: 70px;
  }

  .animated-top-titlemobile {
    display: flex;
  }

  .onoff-text, .onoff-text.centred {
    color: var(--electricblue);
  }

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

  .onoff-text.pricingtitle, .onoff-text.pricemobile {
    color: var(--electricblue);
  }

  .vertical-videos-chapelle, .vertical-videos-bhv {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .rive-4 {
    display: none;
  }

  .top-lightbox {
    height: 400px;
  }

  .rive-mobile {
    aspect-ratio: 1;
    margin-top: 0;
    display: block;
  }

  .rive-section-desktop {
    height: 80svh;
    margin-left: 0;
    margin-right: 0;
  }

  .rive-5 {
    display: block;
  }

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

  .rive-mobile2 {
    display: none;
  }

  .rive-section-mobile {
    height: 80svh;
    margin-left: 0;
    margin-right: 0;
  }

  .subheader-old {
    margin-top: 0;
  }

  .rive-section-mobile-2 {
    height: 80svh;
    margin-left: 0;
    margin-right: 0;
  }

  .rive-mobile-update {
    display: block;
  }

  .text_base-copy, .text_base-copy.centred {
    color: var(--electricblue);
  }

  .text_base-copy.pricing.white {
    color: var(--white);
  }

  .text_base-copy.pricingtitle, .text_base-copy.pricemobile {
    color: var(--electricblue);
  }

  .rive-13 {
    height: auto;
  }

  .rdv-menu-2 {
    display: none;
  }

  .navbar-4 {
    margin-top: 0;
    padding-bottom: 0;
  }

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

  .menu-item-2 {
    display: none;
  }

  .rive-section-desktop-2 {
    height: 80svh;
    margin-left: 0;
    margin-right: 0;
  }

  .text_base-2, .text_base-2.centred {
    color: #0411fc;
  }

  .pinbranch-2 {
    align-items: center;
    width: 80%;
    height: 130%;
  }

  .services-2 {
    width: 100%;
  }

  .pinhead-2 {
    object-fit: fill;
    width: 100%;
    height: 60%;
    margin-top: -15px;
    padding: 4px;
  }

  .pin-2 {
    width: 20px;
    height: 20px;
  }

  .video-type-2 {
    width: 100%;
  }

  .heading_extralarge-2 {
    margin-top: 5px;
  }

  .quisommesnous-2 {
    margin-top: 60px;
  }

  .div-block-133 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bottomball2-2 {
    width: 40px;
    height: 40px;
    margin-right: -48px;
  }

  .div-block-136 {
    margin-right: 10px;
  }

  .lottie-animation-10 {
    height: 200px;
  }

  .div-block-138 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-42 {
    height: 150px;
    padding-right: 20px;
  }

  .paragraph-6, .paragraph-6:hover {
    font-size: 18px;
  }

  .footer-menu-2 {
    display: flex;
  }

  .div-block-139 {
    display: none;
  }

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

  .rdv-menu-3 {
    display: none;
  }

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

  .rive-section-desktop-3 {
    height: 80svh;
    margin-left: 0;
    margin-right: 0;
  }

  .pinbranch-3 {
    align-items: center;
    width: 80%;
    height: 130%;
  }

  .services-3 {
    width: 100%;
  }

  .pinhead-3 {
    object-fit: fill;
    width: 100%;
    height: 60%;
    margin-top: -15px;
    padding: 4px;
  }

  .pin-3 {
    width: 20px;
    height: 20px;
  }

  .video-type-3 {
    width: 100%;
  }

  .heading_extralarge-3 {
    margin-top: 5px;
  }

  .div-block-151 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bottomball2-3 {
    width: 40px;
    height: 40px;
    margin-right: -48px;
  }

  .div-block-154 {
    margin-right: 10px;
  }

  .lottie-animation-11 {
    height: 200px;
  }

  .div-block-156 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-56 {
    height: 150px;
    padding-right: 20px;
  }

  .paragraph-7, .paragraph-7:hover {
    font-size: 18px;
  }

  .div-block-157 {
    display: none;
  }

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

@media screen and (max-width: 479px) {
  .navbar {
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo {
    padding-bottom: 10px;
    position: static;
  }

  .heading_extralarge.caps.white, .heading_extralarge.caps.white.centred {
    font-size: 32px;
  }

  .heading_extralarge.caps.centred {
    font-size: 36px;
  }

  .heading_extralarge.caps.pricing {
    color: var(--electricblue);
  }

  .menu {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .menu-item {
    display: none;
  }

  .menu-item.w--current, .menu-item.footer {
    display: flex;
  }

  .header {
    height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .header.interactive-2 {
    height: 100%;
    min-height: 300px;
  }

  .heading_huge.caps {
    font-size: 44px;
  }

  .heading_huge.caps.blue.pricing, .heading_huge.caps.price {
    font-size: 62px;
  }

  .background-video {
    height: 60svh;
    min-height: auto;
  }

  .subheader {
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading_medium, .heading_medium.centred.caps {
    font-size: 22px;
  }

  .client-logo {
    width: 50%;
  }

  .client-logo.lachapelle {
    width: 100px;
  }

  .horizontal-block-1 {
    flex-direction: column;
  }

  .flex-block {
    width: 100%;
  }

  .personas {
    padding-top: 20px;
  }

  .circle {
    width: 60px;
    height: 60px;
  }

  .circle2.blue {
    margin-top: -10px;
  }

  .heading_large.caps.centred {
    font-size: 28px;
  }

  .heading_large.caps.centred.white {
    font-size: 22px;
  }

  .text_base {
    color: var(--electricblue);
  }

  .text_base.pricing.white {
    color: var(--white);
  }

  .text_base.pricingtitle {
    color: var(--electricblue);
    text-align: center;
  }

  .horizontal-blocks {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .videotype_text {
    flex-direction: column;
    width: 100%;
    display: block;
  }

  .services {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
  }

  .services.interactive {
    padding-top: 60px;
  }

  .pins-column {
    justify-content: space-around;
    display: none;
  }

  .pinrow.bottom {
    margin-top: 30px;
  }

  .pin {
    width: 20px;
    height: 20px;
    margin-top: 40px;
  }

  .pinbranch {
    width: 75%;
    height: 125%;
  }

  .pinhead {
    width: 100%;
    height: 60%;
    padding: 4px;
  }

  .ball {
    display: none;
  }

  .triangular-bottom {
    height: 100px;
    min-height: 100px;
  }

  .flippers {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .flipper-left, .flipper-right {
    width: 45%;
  }

  .avantages {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .icon_avantages {
    width: 100px;
  }

  .div-block-7 {
    z-index: -10;
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    display: flex;
    position: static;
  }

  .commentcamarche {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-line.top.price {
    background-color: var(--white);
  }

  .pricing-line._2mobile {
    flex: 0 auto;
    align-items: center;
  }

  .description {
    width: 70%;
  }

  .description.title {
    margin-bottom: 40px;
  }

  .tier.one {
    width: 30%;
  }

  .tier.one.top {
    justify-content: center;
    padding-top: 40px;
  }

  .tier.two {
    justify-content: center;
    padding-top: 20px;
  }

  .tier.two.top {
    flex: 0 auto;
    justify-content: center;
  }

  .tick, .tick.white, .cross {
    width: 20px;
  }

  .div-block-8 {
    margin-top: 40px;
  }

  .quisommesnous {
    flex-flow: column;
    align-self: center;
    width: 90%;
    margin: 140px auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .bolts {
    margin-top: 50px;
    display: none;
  }

  .bolt {
    width: 20px;
    height: 20px;
  }

  .div-block-36 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .trial-block {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .toggle-text {
    font-size: 24px;
    line-height: 28px;
  }

  .faq-body-cont {
    padding: 10px;
    line-height: 24px;
  }

  .heading-6 {
    margin-top: 10px;
    margin-bottom: 6px;
    font-family: Geomanist, sans-serif;
    font-size: 28px;
    font-weight: 900;
    line-height: 32px;
  }

  .faq-container {
    max-width: 100svw;
  }

  .faq {
    font-size: 24px;
    line-height: 28px;
  }

  .faq-wrap {
    padding-left: 3%;
    padding-right: 3%;
  }

  .faq-p {
    z-index: 0;
  }

  .paragraph-2 {
    text-align: center;
    padding-left: 0;
  }

  .paragraph-2:hover {
    text-align: center;
    font-size: 18px;
  }

  .paragraph-2.link {
    text-align: left;
  }

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

  .text-block-5 {
    font-size: 24px;
    line-height: 28px;
  }

  .div-block-57 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .replay-animation {
    justify-content: flex-end;
    width: 30%;
    margin-left: auto;
    margin-right: 0;
  }

  .container-2 {
    max-width: 100%;
    overflow: hidden;
  }

  .image-12 {
    padding-right: 6px;
  }

  .div-block-54 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-54.large {
    justify-content: flex-end;
    width: 100%;
    margin-right: 0;
    padding-right: 10px;
  }

  .replay-section {
    justify-content: space-around;
    align-items: flex-start;
  }

  .replaytopsection {
    z-index: 50;
    margin-top: 0;
    display: flex;
    position: relative;
  }

  .footer {
    z-index: 10;
    position: static;
  }

  .div-block-56 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 70%;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-58.bottom {
    display: none;
  }

  .title {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Geomanist, sans-serif;
    font-size: 36px;
    line-height: 40px;
  }

  .title.blue.logo {
    font-size: 45px;
    line-height: 48px;
  }

  .bottomball2 {
    margin-right: -50px;
  }

  .callus {
    z-index: 5;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-style: solid none none;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 90%;
    min-width: 80%;
    max-width: 100svw;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
  }

  .div-block-62 {
    width: 70%;
    margin-top: 6px;
  }

  .div-block-63 {
    background-size: 120px;
    width: 60px;
    height: 60px;
  }

  .shadowphoto {
    display: none;
  }

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

  .speaker {
    width: 80px;
    height: 80px;
    display: none;
  }

  .circle-2 {
    width: 100%;
    height: 100%;
    margin-left: -15px;
  }

  .circle-3 {
    width: 80%;
    height: 80%;
  }

  .circle-4 {
    width: 80%;
    height: 78%;
  }

  .circle-5 {
    width: 100%;
    height: 100%;
  }

  .circle-6 {
    width: 60%;
    height: 60%;
  }

  .div-block-65 {
    margin-top: 10px;
    margin-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .locales-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-extra-extra-large {
    font-size: 38px;
    line-height: 85%;
  }

  .div-block-67 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-menu, .footer-menu.w--current, .footer-menu.footer {
    display: flex;
  }

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

  .div-block-69 {
    flex-flow: column;
  }

  .essai {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .div-block-76 {
    background-image: url('../images/Arcada-THUMB.png');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 200px;
  }

  .image-18 {
    display: none;
  }

  .central-header {
    margin-bottom: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .video-head {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
    overflow: hidden;
  }

  .modal {
    display: none;
  }

  .explainer-video-lightbox, .lightbox-link-copy.mobile {
    display: flex;
  }

  .video-5 {
    width: 100%;
    height: auto;
  }

  .cell-3 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-81 {
    padding-bottom: 140px;
  }

  .manual-locale {
    display: none;
  }

  .manual-locale.w--current, .manual-locale.footer {
    display: flex;
  }

  .rdv-menu {
    display: none;
  }

  .rdv-menu.w--current, .rdv-menu.footer {
    display: flex;
  }

  .animated-top-title, .div-block-84 {
    display: none;
  }

  .anim-s-mobile {
    margin-top: -5px;
    display: block;
  }

  .animated-titles-copy.mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 55px;
    overflow: hidden;
  }

  .animated-top-titlemobile {
    display: block;
    overflow: hidden;
  }

  .price-detail.new {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .newpricing-section {
    flex-flow: column;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .pricing-block.new {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
  }

  .div-block-86 {
    margin-bottom: 40px;
  }

  .pricing-tab.new {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
  }

  .onoff-text {
    color: var(--electricblue);
  }

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

  .onoff-text.pricingtitle {
    color: var(--electricblue);
    text-align: center;
  }

  .vertical-videos-chapelle {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-content: center;
    justify-items: center;
  }

  .vertical-video-preview {
    width: 150px;
    height: 266.67px;
  }

  .vertical-video-preview.first, .vertical-video-preview.middle {
    display: block;
  }

  .vertical-video-preview.bhv {
    width: 150px;
    height: 266.67px;
  }

  .div-block-89 {
    flex-flow: column;
    width: 100%;
  }

  .vertical-videos-bhv {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-content: center;
    justify-items: center;
  }

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

  .div-block-95 {
    justify-content: center;
    align-items: center;
    margin-top: -33px;
    display: flex;
  }

  .rive-3 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .rive-4 {
    aspect-ratio: 1;
    object-fit: fill;
    width: 100%;
    height: 600px;
    display: none;
  }

  .top-lightbox {
    flex-flow: column;
    height: 300px;
    display: flex;
  }

  .heading-extra-extra-large-copy {
    font-size: 38px;
    line-height: 85%;
  }

  .video-lightbox {
    overflow: hidden;
  }

  .row-1 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    margin-top: 20px;
  }

  .portfolio-image {
    display: block;
  }

  .rive-mobile {
    aspect-ratio: 1;
    object-fit: fill;
    width: 100%;
    height: 600px;
    display: block;
  }

  .medium-paragraph {
    font-size: 18px;
    line-height: 22px;
  }

  .rive-section-desktop {
    height: 60svh;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .rive-5 {
    aspect-ratio: 2 / 3;
    width: 100%;
    display: block;
    position: static;
    inset: 0%;
    overflow: hidden;
  }

  .div-block-100 {
    z-index: -1;
    display: block;
    position: absolute;
  }

  .lightbox-showreel {
    display: flex;
  }

  .rivelightbox {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
    inset: 0%;
  }

  .pplay-btn {
    display: block;
  }

  .rive-mobile2 {
    display: block;
    left: auto;
    right: auto;
  }

  .mobile-video {
    z-index: 12;
    background-color: #00000080;
    justify-content: center;
    align-items: center;
    padding: 10px;
    display: none;
    position: absolute;
    inset: 0%;
  }

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

  .rive-section-mobile {
    height: 60svh;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

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

  .transparent-button {
    z-index: 11;
    text-align: center;
    background-color: #0411fc03;
    justify-content: center;
    align-items: center;
    height: 100px;
    display: flex;
    position: absolute;
    inset: auto 0% 24%;
  }

  .video-10 {
    z-index: 12;
  }

  .image-24, .image-25, .image-26, .image-27, .image-28, .image-29 {
    display: block;
  }

  .subheader-old {
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .rive-6 {
    z-index: 5;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .rive-section-mobile-2 {
    z-index: 10;
    height: 60svh;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .rive-mobile-update {
    box-sizing: border-box;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: 0%;
    overflow: visible;
  }

  .code-embed-2 {
    box-sizing: border-box;
    aspect-ratio: 1;
    object-fit: none;
    justify-content: center;
    align-items: center;
    display: none;
    position: static;
    inset: 0%;
    overflow: visible;
  }

  .div-block-103 {
    z-index: 10;
    width: 100%;
    margin-top: 102px;
    margin-bottom: -120px;
    position: static;
    inset: 0%;
  }

  .link-block {
    z-index: 10;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    display: none;
    position: absolute;
    inset: 50% 0% auto;
  }

  .div-block-104 {
    padding: 18px;
  }

  .work {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .project-div {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .project-div.gdc {
    justify-content: center;
    align-items: center;
  }

  .project-div.gd, .project-div.popsa {
    width: 100%;
  }

  .rive-7 {
    margin-bottom: -64px;
  }

  .description_div {
    z-index: -2;
    background-repeat: repeat, repeat;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
  }

  .text_base-copy {
    color: var(--electricblue);
  }

  .text_base-copy.pricing.white {
    color: var(--white);
  }

  .text_base-copy.pricingtitle {
    color: var(--electricblue);
    text-align: center;
  }

  .project-file {
    height: 100%;
    display: block;
  }

  .project-file.popsa {
    height: 100%;
  }

  .project-title-logo {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
  }

  .toollogo {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-right: auto;
    padding: 0;
  }

  .toollogo.gd, .toollogo.popsa {
    height: 30px;
  }

  .toollogo.rive {
    height: 25px;
    padding: 0;
  }

  .project-title {
    width: 100%;
  }

  .lottie-div {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .lottie-animation-5, .lottie-animation-6, .lottie-animation-7, .lottie-animation-8, .lottie-animation-9 {
    width: 50%;
  }

  .gooddollar {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .multi-project {
    flex-flow: column;
  }

  .rive-12 {
    width: 100%;
    height: auto;
    margin-bottom: -79px;
  }

  .image-35 {
    height: 100%;
  }

  .cdiscount {
    margin-bottom: -80px;
  }

  .text-block-13.ai {
    font-weight: 700;
  }

  .project-description-work, .project-description-work.central.top {
    width: 100%;
  }

  .rive-13 {
    object-fit: contain;
    height: auto;
    margin-bottom: -50px;
  }

  .rive-14 {
    display: none;
  }

  .popsa-small {
    width: 100%;
  }

  .popsa-small.ai {
    flex: 1;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .text-block-14.ai {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .div-block-112 {
    width: 100%;
  }

  .container-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .popsa-full.ai.large {
    color: #3330;
    background-color: #2e2e2e00;
    width: 100%;
  }

  .sub-paragraph {
    text-align: left;
    padding: 20px 20px 20px 0;
  }

  .div-block-113 {
    color: #3330;
    flex-flow: column;
  }

  .div-block-114.facial-recognition {
    width: 100%;
    margin-top: -100px;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-114._2 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sub-heading {
    text-align: left;
    padding: 20px;
    line-height: 44px;
  }

  .small-paragraph.centre.black {
    text-align: center;
  }

  .code-embed-5 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .rive-15 {
    aspect-ratio: auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-31 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .code-embed-6 {
    object-fit: fill;
    width: 100%;
    display: flex;
  }

  .toptext {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .popsa-fixed-width {
    width: 100%;
  }

  .code-embed-7 {
    aspect-ratio: auto;
    height: auto;
    display: flex;
  }

  .captions {
    width: 100%;
    height: auto;
    display: flex;
  }

  .div-block-116 {
    color: #3330;
    flex-flow: column;
  }

  .div-block-116.grey.top {
    width: 100%;
  }

  .div-block-116.grey.top.smart {
    display: none;
  }

  .popsa-fixed-width-2, .popsa-fixed-width-2.white, .div-block-117 {
    width: 100%;
  }

  .div-block-117._2 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .code-embed-8 {
    object-fit: scale-down;
    width: 100%;
    height: auto;
    display: flex;
  }

  .code-embed-9, .code-embed-10, .code-embed-11 {
    width: 100%;
    display: flex;
  }

  .customer-quote {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-3.quote {
    font-size: 16px;
    line-height: 18px;
  }

  .slide-nav {
    margin-bottom: -30px;
  }

  .div-block-122 {
    margin-bottom: -70px;
    position: relative;
    inset: 0%;
  }

  .rdv-menu-2 {
    display: none;
  }

  .rdv-menu-2.w--current {
    display: flex;
  }

  .menu-button-4 {
    text-align: left;
  }

  .navbar-4 {
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .menu-item-2 {
    display: none;
  }

  .menu-item-2.w--current {
    display: flex;
  }

  .div-block-123 {
    z-index: -1;
    display: block;
    position: absolute;
  }

  .rive-section-desktop-2 {
    height: 60svh;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .div-block-124 {
    margin-top: 10px;
    margin-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading_medium-2 {
    font-size: 22px;
  }

  .div-block-126 {
    padding-bottom: 140px;
  }

  .horizontal-block-2 {
    flex-direction: column;
  }

  .text_base-2 {
    color: #0411fc;
  }

  .div-block-127 {
    flex-flow: column;
    width: 100%;
  }

  .pinbranch-2 {
    width: 75%;
    height: 125%;
  }

  .services-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
  }

  .services-2.interactive {
    padding-top: 60px;
  }

  .pinhead-2 {
    width: 100%;
    height: 60%;
    padding: 4px;
  }

  .pin-2 {
    width: 20px;
    height: 20px;
    margin-top: 40px;
  }

  .heading-extra-extra-large-2 {
    font-size: 38px;
    line-height: 85%;
  }

  .slider-3 {
    height: 700px;
  }

  .div-block-129 {
    width: 60%;
    margin-left: auto;
  }

  .testimonial-amit {
    width: 80%;
    margin-bottom: 20px;
    margin-right: auto;
  }

  .testimonial-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial-section {
    padding-top: 20px;
  }

  .testimonial-image {
    width: 80%;
    margin-bottom: 20px;
    margin-right: auto;
  }

  .testimonial-container {
    padding-left: 0;
    padding-right: 0;
  }

  .image-45 {
    display: none;
  }

  .div-block-132 {
    background-image: url('../images/Arcada-THUMB.png');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 200px;
  }

  .heading_extralarge-2.caps.centred {
    font-size: 36px;
  }

  .quisommesnous-2 {
    flex-flow: column;
    align-self: center;
    width: 90%;
    margin: 140px auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .bolt-2 {
    width: 20px;
    height: 20px;
  }

  .div-block-133 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-134 {
    z-index: -10;
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    display: flex;
    position: static;
  }

  .medium-paragraph-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .container-24 {
    max-width: 100%;
    overflow: hidden;
  }

  .bottomball2-2 {
    margin-right: -50px;
  }

  .div-block-136 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-136.large {
    justify-content: flex-end;
    width: 100%;
    margin-right: 0;
    padding-right: 10px;
  }

  .div-block-137 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .div-block-138 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 70%;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .image-42 {
    padding-right: 6px;
  }

  .paragraph-6 {
    text-align: center;
    padding-left: 0;
  }

  .paragraph-6:hover {
    text-align: center;
    font-size: 18px;
  }

  .paragraph-6.centred {
    text-align: center;
  }

  .footer-menu-2, .footer-menu-2.w--current {
    display: flex;
  }

  .div-block-139.bottom {
    display: none;
  }

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

  .rdv-menu-3 {
    display: none;
  }

  .rdv-menu-3.w--current {
    display: flex;
  }

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

  .div-block-140 {
    z-index: -1;
    display: block;
    position: absolute;
  }

  .rive-section-desktop-3 {
    height: 60svh;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .div-block-141 {
    margin-top: 10px;
    margin-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading_medium-3 {
    font-size: 22px;
  }

  .div-block-143 {
    padding-bottom: 140px;
  }

  .div-block-144 {
    flex-flow: column;
    width: 100%;
  }

  .pinbranch-3 {
    width: 75%;
    height: 125%;
  }

  .services-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
  }

  .services-3.interactive {
    padding-top: 60px;
  }

  .pinhead-3 {
    width: 100%;
    height: 60%;
    padding: 4px;
  }

  .pin-3 {
    width: 20px;
    height: 20px;
    margin-top: 40px;
  }

  .heading-extra-extra-large-3 {
    font-size: 38px;
    line-height: 85%;
  }

  .slider-4 {
    height: 700px;
  }

  .div-block-146 {
    width: 60%;
    margin-left: auto;
  }

  .image-54 {
    display: none;
  }

  .div-block-150 {
    background-image: url('../images/Arcada-THUMB.png');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 200px;
  }

  .heading_extralarge-3.caps.centred {
    font-size: 36px;
  }

  .div-block-151 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-152 {
    z-index: -10;
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    display: flex;
    position: static;
  }

  .container-25 {
    max-width: 100%;
    overflow: hidden;
  }

  .bottomball2-3 {
    z-index: 20;
    margin-right: -50px;
  }

  .div-block-154 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-154.large {
    justify-content: flex-end;
    width: 100%;
    margin-right: 0;
    padding-right: 10px;
    display: flex;
  }

  .div-block-155 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .div-block-156 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 70%;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .image-56 {
    padding-right: 6px;
  }

  .paragraph-7 {
    text-align: center;
    padding-left: 0;
  }

  .paragraph-7:hover {
    text-align: center;
    font-size: 18px;
  }

  .paragraph-7.centred {
    text-align: center;
  }

  .div-block-157.bottom {
    display: none;
  }

  .text-block-23 {
    text-align: left;
    display: none;
  }

  .section-6 {
    margin-bottom: -300px;
  }
}

#w-node-_91a11cd9-daa1-f7cf-ac83-bfb31bf48c0a-cea34730 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_49a25044-668a-8cc0-ac52-830aabc4732f-cea34730 {
  grid-row: span 2 / span 2;
}

#w-node-_319cf6a6-e181-10b3-cacc-6f0548aec049-cea34730 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f2824752-851c-63a3-e240-a296c8ecc844-cea34730 {
  grid-column: span 2 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_27744983-d2cb-4412-a53a-3883146ea01d-ab9b9a17, #w-node-f19ec6c4-7850-c686-d59c-a7a655e5b03f-ab9b9a17 {
    order: -9999;
  }

  #w-node-_91a11cd9-daa1-f7cf-ac83-bfb31bf48c0a-cea34730 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_49a25044-668a-8cc0-ac52-830aabc4732f-cea34730 {
    grid-row: span 2 / span 2;
  }

  #w-node-_319cf6a6-e181-10b3-cacc-6f0548aec049-cea34730 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f2824752-851c-63a3-e240-a296c8ecc844-cea34730 {
    grid-column: span 2 / span 2;
  }

  #w-node-a7f00e03-7698-fbf4-64f4-f58fa8015ec9-cea34730 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/Geomanist-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/Geomanist-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist Book Copy';
  src: url('../fonts/Geomanist-Book-copy.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}