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

.w-users-userformpagewrap {
  height: 100vh;
  max-width: 340px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  width: 100%;
  text-align: center;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

body {
  box-shadow: none;
  color: #1d1d1d;
  background-color: #fff;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.25em;
}

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4em;
}

h4 {
  color: #33383f;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4em;
}

h5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

h6 {
  color: #99a4af;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5em;
}

p {
  opacity: .9;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: #626a72;
  text-decoration: none;
  transition: color .2s;
}

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

li {
  opacity: .9;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.4em;
}

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

label {
  color: #626a72;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 400;
  display: block;
}

em {
  letter-spacing: -.5px;
  font-style: italic;
}

blockquote {
  color: #33383f;
  border-left: 5px solid rgba(255, 1, 1, .15);
  margin-bottom: 16px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.4em;
}

figcaption {
  text-align: center;
  margin-top: 12px;
}

.page-wrapper {
  width: 100%;
  min-height: 90vh;
  position: relative;
}

.page-wrapper.light-grey {
  background-color: #f5f6f7;
}

.home {
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
}

.home.light-grey {
  background-color: #f5f6f7;
  position: relative;
}

.home.small {
  padding-top: 40px;
  padding-bottom: 40px;
}

.home.light-color-gradient {
  -webkit-text-fill-color: inherit;
  background-color: #fdfffc;
  background-image: none;
  background-clip: border-box;
  padding-top: 0;
  position: relative;
}

.home.daek-page-header {
  color: #fff;
  background-color: #1d1d1d;
  background-image: radial-gradient(circle at 0%, rgba(255, 1, 1, .15), rgba(0, 0, 0, 0) 47%), radial-gradient(circle at 30% 150%, rgba(122, 167, 255, .32), rgba(0, 0, 0, 0) 58%);
  padding-top: 96px;
  padding-bottom: 32px;
}

.home.black-gradient {
  color: #fdfffc;
  background-color: #fdfffc;
  background-image: none;
  margin-left: 40px;
  margin-right: 40px;
  padding: 80px 0;
}

.home.light-page-header {
  background-color: #f5f6f7;
  background-image: radial-gradient(circle at 0%, rgba(255, 1, 1, .13), rgba(0, 0, 0, 0) 41%), radial-gradient(circle at 30% 150%, rgba(122, 167, 255, .24), rgba(0, 0, 0, 0) 54%);
  padding-top: 96px;
  padding-bottom: 32px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #1d1d1d;
  border-radius: 9px;
  flex: none;
  margin-bottom: 8px;
  padding: 8px 28px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: box-shadow .2s, transform .2s, border-color .2s, color .2s, background-color .2s;
  box-shadow: 0 2px rgba(32, 32, 32, .05);
}

.button:hover {
  background-color: #33383f;
}

.button:active {
  background-color: #626a72;
  transform: translate(0, 2px);
  box-shadow: 0 0 rgba(32, 32, 32, 0);
}

.button.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.button.outline {
  color: #1d1d1d;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #495158;
}

.button.outline:hover {
  background-color: #e7ecf0;
}

.button.outline:active {
  color: #fff;
  background-color: #495158;
}

.button.light {
  box-shadow: none;
  color: #626a72;
  background-color: #f5f6f7;
}

.button.light:hover {
  color: #626a72;
  background-color: #e7ecf0;
}

.button.light:active {
  color: #33383f;
  background-color: #cbd5df;
}

.button.light.mobile-hidden {
  box-shadow: inset 0 0 0 1px #e7ecf0;
}

.button.disabled {
  box-shadow: none;
  opacity: .7;
  color: #cbd5df;
  background-color: #f5f6f7;
}

.button.disabled:active {
  transform: none;
}

.button.subscribe {
  margin-bottom: 0;
  margin-left: -24px;
  padding-left: 22px;
  padding-right: 22px;
}

.button.dark {
  background-color: #495158;
}

.button.dark:hover {
  background-color: #33383f;
}

.button.dark:active {
  background-color: #99a4af;
}

.button.white {
  color: #1d1d1d;
  background-color: #fff;
  font-weight: 500;
}

.button.white:hover {
  background-color: #e7ecf0;
}

.button.white:active {
  background-color: #cbd5df;
}

.button.button-navbar {
  color: #0b132b;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #0b132b;
  margin-bottom: 0;
  transition-duration: .2s, .2s, .2s, .1s, .1s;
}

.button.button-navbar:hover {
  color: #fdfffc;
  background-color: #0b132b;
}

.button.button-navbar.button-realisation {
  margin-bottom: 8px;
  padding: 12px 40px;
  font-family: Satoshi, sans-serif;
  line-height: 16px;
}

.button.button-home {
  color: #fdfffc;
  background-color: #0b132b;
  border: 3px solid #000;
  margin-bottom: 0;
  padding: 12px 30px;
  font-size: 16px;
  line-height: 16px;
  transition: box-shadow .2s, border-color .2s, color .2s, background-color .2s;
}

.button.button-home:hover {
  color: #020100;
  background-color: rgba(0, 0, 0, 0);
}

.button.button-home.button-realisation {
  border-color: #0b132b;
  margin-bottom: 8px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Satoshi, sans-serif;
}

.spacer {
  height: 48px;
  background-color: #e7ecf0;
}

.spacer._64 {
  width: 64px;
  height: 64px;
  background-color: rgba(0, 0, 0, 0);
}

.spacer._32 {
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
}

.spacer._24 {
  width: 24px;
  height: 24px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
}

.spacer._48 {
  width: 48px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
}

.spacer._128 {
  width: 128px;
  height: 128px;
  background-color: rgba(0, 0, 0, 0);
}

.spacer._80 {
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
}

.spacer._96 {
  width: 96px;
  height: 96px;
  height: 96px;
  background-color: rgba(94, 178, 244, 0);
}

.spacer._32 {
  height: 32px;
  background-color: rgba(0, 0, 0, 0);
}

.spacer._16 {
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
}

.text-box {
  max-width: 650px;
  position: relative;
}

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

.text-box._550px {
  max-width: 550px;
}

