:root {
  --black: #121212;
  --white: #fff;
  --orange: #f70;
  --green-2: #53da85;
  --gray: #f1f1f1;
  --green: #35ff80;
}

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

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

body {
  color: var(--black);
  font-family: Nunito Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

p {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
}

a {
  font-family: Nunito Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: underline;
}

label {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

strong {
  font-weight: 900;
}

blockquote {
  color: var(--black);
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Nunito Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
}

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

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

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

.fs-styleguide_label.is-tag {
  background-color: #dd23bb;
}

.text-size-tiny {
  font-size: .75rem;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

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

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #eee;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.fs-styleguide_hero-label {
  color: #000;
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.padding-custom3 {
  padding: 3.5rem;
}

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

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

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

.background-color-secondary {
  background-color: #2d62ff;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.overflow-hidden {
  overflow: hidden;
}

.pointer-events-none {
  pointer-events: none;
}

.margin-xsmall {
  margin: .5rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

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

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

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

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-weight-xbold {
  font-weight: 800;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-small {
  padding: 1rem;
}

.fs-styleguide_header {
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.form_input {
  background-color: #0000;
  border: 1px solid #eee;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: #222;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

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

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.text-style-muted {
  opacity: .6;
}

.margin-custom1 {
  margin: 1.5rem;
}

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

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

.fs-styleguide_spacing-all {
  display: none;
}

.form_component {
  margin-bottom: 0;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

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

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-small {
  margin: 1rem;
}

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

.heading-style-h1 {
  font-family: Nunito Sans, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.overflow-scroll {
  overflow: scroll;
}

.margin-tiny {
  margin: .125rem;
}

.padding-xhuge {
  padding: 8rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.icon-height-small {
  height: 1rem;
}

.padding-xxhuge {
  padding: 12rem;
}

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

.padding-large {
  padding: 3rem;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.flex-center {
  justify-content: center;
  align-items: center;
}

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

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

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-custom1 {
  padding: 1.5rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.text-weight-light {
  font-weight: 300;
}

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

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.padding-0 {
  padding: 0;
}

.overflow-auto {
  overflow: auto;
}

.text-style-italic {
  font-style: italic;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.margin-xxhuge {
  margin: 12rem;
}

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

.padding-custom2 {
  padding: 2.5rem;
}

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

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.text-color-secondary {
  color: #222;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

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

.margin-large {
  margin: 3rem;
}

.margin-0 {
  margin: 0;
}

.icon-height-large {
  height: 3rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.form_message-success {
  color: #114e0b;
  background-color: #cef5ca;
  padding: 1.25rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.background-color-alternate {
  background-color: #fff;
}

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

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.button {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  border: 2px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: .6rem .625rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.button:hover {
  background-color: var(--black);
  color: var(--white);
  box-shadow: 0 0 10px #00000080;
}

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

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 1px solid #222;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-small {
  padding-top: .4rem;
  padding-bottom: .4rem;
}

.button.is-white {
  border-color: var(--white);
  color: var(--white);
}

.button.is-white:hover {
  background-color: var(--white);
  color: var(--black);
  box-shadow: 0 0 10px #ffffff40;
}

.button.is-white.full {
  background-color: var(--white);
  color: var(--black);
}

.button.is-orange {
  border-color: var(--orange);
  color: var(--orange);
}

.button.is-orange:hover {
  background-color: var(--orange);
  color: var(--white);
  box-shadow: 0 0 10px #ff770080;
}

.button.is-orange.full {
  background-color: var(--orange);
  color: var(--white);
}

.button.is-orange.full:hover {
  background-color: #ed7104;
}

.button.is-green {
  border-color: var(--green-2);
  background-color: var(--green-2);
  color: var(--white);
}

.button.is-green:hover {
  box-shadow: 0 0 10px 0 var(--green-2);
  color: var(--white);
  background-color: #32c669;
  border-color: #32c669;
}

.button.is-full {
  background-color: var(--black);
  color: var(--white);
}

.margin-medium {
  margin: 2rem;
}

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

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

.text-style-allcaps {
  text-transform: uppercase;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.margin-custom2 {
  margin: 2.5rem;
}

.nav_button {
  padding: 1rem;
}

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

.padding-medium {
  padding: 2rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

.text-size-small {
  font-size: .875rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-size-large {
  font-size: 1.5rem;
}

.form_message-error {
  color: #3b0b0b;
  background-color: #f8e4e4;
  margin-top: .75rem;
  padding: .75rem;
}

.padding-xsmall {
  padding: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

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

.spacing-clean {
  margin: 0;
  padding: 0;
}

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

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

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.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_3-col.is-align-start {
  align-items: start;
}

.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_item.is-stretch {
  justify-items: stretch;
}

.text-style-nowrap {
  white-space: nowrap;
}

.margin-huge {
  margin: 6rem;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.padding-xxsmall {
  padding: .25rem;
}

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

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

.margin-xhuge {
  margin: 8rem;
}

.padding-huge {
  padding: 6rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.padding-global {
  width: 100%;
  height: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.text-style-link {
  color: #2d62ff;
  text-decoration: underline;
}

.padding-tiny {
  padding: .125rem;
}

.padding-section-medium {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.background-color-tertiary {
  background-color: #dd23bb;
}

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

.padding-xlarge {
  padding: 4rem;
}

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

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

.spacer-large {
  padding-top: 3rem;
}

.background-color-primary {
  color: #fff;
  background-color: #000;
}

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

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_message {
  color: #5e5515;
  background-color: #fcf8d8;
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_logo {
  width: 10rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-height-medium {
  height: 2rem;
}

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

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

.code-embed {
  justify-content: flex-start;
  align-items: center;
  width: 1rem;
  display: flex;
}

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

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

.navbar_component {
  justify-content: space-between;
  align-items: center;
  height: 3.6rem;
  display: flex;
}

.navbar_logo-container {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-2 {
  filter: sepia();
  width: 10rem;
}

.navbar_link-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  height: 100%;
  display: flex;
}

.navbar_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--black);
  justify-content: center;
  align-items: center;
  padding: .5rem;
  text-decoration: none;
  display: flex;
}

.navbar_link-text {
  font-weight: 400;
}

.navbar_link-icon {
  width: 1rem;
  height: 1rem;
}

.button-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.navbar_bg {
  z-index: -1;
  background-color: var(--gray);
  position: absolute;
  inset: 0%;
  box-shadow: 0 4px 10px #00000040;
}

.padding-hero-section {
  padding-top: 8.6rem;
  padding-bottom: 5rem;
}

.hero_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: linear-gradient(105deg, #345a69, #2e7d9d 27%, #0d848f 56%, #006462 81%, #008732);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  padding: 2rem;
  display: grid;
}

.hero_content-title {
  color: var(--white);
  font-size: 3.5rem;
}

.hero_content-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero_content-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.hero_content-list-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.hero_content-list-icon {
  color: var(--white);
  flex: none;
  width: 1rem;
  height: 1rem;
}

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

.benefice_section {
  position: relative;
}

.benefice_bg {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.benefice_content-list-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.benefice_content-icon {
  filter: drop-shadow(0 0 5px #f70);
  color: var(--orange);
  width: 1.5rem;
  height: 1.5rem;
}

.benefice_content-container {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-flow: column;
  display: flex;
}

.benefice_content-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.benefice_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 3fr 2fr;
  position: relative;
}

.benefice_hexagon {
  color: var(--orange);
  width: 4rem;
  height: 4rem;
  position: sticky;
  top: 20rem;
}

.benefice_content-battery-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 20rem;
}

.benefice_content-battery {
  border: 1px solid #c6c6c6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 16.5rem;
  height: 16.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 5px #00000040, 0 0 30px #00000040;
}

.battery-icon {
  z-index: 1;
  filter: drop-shadow(0 0 10px #00000040);
  color: var(--white);
  width: 6rem;
  height: 6rem;
  position: relative;
}

.battery-liquid {
  color: var(--green);
  width: 17rem;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.battery-liquid._2 {
  left: 50%;
}

.div-block {
  width: 33.8rem;
  display: flex;
  position: absolute;
  bottom: -.5rem;
  left: 0%;
}

.pricing_section {
  position: relative;
}

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

.benefice_svg {
  width: 25rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.benefice_svg2 {
  width: 25rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.pricing_title-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.pricing_table._2-columns {
  grid-template-columns: 1fr 1fr;
}

.pricing_table._1-column {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing_title {
  text-align: center;
}

.pricing_line-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.pricing_line {
  z-index: -1;
  width: 100%;
}

.pricing_card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--gray);
  border: 1px solid #919191;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 3rem 1.5rem;
  transition: box-shadow .5s, border-color .5s;
  display: flex;
  position: relative;
  box-shadow: 0 0 10px #00000040;
}

.pricing_card:hover {
  border-color: var(--orange);
  box-shadow: 0 0 10px #ff770080;
}

.pricing_card.pose {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  min-width: 40rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.pricing_card-img {
  aspect-ratio: 16 / 12;
  filter: drop-shadow(0 0 20px #12121240);
  object-fit: contain;
  border: 1px solid #919191;
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 0 20px 3px #00000040;
}

.pricing_card-img.pose {
  max-height: 20rem;
}

.pricing_card-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.pricing_card-list.flex-center {
  justify-content: flex-start;
  align-items: center;
}

.pricing_card-list-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing_card-list-icon {
  filter: drop-shadow(0 0 5px #ff770080);
  color: var(--orange);
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

.text-block-2 {
  text-align: center;
  font-weight: 700;
}

.pricing_card-price {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 800;
}

.pricing_bottom-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--gray);
  filter: drop-shadow(0 0 5px #00000040);
  border: 1px solid #919191;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 26rem;
  margin-left: auto;
  margin-right: auto;
  padding: .25rem .5rem;
  display: flex;
}

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

.pricing_bottom-icon {
  color: var(--orange);
  width: 3rem;
  height: 3rem;
}

.pricing_bg {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.pricing-svg {
  filter: drop-shadow(0px 0px 5px var(--orange));
  color: var(--orange);
  width: 20rem;
  position: absolute;
  top: 2rem;
  left: 2rem;
}

.pricing-svg2 {
  filter: drop-shadow(0px 0px 5px var(--green-2));
  color: var(--green);
  width: 20rem;
  position: absolute;
  inset: 4rem 0% auto auto;
}

.pricing-svg3 {
  width: 16rem;
  position: absolute;
  inset: auto auto 4rem -2rem;
}

.reviews_section {
  position: relative;
}

.reviews_title-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.reviews_title {
  text-align: center;
}

.reviews_heading-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.reviews_heading-icon {
  color: #00ea57;
  width: 2rem;
  height: 2rem;
}

.reviews_heading {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.5rem;
}

.reviews_content-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.reviews_card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--gray);
  border: 1px solid #919191;
  border-radius: 10px;
  flex-flow: column;
  height: 15rem;
  padding: 1.5rem;
  display: flex;
  box-shadow: 0 0 20px #00000040;
}

.reviews_card-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.code-embed-3 {
  width: 7.5rem;
  height: 1.5rem;
}

.reviews_card-date-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.reviews_card-paragraph {
  overflow: auto;
}

.reviews_avatar-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.reviews_avatar {
  border: 1px solid #919191;
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
}

.reviews_bg {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.code-embed-4 {
  width: 100%;
  position: absolute;
  bottom: 10%;
}

.final-cta_component {
  background-color: var(--black);
  filter: saturate(200%);
  background-image: linear-gradient(90deg, #000 20%, #0000), url('../images/pexels-pixabay-258083_1.avif');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 100%;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 3rem;
  display: flex;
}

.final-cta_content-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 42rem;
  display: flex;
}

.final-cta_content-title, .final-cta_content-paragraph {
  color: var(--white);
  text-align: left;
}

.faq_section {
  z-index: 2;
  position: relative;
}

.faq_component {
  z-index: 1;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq_title {
  text-align: center;
}

.faq_card-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 70rem;
  display: flex;
}

.faq_card {
  background-color: var(--gray);
  border: 1px solid #919191;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem;
  transition: border-color .5s, box-shadow .5s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 10px #00000040;
}

.faq_card:hover {
  border-color: var(--orange);
  box-shadow: 0 0 10px #ff770080;
}

.faq_card-title {
  font-size: 1.25rem;
}

.faq_card-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.faq_bg {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.faq_svg2 {
  width: 12rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.faq_card-title-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq_card-paragraph-container {
  padding-top: 0;
}

.ressources_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.ressources_title {
  text-align: center;
}

.ressources_card-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ressources_card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--gray);
  border: 1px solid #919191;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  text-decoration: none;
  transition: border-color .5s, box-shadow .5s;
  display: flex;
  box-shadow: 0 0 10px #00000040;
}

.ressources_card:hover {
  border-color: var(--orange);
  box-shadow: 0 0 10px #ff770080;
}

.ressources_card-text-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.ressources_card-img {
  aspect-ratio: 12 / 16;
  object-fit: cover;
  border: 1px solid #919191;
  border-radius: 10px;
  width: 10rem;
  height: 100%;
  box-shadow: 0 0 10px #00000080;
}

.footer_section {
  position: relative;
}

.footer_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1.25fr 1fr 1fr 1fr 1fr;
}

.footer_bg {
  z-index: -1;
  background-color: var(--gray);
  position: absolute;
  inset: 0%;
}

.footer_logo-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--black);
  border: 1px solid #919191;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  box-shadow: 0 0 10px #00000040;
}

.footer_logo-wrapper {
  justify-content: center;
  align-items: center;
  height: 4rem;
  display: flex;
  overflow: hidden;
}

.footer_logo {
  filter: sepia();
}

.footer_btn-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.footer_link-title {
  font-size: 1rem;
}

.footer_link-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.footer_link-wrapper {
  flex-flow: column;
  display: flex;
}

.footer_link {
  color: var(--black);
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: .75rem;
  text-decoration: none;
}

.footer_link:hover {
  text-underline-offset: 2px;
  text-decoration: underline;
}

.footer_bottom-link-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar_menu-container {
  z-index: -1;
  background-color: var(--gray);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15rem;
  display: none;
  position: absolute;
  top: 100%;
  left: 0%;
}

.navbar_menu-container.show, .navbar_menu-container.show:where(.w-variant-7755c58e-6501-f5c6-e369-78e49a21d73f) {
  display: flex;
}

.navbar_menu-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  border: 1px solid #919191;
  border-radius: 10px;
  padding: 2rem;
  display: flex;
  box-shadow: 0 0 20px #00000040;
}

.navbar_menu-link-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  min-width: 15rem;
  display: flex;
}

.navbar_menu-link-title {
  font-size: 1.5rem;
  text-decoration: underline;
}

.navbar_menu-link {
  color: var(--black);
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: .75rem;
  text-decoration: none;
}

.navbar_menu-link:hover {
  text-underline-offset: 2px;
  text-decoration: underline;
}

.navbar_menu-link-wrapper {
  flex-flow: column;
  display: flex;
}

.hero_img-container {
  display: flex;
}

.image-4 {
  filter: drop-shadow(0 0 20px #00000080);
  object-fit: cover;
  width: 16rem;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-5 {
  filter: drop-shadow(0 0 20px #00000080);
  object-fit: cover;
  width: 12rem;
}

.pricing_line-hide {
  background-color: var(--white);
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.benefice_element-tablet.show-tablet {
  display: none;
}

.faq_svg1 {
  width: 12rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.navbar-menu_line-top, .navbar-menu_line-center, .navbar-menu_line-bottom {
  background-color: #000;
}

.navbar-menu_line-container {
  display: none;
}

.copro_component {
  filter: saturate(200%);
  background-image: linear-gradient(135deg, #fd946e, #ffb882 20%, #fab892 45%, #ffb882 72%, #fd946e);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.copro_content-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 42rem;
  display: flex;
}

.copro_content-title, .copro_content-paragraph {
  color: var(--white);
  text-align: center;
}

.div-block-5 {
  z-index: -1;
  background-color: var(--black);
  filter: blur(200px);
  border-radius: 100%;
  width: 40rem;
  height: 20rem;
  position: absolute;
}

.article-hero_section {
  position: relative;
}

.progression-bar {
  z-index: 998;
  background-color: var(--green-2);
  width: 100%;
  height: .4rem;
  display: none;
  position: absolute;
  inset: 100% auto auto 0%;
}

.progression-bar:where(.w-variant-7755c58e-6501-f5c6-e369-78e49a21d73f) {
  background-color: var(--green-2);
  height: .4rem;
  display: block;
  position: absolute;
  top: 100%;
}

.progression-bar-light {
  background-color: var(--green);
  box-shadow: 0 0 5px 2px var(--green);
  width: 2px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.progression-bar-light:where(.w-variant-7755c58e-6501-f5c6-e369-78e49a21d73f) {
  background-color: var(--green);
  box-shadow: 0 0 5px 2px var(--green);
}

.article-hero_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.article-hero_title-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.article-hero_title {
  font-weight: 900;
}

.article-hero_title2 {
  font-size: 2rem;
  font-weight: 900;
}

.article-hero_content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3rem;
  display: flex;
}

.article-hero_content-container {
  z-index: 0;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 2px solid #919191;
  border-radius: 10px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px #00000040;
}

.article-hero_content-title {
  color: var(--black);
  text-align: left;
  font-size: 3rem;
  font-weight: 700;
}

.button-infos {
  background-color: var(--gray);
  text-align: center;
  border: 1px solid #919191;
  border-radius: 999px;
  width: 10rem;
  padding-top: .6rem;
  padding-bottom: .6rem;
  font-weight: 900;
}

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

.article-hero_bg {
  z-index: -1;
  background-image: linear-gradient(180deg, var(--green-2), white);
  height: 30rem;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-5 {
  font-weight: 700;
}

.article-hero_img-container {
  border-width: 5px;
  border-color: var(--orange);
  background-image: url('../images/pexels-daniel-andraski-197681005-11554667.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-radius: 100% 0 0 100%;
  height: 200%;
}

.article-hero_img-container._1 {
  background-image: url('../images/pexels-markusspiske-316401-1-1_1.avif');
}

.article-hero_img-container._2 {
  background-image: url('../images/pexels-damir-18328715_1.avif');
}

.article-hero_img-container._3 {
  background-image: url('../images/trois-wallbox-avec-puissance-en-kw_1.avif');
  background-position: 50% 20%;
}

.article-hero_content-bg {
  z-index: -1;
  background-color: var(--white);
  position: absolute;
  inset: 0%;
}

.article-content_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.article-content_block-quote {
  border-left-color: var(--orange);
  margin-bottom: 0;
}

.article-content_text-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.article-content_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.article-content_bold {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--orange);
  text-decoration-color: var(--orange);
  text-decoration-thickness: 2px;
}

.article-content_bold-green {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--green-2);
  text-decoration-color: var(--green-2);
  text-decoration-thickness: 2px;
}

.navbar-overlay {
  z-index: 998;
  background-image: linear-gradient(#00000080, #00000080);
  position: fixed;
  inset: 0%;
}

.contact_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--gray);
  border: 1px solid #919191;
  border-radius: 10px;
  grid-template-rows: auto;
  padding: 3rem;
  box-shadow: 0 0 10px #00000040;
}

.contact_form-input {
  border-radius: 5px;
  margin-bottom: 0;
}

.contact_form-block {
  margin-bottom: 0;
}

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

.contact_form-input-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.contact_form-text-area {
  border-radius: 5px;
  min-height: 10rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
}

.submit-button {
  background-color: var(--orange);
  border-radius: 5px;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.text-span {
  color: var(--orange);
  font-weight: 700;
}

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

.estimate_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--gray);
  border: 1px solid #919191;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 3rem;
  display: grid;
  box-shadow: 0 0 10px #00000040;
}

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

.estimate_form-block {
  margin-bottom: 0;
}

.estimate_form {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.estimate_form-input-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.estimate_form-input {
  background-color: var(--white);
  color: var(--black);
  border-radius: 5px;
  margin-bottom: 0;
  padding: .5rem .75rem;
}

.estimate_form-text-area {
  border-radius: 5px;
  min-height: 8rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
}

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

.button-form-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.estimate_form-select {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: var(--white);
  color: var(--black);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: .5rem .75rem .5rem .5rem;
}

.hero_bg {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.hero_svg {
  z-index: 2;
  filter: drop-shadow(0px 0px 5px var(--orange));
  color: var(--orange);
  width: 15rem;
  position: absolute;
  top: 6rem;
  left: 2rem;
}

.mentions_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.mentions_content-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.banner_content-container {
  background-color: var(--black);
  justify-content: space-around;
  align-items: center;
  width: 50%;
  height: 2rem;
  display: flex;
}

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

.banner_icon {
  filter: drop-shadow(0px 0px 5px var(--white));
  color: var(--white);
  width: 1.5rem;
  height: 1.5rem;
}

.banner_component {
  width: 200%;
  display: flex;
}

.hero-svg2 {
  filter: drop-shadow(0px 0px 5px var(--green-2));
  color: var(--green-2);
  width: 15rem;
  position: absolute;
  inset: 7rem 0% auto auto;
}

.text-block-7 {
  font-weight: 600;
}

.construction_section {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.construction_content-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.construction_title, .construction_paragraph {
  color: var(--white);
  text-align: center;
}

.construction_component {
  background-image: linear-gradient(120deg, #2575af, #5191bf 25%, #269c8c 50%, #2e9a88 75%, #34b776);
  border-radius: 10px;
  width: 100%;
  padding: 3rem 2rem;
}

.hero_svg3 {
  z-index: 2;
  filter: drop-shadow(0px 0px 5px var(--orange));
  color: var(--orange);
  width: 15rem;
  position: absolute;
  inset: auto 2rem 6rem auto;
  transform: rotate(180deg);
}

.success-form_section {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.success-form_component {
  background-color: var(--gray);
  border: 1px solid #919191;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 3rem 2rem;
  display: flex;
}

.success-form_content-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50rem;
  display: flex;
}

.success-form_content-title {
  text-align: center;
  font-size: 3.5rem;
}

.success-form_content-paragraph {
  text-align: center;
}

.text-block-8 {
  color: red;
  text-align: center;
}

.error-message {
  background-color: var(--white);
  border: 1px solid #919191;
  border-radius: 5px;
}

.text-block-9 {
  color: red;
  text-align: center;
}

.success-message {
  background-color: var(--white);
  border: 1px solid #919191;
  border-radius: 5px;
}

.input_success-form {
  display: none;
}

.pricing_card-price-small {
  text-align: center;
  text-decoration: line-through;
  -webkit-text-decoration-color: var(--orange);
  text-decoration-color: var(--orange);
  font-size: 1.25rem;
  font-weight: 900;
  text-decoration-thickness: 2px;
}

.div-block-6 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-10 {
  font-size: .75rem;
  font-weight: 700;
}

.cookie-banner {
  z-index: 997;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--gray);
  border: 1px solid #919191;
  border-radius: 10px;
  flex-flow: column;
  width: 30rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  padding: 2rem 1.5rem 1.5rem;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 0 0 10px #00000040;
}

.heading {
  font-size: 1.75rem;
}

.link {
  color: #919191;
  font-size: .75rem;
  position: absolute;
  inset: .5rem auto auto 1.5rem;
}

.div-block-7 {
  background-image: linear-gradient(90deg, #2f838b, #109fbf 51%, var(--green-2));
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 2.5rem;
  display: flex;
  position: absolute;
  top: -.75rem;
  box-shadow: 0 0 10px #139ebd;
}

.text-block-11 {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 600;
}

.simulator_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--gray);
  border: 1px solid #919191;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  place-items: center stretch;
  padding: 2rem;
  box-shadow: 0 0 10px #00000040;
}

.grid {
  grid-template-rows: auto;
}

.simulator_form {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.simulator_form-block {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.simulator_radio-btn-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f1f1f1;
  border: 1px solid #919191;
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
}

.simulator_radio-btn-container:hover {
  box-shadow: 0 0 10px #91919180;
}

.simulator_radio-btn-container.text-only {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: auto;
}

.radio-btn {
  z-index: 0;
  border: 5px solid #919191;
  width: 1.75rem;
  height: 1.75rem;
  margin-top: 0;
  margin-left: 0;
  transition: all .2s;
}

.radio-btn.w--redirected-checked {
  box-shadow: 0 0 10px 0 var(--green-2);
  background-color: #53da8500;
  background-image: url('../images/check-form-simulation.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px #919191;
}

.code-embed-5 {
  z-index: 1;
  filter: drop-shadow(0 0 10px #38383840);
  color: var(--black);
  width: 6rem;
  height: 5rem;
  position: relative;
}

.radio-btn-label {
  z-index: 1;
  color: var(--black);
  text-align: left;
  text-underline-offset: 3px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--orange);
  text-decoration-color: var(--orange);
  font-size: 1rem;
  font-weight: 900;
  text-decoration-thickness: 2px;
  position: relative;
}

.radio-btn-label.text-align-center, .radio-btn-label.house {
  text-align: center;
}

.simulator_step {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  min-width: 100%;
  display: grid;
}

.simulator_step._2-columns {
  grid-template-columns: 1fr 1fr;
}

.simulator_little-radio-button {
  margin-bottom: 0;
  padding-left: 0;
}

.radio-button-2 {
  margin-top: 0;
  margin-left: 0;
}

.radio-button-label-2 {
  font-weight: 700;
}

.radio-btn-small {
  z-index: 0;
  border: 5px solid #919191;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: 0;
  transition: all .2s;
}

.radio-btn-small.w--redirected-checked {
  box-shadow: 0 0 10px 0 var(--green-2);
  background-image: url('../images/check-form-simulation.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  border-color: #919191;
}

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

.image-6 {
  height: 10rem;
}

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

.simulator_price-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hack43-added-value, .text-block-13 {
  font-size: 3rem;
  font-weight: 900;
}

.simulator_text-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.tex-span-simulator {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--orange);
  text-decoration-color: var(--orange);
  font-weight: 900;
  text-decoration-thickness: 2px;
}

.simulator_price-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--gray);
  border: 1px solid #919191;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
  box-shadow: 0 0 10px #00000040;
}

.heading-2 {
  width: 20rem;
  font-size: 2rem;
}

.text-span-2 {
  text-underline-offset: 3px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--orange);
  text-decoration-color: var(--orange);
  font-weight: 900;
  text-decoration-thickness: 2px;
}

.pricing_menu {
  border: 1px solid #919191;
  border-radius: 1000px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5rem;
  padding: .5rem;
  transition: box-shadow .5s;
  display: flex;
  position: absolute;
  top: -6rem;
  overflow: hidden;
  box-shadow: 0 0 5px #0003;
}

.pricing_menu:hover {
  box-shadow: 0 0 10px #00000040;
}

.pricing_tabs-pane {
  height: 100%;
}

.pricing_tabs-content {
  height: 100%;
  overflow: visible;
}

.pricing_menu-link {
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 1000px;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: .625rem .5rem;
  display: flex;
}

.pricing_menu-link.w--current {
  background-color: #fff0;
}

.tab-link-tab-2 {
  background-color: #ddd0;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-3 {
  background-color: #ddd0;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing_tabs {
  flex-flow: column;
}

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

@media screen and (min-width: 1920px) {
  .code-embed-4 {
    bottom: 5%;
  }
}

@media screen and (max-width: 991px) {
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

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

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

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

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

  .nav_button {
    color: #fff;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

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

  .margin-huge {
    margin: 5rem;
  }

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

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-huge {
    padding: 5rem;
  }

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

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

  .hide-tablet {
    display: none;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-xlarge {
    padding: 3rem;
  }

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

  .spacer-large {
    padding-top: 2.5rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

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

  .button-icon {
    flex: none;
  }

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

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

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

  .hero_content-container, .benefice_content-list-item {
    justify-content: center;
    align-items: center;
  }

  .benefice_content-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .benefice_content-paragraph, .benefice_content-title {
    text-align: center;
  }

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

  .benefice_hexagon {
    opacity: .25;
    width: 10rem;
    height: 10rem;
    top: 10rem;
  }

  .benefice_content-battery-container {
    opacity: .25;
  }

  .pricing_table {
    grid-row-gap: 8rem;
    grid-template-columns: 1fr 1fr;
  }

  .pricing_card-list {
    justify-content: flex-start;
    align-items: center;
  }

  .pricing-svg {
    width: 15rem;
  }

  .pricing-svg2 {
    width: 15rem;
    top: 3rem;
    right: -3rem;
  }

  .pricing-svg3 {
    bottom: 3rem;
    left: -3rem;
  }

  .reviews_content-container {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .reviews_card-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .faq_card-container {
    width: auto;
  }

  .faq_card {
    z-index: 1;
  }

  .ressources_card-container {
    grid-template-columns: 1fr;
  }

  .footer_component {
    grid-template-columns: 1.25fr 1fr 1fr;
  }

  .footer_btn-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .navbar_menu-container {
    height: auto;
    min-height: 15rem;
    padding: 1rem;
  }

  .navbar_menu-wrapper {
    grid-row-gap: 2rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 40rem;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar_menu-link-container {
    min-width: 0;
  }

  .navbar_menu-link-title {
    font-size: 1.25rem;
  }

  .hero_img-container {
    justify-content: center;
    align-items: center;
  }

  .benefice_element-tablet {
    z-index: -1;
    position: absolute;
    inset: 0%;
  }

  .benefice_element-tablet.show-tablet {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .benefice_hexagon-container {
    opacity: 0;
    position: absolute;
  }

  .article-hero_content-container {
    grid-template-columns: 1fr;
    place-items: center stretch;
  }

  .article-hero_img-container {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    height: 20rem;
  }

  .contact_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

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

  .banner_component {
    width: 300%;
  }

  .hero-svg2 {
    width: 15rem;
    top: 6rem;
    right: -2rem;
  }

  .construction_content-container, .success-form_content-container {
    width: auto;
  }

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

  .simulator_title, .simulator_paragraph {
    text-align: center;
  }

  .heading-2 {
    width: auto;
  }

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

@media screen and (max-width: 767px) {
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

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

  .heading-style-h6 {
    font-size: .75rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

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

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .button-group {
    justify-content: center;
    align-items: center;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .margin-large {
    margin: 1.5rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

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

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

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

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

  .text-style-nowrap {
    white-space: normal;
  }

  .margin-huge {
    margin: 3.5rem;
  }

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

  .margin-xhuge {
    margin: 4rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .padding-xlarge {
    padding: 2rem;
  }

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

  .spacer-large {
    padding-top: 1.5rem;
  }

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

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

  .navbar_link-container {
    background-color: var(--gray);
    justify-content: center;
    align-items: center;
    height: 4rem;
    display: none;
    position: absolute;
    inset: 100% 0% auto;
    box-shadow: 0 5px 5px #00000040;
  }

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

  .benefice_svg2 {
    width: 20rem;
    bottom: -3rem;
    right: 0;
  }

  .pricing_table {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .pricing_table._2-columns {
    grid-template-columns: 1fr;
  }

  .pricing_card.pose {
    min-width: 0;
  }

  .pricing-svg {
    opacity: .5;
    width: 15rem;
    top: 0;
    left: 1rem;
  }

  .pricing-svg2 {
    opacity: .5;
    top: 0;
    right: 0;
  }

  .pricing-svg3 {
    opacity: .5;
    bottom: -2rem;
  }

  .final-cta_component {
    background-image: linear-gradient(#000 36%, #0000), url('../images/pexels-pixabay-258083_1.avif');
    background-position: 0 0, 30% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 30rem;
    justify-content: flex-start;
    align-items: flex-start;
    height: 60rem;
  }

  .final-cta_component:where(.w-variant-af2e2634-3bff-6402-c964-953726e76a42) {
    height: 55rem;
  }

  .ressources_card {
    flex-flow: column;
  }

  .ressources_card-img {
    width: auto;
  }

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

  .footer_logo-wrapper {
    height: 10rem;
  }

  .footer_btn-container {
    align-items: stretch;
  }

  .footer_bottom-link-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .navbar-menu_line-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 1.5rem;
    height: 1.25rem;
    display: flex;
    position: relative;
  }

  .navbar-menu_line-top {
    background-color: #000;
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-menu_line-center.is-absolute {
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 50%;
    bottom: 50%;
  }

  .navbar-menu_line-bottom {
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-menu_line-container {
    padding: 1rem;
    display: flex;
  }

  .copro_component {
    background-image: linear-gradient(#000 36%, #0000), url('../images/pexels-pixabay-258083_1.avif');
    background-position: 0 0, 30% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 30rem;
    justify-content: flex-start;
    align-items: flex-start;
    height: 60rem;
  }

  .article-hero_content-wrapper {
    justify-content: center;
    align-items: center;
  }

  .article-hero_content-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .article-hero_content-title {
    text-align: center;
  }

  .contact_component {
    padding: 1.5rem;
  }

  .contact_title {
    text-align: center;
  }

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

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

  .estimate_component {
    padding: 1.5rem;
  }

  .estimate_form, .estimate_form-step {
    grid-template-columns: 1fr;
  }

  .hero_svg {
    width: 10rem;
    top: 20rem;
    left: 1rem;
  }

  .banner_component {
    width: 450%;
  }

  .hero-svg2 {
    width: 10rem;
    top: 5rem;
    right: 0;
  }

  .hero_svg3 {
    width: 10rem;
    top: 20rem;
    left: 1rem;
  }

  .cookie-banner {
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .simulator_component {
    padding: 1rem;
  }

  .radio-btn-small {
    flex: none;
  }

  .image-6 {
    object-fit: cover;
  }

  .hack43-added-value, .text-block-13 {
    font-size: 2.5rem;
  }

  .simulator_price-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

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

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

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

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

  .hide-mobile-portrait {
    display: none;
  }

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

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

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

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

  .button-icon {
    flex: none;
  }

  .hero_content-title {
    font-size: 3rem;
  }

  .hero_content-list-icon, .benefice_content-icon {
    flex: none;
  }

  .benefice_content-list {
    justify-content: center;
    align-items: flex-start;
  }

  .benefice_content-title {
    font-size: 2.5rem;
  }

  .benefice_hexagon {
    width: 5rem;
    height: 5rem;
    top: 15rem;
  }

  .benefice_svg {
    width: 15rem;
  }

  .benefice_svg2 {
    width: 15rem;
    bottom: 0;
  }

  .pricing_title {
    font-size: 2.5rem;
  }

  .pricing_card-list {
    justify-content: center;
    align-items: flex-start;
  }

  .pricing_bottom-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .pricing_bottom-title {
    font-size: 1.75rem;
  }

  .pricing_bottom-icon {
    width: 2rem;
    height: 2rem;
  }

  .pricing-svg, .pricing-svg2 {
    opacity: 1;
    width: 10rem;
  }

  .pricing-svg3 {
    width: 10rem;
    bottom: -1rem;
    left: -1.5rem;
  }

  .reviews_title {
    font-size: 2.5rem;
  }

  .reviews_heading-icon {
    flex: none;
  }

  .reviews_heading {
    font-size: 1.25rem;
  }

  .reviews_content-container {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .code-embed-4 {
    width: 65rem;
    bottom: 40%;
    left: -31rem;
    transform: rotate(90deg);
  }

  .final-cta_component {
    background-image: linear-gradient(#000, #00000040), url('../images/pexels-pixabay-258083_1.avif');
    background-position: 0 0, 30% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 18rem;
    height: 55rem;
    padding: 1.5rem;
  }

  .final-cta_component:where(.w-variant-af2e2634-3bff-6402-c964-953726e76a42) {
    background-image: linear-gradient(#000, #00000040), url('../images/pexels-pixabay-258083_1.avif');
    background-position: 0 0, 30% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 18rem;
    height: 55rem;
  }

  .final-cta_content-container {
    justify-content: center;
    align-items: center;
  }

  .final-cta_content-title {
    text-align: center;
    font-size: 2.5rem;
  }

  .final-cta_content-paragraph {
    text-align: center;
  }

  .faq_title {
    font-size: 2.5rem;
  }

  .faq_card-icon {
    flex: none;
  }

  .ressources_title {
    font-size: 2.5rem;
  }

  .ressources_card {
    padding: 1.5rem;
  }

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

  .footer_logo-wrapper {
    height: 6rem;
  }

  .footer_bottom-link-container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .hero_img-container {
    flex-flow: column;
  }

  .image-4 {
    width: 10rem;
  }

  .div-block-2 {
    flex-flow: row;
  }

  .image-5 {
    width: 9rem;
  }

  .navbar-menu_line-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 1.5rem;
    height: 1.25rem;
    display: flex;
    position: relative;
    inset: 0% auto 0% 0%;
  }

  .navbar-menu_line-top {
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-menu_line-center {
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

  .navbar-menu_line-center.is-absolute {
    position: absolute;
    top: 50%;
    bottom: 50%;
  }

  .navbar-menu_line-bottom {
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .copro_component {
    background-image: linear-gradient(#000, #00000080), url('../images/pexels-pixabay-258083_1.avif');
    background-position: 0 0, 30% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 18rem;
    height: 50rem;
    padding: 1.5rem;
  }

  .copro_content-container {
    justify-content: center;
    align-items: center;
  }

  .copro_content-title {
    text-align: center;
    font-size: 2.5rem;
  }

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

  .article-hero_content-wrapper {
    justify-content: center;
    align-items: center;
    padding: 2rem 1rem;
  }

  .article-hero_content-wrapper:where(.w-variant-7755c58e-6501-f5c6-e369-78e49a21d73f) {
    padding: 1rem;
  }

  .article-hero_content-title {
    text-align: center;
    font-size: 2.5rem;
  }

  .article-hero_content-title:where(.w-variant-7755c58e-6501-f5c6-e369-78e49a21d73f), .article-content_h2 {
    font-size: 2.5rem;
  }

  .article-content_list {
    padding-left: 30px;
  }

  .contact_component {
    padding: 1rem;
  }

  .contact_title {
    font-size: 2.5rem;
  }

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

  .estimate_component {
    padding: 1rem;
  }

  .estimate_title-container {
    justify-content: center;
    align-items: center;
  }

  .estimate_title {
    text-align: center;
    font-size: 2.5rem;
  }

  .hero_svg {
    opacity: 1;
    width: 10rem;
    top: 10rem;
    left: -2rem;
    transform: rotate(90deg);
  }

  .mentions_title {
    font-size: 2.5rem;
  }

  .mentions_content-title {
    font-size: 2.25rem;
  }

  .mentions_content-h3 {
    font-size: 1.5rem;
  }

  .banner_component {
    width: 600%;
  }

  .hero-svg2 {
    opacity: 1;
    width: 10rem;
  }

  .construction_title {
    font-size: 3rem;
  }

  .hero_svg3 {
    opacity: 1;
    width: 10rem;
    top: 10rem;
    left: -2rem;
    transform: rotate(90deg);
  }

  .success-form_component {
    padding: 2rem 1rem;
  }

  .success-form_content-title {
    font-size: 2.5rem;
  }

  .cookie-banner {
    display: flex;
  }

  .heading {
    text-align: center;
  }

  .paragraph {
    text-align: center;
    line-height: 1.5;
  }

  .simulator_title {
    font-size: 2.5rem;
  }

  .simulator_radio-btn-container {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .simulator_radio-btn-container.no-padding {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

  .radio-btn {
    flex: none;
    width: 1.5rem;
    height: 1.5rem;
  }

  .code-embed-5 {
    width: 3rem;
    height: 3rem;
    display: none;
  }

  .radio-btn-label {
    text-align: left;
  }

  .radio-btn-label.house {
    text-align: left;
    width: 11rem;
  }

  .radio-btn-label.long {
    width: 15rem;
  }

  .simulator_step, .simulator_step._2-columns {
    grid-template-columns: 1fr;
  }

  .simulator_form-title {
    font-size: 1.75rem;
  }

  .image-6 {
    width: 6rem;
    height: 7rem;
  }

  .simulator_text-container {
    z-index: 2;
    position: sticky;
    top: -13rem;
  }

  .simulator_price-container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .heading-2 {
    text-align: center;
    font-size: 1.5rem;
  }
}

#w-node-_5e3f63be-d9d5-ee20-151a-3965e7ecac1d-e7ecac18 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5e3f63be-d9d5-ee20-151a-3965e7ecac75-e7ecac18 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_85d5c36b-b16c-3152-53a3-ac58c6385957-c6385952 {
  align-self: start;
}

#w-node-_85d5c36b-b16c-3152-53a3-ac58c6385971-c6385952 {
  align-self: center;
}

#w-node-_85d5c36b-b16c-3152-53a3-ac58c6385974-c6385952, #w-node-_85d5c36b-b16c-3152-53a3-ac58c6385985-c6385952, #w-node-_85d5c36b-b16c-3152-53a3-ac58c6385987-c6385952, #w-node-_85d5c36b-b16c-3152-53a3-ac58c638598a-c6385952, #w-node-_85d5c36b-b16c-3152-53a3-ac58c63859a1-c6385952, #w-node-_85d5c36b-b16c-3152-53a3-ac58c63859a3-c6385952 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_85d5c36b-b16c-3152-53a3-ac58c63859a6-c6385952 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_85d5c36b-b16c-3152-53a3-ac58c63859b0-c6385952, #w-node-_85d5c36b-b16c-3152-53a3-ac58c63859b2-c6385952 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85d5c36b-b16c-3152-53a3-ac58c63859b5-c6385952, #w-node-_85d5c36b-b16c-3152-53a3-ac58c63859b7-c6385952, #w-node-_85d5c36b-b16c-3152-53a3-ac58c63859bb-c6385952, #w-node-_85d5c36b-b16c-3152-53a3-ac58c63859bf-c6385952 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_85d5c36b-b16c-3152-53a3-ac58c63859c3-c6385952, #w-node-_85d5c36b-b16c-3152-53a3-ac58c63859c5-c6385952 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85d5c36b-b16c-3152-53a3-ac58c63859c8-c6385952, #w-node-_85d5c36b-b16c-3152-53a3-ac58c63859ca-c6385952 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_85d5c36b-b16c-3152-53a3-ac58c63859de-c6385952, #w-node-_85d5c36b-b16c-3152-53a3-ac58c63859e0-c6385952 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85d5c36b-b16c-3152-53a3-ac58c63859e3-c6385952 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_85d5c36b-b16c-3152-53a3-ac58c63859f5-c6385952, #w-node-_85d5c36b-b16c-3152-53a3-ac58c63859f7-c6385952 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85d5c36b-b16c-3152-53a3-ac58c63859fa-c6385952, #w-node-_85d5c36b-b16c-3152-53a3-ac58c63859fc-c6385952 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_85d5c36b-b16c-3152-53a3-ac58c6385a07-c6385952 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26efca7d-f18d-9e52-43f8-564e81891170-8189111a {
  align-self: start;
}

#w-node-ece915db-484b-e42d-54f5-cd292a0a62bd-a63c8e21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ece915db-484b-e42d-54f5-cd292a0a62dc-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a62e1-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a62e6-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a62eb-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a62f1-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a62f7-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a62fd-a63c8e21 {
  justify-self: start;
}

#w-node-ece915db-484b-e42d-54f5-cd292a0a63df-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a63e7-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a63fe-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a6417-a63c8e21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ece915db-484b-e42d-54f5-cd292a0a641a-a63c8e21 {
  justify-self: start;
}

#w-node-ece915db-484b-e42d-54f5-cd292a0a641c-a63c8e21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ece915db-484b-e42d-54f5-cd292a0a641f-a63c8e21 {
  justify-self: start;
}

#w-node-ece915db-484b-e42d-54f5-cd292a0a646f-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a6479-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a647a-a63c8e21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ece915db-484b-e42d-54f5-cd292a0a64ec-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a64f1-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a64f6-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a64fb-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a6500-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a6505-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a650f-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a6514-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a6519-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a651e-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a6523-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a6528-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a652d-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a6532-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a6537-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a653c-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a6541-a63c8e21 {
  justify-self: start;
}

#w-node-ece915db-484b-e42d-54f5-cd292a0a6545-a63c8e21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ece915db-484b-e42d-54f5-cd292a0a6546-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a654b-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a6550-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a6555-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a6569-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a656e-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a6573-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a6578-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a657d-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a6582-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a658c-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a6591-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a6596-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a659b-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a65a0-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a65a5-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a65aa-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a65af-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a65b4-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a65b9-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a65be-a63c8e21 {
  justify-self: start;
}

#w-node-ece915db-484b-e42d-54f5-cd292a0a65c2-a63c8e21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ece915db-484b-e42d-54f5-cd292a0a65c3-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a65c8-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a65cd-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a65d2-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a65e3-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a65e8-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a65ed-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a65f2-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a65f7-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a65fc-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a6601-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a6606-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a660b-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a6610-a63c8e21 {
  justify-self: start;
}

#w-node-ece915db-484b-e42d-54f5-cd292a0a6614-a63c8e21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ece915db-484b-e42d-54f5-cd292a0a6615-a63c8e21 {
  justify-self: start;
}

#w-node-ece915db-484b-e42d-54f5-cd292a0a6618-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a6699-a63c8e21, #w-node-ece915db-484b-e42d-54f5-cd292a0a66c6-a63c8e21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ece915db-484b-e42d-54f5-cd292a0a6709-a63c8e21 {
  justify-self: start;
}

#w-node-_847fb012-3aed-0b69-7d4f-9e420ff75910-adb01d80 {
  align-self: center;
}

#w-node-d5a1797b-219c-8344-548c-445ef5beb7e6-adb01d80, #w-node-bbd5749e-3e28-f878-f140-10af04430dc0-adb01d80, #w-node-_563e6578-8304-fe73-7c4f-149ca3659104-adb01d80 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a92a5c8a-bdbf-76f9-8ad5-c220fd89acec-a2e448d8 {
  align-self: center;
}

#w-node-a92a5c8a-bdbf-76f9-8ad5-c220fd89ad06-a2e448d8, #w-node-_1dd207e7-718b-7773-30a6-8ccaae053e7b-a2e448d8, #w-node-ac5dc260-69df-2913-0e10-8e0eb3b7ba91-a2e448d8, #w-node-_09da15f2-03c1-c06b-b0ea-c57f902a3ac9-a2e448d8, #w-node-_09da15f2-03c1-c06b-b0ea-c57f902a3ad5-a2e448d8, #w-node-_37765434-fae9-e09f-7cf1-eea626678703-a2e448d8, #w-node-_09da15f2-03c1-c06b-b0ea-c57f902a3adb-a2e448d8, #w-node-_09da15f2-03c1-c06b-b0ea-c57f902a3ae1-a2e448d8, #w-node-_596313fd-1f3a-0e68-fb8d-ee159c5804ed-a2e448d8, #w-node-e4e1c41f-4ea5-873b-3199-64a3346fcd0c-a2e448d8, #w-node-b587aac8-9c93-fbe4-2812-d11c5354a34f-a2e448d8, #w-node-afbefb7a-40c5-2960-e871-08c99a178153-a2e448d8, #w-node-b587aac8-9c93-fbe4-2812-d11c5354a355-a2e448d8, #w-node-b587aac8-9c93-fbe4-2812-d11c5354a361-a2e448d8, #w-node-a62537d4-6d72-dbf0-59d3-19f6273be23e-a2e448d8, #w-node-faaa89da-e972-68d0-f515-61e24b5c282b-a2e448d8, #w-node-_21c03f1b-c274-4cf9-32e3-649585edb618-a2e448d8, #w-node-b587aac8-9c93-fbe4-2812-d11c5354a367-a2e448d8, #w-node-b587aac8-9c93-fbe4-2812-d11c5354a36a-a2e448d8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-b720eefe-65c5-5da2-c79a-3d73c3edf84e-71b0cc62 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-aa4fb128-715d-6317-00f5-999b5a152e39-71b0cc62, #w-node-_620a6ea4-39ef-7795-2a7e-06fef2b6d8bf-71b0cc62 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5e3f63be-d9d5-ee20-151a-3965e7ecac75-e7ecac18 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_26efca7d-f18d-9e52-43f8-564e81891121-8189111a {
    order: -9999;
  }

  #w-node-_4240e081-c746-080b-fe6f-51eae4653296-1bec70ac {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4240e081-c746-080b-fe6f-51eae46534bd-1bec70ac, #w-node-_4240e081-c746-080b-fe6f-51eae46534eb-1bec70ac {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_73d48857-2dab-a088-a09c-64d25142b5c9-56ca8d20, #w-node-b266f699-6a3c-2bf8-55d9-264d537a8b45-5ac0bb9f, #w-node-b6a363d4-23ca-2c87-f5c5-bfe0ed3f82af-302ab0af, #w-node-e15c2087-81a1-5522-139f-346d1655d350-302ad695, #w-node-e1b58ab2-6a1d-4f05-2b69-044274c28bd8-e5de1ab7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e1b58ab2-6a1d-4f05-2b69-044274c28dff-e5de1ab7, #w-node-e1b58ab2-6a1d-4f05-2b69-044274c28e2d-e5de1ab7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1977e53e-4fe2-d38e-835b-a34885ee6c39-c312da51, #w-node-a0f5753e-7bc9-656e-9dfe-fa76f8235c7f-50567e66 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a0f5753e-7bc9-656e-9dfe-fa76f8235ea6-50567e66, #w-node-a0f5753e-7bc9-656e-9dfe-fa76f8235ed4-50567e66 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2a8ce3c8-3d84-362a-98a7-cc2ffb4b1bd1-a1661c0d, #w-node-_803a5ece-685e-98c8-aafa-4f693ce36a1f-13f04583, #w-node-f43a6414-f057-8e02-c9f8-6751d320f976-940d1cd5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f43a6414-f057-8e02-c9f8-6751d320fb9d-940d1cd5, #w-node-f43a6414-f057-8e02-c9f8-6751d320fbcb-940d1cd5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_95664ac5-1620-873e-3619-7877cdc0213f-e0395757 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_95664ac5-1620-873e-3619-7877cdc02366-e0395757, #w-node-_95664ac5-1620-873e-3619-7877cdc02394-e0395757 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b720eefe-65c5-5da2-c79a-3d73c3edf84e-71b0cc62, #w-node-aa4fb128-715d-6317-00f5-999b5a152e39-71b0cc62, #w-node-_620a6ea4-39ef-7795-2a7e-06fef2b6d8bf-71b0cc62 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5e3f63be-d9d5-ee20-151a-3965e7ecac1d-e7ecac18, #w-node-_5e3f63be-d9d5-ee20-151a-3965e7ecac75-e7ecac18 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4240e081-c746-080b-fe6f-51eae4653296-1bec70ac, #w-node-_4240e081-c746-080b-fe6f-51eae46534bd-1bec70ac, #w-node-_4240e081-c746-080b-fe6f-51eae46534eb-1bec70ac, #w-node-_73d48857-2dab-a088-a09c-64d25142b5c9-56ca8d20, #w-node-b266f699-6a3c-2bf8-55d9-264d537a8b45-5ac0bb9f, #w-node-b6a363d4-23ca-2c87-f5c5-bfe0ed3f82af-302ab0af, #w-node-e15c2087-81a1-5522-139f-346d1655d350-302ad695, #w-node-e1b58ab2-6a1d-4f05-2b69-044274c28bd8-e5de1ab7, #w-node-e1b58ab2-6a1d-4f05-2b69-044274c28dff-e5de1ab7, #w-node-e1b58ab2-6a1d-4f05-2b69-044274c28e2d-e5de1ab7, #w-node-d5a1797b-219c-8344-548c-445ef5beb7e6-adb01d80, #w-node-bbd5749e-3e28-f878-f140-10af04430dc0-adb01d80, #w-node-_563e6578-8304-fe73-7c4f-149ca3659104-adb01d80, #w-node-a92a5c8a-bdbf-76f9-8ad5-c220fd89ad06-a2e448d8, #w-node-_1dd207e7-718b-7773-30a6-8ccaae053e7b-a2e448d8, #w-node-ac5dc260-69df-2913-0e10-8e0eb3b7ba91-a2e448d8, #w-node-_09da15f2-03c1-c06b-b0ea-c57f902a3ac9-a2e448d8, #w-node-_09da15f2-03c1-c06b-b0ea-c57f902a3ad5-a2e448d8, #w-node-_37765434-fae9-e09f-7cf1-eea626678703-a2e448d8, #w-node-_09da15f2-03c1-c06b-b0ea-c57f902a3adb-a2e448d8, #w-node-_09da15f2-03c1-c06b-b0ea-c57f902a3ae1-a2e448d8, #w-node-_596313fd-1f3a-0e68-fb8d-ee159c5804ed-a2e448d8, #w-node-b587aac8-9c93-fbe4-2812-d11c5354a34f-a2e448d8, #w-node-afbefb7a-40c5-2960-e871-08c99a178153-a2e448d8, #w-node-b587aac8-9c93-fbe4-2812-d11c5354a355-a2e448d8, #w-node-b587aac8-9c93-fbe4-2812-d11c5354a361-a2e448d8, #w-node-a62537d4-6d72-dbf0-59d3-19f6273be23e-a2e448d8, #w-node-faaa89da-e972-68d0-f515-61e24b5c282b-a2e448d8, #w-node-_21c03f1b-c274-4cf9-32e3-649585edb618-a2e448d8, #w-node-b587aac8-9c93-fbe4-2812-d11c5354a367-a2e448d8, #w-node-_1977e53e-4fe2-d38e-835b-a34885ee6c39-c312da51, #w-node-a0f5753e-7bc9-656e-9dfe-fa76f8235c7f-50567e66, #w-node-a0f5753e-7bc9-656e-9dfe-fa76f8235ea6-50567e66, #w-node-a0f5753e-7bc9-656e-9dfe-fa76f8235ed4-50567e66, #w-node-_2a8ce3c8-3d84-362a-98a7-cc2ffb4b1bd1-a1661c0d, #w-node-_803a5ece-685e-98c8-aafa-4f693ce36a1f-13f04583, #w-node-f43a6414-f057-8e02-c9f8-6751d320f976-940d1cd5, #w-node-f43a6414-f057-8e02-c9f8-6751d320fb9d-940d1cd5, #w-node-f43a6414-f057-8e02-c9f8-6751d320fbcb-940d1cd5, #w-node-_95664ac5-1620-873e-3619-7877cdc0213f-e0395757, #w-node-_95664ac5-1620-873e-3619-7877cdc02366-e0395757, #w-node-_95664ac5-1620-873e-3619-7877cdc02394-e0395757 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5e3f63be-d9d5-ee20-151a-3965e7ecac1d-e7ecac18, #w-node-_5e3f63be-d9d5-ee20-151a-3965e7ecac75-e7ecac18, #w-node-_85d5c36b-b16c-3152-53a3-ac58c6385974-c6385952 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_85d5c36b-b16c-3152-53a3-ac58c6385976-c6385952, #w-node-_85d5c36b-b16c-3152-53a3-ac58c638597b-c6385952, #w-node-_85d5c36b-b16c-3152-53a3-ac58c6385980-c6385952 {
    justify-self: center;
  }

  #w-node-_85d5c36b-b16c-3152-53a3-ac58c6385985-c6385952, #w-node-_85d5c36b-b16c-3152-53a3-ac58c6385987-c6385952, #w-node-_85d5c36b-b16c-3152-53a3-ac58c638598a-c6385952, #w-node-_85d5c36b-b16c-3152-53a3-ac58c63859a1-c6385952, #w-node-_85d5c36b-b16c-3152-53a3-ac58c63859a3-c6385952, #w-node-_85d5c36b-b16c-3152-53a3-ac58c63859a6-c6385952 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_85d5c36b-b16c-3152-53a3-ac58c63859b5-c6385952, #w-node-_85d5c36b-b16c-3152-53a3-ac58c63859c3-c6385952, #w-node-_85d5c36b-b16c-3152-53a3-ac58c63859c5-c6385952, #w-node-_85d5c36b-b16c-3152-53a3-ac58c63859c8-c6385952, #w-node-_85d5c36b-b16c-3152-53a3-ac58c63859ce-c6385952, #w-node-_85d5c36b-b16c-3152-53a3-ac58c63859d2-c6385952, #w-node-_85d5c36b-b16c-3152-53a3-ac58c63859d6-c6385952, #w-node-_85d5c36b-b16c-3152-53a3-ac58c63859da-c6385952, #w-node-_85d5c36b-b16c-3152-53a3-ac58c63859de-c6385952, #w-node-_85d5c36b-b16c-3152-53a3-ac58c63859e0-c6385952 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_85d5c36b-b16c-3152-53a3-ac58c63859e3-c6385952, #w-node-_85d5c36b-b16c-3152-53a3-ac58c63859fa-c6385952, #w-node-_85d5c36b-b16c-3152-53a3-ac58c63859fc-c6385952 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


