@font-face {
  font-family: OverusedGrotesk;
  src: url('../fonts/OverusedGrotesk-SemiBold.woff2') format("woff2"), url('../fonts/OverusedGrotesk-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: OverusedGrotesk;
  src: url('../fonts/OverusedGrotesk-Regular.woff2') format("woff2"), url('../fonts/OverusedGrotesk-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: OverusedGrotesk;
  src: url('../fonts/OverusedGrotesk-Bold.woff2') format("woff2"), url('../fonts/OverusedGrotesk-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: NeutralFace;
  src: url('../fonts/NeutralFaceRegular.woff2') format("woff2"), url('../fonts/NeutralFaceRegular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: OverusedGrotesk;
  src: url('../fonts/OverusedGrotesk-Medium.woff2') format("woff2"), url('../fonts/OverusedGrotesk-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --_🎨-colors---dark: #000;
  --_🎨-colors---primary: #f35c07;
  --font-colors--extra\<deleted\|variable-9276cf9d-6650-6850-52fe-8f8aef1876e3\>: #a9acbc;
  --_🎨-colors---light: #fff;
  --_🎨-colors---medium: #e9e9e9;
  --spacing--4\<deleted\|variable-87ba5df3-70e7-be66-8893-05474fedaaca\>: 4px;
  --spacing--8\<deleted\|variable-7aa49909-ad76-616f-2112-84ab1b5f670a\>: 8px;
  --spacing--16\<deleted\|variable-57b1d980-6cca-c182-2234-1662be2bf7dc\>: 16px;
  --spacing--24\<deleted\|variable-63406b6c-cb23-5929-abcb-41fb10017955\>: 24px;
  --teriary--tertiary-gamma\<deleted\|variable-f1929964-2950-1526-8b4c-76ff3d7e7ea1\>: #8a2d14;
  --fontcolor--light\<deleted\|variable-6be7b894-0ca7-fe14-fdc3-1a7360eaa637\>: #fff;
  --spacing--80\<deleted\|variable-f4ca15e7-f515-0db8-f07c-0c8853be7a0e\>: 80px;
  --spacing--32\<deleted\|variable-21c43515-b1a2-bce3-380d-241818344564\>: 32px;
  --spacing--64\<deleted\|variable-b736d37e-c6c9-68b3-a4ca-22dde5ed7b25\>: 64px;
  --spacing--120\<deleted\|variable-c92c602d-d79d-1933-94c6-a3557781acce\>: 120px;
  --grids--12c: 944px;
  --spacings--small: 64px;
  --spacings--large: 120px;
  --grids--10c: 784px;
  --grids--6c: 464px;
  --spacings--standard: 80px;
  --spacings--extra-large: 160px;
  --_🎨-colors---primary-beta: #ff792d;
  --grids--8c: 624px;
  --grids--4c: 304px;
  --grids--3c: 224px;
  --spacings--extra-small: 40px;
  --radius--square: 0px;
  --radius--m: 4px;
  --radius--l: 8px;
  --radius--xl: 16px;
  --radius--full: 9999px;
}

.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-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

body {
  color: var(--_🎨-colors---dark);
  --font-colors--extra\<deleted\|variable-9276cf9d-6650-6850-52fe-8f8aef1876e3\>: #a9acbc;
  --spacing--4\<deleted\|variable-87ba5df3-70e7-be66-8893-05474fedaaca\>: 4px;
  --spacing--8\<deleted\|variable-7aa49909-ad76-616f-2112-84ab1b5f670a\>: 8px;
  --spacing--16\<deleted\|variable-57b1d980-6cca-c182-2234-1662be2bf7dc\>: 16px;
  --spacing--24\<deleted\|variable-63406b6c-cb23-5929-abcb-41fb10017955\>: 24px;
  --teriary--tertiary-gamma\<deleted\|variable-f1929964-2950-1526-8b4c-76ff3d7e7ea1\>: #8a2d14;
  --fontcolor--light\<deleted\|variable-6be7b894-0ca7-fe14-fdc3-1a7360eaa637\>: #fff;
  --spacing--80\<deleted\|variable-f4ca15e7-f515-0db8-f07c-0c8853be7a0e\>: 80px;
  --spacing--32\<deleted\|variable-21c43515-b1a2-bce3-380d-241818344564\>: 32px;
  --spacing--64\<deleted\|variable-b736d37e-c6c9-68b3-a4ca-22dde5ed7b25\>: 64px;
  --spacing--120\<deleted\|variable-c92c602d-d79d-1933-94c6-a3557781acce\>: 120px;
  --grids--12c: 944px;
  --spacings--small: 64px;
  --spacings--large: 120px;
  --grids--10c: 784px;
  --grids--6c: 464px;
  --spacings--standard: 80px;
  --spacings--extra-large: 160px;
  --grids--8c: 624px;
  --grids--4c: 304px;
  --grids--3c: 224px;
  --spacings--extra-small: 40px;
  --radius--square: 0px;
  --radius--m: 4px;
  --radius--l: 8px;
  --radius--xl: 16px;
  --radius--full: 9999px;
  padding-top: 128px;
  font-family: OverusedGrotesk, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 400;
  line-height: 64px;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 400;
  line-height: 95%;
}

h3 {
  letter-spacing: .11px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: NeutralFace, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  letter-spacing: .1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 21px;
}

h6 {
  letter-spacing: .1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--_🎨-colors---primary);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
}

blockquote {
  border-left: 2px solid var(--font-colors--extra\<deleted\|variable-9276cf9d-6650-6850-52fe-8f8aef1876e3\>);
  margin-bottom: 0;
  padding: 0 1.25rem;
}

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

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

.icon-24 {
  flex: none;
  width: 24px;
  height: 24px;
}

.styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.styleguide_item.is-stretch {
  justify-items: stretch;
}

.styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.styleguide_label_blue {
  color: #fff;
  background-color: #2d62ff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

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

.btn {
  background-color: var(--_🎨-colors---light);
  color: var(--_🎨-colors---dark);
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 14px 28px;
  font-size: 20px;
  font-weight: 600;
  line-height: 15px;
  transition: color .3s, padding .3s, background-color .3s;
}

.btn:hover {
  background-color: var(--_🎨-colors---medium);
  color: var(--_🎨-colors---dark);
}

.btn.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.btn.is-small {
  padding: var(--spacing--4\<deleted\|variable-87ba5df3-70e7-be66-8893-05474fedaaca\>) var(--spacing--8\<deleted\|variable-7aa49909-ad76-616f-2112-84ab1b5f670a\>);
}

.btn.is-large {
  padding: var(--spacing--16\<deleted\|variable-57b1d980-6cca-c182-2234-1662be2bf7dc\>) var(--spacing--24\<deleted\|variable-63406b6c-cb23-5929-abcb-41fb10017955\>);
}

.btn.is-secondary {
  border: 2px solid var(--_🎨-colors---light);
  color: var(--_🎨-colors---light);
  background-color: #0000;
  padding-top: 12px;
  padding-bottom: 12px;
}

.btn.is-secondary:hover {
  background-color: var(--_🎨-colors---medium);
  color: var(--_🎨-colors---dark);
  border-style: solid;
}

.btn.is-icon {
  padding-right: var(--spacing--8\<deleted\|variable-7aa49909-ad76-616f-2112-84ab1b5f670a\>);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.btn.is-tertiary {
  background-color: var(--_🎨-colors---dark);
  color: var(--_🎨-colors---light);
}

.btn.is-tertiary:hover {
  background-color: var(--teriary--tertiary-gamma\<deleted\|variable-f1929964-2950-1526-8b4c-76ff3d7e7ea1\>);
  color: var(--fontcolor--light\<deleted\|variable-6be7b894-0ca7-fe14-fdc3-1a7360eaa637\>);
}

.btn.is-header {
  border: 1px solid var(--_🎨-colors---light);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-image: linear-gradient(90deg, #bfbfbf1a, #6e6e6e1a);
  height: 56px;
  padding: 20px 32px;
  font-family: NeutralFace, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.btn.is-header-b {
  background-color: var(--_🎨-colors---dark);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: var(--_🎨-colors---light);
  padding: 20px 32px;
  font-family: NeutralFace, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.btn.is-header-sub {
  border: 1px solid var(--_🎨-colors---light);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: #000c;
  text-align: left;
  background-image: linear-gradient(#bfbfbf1a, #6e6e6e1a);
  margin-top: 2px;
  padding: 14px 32px;
  font-family: NeutralFace, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
}

.btn.is-tarif {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--_🎨-colors---dark);
  color: var(--_🎨-colors---light);
  border: 2px solid #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 43px;
  transition: color .3s, background-color .3s;
  display: flex;
}

.btn.is-tarif:hover {
  color: var(--_🎨-colors---dark);
  background-color: #fff0;
  border: 2px solid #000;
}

.btn.is-next {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--_🎨-colors---dark);
  color: var(--_🎨-colors---light);
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  display: inline-flex;
}

.p-80 {
  padding: var(--spacing--80\<deleted\|variable-f4ca15e7-f515-0db8-f07c-0c8853be7a0e\>);
}

.mb-16 {
  margin-bottom: var(--spacing--16\<deleted\|variable-57b1d980-6cca-c182-2234-1662be2bf7dc\>);
}

.mb-32 {
  margin-bottom: var(--spacing--32\<deleted\|variable-21c43515-b1a2-bce3-380d-241818344564\>);
}

.styleguide_label_pink {
  color: #fff;
  background-color: #be4aa5;
  border-radius: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: inline-block;
}

.mt-64 {
  margin-top: var(--spacing--64\<deleted\|variable-b736d37e-c6c9-68b3-a4ca-22dde5ed7b25\>);
}

.my-120 {
  margin-top: var(--spacing--120\<deleted\|variable-c92c602d-d79d-1933-94c6-a3557781acce\>);
  margin-bottom: var(--spacing--120\<deleted\|variable-c92c602d-d79d-1933-94c6-a3557781acce\>);
}

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

.mt-120 {
  margin-top: var(--spacing--120\<deleted\|variable-c92c602d-d79d-1933-94c6-a3557781acce\>);
}

.text-wrap-balance {
  text-wrap: balance;
}

._w-100vw_h-100vh {
  width: 100vw;
  height: 100vh;
}

._w-100 {
  width: 100%;
}

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

.gap-48 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.title-0 {
  z-index: 50;
  color: var(--_🎨-colors---light);
  text-align: center;
  mix-blend-mode: difference;
  width: 66%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: NeutralFace, Arial, sans-serif;
  font-size: 10vw;
  font-weight: 400;
  position: absolute;
}

.title-1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: OverusedGrotesk, Arial, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 64px;
}

.title-2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: OverusedGrotesk, Arial, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 95%;
}

.title-3 {
  letter-spacing: .11px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: OverusedGrotesk, Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.title-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: NeutralFace, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.title-5 {
  letter-spacing: .1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: OverusedGrotesk, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 21px;
}

.title-6 {
  letter-spacing: .1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: OverusedGrotesk, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.title-7 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: OverusedGrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.title-7.text-color-light.is-link:hover {
  color: var(--_🎨-colors---primary);
}

.title-cta {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: OverusedGrotesk, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 15px;
}

.text-body {
  letter-spacing: .1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: OverusedGrotesk, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.text-body-packed {
  letter-spacing: .1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: OverusedGrotesk, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.bg-primary {
  background-color: #f35c07;
}

.bg-primary-beta {
  background-color: #ff792d;
}

.bg-light {
  background-color: #fff;
}

.bg-dark {
  background-color: #000;
}

.bg-medium {
  background-color: #e9e9e9;
}

.text-color-primary {
  color: #f35c07;
}

.text-color-primary-beta {
  color: #ff792d;
}

.text-color-light {
  color: #fff;
}

.text-color-dark {
  color: #000;
}

.text-color-medium {
  color: #e9e9e9;
}

.container-12c {
  width: var(--grids--12c);
  margin-left: auto;
  margin-right: auto;
}

.grid-12c {
  grid-template-rows: auto;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-columns: 0fr;
  width: 100%;
}

.grid-12c.ali-stretch-center {
  place-items: center stretch;
}

.project_card {
  position: relative;
  overflow: visible;
}

.project_bottom {
  z-index: 10;
  padding: 20px 24px;
  position: absolute;
  inset: auto 0% 0%;
}

.project_img {
  width: 100%;
  height: auto;
}

.progressive-blur {
  z-index: 6;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0 0;
}

.blur {
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.pb-large {
  padding-bottom: var(--spacings--large);
}

.project_shadow {
  object-position: 50% 100%;
  justify-content: center;
  align-items: flex-end;
  width: calc(100% + 8px);
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% -4px -4px;
  overflow: visible;
}

.project_img-shadow {
  width: 100%;
  height: 100%;
}

.gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.grid-8c {
  grid-template-columns: repeat(8, minmax(0, 1fr));
  width: 100%;
}

.gap-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.review_top {
  background-color: var(--_🎨-colors---dark);
  color: var(--_🎨-colors---light);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  flex: none;
  align-self: flex-start;
  padding: 20px 24px;
}

.review_inside {
  background-color: var(--_🎨-colors---medium);
  border-radius: 0 8px 8px;
  height: 100%;
  padding: 24px;
}

.gap-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.review_text {
  overflow: hidden;
}

.review_item {
  flex: 1;
  align-self: stretch;
  align-items: stretch;
}

.footer_top {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  color: var(--_🎨-colors---light);
  padding-top: 250px;
  padding-bottom: 200px;
  position: relative;
}

.container-6c {
  width: var(--grids--10c);
  margin-left: auto;
  margin-right: auto;
}

.ali-strech-top {
  align-items: stretch;
}

.flex-grow {
  flex: 1;
}

.footer_mountains {
  position: absolute;
  inset: auto 0% -1px;
}

.footer_bottom {
  color: var(--_🎨-colors---light);
  justify-content: space-between;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
}

.logo {
  z-index: 100;
  color: var(--_🎨-colors---light);
  mix-blend-mode: difference;
  width: auto;
  height: 64px;
  position: fixed;
  inset: 32px auto auto 32px;
}

.header {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  padding: 32px;
}

.container {
  width: 100%;
}

.nav-menu-two {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  background-color: #fff0;
  border-radius: 9px;
  width: 189px;
  padding: 0 2px 2px;
  position: absolute;
  inset: 56px auto 0% 0%;
}

.dropdown-toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.header_fix {
  height: 56px;
  position: relative;
}

.ic-down {
  width: 20px;
  height: 20px;
}

.header_line {
  display: none;
}

.hero_txt {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: right;
  display: none;
}

.hero_txt.is-one {
  display: flex;
}

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

.py-large {
  padding-top: var(--spacings--large);
  padding-bottom: var(--spacings--large);
}

.tarif_price {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--_🎨-colors---dark);
  color: var(--_🎨-colors---light);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding: 24px 32px;
}

.tarif {
  text-align: left;
  flex: 1 1 0;
  align-self: stretch;
  min-width: 0;
}

.tarif_content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--_🎨-colors---medium);
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  height: 100%;
  padding: 32px;
}

.gap-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.container-10c {
  width: var(--grids--10c);
  margin-left: auto;
  margin-right: auto;
}

.container-10c.py-large.z-index-10.pb-largex2 {
  padding-bottom: 240px;
}

.tarif_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
}

.r-bm-d-none {
  display: none;
}

.r-xls-d-none {
  display: block;
}

.bg-tarif-1 {
  filter: blur(100px);
  object-fit: fill;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.pos-relat {
  position: relative;
}

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

.bg-tarif-2 {
  filter: blur(100px);
  object-fit: fill;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: rotate(180deg);
}

.pb-xlarge {
  padding-bottom: var(--spacings--extra-large);
}

.title_container {
  border-top: 2px solid var(--_🎨-colors---primary);
  border-bottom: 2px solid var(--_🎨-colors---primary);
  margin-top: 32px;
  margin-bottom: 24px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.chips {
  border: 1px solid #000;
  padding: 8px 12px;
  display: inline-flex;
}

.service_container {
  aspect-ratio: 944 / 900;
  background-color: var(--_🎨-colors---light);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: scale(.8);
}

.rock {
  cursor: pointer;
  width: 57.94%;
  height: 57.94%;
  position: absolute;
}

.rock.is-1 {
  top: 3%;
  left: -7%;
  rotate: 288.5deg;
}

.rock.is-2 {
  top: 5%;
  right: -6%;
  rotate: 156deg;
}

.rock.is-3 {
  top: 44%;
  left: 26%;
}

.rock-crystal, .rock-black, .rock-base, .rock-txt {
  position: absolute;
}

.grid_span-4 {
  grid-column-end: span 4;
}

.grid_span-5 {
  grid-column-end: span 5;
}

.chips_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-column-end: span 3;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.chips_container.is-short {
  flex-flow: wrap;
  grid-column: 8 / span 4;
  justify-content: flex-start;
  align-items: flex-start;
}

.no-wrap {
  white-space: nowrap;
}

.grid_span-6 {
  grid-column-end: span 6;
}

.grid_span-6.is-legal {
  grid-column-start: 4;
}

.grid-12c-regular {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 0fr;
  width: 100%;
}

.grid-12c-regular.ali-stretch-center {
  place-items: center stretch;
}

.grid-12c-regular.gap-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.img-fill {
  width: 100%;
  height: 100%;
}

.grid_span-2 {
  grid-column-end: span 2;
}

.rich-text h2 {
  padding-top: 64px;
  padding-bottom: 32px;
}

.pt-small {
  padding-top: var(--spacings--small);
}

.service_img-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-column: 8 / span 5;
}

.mb-small {
  margin-bottom: var(--spacings--small);
}

.footer_middle {
  color: var(--_🎨-colors---light);
  justify-content: space-between;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
}

.footer_logo {
  height: 64px;
}

.line {
  background-color: var(--_🎨-colors---light);
  width: 1px;
  height: 100%;
  min-height: 88px;
}

.footer_logo-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
}

.text-caption {
  font-family: OverusedGrotesk, Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
}

@media screen and (min-width: 1440px) {
  body {
    --font-colors--extra\<deleted\|variable-9276cf9d-6650-6850-52fe-8f8aef1876e3\>: #a9acbc;
    --spacing--4\<deleted\|variable-87ba5df3-70e7-be66-8893-05474fedaaca\>: 4px;
    --spacing--8\<deleted\|variable-7aa49909-ad76-616f-2112-84ab1b5f670a\>: 8px;
    --spacing--16\<deleted\|variable-57b1d980-6cca-c182-2234-1662be2bf7dc\>: 16px;
    --spacing--24\<deleted\|variable-63406b6c-cb23-5929-abcb-41fb10017955\>: 24px;
    --teriary--tertiary-gamma\<deleted\|variable-f1929964-2950-1526-8b4c-76ff3d7e7ea1\>: #8a2d14;
    --fontcolor--light\<deleted\|variable-6be7b894-0ca7-fe14-fdc3-1a7360eaa637\>: #fff;
    --spacing--80\<deleted\|variable-f4ca15e7-f515-0db8-f07c-0c8853be7a0e\>: 80px;
    --spacing--32\<deleted\|variable-21c43515-b1a2-bce3-380d-241818344564\>: 32px;
    --spacing--64\<deleted\|variable-b736d37e-c6c9-68b3-a4ca-22dde5ed7b25\>: 64px;
    --spacing--120\<deleted\|variable-c92c602d-d79d-1933-94c6-a3557781acce\>: 120px;
    --grids--12c: 1240px;
    --spacings--small: 64px;
    --spacings--large: 120px;
    --grids--10c: 1030px;
    --grids--6c: 612px;
    --spacings--standard: 80px;
    --spacings--extra-large: 160px;
    --grids--8c: 822px;
    --grids--4c: 402px;
    --grids--3c: 298px;
    --spacings--extra-small: 40px;
    --radius--square: 0px;
    --radius--m: 4px;
    --radius--l: 8px;
    --radius--xl: 16px;
    --radius--full: 9999px;
  }

  .text-color-primary.r-xls-d-none {
    display: none;
  }

  .container-6c {
    width: var(--grids--6c);
  }

  .r-bm-d-none {
    display: block;
  }

  .r-xls-d-none {
    display: none;
  }

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

@media screen and (max-width: 991px) {
  body {
    --font-colors--extra\<deleted\|variable-9276cf9d-6650-6850-52fe-8f8aef1876e3\>: #a9acbc;
    --spacing--4\<deleted\|variable-87ba5df3-70e7-be66-8893-05474fedaaca\>: 4px;
    --spacing--8\<deleted\|variable-7aa49909-ad76-616f-2112-84ab1b5f670a\>: 8px;
    --spacing--16\<deleted\|variable-57b1d980-6cca-c182-2234-1662be2bf7dc\>: 16px;
    --spacing--24\<deleted\|variable-63406b6c-cb23-5929-abcb-41fb10017955\>: 24px;
    --teriary--tertiary-gamma\<deleted\|variable-f1929964-2950-1526-8b4c-76ff3d7e7ea1\>: #8a2d14;
    --fontcolor--light\<deleted\|variable-6be7b894-0ca7-fe14-fdc3-1a7360eaa637\>: #fff;
    --spacing--80\<deleted\|variable-f4ca15e7-f515-0db8-f07c-0c8853be7a0e\>: 80px;
    --spacing--32\<deleted\|variable-21c43515-b1a2-bce3-380d-241818344564\>: 32px;
    --spacing--64\<deleted\|variable-b736d37e-c6c9-68b3-a4ca-22dde5ed7b25\>: 64px;
    --spacing--120\<deleted\|variable-c92c602d-d79d-1933-94c6-a3557781acce\>: 120px;
    --grids--12c: 720px;
    --spacings--small: 64px;
    --spacings--large: 120px;
    --grids--10c: 598px;
    --grids--6c: 352px;
    --spacings--standard: 80px;
    --spacings--extra-large: 160px;
    --grids--8c: 474px;
    --grids--4c: 230px;
    --grids--3c: 168px;
    --spacings--extra-small: 40px;
    --radius--square: 0px;
    --radius--m: 4px;
    --radius--l: 8px;
    --radius--xl: 16px;
    --radius--full: 9999px;
    padding-top: 64px;
  }

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

  .styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .btn.is-header {
    color: var(--_🎨-colors---light);
    background-color: #0000;
    background-image: none;
    border-style: none;
    height: auto;
    padding: 0;
  }

  .btn.is-header-b {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .btn.is-header-sub {
    color: var(--_🎨-colors---light);
    text-align: left;
    background-color: #0000;
    background-image: none;
    border-style: none;
    padding: 0 0 24px;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .grid-12c.r-m-gap-32 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .project_bottom {
    padding: 8px;
  }

  .gap-32.r-m-stretch {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .logo {
    height: 40px;
    top: 24px;
    left: 24px;
  }

  .header-container {
    padding: 0;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-image: url('../images/menu-bg.avif');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    top: 0;
  }

  .nav-menu-two {
    z-index: 139;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border: 1px solid #ffffff80;
    border-radius: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 88px;
    margin-left: 24px;
    margin-right: 24px;
    padding: 24px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.w--open {
    position: relative;
    top: 24px;
  }

  .menu-button {
    background-image: linear-gradient(90deg, #fafafa, #f1f1f1);
    border: 1px solid #ffffff80;
    border-radius: 6px;
    width: 40px;
    height: 40px;
    padding: 8px;
    position: absolute;
    top: 24px;
    left: auto;
    right: 24px;
  }

  .menu-button.w--open {
    z-index: 10;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    color: #fff;
    background-color: #c8c8c800;
    background-image: linear-gradient(90deg, #d4d4d41a, #6e6e6e1a);
    border: 1px solid #ffffff80;
    border-radius: 6px;
  }

  .dropdown-toggle {
    color: var(--_🎨-colors---light);
  }

  .header_fix {
    align-self: flex-start;
    height: auto;
  }

  .r-m-ali-left {
    align-self: flex-start;
  }

  .header_line {
    background-color: var(--_🎨-colors---light);
    height: 1px;
    display: block;
  }

  .ico-close {
    display: none;
    position: absolute;
    inset: 8px;
  }

  .ico-burger {
    position: absolute;
    inset: 8px;
  }

  .hero_txt {
    padding-top: var(--spacings--standard);
    text-align: left;
    display: flex;
  }

  .hero_txt.is-one {
    display: none;
  }

  .tarif {
    min-width: 34%;
    max-width: 50%;
  }

  .container-10c {
    width: var(--grids--12c);
  }

  .tarif_wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .ali-left-center {
    align-items: center;
  }

  .r-bm-d-none {
    display: none;
  }

  .r-xls-d-none {
    display: block;
  }

  .service_container {
    transform: scale(1);
  }

  .grid-12c-regular.r-m-gap-32 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .footer_middle {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  body {
    letter-spacing: .05px;
    --font-colors--extra\<deleted\|variable-9276cf9d-6650-6850-52fe-8f8aef1876e3\>: #a9acbc;
    --spacing--4\<deleted\|variable-87ba5df3-70e7-be66-8893-05474fedaaca\>: 4px;
    --spacing--8\<deleted\|variable-7aa49909-ad76-616f-2112-84ab1b5f670a\>: 8px;
    --spacing--16\<deleted\|variable-57b1d980-6cca-c182-2234-1662be2bf7dc\>: 16px;
    --spacing--24\<deleted\|variable-63406b6c-cb23-5929-abcb-41fb10017955\>: 24px;
    --teriary--tertiary-gamma\<deleted\|variable-f1929964-2950-1526-8b4c-76ff3d7e7ea1\>: #8a2d14;
    --fontcolor--light\<deleted\|variable-6be7b894-0ca7-fe14-fdc3-1a7360eaa637\>: #fff;
    --spacing--80\<deleted\|variable-f4ca15e7-f515-0db8-f07c-0c8853be7a0e\>: 80px;
    --spacing--32\<deleted\|variable-21c43515-b1a2-bce3-380d-241818344564\>: 32px;
    --spacing--64\<deleted\|variable-b736d37e-c6c9-68b3-a4ca-22dde5ed7b25\>: 64px;
    --spacing--120\<deleted\|variable-c92c602d-d79d-1933-94c6-a3557781acce\>: 120px;
    --grids--12c: 100%;
    --spacings--small: 64px;
    --spacings--large: 120px;
    --grids--10c: 100%;
    --grids--6c: 50%;
    --spacings--standard: 80px;
    --spacings--extra-large: 160px;
    --grids--8c: 100%;
    --grids--4c: 50%;
    --grids--3c: 50%;
    --spacings--extra-small: 40px;
    --radius--square: 0px;
    --radius--m: 4px;
    --radius--l: 8px;
    --radius--xl: 16px;
    --radius--full: 9999px;
    font-size: 14px;
    line-height: 20px;
  }

  h1 {
    font-size: 32px;
    line-height: 32px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    letter-spacing: .08px;
    font-size: 16px;
    line-height: 22px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    letter-spacing: .05px;
    font-size: 10px;
    line-height: 11px;
  }

  h6 {
    letter-spacing: .07px;
    font-size: 14px;
  }

  .btn.is-secondary.flex-grow.r-s-order-1 {
    order: -9999;
  }

  .title-1 {
    font-size: 32px;
    line-height: 32px;
  }

  .title-2 {
    font-size: 26px;
  }

  .title-3 {
    letter-spacing: .08px;
    font-size: 16px;
    line-height: 22px;
  }

  .title-4 {
    font-size: 18px;
  }

  .title-5 {
    letter-spacing: .05px;
    font-size: 10px;
    line-height: 11px;
  }

  .title-6 {
    letter-spacing: .07px;
    font-size: 14px;
  }

  .title-7 {
    font-family: NeutralFace, Arial, sans-serif;
    font-size: 9px;
    line-height: 13px;
  }

  .title-7.text-color-light.r-m-fix-font {
    letter-spacing: 0;
    font-family: OverusedGrotesk, Arial, sans-serif;
    font-size: 16px;
    line-height: 16px;
  }

  .title-7.r-m-fix-font {
    letter-spacing: 0;
    font-size: 16px;
    line-height: 16px;
  }

  .title-cta {
    font-size: 18px;
  }

  .text-body {
    letter-spacing: .08px;
    font-size: 14px;
    line-height: 20px;
  }

  .text-body-packed {
    letter-spacing: .08px;
    font-size: 16px;
    line-height: 20px;
  }

  .container-12c {
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
  }

  .container-12c.pb-large.pt-small.r-s-fix {
    padding-top: 0;
  }

  .container-12c.py-large.r-s-fix {
    padding-top: var(--spacings--small);
    padding-bottom: var(--spacings--small);
  }

  .review_item {
    width: 80%;
    min-width: 80%;
    padding-left: 0;
  }

  .review_item.is-first {
    margin-left: 24px;
  }

  .footer_top {
    padding-top: 190px;
    padding-bottom: 120px;
  }

  .container-6c {
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
  }

  .r-s-dir-col {
    flex-flow: column;
    align-items: stretch;
  }

  .footer_bottom.r-xs-dir-col {
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .hero_txt {
    padding-top: 16px;
  }

  .review_container {
    max-width: 100vw;
    margin-left: -24px;
    margin-right: -24px;
    overflow: auto;
  }

  .tarif {
    max-width: 100%;
  }

  .container-10c {
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
  }

  .tarif_wrapper {
    flex-flow: column;
    align-items: stretch;
  }

  .r-bm-d-none {
    display: block;
  }

  .r-xls-d-none {
    display: none;
  }

  .title_container {
    margin-top: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .grid_span-4, .grid_span-5 {
    grid-column-end: span 12;
  }

  .chips_container {
    flex-flow: row;
    grid-column-end: span 12;
  }

  .chips_container.is-short {
    flex-flow: wrap;
    grid-column: 1 / 12;
  }

  .grid_span-6 {
    grid-column-end: span 12;
  }

  .grid_span-6.is-legal {
    grid-column-start: 1;
  }

  .grid_span-2 {
    grid-column-end: span 12;
  }

  .service_img-container {
    grid-column: 1 / span 12;
  }

  .footer_middle.r-xs-dir-col {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .footer_logo {
    height: 32px;
  }

  .line {
    min-height: 46px;
  }

  .footer_logo-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media screen and (max-width: 479px) {
  .styleguide_row {
    flex-wrap: wrap;
  }

  .title-7.text-color-light.r-xs-ali-center {
    align-self: center;
  }

  .gap-32.r-xs-stretch {
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer_bottom.r-xs-dir-col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: stretch;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .footer_middle.r-xs-dir-col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: stretch;
  }
}

#w-node-efcd1ee3-f847-7aa0-d355-1bdfea3a7946-f4adb4ec {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-_2d548943-3ca8-85a0-88e3-abff62f5917a-f4adb4ec {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_36db25a2-06cd-c29d-2a2e-08954c70ef0b-f4adb4ec {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2823dfde-be9f-5efb-b931-c1a8fdb9c4b6-f4adb4ec {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_8b39c6a1-a889-c353-b9e4-8b4ed330282f-f4adb4ec {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d3dd8d47-508c-d822-0351-d5586a798e55-6a798e52 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d3dd8d47-508c-d822-0351-d5586a798e5a-6a798e52 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_2214edd2-9824-c0f9-e1c1-d6b928f7e22e-28f7e22b, #w-node-_2214edd2-9824-c0f9-e1c1-d6b928f7e23b-28f7e22b, #w-node-_2214edd2-9824-c0f9-e1c1-d6b928f7e248-28f7e22b, #w-node-_2214edd2-9824-c0f9-e1c1-d6b928f7e255-28f7e22b, #w-node-_2214edd2-9824-c0f9-e1c1-d6b928f7e262-28f7e22b, #w-node-_2214edd2-9824-c0f9-e1c1-d6b928f7e26f-28f7e22b {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b7000d7f-1355-eda6-b696-6e68c26b9d5d-f4adb4ef, #w-node-b7000d7f-1355-eda6-b696-6e68c26b9d62-f4adb4ef, #w-node-b7000d7f-1355-eda6-b696-6e68c26b9d67-f4adb4ef, #w-node-b7000d7f-1355-eda6-b696-6e68c26b9d6c-f4adb4ef, #w-node-b7000d7f-1355-eda6-b696-6e68c26b9d71-f4adb4ef, #w-node-_4b08787c-0e65-89ea-bb71-bfdd8be46099-f4adb4ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b08787c-0e65-89ea-bb71-bfdd8be4609c-f4adb4ef {
  justify-self: start;
}

#w-node-_4b08787c-0e65-89ea-bb71-bfdd8be4609e-f4adb4ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b08787c-0e65-89ea-bb71-bfdd8be460a1-f4adb4ef, #w-node-_19fd141f-130e-6ce4-5345-410c6b505ebd-f4adb4ef {
  justify-self: start;
}

#w-node-_16fc8dc7-663e-cdc2-d6f8-a593d32555d2-e924a79b {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_9a01884c-a4a5-22e8-3f52-b395884fa3bd-e924a79b, #w-node-_73e43201-62d4-dd5d-01f3-51aab1316995-e924a79b {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-_78660600-7bae-3197-8dc2-ff2edaa2692a-e924a79b {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_27e9686e-8a80-681f-ee0c-c213fc743faa-e924a79b {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_0eb1b442-0f31-85e0-297f-ae12c7237731-e924a79b {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_0c210ea4-3d2e-6c92-fff6-1f41df66f7b8-e924a79b, #w-node-e25a63e5-c97a-cdbd-019e-33a45faf1ea3-e924a79b, #w-node-_775ea451-1dff-c805-6373-95a8bced030a-e924a79b {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_878889ba-20fe-aae4-7ebb-ad05e2605645-88d16b85, #w-node-_9c510f2c-4fcd-3015-353e-0234fef3b411-88d16b85, #w-node-a8d62392-f348-7724-f7e7-d97f9531dc51-88d16b85, #w-node-dd3df5e5-b4e6-e87b-381a-f8c5f28b3043-88d16b85, #w-node-fb69744d-97d8-6ad7-e839-784b7e2798cb-88d16b85, #w-node-d1a39c36-6ee0-5cf8-883b-de8941d5321f-88d16b85, #w-node-e392e65d-11c9-91f7-35ed-35266a219062-88d16b85, #w-node-_2c3d5b8e-9bf6-9957-dead-8dcb9b464f80-88d16b85 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b83b94fd-e0af-eddc-bb70-345116a778a8-651402f1 {
  align-self: start;
}

#w-node-e5fc4eb1-fbef-e9d4-7483-1349259a8251-8991924d, #w-node-_0ecfe594-7912-dae2-09d7-9b6191687211-8991924d {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_2bc31477-c1dd-0cc8-e8f6-842a4630ccad-8991924d {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-bb74d557-27ca-d847-cc94-e2c59d389cf5-8991924d {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_2b7dab8b-d5f6-66c8-1167-79abf438cfd1-8991924d {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-c77f1aab-2938-e6df-096c-3677c4b24095-8991924d {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-_10c4bdc5-be51-f81e-8c7b-c1f2cd1ac83b-8991924d, #w-node-_550e05a8-030a-b811-34cb-80b124c8fc53-8991924d {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-eafcff9a-024f-6e50-c92d-231a18f50ade-8991924d {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-_5f07477b-4caf-a22b-02b7-9eb74dbf0b2b-8991924d, #w-node-a6c50cc0-bba5-cb2f-6ec3-f798d2b90fb6-8991924d {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-e88312c7-2089-b074-0735-19a93e54c35c-8991924d {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-_0b8b8069-a6f2-467a-793d-eac0515cb203-8991924d, #w-node-_233e3010-9f69-9063-64ce-e9b81083ffee-8991924d {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_5907ac98-bee6-50d3-9e08-02c7b2d95d7f-8991924d {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-c97f9e19-6b03-53a5-719a-d3b594a8fdd7-8991924d, #w-node-_99678101-85d4-99b5-3d1f-efb552fdd8f9-8991924d, #w-node-d6b2d7b4-abff-5fad-1897-dd184387e204-8991924d, #w-node-_1942b9b7-1ed5-2c15-4f80-ad3d16ecd004-8991924d {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_51c5fa5f-fdc6-de34-46e2-34143423a4d2-8991924d, #w-node-_1b690fad-364a-21e1-94a0-01910790ed36-b0ee4055 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_8b74fab0-11b0-9048-23fb-342de5b7669a-b0ee4055, #w-node-dbbf8da4-6642-46b6-9ece-75389eb633ec-b0ee4055, #w-node-_0d3a4ce4-fcf5-09ef-4051-3d174dc7ddd1-b0ee4055, #w-node-dd91ce3a-34b1-5acb-6709-03b15397649d-b0ee4055, #w-node-b90424fb-b46e-a4c3-9cf2-da2dee9e0458-64f6adbe, #w-node-_24ab8b3e-0eb8-a6fe-c722-a16af1ec684a-64f6adbe, #w-node-_4b5ecb90-55d6-a008-63ac-319ce66696c9-64f6adbe, #w-node-cc225654-25fb-41e2-4c5e-c1b063453877-64f6adbe {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

@media screen and (max-width: 991px) {
  #w-node-efcd1ee3-f847-7aa0-d355-1bdfea3a7946-f4adb4ec {
    grid-column: 4 / 13;
  }

  #w-node-_2d548943-3ca8-85a0-88e3-abff62f5917a-f4adb4ec {
    grid-column-end: 13;
  }

  #w-node-_8b39c6a1-a889-c353-b9e4-8b4ed330282f-f4adb4ec, #w-node-d3dd8d47-508c-d822-0351-d5586a798e55-6a798e52, #w-node-d3dd8d47-508c-d822-0351-d5586a798e5a-6a798e52 {
    grid-column: span 12 / span 12;
  }

  #w-node-_2214edd2-9824-c0f9-e1c1-d6b928f7e22e-28f7e22b, #w-node-_2214edd2-9824-c0f9-e1c1-d6b928f7e23b-28f7e22b, #w-node-_2214edd2-9824-c0f9-e1c1-d6b928f7e248-28f7e22b, #w-node-_2214edd2-9824-c0f9-e1c1-d6b928f7e255-28f7e22b, #w-node-_2214edd2-9824-c0f9-e1c1-d6b928f7e262-28f7e22b, #w-node-_2214edd2-9824-c0f9-e1c1-d6b928f7e26f-28f7e22b {
    grid-column: span 6 / span 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ec47942c-12ac-74ba-a556-ce39b1894f65-5707b873, #w-node-b83b94fd-e0af-eddc-bb70-345116a778a8-651402f1 {
    order: -9999;
  }
}


@font-face {
  font-family: 'OverusedGrotesk';
  src: url('../fonts/OverusedGrotesk-SemiBold.woff2') format('woff2'), url('../fonts/OverusedGrotesk-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'OverusedGrotesk';
  src: url('../fonts/OverusedGrotesk-Regular.woff2') format('woff2'), url('../fonts/OverusedGrotesk-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'OverusedGrotesk';
  src: url('../fonts/OverusedGrotesk-Bold.woff2') format('woff2'), url('../fonts/OverusedGrotesk-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NeutralFace';
  src: url('../fonts/NeutralFaceRegular.woff2') format('woff2'), url('../fonts/NeutralFaceRegular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'OverusedGrotesk';
  src: url('../fonts/OverusedGrotesk-Medium.woff2') format('woff2'), url('../fonts/OverusedGrotesk-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}