.text-box._550px.center-align {
  max-width: none;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-box._500px {
  max-width: 500px;
}

.text-box.centered {
  margin-left: auto;
  margin-right: auto;
}

._12-columns {
  flex-flow: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.flex-horizontal {
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
}

._12-columns.align-top {
  align-items: flex-start;
}

._12-columns.align-left {
  justify-content: flex-start;
}

.container {
  width: 100%;
  max-width: 1400px;
  min-height: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.container.footer__call-action {
  max-width: none;
  background-color: #011627;
  border-radius: 40px;
  flex-wrap: nowrap;
  padding: 80px 0;
}

.color-block {
  width: 100%;
  height: 60px;
  background-color: #1d1d1d;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.color-block.grey {
  background-color: #626a72;
}

.color-block.light-grey {
  background-color: #99a4af;
}

.color-block.dark-grey {
  background-color: #33383f;
}

.color-block.back-grey {
  background-color: #f5f6f7;
  border: 1px solid #e7ecf0;
}

.color-block.soft-grey {
  background-color: #cbd5df;
}

.color-block.silver {
  background-color: #e7ecf0;
}

.color-block.white {
  background-color: #fff;
  border: 1px solid #e7ecf0;
}

.color-block.soft-red {
  background-color: rgba(255, 1, 1, .15);
  border: 1px solid #e7ecf0;
}

.color-block.soft-blue {
  background-color: rgba(122, 167, 255, .32);
  border: 1px solid #e7ecf0;
}

.color-block.soft-pink {
  background-color: rgba(239, 152, 207, .25);
  border: 1px solid #e7ecf0;
}

.white {
  color: #fff;
  font-weight: 300;
}

.column-styleguide {
  width: 100%;
  height: 40px;
  background-color: #e7ecf0;
  border-radius: 2px;
  margin-bottom: 20px;
}

.column {
  min-height: 32px;
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column.desk-10 {
  width: 83.33%;
}

.column.desk-12 {
  width: 100%;
}

.column.desk-11 {
  width: 91.66%;
}

.column.desk-6 {
  width: 50%;
}

.column.desk-5 {
  width: 41.66%;
}

.column.desk-1 {
  width: 8.33%;
  flex: 0 auto;
}

.column.desk-4 {
  width: 33.33%;
}

.column.desk-9 {
  width: 75%;
}

.column.desk-3 {
  width: 25%;
  flex: none;
}

.column.desk-2 {
  width: 16.66%;
}

.column.desk-7 {
  width: 58.3333%;
}

.column.desk-8 {
  width: 66.6667%;
}

.ds-block {
  margin-bottom: 32px;
  font-size: 18px;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  background-color: #e7ecf0;
  margin-bottom: 36px;
}

.horizontal-line.design-system {
  position: relative;
  bottom: -80px;
}

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

.rich-text img {
  border-radius: 5px;
}

.rich-text h4, .rich-text h3 {
  margin-top: 24px;
}

.nav-content {
  max-width: 1400px;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.nav-cta-button-container {
  align-items: center;
  display: flex;
}

.menu-button.w--open {
  color: rgba(9, 106, 208, .2);
  background-color: #fff;
}

.nav-bar {
  z-index: 200;
  width: 100%;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px #f5f6f7;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
}

.logo-div {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.nav-logo {
  transition: opacity .2s;
}

.nav-logo:hover {
  opacity: .75;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-link {
  color: #626a72;
  cursor: pointer;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  text-decoration: none;
  transition: color .2s ease-in-out;
  display: block;
}

.footer-link:hover {
  opacity: 1;
  color: #1d1d1d;
}

.footer-link.w--current {
  opacity: 1;
}

.footer-links-container {
  flex-direction: column;
  display: flex;
}

.footer {
  z-index: 0;
  background-color: #f5f6f7;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.icon {
  width: 64px;
  height: 64px;
  color: #fff;
  margin-bottom: 16px;
  font-size: 24px;
}

.icon.large {
  width: 128px;
  height: 128px;
}

.search-banner {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
  padding-right: 4px;
  font-size: 14px;
  line-height: 1.4em;
  display: flex;
}

.nav-dropdown {
  color: #33383f;
  border-radius: 5px;
  margin-left: 6px;
  margin-right: 2px;
  padding: 5px 22px 5px 8px;
  font-weight: 500;
  line-height: 26px;
  transition: color .2s;
  position: relative;
}

.nav-dropdown:hover {
  opacity: 1;
  color: #1b9cca;
}

.nav-dropdown.w--current {
  color: #096ad0;
  font-weight: 700;
  transition-property: none;
}

.paragraph.small {
  opacity: .75;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.4em;
}

.paragraph.large {
  max-width: 80%;
  color: #fdfffc;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
}

.paragraph.large.description__home {
  color: #0b132b;
}

.paragraph.medium {
  font-size: 18px;
}

.paragraph.small {
  opacity: .75;
  font-size: 14px;
  line-height: 1.4em;
}

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

.nav-menu {
  text-align: right;
  margin-right: 6px;
}

.ds-menu-brand {
  width: 160px;
  margin-bottom: 50px;
  margin-left: 30px;
}

.ds-menu {
  width: 100%;
}

.ds-menu-link {
  width: 100%;
  color: #e7ecf0;
  border-left: 4px solid rgba(0, 0, 0, 0);
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 27px;
}

.ds-menu-link:hover {
  color: #cbd5df;
}

.ds-menu-link.w--current {
  color: #fff;
  background-color: #33383f;
  padding-right: 0;
  font-weight: 500;
}

.ds-nav {
  width: 240px;
  background-color: #1d1d1d;
  background-image: radial-gradient(circle at 0 100%, rgba(255, 1, 1, .15), rgba(0, 0, 0, 0) 43%);
  padding-top: 40px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: auto;
}

.form-radio-button {
  margin-bottom: 16px;
  padding-left: 24px;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: #197dff;
}

.form-error {
  color: #1d1d1d;
  background-color: #e7ecf0;
  border-radius: 6px;
  padding: 16px;
  font-size: 14px;
  line-height: 18px;
}

.form {
  margin-bottom: 0;
}

.checkbox-field {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 16px;
  padding-left: 24px;
  display: flex;
  position: relative;
}

.check-box {
  width: 14px;
  height: 14px;
  margin-top: 2px;
  margin-left: -24px;
  margin-right: 10px;
}

.check-box.w--redirected-checked {
  background-color: #197dff;
  background-position: 50%;
  background-size: 16px;
  border-color: #197dff;
}

.ds-content {
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 240px;
  display: flex;
  position: relative;
}

.form-success {
  width: 100%;
  color: #33383f;
  background-color: #e7ecf0;
  border-radius: 8px;
  padding: 16px 32px;
  font-size: 16px;
  line-height: 1.4em;
}

.form-success.dark {
  color: #fff;
  background-color: #495158;
}

.ds-section {
  z-index: 0;
  text-align: left;
  padding: 60px 80px 48px 60px;
  position: relative;
}

.ds-section.header {
  color: #1d1d1d;
  background-color: #f5f6f7;
}

.ds-title {
  color: #33383f;
  margin-bottom: 8px;
}

.ds-section-header {
  margin-bottom: 50px;
}

.text-field {
  height: 44px;
  min-width: 120px;
  background-color: #f5f6f7;
  border: 1px solid #e7ecf0;
  border-radius: 9px;
  margin-bottom: 16px;
  padding: 19px 12px;
  font-size: 15px;
  line-height: 1.4em;
  transition: border-color .2s;
}

.text-field:focus {
  border-color: #33383f;
}

.text-field::-ms-input-placeholder {
  color: #cbd5df;
}

.text-field::placeholder {
  color: #cbd5df;
}

.text-field.no-margin {
  margin-bottom: 0;
}

.ebook-box {
  width: 100%;
  height: 100%;
  color: #1d1d1d;
  text-align: left;
  border-radius: 4px;
  flex-direction: column;
  transition: transform .2s, opacity .2s;
  overflow: hidden;
}

.ebook-box:hover {
  transform: translate(0, -3px);
}

.ebook-thumbnail {
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
}

.text-area {
  min-height: 120px;
  background-color: #f5f6f7;
  border: 1px solid #e7ecf0;
  border-radius: 6px;
  margin-bottom: 16px;
  padding: 16px;
  font-size: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .01);
}

.text-area::-ms-input-placeholder {
  color: #cbd5df;
}

.text-area::placeholder {
  color: #cbd5df;
}

.tabs-menu {
  width: 100%;
  justify-content: center;
  margin-bottom: 48px;
  display: flex;
}

.vertical-tab {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}

.tab-link {
  opacity: .5;
  color: #626a72;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #e7ecf0;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 20px;
  font-size: 18px;
}

.tab-link:hover {
  color: #626a72;
  border-bottom-color: #cbd5df;
}

.tab-link.w--current {
  opacity: 1;
  color: #197dff;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #197dff;
  font-weight: 600;
}

.ds-description {
  max-width: 400px;
  color: #626a72;
}

.small-button {
  color: #fff;
  text-align: center;
  background-color: #1d1d1d;
  border-radius: 8px;
  flex: none;
  margin-bottom: 16px;
  padding: 5px 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  transition: transform .2s, border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 1px rgba(0, 0, 0, .06);
}

.small-button:hover {
  color: #fff;
  background-color: #33383f;
}

.small-button:active {
  background-color: #495158;
  transform: translate(0, 1px);
  box-shadow: 0 0 rgba(0, 0, 0, .06);
}

.small-button.light {
  box-shadow: none;
  color: #626a72;
  background-color: #f5f6f7;
  margin-right: 0;
}

.small-button.light:hover {
  background-color: #e7ecf0;
}

.small-button.light:active {
  color: #33383f;
  background-color: #cbd5df;
}

.small-button.dark {
  box-shadow: none;
  background-color: #495158;
  margin-right: 0;
}

.small-button.dark:hover {
  background-color: #33383f;
}

.small-button.dark:active {
  background-color: #1d1d1d;
}

.nav-container {
  width: 100%;
  height: 70px;
  max-width: 1400px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.error-2 {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.nav-link {
  color: #626a72;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 4px;
  margin-right: 4px;
  padding: 6px 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .2s, transform .2s, color .2s;
}

.nav-link:hover {
  color: #1d1d1d;
}

.nav-link:active {
  color: #626a72;
}

.nav-link.w--current {
  color: #1d1d1d;
}

.nav-link.cta-button {
  color: #fff;
  background-color: #1d1d1d;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  transition: box-shadow .2s, background-color .2s, transform .2s, color .2s;
  box-shadow: 0 2px #f5f6f7;
}

.nav-link.cta-button:hover {
  background-color: #33383f;
}

.nav-link.cta-button:active {
  background-color: #626a72;
  transform: translate(0, 1px);
  box-shadow: 0 0 #e7ecf0;
}

.form-dropdown {
  width: 100%;
  height: 44px;
  color: #99a4af;
  background-color: #f5f6f7;
  border: 1px solid #e7ecf0;
  border-radius: 6px;
  margin-bottom: 16px;
  padding: 8px 12px;
  font-size: 15px;
  position: relative;
}

.form-dropdown:focus {
  color: #37474e;
}

.form-dropdown::-ms-input-placeholder {
  color: #999;
  font-size: 15px;
}

.form-dropdown::placeholder {
  color: #999;
  font-size: 15px;
}

.field-block {
  z-index: 1;
  min-height: 20px;
  min-width: 50px;
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  margin-bottom: 8px;
  display: flex;
}

.error {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.footer-header {
  color: #99a4af;
  letter-spacing: .6px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.footer-container {
  width: 100%;
  max-width: 1230px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 50px;
  display: block;
}

.ds-colour-block {
  width: 12.5%;
  padding-right: 16px;
  display: inline-block;
}

.ds-colour-grid {
  flex-wrap: wrap;
  margin-top: 24px;
  display: flex;
}

.ds-module {
  min-height: 100px;
  min-width: 100px;
  background-color: #e7ecf0;
  border-radius: 2px;
  flex-direction: column;
  display: flex;
  position: relative;
}

._1-2-grid {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

._2-1-grid {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.heading {
  font-weight: 600;
  display: block;
}

.heading.h1 {
  width: 550px;
  color: #0b132b;
  letter-spacing: 0;
  margin-bottom: 18px;
  font-family: Satoshi, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

.heading.h1.small-margin {
  margin-bottom: 6px;
}

.heading.h2 {
  margin-bottom: 0;
  font-size: 36px;
  line-height: 36px;
}

.heading.h3 {
  margin-bottom: 12px;
  font-size: 26px;
  line-height: 1.4em;
}

.heading.h3.no-margin {
  margin-bottom: 0;
}

.heading.h4 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.45em;
}

.heading.h5 {
  color: #33383f;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.heading.h6 {
  color: #626a72;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5em;
}

.heading.large-h1 {
  margin-bottom: 16px;
  font-size: 64px;
  line-height: 1.15em;
}

.error-3 {
  width: 100%;
  max-width: 1230px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.licenses-grid {
  grid-column-gap: 96px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.utility-page-wrap {
  width: 100vw;
  height: 90vh;
  max-height: 100%;
  max-width: 100%;
  min-height: auto;
  color: #fff;
  background-color: #1d1d1d;
  background-image: radial-gradient(circle at 50% 0, rgba(239, 152, 207, .2), rgba(0, 0, 0, 0) 57%), radial-gradient(circle at 0 20%, rgba(122, 167, 255, .25), rgba(0, 0, 0, 0) 42%);
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.utility-page-wrap.center-align {
  text-align: center;
  background-image: radial-gradient(circle at 50% -20%, rgba(239, 152, 207, .2), rgba(0, 0, 0, 0) 61%), radial-gradient(circle at 0 20%, rgba(122, 167, 255, .32), rgba(0, 0, 0, 0) 42%);
}

.utility-page-content {
  width: 380px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.utility-page-form {
  width: 100%;
  max-width: 400px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.visible-spacer {
  background-color: #e7ecf0;
  border-radius: 2px;
  margin-bottom: 24px;
  display: inline-block;
}

.email-form {
  max-width: 450px;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.email-form.center-align {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.section-top {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

._3-grid {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.email-subscribe {
  width: 100%;
  grid-column-gap: 12px;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.search {
  align-items: flex-start;
  margin-bottom: 0;
}

.terms-card {
  z-index: 2;
  max-width: 800px;
  background-color: #fff;
  border-radius: 12px;
  margin-top: -180px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 64px 48px;
  position: relative;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .06);
}

.popular-posts-grid {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-2 {
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  min-height: 50px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
}

.hidden {
  display: none;
}

.search-bar {
  width: 0;
  height: 0;
  color: #1d1d1d;
  background-color: #f5f6f7;
  background-image: url('../images/MagnifyingGlass-Grey.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: 18px;
  border: 1px solid #f5f6f7;
  border-radius: 6px;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 32px;
  font-size: 15px;
  font-weight: 400;
  transition: border-color .2s;
}

.search-bar:hover, .search-bar:focus {
  border-color: #cbd5df;
}

.search-bar::-ms-input-placeholder {
  color: #99a4af;
}

.search-bar::placeholder {
  color: #99a4af;
}

.search-section {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.card-text-link {
  width: 100%;
  max-width: 450px;
  color: #1d1d1d;
  text-align: left;
  border-radius: 4px;
  flex-direction: column;
  transition: transform .2s, opacity .2s;
  overflow: hidden;
}

.card-text-link:hover {
  color: #33383f;
}

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

.form-card {
  color: #1d1d1d;
  text-align: left;
  background-color: #fff;
  border-radius: 12px;
  padding: 40px;
}

.title-tag {
  color: #99a4af;
  margin-bottom: 12px;
  font-weight: 500;
}

.cta-banner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  border-top: 1px solid #e7ecf0;
  border-bottom: 1px solid #e7ecf0;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.error-4 {
  width: 100%;
  max-width: 1230px;
  min-height: 50px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: relative;
}

.grey-text-link {
  color: #626a72;
  border-bottom: 1px solid #cbd5df;
}

.grey-text-link:hover {
  color: #33383f;
  border-bottom-color: #99a4af;
}

.banner-section {
  z-index: 200;
  background-color: #fff;
  background-image: radial-gradient(circle at 25% -20%, rgba(255, 183, 3, .41), rgba(255, 255, 255, 0) 32%), radial-gradient(circle at 100% 0, rgba(255, 150, 3, .26), rgba(255, 255, 255, 0) 31%);
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.banner-container {
  max-width: 1080px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.banner {
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  display: flex;
}

.banner-text {
  cursor: pointer;
}

.banner-link {
  color: #99a4af;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.3em;
  text-decoration: none;
  display: inline;
}

.banner-link:hover {
  color: #1d1d1d;
}

.logo {
  width: 120px;
  height: auto;
  filter: brightness(0%) grayscale();
  background-color: rgba(0, 0, 0, 0);
  border: 1px #e7e7e7;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin: 0 40px;
  display: flex;
  position: relative;
}

.logo.logo_hug {
  width: 60px;
}

.logo.logo__gouvernement {
  filter: brightness(97%) grayscale();
}

.hero-grid {
  width: 100%;
  max-width: 1400px;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
  padding-top: 80px;
  position: relative;
}

.hero-illustration {
  mix-blend-mode: multiply;
  margin-left: auto;
  margin-right: auto;
}

.large-3-grid {
  width: 100%;
  grid-column-gap: 48px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr .8fr;
}

.footer-logo-block {
  max-width: 650px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.ebook-header-block {
  height: 50px;
  max-width: 650px;
  position: relative;
}

.ebook-page-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 400px;
}

.ebook-cover {
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
}

.ebook-mobile-block {
  height: 50px;
  max-width: 650px;
  display: none;
  position: relative;
}

.full-page-wrapper {
  width: 100%;
  max-width: none;
  color: #fff;
  background-color: #1d1d1d;
  background-image: radial-gradient(circle at 100% 100%, rgba(122, 167, 255, .32), rgba(0, 0, 0, 0) 44%), radial-gradient(circle at 0 100%, rgba(255, 1, 1, .15), rgba(0, 0, 0, 0) 32%);
  align-items: center;
  padding: 24px 12px;
}

.form-page-logo {
  width: 190px;
}

.form-card-header {
  text-align: center;
  margin-bottom: 32px;
}

.admin-form-card {
  width: 100%;
  max-width: 380px;
  color: #1d1d1d;
  background-color: #fff;
  border-radius: 12px;
  padding: 40px;
}

.admin-form-card.center-align {
  text-align: center;
}

.form-card-footer {
  grid-column-gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 14px;
}

.below-card-link {
  color: #99a4af;
  margin-top: 24px;
  font-size: 14px;
  display: inline-block;
}

.below-card-link:hover {
  color: #cbd5df;
}

.checkbox-label {
  flex: 1;
  font-size: 14px;
  display: inline-block;
}

.white-text-link {
  color: #fff;
  border-bottom: 1px solid #626a72;
  transition: border-color .2s, color .2s;
}

.white-text-link:hover {
  color: #cbd5df;
  border-bottom-color: #cbd5df;
}

.field-label {
  color: #202020;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
}

.field-label.no-margin {
  margin-bottom: 0;
}

.account-header {
  border-style: none none solid;
  border-bottom-color: #e7ecf0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.account-info-wrapper {
  margin-top: 24px;
}

.account-card {
  width: 100%;
  max-width: 380px;
  color: #1d1d1d;
  background-color: #fff;
  border-radius: 12px;
  padding: 24px 32px;
}

.account-page-wrapper {
  width: 100vw;
  height: 90vh;
  max-height: 100%;
  max-width: 100%;
  min-height: 650px;
  color: #fff;
  background-color: #e7ecf0;
  background-image: radial-gradient(circle at 50% 0, rgba(239, 152, 207, .2), rgba(0, 0, 0, 0) 57%), radial-gradient(circle at 0 20%, rgba(122, 167, 255, .25), rgba(0, 0, 0, 0) 42%);
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.form-2-grid {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

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

.form-page-logo-link {
  margin-bottom: 32px;
  transition: opacity .2s, color .2s;
}

.form-page-logo-link:hover {
  opacity: .9;
}

.search-input {
  position: relative;
}

.text-block {
  color: #000;
  text-align: center;
  text-transform: none;
  justify-content: center;
  padding-bottom: 60px;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  display: flex;
}

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

.text-block-2 {
  justify-content: center;
  padding-bottom: 60px;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  display: flex;
}

.text-span {
  color: #fb8500;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 8px;
}

.text-span.text-span {
  color: #101828;
  padding-left: 0;
  font-size: 48px;
  line-height: 48px;
}

.text-span-2 {
  color: #fb8500;
  padding-left: 8px;
}

.uui-button {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-button-icon {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f2f4f7;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-large {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: #0b132b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  overflow: hidden;
}

.uui-badge {
  grid-column-gap: .375rem;
  color: #344054;
  white-space: nowrap;
  background-color: #f2f4f7;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge.is-primary {
  color: #6941c6;
  background-color: #f9f5ff;
}

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

.uui-layout50_image {
  width: 100%;
}

.uui-layout50_image_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
  display: grid;
}

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

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.text-span-3 {
  color: #101828;
}

.uui-footer04_legal-link {
  color: #667085;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer04_legal-link:hover {
  color: #475467;
}

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

.uui-text-size-small {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small.text-color-gray500 {
  color: #667085;
}

.uui-footer04_bottom-wrapper {
  grid-column-gap: 1.5rem;
  border-top: 1px solid #eaecf0;
  justify-content: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer04_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-footer04_social-link {
  color: #98a2b3;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_social-link:hover {
  color: #667085;
}

.uui-footer04_social-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.uui-footer04_link {
  grid-column-gap: .5rem;
  color: #475467;
  text-align: center;
  flex-wrap: nowrap;
  align-items: center;
  padding: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_link:hover {
  color: #344054;
}

.uui-footer04_link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.uui-logo_image {
  width: auto;
  height: 100%;
  flex: none;
  display: none;
}

.uui-logo_logotype {
  width: auto;
  height: 100%;
  flex: none;
}

.uui-logo_logomark-dot {
  z-index: 1;
  width: 50%;
  height: 50%;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  position: relative;
}

.uui-logo_logomark-blur {
  z-index: 2;
  width: 100%;
  height: 50%;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, .2);
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg {
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-logo_logomark {
  width: 50px;
  height: auto;
  background-color: #fdfffc;
  border: .1px solid rgba(0, 0, 0, 0);
  border-radius: .5rem;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(16, 24, 40, .06), 0 1px 2px rgba(16, 24, 40, .1);
}

.uui-logo_logomark.logo-devinnet {
  background-color: #fdfffc;
}

.uui-logo_component {
  width: auto;
  height: 2rem;
  flex-wrap: nowrap;
  display: flex;
}

.uui-logo_component.brix---footer-logo {
  height: 50px;
  display: flex;
  position: absolute;
  left: 40px;
}

.uui-logo_component.brix---footer-logo.footer-logo {
  position: static;
}

.uui-footer04_top-wrapper {
  grid-column-gap: 4vw;
  grid-row-gap: 0rem;
  grid-template: ". . Area"
  / .25fr .75fr .25fr;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

.bold-text {
  font-size: 20px;
  font-weight: 400;
  position: relative;
  bottom: 0;
}

.bold-text.realisation-subtitle {
  position: static;
}

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

.text-block-3 {
  color: #fdfffc;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  padding-left: 8px;
  font-size: 30px;
  font-weight: 600;
  display: flex;
}

.text-block-3.description-navbar {
  color: #0b132b;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: #6941c6;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: #53389e;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-medium {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xsmall {
  color: #101828;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  color: #fb8400;
}

.uui-icon-featured-outline-large {
  width: 3.5rem;
  height: 3.5rem;
  color: #5ba9b5;
  text-align: center;
  background-color: rgba(251, 132, 0, .22);
  border: .5rem solid rgba(251, 113, 0, .1);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.uui-layout46_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  display: grid;
}

.image {
  display: block;
}

.button-2.button.button__gray {
  color: #0b132b;
  background-color: #fdfffc;
}

.button-2.button.button__gray:hover {
  background-color: #fdfffc;
  transform: scale(1.1);
}

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

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

.uui-button-2 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-2:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-2:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-button-icon-2 {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray-2:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-2:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f2f4f7;
}

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

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

.uui-layout40_image {
  width: 100%;
}

.uui-layout40_image-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.uui-text-size-large-2 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-2 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-badge-2 {
  grid-column-gap: .375rem;
  color: #344054;
  white-space: nowrap;
  background-color: #f2f4f7;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge-2.is-primary {
  color: #6941c6;
  background-color: #f9f5ff;
}

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

.uui-max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.f-testimonial-background {
  width: 100%;
  height: 30%;
  background-color: #f7f9fd;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.f-slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.f-icon-regular {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-testimonial-right-a {
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #160042;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: all .3s;
  display: flex;
  top: -90px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.f-testimonial-right-a:hover {
  color: #fff;
  background-color: #160042;
  border-color: #160042;
}

.f-testimonial-left-a {
  width: 40px;
  height: 40px;
  color: #393b6a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: all .3s;
  display: flex;
  top: -90px;
  bottom: auto;
  left: auto;
  right: 60px;
}

.f-testimonial-left-a:hover {
  color: #fff;
  background-color: #160042;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium, .f-text-weight-medium {
  font-weight: 500;
}

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

.f-testimonial-avatar-small {
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-h6-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-testimonial-card {
  color: #160042;
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

.f-testimonial-slider-grid-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-testimonial-slide {
  margin-right: 40px;
}

.f-testimonial-slider-cards {
  height: auto;
  background-color: #fff;
}

.f-h3-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

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

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-testimonial-section {
  background-color: #fff;
  padding: 100px 5%;
  position: relative;
  overflow: hidden;
}

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

.f-gallery-image-x-small-square {
  height: 255px;
}

.f-gallery-lightbox {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.f-gallery-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.f-gallery-image-x-tall {
  height: 550px;
}

.f-gallery-two-column-s {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-title-wrapper-center {
  z-index: 5;
  width: 100%;
  max-width: 580px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.a-testimonial-slide-nav {
  display: none;
}

.a-icon-regular {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.a-testimonial-right-arrow {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #f4f4f6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px;
  display: flex;
  right: -3%;
}

.a-testimonial-left-arrow {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #f4f4f6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px;
  display: flex;
  left: -3%;
}

.a-paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.a-testimonial-avatar {
  width: 36px;
  height: 36px;
}

.a-testimonial-avatar-wrapper {
  width: 48px;
  height: 48px;
  background-color: #f4f4f6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.a-testimonial-author-small {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.a-testimonial-star {
  grid-column-gap: 8px;
  display: flex;
}

.a-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.a-h6-heading {
  color: #131316;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4;
}

.a-margin-bottom-16 {
  margin-bottom: 16px;
}

.a-testimonial-card {
  width: 100%;
  grid-row-gap: 24px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 32px 15%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.a-testimonial-card:hover {
  background-color: #fff;
  border-color: rgba(229, 229, 229, 0);
}

.a-testimonial-slide {
  border-radius: 10px;
  margin-right: 40px;
}

.a-testimonial-mask {
  overflow: visible;
}

.a-testimonial-slider {
  width: 100%;
  height: auto;
  max-width: 920px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
}

.a-container-x-small {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-testimonial-section {
  padding: 92px 5%;
  position: relative;
  overflow: hidden;
}

.uui-text-size-small-2 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-testimonial16_client-heading {
  color: #101828;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

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

.uui-testimonial16_client-image-wrapper {
  margin-right: .75rem;
}

.uui-testimonial16_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.uui-heading-xxsmall {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-xxsmall.text-weight-medium {
  font-weight: 500;
}

.uui-testimonial16_rating-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #fec84b;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

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

.uui-testimonial16_content {
  width: 25rem;
  min-width: 25rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #f9fafb;
  border: 1px solid #f9fafb;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 2rem;
  padding: 2rem;
  display: flex;
}

.uui-testimonial16_loop-trigger {
  display: flex;
}

.uui-testimonial16_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 4rem;
  display: flex;
}

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

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

.uui-section_testimonial16 {
  overflow: hidden;
}

.uui-contact07_map {
  height: 100%;
  overflow: hidden;
}

.uui-contact07_map-placeholder {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-contact07_map-wrapper {
  width: 100%;
  height: 35rem;
  margin-top: 4rem;
  position: relative;
}

.uui-text-style-link-02 {
  color: #6941c6;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.uui-space-xxsmall-2 {
  width: 100%;
  min-height: .5rem;
}

.uui-icon-1x1-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-featured-large {
  width: 3rem;
  height: 3rem;
  color: #7f56d9;
  background-color: #f4ebff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.uui-contact07_item {
  display: flex;
}

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

.uui-heading-subheading {
  color: #7f56d9;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.uui-section_contact07 {
  background-color: #f9fafb;
}

.uui-text-size-small-3 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-testimonial16_client-heading-2 {
  color: #101828;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

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

.uui-testimonial16_client-image-wrapper-2 {
  margin-right: .75rem;
}

.uui-testimonial16_client-2 {
  text-align: left;
  align-items: center;
  display: flex;
}

.uui-heading-xxsmall-2 {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-xxsmall-2.text-weight-medium {
  font-weight: 500;
}

.uui-testimonial16_rating-icon-2 {
  width: 1.25rem;
  height: 1.25rem;
  color: #fec84b;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial16_rating-wrapper-2 {
  align-items: center;
  display: flex;
}

.uui-testimonial16_content-2 {
  width: 25rem;
  min-width: 25rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-transform: none;
  background-color: #f9fafb;
  border: 1px solid #f9fafb;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 2rem;
  padding: 2rem;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.uui-testimonial16_loop-trigger-2 {
  background-color: #fff8ef;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.uui-testimonial16_component-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 4rem;
  display: flex;
}

.uui-text-size-large-3 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall-3 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-3 {
  color: #101828;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
  display: flex;
}

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

.uui-max-width-large-2.align-center, .align-center-2 {
  margin-left: auto;
  margin-right: auto;
}

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

.uui-padding-vertical-xhuge-3 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.uui-section_testimonial16-2 {
  overflow: hidden;
}

.spark-small-sub-paragraph {
  color: rgba(0, 0, 0, .76);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-bold-heading {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-bold-heading.spark-card-title {
  color: #0b132b;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.spark-bold-heading.spark-card-title.title-govrnement {
  color: #0b132b;
  font-family: Satoshi, sans-serif;
  font-size: 36px;
  line-height: 36px;
}

.spark-card-details {
  max-width: 590px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.spark-square-image-card {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.spark-wrapped-card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-card.spark-stacked {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  transition: border-color .15s;
}

.spark-three-column-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.spark-three-column-grid.grid-health {
  grid-template-columns: minmax(250px, 1fr) 1fr 1fr;
}

.spark-three-column-grid.grid-hotels {
  grid-template-columns: .25fr .25fr .25fr .25fr;
}

.spark-three-column-grid.grid-hotels.grid-large {
  grid-column-gap: 125px;
  grid-row-gap: 64px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: .45fr .45fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  justify-items: start;
  display: grid;
}

.spark-three-column-grid.grid-institution.grid-government {
  grid-column-gap: 50px;
  grid-row-gap: 19px;
  grid-template-columns: 1fr 2.25fr;
}

.spark-tabs-content {
  width: 100%;
}

.spark-flat-tab {
  box-shadow: none;
  color: #7a3149;
  background-color: rgba(170, 68, 101, .2);
  border: 1.5px #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 8px 15px;
  transition: box-shadow .3s, color .15s;
  display: flex;
}

.spark-flat-tab:hover {
  box-shadow: none;
  opacity: 1;
  color: #1d1d1d;
  background-color: rgba(0, 0, 0, 0);
}

.spark-flat-tab.w--current {
  box-shadow: none;
  color: #122b4c;
  background-color: rgba(2, 62, 138, .05);
  border-style: none;
  border-color: #000;
  justify-content: center;
  align-items: center;
  padding: 3px 10px;
  display: flex;
}

.spark-flat-tab.grid-hotels {
  box-shadow: none;
  margin-right: 15px;
  padding: 3px 10px;
}

.spark-flat-tab.grid-hotels.tab__hotel {
  color: #52b788;
  background-color: rgba(82, 183, 136, .09);
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  font-family: Satoshi, sans-serif;
  display: flex;
}

.spark-flat-tab.grid-hotels.tab__hotel.w--current {
  color: #52b788;
  background-color: rgba(82, 183, 136, .09);
  border-color: rgba(82, 183, 136, .36);
  padding: 5px 10px;
  font-family: Satoshi, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.spark-flat-tab.tab__health {
  color: #00b4d8;
  background-color: rgba(0, 180, 216, .07);
  border-style: solid;
  border-color: rgba(0, 180, 216, .31);
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  font-family: Inter;
  display: flex;
}

.spark-flat-tab.tab__health.current {
  border-color: rgba(0, 0, 0, 0);
  font-family: Satoshi, sans-serif;
}

.spark-flat-tab.tab__health.current.w--current {
  border-width: 1.5px;
  border-color: rgba(0, 180, 216, .24);
}

.spark-flat-tab.tab__governement {
  color: #023e8a;
  background-color: rgba(2, 62, 138, .05);
  padding: 5px 15px;
  font-family: Inter;
  font-weight: 400;
  line-height: 16px;
}

.spark-flat-tab.tab__institution {
  color: #ffc300;
  background-color: rgba(255, 195, 0, .09);
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  padding: 5px 10px;
  font-family: Satoshi, sans-serif;
  line-height: 16px;
}

.spark-flat-tab.tab__institution.w--current {
  color: #ffc300;
  background-color: rgba(255, 195, 0, .09);
  border-color: rgba(255, 195, 0, .31);
  padding: 5px 10px;
  font-family: Inter;
  font-weight: 400;
  line-height: 16px;
}

.spark-flat-tab.tab_governement {
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  padding-left: 10px;
  padding-right: 10px;
}

.spark-flat-tab.tab_governement.w--current {
  border-style: solid;
  border-color: rgba(2, 62, 138, .39);
  padding-left: 10px;
  padding-right: 10px;
  font-family: Satoshi, sans-serif;
}

.spark-flat-tabs-menu {
  grid-column-gap: 0px;
  border: 1px #000;
  border-bottom: 2px solid #f3f3f3;
  justify-content: center;
  margin-bottom: 60px;
  margin-left: 30%;
  margin-right: 30%;
  padding-bottom: 20px;
  line-height: 16px;
  display: flex;
}

.spark-tabs-parent {
  width: 100%;
  max-width: 1400px;
  padding-left: 40px;
  padding-right: 40px;
}

.spark-secondary-paragraph {
  color: rgba(0, 0, 0, .76);
  margin-bottom: 64px;
}

.spark-centered-900 {
  width: 900px;
  max-width: 100%;
  text-align: center;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.spark-container {
  max-width: 1440px;
  background-color: #fdfffc;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section {
  width: 100%;
  margin-top: -60px;
  padding: 0 0 80px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section p {
  color: #0b132b;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.link-block {
  height: 250px;
  background-image: url('../images/clinique-la-prairie_1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.link-block.scroll-website {
  height: 220px;
  background-image: url('../images/clinique-la-prairie.jpg');
  background-position: 50% 0;
  border-radius: 14px;
  transition: background-position 8s cubic-bezier(.165, .84, .44, 1), color .2s;
}

.link-block.scroll-website:hover {
  background-position: 50% 100%;
}

.link-block-2 {
  height: 250px;
  background-image: url('../images/la-tour.jpg');
  background-position: 0 0;
  background-size: cover;
}

.link-block-2.scroll-website {
  height: 220px;
  background-image: url('../images/la-tour_1.jpg');
  background-position: 50% 0;
  border-radius: 14px;
  transition: background-position 4s cubic-bezier(.165, .84, .44, 1), color .2s;
}

.link-block-2.scroll-website:hover {
  background-position: 50% 100%;
}

.link-block-3 {
  height: 250px;
  background-image: url('../images/hug.jpg');
  background-position: 50% 0;
  background-size: cover;
  transition: background-position 5.5s, color .2s;
}

.link-block-3:hover {
  background-position: 50% 100%;
}

.link-block-3.scroll-website {
  height: 220px;
  border-radius: 14px;
  transition-duration: 3s, .2s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1), ease;
}

.link-block-4 {
  opacity: .75;
  color: #0b132b;
  margin-right: 20px;
}

.link-block-4:hover {
  opacity: 1;
  color: #000;
}

.f-logo-plain {
  min-height: 96px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.f-logo-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.f-h6-heading-2 {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

.f-title-wrapper-center-2 {
  z-index: 5;
  width: 100%;
  max-width: 580px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-title-wrapper-center-2.margin-bottom-48 {
  margin-bottom: 48px;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-small {
  padding: 64px 5%;
  position: relative;
}

.a-caption {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-icon-regular-2 {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.a-content-caption-wrapper {
  max-width: 450px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-paragraph-small-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.a-subheading-regular {
  color: #fdfffc;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.a-subheading-regular.text {
  color: #fdfffc;
  padding-top: 10px;
  font-weight: 400;
  line-height: 24px;
}

.a-content-icon {
  width: 48px;
  height: 48px;
  background-color: #0b132b;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  font-size: 25px;
  display: flex;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .05);
}

.a-content-card-top {
  color: #000;
}

.a-content-card {
  grid-row-gap: 16px;
  background-color: rgba(51, 56, 63, .51);
  border: .5px solid rgba(244, 244, 246, .11);
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  display: flex;
  box-shadow: 3px 10px 20px -12px rgba(29, 29, 29, .26);
}

.a-content-card:hover {
  box-shadow: 3px 10px 20px -4px rgba(29, 29, 29, .26);
}

.a-content-grid-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.span {
  color: #fb8500;
  letter-spacing: 0;
  border-bottom: 6px #ffa033;
  padding-bottom: 2px;
  display: inline-block;
}

.a-h3-heading {
  color: #fdfffc;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
}

.a-h3-heading.h2 {
  font-weight: 700;
}

.a-detail-regular {
  letter-spacing: .08em;
  text-transform: uppercase;
  justify-content: center;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  display: flex;
}

.a-margin-bottom-17 {
  margin-bottom: 0;
}

.a-content-title-wrapper {
  max-width: 510px;
  text-align: center;
  flex-direction: column;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  line-height: 16px;
  display: flex;
}

.a-container-regular {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.a-section-regular {
  z-index: 1;
  color: #0b132b;
  background-color: #0b132b;
  border-radius: 0;
  margin-bottom: 0;
  padding: 80px 0% 120px;
  position: relative;
}

.text-block-4 {
  color: #96af9d;
  font-family: Inter;
  font-weight: 400;
  line-height: 16px;
}

.text-block-4.text__health {
  color: #00b4d8;
}

.text-block-5 {
  color: #52b788;
  font-family: Inter;
  font-weight: 400;
  line-height: 16px;
}

.text-block-6 {
  color: #023e8a;
  font-family: Inter;
  font-weight: 400;
  line-height: 16px;
}

.text-block-6.text__instituion {
  color: #ffc300;
}

.text-block-6.text_governement {
  font-weight: 400;
}

.bold-text-2 {
  font-size: 48px;
  line-height: 48px;
}

.uui-heroheader03_arrow-image {
  position: absolute;
  bottom: 5rem;
  left: -12rem;
}

.uui-heroheader03_image {
  width: 100%;
  height: 40rem;
  object-fit: cover;
  border-top-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
}

.uui-heroheader03_image-wrapper {
  position: relative;
}

.uui-button-3 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-3:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-3:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-button-3.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-icon-3 {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-button-icon-3.is-icon-large {
  width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  min-width: 1.5rem;
}

.uui-button-secondary-gray-3 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray-3:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-3:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f2f4f7;
}

.uui-button-secondary-gray-3.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-row-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-text-size-xlarge {
  color: #475467;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heroheader03_content {
  z-index: 1;
  margin-right: -6rem;
  position: relative;
}

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

.uui-padding-vertical-xhuge-4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.uui-page-padding-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_heroheader03 {
  overflow: hidden;
}

.link-block-5 {
  height: 220px;
  background-image: url('../images/lann-roz.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 14px;
  transition: background-position 12s cubic-bezier(.165, .84, .44, 1), color .2s;
}

.link-block-5:hover {
  background-position: 50% 100%;
}

.link-block-6 {
  height: 220px;
  background-image: url('../images/la-commanderie.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 14px;
  transition: background-position 12s cubic-bezier(.165, .84, .44, 1), color .2s;
}

.link-block-6:hover {
  background-position: 50% 100%;
}

.link-block-6.link-block-residence {
  background-image: url('../images/domaine-la-residence.jpg');
}

.link-block-6.link-block-residence.scroll-residence {
  transition-duration: 16s, .2s;
}

.link-block-7 {
  height: 220px;
  background-image: url('../images/les-glycines.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 14px;
  transition: background-position 12s cubic-bezier(.165, .84, .44, 1), color .2s;
}

.link-block-7:hover {
  background-position: 50% 100%;
}

.link-block-8 {
  height: 220px;
  background-image: url('../images/hec.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 14px;
  transition: background-position 8s cubic-bezier(.165, .84, .44, 1), color .2s;
}

.link-block-8:hover {
  background-position: 50% 100%;
}

.link-block-9 {
  height: 220px;
  background-image: url('../images/smile.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 14px;
  transition: background-position 5s cubic-bezier(.165, .84, .44, 1), color .2s;
}

.link-block-9:hover {
  background-image: url('../images/smile.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.link-block-10 {
  height: 220px;
  background-image: url('../images/assistopro.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 14px;
  transition: background-position 6s cubic-bezier(.165, .84, .44, 1), color .2s;
}

.link-block-10:hover {
  background-position: 50% 100%;
}

.uui-button-4 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-4:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-4:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-button-icon-4 {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-button-secondary-gray-4 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray-4:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-4:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f2f4f7;
}

.uui-button-row-4 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-4.button-row-center {
  z-index: 1;
  justify-content: center;
  position: absolute;
  top: 5%;
}

.uui-button-row-4.button-row-center.realisation-badge {
  z-index: 2;
  position: absolute;
  top: 20%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.uui-button-row-4.button-row-center.badge-confiance {
  padding-bottom: 10px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.uui-layout40_image-2 {
  width: 100%;
}

.uui-layout40_image-wrapper-2 {
  width: 100%;
  max-width: 1400px;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.uui-text-size-large-4 {
  color: #0b132b;
  text-align: center;
  letter-spacing: normal;
  padding-top: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.uui-text-size-large-4.realisation-subtitle {
  z-index: 1;
  position: absolute;
  top: 82%;
}

.uui-text-size-large-4.avis-subtitle {
  color: #fdfffc;
  font-weight: 400;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: 0%;
  right: 0%;
}

.uui-space-xsmall-4 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-4 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-badge-3 {
  grid-column-gap: .375rem;
  color: #344054;
  white-space: nowrap;
  background-color: #f2f4f7;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge-3.is-primary {
  color: #fb8500;
  text-transform: capitalize;
  background-color: rgba(255, 160, 51, .09);
  border: .5px solid rgba(192, 192, 192, .11);
  padding: 5px 8px;
  font-family: Inter;
}

.uui-badge-3.is-primary.badge4 {
  background-color: rgba(51, 56, 63, .51);
  border: .5px solid rgba(244, 244, 246, .11);
}

.uui-badge-3.is-primary.badge4.my-element.new-badge-padding {
  background-color: rgba(255, 160, 51, .09);
  border-color: rgba(192, 192, 192, .11);
  padding: 5px 8px;
}

.uui-badge-3.is-primary.new-badge-padding {
  background-color: rgba(51, 56, 63, .51);
  border: .5px solid rgba(244, 244, 246, .11);
  padding: 5px 8px;
}

.uui-badge-3.is-primary.badge-project {
  position: relative;
  top: -30px;
}

.uui-badge-3.badge-hopital {
  background-color: rgba(2, 62, 138, .05);
  padding: 5px 8px;
  font-family: Satoshi, sans-serif;
}

.uui-badge-3.badge-clinique {
  background-color: rgba(0, 180, 216, .07);
  padding: 5px 8px;
  font-family: Satoshi, sans-serif;
}

.uui-badge-3.badge-hopital-copy {
  background-color: rgba(2, 62, 138, .05);
}

.uui-badge-3.badge-hotel {
  background-color: rgba(82, 183, 136, .09);
  padding: 5px 8px;
}

.uui-badge-3.badge-spa {
  background-color: rgba(255, 214, 10, .05);
  padding: 5px 8px;
}

.uui-badge-3.badge-restaurant {
  background-color: rgba(90, 24, 154, .09);
  padding: 5px 8px;
}

.uui-badge-3.badge-gastronomique {
  background-color: rgba(176, 125, 98, .06);
  padding: 5px 8px;
}

.uui-badge-3.badge-bistronomique {
  background-color: rgba(164, 172, 134, .12);
  padding: 5px 8px;
}

.uui-badge-3.badge-ecole {
  background-color: rgba(0, 53, 102, .07);
  padding: 5px 8px;
}

.uui-badge-3.badge-open-source {
  background-color: rgba(255, 195, 0, .09);
  padding: 5px 8px;
}

.uui-badge-3.badge-pme {
  background-color: rgba(251, 133, 0, .07);
  padding: 5px 8px;
}

.uui-badge-3.badge-esn {
  background-color: rgba(42, 157, 143, .1);
  padding: 5px 8px;
}

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

.uui-layout40_component-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.uui-padding-vertical-xhuge-5 {
  padding-top: 0;
  padding-bottom: 0;
}

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

.uui-page-padding-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-page-padding-4.light-color-gradient.section.gradient-dark {
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.text-block-7 {
  color: #ffa033;
  letter-spacing: 0;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.text-block-8 {
  color: #fc9701;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.text-block-8.text-hopital {
  color: #023e8a;
  font-family: Satoshi, sans-serif;
}

.text-block-8.text-clinique {
  color: #00b4d8;
  font-family: Satoshi, sans-serif;
}

.text-block-8.text-hotel {
  color: #52b788;
  font-family: Satoshi, sans-serif;
}

.text-block-8.text-spa {
  color: #ffd60a;
  font-family: Satoshi, sans-serif;
}

.text-block-8.text-restaurant {
  color: #5a189a;
  font-family: Satoshi, sans-serif;
}

.text-block-8.text-gastronomique {
  color: #b07d62;
  font-family: Satoshi, sans-serif;
}

.text-block-8.text-bistronomique {
  color: #a4ac86;
  font-family: Satoshi, sans-serif;
}

.text-block-8.text-ecole {
  color: #003566;
  font-family: Satoshi, sans-serif;
}

.text-block-8.text-open-source {
  color: #ffc300;
  font-family: Satoshi, sans-serif;
}

.text-block-8.text-pme {
  color: #fb8500;
  font-family: Satoshi, sans-serif;
}

.text-block-8.text-esn {
  color: #2a9d8f;
  font-family: Satoshi, sans-serif;
}

.div-block-6 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.a-header-grid-image {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: -1px 0 20px rgba(0, 0, 0, .05);
}

.a-header-grid-column {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.a-header-image-grid {
  width: 100%;
  grid-column-gap: 24px;
  grid-template-rows: auto;
  align-items: start;
  margin-top: 75px;
  padding-right: 5%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.a-header-background-image {
  width: 90%;
  height: 90%;
  object-fit: cover;
  object-position: 0% 0%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.a-header-image-block {
  width: 100%;
  height: 90%;
  max-width: 40%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.a-header-logo-block {
  grid-column-gap: 44px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.a-text-color-primary {
  color: #5167f6;
}

.a-paragraph-small-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.a-header-logo-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  color: #5e606e;
  justify-content: space-between;
  align-items: center;
  margin-top: 140px;
  display: flex;
}

.a-caption-2 {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-icon-small {
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.a-header-play {
  width: 32px;
  height: 32px;
  background-color: #eceefe;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.a-button-video {
  height: 48px;
  min-height: 48px;
  grid-column-gap: 12px;
  color: #5167f6;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.a-button-video:hover {
  background-color: #f4f4f6;
}

.a-button-video:active {
  background-color: #eceefe;
}

.a-button-primary {
  min-height: 48px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #5167f6;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary:hover {
  background-color: #6478f7;
}

.a-button-primary:active {
  background-color: #7788f8;
}

.a-header-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 24px;
  margin-bottom: 16px;
  display: flex;
}

.a-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.a-span-underline-2 {
  color: #5167f6;
  border-bottom: 6px solid #5167f6;
}

.a-h1-heading {
  color: #131316;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.a-margin-bottom-48 {
  margin-bottom: 48px;
}

.a-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-detail-small.a-text-color-primary {
  color: #5167f6;
}

.a-margin-bottom-49 {
  margin-bottom: 16px;
}

.a-header-content {
  max-width: 500px;
  color: #383942;
}

.a-header-block {
  max-width: 50%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.a-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-header-section {
  padding: 120px 5%;
  position: relative;
  overflow: hidden;
}

.brix---opacity-10 {
  opacity: .1;
}

.brix---floating-image-hero-v6---1 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  top: auto;
  bottom: 41%;
  left: auto;
  right: -12%;
  transform: rotate(140deg);
}

.brix---mg-top-80px {
  margin-top: 80px;
}

.brix---btn-secondary {
  color: #211f54;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-600 {
  color: #6e7191;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---color-neutral-800 {
  color: #211f54;
}

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

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-hero-top-small {
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.brix---link-icon-right {
  margin-left: 6px;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-accent-1 {
  color: #4a3aff;
}

.brix---link-wrapper {
  color: #211f54;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: #4a3aff;
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---content-inside-card {
  padding: 40px 28px 48px;
}

.brix---image-width-100 {
  width: 100%;
}

.brix---image-wrapper---br-top {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---card-link {
  color: #6e7191;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.brix---card-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---section {
  color: #fff;
  padding-top: 176px;
  padding-bottom: 176px;
}

.div-block-10 {
  position: absolute;
  top: 79%;
  left: 41%;
}

.div-block-10.second-img {
  top: -14%;
  left: -38%;
}

.div-block-10.color-block-home {
  top: -11%;
  left: -24%;
}

.div-block-10.block-img-home {
  top: auto;
  left: auto;
  right: 56%;
}

.div-block-10.block-home-img {
  top: auto;
  bottom: 54%;
  left: auto;
  right: 59%;
}

.div-block-11 {
  z-index: -1;
  position: absolute;
  top: -5%;
  left: -22%;
  transform: rotate(34deg);
}

.div-block-12 {
  z-index: 1;
  padding-left: 100px;
  position: relative;
}

.div-block-13 {
  position: absolute;
  top: -361%;
  right: -64%;
}

.link {
  color: #1d1d1d;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.brix---paragraph-link {
  color: #fb8500;
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: #0b132b;
}

.brix---mg-bottom-0 {
  color: #0b132b;
  margin-bottom: 0;
  line-height: 16px;
}

.brix---footer-bottom-v14 {
  color: #6e7191;
  text-align: center;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 0;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---text-200-bold-2 {
  color: #1d1d1d;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.brix---color-accent-2 {
  color: #4a3aff;
}

.brix---text-200 {
  color: #1d1d1d;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---big-icon-left {
  border-radius: 16px;
  margin-right: 16px;
}

.brix---card-link-icon-wrapper {
  color: #6e7191;
  transform-style: preserve-3d;
  background-color: #fdfffc;
  border: 1px solid #f7f7fc;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 6px rgba(20, 20, 43, .06);
}

.brix---card-link-icon-wrapper:hover {
  border-color: #fc9701;
  transform: scale3d(.96, .96, 1.01);
}

.brix---card-link-icon-wrapper.adresse {
  background-color: #fdfffc;
  margin-top: 20px;
}

.brix---grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---footer-col-title {
  color: #fdfffc;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.brix---footer-link {
  color: #fdfffc;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: #0b132b;
}

.brix---footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.brix---footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.brix---icon-square-36px {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  background-color: #fff8ef;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
}

.brix---paragraph-default-2 {
  color: #fdfffc;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.brix---color-neutral-801 {
  color: #6e7191;
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.grid-footer-4-cols-v14 {
  grid-column-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: .8fr auto minmax(349px, .25fr);
}

.brix---footer-top-border-bottom {
  background-color: #fb8500;
  border-bottom: 1px #eff0f6;
  border-radius: 40px;
  margin-bottom: 80px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 80px;
}

.brix---container-default-2 {
  max-width: 1400px;
  color: #fff;
  background-color: #fdfffc;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.brix---footer-wrapper {
  background-color: #fff;
  border-top: 1px #eff0f6;
  position: relative;
}

.realisation-tittle {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: static;
}

.text-block-9 {
  font-family: Inter;
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
}

.div-block-15 {
  width: 320px;
  height: 90px;
  background-image: url('../images/Group-48095349-1.png');
  background-position: 0 0;
  background-size: 320px 90px;
  position: absolute;
  top: -40%;
  left: -2%;
}

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

.text-block-10 {
  margin-left: 14px;
  font-family: Inter;
  font-size: 48px;
  font-style: italic;
  font-weight: 600;
  line-height: 48px;
  position: relative;
}

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

.siret {
  color: #0b132b;
  padding-top: 10px;
  font-size: 14px;
  line-height: 14px;
}

.bold-text-3, .bold-text-6 {
  font-family: Inter;
  font-weight: 400;
}

.div-block-18 {
  width: 72px;
  height: 72px;
  background-color: #fb8500;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.image-14 {
  transform: rotate(23deg);
}

.text-block-12 {
  color: #0b132b;
  padding-top: 40px;
  padding-bottom: 0;
  font-family: Satoshi, sans-serif;
  line-height: 20px;
}

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

.design-system-video {
  height: auto;
  border-radius: 20px;
  margin-bottom: 40px;
  padding-top: 56.25%;
}

.div-block-21 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  display: flex;
}

.div-block-22, .div-block-23 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  display: flex;
}

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

.div-block-25 {
  padding-top: 10px;
  display: flex;
}

.bold-text-16 {
  font-family: Inter;
  font-weight: 400;
}

.uui-testimonial15_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.uui-button-icon-5 {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-testimonial15_arrow {
  width: 3rem;
  height: 3rem;
  color: #667085;
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.uui-testimonial15_arrow:hover {
  background-color: #f9fafb;
}

.uui-testimonial15_arrow.left {
  right: 4rem;
}

.uui-text-size-small-4 {
  color: #495158;
  letter-spacing: normal;
  padding-top: 5px;
  font-family: Inter;
  font-size: 16px;
  line-height: 16px;
}

.uui-testimonial15_client-heading {
  color: #1d1d1d;
  letter-spacing: normal;
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
}

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

.uui-testimonial15_client-image-wrapper {
  margin-right: .75rem;
}

.uui-testimonial15_client {
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.uui-heading-xxsmall-3 {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-xxsmall-3.text-weight-medium {
  font-weight: 500;
}

.uui-testimonial15_rating-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #fec84b;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

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

.uui-testimonial15_content {
  width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #f9fafb;
  border: 1px solid #f9fafb;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.uui-testimonial15_slide {
  padding-right: 2rem;
}

.uui-testimonial15_mask {
  width: 33.33%;
  overflow: visible;
}

.uui-testimonial15_component {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 4rem;
  padding-bottom: 5rem;
  position: relative;
}

.uui-text-size-large-5 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall-5 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-5 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

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

.uui-padding-vertical-xhuge-6 {
  padding-top: 0;
  padding-bottom: 80px;
}

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

.uui-page-padding-5 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_testimonial15 {
  overflow: hidden;
}

.text-avis {
  font-weight: 500;
  line-height: 24px;
}

.uui-text-size-small-5 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-testimonial16_client-heading-3 {
  color: #101828;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

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

.uui-testimonial16_client-image-wrapper-3 {
  margin-right: .75rem;
}

.uui-testimonial16_client-3 {
  text-align: left;
  align-items: center;
  display: flex;
}

.uui-heading-xxsmall-4 {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-xxsmall-4.text-weight-medium {
  font-weight: 500;
}

.uui-testimonial16_rating-icon-3 {
  width: 1.25rem;
  height: 1.25rem;
  color: #fec84b;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial16_rating-wrapper-3 {
  align-items: center;
  display: flex;
}

.uui-testimonial16_content-3 {
  width: 25rem;
  min-width: 25rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #f9fafb;
  border: 1px solid #f9fafb;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 2rem;
  padding: 2rem;
  display: flex;
}

.uui-testimonial16_loop-trigger-3 {
  display: flex;
}

.uui-testimonial16_component-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 4rem;
  display: flex;
}

.uui-text-size-large-6 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall-6 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-6 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

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

.uui-max-width-large-5.align-center, .align-center-3 {
  margin-left: auto;
  margin-right: auto;
}

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

.uui-padding-vertical-xhuge-7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-section_testimonial16-3 {
  overflow: hidden;
}

.crypto-marquee {
  width: 100%;
  height: 150px;
  opacity: .5;
  filter: grayscale();
  color: #fff;
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: .75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-css {
  display: none;
}

.marquee-track {
  align-items: center;
  display: flex;
  position: relative;
}

.marquee-item {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.marquee-coin {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  display: flex;
}

.marquee-coin.hidden {
  display: none;
}

.intro-logo {
  width: 150px;
  height: auto;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.intro-logo.details-logo {
  width: 90px;
}

.intro-logo.iscum-logo {
  width: 80px;
}

.f-slide-nav-hidden-2 {
  display: none;
  bottom: -50px;
}

.f-icon-regular-2 {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-testimonial-r-arrow {
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #160042;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: all .3s;
  display: flex;
}

.f-testimonial-r-arrow:hover {
  color: #fff;
  background-color: #160042;
  border-color: #160042;
}

.f-testimonial-l-arrow {
  width: 40px;
  height: 40px;
  color: #393b6a;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: all .3s;
  display: flex;
}

.f-testimonial-l-arrow:hover {
  color: #fff;
  background-color: #160042;
}

.f-paragraph-small-2 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular-2.f-text-weight-medium, .f-text-weight-medium-2 {
  font-weight: 500;
}

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

.f-testimonial-avatar-small-2 {
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-author-2 {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author-2:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

.f-margin-bottom-40 {
  margin-bottom: 40px;
}

.f-testimonial-star-wrapper {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.f-testimonial-card-2 {
  color: #160042;
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

.f-testimonial-slider-grid-large-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-testimonial-slider-regular {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 72px;
  padding-right: 72px;
}

.f-h3-heading-2 {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small-2 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-49 {
  margin-bottom: 16px;
}

.f-title-wrapper-center-3 {
  z-index: 5;
  width: 100%;
  max-width: 580px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-50 {
  margin-bottom: 48px;
}

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

.f-testimonial-background-2 {
  width: 100%;
  height: 30%;
  background-color: #f7f9fd;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.f-section-regular {
  padding: 72px 5%;
  position: relative;
}

.div-block-26 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.a-testimonial-slide-nav-2 {
  display: none;
}

.a-icon-regular-3 {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.a-testimonial-right-arrow-2 {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #f4f4f6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px;
  display: flex;
  right: -3%;
}

.a-testimonial-left-arrow-2 {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #f4f4f6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px;
  display: flex;
  left: -3%;
}

.a-paragraph-small-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.a-testimonial-avatar-2 {
  width: 36px;
  height: 36px;
}

.a-testimonial-avatar-wrapper-2 {
  width: 48px;
  height: 48px;
  background-color: #f4f4f6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.a-testimonial-author-small-2 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.a-testimonial-star-2 {
  grid-column-gap: 8px;
  display: flex;
}

.a-paragraph-regular-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.a-h6-heading-2 {
  color: #131316;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4;
}

.a-margin-bottom-50 {
  margin-bottom: 16px;
}

.a-testimonial-card-2 {
  width: 100%;
  grid-row-gap: 24px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 32px 15%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.a-testimonial-card-2:hover {
  background-color: #fff;
  border-color: rgba(229, 229, 229, 0);
}

.a-testimonial-slide-2 {
  border-radius: 10px;
  margin-right: 40px;
}

.a-testimonial-mask-2 {
  overflow: visible;
}

.a-testimonial-slider-2 {
  width: 100%;
  height: auto;
  max-width: 920px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
}

.a-container-x-small-2 {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-testimonial-section-2 {
  padding: 92px 5%;
  position: relative;
  overflow: hidden;
}

.realisation-title {
  height: 300px;
  background-color: #fdfffc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
  position: relative;
}

.html-embed-2 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  position: static;
}

.div-block-28 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
  position: relative;
}

.html-embed-3 {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
}

.text-span-10 {
  color: #1d1d1d;
}

.div-block-29 {
  width: 500px;
  height: 200px;
  position: absolute;
  overflow: visible;
}

.div-block-31 {
  width: 550px;
  height: 800px;
}

.div-block-33 {
  width: 400px;
  height: auto;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.div-block-34 {
  width: 620px;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  padding-top: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.a-testimonial-slide-nav-3 {
  color: #1d1d1d;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: relative;
}

.a-icon-regular-4 {
  width: 24px;
  height: 24px;
  color: #1d1d1d;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.a-testimonial-right-arrow-3 {
  width: 50px;
  height: 50px;
  background-color: rgba(51, 56, 63, .51);
  border: .5px solid rgba(244, 244, 246, .11);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px;
  display: flex;
  right: -3%;
}

.a-testimonial-left-arrow-3 {
  width: 50px;
  height: 50px;
  background-color: rgba(51, 56, 63, .51);
  border: .5px solid rgba(244, 244, 246, .11);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px;
  display: flex;
  left: -3%;
}

.a-paragraph-small-5 {
  color: #fdfffc;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.a-testimonial-avatar-3 {
  width: 36px;
  height: 36px;
}

.a-testimonial-avatar-wrapper-3 {
  width: 48px;
  height: 48px;
  background-color: #f4f4f6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.a-testimonial-avatar-wrapper-3.picture-freelance {
  background-image: url('../images/7b4ce225961613.5cc341c6db467.jpg');
  background-position: 0 0;
  background-size: cover;
}

.a-testimonial-avatar-wrapper-3.picture-conseil {
  background-image: url('../images/1569836092440.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.a-testimonial-avatar-wrapper-3.picture-neovia {
  background-image: url('../images/maud_1maud.png');
  background-position: 0 0;
  background-size: cover;
}

.a-testimonial-avatar-wrapper-3.picture-durix {
  background-image: url('../images/philippe_1philippe.png');
  background-position: 0 0;
  background-size: cover;
}

.a-testimonial-avatar-wrapper-3.picture-assisto {
  background-color: #fff;
  background-image: url('../images/assisto-logo.png');
  background-position: 0 0;
  background-size: cover;
}

.a-testimonial-avatar-wrapper-3.picture-emizone {
  background-image: url('../images/antoine_1antoine.png');
  background-position: 0 0;
  background-size: cover;
}

.a-testimonial-author-small-3 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.a-testimonial-star-3 {
  grid-column-gap: 8px;
  display: flex;
}

.a-paragraph-regular-4 {
  color: #fdfffc;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
}

.a-h6-heading-3 {
  color: #131316;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4;
}

.a-margin-bottom-51 {
  margin-bottom: 16px;
}

.a-testimonial-card-3 {
  width: 100%;
  grid-row-gap: 24px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(255, 255, 255, .19);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 32px 15%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.a-testimonial-card-3:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(229, 229, 229, 0);
}

.a-testimonial-slide-3 {
  border-radius: 10px;
  margin-right: 40px;
}

.a-testimonial-mask-3 {
  overflow: visible;
}

.a-testimonial-slider-3 {
  width: 100%;
  height: auto;
  max-width: 920px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
}

.a-container-x-small-3 {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-testimonial-section-3 {
  background-color: #011627;
  border-radius: 0;
  padding: 0 40px 80px;
  position: relative;
  overflow: hidden;
}

.text-block-14 {
  color: #fdfffc;
  margin-top: -5px;
  font-size: 14px;
  line-height: 14px;
}

.span__underline {
  width: 100%;
  height: 6px;
  background-color: #fb8500;
  margin-left: 13px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
  transform: translate(0%);
}

.div-block-35 {
  padding-left: 0;
  overflow: hidden;
}

.div-block-37 {
  width: 295px;
  margin-left: 12px;
  overflow: hidden;
}

.text-block-16, .text-block-17, .text-block-18 {
  line-height: 16px;
}

.text-block-19 {
  color: #ffc300;
  font-family: Inter;
  font-weight: 400;
  line-height: 16px;
}

.text-block-20, .text-block-21 {
  color: #ffc300;
  font-family: Inter;
  line-height: 16px;
}

.text-block-22 {
  font-family: Inter;
  line-height: 16px;
}

.slider {
  width: auto;
  height: auto;
  opacity: .5;
  filter: grayscale();
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: block;
  overflow: hidden;
}

.slider__track {
  display: block;
}

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

.html-embed-4, .slider__block {
  display: flex;
}

.section-3 {
  height: 100px;
}

.div-block-38 {
  height: 100px;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.wrapper {
  padding: 10px;
  overflow: hidden;
}

.marquee-wrapper {
  width: 200%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  overflow: visible;
}

.marquee {
  width: 100%;
  opacity: 1;
  filter: none;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.logo-iscom {
  width: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.logo-diadao {
  margin-top: 0;
  padding-top: 0;
  position: static;
  bottom: 0;
}

.text-block-25, .text-block-26 {
  font-family: Satoshi, sans-serif;
}

.image-18 {
  margin-bottom: 20px;
}

.description {
  background-color: #fdfffc;
}

.logos {
  background-color: #fdfffc;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-41 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.video-design-system {
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.container-video {
  border-radius: 14px;
  display: flex;
  overflow: hidden;
}

.testimonial__navigation {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  display: flex;
}

.testimonial__bubble {
  width: 20px;
  height: 20px;
  background-color: #cbcbcb;
  border-radius: 20px;
}

.slide-nav {
  display: flex;
}

.testimonial__navbar {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.html-embed-5 {
  display: block;
  position: absolute;
}

.text-span-11 {
  color: #fb8500;
}

.body {
  background-color: rgba(0, 0, 0, 0);
}

.bubble-blur {
  width: 150px;
  height: 150px;
  filter: blur(70px);
  background-color: #fb8500;
  border-radius: 50%;
  position: absolute;
  top: auto;
  bottom: -10%;
  left: -3%;
  right: auto;
}

.bubble-blur.bubble-blur--top {
  width: 100px;
  height: 100px;
  background-color: #fb8500;
  top: 15%;
  bottom: auto;
  left: auto;
  right: -3%;
}

.bubble-blur.bubble-blur--projects {
  z-index: 1;
  width: 50px;
  height: 50px;
  filter: blur(60px);
  top: 0;
  bottom: auto;
  left: 5%;
}

.background-badge {
  position: absolute;
  top: 14%;
  right: 8%;
}

.background-cross {
  position: absolute;
  top: 0%;
  left: 17%;
}

.background-star {
  position: absolute;
  bottom: -16%;
  right: 27%;
}

.avis-star-1 {
  position: absolute;
  top: 14%;
  left: 14%;
}

.avis-star-2 {
  position: absolute;
  top: 10%;
  right: 14%;
}

.avis-star-3 {
  position: absolute;
  bottom: 5%;
  right: 16%;
}

.div-block-47 {
  position: absolute;
  bottom: 25%;
  left: 10%;
  transform: rotate(-26deg);
}

.div-block-48 {
  position: absolute;
  top: 25%;
  right: 10%;
}

.bubble-blur--footer.bubble-blur {
  z-index: 2;
  width: 60px;
  height: 60px;
  filter: blur(50px);
  top: auto;
  bottom: 20%;
  left: auto;
  right: auto;
}

.bubble-blur--footer-2.bubble-blur {
  z-index: 2;
  width: 80px;
  height: 80px;
  filter: blur(55px);
  bottom: -10%;
  left: auto;
  right: 0;
}

.marquee-overflow {
  width: 100%;
  height: 200px;
  max-width: 1400px;
  opacity: 1;
  mix-blend-mode: normal;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll-container {
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: none;
  background-image: linear-gradient(to right, #fdfffc, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0) 95%, #fdfffc);
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.image-19 {
  height: 25px;
}

._1 {
  color: #1d1d1d;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 35px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1em;
}

.customers__title {
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  overflow: visible;
}

.div-block-51 {
  overflow: hidden;
}

.floa {
  height: 30px;
  margin-top: 10px;
  padding-top: 0;
}

.ffb {
  height: 30px;
  margin-top: 10px;
}

.netscouade {
  height: 20px;
  margin-top: 12px;
}

.actimage {
  height: 35px;
  margin-top: 12px;
  padding-top: 0;
}

.clinique-prairie {
  height: 25px;
  margin-top: 10px;
}

.gouvernement {
  height: 30px;
}

.diadao {
  height: 32px;
}

.hug {
  height: 35px;
  padding-top: 4px;
}

.smile {
  height: 35px;
}

.neovia {
  height: 32px;
  padding-top: 10px;
}

.assisto {
  height: 40px;
  padding-top: 5px;
}

.iscom {
  height: 48px;
  padding-top: 8px;
}

.fade.fade--left {
  width: 10%;
  height: 100%;
  background-image: linear-gradient(84deg, #fdfffc, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.fade.fade--right {
  width: 10%;
  height: 100%;
  background-image: linear-gradient(270deg, #fdfffc, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.reviews__title {
  color: #fdfffc;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.projects__title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

@media screen and (min-width: 1280px) {
  .home {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home.light-color-gradient {
    background-image: none;
    flex-direction: column;
    position: static;
  }

  .button {
    background-color: #1d1d1d;
  }

  .button.button-navbar {
    color: #0b132b;
    background-color: rgba(0, 0, 0, 0);
    border: 3px solid #0b132b;
    margin-bottom: 0;
    transition-duration: .2s, .2s, .2s, .1s, .1s;
  }

  .button.button-navbar:hover {
    color: #fdfffc;
    background-color: #0b132b;
    border-width: 3px;
    font-weight: 500;
  }

  .button.button-navbar.button-realisation {
    margin-bottom: 8px;
  }

  .button.button-home {
    color: #fdfffc;
    background-color: #0b132b;
    border: 3px solid #0b132b;
    margin-bottom: 0;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    transition: box-shadow .2s, border-color .2s, color .2s, background-color .2s;
  }

  .button.button-home:hover {
    color: #0b132b;
    background-color: rgba(0, 0, 0, 0);
    border-style: solid;
  }

  .button.button-home.button-realisation {
    margin-bottom: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1.5em;
  }

  .text-box._550px.center-align {
    max-width: none;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .container {
    max-width: 1400px;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    position: static;
  }

  .container.footer__call-action {
    max-width: 1400px;
    min-height: 0;
  }

  .nav-content {
    max-width: 1400px;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-bar {
    height: 80px;
    position: static;
  }

  .paragraph.large {
    max-width: 80%;
    color: #fdfffc;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
  }

  .nav-container {
    max-width: 1400px;
    flex-direction: row;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .heading.h1 {
    width: 600px;
    margin-bottom: 0;
    font-size: 84px;
    line-height: 94px;
  }

  .heading.h2 {
    margin-bottom: 0;
    font-size: 48px;
    line-height: 48px;
  }

  .banner-section {
    background-image: radial-gradient(circle at 25% -20%, rgba(255, 183, 3, .41), rgba(255, 255, 255, 0) 0%), radial-gradient(circle at 100% 0, rgba(255, 150, 3, .26), rgba(255, 255, 255, 0) 31%);
  }

  .banner-container {
    max-width: 1140px;
  }

  .hero-grid {
    width: 100%;
    max-width: 1400px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1.4fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: space-between;
    justify-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 45px;
    font-weight: 700;
  }

  .text-span {
    padding-left: 8px;
    font-family: Inter;
    font-weight: 700;
  }

  .text-span.text-span {
    color: #101828;
    border: 1px #000;
    padding-left: 0;
  }

  .uui-heading-medium {
    color: #0b132b;
    font-family: Satoshi, sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 48px;
  }

  .uui-padding-vertical-xhuge {
    max-width: 1400px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 80px 40px;
    display: flex;
  }

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

  .text-span-3 {
    outline-offset: 0px;
    color: #101828;
    border-bottom: 6px #fc9701;
    border-radius: 0;
    outline: 3px #fc9701;
  }

  .uui-logo_logomark {
    width: 50px;
    height: auto;
    flex: none;
    padding: 5px;
  }

  .uui-logo_component {
    height: 50px;
  }

  .uui-logo_component.brix---footer-logo {
    display: flex;
  }

  .uui-logo_component.brix---footer-logo.footer-logo {
    position: static;
  }

  .uui-footer04_top-wrapper {
    flex-wrap: nowrap;
    grid-template-areas: ". . Area";
    justify-content: space-between;
    display: flex;
  }

  .uui-padding-vertical-xlarge {
    max-width: 1400px;
    padding: 80px 40px;
  }

  .uui-footer04_component {
    position: relative;
  }

  .bold-text {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
  }

  .bold-text.name {
    padding-left: 0;
    font-weight: 400;
  }

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

  .text-block-3 {
    color: #fdfffc;
    padding-left: 8px;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
  }

  .uui-icon-featured-outline-large {
    color: #fb8400;
    background-color: rgba(251, 132, 0, .22);
    border-color: rgba(251, 113, 0, .1);
  }

  .image {
    padding-left: 0;
  }

  .button-2 {
    justify-content: center;
    display: inline-block;
  }

  .button-2.button.button__gray {
    color: #1d1d1d;
    background-color: #fff;
  }

  .button-2.button.button__gray:hover {
    background-color: #fff;
    transform: scale(1.1);
  }

  .container-3 {
    justify-content: center;
    display: flex;
  }

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

  .uui-layout40_image-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .uui-text-size-large-2 {
    font-family: Inter;
    font-weight: 500;
  }

  .uui-heading-medium-2 {
    color: #fc9701;
    font-family: Inter;
  }

  .uui-padding-vertical-xhuge-2 {
    max-width: 1400px;
    padding: 0 40px;
  }

  .uui-page-padding-2 {
    padding: 80px 0;
  }

  .image-3, .image-4 {
    background-color: #1d1d1d;
  }

  .uui-heading-xxsmall {
    font-family: Inter;
  }

  .uui-text-style-link-02 {
    color: #33383f;
    font-family: Inter;
  }

  .uui-icon-1x1-xsmall-2 {
    color: #fb8400;
  }

  .icon-featured-large {
    background-color: rgba(251, 132, 0, .22);
  }

  .uui-heading-subheading {
    color: #fb8400;
    font-family: Inter;
  }

  .uui-contact07_component {
    font-family: Inter;
  }

  .section-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    display: flex;
  }

  .uui-heading-xxsmall-2.text-weight-medium {
    font-family: Inter;
    font-weight: 400;
  }

  .uui-testimonial16_content-2 {
    background-color: #fff;
  }

  .uui-testimonial16_loop-trigger-2 {
    background-color: #fff8ef;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .uui-heading-medium-3 {
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 48px;
    line-height: 48px;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .spark-bold-heading.spark-card-title {
    color: #0b132b;
    font-size: 18px;
    font-weight: 600;
  }

  .spark-bold-heading.spark-card-title.title-govrnement {
    font-size: 36px;
    line-height: 36px;
  }

  .spark-square-image-card {
    width: auto;
    height: 500px;
    background-image: url('../images/screencapture-commanderie-fr-fr-hotel-spa-grenoble-2023-01-06-16_29_28-1.jpg');
    background-position: 0 0;
    background-size: auto;
  }

  .spark-three-column-grid.grid-hotels {
    grid-template-columns: .25fr .25fr .25fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: column;
  }

  .spark-three-column-grid.grid-hotels.grid-large {
    grid-column-gap: 125px;
    grid-row-gap: 64px;
    grid-template-rows: auto;
    grid-template-columns: .45fr .45fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .spark-three-column-grid.grid-institution.grid-government {
    grid-template-columns: 1fr 2.25fr;
  }

  .spark-flat-tab {
    box-shadow: none;
    color: #fb8500;
    margin-right: 15px;
  }

  .spark-flat-tab:hover {
    box-shadow: none;
    color: #1d1d1d;
  }

  .spark-flat-tab:active, .spark-flat-tab:focus {
    color: #1d1d1d;
    box-shadow: 0 3px rgba(255, 135, 0, .49);
  }

  .spark-flat-tab:focus-visible {
    box-shadow: 0 3px rgba(255, 135, 0, .49);
  }

  .spark-flat-tab[data-wf-focus-visible] {
    box-shadow: 0 3px rgba(255, 135, 0, .49);
  }

  .spark-flat-tab:visited {
    color: #1d1d1d;
    box-shadow: 0 3px rgba(255, 135, 0, .49);
  }

  .spark-flat-tab.w--current {
    box-shadow: none;
    color: #00b4d8;
    transition-property: none;
  }

  .spark-flat-tab.w--current:focus {
    box-shadow: none;
  }

  .spark-flat-tab.w--current:focus-visible {
    box-shadow: none;
  }

  .spark-flat-tab.w--current[data-wf-focus-visible], .spark-flat-tab.w--current:visited {
    box-shadow: none;
  }

  .spark-flat-tab.grid-hotels {
    margin-right: 15px;
  }

  .spark-flat-tab.grid-hotels.tab__hotel:active, .spark-flat-tab.grid-hotels.tab__hotel:focus, .spark-flat-tab.grid-hotels.tab__hotel:visited {
    box-shadow: none;
  }

  .spark-flat-tab.grid-hotels.tab__hotel.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spark-flat-tab.tab__health:hover {
    color: #00b4d8;
  }

  .spark-flat-tab.tab__health:active {
    box-shadow: none;
  }

  .spark-flat-tab.tab__health:focus {
    box-shadow: none;
    color: #00b4d8;
    background-color: rgba(0, 180, 216, .07);
  }

  .spark-flat-tab.tab__health:focus-visible {
    box-shadow: none;
  }

  .spark-flat-tab.tab__health[data-wf-focus-visible] {
    box-shadow: none;
  }

  .spark-flat-tab.tab__health:visited {
    box-shadow: none;
    color: #00b4d8;
  }

  .spark-flat-tab.tab__health.w--current:hover, .spark-flat-tab.tab__health.w--current:active {
    box-shadow: none;
  }

  .spark-flat-tab.tab__governement:hover {
    color: #023e8a;
  }

  .spark-flat-tab.tab__governement:active, .spark-flat-tab.tab__governement:focus, .spark-flat-tab.tab__governement:visited {
    box-shadow: none;
  }

  .spark-flat-tab.tab__institution {
    box-shadow: none;
    border-style: none;
    flex-direction: row;
    font-weight: 400;
    transition-property: none;
    display: flex;
  }

  .spark-flat-tab.tab__institution:hover {
    color: #ffc300;
  }

  .spark-flat-tab.tab__institution:active, .spark-flat-tab.tab__institution:focus, .spark-flat-tab.tab__institution:visited {
    box-shadow: none;
  }

  .spark-flat-tab.tab__institution.w--current {
    border-style: solid;
    border-color: rgba(255, 195, 0, .31);
  }

  .spark-flat-tab.tab_governement {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spark-flat-tab.tab_governement.w--current {
    color: #023e8a;
  }

  .spark-flat-tabs-menu {
    border-bottom-width: 2px;
    margin-bottom: 60px;
    padding-bottom: 20px;
  }

  .spark-tabs-parent {
    max-width: 1400px;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 400;
  }

  .spark-centered-900 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .spark-container {
    max-width: none;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .spark-container:active {
    outline-offset: 0px;
    outline: 3px #1d1d1d;
  }

  .spark-section {
    padding: 0 0 80px;
  }

  .spark-section h2 {
    margin-bottom: 0;
    padding-bottom: 30px;
    font-family: Inter;
    font-size: 48px;
  }

  .spark-section p {
    color: #0b132b;
    font-family: Satoshi, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .div-block-2 {
    width: 350px;
    height: 350px;
    background-image: url('../images/screencapture-commanderie-fr-fr-hotel-spa-grenoble-2023-01-06-16_29_28-1.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .link-block {
    height: 250px;
    background-image: url('../images/clinique-la-prairie_1.jpg');
    background-position: 0 0;
    background-size: cover;
    justify-content: center;
    display: flex;
  }

  .link-block.scroll-website {
    background-image: url('../images/clinique-la-prairie.jpg');
    transition-duration: 8s, .2s;
  }

  .link-block-2 {
    height: 250px;
    background-image: url('../images/hip.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .link-block-2.scroll-website {
    background-image: url('../images/la-tour_1.jpg');
    transition-duration: 4s, .2s;
  }

  .link-block-3 {
    height: 250px;
    background-image: url('../images/hug_1.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .link-block-3.scroll-website {
    background-image: url('../images/hug.jpg');
    transition-duration: 3s, .2s;
  }

  .link-block-4 {
    margin-right: 20px;
    line-height: 16px;
  }

  .link-block-4:hover {
    color: #1d1d1d;
    font-weight: 400;
  }

  .a-subheading-regular {
    padding-bottom: 10px;
    font-weight: 600;
    line-height: 16px;
  }

  .a-subheading-regular.text {
    color: #fdfffc;
    padding-top: 10px;
    font-weight: 400;
    line-height: 24px;
  }

  .a-content-icon {
    background-color: rgba(255, 255, 255, .05);
    font-size: 25px;
  }

  .a-content-card {
    min-height: auto;
    padding: 24px;
    box-shadow: 3px 10px 20px -12px rgba(29, 29, 29, .26);
  }

  .a-content-card:hover {
    box-shadow: 3px 10px 20px -4px rgba(29, 29, 29, .26);
  }

  .span {
    color: #fb8500;
    border-bottom-color: #feb003;
    padding-bottom: 5px;
  }

  .a-h3-heading {
    color: #fdfffc;
    font-weight: 600;
    line-height: 48px;
  }

  .a-detail-regular {
    justify-content: center;
    padding-bottom: 10px;
    display: flex;
  }

  .a-margin-bottom-17 {
    margin-bottom: 0;
  }

  .a-content-title-wrapper {
    margin-bottom: 80px;
  }

  .a-container-regular {
    max-width: 1400px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .a-section-regular {
    -webkit-text-fill-color: inherit;
    background-color: #0b132b;
    background-clip: padding-box;
    margin-bottom: 0;
    padding: 80px 0% 120px;
  }

  .text-block-4 {
    color: #1d1d1d;
    font-family: Inter;
    font-weight: 400;
  }

  .text-block-4:active {
    color: #1d1d1d;
  }

  .text-block-5 {
    color: #1d1d1d;
    font-family: Inter;
    font-weight: 400;
  }

  .text-block-5:hover, .text-block-5:active {
    color: #1d1d1d;
  }

  .text-block-6 {
    color: #1d1d1d;
    font-family: Inter;
    font-weight: 400;
  }

  .bold-text-2 {
    font-family: Inter;
  }

  .text-span-5 {
    border-bottom: 6px #000;
  }

  .uui-heroheader03_arrow-image.hide-tablet {
    top: auto;
    bottom: 24%;
    left: auto;
    right: 33%;
  }

  .text-span-6 {
    color: #1d1d1d;
    border-bottom: 6px #1d1d1d;
  }

  .span-realisation {
    color: #fb8500;
    border-bottom: 3px solid #fb8500;
  }

  .realisation__colored, .text-span-7 {
    color: #fb8500;
    border-bottom: 2px solid #fb8500;
    font-weight: 600;
  }

  .text-span-8 {
    color: #feb003;
    border-bottom: 6px solid #feb003;
  }

  .link-block-5 {
    height: 220px;
    background-image: url('../images/lann-roz.jpg');
    background-position: 0 0;
    background-size: cover;
    transition-duration: 12s, .2s;
  }

  .link-block-6 {
    height: 220px;
    background-image: url('../images/la-commanderie.jpg');
    background-position: 50% 0;
    background-size: cover;
    transition-duration: 12s, .2s;
  }

  .link-block-6.link-block-added {
    background-image: url('../images/domaine-de-la-residence.jpg');
  }

  .link-block-6.link-block-residence.scroll-residence {
    transition-duration: 16s, .2s;
  }

  .link-block-7 {
    height: 220px;
    background-image: url('../images/les-glycines.jpg');
    background-position: 50% 0;
    background-size: cover;
    transition-duration: 12s, .2s;
  }

  .link-block-8 {
    height: 220px;
    background-image: url('../images/hec.jpg');
    background-position: 50% 0;
    background-size: cover;
    transition-duration: 8s, .2s;
  }

  .link-block-9 {
    height: 220px;
    background-image: url('../images/smile_1.jpg');
    background-position: 0 0;
    background-size: cover;
    transition-duration: 5s, .2s;
  }

  .link-block-10 {
    height: 220px;
    background-image: url('../images/assistopro.jpg');
    background-position: 50% 0;
    background-size: cover;
    transition-duration: 6s, .2s;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1), ease;
  }

  .logo-linkedin:hover {
    filter: contrast(0%);
  }

  .link-block-11 {
    width: 20px;
    height: 20px;
  }

  .link-block-12 {
    background-image: url('../images/linkedin_1linkedin.png');
    background-position: 0 0;
    background-size: cover;
  }

  .link-block-12:hover {
    background-image: url('../images/linkedin-hover_1linkedin-hover.png');
  }

  .link-block-13 {
    background-image: url('../images/linkedin_1linkedin.png');
    background-position: 0 0;
    background-size: cover;
  }

  .link-block-13:hover {
    background-image: url('../images/linkedin-hover_1linkedin-hover.png');
  }

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

  .button-3 {
    height: 20px;
    max-height: 20px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/linkedin_1linkedin.png');
    background-position: 0 0;
    background-size: cover;
    line-height: 20px;
  }

  .div-block-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .logo-website:hover {
    filter: contrast(0%);
  }

  .uui-button-row-4.button-row-center {
    z-index: 1;
    position: absolute;
    top: 2%;
  }

  .uui-button-row-4.button-row-center.realisation-badge {
    top: 20%;
  }

  .uui-button-row-4.button-row-center.badge-confiance {
    padding-bottom: 10px;
    position: relative;
    top: 0;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .uui-layout40_image-wrapper-2 {
    width: 100%;
    max-width: 1400px;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: 2fr 2fr;
    grid-template-columns: 4fr 4fr 4fr 4fr 4fr 4fr 4fr;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .uui-text-size-large-4 {
    color: #0b132b;
    padding-top: 10px;
    font-size: 18px;
    line-height: 18px;
  }

  .uui-text-size-large-4.realisation-subtitle {
    font-size: 18px;
    line-height: 18px;
    top: 82%;
  }

  .uui-text-size-large-4.avis-subtitle {
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    top: auto;
    bottom: 8%;
    left: 0%;
    right: 0%;
  }

  .uui-badge-3.is-primary {
    color: #fb8500;
    background-color: rgba(255, 160, 51, .09);
    padding: 5px 8px;
  }

  .uui-badge-3.is-primary.badge4 {
    background-color: rgba(51, 56, 63, .51);
  }

  .uui-badge-3.is-primary.badge4.my-element.new-badge-padding, .uui-badge-3.is-primary.new-badge-padding, .uui-badge-3.badge-hopital, .uui-badge-3.badge-clinique, .uui-badge-3.badge-hotel, .uui-badge-3.badge-spa, .uui-badge-3.badge-restaurant, .uui-badge-3.badge-gastronomique, .uui-badge-3.badge-bistronomique, .uui-badge-3.badge-ecole, .uui-badge-3.badge-open-source, .uui-badge-3.badge-pme, .uui-badge-3.badge-esn {
    padding: 5px 8px;
  }

  .uui-layout40_component-2 {
    padding-bottom: 40px;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-page-padding-4.light-color-gradient.section.gradient-dark {
    z-index: 2;
    clear: none;
    background-image: none;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .text-block-7 {
    color: #ffa033;
    letter-spacing: normal;
    text-transform: capitalize;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Satoshi, sans-serif;
    font-size: 14px;
    line-height: 14px;
  }

  .text-block-8 {
    color: #ffa033;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Satoshi, sans-serif;
    font-size: 14px;
    line-height: 14px;
  }

  .text-block-8.text-hopital, .text-block-8.text-clinique, .text-block-8.text-hotel, .text-block-8.text-spa, .text-block-8.text-restaurant, .text-block-8.text-gastronomique, .text-block-8.text-bistronomique, .text-block-8.text-ecole, .text-block-8.text-open-source, .text-block-8.text-pme {
    font-size: 14px;
    line-height: 14px;
  }

  .text-block-8.text-esn {
    color: #2a9d8f;
    font-size: 14px;
    line-height: 14px;
  }

  .image-5 {
    background-color: #1d1d1d;
  }

  .div-block-5 {
    z-index: 0;
    width: 800px;
    height: 500px;
    filter: blur(200px);
    background-image: linear-gradient(rgba(255, 150, 3, .1), rgba(255, 150, 3, .1));
    border-radius: 50%;
    position: absolute;
    top: 52%;
    bottom: auto;
    left: -21%;
    right: 0;
    transform: rotate(-43deg);
  }

  .text-span-9 {
    font-size: 30px;
  }

  .div-block-6 {
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    margin-top: 40px;
    padding: 10px 0;
    display: flex;
  }

  .div-block-7 {
    width: 300px;
    height: 300px;
    filter: blur(200px);
    background-color: #ffd9a0;
    border-radius: 50%;
    position: absolute;
    top: 56%;
    bottom: auto;
    left: auto;
    right: -8%;
  }

  .div-block-8 {
    width: 300px;
    height: 300px;
    filter: blur(260px);
    background-color: #ffdf7e;
    position: absolute;
  }

  .div-block-9 {
    font-size: 40px;
    position: absolute;
    transform: rotate(-17deg);
  }

  .div-block-10 {
    z-index: 1;
    position: absolute;
    top: 79%;
    bottom: auto;
    left: 41%;
    right: 0;
  }

  .div-block-10.second-img {
    top: auto;
    left: auto;
    right: 50%;
  }

  .div-block-10.block-home-img {
    z-index: 2;
  }

  .div-block-11 {
    position: absolute;
    top: -30px;
    bottom: auto;
    left: -120px;
    right: auto;
    transform: rotate(34deg);
  }

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

  .div-block-13 {
    z-index: 2;
    position: absolute;
    top: -361%;
    bottom: auto;
    left: auto;
    right: -64%;
  }

  .link {
    color: #0b132b;
    font-size: 18px;
  }

  .brix---paragraph-link {
    color: #fc9701;
  }

  .brix---paragraph-link:hover {
    color: #ffa13c;
  }

  .brix---mg-bottom-0 {
    color: #0b132b;
    line-height: 16px;
  }

  .brix---text-200-bold-2 {
    color: #1d1d1d;
    font-family: Satoshi, sans-serif;
    font-weight: 400;
    line-height: 24px;
  }

  .brix---text-200 {
    color: #1d1d1d;
    font-family: Satoshi, sans-serif;
    font-weight: 600;
    line-height: 18px;
  }

  .brix---card-link-icon-wrapper:hover {
    border-color: #fc9701;
  }

  .brix---card-link-icon-wrapper.adresse {
    margin-top: 20px;
  }

  .brix---grid-1-column {
    grid-template-columns: 1fr;
  }

  .brix---footer-col-title {
    color: #fdfffc;
    font-size: 24px;
  }

  .brix---footer-link {
    color: #fdfffc;
    line-height: 18px;
  }

  .brix---footer-link:hover {
    color: #0b132b;
  }

  .brix---icon-square-36px {
    background-color: #fff8ef;
  }

  .brix---paragraph-default-2 {
    color: #fdfffc;
    font-family: Satoshi, sans-serif;
    line-height: 24px;
  }

  .grid-footer-4-cols-v14 {
    grid-template-columns: .8fr auto minmax(349px, .25fr);
  }

  .brix---footer-top-border-bottom {
    margin-left: 0;
    margin-right: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---container-default-2 {
    max-width: 1400px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---footer-wrapper {
    position: relative;
  }

  .realisation-tittle {
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .text-block-9 {
    font-family: Inter;
    font-size: 48px;
    font-weight: 600;
    line-height: 48px;
  }

  .div-block-15 {
    width: 320px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -40%;
    left: -2%;
  }

  .div-block-16 {
    font-family: Inter;
    font-size: 48px;
    font-style: italic;
    font-weight: 600;
    line-height: 48px;
    position: relative;
  }

  .text-block-10 {
    margin-left: 14px;
    font-style: italic;
  }

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

  .siret {
    color: #0b132b;
    padding-top: 10px;
    font-size: 14px;
    line-height: 14px;
  }

  .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
    font-weight: 400;
  }

  .div-block-18 {
    width: 72px;
    height: 72px;
    background-color: #fb8500;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    display: flex;
  }

  .text-block-12 {
    color: #0b132b;
    padding-bottom: 0;
    line-height: 20px;
  }

  .div-block-20 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .design-system-video {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
    padding-top: 56.25%;
    padding-bottom: 0;
    display: block;
  }

  .uui-text-size-small-4 {
    color: #495158;
    padding-top: 5px;
    font-size: 16px;
    line-height: 16px;
  }

  .uui-testimonial15_client-heading {
    color: #1d1d1d;
    font-size: 18px;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .text-avis {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .crypto-marquee {
    opacity: .5;
    filter: grayscale();
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    margin-top: 80px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .intro-logo {
    width: 150px;
    height: auto;
    align-self: center;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-logo.actimage-logo {
    padding-left: 0;
  }

  .intro-logo.details-logo {
    width: 90px;
  }

  .intro-logo.iscum-logo {
    width: 80px;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-26 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .html-embed-2 {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }

  .div-block-28 {
    margin-top: 80px;
    position: relative;
  }

  .html-embed-3 {
    width: 100%;
    height: 100%;
  }

  .a-testimonial-section-3 {
    padding: 0 40px 80px;
  }

  .span__underline {
    margin-left: 13px;
  }

  .div-block-37 {
    padding-left: 0;
  }

  .slider {
    opacity: .5;
    filter: grayscale();
    flex-direction: row;
    margin-top: 100px;
  }

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

  .slider__block {
    display: flex;
  }

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

  .video-design-system {
    display: flex;
  }

  .bubble-blur {
    bottom: 0%;
  }

  .bubble-blur.bubble-blur--top {
    width: 100px;
    height: 100px;
    top: 15%;
  }

  .div-block-47 {
    transform: rotate(-26deg);
  }

  .bubble-blur--footer.bubble-blur {
    top: auto;
    bottom: 20%;
    left: auto;
    right: auto;
  }

  .bubble-blur--footer-2.bubble-blur {
    z-index: 3;
  }

  .div-block-49 {
    width: 100%;
    max-width: 1400px;
  }

  .scroll-container {
    z-index: 1;
    max-width: none;
    background-image: linear-gradient(to right, #fdfffc, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0) 95%, #fdfffc);
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .home.light-color-gradient {
    padding-bottom: 100px;
    position: relative;
  }

  .home.black-gradient {
    box-shadow: none;
    background-color: #fdfffc;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .button.button-navbar {
    color: #0b132b;
    border-color: #0b132b;
    margin-bottom: 0;
    transition-duration: .2s, .2s, .2s, .1s, .1s;
  }

  .button.button-navbar:hover {
    background-color: #0b132b;
  }

  .button.button-navbar.button-realisation {
    margin-bottom: 8px;
  }

  .button.button-home {
    color: #fdfffc;
    background-color: #0b132b;
    padding: 12px 30px;
    font-size: 16px;
    line-height: 16px;
    transition: color .2s, background-color .2s;
  }

  .button.button-home:hover {
    color: #0b132b;
    border-color: #0b132b;
  }

  .button.button-home.button-realisation {
    font-size: 18px;
  }

  .text-box._550px.center-align {
    max-width: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-box._500px {
    max-width: 520px;
    flex-direction: column;
    display: block;
  }

  .container.footer__call-action {
    z-index: 2;
    box-shadow: none;
    border-radius: 40px;
    flex-flow: column wrap;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
  }

  .nav-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .nav-bar {
    position: relative;
  }

  .paragraph.large {
    max-width: 80%;
    color: #fdfffc;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
  }

  .paragraph.large.description__home {
    color: #0b132b;
  }

  .heading.h1 {
    color: #0b132b;
    letter-spacing: -2px;
    margin-bottom: 0;
    font-size: 84px;
    line-height: 94px;
  }

  .heading.h2 {
    margin-bottom: 0;
    font-size: 48px;
    line-height: 48px;
  }

  .logo {
    width: 150px;
    height: auto;
    max-height: none;
    max-width: none;
    filter: brightness(0%) grayscale();
    flex: 0 auto;
    margin-left: 50px;
    margin-right: 50px;
    position: relative;
  }

  .uui-heading-medium {
    color: #0b132b;
  }

  .uui-logo_logomark {
    background-color: #fdfffc;
    justify-content: center;
    align-items: center;
  }

  .uui-logo_component.brix---footer-logo {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
  }

  .uui-logo_component.brix---footer-logo.footer-logo {
    justify-content: flex-start;
    position: static;
  }

  .bold-text {
    font-size: 18px;
    line-height: 18px;
  }

  .text-block-3 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: #fdfffc;
    cursor: pointer;
    font-size: 30px;
    line-height: 30px;
  }

  .text-block-3.description-navbar {
    color: #0b132b;
  }

  .button-2.button.button__gray {
    color: #0b132b;
    background-color: #fdfffc;
    flex: none;
    margin-bottom: 0;
    transform: none;
  }

  .button-2.button.button__gray:hover {
    background-color: #fdfffc;
    transform: scale(1.1);
  }

  .image-2 {
    z-index: 0;
  }

  .uui-testimonial16_client-heading-2 {
    font-family: Inter;
  }

  .uui-heading-xxsmall-2.text-weight-medium {
    font-family: Inter;
    font-size: 1.1rem;
    font-weight: 400;
  }

  .uui-testimonial16_loop-trigger-2 {
    background-color: rgba(255, 160, 51, .09);
  }

  .spark-bold-heading.spark-card-title {
    color: #0b132b;
    font-family: Satoshi, sans-serif;
    font-size: 18px;
  }

  .spark-bold-heading.spark-card-title.title-govrnement {
    font-size: 36px;
  }

  .spark-three-column-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .spark-three-column-grid.grid-health {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .spark-three-column-grid.grid-hotels.grid-large {
    grid-column-gap: 94px;
    grid-template-columns: .85fr .85fr;
    grid-auto-columns: .5fr;
  }

  .spark-three-column-grid.grid-institution {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .spark-three-column-grid.grid-institution.grid-government {
    grid-template-columns: 1fr 2.25fr;
  }

  .spark-flat-tab {
    box-shadow: none;
    border: 1.5px #000;
    border-radius: 20px;
    margin-right: 15px;
    padding: 3px 10px;
  }

  .spark-flat-tab:hover {
    box-shadow: none;
    -webkit-text-fill-color: inherit;
    background-color: rgba(170, 68, 101, .2);
    background-clip: border-box;
  }

  .spark-flat-tab.w--current {
    box-shadow: none;
    border: 1.5px #000;
    padding-left: 10px;
    padding-right: 10px;
  }

  .spark-flat-tab.grid-hotels {
    box-shadow: none;
    border-width: 1.5px;
    margin-right: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .spark-flat-tab.grid-hotels:hover {
    box-shadow: none;
  }

  .spark-flat-tab.grid-hotels.tab__hotel.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spark-flat-tab.tab__health {
    box-shadow: none;
  }

  .spark-flat-tab.tab__health:hover {
    background-color: rgba(0, 180, 216, .07);
  }

  .spark-flat-tab.tab__health:focus-visible {
    color: #00b4d8;
  }

  .spark-flat-tab.tab__health[data-wf-focus-visible], .spark-flat-tab.tab__health:visited {
    color: #00b4d8;
  }

  .spark-flat-tab.tab__health.current.w--current {
    border-style: solid;
  }

  .spark-flat-tab.tab__governement:hover {
    background-color: rgba(2, 62, 138, .05);
  }

  .spark-flat-tab.tab__institution {
    border-style: solid;
    padding-left: 10px;
    padding-right: 10px;
  }

  .spark-flat-tab.tab__institution:hover {
    background-color: rgba(255, 195, 0, .09);
  }

  .spark-flat-tab.tab__institution:active {
    box-shadow: none;
  }

  .spark-flat-tab.tab__institution:focus {
    box-shadow: none;
    color: #ffc300;
  }

  .spark-flat-tab.tab__institution:visited {
    color: #ffc300;
  }

  .spark-flat-tab.tab__institution.w--current, .spark-flat-tab.tab_governement, .spark-flat-tab.tab_governement.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spark-flat-tab.tab_governement.w--current:hover {
    background-color: rgba(2, 62, 138, .05);
  }

  .spark-flat-tabs-menu {
    border-bottom-width: 2px;
    flex-direction: row;
    margin-bottom: 60px;
  }

  .spark-tabs-parent {
    padding-left: 40px;
    padding-right: 40px;
  }

  .spark-centered-900 {
    position: relative;
  }

  .spark-container {
    z-index: 0;
    margin-top: 0;
  }

  .spark-section {
    flex-direction: column;
    justify-content: center;
    margin-top: -50px;
    display: flex;
  }

  .spark-section p {
    color: #0b132b;
    font-size: 16px;
    line-height: 24px;
  }

  .link-block {
    background-image: url('../images/clinique-la-prairie_1.jpg');
  }

  .link-block.scroll-website {
    transition-duration: 8s, .2s;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1), ease;
  }

  .link-block-2 {
    background-image: url('../images/hip.jpg');
  }

  .link-block-2.scroll-website {
    transition-duration: 4s, .2s;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1), ease;
  }

  .link-block-3.scroll-website {
    transition-duration: 3s, .2s;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1), ease;
  }

  .a-subheading-regular {
    color: #fdfffc;
    padding-bottom: 10px;
    font-weight: 700;
    line-height: 16px;
  }

  .a-subheading-regular.text {
    font-weight: 400;
    line-height: 24px;
  }

  .a-content-icon {
    color: #0b132b;
    background-color: #0b132b;
  }

  .a-content-card {
    background-color: rgba(51, 56, 63, .51);
    background-image: none;
    border-style: solid;
    border-color: rgba(244, 244, 246, .11);
    padding: 40px;
    box-shadow: 5px 6px 12px -2px rgba(29, 29, 29, .07);
  }

  .a-content-card:hover {
    box-shadow: 7px 7px 20px -4px rgba(29, 29, 29, .18);
  }

  .a-content-grid-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .span {
    color: #fb8500;
    padding-bottom: 5px;
  }

  .a-h3-heading {
    color: #fdfffc;
    font-weight: 700;
    line-height: 48px;
  }

  .a-detail-regular {
    padding-bottom: 10px;
    line-height: 16px;
  }

  .a-margin-bottom-17 {
    margin-bottom: 0;
  }

  .a-content-title-wrapper {
    margin-bottom: 80px;
  }

  .a-container-regular {
    background-color: #0b132b;
    padding-top: 0;
    padding-bottom: 0;
  }

  .a-section-regular {
    background-color: #0b132b;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .text-block-4, .text-block-5, .text-block-6 {
    font-weight: 400;
  }

  .text-span-8 {
    color: #1d1d1d;
    border-bottom-style: none;
  }

  .link-block-5 {
    height: 250px;
    background-image: url('../images/lann-roz.jpg');
    transition-duration: 12s, .2s;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1), ease;
  }

  .link-block-6 {
    height: 250px;
    background-image: url('../images/la-commanderie.jpg');
    background-position: 0 0;
    background-size: cover;
    transition-duration: 12s, .2s;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1), ease;
  }

  .link-block-6.link-block-added {
    background-image: url('../images/domaine-de-la-residence.jpg');
  }

  .link-block-6.link-block-residence.scroll-residence {
    transition-duration: 16s, .2s;
  }

  .link-block-7 {
    height: 250px;
    background-image: url('../images/les-glycines.jpg');
    transition-duration: 12s, .2s;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1), ease;
  }

  .link-block-7:hover {
    background-position: 50% 100%;
  }

  .link-block-8 {
    background-image: url('../images/hec.jpg');
    transition-timing-function: cubic-bezier(.165, .84, .44, 1), ease;
  }

  .link-block-8.governement-block {
    background-image: url('../images/gouvernement.jpg');
  }

  .link-block-9 {
    background-image: url('../images/smile.jpg');
    transition-duration: 5s, .2s;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1), ease;
  }

  .link-block-10 {
    background-image: url('../images/assistopro.jpg');
    transition-duration: 6s, .2s;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1), ease;
  }

  .uui-button-row-4.button-row-center {
    z-index: 1;
    margin-top: 0;
    padding-bottom: 0;
    position: absolute;
    top: 5%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .uui-button-row-4.button-row-center.realisation-badge {
    position: absolute;
    top: 20%;
  }

  .uui-button-row-4.button-row-center.badge-confiance {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-bottom: 10px;
    top: auto;
  }

  .uui-layout40_image-wrapper-2 {
    width: 100%;
  }

  .uui-text-size-large-4 {
    color: #0b132b;
    padding-top: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
  }

  .uui-text-size-large-4.realisation-subtitle {
    z-index: 1;
    color: #0b132b;
    padding-top: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    position: absolute;
    top: 85%;
  }

  .uui-text-size-large-4.avis-subtitle {
    padding-bottom: 0;
    position: absolute;
    top: auto;
    bottom: 8%;
    left: 0%;
    right: 0%;
  }

  .uui-badge-3.is-primary {
    background-color: rgba(255, 160, 51, .09);
    padding: 5px 8px;
  }

  .uui-badge-3.is-primary.badge4 {
    background-color: rgba(51, 56, 63, .51);
    border: .5px solid rgba(244, 244, 246, .11);
  }

  .uui-badge-3.is-primary.badge4.my-element {
    background-color: rgba(255, 160, 51, .09);
    padding: 5px 8px;
  }

  .uui-badge-3.is-primary.new-badge-padding {
    background-color: rgba(51, 56, 63, .51);
    border-width: .5px;
    border-color: rgba(244, 244, 246, .11);
  }

  .uui-badge-3.badge-hopital {
    justify-content: flex-start;
    padding: 5px 8px;
  }

  .uui-badge-3.badge-clinique, .uui-badge-3.badge-hotel {
    padding: 5px 8px;
  }

  .uui-badge-3.badge-spa {
    background-color: rgba(255, 195, 0, .07);
    padding: 5px 8px;
  }

  .uui-badge-3.badge-restaurant {
    background-color: rgba(90, 24, 154, .09);
    padding: 5px 8px;
  }

  .uui-badge-3.badge-gastronomique {
    background-color: rgba(176, 125, 98, .06);
    padding: 5px 8px;
  }

  .uui-badge-3.badge-bistronomique {
    background-color: rgba(164, 172, 134, .12);
    padding: 5px 8px;
  }

  .uui-badge-3.badge-ecole, .uui-badge-3.badge-open-source, .uui-badge-3.badge-pme {
    padding: 5px 8px;
  }

  .uui-badge-3.badge-esn {
    background-color: rgba(42, 157, 143, .1);
    padding: 5px 8px;
  }

  .uui-layout40_component-2 {
    padding-bottom: 40px;
  }

  .uui-page-padding-4.light-color-gradient.section.gradient-dark {
    border: 1px #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .text-block-7 {
    color: #ffa033;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Satoshi, sans-serif;
    font-size: 14px;
    line-height: 14px;
  }

  .text-block-8 {
    color: #ffa033;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 14px;
  }

  .text-block-8.text-hopital, .text-block-8.text-clinique, .text-block-8.text-hotel {
    font-size: 14px;
    line-height: 14px;
  }

  .text-block-8.text-spa {
    color: #ffc300;
    font-size: 14px;
    line-height: 14px;
  }

  .text-block-8.text-restaurant {
    color: #5a189a;
    font-size: 14px;
    line-height: 14px;
  }

  .text-block-8.text-gastronomique {
    color: #b07d62;
    font-size: 14px;
    line-height: 14px;
  }

  .text-block-8.text-bistronomique {
    color: #a4ac86;
    font-size: 14px;
    line-height: 14px;
  }

  .text-block-8.text-ecole, .text-block-8.text-open-source, .text-block-8.text-pme {
    font-size: 14px;
    line-height: 14px;
  }

  .text-block-8.text-esn {
    color: #2a9d8f;
    font-size: 14px;
    line-height: 14px;
  }

  .div-block-6 {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 60px;
  }

  .div-block-10.second-img {
    z-index: -1;
    top: auto;
    bottom: 54%;
    left: auto;
    right: 46%;
  }

  .div-block-10.color-block-home {
    top: auto;
  }

  .div-block-10.block-img-home {
    bottom: 210%;
    transform: rotate(20deg);
  }

  .div-block-11 {
    z-index: -1;
    top: -30px;
    left: -120px;
    transform: rotate(34deg);
  }

  .div-block-12 {
    padding-left: 100px;
  }

  .div-block-13 {
    top: -361%;
    bottom: auto;
    left: auto;
    right: -64%;
  }

  .link {
    color: #0b132b;
    font-size: 18px;
  }

  .brix---paragraph-link {
    color: #fc9701;
  }

  .brix---paragraph-link:hover {
    color: #ffa13c;
  }

  .brix---mg-bottom-0 {
    color: #0b132b;
  }

  .brix---footer-bottom-v14 {
    padding-top: 0;
  }

  .brix---text-200-bold-2 {
    color: #1d1d1d;
    font-family: Satoshi, sans-serif;
    font-weight: 400;
  }

  .brix---text-200 {
    color: #1d1d1d;
    font-family: Satoshi, sans-serif;
    font-weight: 600;
  }

  .brix---big-icon-left {
    background-color: rgba(0, 0, 0, 0);
    flex: 0 auto;
  }

  .brix---card-link-icon-wrapper {
    z-index: 2;
    margin-top: 0;
    position: relative;
  }

  .brix---card-link-icon-wrapper:hover {
    border-color: #fc9701;
  }

  .brix---card-link-icon-wrapper.adresse {
    margin-top: 20px;
  }

  .brix---footer-col-title {
    color: #fdfffc;
    font-size: 24px;
  }

  .brix---footer-link {
    color: #fdfffc;
    line-height: 18px;
  }

  .brix---footer-link:hover {
    color: #011627;
  }

  .brix---icon-square-36px {
    background-color: #fff8ef;
  }

  .brix---paragraph-default-2 {
    color: #fdfffc;
    font-family: Satoshi, sans-serif;
    line-height: 24px;
  }

  .grid-footer-4-cols-v14 {
    grid-column-gap: 195px;
    grid-template-columns: .9fr auto auto;
  }

  .brix---footer-top-border-bottom {
    z-index: 0;
    max-width: 1400px;
    box-shadow: none;
    background-color: #fb8500;
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    margin-left: 40px;
    margin-right: 40px;
    padding: 80px;
    display: block;
    position: relative;
  }

  .brix---container-default-2 {
    z-index: 0;
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .brix---footer-wrapper {
    border-top-style: none;
    position: relative;
  }

  .image-6 {
    position: absolute;
    top: 1.5%;
    bottom: auto;
    left: auto;
    right: 25.5%;
  }

  .realisation-tittle {
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: Inter;
    font-size: 48px;
    font-weight: 600;
    line-height: 48px;
    display: flex;
  }

  .text-block-9 {
    align-items: center;
    display: flex;
  }

  .image-7 {
    position: static;
  }

  .div-block-15 {
    width: 320px;
    position: absolute;
    top: -40%;
    bottom: auto;
    left: -2%;
    right: auto;
  }

  .div-block-16 {
    text-align: center;
    font-style: italic;
    position: relative;
  }

  .text-block-10 {
    margin-left: 14px;
  }

  .image-8, .image-9 {
    max-width: 80%;
  }

  .image-10, .image-11 {
    max-width: 90%;
  }

  .image-12 {
    max-width: 80%;
  }

  .div-block-17 {
    width: 72px;
    height: 72px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff8ef;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

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

  .siret {
    color: #0b132b;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
  }

  .bold-text-3, .bold-text-4 {
    font-size: 1.1rem;
    font-weight: 500;
  }

  .bold-text-5 {
    font-weight: 500;
  }

  .bold-text-6 {
    font-size: 1.1rem;
    font-weight: 500;
  }

  .bold-text-7 {
    font-weight: 500;
  }

  .bold-text-8 {
    color: #101828;
    font-family: Inter;
    font-weight: 600;
  }

  .bold-text-9, .bold-text-10, .bold-text-11 {
    color: #69778b;
    font-family: Inter;
    font-weight: 500;
  }

  .bold-text-12 {
    color: #101828;
    font-weight: 600;
  }

  .bold-text-13 {
    color: #69778b;
    font-family: Inter;
    font-weight: 500;
  }

  .bold-text-14 {
    font-weight: 600;
  }

  .bold-text-15 {
    color: #69778b;
    font-family: Inter;
    font-weight: 500;
  }

  .div-block-18 {
    width: 72px;
    height: 72px;
    background-color: #fb8500;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    padding-right: 0;
    display: flex;
  }

  .image-13 {
    transform: rotate(14deg);
  }

  .image-15 {
    transform: none;
  }

  .text-block-12 {
    color: #0b132b;
    padding-top: 40px;
    line-height: 20px;
  }

  .div-block-19 {
    height: 400px;
    background-image: url('../images/hebergement-video-1024x512.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .video-animation {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .html-embed {
    max-height: 500px;
    max-width: 500px;
  }

  .div-block-20 {
    justify-content: center;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .design-system-video {
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .div-block-21 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-22 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    display: flex;
  }

  .div-block-23 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .div-block-25 {
    padding-top: 10px;
    display: flex;
  }

  .uui-testimonial15_slide-nav:focus-visible {
    display: block;
  }

  .uui-testimonial15_slide-nav[data-wf-focus-visible] {
    display: block;
  }

  .uui-text-size-small-4 {
    color: #495158;
    padding-top: 5px;
    font-family: Inter;
    font-size: 16px;
    line-height: 16px;
  }

  .uui-testimonial15_client-heading {
    color: #1d1d1d;
    font-family: Inter;
    font-size: 18px;
  }

  .uui-testimonial15_customer-image {
    background-color: #fff;
  }

  .uui-heading-xxsmall-3.text-weight-medium {
    font-family: Inter;
    font-weight: 500;
  }

  .uui-testimonial15_content {
    width: auto;
  }

  .uui-testimonial15_component {
    margin-top: 0;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .text-avis {
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .bold-text-17 {
    font-weight: 400;
  }

  .crypto-marquee {
    opacity: .5;
    filter: grayscale();
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .marquee-track {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .intro-logo {
    width: 150px;
    height: auto;
    align-self: center;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-logo.logo-neovia {
    align-self: auto;
    margin-top: 20px;
    padding-top: 10px;
  }

  .intro-logo.logo-ideative {
    max-width: 100%;
    margin-top: 20px;
    padding-top: 0;
  }

  .intro-logo.actimage-logo, .intro-logo.smile-logo, .intro-logo.clinique-logo {
    margin-top: 20px;
  }

  .intro-logo.floa-logo {
    margin-top: 10px;
  }

  .intro-logo.details-logo {
    width: 90px;
  }

  .intro-logo.iscum-logo {
    width: 80px;
  }

  .div-block-26 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .background-video-2 {
    max-height: 200px;
    max-width: 200px;
  }

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

  .my-video {
    padding-top: 0;
  }

  .realisation-title {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
    display: flex;
    position: relative;
  }

  .html-embed-2 {
    width: 100%;
    height: 100%;
    padding-top: 0%;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-28 {
    margin-bottom: 80px;
    position: relative;
  }

  .html-embed-3 {
    width: 100%;
    height: 100%;
    padding-top: 0%;
    position: absolute;
    overflow: visible;
  }

  .div-block-29 {
    width: 800px;
    height: 300px;
    position: relative;
    overflow: hidden;
  }

  .div-block-30 {
    position: absolute;
    top: 41px;
  }

  .div-block-31 {
    width: 500px;
    height: 281px;
    padding-top: 20px;
    position: relative;
  }

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

  .a-testimonial-right-arrow-3, .a-testimonial-left-arrow-3 {
    background-color: rgba(51, 56, 63, .51);
    border-width: .5px;
    border-color: rgba(244, 244, 246, .11);
  }

  .a-paragraph-small-5 {
    font-size: 16px;
    line-height: 16px;
  }

  .a-testimonial-avatar-wrapper-3 {
    background-image: url('../images/1569836092440.jpeg');
    background-position: 0 0;
    background-size: cover;
  }

  .a-testimonial-avatar-wrapper-3.picture-freelance {
    background-image: url('../images/7b4ce225961613.5cc341c6db467.jpg');
  }

  .a-testimonial-avatar-wrapper-3.picture-conseil {
    background-image: url('../images/1569836092440.jpeg');
  }

  .a-testimonial-avatar-wrapper-3.picture-neovia {
    background-image: url('../images/maud_1maud.png');
  }

  .a-testimonial-avatar-wrapper-3.picture-durix {
    background-image: url('../images/philippe_1philippe.png');
  }

  .a-testimonial-avatar-wrapper-3.picture-assisto {
    background-color: #fff;
    background-image: url('../images/assisto-logo.png');
  }

  .a-testimonial-author-small-3 {
    justify-content: center;
  }

  .a-paragraph-regular-4 {
    font-family: Satoshi, sans-serif;
    font-weight: 400;
    line-height: 24px;
  }

  .a-testimonial-card-3 {
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    margin-right: 0;
  }

  .a-testimonial-card-3:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .a-testimonial-slide-3 {
    margin-right: 40px;
  }

  .a-testimonial-mask-3 {
    margin-right: 0;
    padding-right: 0;
  }

  .a-container-x-small-3 {
    margin-right: auto;
  }

  .a-testimonial-section-3 {
    border-radius: 0;
    padding: 40px 0% 140px;
  }

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

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

  .span__underline {
    background-color: #fb8500;
  }

  .slider {
    opacity: .5;
    margin-top: 100px;
    padding-top: 0;
  }

  .slider__track {
    opacity: 1;
    margin-top: auto;
    display: block;
  }

  .slide {
    flex-direction: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: block;
  }

  .html-embed-4 {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .slider__block {
    display: flex;
  }

  .wrapper {
    height: 100px;
    align-items: center;
    display: flex;
    position: relative;
  }

  .marquee-wrapper {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    position: absolute;
  }

  .marquee {
    height: auto;
    opacity: 1;
    filter: grayscale();
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-iscom {
    margin-top: 0;
    padding-top: 0;
    position: static;
    top: 40px;
  }

  .logo-diadao {
    width: 100%;
    position: static;
    top: 0;
    bottom: auto;
  }

  .logo-governement, .logo-prairie {
    width: 90%;
  }

  .logo-floa {
    width: 80%;
  }

  .logo-actimage {
    width: auto;
  }

  .div-block-39 {
    width: 100px;
    height: 100px;
    background-color: #bd2323;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .blur {
    position: absolute;
  }

  .div-block-40 {
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .text-block-23, .text-block-24, .text-block-25 {
    font-family: Satoshi, sans-serif;
  }

  .logos {
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

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

  .bubble-blur {
    width: 150px;
    height: 150px;
    filter: blur(70px);
    background-color: #fb8500;
    position: absolute;
    top: auto;
    bottom: -10%;
    left: -3%;
    right: auto;
  }

  .bubble-blur.bubble-blur--top {
    z-index: 1;
    width: 150px;
    height: 150px;
    filter: blur(70px);
    background-color: #fb8500;
    top: -13%;
    bottom: auto;
    left: auto;
    right: -3%;
  }

  .bubble-blur.bubble-blur--3 {
    width: 60px;
    height: 60px;
    filter: blur(40px);
    background-color: #ffb703;
    top: -5%;
    bottom: auto;
    left: 40%;
    right: auto;
  }

  .bubble-blur.bubble-blur--projects {
    z-index: 1;
    width: 50px;
    height: 50px;
    filter: blur(60px);
    background-color: #fb8500;
    top: 0;
    bottom: auto;
    left: 5%;
  }

  .background-badge {
    position: absolute;
    top: 14%;
    bottom: auto;
    left: auto;
    right: 8%;
  }

  .background-cross {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 17%;
    right: auto;
  }

  .background-star {
    position: absolute;
    top: auto;
    bottom: -16%;
    left: auto;
    right: 27%;
    transform: rotate(-46deg);
  }

  .bubble-blur-projects-2 {
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .bubble-blur-projects-2.bubble-blur {
    filter: blur(80px);
    background-color: #fb8500;
    bottom: -5%;
    right: -3%;
  }

  .avis-star-1 {
    position: absolute;
    top: 14%;
    bottom: auto;
    left: 14%;
    right: auto;
    transform: rotate(-29deg);
  }

  .avis-star-2 {
    position: absolute;
    top: 10%;
    bottom: auto;
    left: auto;
    right: 14%;
  }

  .avis-star-3 {
    position: absolute;
    top: auto;
    bottom: 5%;
    left: auto;
    right: 16%;
    transform: rotate(-34deg);
  }

  .div-block-47 {
    position: absolute;
    top: auto;
    bottom: 25%;
    left: 10%;
    right: auto;
    transform: rotate(-26deg);
  }

  .div-block-48 {
    position: absolute;
    top: 25%;
    bottom: auto;
    left: auto;
    right: 10%;
  }

  .bubble-blur--footer {
    position: absolute;
    top: auto;
    bottom: 15%;
    left: 0%;
    right: auto;
  }

  .bubble-blur--footer.bubble-blur {
    z-index: 2;
    width: 60px;
    height: 60px;
    filter: blur(50px);
    background-color: #fb8500;
    top: auto;
    bottom: 20%;
    left: 0%;
    right: auto;
  }

  .bubble-blur--footer-2 {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .bubble-blur--footer-2.bubble-blur {
    z-index: 3;
    width: 80px;
    height: 80px;
    filter: blur(55px);
    background-color: #fb8500;
    padding-bottom: 0;
    padding-right: 0;
    top: auto;
    bottom: -10%;
    left: auto;
    right: 0%;
  }

  .div-block-49 {
    width: 100%;
    max-width: 1400px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .marquee-overflow {
    z-index: 0;
    width: 100%;
    height: 200px;
    max-width: 1320px;
    opacity: 1;
    border: 3px #000;
    border-radius: 0;
    align-items: center;
    padding-right: 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .html-embed-6 {
    position: absolute;
  }

  .scroll-container {
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #fdfffc, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0) 95%, #fdfffc);
    border: 1px #000;
    border-radius: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
    overflow: visible;
  }

  .image-19 {
    height: 25px;
  }

  ._1 {
    color: #1d1d1d;
  }

  ._1.reviews__title {
    color: #fdfffc;
  }

  .floa, .ffb {
    height: 35px;
  }

  .netscouade {
    height: 25px;
  }

  .actimage, .clinique-prairie, .gouvernement, .diadao, .hug, .smile {
    height: 40px;
  }

  .neovia {
    height: 35px;
    padding-top: 10px;
  }

  .assisto {
    height: 40px;
    padding-top: 0;
  }

  .iscom {
    height: 40px;
    max-height: 80px;
    padding-top: 0;
  }

  .fade {
    width: 10%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to right, #fdfffc, rgba(255, 255, 255, 0));
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
    overflow: visible;
  }

  .fade.fade--right {
    background-image: linear-gradient(270deg, #fdfffc, rgba(255, 255, 255, 0));
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  ._53 {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }
}

@media screen and (max-width: 991px) {
  .home.black-gradient {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .button {
    position: relative;
  }

  .button.button-home {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 14px;
  }

  .button.button-home.button-realisation {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
    line-height: 16px;
  }

  .text-box._500px {
    max-width: 420px;
  }

  ._12-columns {
    flex-flow: wrap;
  }

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

  .container.footer__call-action {
    border-radius: 40px;
  }

  .column {
    width: 50%;
  }

  .column.desk-3 {
    width: 33.33%;
    flex-wrap: nowrap;
  }

  .ds-block {
    margin-bottom: 40px;
  }

  .menu-icon {
    color: #096ad0;
  }

  .nav-content {
    background-color: #fff;
    flex-direction: row;
    justify-content: flex-end;
    margin-left: 0;
    padding-top: 0;
    position: absolute;
    overflow: auto;
  }

  .nav-cta-button-container {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button.w--open {
    color: #096ad0;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-bar {
    background-color: #fdfffc;
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .logo-div {
    flex: 0 auto;
  }

  .nav-logo {
    flex: 1;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .search-banner {
    display: none;
  }

  .nav-dropdown {
    text-align: center;
    flex: 1;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 15px;
    display: block;
  }

  .paragraph.large {
    font-size: 16px;
    line-height: 24px;
  }

  .ds-menu-brand {
    margin-bottom: 0;
    top: 5px;
  }

  .ds-menu {
    z-index: 500;
    background-color: #197dff;
    border-bottom: 1px solid #e7ecf0;
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
    position: absolute;
    top: 80px;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .ds-nav {
    z-index: 10;
    width: 100%;
    padding-top: 20px;
    position: -webkit-sticky;
    position: sticky;
    bottom: auto;
    left: auto;
    overflow: visible;
  }

  .ds-content {
    margin-left: 0;
    position: static;
  }

  .ds-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .small-button {
    position: relative;
  }

  .nav-container {
    width: 100%;
    max-width: 1440px;
    min-width: auto;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-left: 22px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
  }

  .nav-link.cta-button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._1-2-grid, ._2-1-grid {
    margin-left: 0;
  }

  .heading.h1 {
    width: 350px;
    margin-bottom: 0;
    font-size: 48px;
    line-height: 60px;
  }

  .error-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .licenses-grid {
    grid-column-gap: 40px;
    margin-left: 0;
  }

  .ds-body {
    flex-direction: column;
    display: flex;
  }

  .ds-menu-button {
    color: #fff;
    margin-right: 12px;
    top: -10px;
  }

  .ds-menu-button.w--open {
    background-color: #197dff;
    border-radius: 40px;
  }

  ._3-grid, ._4-grid {
    grid-template-columns: 1fr 1fr;
  }

  .terms-card {
    padding-top: 64px;
  }

  .popular-posts-grid {
    grid-template-columns: 1fr;
  }

  .container-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .search-bar {
    width: 220px;
    font-size: 14px;
  }

  .error-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .banner-section {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .logo {
    width: 500px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .large-3-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr .8fr;
  }

  .uui-layout50_image_wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 0;
  }

  .uui-layout50_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-auto-flow: row;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-logo_component.brix---footer-logo {
    align-items: stretch;
    display: flex;
    position: absolute;
    left: 20px;
  }

  .uui-logo_component.brix---footer-logo.footer-logo {
    justify-content: center;
  }

  .uui-footer04_top-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: flex;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .text-block-3 {
    display: flex;
  }

  .uui-layout46_component {
    grid-column-gap: 2rem;
  }

  .uui-layout40_image-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .f-testimonial-background {
    height: 20%;
  }

  .f-testimonial-slider-grid-large {
    grid-template-columns: 1fr;
  }

  .f-gallery-two-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .f-gallery-image-x-tall {
    height: 440px;
  }

  .f-gallery-two-column-s {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .uui-testimonial16_component {
    grid-template-columns: 1fr 1fr;
  }

  .uui-contact07_map-wrapper {
    height: 30rem;
  }

  .uui-contact07_component {
    grid-column-gap: 3rem;
  }

  .uui-testimonial16_component-2 {
    grid-template-columns: 1fr 1fr;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .spark-wrapped-card {
    width: 45%;
  }

  .spark-three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-three-column-grid.grid-health {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .spark-three-column-grid.grid-hotels.grid-large {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .spark-three-column-grid.grid-institution {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .spark-three-column-grid.grid-institution.grid-government.grid-governement-tablet {
    grid-column-gap: 50px;
    grid-row-gap: 19px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .spark-flat-tab, .spark-flat-tab.grid-hotels.tab__hotel, .spark-flat-tab.tab__health, .spark-flat-tab.tab_governement.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spark-flat-tabs-menu {
    border-bottom-color: #f3f3f3;
    justify-content: center;
    margin-bottom: 60px;
    margin-left: 15%;
    margin-right: 15%;
    display: flex;
  }

  .spark-tabs-parent {
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .spark-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -40px;
    display: flex;
  }

  .spark-section {
    margin-top: 0;
    padding: 20px 40px 0;
  }

  .link-block-2.scroll-website {
    width: 100%;
  }

  .link-block-4 {
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    display: flex;
  }

  .a-content-card {
    min-height: 320px;
  }

  .a-content-grid-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .span {
    letter-spacing: 0;
    padding-bottom: 5px;
  }

  .hide-tablet {
    display: none;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heroheader03_content {
    margin-right: 0;
  }

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

  .uui-padding-vertical-xhuge-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .link-block-10 {
    transition-timing-function: cubic-bezier(.165, .84, .44, 1), ease;
  }

  .uui-button-row-4.button-row-center {
    top: 0%;
  }

  .uui-layout40_image-wrapper-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .uui-text-size-large-4.realisation-subtitle {
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 24px;
    top: 85%;
  }

  .uui-badge-3.is-primary.badge-project {
    top: -30px;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .a-header-image-grid {
    padding-left: 5%;
  }

  .a-header-image-block {
    height: 500px;
    max-width: 100%;
    position: relative;
  }

  .a-header-logo-wrapper {
    margin-top: 60px;
  }

  .a-button-primary {
    display: flex;
  }

  .a-header-button-wrapper {
    justify-content: center;
  }

  .a-header-block {
    max-width: 100%;
    text-align: center;
    align-items: center;
    margin-bottom: 60px;
  }

  .a-header-section {
    padding-bottom: 0;
  }

  .brix---floating-image-hero-v6---1 {
    top: 24%;
    right: -30%;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---section-hero-top-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .div-block-10.second-img {
    top: auto;
    left: auto;
    right: 20%;
  }

  .div-block-12 {
    padding-left: 20%;
  }

  .div-block-13 {
    display: none;
  }

  .brix---footer-bottom-v14 {
    margin-right: 40px;
    padding-top: 0;
    padding-bottom: 24px;
  }

  .brix---card-link-icon-wrapper {
    display: flex;
  }

  .brix---footer-col-title {
    justify-content: center;
    margin-bottom: 24px;
    display: flex;
  }

  .brix---footer-list-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
    justify-content: center;
    justify-items: center;
    display: flex;
  }

  .brix---paragraph-default-2 {
    text-align: center;
    justify-content: center;
    font-size: 16px;
    display: flex;
  }

  .brix---color-neutral-801 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-footer-4-cols-v14 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    display: flex;
  }

  .brix---footer-top-border-bottom {
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
  }

  .brix---container-default-2 {
    position: relative;
  }

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

  .div-block-15 {
    width: 320px;
    height: 90px;
    background-image: url('../images/Group-48095349-1.png');
    background-position: 0 0;
    background-size: 320px 90px;
    top: 8%;
    left: -3%;
  }

  .text-block-10 {
    padding-top: 25px;
  }

  .siret {
    padding-top: 20px;
  }

  .image-16 {
    display: none;
  }

  .div-block-20 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 0;
  }

  .design-system-video {
    max-height: 400px;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .uui-testimonial15_mask {
    width: 50%;
  }

  .uui-testimonial15_component {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .uui-page-padding-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .uui-section_testimonial15 {
    margin-top: 0;
  }

  .uui-testimonial16_component-3 {
    grid-template-columns: 1fr 1fr;
  }

  .uui-padding-vertical-xhuge-7 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .intro-logo.logo-neovia {
    margin-top: 30px;
  }

  .intro-logo.logo-ideative, .intro-logo.actimage-logo, .intro-logo.smile-logo {
    margin-top: 20px;
  }

  .f-testimonial-slider-grid-large-2 {
    grid-template-columns: 1fr;
  }

  .f-testimonial-background-2 {
    height: 20%;
  }

  .html-embed-2 {
    width: 100%;
    height: 100%;
  }

  .a-paragraph-small-5 {
    font-size: 16px;
    line-height: 16px;
  }

  .a-paragraph-regular-4 {
    line-height: 24px;
  }

  .text-block-14 {
    color: #fdfffc;
    margin-top: -5px;
    font-size: 14px;
    line-height: 14px;
  }

  .span__underline {
    width: 100%;
  }

  .div-block-37 {
    width: 295px;
    margin-left: 13px;
  }

  .marquee {
    width: 150%;
  }

  .logos {
    position: relative;
  }

  .div-block-41 {
    justify-content: center;
  }

  .div-block-42 {
    align-self: center;
  }

  .bubble-blur.bubble-blur--projects {
    width: 40px;
    height: 40px;
    filter: blur(50px);
    top: -17%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .background-badge {
    top: 15%;
    right: 3%;
  }

  .background-cross {
    top: -3%;
    left: 10%;
  }

  .background-star {
    bottom: -10%;
  }

  .div-block-47 {
    bottom: 15%;
    left: 5%;
  }

  .div-block-48 {
    top: 15%;
    right: 5%;
  }

  .bubble-blur--footer.bubble-blur {
    bottom: 10%;
  }

  .bubble-blur--footer-2.bubble-blur {
    width: 40px;
    height: 40px;
    filter: blur(35px);
  }

  .marquee-overflow {
    width: 100%;
    max-width: 1200px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .word {
    font-size: 48px;
    line-height: 48px;
  }
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
  }

  p {
    font-size: 15px;
  }

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

  .home.daek-page-header {
    padding-top: 80px;
    padding-bottom: 16px;
  }

  .home.black-gradient {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home.light-page-header {
    padding-top: 80px;
    padding-bottom: 16px;
  }

  .button.light.mobile-hidden {
    display: none;
  }

  .button.button-navbar.button-realisation {
    padding-left: 5%;
    padding-right: 5%;
  }

  .button.button-home {
    font-size: 18px;
    line-height: 18px;
  }

  .button.button-home.button-realisation {
    align-items: center;
    margin-bottom: 8px;
    padding: 8px 5%;
    display: flex;
  }

  .spacer {
    height: 32px;
  }

  .spacer._64 {
    height: 48px;
  }

  .spacer._80 {
    width: 64px;
    height: 64px;
  }

  .text-box._500px {
    max-width: 100%;
  }

  ._12-columns {
    flex-wrap: wrap;
  }

  ._12-columns.flex-horizontal {
    flex-flow: wrap;
    margin-bottom: 0;
  }

  .container.footer__call-action {
    border-radius: 40px;
  }

  .column.desk-6, .column.desk-5, .column.desk-4, .column.desk-9, .column.desk-7, .column.desk-8 {
    width: 100%;
  }

  .nav-content {
    background-color: #fff;
    border-top: 1px solid #e7ecf0;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 0;
    position: absolute;
    overflow: auto;
  }

  .nav-cta-button-container {
    flex-direction: column;
    align-items: stretch;
    margin-top: 0;
    padding-top: 20px;
  }

  .menu-button {
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    margin-right: -12px;
    padding: 16px;
  }

  .nav-bar {
    border: 1px #000;
  }

  .logo-div {
    margin-right: auto;
  }

  .footer-logo {
    padding-left: 0;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
    display: flex;
  }

  .search-banner {
    flex-direction: row;
    display: block;
  }

  .nav-dropdown {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
  }

  .nav-dropdown:hover {
    transform: none;
  }

  .paragraph {
    font-size: 15px;
  }

  .paragraph.large {
    font-size: 18px;
    line-height: 30px;
  }

  .nav-menu {
    text-align: center;
    margin-right: 0;
    padding-right: 0;
  }

  .ds-menu-brand.w--current {
    margin-top: 14px;
  }

  .ds-content {
    margin-left: 0;
  }

  .ds-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .tab-link {
    width: auto;
  }

  .nav-container {
    justify-content: flex-end;
    margin-left: 22px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-link {
    text-align: center;
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .nav-link:hover {
    transform: none;
  }

  .field-block {
    min-height: auto;
  }

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

  .ds-colour-block {
    width: 25%;
  }

  ._1-2-grid, ._2-1-grid {
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  .heading.h1 {
    width: 90%;
    font-size: 60px;
    line-height: 72px;
  }

  .heading.h2 {
    margin-bottom: 0;
    font-size: 28px;
  }

  .heading.h4 {
    font-size: 20px;
  }

  .heading.large-h1 {
    font-size: 48px;
  }

  .licenses-grid {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

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

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

  .terms-card {
    padding-top: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .popular-posts-grid {
    grid-template-columns: 1fr;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .search-bar {
    width: 100%;
  }

  .cta-banner {
    text-align: center;
    flex-direction: column;
    grid-template-columns: auto;
    padding: 40px;
  }

  .banner-section {
    text-align: left;
    justify-content: flex-start;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .banner {
    text-align: left;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .logo {
    width: 90px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .hero-illustration {
    width: 120px;
    margin-left: 0;
  }

  .large-3-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr .8fr;
  }

  .footer-logo-block {
    margin-bottom: 40px;
  }

  .ebook-header-block {
    height: auto;
    display: none;
  }

  .ebook-page-grid {
    grid-template-columns: 1fr;
  }

  .ebook-mobile-block {
    height: auto;
    display: block;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

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

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    color: #0b132b;
    font-size: 36px;
    line-height: 36px;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

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

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-footer04_legal-link:hover {
    color: #98a2b3;
  }

  .uui-footer04_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer04_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
  }

  .uui-footer04_social-link:hover {
    color: #98a2b3;
  }

  .uui-footer04_link:hover {
    color: #667085;
  }

  .uui-footer04_link-list {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: #6941c6;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-layout46_component {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-button-wrapper-2.max-width-full-mobile-landscape {
    width: 100%;
  }

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

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-button-row-2.button-row-center.is-reverse-mobile-landscape, .uui-button-row-2.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-layout40_image-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

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

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-badge-2 {
    padding: .125rem .5rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .f-testimonial-right-a, .f-testimonial-left-a {
    display: none;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-gallery-two-column-s {
    grid-template-columns: 1fr;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .a-testimonial-right-arrow, .a-testimonial-left-arrow {
    display: none;
  }

  .a-testimonial-card {
    padding-left: 10%;
    padding-right: 10%;
  }

  .a-testimonial-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .uui-testimonial16_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-testimonial16_client {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-testimonial16_content {
    margin-right: 1.5rem;
    padding: 1.5rem;
  }

  .uui-testimonial16_component {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-contact07_map-wrapper {
    height: 25rem;
    margin-top: 3rem;
  }

  .uui-contact07_contact-list {
    grid-row-gap: 2.5rem;
  }

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

  .uui-testimonial16_client-image-wrapper-2 {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-testimonial16_client-2 {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-testimonial16_content-2 {
    margin-right: 1.5rem;
    padding: 1.5rem;
  }

  .uui-testimonial16_component-2 {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-text-size-large-3 {
    font-size: 1rem;
  }

  .uui-space-xsmall-3 {
    min-height: .75rem;
  }

  .uui-heading-medium-3 {
    font-family: Inter;
    font-size: 40px;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spark-small-sub-paragraph {
    line-height: 1.3;
  }

  .spark-bold-heading.spark-card-title.title-govrnement {
    line-height: 40px;
  }

  .spark-wrapped-card {
    width: 100%;
  }

  .spark-wrapped-card.spark-stacked {
    width: 100%;
    grid-row-gap: 16px;
  }

  .spark-three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-three-column-grid.grid-health {
    grid-template-columns: .75fr;
    justify-content: center;
  }

  .spark-three-column-grid.grid-hotels.grid-large {
    grid-template-columns: .75fr;
  }

  .spark-three-column-grid.grid-institution {
    grid-template-columns: .75fr;
    justify-content: center;
  }

  .spark-flat-tab {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .spark-flat-tab.grid-hotels {
    margin-right: 0;
  }

  .spark-flat-tab.grid-hotels.tab__hotel, .spark-flat-tab.tab__health, .spark-flat-tab.tab_governement.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spark-flat-tabs-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: center;
    margin-left: 5%;
    margin-right: 5%;
  }

  .spark-tabs-parent {
    flex-direction: column;
    display: block;
  }

  .spark-secondary-paragraph {
    margin-bottom: 32px;
  }

  .spark-centered-900 {
    margin-bottom: 40px;
  }

  .spark-container {
    width: 100%;
  }

  .spark-section {
    background-color: #fdfffc;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .link-block-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding-bottom: 20px;
    display: flex;
  }

  .a-content-card {
    min-height: 260px;
  }

  .a-content-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .span {
    letter-spacing: 0;
    border-bottom-width: 4px;
    padding-bottom: 0;
  }

  .a-h3-heading {
    max-width: 80%;
    font-size: 36px;
    line-height: 36px;
  }

  .a-h3-heading.h2 {
    font-size: 32px;
    line-height: 32px;
  }

  .a-section-regular {
    padding-top: 60px;
    padding-bottom: 100px;
  }

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

  .uui-heroheader03_image {
    height: 22rem;
    border-top-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

  .uui-button-3 {
    font-size: 1rem;
  }

  .uui-button-3:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-button-3.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-wrapper-3.max-width-full-mobile-landscape {
    width: 100%;
  }

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

  .uui-button-icon-3.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-button-secondary-gray-3 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-3:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-button-secondary-gray-3.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-row-3 {
    align-self: stretch;
  }

  .uui-button-row-3.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-4 {
    font-size: 1rem;
  }

  .uui-button-4:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-button-wrapper-4.max-width-full-mobile-landscape {
    width: 100%;
  }

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

  .uui-button-secondary-gray-4 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-4:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-button-row-4 {
    align-self: stretch;
  }

  .uui-button-row-4.button-row-center {
    top: 2%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .uui-button-row-4.button-row-center.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-row-4.button-row-center.realisation-badge {
    top: 25%;
  }

  .uui-button-row-4.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-layout40_image-wrapper-2 {
    grid-column-gap: 4rem;
    grid-row-gap: 2.75rem;
    grid-template-columns: .75fr .75fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-text-size-large-4 {
    font-size: 16px;
    line-height: 16px;
  }

  .uui-text-size-large-4.realisation-subtitle {
    background-color: #fdfffc;
    top: 85%;
  }

  .uui-text-size-large-4.avis-subtitle {
    line-height: 24px;
    bottom: 0%;
  }

  .uui-space-xsmall-4 {
    min-height: .75rem;
  }

  .uui-heading-medium-4 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-badge-3 {
    padding: .125rem .5rem;
  }

  .uui-badge-3.is-primary.badge4 {
    position: static;
  }

  .uui-badge-3.is-primary.badge-project {
    top: -35px;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-page-padding-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .a-header-image-grid {
    margin-top: 20px;
  }

  .a-header-logo-wrapper {
    flex-direction: column;
  }

  .a-h1-heading {
    font-size: 48px;
  }

  .a-header-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---floating-image-hero-v6---1 {
    max-width: 480px;
  }

  .brix---mg-top-80px {
    margin-top: 64px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---section-hero-top-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---content-inside-card {
    padding: 32px 32px 40px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-12 {
    max-width: 500px;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-left: 15%;
  }

  .brix---mg-bottom-0 {
    font-size: 16px;
  }

  .brix---text-200-bold-2 {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }

  .brix---text-200 {
    text-align: left;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---big-icon-left {
    max-width: 56px;
    border-radius: 12px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .brix---social-media-grid-left {
    justify-content: center;
    justify-items: start;
  }

  .brix---paragraph-default-2 {
    font-size: 16px;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .grid-footer-4-cols-v14 {
    text-align: center;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brix---footer-top-border-bottom {
    justify-content: center;
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .brix---footer-wrapper {
    position: relative;
  }

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

  .div-block-15 {
    width: 320px;
    height: 90px;
    background-image: url('../images/Group-48095349-1.png');
    background-position: 0 0;
    background-size: 320px 90px;
    top: 8%;
    left: -3%;
  }

  .siret {
    line-height: 18px;
  }

  .div-block-20 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .design-system-video {
    max-height: 300px;
  }

  .uui-testimonial15_arrow:hover {
    background-color: #fff;
  }

  .uui-testimonial15_arrow.left {
    right: 3.5rem;
  }

  .uui-testimonial15_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-testimonial15_client {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .uui-heading-xxsmall-3 {
    font-size: 1.125rem;
  }

  .uui-testimonial15_content {
    padding: 1.5rem;
  }

  .uui-testimonial15_slide {
    padding-right: 1.5rem;
  }

  .uui-testimonial15_mask {
    width: 80%;
  }

  .uui-testimonial15_component {
    margin-top: 3rem;
  }

  .uui-text-size-large-5 {
    font-size: 1rem;
  }

  .uui-space-xsmall-5 {
    min-height: .75rem;
  }

  .uui-heading-medium-5 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .uui-page-padding-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .uui-section_testimonial15 {
    margin-top: 0;
  }

  .uui-testimonial16_client-image-wrapper-3 {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-testimonial16_client-3 {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .uui-heading-xxsmall-4 {
    font-size: 1.125rem;
  }

  .uui-testimonial16_content-3 {
    margin-right: 1.5rem;
    padding: 1.5rem;
  }

  .uui-testimonial16_component-3 {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-text-size-large-6 {
    font-size: 1rem;
  }

  .uui-space-xsmall-6 {
    min-height: .75rem;
  }

  .uui-heading-medium-6 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .intro-logo {
    padding-left: 0;
    padding-right: 0;
  }

  .f-testimonial-r-arrow, .f-testimonial-l-arrow {
    display: none;
  }

  .f-testimonial-slider-regular {
    padding-left: 0;
    padding-right: 0;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .a-testimonial-right-arrow-2, .a-testimonial-left-arrow-2 {
    display: none;
  }

  .a-testimonial-card-2 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .a-testimonial-section-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .div-block-33 {
    width: 400px;
    height: auto;
    margin-bottom: 60px;
  }

  .div-block-34 {
    width: 480px;
    height: auto;
    padding-top: 40px;
  }

  .a-testimonial-right-arrow-3, .a-testimonial-left-arrow-3 {
    display: none;
  }

  .a-paragraph-small-5 {
    font-size: 16px;
    line-height: 16px;
  }

  .a-paragraph-regular-4 {
    line-height: 24px;
  }

  .a-testimonial-card-3 {
    margin-top: 60px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .a-testimonial-section-3 {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .text-block-14 {
    color: #fdfffc;
    margin-top: -5px;
    font-size: 14px;
    line-height: 14px;
  }

  .span__underline {
    width: 100%;
    height: 4px;
    margin-left: 26px;
    margin-right: 0;
    padding-right: 0;
  }

  .div-block-35 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-37 {
    width: 220px;
    margin-left: 0;
    margin-right: 140px;
    overflow: hidden;
  }

  .marquee {
    width: 200%;
  }

  .div-block-41 {
    width: 100%;
    flex-direction: row;
    justify-content: center;
  }

  .body {
    background-color: #fdfffc;
  }

  .bubble-blur.bubble-blur--top {
    width: 70px;
    height: 70px;
    filter: blur(50px);
  }

  .background-badge {
    top: 10%;
    right: 5%;
  }

  .background-cross {
    top: -2%;
    left: 8%;
  }

  .background-star {
    bottom: -5%;
    right: 20%;
    transform: rotate(-20deg);
  }

  .avis-star-1 {
    top: 7%;
    left: 7%;
  }

  .avis-star-2 {
    top: 4%;
  }

  .div-block-47 {
    bottom: 5%;
  }

  .div-block-48 {
    top: 5%;
  }

  .bubble-blur--footer.bubble-blur {
    top: auto;
    bottom: 10%;
    left: auto;
    right: auto;
  }

  .bubble-blur--footer-2.bubble-blur {
    filter: blur(35px);
  }

  ._1 {
    overflow: visible;
  }

  .iscom {
    height: 45px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

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

  .home.black-gradient {
    border-radius: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button {
    width: 100%;
    font-size: 16px;
    line-height: 1.8em;
  }

  .button.subscribe {
    margin-left: 0;
  }

  .button.button-navbar.button-realisation {
    width: 120px;
    flex-wrap: nowrap;
    flex: none;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 14px;
    display: flex;
  }

  .button.button-home {
    margin-right: 0;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 14px;
    display: block;
  }

  .button.button-home.button-realisation {
    width: 120px;
    height: auto;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 14px;
    display: flex;
  }

  .text-box._500px {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  ._12-columns.flex-horizontal {
    flex-direction: row;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.footer__call-action {
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .color-block {
    margin-bottom: 20px;
  }

  .column {
    margin-bottom: 0;
  }

  .column.desk-6, .column.desk-5, .column.desk-3 {
    width: 100%;
  }

  .nav-content {
    text-align: right;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .nav-content.mobile-nav {
    background-color: #fdfffc;
  }

  .nav-cta-button-container {
    margin-top: 0;
  }

  .menu-button {
    flex: 0 auto;
  }

  .search-banner {
    justify-content: space-between;
  }

  .paragraph.large {
    max-width: 100%;
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph.medium {
    font-size: 16px;
  }

  .ds-menu-brand {
    margin-left: 16px;
  }

  .ds-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-field, .text-area {
    width: 100%;
  }

  .nav-container {
    height: 64px;
    margin-left: 0;
    padding: 0 20px;
  }

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

  .heading.h1 {
    width: 100%;
    font-size: 48px;
    line-height: 60px;
  }

  .heading.h2 {
    font-size: 24px;
    line-height: 24px;
  }

  .heading.large-h1 {
    font-size: 42px;
  }

  .error-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ds-menu-button {
    margin-right: 6px;
  }

  .email-form {
    width: 100%;
    flex-direction: column;
  }

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

  .email-subscribe {
    width: 100%;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .search {
    flex-direction: column;
  }

  .terms-card {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .search-bar {
    width: 100%;
  }

  .form-card {
    padding: 24px;
  }

  .title-tag {
    margin-bottom: 6px;
  }

  .cta-banner {
    padding: 32px;
  }

  .error-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-section {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner {
    text-align: left;
    justify-content: space-between;
  }

  .banner-link {
    width: 100%;
    flex: 0 auto;
  }

  .logo {
    width: 55px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .form-page-logo {
    width: 160px;
  }

  .admin-form-card, .account-card {
    padding: 28px;
  }

  .form-2-grid {
    grid-template-columns: 1fr;
  }

  .form-page-logo-link {
    margin-bottom: 24px;
  }

  .text-block {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
  }

  .text-span.text-span {
    font-size: 35px;
    font-weight: 600;
    line-height: 35px;
  }

  .uui-heading-medium {
    font-size: 24px;
    line-height: 24px;
  }

  .uui-layout50_image_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .button-2.button.button__gray {
    width: 100%;
    font-size: 12px;
    line-height: 12px;
  }

  .image-2 {
    max-width: 60%;
  }

  .uui-layout40_image-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-gallery-image-x-small-square {
    height: 130px;
  }

  .f-gallery-image-x-tall {
    height: 300px;
  }

  .a-testimonial-mask {
    width: 100%;
  }

  .uui-contact07_component {
    grid-template-columns: 1fr;
  }

  .uui-testimonial16_content-2 {
    width: 20rem;
    min-width: 20rem;
  }

  .uui-heading-medium-3 {
    font-size: 35px;
    line-height: 35px;
  }

  .uui-text-align-center-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-bold-heading {
    line-height: 1.3;
  }

  .spark-bold-heading.spark-card-title {
    flex-wrap: nowrap;
    display: flex;
  }

  .spark-bold-heading.spark-card-title.title-govrnement {
    flex-flow: wrap;
    font-size: 18px;
    line-height: 18px;
    display: block;
  }

  .spark-wrapped-card.spark-stacked {
    width: 100%;
  }

  .spark-three-column-grid.grid-health, .spark-three-column-grid.grid-hotels.grid-large, .spark-three-column-grid.grid-institution {
    grid-template-columns: 1fr;
  }

  .spark-three-column-grid.grid-institution.grid-government.grid-governement-tablet {
    grid-template-columns: repeat(auto-fit, 100%);
    grid-auto-rows: auto;
  }

  .spark-flat-tab {
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    display: flex;
  }

  .spark-flat-tab.w--current, .spark-flat-tab.grid-hotels {
    padding: 4px 8px;
  }

  .spark-flat-tab.grid-hotels.tab__hotel, .spark-flat-tab.grid-hotels.tab__hotel.w--current, .spark-flat-tab.tab__health {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 14px;
  }

  .spark-flat-tab.tab__governement {
    padding: 5px 10px;
    line-height: 14px;
  }

  .spark-flat-tab.tab__institution, .spark-flat-tab.tab__institution.w--current {
    line-height: 14px;
  }

  .spark-flat-tabs-menu {
    max-width: 80%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: flex-start;
    margin-bottom: 40px;
  }

  .spark-tabs-parent {
    white-space: normal;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .spark-centered-900 {
    margin-bottom: 50px;
  }

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

  .spark-section {
    margin-bottom: -20px;
    padding: 20px 20px 0;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .spark-section p {
    font-size: 12px;
    line-height: 18px;
  }

  .link-block.scroll-website, .link-block-2.scroll-website, .link-block-3.scroll-website {
    height: 150px;
  }

  .a-subheading-regular {
    font-size: 14px;
    line-height: 14px;
  }

  .span {
    letter-spacing: 0;
    border-bottom-width: 4px;
  }

  .a-h3-heading {
    max-width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
  }

  .a-h3-heading.h2 {
    font-size: 24px;
  }

  .a-detail-regular {
    padding-bottom: 5px;
  }

  .a-content-title-wrapper {
    margin-bottom: 60px;
  }

  .a-container-regular {
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .a-section-regular {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .text-block-4, .text-block-5, .text-block-6 {
    font-size: 12px;
    line-height: 12px;
  }

  .bold-text-2 {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    line-height: 35px;
  }

  .uui-heroheader03_image {
    height: 15rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .uui-heroheader03_component {
    grid-template-columns: 1fr;
  }

  .link-block-5, .link-block-6, .link-block-7, .link-block-8, .link-block-9, .link-block-10 {
    height: 150px;
  }

  .uui-button-row-4.button-row-center {
    top: -50%;
  }

  .uui-button-row-4.button-row-center.realisation-badge {
    top: 30%;
  }

  .uui-button-row-4.button-row-center.badge-confiance {
    padding-bottom: 5px;
  }

  .uui-layout40_image-wrapper-2 {
    grid-column-gap: 3.5rem;
    grid-row-gap: 1.5rem;
  }

  .uui-text-size-large-4 {
    font-size: 14px;
    line-height: 14px;
  }

  .uui-text-size-large-4.realisation-subtitle {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    top: 80%;
  }

  .uui-text-size-large-4.avis-subtitle {
    bottom: -87%;
  }

  .uui-badge-3.is-primary {
    position: relative;
    top: 0%;
  }

  .uui-badge-3.is-primary.badge-project {
    top: -25px;
  }

  .uui-padding-vertical-xhuge-5 {
    padding: 0 20px;
  }

  .uui-page-padding-4.light-color-gradient.section.gradient-dark {
    padding-bottom: 0;
  }

  .text-block-7, .text-block-8 {
    font-size: 12px;
    line-height: 12px;
  }

  .a-header-grid-column {
    grid-row-gap: 12px;
  }

  .a-header-image-grid {
    grid-column-gap: 12px;
  }

  .a-header-image-block {
    height: 320px;
  }

  .a-button-primary {
    width: 100%;
  }

  .a-header-button-wrapper {
    flex-direction: column;
  }

  .brix---floating-image-hero-v6---1 {
    display: none;
  }

  .brix---mg-top-80px {
    margin-top: 56px;
  }

  .brix---btn-secondary, .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-hero-top-small {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---content-inside-card {
    padding-top: 26px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .div-block-12 {
    justify-content: center;
    padding-left: 0%;
    display: flex;
  }

  .div-block-13 {
    top: -540%;
    right: -38%;
  }

  .brix---mg-bottom-0 {
    font-size: 14px;
    line-height: 16px;
  }

  .brix---text-200-bold-2 {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    font-size: 15px;
    line-height: 16px;
    display: flex;
  }

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
    display: flex;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---big-icon-left {
    max-width: 56px;
    border-radius: 14px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---card-link-icon-wrapper {
    text-align: center;
    flex-direction: row;
    align-items: center;
    padding: 20px 10px;
    display: flex;
  }

  .brix---footer-col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

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

  .brix---icon-square-36px {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---paragraph-default-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .brix---mg-bottom-24px-2 {
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    display: flex;
  }

  .brix---footer-top-border-bottom {
    border-radius: 20px;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
    padding: 60px 20px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .realisation-tittle {
    flex-direction: column;
    justify-content: center;
    padding-top: 10px;
  }

  .text-block-9 {
    padding-bottom: 20px;
    font-size: 35px;
    line-height: 35px;
  }

  .div-block-15 {
    width: 250px;
    height: 70px;
    background-image: url('../images/Group-48095349-1.png');
    background-position: 0 0;
    background-size: 250px 70px;
    top: -30%;
    left: -13%;
  }

  .text-block-10 {
    margin-left: 0;
    padding-top: 5px;
    font-size: 35px;
    line-height: 35px;
  }

  .siret {
    padding-top: 20px;
    font-size: 10px;
    line-height: 14px;
  }

  .div-block-18 {
    width: 60px;
    height: 60px;
  }

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

  .div-block-20 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .design-system-video {
    max-height: 150px;
    margin-bottom: 20px;
  }

  .uui-testimonial15_slide-nav {
    opacity: 0;
    overflow: visible;
  }

  .uui-text-size-small-4 {
    font-size: 12px;
    line-height: 12px;
  }

  .uui-testimonial15_client-heading {
    font-size: 14px;
    line-height: 14px;
  }

  .uui-testimonial15_mask {
    width: 95%;
  }

  .uui-testimonial15_component {
    flex-direction: row;
    display: block;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .uui-page-padding-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .crypto-marquee {
    margin-top: 0;
  }

  .marquee-track {
    margin-top: 60px;
  }

  .intro-logo {
    width: 120px;
    max-width: none;
    align-self: center;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-logo.clinique-logo, .intro-logo.floa-logo {
    margin-top: 20px;
  }

  .intro-logo.details-logo {
    width: 50px;
  }

  .intro-logo.iscum-logo {
    width: 60px;
  }

  .intro-logo.logo-actimage {
    width: 150px;
  }

  .intro-logo.logo-floa, .intro-logo.logo-clinique, .intro-logo.logo-btp {
    width: 110px;
  }

  .f-testimonial-avatar-small-2 {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-testimonial-author-2 {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .a-testimonial-mask-2 {
    width: 100%;
  }

  .realisation-title {
    height: 180px;
    flex-direction: row;
    padding-top: 0;
  }

  .html-embed-2, .html-embed-3 {
    width: 100%;
    height: 100%;
  }

  .image-17 {
    max-width: 60%;
  }

  .div-block-33 {
    width: 300px;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .div-block-34 {
    width: 320px;
    height: auto;
    align-items: center;
  }

  .a-paragraph-regular-4 {
    font-size: 14px;
    line-height: 24px;
  }

  .a-testimonial-mask-3 {
    width: 100%;
  }

  .a-testimonial-section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-14 {
    color: #fdfffc;
    margin-top: -5px;
    font-size: 12px;
    line-height: 12px;
  }

  .span__underline {
    width: 100%;
    height: 4px;
    margin-left: 12px;
    margin-right: 0;
  }

  .div-block-36 {
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .div-block-37 {
    width: 153px;
    margin-right: 100px;
  }

  .slider {
    margin-top: 60px;
  }

  .marquee {
    width: 250%;
  }

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

  .div-block-41 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    padding-bottom: 20px;
    line-height: 14px;
  }

  .bubble-blur.bubble-blur--projects {
    width: 15px;
    height: 15px;
    filter: blur(20px);
  }

  .background-badge {
    top: 7%;
  }

  .background-cross {
    top: -3%;
  }

  .background-star {
    bottom: 2%;
    right: 10%;
  }

  .avis-star-1 {
    top: 2%;
    left: 5%;
  }

  .avis-star-2 {
    right: 2%;
  }

  .avis-star-3 {
    bottom: 3%;
    right: 5%;
  }

  .div-block-47 {
    bottom: 3%;
  }

  .div-block-48 {
    top: 3%;
  }

  .bubble-blur--footer.bubble-blur {
    width: 50px;
    height: 50px;
    filter: blur(40px);
  }

  .bubble-blur--footer-2.bubble-blur {
    width: 20px;
    height: 20px;
    filter: blur(20px);
  }

  .marquee-overflow {
    height: 100px;
  }

  ._1 {
    width: 200px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    object-fit: fill;
    flex-flow: wrap;
    flex: 0 auto;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    position: static;
    overflow: visible;
  }

  .word {
    font-size: 24px;
    line-height: 30px;
    display: block;
    position: static;
  }

  .customers__title {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .netscouade {
    height: 25px;
  }

  .gouvernement {
    margin-top: 5px;
  }

  .hug {
    height: 30px;
  }

  .iscom {
    height: 40px;
  }

  .reviews__title {
    width: 80%;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 20px;
    display: flex;
  }

  .projects__title {
    width: 80%;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    line-height: 15px;
    display: flex;
  }
}

#w-node-_797149c5-07c8-8e79-7109-6b8fa88b2d4b-bf5719ec, #w-node-_47090efb-9d87-9c02-67cc-0aa9b2a2b9cb-bf5719ec, #w-node-_3517974d-d956-9c80-617a-48ae30231f04-bf5719ec, #w-node-_3517974d-d956-9c80-617a-48ae30231f0c-bf5719ec, #w-node-_3517974d-d956-9c80-617a-48ae30231f14-bf5719ec, #w-node-d1d5d61e-3b2f-9d94-611f-75d16278b421-bf5719ec, #w-node-_3a5cba89-c7b0-56c7-73e9-6f47abc805c2-bf5719ec, #w-node-_3a5cba89-c7b0-56c7-73e9-6f47abc805ba-bf5719ec, #w-node-_3a5cba89-c7b0-56c7-73e9-6f47abc805b2-bf5719ec, #w-node-_3a5cba89-c7b0-56c7-73e9-6f47abc805dc-bf5719ec, #w-node-_3a5cba89-c7b0-56c7-73e9-6f47abc805cc-bf5719ec, #w-node-_3a5cba89-c7b0-56c7-73e9-6f47abc805d4-bf5719ec, #w-node-fc0d8a4c-210b-dd3d-9ea3-c4904480c760-bf5719ec, #w-node-_971ccb3e-a62c-ea06-efdf-2fdb4a02d085-bf5719ec, #w-node-_971ccb3e-a62c-ea06-efdf-2fdb4a02d08c-bf5719ec, #w-node-_971ccb3e-a62c-ea06-efdf-2fdb4a02d093-bf5719ec, #w-node-c3fa31d2-7324-8aa0-2b06-29d757314dc5-bf5719ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62b23e3845c1a6d0f6be4e4900000000001b-78571a6c {
  margin-top: 20px;
  margin-bottom: 20px;
}

#w-node-_62b23e3845c1a6d0f6be4e49000000000020-78571a6c {
  border: 1px solid #e6e6e6;
}

#w-node-_62b23e3845c1a6d0f6be4e49000000000021-78571a6c {
  margin-top: 10px;
}

#w-node-_62b23e3845c1a6d0f6be4e49000000000024-78571a6c {
  position: initial;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 1440px) {
  #w-node-_3517974d-d956-9c80-617a-48ae30231f0c-bf5719ec, #w-node-_3a5cba89-c7b0-56c7-73e9-6f47abc805c2-bf5719ec, #w-node-fc0d8a4c-210b-dd3d-9ea3-c4904480c760-bf5719ec {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ddb9aee1-0cfa-c0e0-a553-e1449e98ae96-bf5719ec {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_2b621bae-5e4e-887d-3d52-766414ba6899-bf5719ec {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-e4dd6dfe-0738-0bbd-7a99-3687e44cb324-bf5719ec {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_3a5cba89-c7b0-56c7-73e9-6f47abc805ba-bf5719ec, #w-node-_3a5cba89-c7b0-56c7-73e9-6f47abc805dc-bf5719ec {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_5a646aef-f983-af76-6d64-7abbadde8bc6-bf5719ec, #w-node-_5a646aef-f983-af76-6d64-7abbadde8c0b-bf5719ec {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5a646aef-f983-af76-6d64-7abbadde8bc6-bf5719ec {
    grid-column: span 2 / span 2;
  }

  #w-node-_5a646aef-f983-af76-6d64-7abbadde8c0b-bf5719ec {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-b8d7be4a-ce45-83ab-5947-02d204c8bff0-cf3fcb86 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ddb9aee1-0cfa-c0e0-a553-e1449e98ae96-bf5719ec {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_6e66638e-2997-a27d-4f60-6383df33eab6-bf5719ec {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}