:root {
  --black: black;
  --white: white;
  --paragraph: rgba(255, 255, 255, .4);
  --light-grey: #f4f4f4;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Poppins, Verdana, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

p {
  color: var(--paragraph);
  margin-bottom: 0;
}

a {
  border-color: var(--black);
  opacity: .6;
  color: var(--white);
  text-decoration: underline;
  transition: all .2s;
}

a:hover {
  opacity: .9;
}

a.w--current {
  opacity: 1;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.hide {
  display: none;
}

.text-style-link {
  text-decoration: underline;
}

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

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

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

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

.container-large {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.max-width-large.align-center {
  max-width: 56rem;
}

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

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  max-width: 20rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper.max-width-full.timeline-on-page {
  margin-top: 0;
  overflow: hidden;
}

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-bottom-2.margin-xxlarge.is-tablet-medium {
  text-align: center;
}

.margin-bottom-2.margin-medium {
  margin: 0 0 2rem;
}

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

.margin-bottom-2.margin-custom1 {
  margin: 0 0 7rem;
}

.margin-bottom-2.margin-tiny, .margin-bottom-2.margin-small, .margin-bottom-2.margin-large, .margin-bottom-2.margin-0, .margin-bottom-2.margin-xlarge, .margin-bottom-2.margin-xhuge, .margin-bottom-2.margin-xxhuge, .margin-bottom-2.margin-huge, .margin-bottom-2.margin-xxsmall, .margin-bottom-2.margin-custom2, .margin-bottom-2.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-weight-medium {
  color: var(--paragraph);
  font-weight: 500;
}

.text-size-medium {
  font-size: 1.125rem;
  font-weight: 300;
}

.rl-styleguide-message-delete-this {
  height: 100vh;
  text-align: center;
  background-color: #f1f0ee;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl-styleguide-message-wrapper {
  text-align: left;
  background-color: #e4e2df;
  border-radius: 16px;
  padding: 2.5rem;
}

.rl-styleguide-message-fixed {
  z-index: 99;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

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

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

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

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-link-wrapper {
  width: 100%;
  background-image: linear-gradient(135deg, rgba(255, 116, 72, .15), rgba(255, 72, 72, .15) 50%, rgba(98, 72, 255, .15)), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

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

.background-color-gray {
  background-color: var(--light-grey);
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

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

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px rgba(0, 0, 0, .14);
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

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

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

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

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

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.form-checkbox-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 0;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form-checkbox-label {
  margin-bottom: 0;
}

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

.text-size-tiny.text-weight-light {
  color: var(--white);
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.button {
  border: 1px solid var(--black);
  background-color: var(--white);
  opacity: 1;
  color: var(--black);
  text-align: center;
  border-radius: 100rem;
  padding: 1rem 2.25rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.button:hover {
  opacity: .9;
}

.button.is-link {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  border-color: var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-secondary:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, .1);
}

.button.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-alternate {
  background-color: var(--white);
  color: #000;
}

.button.is-tertiary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button.is-navbar14-button {
  color: #111;
  border-style: none;
  padding: .75rem 2rem;
  font-size: 1rem;
  font-weight: 400;
}

.button.is-navbar14-button.hide-mobile-portrait {
  font-weight: 500;
}

.button.max-width-full.is-pricing22-button {
  padding: .75rem 1.5rem;
}

.text-weight-normal {
  color: var(--paragraph);
  font-weight: 400;
}

.heading-style-h4 {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.3;
}

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

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

.form-radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px rgba(0, 0, 0, .18);
}

.text-weight-light {
  color: var(--paragraph);
  font-weight: 300;
}

.rl-styleguide_label {
  color: var(--white);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  background-color: #be4aa5;
}

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

.text-size-regular.opacity50 {
  opacity: .5;
}

.text-weight-xbold {
  color: var(--paragraph);
  font-weight: 800;
}

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

.text-weight-bold {
  color: var(--white);
  font-weight: 600;
}

.icon-height-xlarge {
  height: 6.5rem;
}

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

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

.form-input {
  height: auto;
  min-height: 2.75rem;
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input::placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.is-select-input {
  background-image: none;
}

.rl-styleguide_paste-text {
  color: rgba(0, 0, 0, .5);
  text-align: center;
  border: 1px dashed rgba(0, 0, 0, .15);
  padding: 1rem;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  align-items: center;
  justify-items: start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

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

.rl-styleguide_color {
  padding-bottom: 8rem;
}

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

.button-group.is-center {
  justify-content: center;
}

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

.text-color-white.text-size-large {
  font-size: 1.125rem;
  font-weight: 300;
}

.text-color-white.timeline-number {
  font-size: 2rem;
  line-height: 1.2;
}

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

.text-weight-semibold {
  color: var(--white);
  font-weight: 600;
}

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

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

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

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

.shadow-xxsmall {
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

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

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

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

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

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

.shadow-xsmall {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

.form-radio-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 100px;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

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

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

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  text-decoration: none;
  display: flex;
}

.icon-height-custom1 {
  height: 1.25rem;
}

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

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

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-wrapper {
  position: relative;
}

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

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

.shadow-large {
  box-shadow: 0 20px 24px -4px rgba(0, 0, 0, .08), 0 8px 8px -4px rgba(0, 0, 0, .03);
}

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

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

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text a {
  text-decoration: underline;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--black);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .06);
}

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

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(0, 0, 0, .03);
}

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

.icon-height-xsmall {
  height: 1.5rem;
}

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

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

.rl-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: #eee;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

.padding-global {
  z-index: 2;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.padding-global.z-index-4 {
  z-index: 20;
}

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

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

.padding-section-large.padding-hero-header {
  padding-top: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-gray {
  background-color: var(--light-grey);
}

.header78_image-list-top {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  display: grid;
}

.header78_image-list-bottom {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: -62.7%;
  display: grid;
}

.header78_content-bottom {
  width: 100vw;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.header78_image-list {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.header78_component {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.header78_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header78_image-wrapper {
  width: 26rem;
  border-radius: 10026px;
  padding-top: 75%;
  position: relative;
}

.section_heroheader {
  z-index: 3;
  background-color: var(--black);
  position: relative;
}

.header78_images-layout {
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar15_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar15_dropdown-link {
  padding: .5rem 1rem;
}

.navbar15_dropdown-link.w--current {
  color: var(--black);
}

.dropdown-chevron {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar15_button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar15_instructions-list-item {
  padding-left: .5rem;
}

.navbar15_menu {
  align-items: center;
}

.navbar15_logo-link {
  padding-left: .5rem;
  display: none;
}

.navbar15_container {
  height: auto;
  min-height: 4.5rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 100rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
  box-shadow: 0 4px 40px rgba(0, 0, 0, .1);
}

.navbar15_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
  position: absolute;
  top: auto;
  bottom: 100%;
  left: 0%;
  right: 0%;
}

.navbar-15-instructions-delete {
  width: 100%;
  background-color: var(--light-grey);
  text-align: left;
  padding: 2rem;
}

.navbar-on-page {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.navbar15_menu-link-wrapper {
  display: flex;
}

.navbar15_instructions-list {
  padding-left: 1.25rem;
}

.navbar15_component {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
}

.navbar15_component.delete-this-class {
  width: auto;
  display: block;
  position: relative;
}

.navbar15_arrow-link {
  width: 2.5rem;
  height: 2.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar15_menu-button {
  padding: 0;
}

.navbar15_link {
  opacity: 1;
  color: var(--white);
  border-radius: 100rem;
  padding: .75rem 1.5rem;
}

.navbar15_link.w--current {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--white);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .02));
}

.section_logo {
  z-index: 3;
  background-color: var(--black);
  position: relative;
}

.logo1_component {
  max-width: 56rem;
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.logo1_logo {
  max-height: 3.5rem;
}

.section_header {
  z-index: 2;
  min-height: 100svh;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section_timeline {
  z-index: 0;
  background-color: var(--black);
  position: relative;
}

.layout-352-instructions-delete {
  background-color: var(--light-grey);
  text-align: left;
  padding: 2rem;
}

.layout352_instructions-list {
  padding-left: 1.25rem;
}

.layout352_instructions-list-item {
  padding-left: .5rem;
}

.timeline-on-page {
  z-index: 0;
  position: relative;
}

.layout352_component {
  z-index: 1;
  background-color: var(--black);
  position: relative;
}

.layout352_heading {
  z-index: 3;
  background-color: var(--black);
  position: relative;
}

.layout352_timeline {
  z-index: -3;
}

.layout352_layout {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.layout352_progress {
  z-index: -2;
  width: 3px;
  height: 100%;
  background-color: rgba(255, 255, 255, .1);
  position: absolute;
}

.layout352_progress-bar {
  z-index: -3;
  width: 3px;
  height: 50vh;
  background-color: #5100bb;
  position: fixed;
  top: 0;
  bottom: 50vh;
}

.layout352_fade-overlay-top {
  z-index: 1;
  width: 100%;
  height: 6rem;
  background-image: linear-gradient(to bottom, var(--black), rgba(255, 255, 255, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.layout352_fade-overlay-bottom {
  z-index: 1;
  width: 100%;
  height: 6rem;
  background-image: linear-gradient(to top, var(--black), rgba(255, 255, 255, 0));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.layout352_item {
  z-index: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: grid;
  position: relative;
}

.layout352_centre {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.layout352_circle {
  width: 3.5rem;
  height: 3.5rem;
  background-image: linear-gradient(45deg, #050505, #2e2e2e);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1);
}

.layout352_right {
  font-weight: 400;
}

.layout352_image-wrapper {
  overflow: hidden;
}

.section_projets {
  z-index: 3;
  background-color: var(--black);
  position: relative;
}

.layout178_component {
  max-width: 80rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.layout178_image-wrapper {
  width: 100%;
  position: relative;
}

.layout178_image {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.section_avantages {
  z-index: 3;
  background-color: var(--black);
  position: relative;
}

.layout241_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.layout241_list {
  z-index: 10;
  max-width: 80rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
  position: relative;
}

.layout241_item {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, rgba(3, 3, 3, .4), #151515);
  border-radius: 1.5rem;
  flex-direction: column;
  align-items: center;
  padding: 2.25rem 1.5rem;
}

.section_services {
  z-index: 2;
  background-color: var(--black);
  position: relative;
}

.layout242_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.layout242_list {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  justify-items: center;
  display: grid;
}

.layout242_item {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section_outils {
  z-index: 1;
  background-color: var(--black);
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
}

.banner16_component {
  width: 100vw;
  max-width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  overflow: hidden;
}

.banner16_content-top {
  justify-content: flex-end;
  display: flex;
}

.banner16_marquee-top {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: space-around;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.banner16_heading-wrapper {
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.banner16_image-wrapper {
  width: 7.5rem;
  height: 7.5rem;
  background-image: linear-gradient(45deg, #030303, #151515);
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner16_image-wrapper.hide-tablet {
  background-image: none;
}

.banner16_image {
  width: 100%;
  height: 100%;
  max-height: 5rem;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.banner16_content-bottom {
  justify-content: flex-start;
  display: flex;
}

.banner16_marquee-bottom {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: space-around;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.section_pricing {
  z-index: 2;
  background-color: var(--black);
  position: relative;
}

.pricing5_component {
  max-width: 80rem;
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.pricing5_content-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.pricing5_content-item {
  display: flex;
}

.pricing5_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1.5rem;
}

.pricing5_plan {
  height: 100%;
  background-image: linear-gradient(45deg, #050505, #151515);
  border-radius: 1.5rem;
  padding: 1.5rem;
}

.pricing5_plan.height-centered {
  height: auto;
  background-image: none;
}

.pricing5_content-top {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pricing5_divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .1);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pricing5_feature-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  display: grid;
}

.pricing5_feature {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

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

.section_comparatifs {
  z-index: 3;
  background-color: var(--black);
  position: relative;
}

.pricing22_component {
  width: 100%;
  max-width: 80rem;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.pricing22_top-row {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
}

.pricing22_top-row.pricing22_row {
  position: relative;
}

.pricing22_top-row.pricing22_row.pricing22_background-row.pricing22_border-none {
  z-index: -1;
  border-style: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.pricing22_empty-space {
  height: auto;
  min-height: 75px;
}

.pricing22_top-row-content {
  height: auto;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.pricing22_top-row-content.selected-column.border-linear {
  height: 108.155%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
  border-radius: 24px;
  margin: -24px -8px;
  overflow: hidden;
}

.pricing22_top-row-price {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.pricing22_top-row-price-month {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.pricing22_heading-row {
  margin-top: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.pricing22_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  align-items: stretch;
}

.pricing22_row.background-color-gray {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
}

.pricing22_row.pricing22_border-none {
  border: 1px #000;
}

.pricing22_feature {
  padding: 1rem 1.5rem;
  font-size: 1.25rem;
}

.pricing22_row-content {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-weight: 300;
  display: flex;
}

.pricing22_bottom-row {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  padding-top: 2rem;
}

.pricing22_bottom-row.pricing22_top-row.pricing22_row {
  display: none;
}

.pricing22_bottom-row-content {
  height: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.faq1_component {
  border-bottom: 1px solid var(--black);
}

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

.faq1_question {
  border-top: 1px solid var(--black);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

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

.faq1_answer {
  overflow: hidden;
}

.section_cta {
  z-index: 0;
  min-height: 70svh;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer7_component {
  background-color: var(--black);
  display: block;
  position: relative;
}

.footer7_top-wrapper {
  z-index: 9;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.footer7_logo-link {
  margin-bottom: 2rem;
  padding-left: 0;
}

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

.footer7_link {
  opacity: 1;
  text-align: center;
  font-size: .875rem;
  font-weight: 300;
  text-decoration: none;
  overflow: visible;
}

.line-divider {
  width: 100%;
  height: 1px;
  background-color: var(--black);
}

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

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

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

.footer7_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

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

.testimonial19_content {
  width: 100%;
  background-image: linear-gradient(45deg, #000, #151515);
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.testimonial19_mask {
  width: 33.33%;
  overflow: visible;
}

.testimonial19_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial19_client-image-wrapper {
  margin-right: 1rem;
}

.testimonial19_rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonial19_component {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 4rem;
  padding-left: .875rem;
  padding-right: .875rem;
  overflow: hidden;
}

.section_testimonial19 {
  z-index: 3;
  background-color: var(--black);
  position: relative;
}

.testimonial19_slide {
  padding-left: 1rem;
  padding-right: 1rem;
}

.testimonial19_rating-icon {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial19_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.testimonial19_arrow {
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid var(--black);
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  bottom: 4rem;
}

.testimonial19_arrow.hide-mobile-landscape {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .25), rgba(255, 255, 255, 0));
  border-style: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1);
}

.testimonial19_client {
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

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

.faq4_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.faq4_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

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

.section_faq4 {
  z-index: 3;
  background-color: var(--black);
  position: relative;
}

.faq4_accordion {
  border: 1px none var(--black);
  background-image: linear-gradient(45deg, #06050a, #1c1a1d);
  border-radius: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq4_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.heroheader_item {
  align-items: center;
  display: flex;
}

.layout16_item-text-wrapper {
  margin-left: .5rem;
}

.layout16_item-icon-wrapper {
  background-image: linear-gradient(45deg, #17072c, #352b42);
  border: 1px #000;
  border-radius: 100rem;
  flex: none;
  align-self: flex-start;
  padding: .25rem;
}

.heroheader_avantages {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.link-center {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  font-weight: 300;
  display: flex;
}

.body {
  font-weight: 400;
}

.logo-header_wrapper {
  width: 100%;
  height: 56px;
  text-align: center;
  justify-content: center;
  margin-bottom: 6rem;
  padding-top: 0;
  display: flex;
  position: relative;
}

.border-linear {
  background-image: linear-gradient(210deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
  padding: 1px;
}

.border-linear.rounded {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
  border-radius: 100rem;
}

.border-linear.rounded.navbar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
}

.border-linear._24px {
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
  border-radius: 24px;
}

.border-linear._24px.inverted {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
}

.border-linear._24px.left {
  background-image: linear-gradient(to right, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
}

.border-linear._8px {
  border-radius: .5rem;
}

.border-linear._8px.inverted {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
}

.border-linear._24px-copy {
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
  border-radius: 24px;
}

.border-linear._24px-copy.inverted {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
}

.border-linear._24px-copy.left {
  background-image: linear-gradient(to right, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
}

.purple-halo {
  z-index: 1;
  width: 100%;
  height: 110vh;
  pointer-events: none;
  background-image: radial-gradient(circle at 50% 0, rgba(81, 0, 187, .5), rgba(81, 0, 187, 0) 70%, rgba(81, 0, 187, 0));
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -5%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.purple-halo.position-right {
  z-index: 1;
  width: 100%;
  height: 100rem;
  opacity: .65;
  background-image: radial-gradient(circle closest-corner at 100%, rgba(81, 0, 187, .5), rgba(0, 0, 0, 0));
  border-radius: 0;
  top: -90%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.purple-halo.position-right.section-avantages {
  background-image: radial-gradient(circle closest-corner at 100%, rgba(81, 0, 187, .5), rgba(0, 0, 0, 0));
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.purple-halo.position-right.section-comparatif {
  height: 85rem;
  top: -50%;
}

.purple-halo.position-left {
  width: 100%;
  height: 80rem;
  opacity: .65;
  background-image: radial-gradient(circle closest-corner at 0%, rgba(81, 0, 187, .5), rgba(81, 0, 187, 0));
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.purple-halo.position-left.section-pricing {
  z-index: 3;
  opacity: .35;
}

.purple-halo.position-left.section-faq {
  z-index: 2;
  height: 90rem;
  opacity: .75;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.purple-halo.footer {
  z-index: 0;
  opacity: .65;
  background-image: radial-gradient(circle farthest-side at 50% 100%, rgba(81, 0, 187, .5), rgba(81, 0, 187, 0));
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-color-linear {
  background-image: linear-gradient(210deg, #352b42, #17072c);
}

.background-color-linear.display-inlineflex {
  padding: .75rem 1.5rem;
}

.background-color-linear.display-inlineflex.rounded {
  background-image: linear-gradient(210deg, rgba(69, 48, 98, .5), rgba(23, 7, 44, .8));
  border-radius: 100rem;
}

.asset-wrapper {
  z-index: -1;
  width: 300px;
  opacity: .2;
  transform-style: preserve-3d;
  position: absolute;
  top: 67%;
  bottom: 118px;
  left: -4%;
  right: -20%;
  transform: rotateX(0)rotateY(-180deg)rotateZ(-137deg)rotate(158deg);
}

.asset-wrapper.section-header {
  width: auto;
  height: auto;
  min-height: auto;
  aspect-ratio: auto;
  opacity: .6;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  top: 22%;
  bottom: 0%;
  left: 15%;
  right: auto;
  transform: rotate(-21deg);
}

.asset-wrapper.section-header.right {
  width: 200px;
  filter: blur(4px);
  position: absolute;
  top: 20%;
  bottom: 48%;
  left: 76%;
  right: 0%;
  transform: rotate(26deg);
}

.asset-wrapper.section-cta {
  z-index: -1;
  width: 100%;
  opacity: .5;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(12deg);
}

.asset-left_wrapper {
  z-index: -1;
  width: 200px;
  opacity: .6;
  filter: blur(3px);
  position: absolute;
  top: -7.7rem;
  bottom: auto;
  left: 1.2rem;
  right: auto;
  transform: rotate(37deg);
}

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

.services_li-title {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  align-items: center;
  display: flex;
}

.services_li-title.section-pricing {
  justify-content: space-between;
}

.badge {
  border: 1px solid #fff;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: 2px .75rem;
  display: flex;
}

.badge.pricing {
  background-image: linear-gradient(to right, #1b1712, #3a2c11);
  border-style: none;
  padding: .375rem 1.125rem;
}

.badge.compare {
  background-color: #1f7f1d;
  border-style: none;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.badge.compare.negative {
  background-color: #b41818;
}

.text-deactivate {
  color: var(--paragraph);
}

.logo-compare {
  max-width: 80%;
}

.image-2 {
  position: static;
  top: 0;
  bottom: auto;
  left: auto;
  right: auto;
}

.paragraph {
  font-weight: 300;
}

.text-size-medium-bold {
  font-size: 1.125rem;
  font-weight: 400;
}

.paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12 {
  font-weight: 300;
}

.asset-right-wrapper {
  z-index: -1;
  width: 200px;
  opacity: .6;
  position: absolute;
  top: 156px;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: rotate(37deg);
}

.image-3 {
  width: 1000px;
  transform-style: preserve-3d;
  transform: scale(2)rotateX(0)rotateY(-180deg)rotateZ(58deg);
}

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

.bold-text, .bold-text-copy, .bold-text-copy-copy {
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 500;
}

.purple-halo-copy {
  z-index: 1;
  width: 100%;
  height: 50rem;
  pointer-events: none;
  background-image: radial-gradient(circle at 50% 0, rgba(81, 0, 187, .5), rgba(81, 0, 187, 0) 76%);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -5%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.purple-halo-copy.position-right {
  z-index: 1;
  width: 100%;
  height: 100rem;
  opacity: .65;
  background-image: radial-gradient(circle closest-corner at 100%, rgba(81, 0, 187, .5), rgba(0, 0, 0, 0));
  border-radius: 0;
  top: -90%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.purple-halo-copy.position-right.section-avantages {
  background-image: radial-gradient(circle closest-corner at 100%, rgba(81, 0, 187, .5), rgba(0, 0, 0, 0));
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.purple-halo-copy.position-right.section-comparatif {
  height: 85rem;
  top: -50%;
}

.purple-halo-copy.position-left {
  width: 100%;
  height: 80rem;
  opacity: .65;
  background-image: radial-gradient(circle closest-corner at 0%, rgba(81, 0, 187, .5), rgba(81, 0, 187, 0));
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.purple-halo-copy.position-left.section-pricing {
  z-index: 3;
  opacity: .35;
}

.purple-halo-copy.position-left.section-faq {
  z-index: 2;
  height: 90rem;
  opacity: .75;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.purple-halo-copy.footer {
  z-index: 0;
  opacity: .65;
  background-image: radial-gradient(circle farthest-side at 50% 100%, rgba(81, 0, 187, .5), rgba(81, 0, 187, 0));
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block {
  opacity: 1;
}

.image-4 {
  width: 400px;
}

.image-5 {
  width: auto;
  aspect-ratio: auto;
  opacity: .49;
}

.asset-wrapper-2 {
  z-index: -1;
  width: 400px;
  opacity: .6;
  position: absolute;
  top: 25%;
  bottom: 118px;
  left: 76%;
  right: -20%;
  transform: rotate(158deg);
}

.asset-wrapper-2.section-header {
  width: auto;
  height: auto;
  min-height: auto;
  aspect-ratio: auto;
  opacity: .6;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  top: 22%;
  bottom: 0%;
  left: 15%;
  right: auto;
  transform: rotate(-21deg);
}

.asset-wrapper-2.section-header.right {
  width: 200px;
  filter: blur(4px);
  position: absolute;
  top: -4%;
  bottom: 48%;
  left: 86%;
  right: 0%;
  transform: rotate(-158deg);
}

.asset-wrapper-2.section-cta {
  z-index: -1;
  opacity: .5;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(12deg);
}

.asset-wrapper-2.reveal.reveal-reverse.reveal-img {
  opacity: .4;
  top: 30%;
  bottom: 204px;
  left: 71%;
  right: -17%;
  transform: rotate(-28deg);
}

.asset-wrapper-3 {
  z-index: -1;
  width: 400px;
  opacity: .2;
  position: absolute;
  top: 29%;
  bottom: 188px;
  left: 73%;
  right: -20%;
  transform: rotate(18deg);
}

.asset-wrapper-3.section-header {
  width: auto;
  height: auto;
  min-height: auto;
  aspect-ratio: auto;
  opacity: .6;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  top: 22%;
  bottom: 0%;
  left: 15%;
  right: auto;
  transform: rotate(-21deg);
}

.asset-wrapper-3.section-header.right {
  width: 200px;
  filter: blur(4px);
  position: absolute;
  top: -4%;
  bottom: 48%;
  left: 86%;
  right: 0%;
  transform: rotate(-158deg);
}

.asset-wrapper-3.section-cta {
  z-index: -1;
  opacity: .5;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(12deg);
}

.main-logo {
  opacity: 1;
}

.main-logo.w--current {
  z-index: 2;
  width: 336px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.lottie-animation {
  width: auto;
  height: 56px;
}

.image-9 {
  width: 400px;
}

.image-10 {
  opacity: 1;
}

.text-span {
  font-family: Bigdailyshortweb, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.heading {
  font-style: normal;
  font-weight: 500;
}

.heading-2, .heading-3 {
  font-size: 4rem;
}

.section_cta_100 {
  z-index: 10;
  height: 100vh;
  min-height: 70svh;
  background-color: var(--black);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.consents-form {
  margin-bottom: 0;
  display: block;
}

.checkbox-cookie {
  width: 40px;
  height: 20px;
  background-color: #b8b8b8;
  background-image: url('../images/np_circle_2713168_FFFFFF.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-width: 2px;
  border-color: #b8b8b8;
  border-radius: 20px;
  transition: all .15s;
}

.checkbox-cookie.w--redirected-checked {
  background-color: #1f7f1d;
  background-image: url('../images/np_circle_2713168_FFFFFF.svg');
  background-position: 100%;
  background-size: contain;
  border: 2px #27313d;
}

.checkbox-cookie.w--redirected-focus {
  box-shadow: none;
}

.cookie-tag {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Bigdailyshortweb, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.paragraph-14 {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
}

.paragraph-14.bold {
  color: #fff;
  text-align: right;
  font-size: 15px;
  font-weight: 700;
}

.paragraph-14.text-manager {
  color: var(--black);
}

.link-privacy {
  color: #fff;
  text-decoration: underline;
}

.privacy-title {
  color: #fff;
  margin-bottom: 20px;
  font-family: Bigdailyshortweb, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #d6d6d6;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  display: grid;
}

.fs-manager-opener {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: rgba(39, 49, 61, 0);
  border: 1px #000;
  border-radius: 50px;
  padding: 5px;
  transition: all .3s;
  position: fixed;
  top: auto;
  bottom: 40px;
  left: 30px;
  right: auto;
}

.fs-manager-opener:hover {
  opacity: 1;
  transform: rotate(270deg)scale(1.1);
}

.button-2 {
  opacity: .6;
  color: var(--black);
  background-color: #fff;
  border: 2px #27313d;
  border-radius: 100px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 20px;
  padding: 12px 20px;
  font-family: Poppins, Verdana, sans-serif;
  font-weight: 300;
  transition: all .3s;
}

.button-2:hover {
  opacity: 1;
  color: #000;
  background-color: #fff;
  border: 2px #27313d;
}

.button-2.accept {
  float: left;
  color: var(--black);
  text-align: center;
  background-color: #fff;
  border-style: none;
  border-radius: 100px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 0;
  padding: 12px;
  font-family: Poppins, Verdana, sans-serif;
  font-weight: 500;
  position: relative;
}

.button-2.accept:hover {
  opacity: 1;
}

.button-2.deny {
  float: left;
  opacity: .6;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-style: none;
  border-width: 1px;
  border-radius: 100px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 20px;
  padding: 12px 20px;
  font-family: Poppins, Verdana, sans-serif;
  font-weight: 300;
}

.button-2.deny:hover {
  opacity: 1;
  color: var(--black);
  background-color: #fff;
}

.fs-cookie-popup {
  width: auto;
  height: auto;
  max-width: 90vw;
  opacity: 1;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: rgba(250, 247, 242, 0);
  background-image: linear-gradient(95deg, rgba(255, 255, 255, .3), rgba(255, 255, 255, .05));
  border: 1px rgba(255, 255, 255, .1);
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 110px;
  margin-left: 2%;
  margin-right: 2%;
  padding: 15px 12px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}

.close-button {
  width: 30px;
  height: 30px;
  transition: all .3s;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.close-button:hover {
  opacity: .5;
  transform: scale(1.1)rotate(180deg);
}

.preferences-link {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-right: 0;
  font-family: Poppins, Verdana, sans-serif;
  font-weight: 300;
  display: block;
}

.preferences-link:hover {
  opacity: 1;
}

.checkbox-label {
  display: none;
}

.button-wrapper {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
}

.image-11 {
  transition: all .2s;
}

.fs-preferences-manager-wrapper {
  z-index: 2;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preferences-container {
  z-index: 99;
  max-height: 1080px;
  max-width: 700px;
  min-width: 500px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: rgba(250, 247, 242, 0);
  background-image: linear-gradient(225deg, rgba(255, 255, 255, .3), rgba(255, 255, 255, .1));
  border: 0 solid rgba(241, 241, 241, .23);
  border-radius: 20px;
  align-self: flex-start;
  margin-top: 25px;
  padding: 25px;
  display: block;
  position: relative;
}

.cookie-paragraph {
  width: auto;
  max-width: 330px;
  color: #fff;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: Poppins, Verdana, sans-serif;
  font-size: .8rem;
  font-weight: 300;
  position: static;
}

.cookies {
  display: none;
}

.selected-column-content {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #000, #151515);
  border-radius: 1.5rem;
}

.image-12 {
  display: inline-block;
  position: relative;
}

.div-block {
  z-index: 10;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block.meme-right {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

@media screen and (min-width: 1920px) {
  .pricing5_plan {
    background-image: linear-gradient(45deg, #050505, #151515);
  }

  .pricing22_component {
    position: relative;
  }

  .pricing22_top-row.pricing22_row.pricing22_background-row.pricing22_border-none {
    z-index: -1;
    border-bottom-style: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .pricing22_top-row-content {
    padding-left: 0;
  }

  .pricing22_top-row-content.selected-column {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
    border-radius: 12px;
    margin: -5px;
    position: relative;
  }

  .pricing22_top-row-content.selected-column.border-linear {
    z-index: auto;
    height: auto;
    background-image: linear-gradient(to right, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
    border-radius: 24px;
    margin: -24px -8px;
    padding-left: 1px;
    overflow: hidden;
  }

  .pricing22_row.pricing22_border-none {
    border-bottom-style: none;
  }

  .pricing22_bottom-row.pricing22_top-row.pricing22_row {
    display: none;
  }

  .border-linear._24px.left {
    background-image: linear-gradient(to right, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
  }

  .border-linear._8px.inverted.reveal {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
  }

  .purple-halo {
    height: 100vh;
    background-image: radial-gradient(circle at 50% 0, rgba(81, 0, 187, .5), rgba(81, 0, 187, 0) 50%, rgba(81, 0, 187, 0));
  }

  .fs-cookie-popup {
    margin-bottom: 30px;
  }

  .fs-preferences-manager-wrapper {
    display: none;
  }

  .preferences-container {
    align-self: center;
  }

  .selected-column-content {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, #050505, #151515);
    border-radius: 1.5rem;
    padding: 0;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

  .margin-bottom-2.margin-xxlarge.is-tablet-medium {
    margin-bottom: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

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

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

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

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

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

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

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

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

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

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

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

  .menu-icon2_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar15_dropdown-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

  .navbar15_logo {
    max-width: 8rem;
  }

  .menu-icon2 {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar15_dropdown-link {
    width: auto;
    text-align: center;
    padding: .75rem 0;
    font-size: 16px;
  }

  .dropdown-chevron {
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navbar15_button-wrapper {
    align-items: center;
  }

  .menu-icon2_line-top {
    width: 24px;
    height: 2px;
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar15_menu {
    width: 100%;
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    justify-content: center;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar15_logo-link {
    opacity: 1;
    padding-left: 0;
    display: block;
  }

  .navbar15_container {
    width: 100%;
    grid-template-columns: auto 1fr;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .navbar15_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar15_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar15_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .menu-icon2_line-middle {
    width: 24px;
    height: 2px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar15_menu-link-wrapper {
    width: 100%;
    background-image: linear-gradient(#1e1e1e, rgba(30, 30, 30, .9));
    border: 1px solid #000;
    border-top-style: none;
    border-radius: 1rem;
    flex-direction: column;
    margin-top: 1rem;
    padding: 2rem;
  }

  .navbar15_component {
    width: 100%;
    margin: 1.5rem auto 0;
    padding-left: 5%;
    padding-right: 5%;
    top: 0%;
    bottom: auto;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar15_arrow-link {
    display: none;
  }

  .navbar15_menu-button {
    padding: 0;
  }

  .navbar15_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar15_link {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: .75rem 0 1rem;
    font-size: 1.125rem;
  }

  .navbar15_link:hover {
    background-color: rgba(255, 255, 255, .1);
  }

  .layout352_item {
    grid-template-columns: 1fr 10rem 1fr;
  }

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

  .layout178_component {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

  .layout241_list, .layout242_list {
    grid-column-gap: 2rem;
  }

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

  .pricing5_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .pricing22_top-row-price {
    font-size: 3.25rem;
  }

  .testimonial19_mask {
    width: 50%;
  }

  .testimonial19_slide {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonial19_arrow {
    width: 3rem;
    height: 3rem;
  }

  .image-2, .lottie-animation {
    display: none;
  }

  .fs-manager-opener {
    z-index: 1;
  }

  .fs-cookie-popup {
    max-width: 95%;
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
  }

  .fs-preferences-manager-wrapper {
    padding-top: 40vh;
    padding-bottom: 10vh;
    display: none;
    overflow: scroll;
  }

  .preferences-container {
    align-self: center;
    margin-top: 100px;
  }

  .cookie-paragraph {
    font-size: 12px;
    line-height: 16px;
  }

  .cookies {
    align-self: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-style-quote {
    font-size: 1.125rem;
  }

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

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

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

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

  .button.is-navbar14-button {
    padding: .25rem 1rem;
  }

  .button.is-navbar14-button.hide-mobile-portrait {
    font-weight: 500;
  }

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

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

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

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

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

  .padding-global {
    z-index: 5;
  }

  .padding-global.z-index-4 {
    z-index: 20;
  }

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

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

  .padding-section-large.padding-hero-header {
    padding-top: 0;
  }

  .padding-section-large.hidden-element {
    display: none;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

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

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

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

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

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

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

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

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

  .header78_image-wrapper {
    width: 18rem;
  }

  .navbar15_container {
    min-height: 4rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar15_menu-link-wrapper {
    padding: 1.25rem;
  }

  .navbar15_component {
    margin-top: 1.25rem;
  }

  .logo1_component {
    flex-direction: row;
    padding-top: 1rem;
    display: flex;
  }

  .logo1_logo {
    max-height: 2.4rem;
    max-width: 100%;
  }

  .layout352_progress {
    left: .375rem;
  }

  .layout352_item {
    width: 100%;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
  }

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

  .layout352_centre {
    justify-content: flex-start;
    margin-left: -20px;
  }

  .layout178_component, .layout241_list, .layout242_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .banner16_image-wrapper {
    width: 4rem;
    height: 4rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .banner16_image {
    max-height: 5rem;
    max-width: 100%;
    object-fit: contain;
  }

  .section_pricing {
    z-index: 2;
  }

  .pricing5_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .pricing5_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pricing5_feature-list {
    grid-template-columns: 1fr;
  }

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

  .pricing22_empty-space {
    display: none;
  }

  .pricing22_top-row-price {
    font-size: 2.5rem;
  }

  .pricing22_top-row-price-month {
    font-size: 1.25rem;
  }

  .pricing22_row, .pricing22_row.background-color-gray {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .pricing22_feature, .pricing22_row-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

  .faq1_icon-wrapper {
    width: 1.75rem;
  }

  .section_cta {
    z-index: 0;
  }

  .footer7_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer7_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 1rem;
  }

  .footer7_credit-text {
    margin-top: 2rem;
  }

  .footer7_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .testimonial19_content {
    padding: 1.5rem;
  }

  .testimonial19_mask {
    width: 100%;
  }

  .testimonial19_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .testimonial19_component {
    padding-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial19_slide {
    margin-right: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial19_arrow {
    bottom: 3rem;
  }

  .testimonial19_client {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .faq4_icon-wrappper {
    width: 1.75rem;
  }

  .faq4_question {
    padding: 1rem 1.25rem;
  }

  .purple-halo.position-left.section-pricing {
    z-index: 2;
  }

  .asset-wrapper.section-cta {
    width: 100%;
    justify-content: center;
  }

  .assets {
    object-fit: fill;
  }

  .image {
    max-width: 100%;
  }

  .text-size-medium-bold {
    font-size: 1rem;
  }

  .heading-3 {
    font-size: 3rem;
  }

  .fs-cookie-popup {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 15px;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .fs-cookie-popup.reveal-cookies {
    display: flex;
  }

  .button-wrapper {
    grid-column-gap: 10px;
    margin-top: 0;
  }

  .fs-preferences-manager-wrapper {
    flex-direction: row;
    padding-top: 40vh;
    padding-bottom: 10vh;
    display: none;
    overflow: scroll;
  }

  .preferences-container {
    max-width: 80vw;
    min-width: 300px;
    margin-top: 200px;
    margin-bottom: 0;
    overflow: visible;
  }

  .cookie-paragraph {
    width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 16px;
  }

  .cookies {
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

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

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

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

  .margin-bottom-2.margin-medium {
    margin-bottom: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .text-size-medium.text-size-medium-bold {
    font-size: .75rem;
  }

  .button.max-width-full.is-pricing22-button {
    padding: .25rem 1rem;
  }

  .padding-global {
    z-index: 10;
  }

  .padding-section-large {
    display: block;
  }

  .padding-section-large.padding-hero-header {
    padding-top: 0;
  }

  .header78_image-wrapper {
    width: 60vw;
  }

  .navbar15_menu-link-wrapper {
    opacity: 1;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    outline-offset: 0px;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: rgba(255, 255, 255, .1);
    background-image: none;
    background-clip: border-box;
    outline: .4px solid rgba(255, 255, 255, .4);
  }

  .logo1_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .layout352_heading {
    z-index: 11;
  }

  .layout352_progress-bar {
    z-index: -3;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    display: block;
    overflow: visible;
  }

  .layout352_item {
    grid-template-columns: 3rem 1fr;
  }

  .layout352_item.reveal {
    order: 0;
  }

  .layout352_image-wrapper {
    width: 100%;
  }

  .layout178_component, .layout241_list, .layout242_list {
    grid-template-columns: 1fr;
  }

  .banner16_marquee-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .banner16_image-wrapper {
    border-radius: 1rem;
    padding-left: .5rem;
  }

  .banner16_marquee-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .pricing5_component, .pricing5_content-list {
    grid-template-columns: 1fr;
  }

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

  .pricing22_top-row-price {
    font-size: 1.5rem;
  }

  .pricing22_top-row-price-month {
    font-size: .875rem;
  }

  .logo-header_wrapper {
    display: block;
  }

  .purple-halo.position-right.section-comparatif, .purple-halo.position-left.section-pricing {
    z-index: -10;
  }

  .asset-wrapper {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image {
    width: 100%;
  }

  .image-2 {
    display: none;
  }

  .asset-wrapper-2 {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .asset-wrapper-2.reveal.reveal-reverse.reveal-img {
    top: 53%;
    bottom: 189px;
    left: 15%;
  }

  .asset-wrapper-3 {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-7, .image-8 {
    width: 100%;
  }

  .image-9 {
    width: 300px;
  }

  .image-10 {
    width: 100px;
  }

  .cookie-tag {
    margin-bottom: 2px;
  }

  .privacy-title {
    margin-bottom: 10px;
  }

  .button-2.accept, .button-2.deny {
    margin-right: 0;
  }

  .fs-cookie-popup {
    max-width: 90%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    object-fit: fill;
    border-style: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-content: start;
    align-items: start;
    justify-items: start;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 15px;
    display: grid;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .close-button {
    top: 10px;
    right: 10px;
  }

  .preferences-link {
    margin-right: 0;
  }

  .button-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .fs-preferences-manager-wrapper {
    text-align: left;
    object-fit: fill;
    align-items: flex-start;
    padding-top: 40vh;
    padding-bottom: 10vh;
    display: block;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: scroll;
  }

  .preferences-container {
    text-align: left;
    margin-top: 0;
    padding: 15px;
    display: block;
  }

  .cookie-paragraph {
    max-width: 300px;
    margin-bottom: 0;
    font-size: 12px;
  }
}

#w-node-b3d5d950-98b5-d746-a061-754f2b62a5cc-f4739f1e {
  justify-self: center;
}

#w-node-b3d5d950-98b5-d746-a061-754f2b62a5e0-f4739f1e {
  justify-self: end;
}

#w-node-_15a8e5dc-f893-ee1f-65b6-298f34720ed9-f4739f1e, #w-node-_15a8e5dc-f893-ee1f-65b6-298f34720edf-f4739f1e, #w-node-_15a8e5dc-f893-ee1f-65b6-298f34720ee5-f4739f1e {
  align-self: start;
}

#w-node-_203e449c-4534-325a-9db4-f3ae7f22be1a-f4739f1e, #w-node-_203e449c-4534-325a-9db4-f3ae7f22be1b-f4739f1e, #w-node-_203e449c-4534-325a-9db4-f3ae7f22be1c-f4739f1e, #w-node-_203e449c-4534-325a-9db4-f3ae7f22be1d-f4739f1e, #w-node-_203e449c-4534-325a-9db4-f3ae7f22be1e-f4739f1e, #w-node-_203e449c-4534-325a-9db4-f3ae7f22be1f-f4739f1e, #w-node-_203e449c-4534-325a-9db4-f3ae7f22be20-f4739f1e, #w-node-_203e449c-4534-325a-9db4-f3ae7f22be21-f4739f1e, #w-node-_203e449c-4534-325a-9db4-f3ae7f22be22-f4739f1e, #w-node-_203e449c-4534-325a-9db4-f3ae7f22be23-f4739f1e, #w-node-_203e449c-4534-325a-9db4-f3ae7f22be24-f4739f1e, #w-node-_203e449c-4534-325a-9db4-f3ae7f22be25-f4739f1e, #w-node-_203e449c-4534-325a-9db4-f3ae7f22be26-f4739f1e, #w-node-c35332e0-2718-6c81-3786-011e531aa8a4-f4739f1e, #w-node-c35332e0-2718-6c81-3786-011e531aa8a5-f4739f1e, #w-node-_6fea8a61-ec8c-b2fd-40d3-df8f15837d7d-f4739f1e, #w-node-_6fea8a61-ec8c-b2fd-40d3-df8f15837d7e-f4739f1e, #w-node-_49d74fda-8187-4f12-6474-1f0aa914ec9d-f4739f1e, #w-node-_49d74fda-8187-4f12-6474-1f0aa914ec9e-f4739f1e, #w-node-_9151ac19-4591-721d-27fe-0046111eb442-f4739f1e, #w-node-_9151ac19-4591-721d-27fe-0046111eb443-f4739f1e, #w-node-_4291c146-ea00-7144-b4a4-300fc493942d-f4739f1e, #w-node-_4291c146-ea00-7144-b4a4-300fc493942e-f4739f1e, #w-node-_38717ee2-d05c-8b7c-31e8-f6155c264663-f4739f1e, #w-node-_38717ee2-d05c-8b7c-31e8-f6155c264668-f4739f1e, #w-node-_38717ee2-d05c-8b7c-31e8-f6155c264669-f4739f1e, #w-node-_38717ee2-d05c-8b7c-31e8-f6155c264677-f4739f1e, #w-node-_38717ee2-d05c-8b7c-31e8-f6155c26467c-f4739f1e, #w-node-_38717ee2-d05c-8b7c-31e8-f6155c26468b-f4739f1e, #w-node-_38717ee2-d05c-8b7c-31e8-f6155c264690-f4739f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94f204b9-1763-5a6a-24b6-b41fd9985bbf-f4739f1e {
  align-self: stretch;
}

#w-node-_30c63a6e-c7e2-dc40-037d-ec6cdcdc6bf6-f4739f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc16750d-96f8-5a94-6387-55c7ba31f53f-f4739f1e {
  align-self: stretch;
}

#w-node-dc16750d-96f8-5a94-6387-55c7ba31f540-f4739f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_704c4b74-59db-a08a-49f3-5893c3907650-f4739f1e {
  align-self: stretch;
}

#w-node-_704c4b74-59db-a08a-49f3-5893c3907651-f4739f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f52f8f86-ee4e-4432-f842-556e283c4e29-f4739f1e {
  align-self: stretch;
}

#w-node-f52f8f86-ee4e-4432-f842-556e283c4e2a-f4739f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1d65f59-2ed9-8ea9-72d9-1e95efd1b0ea-f4739f1e {
  align-self: stretch;
}

#w-node-f1d65f59-2ed9-8ea9-72d9-1e95efd1b0eb-f4739f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c8cf142-8808-dee9-0bef-d657e594aa15-f4739f1e {
  align-self: stretch;
}

#w-node-_6c8cf142-8808-dee9-0bef-d657e594aa16-f4739f1e, #w-node-c5546cde-7bc7-10e6-b85e-94550b081a5e-f4739f1e, #w-node-_53a55341-628a-7693-4ecb-bb5ae3208b7c-f4739f1e, #w-node-_2eeef8d7-bf70-6650-338d-92f5ced03d38-f4739f1e, #w-node-_09d4cc70-77eb-8d0e-0f94-f85a7baf273c-f4739f1e, #w-node-cd1647a6-d2da-2f6e-9900-465ad255bb7e-f4739f1e, #w-node-e8987492-f34a-8bc8-0c39-e047f9149565-f4739f1e, #w-node-d644c338-0fea-f7b4-8e87-236c5ae042d3-f4739f1e, #w-node-d125e36b-6734-5508-25c2-09a20b01131a-f4739f1e, #w-node-_55b1f196-5c37-7875-bba9-2f485620dc6d-f4739f1e, #w-node-_82179953-ee89-d37b-af7e-b86c6aaeacf0-f4739f1e, #w-node-_81821130-5569-1ea8-c92e-8dd66ae8cdb6-f4739f1e, #w-node-_598c0880-4202-8b09-7885-4e89fac852f0-f4739f1e, #w-node-_0ac9c060-f99b-f7e6-43ef-762aec1d946b-f4739f1e, #w-node-dfc55f19-5d05-dbee-d16c-3e442797b846-f4739f1e, #w-node-b86939fe-86d5-d5b8-9b44-87bc8b96fc83-f4739f1e, #w-node-ab399882-cecc-aa63-82a1-6364df36dddc-f4739f1e, #w-node-a0f1dce0-25f6-6d8d-f33f-293790e0e20e-f4739f1e, #w-node-_65e647de-4713-18fd-b5da-4e767e1dc741-f4739f1e, #w-node-_062334e5-b44c-2d66-03e5-c77101176cc1-f4739f1e, #w-node-_2c3c1963-4bb9-aa65-bc58-0a60490fda7b-f4739f1e, #w-node-_2c3c1963-4bb9-aa65-bc58-0a60490fda7e-f4739f1e, #w-node-_2c3c1963-4bb9-aa65-bc58-0a60490fda81-f4739f1e, #w-node-_2c3c1963-4bb9-aa65-bc58-0a60490fda84-f4739f1e, #w-node-dbf54b26-79cb-0b10-a1c2-3fe9f5c6701e-f4739f1e, #w-node-_501e8a1b-37cf-8787-94dc-82c594902764-f4739f1e, #w-node-f65c31fb-2f78-916f-87d6-838e078f4015-f4739f1e, #w-node-_2c3c1963-4bb9-aa65-bc58-0a60490fda90-f4739f1e, #w-node-f8314215-4729-88dc-411d-1300d9b55612-f4739f1e, #w-node-a146c8c6-a47c-e206-cf45-802612a5d678-f4739f1e, #w-node-_44e66258-0e78-b231-b949-8854e511756c-f4739f1e, #w-node-_095d172a-221a-f740-ed89-41c0770aa99c-f4739f1e, #w-node-e86391d3-8a4a-eb87-4393-db25b79d13c2-f4739f1e, #w-node-_755b7db8-ff5f-d3c1-b43d-9ec60101712b-f4739f1e, #w-node-dbb63478-f576-d4a7-0d9b-36798777eac6-f4739f1e, #w-node-_4a0f118d-cfbd-be45-cb97-15a43ff4c8f5-f4739f1e, #w-node-_76803170-9a16-68ff-2764-881569690e04-f4739f1e, #w-node-_9d838183-1b48-73fd-e9cf-72ace72b90f5-f4739f1e, #w-node-_398e8390-7c5a-142d-5f83-439e54596827-f4739f1e, #w-node-_74c26a8a-652b-416b-a9c6-2555cffdd729-f4739f1e, #w-node-_57148ef5-8b04-9d51-464f-34cb0d1aa97f-f4739f1e, #w-node-af06c40d-2de7-6d47-7dfc-6c7fc1e8fe9e-f4739f1e, #w-node-d88ea5d1-b419-b72d-9291-5be088018324-f4739f1e, #w-node-e088ae52-9bca-85ac-573e-ef46eafec3fa-f4739f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84b1019c-b7bb-9470-ff27-21eb24428a19-f4739f1e, #w-node-_84b1019c-b7bb-9470-ff27-21eb24428a1e-f4739f1e, #w-node-_84b1019c-b7bb-9470-ff27-21eb24428a23-f4739f1e, #w-node-_84b1019c-b7bb-9470-ff27-21eb24428a28-f4739f1e, #w-node-_84b1019c-b7bb-9470-ff27-21eb24428a2d-f4739f1e, #w-node-_84b1019c-b7bb-9470-ff27-21eb24428a32-f4739f1e, #w-node-_1509b199-ebe3-012f-7370-149000686d8b-f4739f1e, #w-node-_8bda57b7-6fbe-c6a3-240e-eefe6d5d7472-f4739f1e, #w-node-a4188e05-40e2-abd2-32e8-292424e89d90-f4739f1e, #w-node-f6fecaf5-b876-e6c3-a7a1-995ae6907099-f4739f1e {
  align-self: start;
}

#w-node-c38f388c-9131-9a32-fa53-3fd43461b29e-f4739f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee85b1d4-0b0d-8d02-c555-3f704f61349a-f4739f1e, #w-node-ee85b1d4-0b0d-8d02-c555-3f704f61349f-f4739f1e, #w-node-ee85b1d4-0b0d-8d02-c555-3f704f6134a4-f4739f1e, #w-node-ee85b1d4-0b0d-8d02-c555-3f704f6134a9-f4739f1e, #w-node-ee85b1d4-0b0d-8d02-c555-3f704f6134ae-f4739f1e, #w-node-ee85b1d4-0b0d-8d02-c555-3f704f6134b3-f4739f1e, #w-node-d8d13cca-1d5e-3629-a671-c3bac7b45e98-f4739f1e {
  align-self: start;
}

#w-node-b3702eb7-a1ad-7701-92bf-2d0d4fe1b94a-f4739f1e {
  align-self: center;
}

#w-node-_97875eba-a003-fb7e-e370-d41e3e6b6c2f-f4739f1e, #w-node-_9e6ddcaf-7da8-b2fa-b57e-e951f69f0b52-f4739f1e, #w-node-_97875eba-a003-fb7e-e370-d41e3e6b6cfd-f4739f1e, #w-node-_97875eba-a003-fb7e-e370-d41e3e6b6cfe-f4739f1e, #w-node-_160fd626-6586-9ea9-8dc5-9fbeb4329567-f4739f1e, #w-node-_37dd7c93-2aca-c37d-1a2b-3e1b3fbc8de4-f4739f1e, #w-node-_7832c052-6ddd-5389-4621-6dd4f42778d8-f4739f1e, #w-node-_55cfa994-875f-ef20-e3f9-993b9b83f6bd-f4739f1e, #w-node-_08609eab-711a-37c8-1e8c-0045831dc62c-f4739f1e, #w-node-d9de637c-8e81-885c-d74a-985a7ac6c02b-f4739f1e, #w-node-_190fe0a0-59d6-bf4b-f9f9-01518c9402cd-f4739f1e, #w-node-_3a122356-fe39-9f09-3256-5b15e33246a9-f4739f1e, #w-node-fe63289a-7fd6-5794-5565-4fd4bbcf08a8-f4739f1e, #w-node-aaacaae8-e455-3adc-ab20-c38d02746c02-f4739f1e, #w-node-aea911b9-69d3-4b8f-34b7-7445f41dbbc1-f4739f1e, #w-node-f0eab5fa-22bf-20e7-4905-d66a6adad691-f4739f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19a732f-9461-40a9-29f6-8d944ae385d1-f4739f1e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a19a732f-9461-40a9-29f6-8d944ae385d3-f4739f1e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a19a732f-9461-40a9-29f6-8d944ae385d5-f4739f1e {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-a19a732f-9461-40a9-29f6-8d944ae385ed-f4739f1e, #w-node-a19a732f-9461-40a9-29f6-8d944ae385f7-f4739f1e, #w-node-a19a732f-9461-40a9-29f6-8d944ae38601-f4739f1e, #w-node-a19a732f-9461-40a9-29f6-8d944ae3860b-f4739f1e {
  align-self: center;
  justify-self: end;
}

#w-node-d8faa17d-36a9-bc01-f6f9-98580b712a87-f4739f44 {
  justify-self: center;
}

#w-node-d8faa17d-36a9-bc01-f6f9-98580b712a95-f4739f44 {
  justify-self: end;
}

#w-node-c0ea6e5d-51bd-db22-1f85-f6f29d50dbde-f4739f44 {
  justify-self: center;
}

#w-node-c0ea6e5d-51bd-db22-1f85-f6f29d50dbec-f4739f44 {
  justify-self: end;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-f4739f59 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86367-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc86386-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863a4-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc863b0-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-f4739f59, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-f4739f59, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-f4739f59 {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-f4739f59, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-f4739f59, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-f4739f59 {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-f4739f59, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-f4739f59, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-f4739f59 {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-f4739f59, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-f4739f59, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-f4739f59 {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-f4739f59, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-f4739f59, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-f4739f59 {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-f4739f59, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-f4739f59, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-f4739f59 {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-f4739f59, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-f4739f59, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-f4739f59 {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-f4739f59, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-f4739f59, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-f4739f59 {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-f4739f59, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-f4739f59 {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-f4739f59 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-f4739f59 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-f4739f59, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-f4739f59, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-f4739f59, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-f4739f59 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-f4739f59, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-f4739f59, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-f4739f59 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-f4739f59, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-f4739f59, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-f4739f59 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-f4739f59, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-f4739f59, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-f4739f59 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-f4739f59, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-f4739f59, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-f4739f59 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-f4739f59, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-f4739f59, #w-node-ee961e8d-845a-edc3-3307-509470022457-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-f4739f59 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-f4739f59, #w-node-ee961e8d-845a-edc3-3307-50947002245b-f4739f59, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-f4739f59 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-f4739f59, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-f4739f59, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-f4739f59 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-f4739f59, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-f4739f59, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-f4739f59 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-f4739f59, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-f4739f59, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-f4739f59 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-f4739f59, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-f4739f59, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-f4739f59 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-f4739f59, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-f4739f59, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-f4739f59 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-f4739f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-f4739f59 {
  justify-self: start;
}

#w-node-b3d5d950-98b5-d746-a061-754f2b62a5cc-ff949a5e {
  justify-self: center;
}

#w-node-b3d5d950-98b5-d746-a061-754f2b62a5e0-ff949a5e {
  justify-self: end;
}

#w-node-f0eab5fa-22bf-20e7-4905-d66a6adad691-ff949a5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_97875eba-a003-fb7e-e370-d41e3e6b6c2f-f4739f1e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_38717ee2-d05c-8b7c-31e8-f6155c264663-f4739f1e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_38717ee2-d05c-8b7c-31e8-f6155c264666-f4739f1e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_38717ee2-d05c-8b7c-31e8-f6155c264677-f4739f1e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_38717ee2-d05c-8b7c-31e8-f6155c26467a-f4739f1e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_38717ee2-d05c-8b7c-31e8-f6155c26468b-f4739f1e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_38717ee2-d05c-8b7c-31e8-f6155c26468e-f4739f1e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-dbf54b26-79cb-0b10-a1c2-3fe9f5c6701e-f4739f1e, #w-node-_501e8a1b-37cf-8787-94dc-82c594902764-f4739f1e, #w-node-f65c31fb-2f78-916f-87d6-838e078f4015-f4739f1e, #w-node-f8314215-4729-88dc-411d-1300d9b55612-f4739f1e, #w-node-a146c8c6-a47c-e206-cf45-802612a5d678-f4739f1e, #w-node-_44e66258-0e78-b231-b949-8854e511756c-f4739f1e, #w-node-_4a0f118d-cfbd-be45-cb97-15a43ff4c8f5-f4739f1e, #w-node-_76803170-9a16-68ff-2764-881569690e04-f4739f1e, #w-node-_9d838183-1b48-73fd-e9cf-72ace72b90f5-f4739f1e, #w-node-_74c26a8a-652b-416b-a9c6-2555cffdd729-f4739f1e, #w-node-_57148ef5-8b04-9d51-464f-34cb0d1aa97f-f4739f1e, #w-node-af06c40d-2de7-6d47-7dfc-6c7fc1e8fe9e-f4739f1e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_97875eba-a003-fb7e-e370-d41e3e6b6c61-f4739f1e, #w-node-_97875eba-a003-fb7e-e370-d41e3e6b6c6e-f4739f1e, #w-node-_97875eba-a003-fb7e-e370-d41e3e6b6c78-f4739f1e, #w-node-a0dbee9e-f708-aa76-2d94-417ea004fb7c-f4739f1e, #w-node-_97875eba-a003-fb7e-e370-d41e3e6b6c8b-f4739f1e, #w-node-_97875eba-a003-fb7e-e370-d41e3e6b6c82-f4739f1e, #w-node-_1f6f7541-47cd-9039-3906-a264a14e6657-f4739f1e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_38717ee2-d05c-8b7c-31e8-f6155c264663-f4739f1e {
    grid-row: 2 / 3;
  }

  #w-node-_38717ee2-d05c-8b7c-31e8-f6155c26468b-f4739f1e {
    grid-row: 2 / 2;
  }

  #w-node-_38717ee2-d05c-8b7c-31e8-f6155c264690-f4739f1e {
    order: 0;
  }

  #w-node-a19a732f-9461-40a9-29f6-8d944ae385cd-f4739f1e {
    justify-self: auto;
  }

  #w-node-a19a732f-9461-40a9-29f6-8d944ae385d0-f4739f1e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-a19a732f-9461-40a9-29f6-8d944ae385d1-f4739f1e {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-a19a732f-9461-40a9-29f6-8d944ae385d5-f4739f1e {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Bigdailyshortweb';
  src: url('../fonts/bigdailyshortweb-semilightitalic.woff2') format('woff2'), url('../fonts/bigdailyshortweb-semilightitalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}