:root {
  --black: black;
  --white: white;
  --blue: #00f;
}

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

body {
  color: #1a1b1f;
  font-family: Fraunces, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: 400;
  line-height: 2em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
  font-family: Roboto Mono, sans-serif;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.2em;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.container {
  width: 50vw;
  max-width: 1940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.styleguide-content-wrap {
  text-align: center;
}

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

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-jumbo {
  color: var(--black);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo.text_white {
  color: var(--white);
  font-size: 6vw;
  line-height: 6vw;
}

.heading-jumbo.text_white.menu_title {
  color: var(--black);
  white-space: nowrap;
  font-size: 1em;
  line-height: 1.2em;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
  padding-top: 10px;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label.cc-about-light {
  opacity: .6;
}

.paragraph-light {
  opacity: .6;
  text-align: center;
  font-family: Roboto Mono, sans-serif;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.2em;
}

.paragraph-light.cc-position-name {
  text-align: left;
  margin-bottom: 5px;
}

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

.paragraph-light.left.limited {
  color: var(--blue);
  max-width: 80%;
}

.section {
  margin-left: 3em;
  margin-right: 3em;
  position: relative;
}

.section.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-friends {
  background-color: var(--black);
  color: var(--white);
  padding-left: 80px;
  padding-right: 80px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

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

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

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.logo-link {
  z-index: 1;
  width: 6em;
  margin-right: 120px;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.navigation-item {
  opacity: .6;
  color: var(--blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Roboto Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: var(--blue);
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-items {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navigation {
  z-index: 3;
  border-style: none solid solid none;
  border-width: 1px;
  border-color: var(--blue);
  background-color: var(--white);
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 4em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  position: fixed;
  top: 0;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.intro-wrap {
  color: var(--white);
  width: 50vw;
  margin-bottom: 6em;
  padding-top: 6em;
  padding-bottom: 6em;
}

.name-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.position-name-text {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.work-description {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.work-experience-grid {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  flex-direction: row;
  grid-template: ". . . ."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  margin-bottom: 140px;
  display: grid;
}

.works-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 80px;
}

.work-position-wrap {
  position: relative;
}

.carrer-headline-wrap {
  width: 70%;
  margin-bottom: 50px;
}

.work-image {
  aspect-ratio: 3 / 2;
  border: 1px solid var(--blue);
  box-shadow: 8px -8px 0 0 var(--blue);
  text-align: center;
  cursor: pointer;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 50%;
  background-size: auto, 125px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.work-image:hover {
  box-shadow: 8px 8px 0 0 var(--blue);
  opacity: 1;
  background-image: none;
}

.work-image:active {
  opacity: .7;
}

.work-image.cc-work-1 {
  background-image: url('../images/SalvOvar_Miniature.jpg');
  background-size: cover;
  transition: all .6s, opacity .2s;
}

.work-image.cc-work-2 {
  background-image: url('../images/Mission_on_Cancer_Miniature.jpg');
  background-size: cover;
  transition: all .6s, opacity .2s;
}

.work-image.cc-work-4 {
  background-image: url('../images/Ta-Tea-Tam_Miniature.jpg');
  background-size: cover;
  transition: all .6s, opacity .2s;
}

.work-image.cc-work-3 {
  background-image: url('../images/ESA_Miniature.jpg');
  background-size: cover;
  transition: all .6s, opacity .2s;
}

.work-image.cc-work-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f4f4f400;
  background-image: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  transition: all .6s, opacity .2s;
  display: grid;
  overflow: hidden;
}

.work-image.cc-work-6 {
  background-image: url('../images/Ta-Tea-Tam_Miniature_2.jpg');
  background-size: cover;
  transition: all .6s, opacity .2s;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 50vw;
  margin-bottom: 40px;
}

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

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

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

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.about-intro-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 140px;
}

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-name-text {
  opacity: .6;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

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

.reference-link:active {
  opacity: .9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  padding-top: 10px;
}

.skills-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  margin-bottom: 140px;
}

.personal-features-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
  margin-bottom: 110px;
}

.speaking-text {
  margin-right: 8px;
  display: inline-block;
}

.speaking-text.cc-past-speaking {
  opacity: .6;
}

.speaking-detail {
  opacity: .6;
  display: inline-block;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.social-media-heading {
  margin-bottom: 60px;
}

.social-media-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . ."
                       ". . . .";
  margin-bottom: 30px;
}

.project-overview-grid {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template: ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 120px;
  margin-bottom: 135px;
}

.detail-header-image {
  width: 100%;
  max-width: 1840px;
  margin-left: auto;
  margin-right: auto;
}

.project-description-grid {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--blue);
  background-color: var(--white);
  box-shadow: 0 -12px 0 0 var(--blue);
  grid-template: ". ."
  / 1fr 2.5fr;
  margin: -120px -2em 120px;
  padding: 2em;
  position: relative;
}

.detail-image {
  width: 70vw;
  max-width: 1840px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.email-section {
  text-align: center;
  width: 70%;
  margin: 140px auto 200px;
}

.email-link {
  text-transform: none;
  margin-top: 2em;
  margin-bottom: 15px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
}

.email-link:hover {
  opacity: .8;
}

.email-link:active {
  opacity: .7;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.module_60px_gauche {
  z-index: 1;
  width: 3em;
  height: 3em;
  display: block;
  position: absolute;
  left: -3em;
}

.text_blue {
  color: var(--blue);
}

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

.module_auto {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 25vw;
  height: 3em;
  display: flex;
  position: absolute;
  top: 8em;
  left: -25vw;
}

.div_blue_line {
  background-color: var(--blue);
  width: 100%;
  height: 1px;
}

.text_mesure {
  z-index: 1;
  background-color: var(--blue);
  color: var(--white);
  text-align: center;
  min-height: 1em;
  padding: .1em 1em;
  font-family: Roboto Mono, sans-serif;
  font-size: .8em;
  position: relative;
}

.text-block-2 {
  font-family: Roboto Mono, sans-serif;
}

.mesure {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: center;
  place-items: center;
  width: 100%;
  display: grid;
}

.module_auto_droite {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 25vw;
  height: 3em;
  display: flex;
  position: absolute;
  top: 8em;
  right: -25vw;
}

.div_blue_line_droite {
  background-color: var(--blue);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div_blue_line_gauche {
  background-color: var(--blue);
  width: 1px;
  height: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.link_block {
  color: var(--white);
  cursor: cell;
  display: inline-block;
  position: relative;
}

.frame_vhs {
  background-image: url('../images/VHS.jpg');
  background-position: 50%;
  background-size: cover;
  width: 25em;
  height: 15em;
  position: absolute;
}

.module_60px_gauche_header {
  width: 3em;
  height: 3em;
  display: none;
  position: absolute;
  left: -3em;
}

.module_120 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6em;
  display: flex;
  position: absolute;
  inset: auto auto -6em;
}

.mesure_hauteur {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: center;
  place-items: center;
  width: 100%;
  display: grid;
}

.div_blue_line_centre {
  background-color: var(--blue);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto;
}

.module_3em {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
  position: absolute;
  top: 8em;
  left: -25vw;
}

.quadrillage {
  opacity: .05;
  background-image: url('../images/module_30px.svg');
  background-position: 0 0;
  background-size: 1.5em 1.5em;
  width: auto;
  height: 100%;
  transition: opacity .2s;
  position: relative;
}

.quadrillage:hover {
  opacity: 0;
}

.background-video {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: 100%;
  transition: all .2s;
  position: relative;
}

.background-video:hover {
  width: 120%;
}

.paragraph_bloc {
  white-space: nowrap;
  display: inline-block;
}

.friend {
  display: flex;
  position: relative;
}

.friend_link {
  font-family: Roboto Mono, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2em;
}

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

.frame_simon {
  z-index: 3;
  aspect-ratio: 5 / 3;
  opacity: 0;
  height: 20vw;
  margin-top: 3em;
  position: absolute;
  top: auto;
  right: -25vw;
}

.frame_colin {
  background-image: url('../images/Friends.jpg');
  background-position: 50%;
  background-size: cover;
  width: 25em;
  height: 15em;
  position: absolute;
}

.separateur_60px {
  height: 60px;
}

.copain {
  white-space: nowrap;
  display: flex;
}

.point {
  display: inline-block;
}

.heading-jumbo_projet {
  border-bottom: 1px solid var(--blue);
  color: var(--black);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo_projet.text_white {
  color: var(--white);
  font-size: 8.3vw;
  line-height: 8.3vw;
}

.paragraph-light_projet {
  opacity: .6;
  text-align: left;
  font-family: Roboto Mono, sans-serif;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.2em;
}

.paragraph-light_projet.cc-position-name {
  text-align: left;
  margin-bottom: 5px;
}

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

.arobase {
  font-size: .3em;
}

.section_work-together {
  margin-left: 3em;
  margin-right: 3em;
  position: relative;
}

.section_work-together.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section_work-together.cc-friends {
  background-color: var(--black);
  color: var(--white);
  padding-left: 80px;
  padding-right: 80px;
}

.section_project_head {
  margin-left: 3em;
  margin-right: 3em;
  position: relative;
}

.section_project_head.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section_project_head.cc-friends {
  background-color: var(--black);
  color: var(--white);
  padding-left: 80px;
  padding-right: 80px;
}

.module_mesure_menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3em;
  margin-left: 3em;
  margin-right: -3em;
  display: flex;
}

.module_mesure_menu_2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/module_60px.svg');
  background-position: 0 0;
  background-size: 2em 2em;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4em;
  margin-left: 3em;
  margin-right: -3em;
  display: flex;
}

.project_title {
  color: var(--blue);
  font-family: Roboto Mono, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
}

.text_commentary {
  z-index: 1;
  background-color: var(--blue);
  color: var(--white);
  text-align: center;
  min-height: 1em;
  padding: .1em 1em;
  font-family: Roboto Mono, sans-serif;
  font-size: .8em;
  display: inline-block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block {
  position: relative;
}

.team_involved {
  margin-bottom: 40px;
}

.link_block_project {
  color: var(--white);
  cursor: cell;
  display: inline-block;
}

.link_block_project:hover {
  color: var(--blue);
}

.paragraph_bloc_friends {
  white-space: nowrap;
  display: inline-block;
}

.paragraph {
  display: inline-block;
}

.load {
  z-index: 5;
  background-color: var(--blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.module_mesure_1_ligne {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-style: none solid;
  border-width: 1px;
  border-color: var(--blue);
  background-image: url('../images/module_60px.svg');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2em;
  display: flex;
  position: absolute;
  top: 7.5em;
  bottom: auto;
}

.preload {
  z-index: 5;
  background-color: var(--blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.hide {
  display: none;
}

.div-load {
  filter: invert() saturate(0%);
  width: 120px;
  height: 120px;
  position: fixed;
  top: 40vh;
}

.load_img_ligne1, .load_img_ligne2, .load_img_coll1, .load_img_diag2, .load_img_diag1, .load_img_coll2 {
  position: absolute;
  inset: 0%;
}

.separation-text {
  text-align: center;
  text-transform: none;
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.detail-video {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  max-width: 1840px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .styleguide-block {
    text-align: center;
  }

  .container {
    width: auto;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .heading-jumbo.text_white {
    font-size: 12vw;
    line-height: 12vw;
  }

  .heading-jumbo.text_white.menu_title {
    font-size: 1em;
  }

  .paragraph-tiny.cc-paragraph-tiny-light {
    text-align: left;
    position: relative;
    bottom: auto;
  }

  .paragraph-light {
    text-align: center;
    font-size: .8em;
  }

  .paragraph-light.cc-position-name {
    text-align: left;
  }

  .section.cc-contact, .section.cc-friends {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    border-right: 1px solid var(--blue);
    border-bottom: 1px solid var(--blue);
    text-align: left;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: #fff;
    flex: 1;
    justify-content: space-between;
  }

  .navigation {
    justify-content: flex-start;
    width: 60vw;
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-wrap {
    margin-right: 0;
  }

  .intro-wrap {
    width: auto;
  }

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

  .work-description {
    margin-bottom: 1.5em;
  }

  .work-experience-grid {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr 1fr;
    grid-auto-flow: row;
    place-items: start;
  }

  .works-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-items: stretch;
    display: grid;
  }

  .work-position-wrap {
    position: static;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .about-intro-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-head-text-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    padding-right: 0;
  }

  .services-items-grid {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
  }

  .skills-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .personal-features-grid {
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-heading {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-grid {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .project-overview-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    margin-bottom: 5em;
    margin-left: auto;
    margin-right: auto;
  }

  .project-description-grid {
    grid-row-gap: 50px;
    text-align: center;
    flex-direction: column;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-top: -4em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .email-section {
    margin-bottom: 160px;
  }

  .email-link {
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .module_60px_gauche {
    height: 3em;
    display: block;
    left: -3em;
  }

  .module_auto {
    height: 3em;
    left: -3em;
  }

  .mesure {
    display: none;
  }

  .module_auto_droite {
    height: 3em;
    left: -3em;
  }

  .module_60px_gauche_header {
    height: 3em;
    display: block;
    left: -3em;
  }

  .module_120 {
    height: 6em;
    left: auto;
  }

  .mesure_hauteur {
    display: flex;
  }

  .module_3em {
    height: 3em;
    left: -3em;
  }

  .quadrillage {
    display: none;
  }

  .heading-jumbo_projet {
    text-align: left;
    margin-bottom: 15px;
    font-size: 56px;
    line-height: 70px;
  }

  .heading-jumbo_projet.text_white {
    font-size: 12vw;
    line-height: 12vw;
  }

  .paragraph-light_projet {
    text-align: left;
    font-size: .8em;
  }

  .paragraph-light_projet.cc-position-name {
    text-align: left;
  }

  .section_work-together.cc-contact, .section_work-together.cc-friends, .section_project_head.cc-contact, .section_project_head.cc-friends {
    padding-left: 0;
    padding-right: 0;
  }

  .module_mesure_menu {
    height: 3em;
    display: none;
    left: -3em;
  }

  .module_mesure_menu_2 {
    width: 40vw;
    height: 4em;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: absolute;
    inset: 0% 0% 0% 60vw;
  }

  .team_involved {
    width: 100%;
  }

  .module_mesure_1_ligne {
    height: 2em;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: absolute;
    inset: 4em auto 0%;
  }

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

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo.text_white.menu_title {
    white-space: nowrap;
  }

  .paragraph-tiny.cc-paragraph-tiny-light, .paragraph-light.cc-position-name {
    text-align: left;
  }

  .paragraph-light.left.limited {
    max-width: 70%;
  }

  .section {
    margin-left: 2em;
    margin-right: 2em;
  }

  .section.cc-contact, .section.cc-friends {
    padding: 15px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .logo-link {
    padding-left: 0;
  }

  .logo-link.w--current {
    margin-right: 45px;
  }

  .navigation-item {
    border-top: 1px none var(--blue);
    border-left: 1px none var(--blue);
  }

  .navigation {
    border-style: none solid solid;
    width: 65vw;
    height: 3.5em;
    padding: 20px 30px;
  }

  .work-experience-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: left;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center start;
    display: grid;
  }

  .works-grid {
    display: flex;
  }

  .work-position-wrap {
    margin-bottom: 40px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

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

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 70%;
    max-width: 470px;
  }

  .personal-features-grid, .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .project-overview-grid {
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .project-description-grid {
    border-left-style: none;
    border-right-style: none;
    width: auto;
    margin-top: 90px;
    margin-bottom: 85px;
    padding-left: 0;
    padding-right: 0;
  }

  .detail-image {
    width: 100%;
    margin-bottom: 15px;
  }

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .module_60px_gauche, .module_60px_gauche_header {
    width: 2em;
    height: 2em;
    left: -2em;
  }

  .friend {
    flex-direction: column;
    align-items: flex-start;
  }

  .frame_simon {
    margin-top: 28.3em;
    left: 0;
  }

  .point {
    display: none;
  }

  .heading-jumbo_projet {
    font-size: 50px;
    line-height: 64px;
  }

  .paragraph-light_projet, .paragraph-light_projet.cc-position-name {
    text-align: left;
  }

  .section_work-together {
    margin-left: 2em;
    margin-right: 2em;
  }

  .section_work-together.cc-contact, .section_work-together.cc-friends {
    padding: 15px;
  }

  .section_project_head {
    margin-left: 2em;
    margin-right: 2em;
  }

  .section_project_head.cc-contact, .section_project_head.cc-friends {
    padding: 15px;
  }

  .module_mesure_menu_2 {
    background-size: 1.75em;
    width: 35vw;
    height: 3.5em;
    display: none;
    left: 65vw;
  }

  .module_mesure_1_ligne {
    background-size: 2em;
    width: 100vw;
    height: 2em;
    display: none;
    inset: 0% 0% auto -2em;
  }

  .detail-video {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 479px) {
  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-jumbo.text_white.menu_title {
    white-space: nowrap;
    font-size: .8em;
    line-height: 1em;
  }

  .paragraph-light.left.limited {
    max-width: none;
  }

  .section {
    margin-left: 1em;
    margin-right: 1em;
  }

  .logo-link.w--current {
    margin-right: 0;
  }

  .navigation {
    width: auto;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .work-experience-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: flex-start;
    display: flex;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap, .footer-wrap {
    flex-direction: column;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }

  .personal-features-grid, .social-media-heading, .project-overview-grid {
    width: 100%;
    max-width: none;
  }

  .project-description-grid {
    width: 100%;
    max-width: none;
    margin-top: 2em;
    padding-left: 0;
    padding-right: 0;
  }

  .email-section {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .frame_simon {
    width: 80vw;
    height: auto;
    left: -10vw;
  }

  .heading-jumbo_projet {
    font-size: 36px;
    line-height: 48px;
  }

  .section_work-together, .section_project_head {
    margin-left: 1em;
    margin-right: 1em;
  }

  .module_mesure_menu_2, .text_commentary, .module_mesure_1_ligne {
    display: none;
  }
}

#w-node-_4461c82a-39a5-b1f6-f91f-a5a10a180095-905684ea, #w-node-_4c76b139-6dea-a477-e935-4a874e79483f-905684ea, #w-node-bea97ee1-56a8-2369-5de7-e6fde2d438e2-905684ea, #w-node-bea97ee1-56a8-2369-5de7-e6fde2d438e3-905684ea, #w-node-bea97ee1-56a8-2369-5de7-e6fde2d438e4-905684ea, #w-node-_1bba359b-bf69-cb9c-5bb2-0993622893d0-905684ea, #w-node-_1bba359b-bf69-cb9c-5bb2-0993622893d1-905684ea {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_78499bd6-79f0-18fe-9181-d6581e1fc631-905684ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78499bd6-79f0-18fe-9181-d6581e1fc633-905684ea {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_78499bd6-79f0-18fe-9181-d6581e1fc634-905684ea {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_57718041-5626-66f5-2ac3-aeefb64b201b-905684ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57718041-5626-66f5-2ac3-aeefb64b201d-905684ea {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_57718041-5626-66f5-2ac3-aeefb64b201e-905684ea {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_78a94e2f-84d1-ca04-1e39-05e9ca1571d4-905684ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78a94e2f-84d1-ca04-1e39-05e9ca1571d6-905684ea {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_78a94e2f-84d1-ca04-1e39-05e9ca1571d7-905684ea {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a794bf22-7558-04a6-d7a7-d60c915bf6f5-905684ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a794bf22-7558-04a6-d7a7-d60c915bf6f7-905684ea {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-a794bf22-7558-04a6-d7a7-d60c915bf6f8-905684ea {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c8d5565b-a8ae-a438-ed49-ab50fa286366-905684ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8d5565b-a8ae-a438-ed49-ab50fa286368-905684ea {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-c8d5565b-a8ae-a438-ed49-ab50fa286369-905684ea {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_91603dae-3dae-efcf-19e5-5a2c4a2c0a01-905684ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91603dae-3dae-efcf-19e5-5a2c4a2c0a03-905684ea {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_91603dae-3dae-efcf-19e5-5a2c4a2c0a04-905684ea {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c3ed07b9-96b8-45f5-fdb0-bdc9167c371e-905684ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3ed07b9-96b8-45f5-fdb0-bdc9167c3720-905684ea {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-c3ed07b9-96b8-45f5-fdb0-bdc9167c3721-905684ea {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_552111b4-d74d-a419-d177-7af52700d395-905684ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_552111b4-d74d-a419-d177-7af52700d397-905684ea {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_552111b4-d74d-a419-d177-7af52700d398-905684ea {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9439063f-30b9-4d0a-4607-6e0c6041f707-905684ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9439063f-30b9-4d0a-4607-6e0c6041f709-905684ea {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_9439063f-30b9-4d0a-4607-6e0c6041f70a-905684ea {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9686d168-99ea-535b-a58b-4ab223d0e709-905684ea, #w-node-_4a009986-9250-d48b-9759-cb3b8c6352ae-905684ea, #w-node-_00568ab2-5cb0-45cc-ba7f-e0070fbfe139-905684ea, #w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fc9-905684ea, #w-node-_1cffc589-4658-d63a-49de-0614a6f07c76-905684ea, #w-node-_7128a085-2364-4c22-6946-2e6684ca139d-905684ea, #w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fd1-905684ea, #w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fd9-905684ea, #w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fe1-905684ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fcbd811e-7aad-2075-20e5-cbb26ebf220c-905684ea, #w-node-fcbd811e-7aad-2075-20e5-cbb26ebf220d-905684ea, #w-node-fcbd811e-7aad-2075-20e5-cbb26ebf220e-905684ea, #w-node-b8b52291-59d8-e49d-e1e3-8d3f5b519e27-905684ea, #w-node-b8b52291-59d8-e49d-e1e3-8d3f5b519e28-905684ea {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a32-d0df4a24 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a36-d0df4a24 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a3a-d0df4a24 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c1-905684ee {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c8-905684ee {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd8a-905684ee {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd8f-905684ee {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd90-905684ee {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd99-905684ee {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffda1-905684ee {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffda6-905684ee {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffdd8-905684ee {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffe12-905684ee {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9d-905684ee, #w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9d-905684ee:active {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9e-905684ee {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9f-905684ee {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea0-905684ee {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea1-905684ee {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea2-905684ee {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea3-905684ee {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea4-905684ee {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-d84f0f3a-af42-08ce-d504-8aa46c1bf3e1-905684f0, #w-node-d84f0f3a-af42-08ce-d504-8aa46c1bf3e2-905684f0 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-905684f0 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-905684f0 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-905684f0 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b4f0ef89-c426-9e6a-01f6-f8fc34f30c0a-905684f0, #w-node-b4f0ef89-c426-9e6a-01f6-f8fc34f30c0b-905684f0, #w-node-b4f0ef89-c426-9e6a-01f6-f8fc34f30c0c-905684f0 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd223-905684f0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-905684f0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_374c5da7-94f9-b755-92df-dc37da424cd5-905684f0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-905684f1 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-905684f1 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-905684f1 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-905684f1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9fda4a37-cb21-e2a1-58de-88a206fa61ae-905684f1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-905684f2 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-905684f2 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-905684f2 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-905684f2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_32040423-4078-1b23-6771-e6c78f8a716d-905684f2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-905684f3 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-905684f3 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-905684f3 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-905684f3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1f85730f-9889-a71b-9be8-c086a8d10760-905684f3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d84f0f3a-af42-08ce-d504-8aa46c1bf3e1-af818512, #w-node-d84f0f3a-af42-08ce-d504-8aa46c1bf3e2-af818512 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-af818512 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-af818512 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-af818512 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b4f0ef89-c426-9e6a-01f6-f8fc34f30c0a-af818512, #w-node-b4f0ef89-c426-9e6a-01f6-f8fc34f30c0b-af818512, #w-node-b4f0ef89-c426-9e6a-01f6-f8fc34f30c0c-af818512 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd223-af818512 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-af818512 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6b1ab1b1-c333-5211-df94-f9a643f9206a-af818512 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d84f0f3a-af42-08ce-d504-8aa46c1bf3e1-770cf409, #w-node-d84f0f3a-af42-08ce-d504-8aa46c1bf3e2-770cf409 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-770cf409 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-770cf409 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-770cf409 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b4f0ef89-c426-9e6a-01f6-f8fc34f30c0a-770cf409, #w-node-b4f0ef89-c426-9e6a-01f6-f8fc34f30c0b-770cf409, #w-node-b4f0ef89-c426-9e6a-01f6-f8fc34f30c0c-770cf409 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd223-770cf409 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-770cf409 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6b1ab1b1-c333-5211-df94-f9a643f9206a-770cf409 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d84f0f3a-af42-08ce-d504-8aa46c1bf3e1-140a6eb4, #w-node-d84f0f3a-af42-08ce-d504-8aa46c1bf3e2-140a6eb4 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-140a6eb4 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-140a6eb4 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-140a6eb4 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b4f0ef89-c426-9e6a-01f6-f8fc34f30c0a-140a6eb4, #w-node-b4f0ef89-c426-9e6a-01f6-f8fc34f30c0b-140a6eb4, #w-node-b4f0ef89-c426-9e6a-01f6-f8fc34f30c0c-140a6eb4 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd223-140a6eb4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-140a6eb4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6b1ab1b1-c333-5211-df94-f9a643f9206a-140a6eb4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d84f0f3a-af42-08ce-d504-8aa46c1bf3e1-76b48dad, #w-node-d84f0f3a-af42-08ce-d504-8aa46c1bf3e2-76b48dad {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-76b48dad {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-76b48dad {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-76b48dad {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b4f0ef89-c426-9e6a-01f6-f8fc34f30c0a-76b48dad, #w-node-b4f0ef89-c426-9e6a-01f6-f8fc34f30c0b-76b48dad, #w-node-b4f0ef89-c426-9e6a-01f6-f8fc34f30c0c-76b48dad {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd223-76b48dad {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-76b48dad {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_374c5da7-94f9-b755-92df-dc37da424cd5-76b48dad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d84f0f3a-af42-08ce-d504-8aa46c1bf3e1-5da5f74c, #w-node-d84f0f3a-af42-08ce-d504-8aa46c1bf3e2-5da5f74c {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-5da5f74c {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-5da5f74c {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-5da5f74c {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b4f0ef89-c426-9e6a-01f6-f8fc34f30c0a-5da5f74c, #w-node-b4f0ef89-c426-9e6a-01f6-f8fc34f30c0b-5da5f74c, #w-node-b4f0ef89-c426-9e6a-01f6-f8fc34f30c0c-5da5f74c {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd223-5da5f74c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-5da5f74c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_374c5da7-94f9-b755-92df-dc37da424cd5-5da5f74c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d84f0f3a-af42-08ce-d504-8aa46c1bf3e1-31f77ca7, #w-node-d84f0f3a-af42-08ce-d504-8aa46c1bf3e2-31f77ca7 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-31f77ca7 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-31f77ca7 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-31f77ca7 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b4f0ef89-c426-9e6a-01f6-f8fc34f30c0a-31f77ca7, #w-node-b4f0ef89-c426-9e6a-01f6-f8fc34f30c0b-31f77ca7, #w-node-b4f0ef89-c426-9e6a-01f6-f8fc34f30c0c-31f77ca7 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd223-31f77ca7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-31f77ca7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_374c5da7-94f9-b755-92df-dc37da424cd5-31f77ca7, #w-node-faaafe5e-1375-971b-01eb-2ce03d10284d-31f77ca7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_4a009986-9250-d48b-9759-cb3b8c6352ae-905684ea, #w-node-_00568ab2-5cb0-45cc-ba7f-e0070fbfe139-905684ea, #w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fd9-905684ea, #w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fe1-905684ea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c8-905684ee, #w-node-dac044b7-be90-60f3-414d-4224828ffd8f-905684ee, #w-node-dac044b7-be90-60f3-414d-4224828ffd99-905684ee {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dac044b7-be90-60f3-414d-4224828ffdd8-905684ee {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-dac044b7-be90-60f3-414d-4224828ffe12-905684ee {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9e-905684ee {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea0-905684ee {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea1-905684ee {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea2-905684ee {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea3-905684ee {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea4-905684ee {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-905684f0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-905684f0 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-905684f0 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd223-905684f0, #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-905684f0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-905684f1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-905684f1 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-905684f1 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-905684f1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-905684f2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-905684f2 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-905684f2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-905684f2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_32040423-4078-1b23-6771-e6c78f8a716d-905684f2, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-905684f3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-905684f3 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-905684f3 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-905684f3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1f85730f-9889-a71b-9be8-c086a8d10760-905684f3, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-af818512 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-af818512 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-af818512 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-af818512 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-770cf409 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-770cf409 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-770cf409 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-770cf409 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-140a6eb4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-140a6eb4 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-140a6eb4 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-140a6eb4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-76b48dad {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-76b48dad {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-76b48dad {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd223-76b48dad, #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-76b48dad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-5da5f74c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-5da5f74c {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-5da5f74c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd223-5da5f74c, #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-5da5f74c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-31f77ca7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-31f77ca7 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-31f77ca7 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd223-31f77ca7, #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-31f77ca7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d783a17e-0b35-a13a-0448-a852d0df4a36-d0df4a24 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d783a17e-0b35-a13a-0448-a852d0df4a3a-d0df4a24 {
    grid-area: 3 / 1 / 4 / 2;
  }
}


