:root {
  --main: #062c27;
  --light: #cdd7d5;
  --main-light: #52736e;
  --box-inside: #0000001a;
  --peche: #ec8675;
  --white: white;
  --black: black;
  --sombre: #062c27;
}

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

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

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

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

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

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

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

body {
  color: #333;
  font-family: Fira Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--main);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Wendy One, sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.1em;
}

h2 {
  color: var(--main);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Wendy One, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Wendy One, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  letter-spacing: .5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Wendy One, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.1em;
}

p {
  color: var(--main);
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

a.w--current {
  -webkit-text-decoration-color: var(--main);
  text-decoration-color: var(--main);
}

.nav-right-wrap {
  align-items: center;
  display: flex;
}

.heading {
  font-size: 72px;
  font-weight: 400;
}

.big-paragraph {
  font-size: 20px;
  line-height: 1.8em;
}

.big-paragraph.max-500 {
  max-width: 500px;
  line-height: 1.8em;
}

.nav-link {
  color: #000;
  text-shadow: 0 1px 11px #0003;
  mix-blend-mode: difference;
  border-bottom-style: none;
  padding: 10px 20px;
  font-size: 1rem;
  line-height: 1.1em;
  display: block;
}

.nav-link.w--current {
  color: #52736e;
  font-weight: 500;
}

.product-card {
  color: var(--main);
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  border: 1px #000;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  text-decoration: none;
  transition: box-shadow .5s, transform .6s cubic-bezier(.23, 1, .32, 1), opacity .5s;
  display: flex;
  overflow: hidden;
}

.product-card:hover {
  transform: translate(0, -5px);
  box-shadow: 0 10px 30px #0000000d;
}

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

.navbar {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
  position: fixed;
  top: 0;
}

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

.blue-line {
  background-color: var(--main);
  width: 150%;
  height: 10vh;
  margin-top: 2vh;
  margin-bottom: 5vh;
  padding-top: 0;
  position: absolute;
  top: -60px;
  transform: rotate(-2deg);
}

.blue-line.bottom {
  z-index: 2;
  margin-bottom: 2vh;
  top: auto;
  bottom: -60px;
}

.form-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

._10-margin {
  color: #fff;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.1em;
}

.small-paragraph {
  font-size: 14px;
  line-height: 1.8em;
}

._30px-spacer {
  width: 30px;
  height: 30px;
}

.sucess-message {
  background-color: #0000;
  border: 1px solid #52736e;
  border-radius: 6px;
  padding-top: 70px;
  padding-bottom: 70px;
  font-size: 20px;
  line-height: 1.6em;
}

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

.hero-slider-image-wrap {
  border-radius: 10px;
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
}

.column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.column.flex-center {
  align-items: center;
}

.column.max-600 {
  max-width: 600px;
}

.column.hero-image-column {
  z-index: 2;
  align-items: center;
}

.column.white-button-column {
  background-color: #000;
  padding: 15px;
}

.column.feature-headline {
  align-items: center;
}

.scribble-text {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Permanent Marker, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.1em;
}

.brand {
  border-bottom-style: none;
  height: 20px;
  padding-left: 0;
}

.section-lines {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 60%;
  position: absolute;
  inset: 0%;
}

.container {
  z-index: 2;
  color: var(--main);
  width: 95%;
  max-width: 1450px;
  position: relative;
}

.container.grid-2 {
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container.footer-container {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container.nav-container {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.container.grid-3 {
  z-index: 3;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container.free-plan-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.newsletter-form {
  color: var(--main);
  -webkit-text-stroke-color: var(--main);
  background-color: #e1eae9;
  border: 2px solid #040401;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 100px;
  box-shadow: -2px -2px 10px #0000001a, inset 2px 2px 10px #0000001a;
}

.jumbo {
  color: #fff;
  font-size: 90px;
  line-height: 1.1em;
}

.h-petit {
  color: var(--main);
  min-height: 5rem;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.1em;
}

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

.hero-slider-image {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: relative;
}

.brand-logo {
  object-fit: contain;
  height: 100%;
  display: block;
}

.section-bg-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-bg-image.top-align {
  object-position: 50% 50%;
}

.button {
  background-color: var(--light);
  color: #000;
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  border: 2px solid #040401;
  border-radius: 40px;
  height: 3rem;
  margin-top: 0;
  padding: 10px 40px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  transition: padding .5s cubic-bezier(.23, 1, .32, 1), background-position .5s cubic-bezier(.23, 1, .32, 1), transform .5s cubic-bezier(.23, 1, .32, 1), color .2s, opacity .2s;
  display: block;
  box-shadow: inset -2px -2px 5px #0000001a, inset 2px 2px 5px #0000001a;
}

.button:hover {
  background-image: none;
  transform: translate(0, -3px);
}

.button.small {
  background-color: var(--light);
  background-image: none;
  min-width: 160px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.button.small:hover {
  background-position: 25px;
}

.button.is-center, .button.width {
  background-color: var(--light);
}

.button.width.seconday {
  background-color: var(--main-light);
}

.footer-contact-link {
  color: #fff;
  font-size: 30px;
  line-height: 1.6em;
}

.label {
  color: #52736e;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
}

.label.footer-label {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.label.footer-label.social {
  margin-bottom: 15px;
}

.label._15-margin {
  -webkit-text-stroke-color: var(--main);
  text-transform: none;
  margin-bottom: 15px;
  line-height: 1.6em;
  text-decoration: none;
}

.label.grey-label {
  color: #dfdfdf;
  text-transform: none;
}

.label._30-margin {
  margin-bottom: 30px;
}

.max-600 {
  max-width: 600px;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.product-description {
  background-color: var(--light);
  border: 2px solid #040401;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  margin: 2px;
  padding: 30px 20px;
  display: flex;
  position: relative;
  box-shadow: -2px -2px 5px #0000001a, inset 2px 2px 5px #0000001a;
}

.description-bg {
  background-color: var(--main);
  box-shadow: inset -2px -2px 5px 0 var(--box-inside), inset 0 2px 5px 0 var(--box-inside);
  color: #d2e4e0;
  background-image: url('../images/Shapes.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #000;
  border-radius: 10px 0 0 10px;
  width: 50vw;
  height: 60%;
  position: absolute;
  top: 150px;
  right: 0;
}

.description-bg.left {
  top: 50px;
  left: 0;
  right: auto;
}

.description-bg.about-bg {
  height: 70%;
  top: 50px;
}

.hero-slider-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.description-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.form-field {
  color: var(--main);
  border: 2px solid #000;
  border-radius: 20px;
  height: 3rem;
  margin-bottom: 0;
  padding: 20px 30px;
  font-size: 1rem;
  overflow: visible;
  box-shadow: inset -2px -2px 5px #0000001a, inset 2px 2px 5px #0000001a;
}

.form-field::placeholder {
  color: #52736e;
}

.section {
  color: var(--main);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.section.photo-section {
  color: #fff;
  text-align: center;
  justify-content: center;
  min-height: 70vh;
  overflow: hidden;
}

.section.newsletter-section {
  color: var(--main);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  justify-content: center;
  min-height: 70vh;
}

.section.call-section {
  background-color: var(--light);
  justify-content: flex-start;
  padding-top: 250px;
}

.section.social-proof {
  background-color: var(--main);
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.hero {
  background-color: #eef0f4;
}

.section.footer-section {
  color: #fff;
  background-color: #062c27;
  padding-top: 100px;
  padding-bottom: 40px;
}

.section.premium-classes {
  background-color: var(--main);
  color: #fff;
  background-image: url('../images/Lines-1.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 50vw;
}

.section.contact-hero {
  background-color: #f5f5f5;
  background-image: url('../images/Green-Lines.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 1000px;
  justify-content: center;
  min-height: 100vh;
}

.div-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  display: flex;
}

.product-image-wrap {
  width: 100%;
}

.footer-brand {
  border-bottom-style: none;
  height: 30px;
  padding-left: 0;
}

.description-image-wrap {
  border-radius: 10px;
  width: 80%;
  height: 500px;
  overflow: hidden;
}

.page-wrap {
  position: relative;
  overflow: hidden;
}

.contact-form {
  box-shadow: -2px -2px 5px 0 var(--box-inside), inset 2px 2px 5px 0 var(--box-inside);
  background-color: #e1eae9;
  border: 2px solid #000;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 50px;
}

.contact-link {
  color: #52736e;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6em;
}

.text-area {
  color: var(--main);
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10px;
  flex: 1;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 30px;
  font-size: 16px;
  box-shadow: -2px -2px 5px #0000001a, inset 2px 2px 5px #0000001a;
}

.text-area::placeholder {
  color: #52736e;
}

.contact-form-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.page-wrap-copy {
  overflow: hidden;
}

.section-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20vh;
  padding-bottom: 20vh;
  display: flex;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60vw;
  padding: 40px;
  display: flex;
}

.heading-2 {
  font-size: 1.5rem;
  line-height: 1.1em;
}

.heading-3 {
  font-size: 4rem;
  line-height: 1.1em;
}

.big-paragraph-2 {
  font-size: 20px;
}

.big-paragraph-2.max-500 {
  font-family: Fira Sans, sans-serif;
}

.jumbo-paragraph.no-margin {
  margin-bottom: 0;
}

.style-grid-three-c {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-grid-ten-c {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.small-paragraph-2 {
  font-size: 14px;
}

.download-links {
  margin-right: 15px;
}

.link {
  color: #52736e;
  background-image: url('../images/Vector-4-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 10px;
  border-bottom-color: #52736e;
  padding-left: 13px;
  transition: padding .5s cubic-bezier(.23, 1, .32, 1), background-position .5s cubic-bezier(.23, 1, .32, 1);
}

.link:hover {
  background-position: 7px;
  border-bottom-color: #20349200;
  padding-left: 20px;
}

.link.color {
  color: #5b95d2;
  border-bottom-color: #5b95d2;
}

.link.color:hover {
  border-bottom-color: #9364f800;
}

.link.white {
  color: #fff;
  border-bottom-color: #fff;
}

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

.caps {
  text-transform: uppercase;
}

.icon {
  width: 40px;
  height: 40px;
}

.scribble-text-2 {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.scribble-text-2.list-text {
  color: #8ea5a0;
  width: 35px;
  margin-right: 15px;
}

.container-2 {
  z-index: 2;
  width: 95%;
  max-width: 1450px;
  position: relative;
}

.container-2.grid-2 {
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-2.footer-container {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  display: grid;
}

.container-2.video-container {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 1150px;
  display: grid;
}

.container-2.nav-container {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

.container-2.free-plan-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container-2.insta-container {
  flex-direction: column;
  align-items: center;
}

.color-block {
  background-color: #52736e;
  width: 100%;
  height: 100px;
  margin-bottom: 15px;
}

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

.color-block.pinky-final {
  background-color: #ec8675;
}

.color-block.gainsboro {
  background-color: #dfdfdf;
}

.color-block.smoke {
  background-color: #f5f5f5;
}

.color-block.blue {
  background-color: #52736e;
}

.color-block.pale-white {
  background-color: #eef0f4;
}

.color-block.color-8 {
  background-color: #afafaf;
}

.color-block.black {
  background-color: #000;
}

.color-block.lavender {
  background-color: #8ea5a0;
}

.color-block.not-purple {
  background-color: #5b95d2;
}

.color-block.pink {
  background-color: #e1eae9;
}

.style-guide-labels {
  color: #afafaf;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.style-guide-labels.invert {
  margin-top: 15px;
  margin-bottom: 0;
}

.style-guide-labels.no-margin {
  margin-bottom: 0;
}

.jumbo-2 {
  font-size: 90px;
  line-height: 1.1em;
}

.jumbo-2.blue {
  color: #52736e;
}

.brand-image {
  object-fit: contain;
  height: 100%;
}

.guide-heading {
  border-bottom: 1px solid #dfdfdf;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 30px;
}

.style-grid-two-c {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  display: grid;
}

.illustrations {
  height: 200px;
}

.button-2 {
  color: #000;
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  background-color: #cdd7d5;
  border: 2px solid #040401;
  border-radius: 40px;
  height: 3rem;
  margin-top: 0;
  padding: 10px 40px;
  font-family: Fira Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  transition: padding .5s cubic-bezier(.23, 1, .32, 1), background-position .5s cubic-bezier(.23, 1, .32, 1), transform .5s cubic-bezier(.23, 1, .32, 1), color .2s, opacity .2s;
  display: block;
  box-shadow: inset -2px -2px 5px #0000001a, inset 2px 2px 5px #0000001a;
}

.button-2:hover {
  background-image: none;
  transform: translate(0, -3px);
}

.button-2.small-blue {
  background-color: #52736e;
  background-position: 15px;
  min-width: 160px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.button-2.small-blue:hover {
  background-position: 25px;
}

.button-2.small-white {
  color: #52736e;
  background-color: #fff;
  background-image: url('../images/Vector-4-1.svg');
  background-position: 15px;
  min-width: 160px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.button-2.small-white:hover {
  background-position: 25px;
}

.button-2.small {
  background-image: none;
  min-width: 160px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.button-2.small:hover {
  background-position: 25px;
}

.button-2.green {
  background-color: #8ea5a0;
}

.button-2.white {
  color: #52736e;
  background-color: #fff;
  background-image: url('../images/Vector-4-1.svg');
}

.brand-link {
  z-index: 99;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 30px;
  display: flex;
  position: fixed;
  top: 50px;
}

.label-2 {
  color: #52736e;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Fira Sans, sans-serif;
  font-weight: 500;
}

.label-2.big {
  font-size: 16px;
  line-height: 1.8em;
}

.label-2.small {
  font-size: 12px;
  line-height: 1.4em;
}

.label-2._30-margin {
  margin-bottom: 30px;
  font-family: Fira Sans, sans-serif;
}

.label-2.footer-label {
  color: #fff;
  margin-bottom: 15px;
}

.spacer-100px {
  width: 100px;
  height: 100px;
}

.section-4 {
  color: #52736e;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.section-4.border-bottom {
  border-bottom: 1px solid #dfdfdf;
}

.style-grid-four-c {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  display: grid;
}

.style-grid-four-c.no-margin {
  margin-bottom: 0;
}

.sideflex {
  flex-wrap: wrap;
  display: flex;
}

.about-video-wrap {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 700px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.play-button {
  height: 30px;
}

.insta-row {
  align-items: center;
  width: 150vw;
  margin-bottom: 100px;
  display: flex;
}

.insta-row.row-2 {
  margin-bottom: 0;
  margin-left: -50vw;
}

.max-800 {
  max-width: 800px;
}

.hero-line {
  z-index: 2;
  text-align: center;
  background-color: #e1eae9;
  justify-content: center;
  align-items: center;
  width: 150vw;
  height: 200px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(2deg);
}

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

.insta-post-wrap {
  border-radius: 10px;
  flex: none;
  width: 400px;
  height: 400px;
  margin-right: 100px;
  overflow: hidden;
}

.insta-post-image {
  object-fit: cover;
  border: 2px solid #040401;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.newsletter-form-2 {
  background-color: #e1eae9;
  border: 2px solid #040401;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 100px;
  box-shadow: -2px -2px 10px #0000001a, inset 2px 2px 10px #0000001a;
}

.play-button-wrap {
  background-color: #ffffff80;
  border: 1px solid #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
}

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

.social-icon {
  height: 50px;
  margin-right: 15px;
  display: block;
}

.hero-image-mask {
  border-radius: 10px;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.free-workout-shape {
  z-index: 2;
  height: 350px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.footer-contact-link-2 {
  color: #fff;
  font-family: Fira Sans, sans-serif;
  font-size: 30px;
  line-height: 1.6em;
}

.max-801 {
  max-width: 600px;
}

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

.form-field-2 {
  color: #52736e;
  border: 2px solid #000;
  border-radius: 20px;
  height: 3rem;
  margin-bottom: 0;
  padding: 20px 30px;
  font-family: Fira Sans, sans-serif;
  font-size: 1rem;
  box-shadow: inset -2px -2px 5px #0000001a, inset 2px 2px 5px #0000001a;
}

.form-field-2:focus {
  border-bottom-color: #e1eae9;
}

.form-field-2::placeholder {
  color: #52736e;
}

.section-5 {
  color: #52736e;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.section-5.about-s2 {
  text-align: center;
}

.section-5.footer-insta {
  justify-content: center;
  overflow: visible;
}

.section-5.about-section-3 {
  justify-content: flex-start;
  padding-bottom: 50px;
}

.section-5.newsletter-section {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  justify-content: center;
  min-height: 70vh;
}

.section-5.about-hero {
  background-color: #d2e4e0;
  background-image: url('../images/Green-Lines.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 1000px;
}

.section-5.about-section-4 {
  justify-content: flex-start;
}

.section-5.footer-section {
  color: #fff;
  background-color: #062c27;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Fira Sans, sans-serif;
}

.section-5.free-w-hero {
  background-color: #f5f5f5;
  overflow: hidden;
}

.social-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex: none;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 30px;
  font-weight: 500;
  display: flex;
}

.social-wrap:hover {
  color: #fff;
}

.insta-section-line {
  z-index: 2;
  background-color: var(--peche);
  transform-style: preserve-3d;
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  width: 150vw;
  height: 200px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(2deg);
  box-shadow: inset -2px -2px 5px #0000001a, inset 2px 2px 5px #0000001a;
}

.brand-text {
  color: #000;
  font-family: Wendy One, sans-serif;
  font-size: 2rem;
  line-height: 1.1em;
}

.brand-text.white {
  color: #fff;
}

.select-field {
  box-shadow: inset -2px -2px 5px 0 var(--box-inside), inset 2px 2px 5px 0 var(--box-inside);
  color: var(--main);
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  height: 3rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form_input {
  box-shadow: inset -2px -2px 5px 0 var(--box-inside), inset 2px 2px 5px 0 var(--box-inside);
  color: var(--main);
  border: 2px solid #000;
  border-radius: 20px;
  height: 3rem;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1rem;
  line-height: 1.1em;
}

.checkbox-label {
  text-align: left;
  font-size: 1rem;
}

.checkbox {
  font-size: 1rem;
}

.white, .white.w--current {
  -webkit-text-decoration-color: var(--white);
  text-decoration-color: var(--white);
}

.div-block-3 {
  justify-content: center;
  display: flex;
}

.text-span {
  color: #52736e69;
}

.link-2 {
  color: #000;
  -webkit-text-decoration-color: var(--black);
  text-decoration-color: var(--black);
}

.tabs-menu {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  font-size: 1rem;
  line-height: 1.1em;
  display: flex;
}

.tab-link-tab-1, .tab-link-tab-1.w--current, .tab-link-tab-2 {
  background-color: var(--white);
  border: 2px solid #000;
  border-radius: 20px;
}

.tab-link-tab-2.w--current {
  border-color: var(--black);
  background-color: var(--main-light);
  color: var(--black);
}

.tab-link {
  background-color: var(--white);
  box-shadow: inset -2px -2px 5px 0 var(--box-inside), inset 2px 2px 5px 0 var(--box-inside);
  color: var(--main);
  border: 2px solid #000;
  border-radius: 20px;
}

.tab-link.w--current {
  background-color: var(--main-light);
  box-shadow: inset -2px -2px 5px 0 var(--box-inside), inset 2px 2px 5px 0 var(--box-inside);
  color: var(--black);
  font-weight: 500;
}

.tabs {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-form {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-form.grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  height: auto;
  display: grid;
}

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

.tabs-content {
  overflow: visible;
}

.text-block {
  margin-top: auto;
  margin-bottom: auto;
}

.div-block-4 {
  z-index: 10;
  border: 100px solid var(--main-light);
  border-radius: 20px;
  padding-bottom: 0;
  position: fixed;
  inset: 0%;
}

.div-block-5 {
  background-color: var(--main);
}

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

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

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

.icon-embed-medium.footer {
  width: 1.5rem;
  height: auto;
}

.div-social {
  display: flex;
}

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

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

.icon-embed-medium-bandeau.footer {
  width: 1.5rem;
  height: auto;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.utility-page-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-tabs {
  height: 1em;
}

.caroussel-container {
  background-color: var(--main-light);
  box-shadow: 2px 2px 10px 0 var(--box-inside), inset -2px -2px 10px 0 var(--box-inside);
  border: 2px solid #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
  position: static;
  overflow: hidden;
}

.logo-list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

.div-block-8 {
  z-index: 0;
  aspect-ratio: 1;
  border-radius: 100px;
  position: absolute;
  inset: 0%;
}

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

  h2 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.3rem;
  }

  .heading {
    font-size: 55px;
  }

  .nav-link {
    color: #52736e;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .product-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  ._10-margin {
    font-size: 1.8rem;
  }

  .hero-slider-image-wrap {
    overflow: hidden;
  }

  .scribble-text {
    font-size: 40px;
  }

  .brand {
    z-index: 2;
  }

  .container.grid-2 {
    grid-column-gap: 3vw;
    grid-auto-flow: row;
  }

  .container.nav-container {
    position: static;
  }

  .container.grid-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .newsletter-form {
    padding-left: 50px;
    padding-right: 50px;
  }

  .jumbo {
    font-size: 4rem;
  }

  .h-petit {
    min-height: 4rem;
    font-size: 1.8rem;
  }

  .menu-button {
    padding: 10px;
  }

  .menu-button.w--open {
    z-index: 2;
    background-color: #52736e;
  }

  .nav-menu {
    z-index: 1;
    text-align: center;
    background-color: #e1eae9;
    flex-direction: column;
    width: 50vw;
    padding: 100px 50px 50px;
    position: fixed;
    top: 0;
    bottom: 0;
  }

  .product-description {
    padding: 20px;
  }

  .description-bg {
    top: 100px;
  }

  .hero-slider-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.call-section {
    padding-top: 200px;
  }

  .div-block {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .description-image-wrap {
    width: 100%;
  }

  .contact-form {
    padding: 30px;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .div-block-2 {
    width: 80vw;
  }

  .style-grid-three-c {
    grid-template-columns: 1fr 1fr;
  }

  .container-2.nav-container {
    position: static;
  }

  .jumbo-2 {
    font-size: 70px;
  }

  .guide-heading {
    color: var(--main);
  }

  .section-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about-video-wrap {
    height: 450px;
  }

  .hero-line {
    height: 150px;
  }

  .insta-post-wrap {
    width: 200px;
    height: 200px;
    margin-right: 50px;
  }

  .newsletter-form-2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .social-icon {
    height: 30px;
  }

  .section-5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-5.about-section-3, .section-5.about-section-4 {
    padding-top: 200px;
  }

  .social-wrap {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
  }

  .insta-section-line {
    height: 150px;
  }

  .tabs-menu {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: grid;
  }

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

  .logo-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }
}

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

  .product-list {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  ._10-margin {
    font-size: 1.5rem;
  }

  .hero-slider-image-wrap {
    height: auto;
  }

  .container.grid-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .container.footer-container {
    grid-column-gap: 25px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

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

  .jumbo {
    font-size: 50px;
  }

  .h-petit {
    min-height: auto;
  }

  .hero-slider-image {
    object-position: 50% 50%;
    border-radius: 1000px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button {
    height: auto;
  }

  .button.is-center {
    margin-left: auto;
    margin-right: auto;
  }

  .button.width {
    width: 100%;
  }

  .footer-contact-link {
    font-size: 20px;
  }

  .description-bg {
    width: 95vw;
    height: 40%;
    top: auto;
    bottom: 0;
  }

  .description-bg.left {
    top: auto;
  }

  .description-bg.about-bg {
    height: 40%;
    top: auto;
  }

  .hero-slider-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .section.call-section {
    padding-top: 100px;
  }

  .section.social-proof {
    padding-top: 25px;
    padding-bottom: 25px;
  }

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

  .product-image-wrap {
    height: auto;
  }

  .footer-brand {
    height: 20px;
  }

  .description-image-wrap {
    height: 350px;
  }

  .contact-form {
    padding: 30px 10px;
  }

  .contact-link {
    font-size: 1rem;
  }

  .div-block-2 {
    width: 90vw;
    padding: 10px;
  }

  .style-grid-ten-c {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container-2.grid-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .container-2.footer-container {
    grid-column-gap: 25px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .container-2.video-container {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .jumbo-2 {
    font-size: 50px;
  }

  .style-grid-two-c {
    grid-template-columns: 1fr;
  }

  .button-2 {
    height: auto;
  }

  .style-grid-four-c.no-margin {
    grid-template-columns: 1fr 1fr;
  }

  .hero-line {
    flex-flow: wrap;
    height: 125px;
    padding-left: 30vw;
    padding-right: 30vw;
  }

  .hero-image-mask {
    height: 350px;
  }

  .footer-contact-link-2 {
    font-size: 20px;
  }

  .section-5.about-section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-5.about-section-4 {
    padding-top: 100px;
  }

  .social-wrap {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .social-wrap.left-social {
    flex: 0 auto;
    justify-content: flex-start;
    width: auto;
  }

  .social-wrap.left-social-copy {
    justify-content: flex-start;
  }

  .insta-section-line {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: row;
  }

  .tabs-menu {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .logo-list {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }
}

@media screen and (max-width: 479px) {
  .big-paragraph.max-500 {
    font-size: 18px;
  }

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

  .hero-slider-image-wrap {
    height: 300px;
    overflow: hidden;
  }

  .column.description-heading {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: stretch;
    margin-bottom: 40px;
  }

  .container.footer-container, .container.grid-3 {
    grid-template-columns: 1fr;
  }

  .newsletter-form {
    padding: 30px;
  }

  .jumbo {
    font-size: 45px;
  }

  .button.small {
    max-width: 30vw;
  }

  .max-600 {
    max-width: 95%;
  }

  .nav-menu {
    width: 100vw;
  }

  .form-field {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section.hero {
    margin-top: 20px;
  }

  .section.footer-section {
    z-index: 1;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block {
    flex-flow: wrap;
  }

  .footer-brand {
    margin-bottom: 0;
  }

  .contact-form {
    padding: 30px 10px;
  }

  .text-area {
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .section-3 {
    height: 75vh;
  }

  .big-paragraph-2.max-500 {
    font-size: 18px;
  }

  .style-grid-three-c, .container-2.footer-container {
    grid-template-columns: 1fr;
  }

  .jumbo-2 {
    font-size: 45px;
  }

  .section-4 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .about-video-wrap {
    height: 300px;
  }

  .insta-post-wrap {
    width: 150px;
    height: 150px;
  }

  .newsletter-form-2 {
    padding: 30px;
  }

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

  .form-field-2 {
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-5 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section-5.footer-insta {
    z-index: 10;
    position: fixed;
    inset: auto 0% 5%;
  }

  .section-5.footer-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .social-wrap {
    margin-top: 9px;
    margin-bottom: 9px;
    padding: 0 10px 0 0;
  }

  .social-wrap.left-social {
    padding: 0 10px 0 0;
  }

  .insta-section-line {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    transform: scale3d(1none, 1none, 1none) rotate(2deg);
    align-content: center;
  }

  .tabs-menu {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .icon-embed-medium {
    color: var(--white);
  }

  .div-social {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: center;
    width: 100vw;
    height: 100%;
    position: relative;
  }

  .div-block-6 {
    width: 100vw;
  }

  .social-text {
    display: none;
  }

  .icon-embed-medium-absolute {
    color: var(--white);
    width: 2rem;
    height: 2rem;
    display: block;
    position: static;
    inset: 5% 5% auto auto;
  }

  .link-block {
    position: absolute;
    inset: 5% 5% auto auto;
  }

  .icon-embed-medium-bandeau {
    color: var(--white);
    width: 3rem;
    height: 3rem;
  }

  .text-block-2 {
    color: var(--peche);
    text-align: center;
    letter-spacing: 1px;
    text-transform: none;
    white-space: nowrap;
    word-break: normal;
    align-self: auto;
    width: 200%;
    font-size: 100%;
    font-weight: 500;
    transform: rotate(270deg);
  }

  .div-block-7 {
    background-color: var(--white);
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 4rem;
    display: flex;
    position: absolute;
    inset: 0% auto 0% -1%;
  }
}

#w-node-_9f214fad-4f13-f54b-62ab-0950480d4cb8-650d4451 {
  place-self: center;
}

#w-node-e9c87b32-f9fe-00e0-d2a5-3d332f8d7866-650d4451 {
  align-self: center;
}

#w-node-e9c87b32-f9fe-00e0-d2a5-3d332f8d7870-650d4451 {
  justify-self: center;
}

#w-node-_9f214fad-4f13-f54b-62ab-0950480d4d12-650d4451 {
  align-self: center;
}

#w-node-_9f214fad-4f13-f54b-62ab-0950480d4d24-650d4451 {
  justify-self: center;
}

#w-node-_9f214fad-4f13-f54b-62ab-0950480d4cd4-650d4451 {
  align-self: center;
}

#w-node-_9f214fad-4f13-f54b-62ab-0950480d4ce6-650d4451 {
  justify-self: center;
}

#w-node-_64776634-5094-2b6a-60ef-8a9dadaa78b5-97a2b0e9 {
  place-self: center start;
}

#w-node-_64776634-5094-2b6a-60ef-8a9dadaa78c0-97a2b0e9 {
  align-self: center;
}

#w-node-afa60cb9-6acd-dc42-b236-40521dd1a1bf-97a2b0e9 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-dbe96dd4-3f9a-692a-f5b0-7994855f6b22-97a2b0e9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_64776634-5094-2b6a-60ef-8a9dadaa78c8-97a2b0e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab746251-9cc1-c664-10ed-5bf1c6b7b318-4737a2ec, #w-node-ab746251-9cc1-c664-10ed-5bf1c6b7b31c-4737a2ec, #w-node-ab746251-9cc1-c664-10ed-5bf1c6b7b320-4737a2ec, #w-node-ab746251-9cc1-c664-10ed-5bf1c6b7b324-4737a2ec, #w-node-ab746251-9cc1-c664-10ed-5bf1c6b7b328-4737a2ec, #w-node-ab746251-9cc1-c664-10ed-5bf1c6b7b32c-4737a2ec {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ab746251-9cc1-c664-10ed-5bf1c6b7b330-4737a2ec, #w-node-ab746251-9cc1-c664-10ed-5bf1c6b7b334-4737a2ec, #w-node-ab746251-9cc1-c664-10ed-5bf1c6b7b338-4737a2ec, #w-node-ab746251-9cc1-c664-10ed-5bf1c6b7b33c-4737a2ec, #w-node-ab746251-9cc1-c664-10ed-5bf1c6b7b340-4737a2ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab746251-9cc1-c664-10ed-5bf1c6b7b34c-4737a2ec {
  place-self: center;
}

#w-node-ab746251-9cc1-c664-10ed-5bf1c6b7b34d-4737a2ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ab746251-9cc1-c664-10ed-5bf1c6b7b359-4737a2ec {
  place-self: center;
}

#w-node-ab746251-9cc1-c664-10ed-5bf1c6b7b35a-4737a2ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cbdfd81b-c228-8c3d-ca1a-5a0f1b7b8a63-61465419 {
  place-self: center start;
}

#w-node-cbdfd81b-c228-8c3d-ca1a-5a0f1b7b8a72-61465419 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cbdfd81b-c228-8c3d-ca1a-5a0f1b7b8a7d-61465419 {
  align-self: center;
}

#w-node-cbdfd81b-c228-8c3d-ca1a-5a0f1b7b8a94-61465419, #w-node-cbdfd81b-c228-8c3d-ca1a-5a0f1b7b8a99-61465419 {
  justify-self: center;
}

#w-node-cbdfd81b-c228-8c3d-ca1a-5a0f1b7b8a9b-61465419 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_9f214fad-4f13-f54b-62ab-0950480d4d32-650d4451 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dbe96dd4-3f9a-692a-f5b0-7994855f6b22-97a2b0e9 {
    grid-column: span 1 / span 1;
  }

  #w-node-_64776634-5094-2b6a-60ef-8a9dadaa78c8-97a2b0e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cbdfd81b-c228-8c3d-ca1a-5a0f1b7b8a28-61465419 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_28feaba5-3cfd-97b5-c845-aca078dd85c2-78dd85c0, #w-node-ab746251-9cc1-c664-10ed-5bf1c6b7b2e6-4737a2ec, #w-node-ab746251-9cc1-c664-10ed-5bf1c6b7b2f5-4737a2ec, #w-node-ab746251-9cc1-c664-10ed-5bf1c6b7b304-4737a2ec {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cbdfd81b-c228-8c3d-ca1a-5a0f1b7b8a72-61465419 {
    grid-column: span 1 / span 1;
  }

  #w-node-cbdfd81b-c228-8c3d-ca1a-5a0f1b7b8a9b-61465419 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9f214fad-4f13-f54b-62ab-0950480d4d32-650d4451 {
    grid-column: span 1 / span 1;
  }

  #w-node-_28feaba5-3cfd-97b5-c845-aca078dd85c2-78dd85c0 {
    order: -9999;
    grid-column: span 1 / span 1;
  }

  #w-node-_28feaba5-3cfd-97b5-c845-aca078dd85c6-78dd85c0, #w-node-e90c8f4d-9951-4991-2b9e-e32f561b206c-78dd85c0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_64776634-5094-2b6a-60ef-8a9dadaa78c8-97a2b0e9, #w-node-ab746251-9cc1-c664-10ed-5bf1c6b7b2e6-4737a2ec, #w-node-ab746251-9cc1-c664-10ed-5bf1c6b7b2f5-4737a2ec, #w-node-ab746251-9cc1-c664-10ed-5bf1c6b7b304-4737a2ec, #w-node-cbdfd81b-c228-8c3d-ca1a-5a0f1b7b8a28-61465419 {
    grid-column: span 1 / span 1;
  }
}


