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

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

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

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

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

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

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

body {
  color: #000;
  background-color: #fff;
  font-family: Inter Tight;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 46px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

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

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

p {
  color: #525252;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 12px;
}

li {
  padding-bottom: 4px;
  font-size: 15px;
}

blockquote {
  border-left: 1px solid #181818;
  margin-bottom: 10px;
  padding: 0 20px;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.3;
}

figcaption {
  color: rgba(231, 251, 252, .6);
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  font-weight: 500;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.subhead {
  color: #fff;
  font-family: Nunito Sans, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.3;
}

.subhead.right {
  max-width: 80%;
  color: #000;
  text-align: right;
  margin-left: auto;
  font-size: 24px;
  font-weight: 400;
}

.subhead.center {
  max-width: 53%;
  color: #000;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: 400;
}

.subhead.center.first {
  max-width: 100%;
}

.input {
  min-height: 60px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.input:hover {
  border-color: #111314;
}

.input:focus {
  color: #444;
  border-color: #111314;
}

.input::-ms-input-placeholder {
  color: #888;
  font-size: 16px;
  font-weight: 500;
}

.input::placeholder {
  color: #888;
  font-size: 16px;
  font-weight: 500;
}

.margin-15px {
  margin-top: 15px;
}

.color-row {
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.white-block {
  width: 100%;
  background-color: #fff;
  padding: 20px 20px 40px 45px;
}

.title-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
}

.caption {
  color: rgba(255, 255, 255, .55);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.caption.margined {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 700;
}

.caption.margined._2 {
  color: #525252;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
}

.color-block-parent {
  width: 20%;
  margin-right: 20px;
}

.title-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
}

.margin-60px {
  margin-top: 60px;
}

.color-block {
  width: 100%;
  height: 85px;
  background-color: #fff;
  border: 1px solid rgba(129, 129, 139, .2);
  border-radius: 2px;
  margin-bottom: 5px;
  padding: 10px;
  display: flex;
}

.color-block._2 {
  color: #3d3d3d;
  background-color: #ffea00;
}

.clients {
  background-color: #fff;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 40px 5%;
  position: relative;
}

.clients.add-top-margin {
  padding-top: 200px;
}

.clients.for-inner {
  background-color: #efffff;
  padding-top: 180px;
  padding-bottom: 100px;
}

.clients.with-px {
  min-height: 130px;
  padding-top: 0;
  padding-bottom: 0;
}

.margin-25px {
  margin-top: 25px;
}

.title-1 {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 9.5em;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

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

.title-1._1 {
  font-weight: 400;
}

.title-1._1.medium {
  font-weight: 500;
}

.title-1._3.big-logo {
  font-size: 15em;
  font-weight: 400;
}

.light-block-second {
  width: 100%;
  background-color: #f0f5ff;
  border-radius: 3px;
  padding: 20px 20px 40px 45px;
}

.light-block-second.rounded-bottom {
  background-color: #f0f5ff;
  border-radius: 3px;
  padding-bottom: 30px;
}

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

.container {
  z-index: 20;
  width: 100%;
  max-width: 1400px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.with-shape {
  flex: 0 auto;
}

.light-block {
  width: 100%;
  background-color: #f0f5ff;
  border-radius: 3px;
  padding: 20px 20px 40px 45px;
}

.button {
  width: 100%;
  color: #000;
  text-align: center;
  background-color: #ffea00;
  align-items: center;
  padding: 17px 30px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: all .3s;
}

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

.button.full {
  width: 100%;
  font-family: Tussilago, sans-serif;
}

.button.full.margin {
  margin-top: 7px;
}

.hero {
  min-height: 95svh;
  background-color: #fff;
  align-items: center;
  padding: 50px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero.second {
  min-height: 100svh;
  background-color: #0b3f3b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero.intro {
  min-height: 50svh;
}

.page-content {
  color: #000;
  background-color: #0b3f3b;
}

.page-content.dark {
  color: #595959;
  background-color: #0b3f3b;
  font-family: Nunito Sans, sans-serif;
  position: static;
  overflow: visible;
}

.margin-40px {
  margin-top: 40px;
}

.licensing-content {
  min-height: 150px;
  background-color: #f0f5ff;
  padding: 25px;
  display: flex;
}

.margin-30px {
  margin-top: 30px;
}

.image-flex {
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  font-size: 16px;
  display: flex;
}

.licensing-block {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.shrink-item {
  flex: 1;
  margin-right: 20px;
}

.shrink-item.flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shrink-item.photo-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dark-link-2 {
  color: #757575;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: underline;
}

.dark-link-2:hover {
  color: #000;
}

.copyright-dot {
  width: 4px;
  height: 4px;
  background-color: #826f8d;
  border-radius: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

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

.heading {
  font-weight: 600;
}

.button-text-wrapper {
  height: 24px;
  overflow: hidden;
}

.page-wrapper {
  background-color: #0b3f3b;
}

.loading-line-wrppaer {
  z-index: 1000;
  width: 100%;
  height: 1.5px;
  padding-left: 18px;
  padding-right: 18px;
  position: fixed;
  top: 50%;
  left: 0;
}

.loding-line {
  width: 0%;
  height: 1.5px;
  background-color: #fff;
}

.button-3d {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s;
}

.button-3d:active {
  transform: scale(.975);
}

.button-inner {
  position: relative;
}

.button-first {
  color: #181818;
  background-color: #313131;
  padding: 1rem 1.6rem;
  font-weight: 700;
}

.button-first.static {
  color: #fff;
}

.button-first.hover {
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  background-color: #fff;
  position: absolute;
  top: 100%;
  transform: rotateX(-90deg)rotateY(0)rotateZ(0);
}

.margin-50px {
  margin-top: 50px;
}

.services-wrapper {
  width: 50%;
  align-items: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.photo-line-animation {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.margin-70px {
  margin-top: 70px;
}

.margin-100px {
  margin-top: 100px;
}

.photo-move-2 {
  max-width: 80%;
  position: relative;
  overflow: hidden;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #fa242a;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
}

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

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

.success-message {
  background-color: #4253ff;
  font-size: 16px;
  font-weight: 500;
}

.field-label {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: none;
  font-family: Nunito Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.field-label.add-margin {
  color: #fff;
  margin-bottom: 20px;
}

.contact-flex {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.contact-flex.vertical {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
}

.contact-field-form {
  height: 45px;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom-style: solid;
  margin-left: 32px;
  padding-left: 0;
  font-size: 17px;
  font-weight: 500;
}

.contact-field-form:active, .contact-field-form:focus {
  border-bottom-color: #2f3330;
}

.contact-field-form::-ms-input-placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.contact-field-form::placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.contact-field-form.area {
  height: auto;
  margin-top: 20px;
  margin-left: 0;
  padding-bottom: 78px;
}

.data-created {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.photo-move-3 {
  max-width: 95%;
  position: relative;
  overflow: hidden;
}

.gray-link {
  color: #fff;
  text-decoration: none;
  display: inline;
}

.copyright {
  color: #6d6d6d;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.8fr;
  grid-auto-columns: 1fr;
  display: block;
}

.link-underline {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .29);
  padding-bottom: 6px;
  font-size: 16px;
  font-weight: 400;
}

.link-underline._0px {
  margin-bottom: 0;
}

.social-wrapper-center {
  grid-column-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.social-wrapper-center.left {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.social-wrapper-center.ivert {
  filter: invert();
}

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

.social-icon-footer:hover {
  opacity: .7;
}

.line-divider {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-top: 100px;
  margin-bottom: 100px;
}

.toggle-main-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.display-6 {
  color: #fff;
  margin-top: 10px;
  font-size: 150px;
  font-weight: 500;
  line-height: .8;
}

.display-6.small {
  color: #000;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.2;
}

.uppercase {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.project-grid-main {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.info-flex {
  background-color: #ffea00;
  flex-direction: column;
  justify-content: center;
  padding: 47px 50px;
  display: flex;
}

.project-line-divider {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-top: 70px;
  margin-bottom: 70px;
}

.rich-text-minus-20px {
  margin-top: -20px;
}

.info-content {
  grid-column-gap: 50px;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 5px;
  display: flex;
}

.navigation-main {
  z-index: 999;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 21px 5%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo {
  width: auto;
  mix-blend-mode: normal;
  display: none;
}

.menu-square {
  z-index: 2;
  width: 40px;
  height: 50px;
  grid-row-gap: 14px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hamburger-line {
  width: 100%;
  height: 2px;
  background-color: #000;
}

.hamburger-line.first, .hamburger-line.second {
  background-color: #c9ffc8;
}

.hamburger-circle-open {
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.circle-absolute {
  width: 100%;
  height: 100%;
  background-color: #4dde9e;
  border-radius: 100%;
  position: absolute;
}

.menu-big {
  z-index: 1000;
  height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-background {
  background-color: #4dde9e;
  flex-direction: column;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-content {
  z-index: 3;
  flex: 1;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation-items {
  z-index: 99;
  grid-row-gap: 9px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navigation-link-move {
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.nav-text-wrapper {
  height: 96px;
  overflow: hidden;
}

.nav-text-wrapper._1 {
  height: 105px;
}

.text-line {
  color: #c9ffc8;
  font-family: Tussilago, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 1.1;
  display: block;
}

.text-full {
  color: #0b3f3b;
  letter-spacing: -5px;
  font-family: Tussilago, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 1.1;
}

.top-flex {
  max-width: 90%;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.top-flex.second {
  grid-row-gap: 20px;
}

.heading-overly {
  padding-bottom: 12px;
  overflow: hidden;
}

.heading-overly.second {
  padding-bottom: 10px;
}

.heading-overly._33 {
  text-align: center;
  flex: 0 33%;
}

.photo-center {
  width: 170px;
  height: 170px;
  background-image: url('../images/photo-15.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
}

.photo-center.white {
  width: auto;
  height: auto;
  max-width: 25%;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.photo-center.intro {
  background-image: url('../images/blog-3.jpg');
}

.scroll-down-wrapper {
  height: 100px;
  justify-content: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 0%;
  right: 0%;
}

.arrow-down {
  width: 30px;
  object-fit: fill;
}

.hero-grid {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  display: flex;
}

.parallax-image-block {
  width: 100%;
  height: 43em;
  position: relative;
  overflow: hidden;
}

.parallax-image-block.on-hero {
  width: 80%;
  height: 34em;
}

.parallax-image-block._50em {
  height: 50em;
}

.parallax-image-block._20em {
  height: 23.9em;
}

.parallax-image-block.left-top {
  width: 30%;
  height: 26em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.parallax-image-block.right-bottom {
  width: 30%;
  height: 17em;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.parallax-image-block.auto {
  height: 55em;
}

.parallax-image-wrapper {
  width: 100%;
  height: 100%;
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.image-triger {
  width: 105%;
  height: 105%;
  position: absolute;
}

.image-triger-second {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.parallax-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cover-image {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: static;
  top: 5%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: visible;
}

.color-parallax {
  z-index: 2;
  background-color: #000;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-title {
  z-index: 2;
  max-height: 2px;
  color: #c9ffc8;
  letter-spacing: -.5rem;
  -webkit-text-stroke-color: #4dde9e;
  text-indent: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tussilago, sans-serif;
  font-size: 7em;
  line-height: 1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hero-title.skew-up {
  font-size: 6.8em;
  line-height: 1.05;
}

.flex-tag {
  grid-column-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.flex-tag.center {
  justify-content: center;
  margin-bottom: 40px;
}

.flex-tag.more-gap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.bullet-tag {
  width: 12px;
  height: 12px;
  background-color: #000;
  border-radius: 100px;
}

.bullet-tag.whiter {
  background-color: #fff;
}

.title-tag {
  color: #000;
  font-family: Tussilago, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.1;
}

.title-tag.big {
  font-size: 38px;
}

.title-tag.white-tag {
  color: #fff;
  font-family: Nunito Sans, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.title-tag.h1 {
  color: #0b3f3b;
  font-size: 32px;
  font-weight: 700;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.paragraph-0 {
  text-align: center;
  margin-bottom: 0;
}

.left-hero-wrapper {
  flex-direction: column;
  flex: 0 100%;
  align-self: flex-end;
  align-items: flex-end;
  padding-left: 0;
  display: flex;
}

.sunny-flex {
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.sunny-flex.no-margin {
  margin-top: 0;
  position: relative;
}

.location {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 500;
}

.sun {
  width: 27px;
  position: relative;
  top: 3px;
}

.track {
  height: 500vh;
  background-color: #fff;
}

.sticky {
  width: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.wrapper {
  width: 100%;
}

.collection-list {
  display: flex;
}

.collection-item {
  width: 45vw;
  flex: none;
  align-items: flex-end;
  display: flex;
}

.card-block {
  width: 100%;
  height: 70svh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-block.second {
  height: 40svh;
}

.card-block.first {
  height: 47svh;
}

.card-block._1 {
  height: 50svh;
}

.card-block._2, .card-block._3 {
  height: 40svh;
}

.card-block.auto {
  height: auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

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

.overlay {
  background-color: rgba(24, 24, 24, .1);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.circle-button {
  z-index: 2;
  width: 170px;
  height: 170px;
  background-color: #ffea00;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  position: absolute;
}

.project-arrow {
  width: 44px;
}

.card-wrapper {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.project-title {
  color: #fff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, .1);
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  line-height: 1.2;
}

.main-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.award-flex {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 15px;
  display: flex;
}

.award-flex._2 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.award-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
}

.logo-grid-main {
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
  position: relative;
}

.logo-wrapper {
  width: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-main {
  width: 70%;
  filter: invert();
}

.logo-main._60 {
  width: 60%;
}

.logo-main._80 {
  width: 80%;
}

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

.blog-wrapper {
  width: 100%;
  height: 100%;
  color: #000;
  text-decoration: none;
}

.blog-title {
  font-size: 21px;
  font-weight: 500;
}

.blog-title.x4 {
  font-size: 40px;
  line-height: 1.2;
}

.footer {
  min-height: 350px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 5% 40px;
  display: flex;
}

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

.flex-left.add-bottom {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

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

.copyright-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.link-no-overline {
  text-decoration: none;
}

.icon-circle {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.button-uppercase {
  height: 20px;
  font-size: 14px;
}

.button-line-first-2 {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-top: 2px;
  position: relative;
}

.features-content {
  padding: 30px;
}

.features-content.color {
  border: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 40px 30px;
  display: flex;
}

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

.button-underline {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.button-underline._2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
}

.button-down-overlay {
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
}

.circle-invert {
  width: 36px;
}

.work-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.work-grid-2._2 {
  max-width: 80%;
  grid-column-gap: 40px;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.award-icon {
  width: 80px;
  height: 50px;
  background-image: url('../images/www.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.award-icon._2 {
  background-image: url('../images/css_1css.png');
  background-position: 0%;
  background-size: 24px;
}

.award-icon._3 {
  background-image: url('../images/fwa.png');
  background-size: 50px;
}

.award-line {
  width: 100%;
  height: 1px;
  background-color: #000;
}

.award-main-flex {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 5px;
  display: flex;
}

.award-main-flex._2 {
  margin-bottom: 0;
}

.award-main-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.award-grid {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.blog-gird {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.left-part-shadow {
  z-index: 2;
  width: 200px;
  background-image: linear-gradient(to right, #fff 10%, rgba(255, 255, 255, 0));
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.left-part-shadow.right {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 90%);
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.carousel {
  width: 100%;
  height: 250px;
  max-width: 1200px;
  flex-direction: row;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.logo-carousel-wrap {
  width: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  flex: 1;
  justify-content: center;
  display: flex;
  transform: perspective(1px);
}

.logo-carousel-item {
  flex: none;
  padding: 1rem .5rem;
}

.logo-link {
  filter: grayscale();
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-image {
  width: 150px;
  opacity: 1;
}

.logo-image._2 {
  width: 110px;
}

.logo-image._1 {
  width: 110px;
  filter: none;
  display: none;
}

.logo-image._3 {
  width: 150px;
  filter: none;
}

.logo-image._4 {
  width: 110px;
}

.logo-image._5 {
  width: 140px;
}

.logo-image._6 {
  width: 120px;
  filter: none;
}

.logo-image._7 {
  width: 40px;
  filter: none;
  display: none;
}

.logo-image._8 {
  width: 120px;
  filter: none;
}

.logo-image._9 {
  width: 80px;
  filter: none;
  display: none;
}

.logo-image._10 {
  width: 100px;
  filter: none;
}

.logo-carousel {
  grid-column-gap: 1rem;
  flex-wrap: wrap;
  flex: 1;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.project-circle {
  z-index: 10;
  width: 105px;
  height: 105px;
  background-color: #ffea00;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 18px;
  font-size: 19px;
  font-weight: 500;
  display: flex;
  position: absolute;
}

.project-circle._2 {
  padding: 15px;
  position: relative;
}

.video-icon {
  position: absolute;
}

.display-1 {
  z-index: 5;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11vw;
  font-weight: 500;
  line-height: .9;
  position: relative;
}

.max-w-width {
  text-align: center;
  justify-content: center;
  display: flex;
}

.max-w-width._2 {
  min-height: 800px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.photo-animation-1 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.add-line {
  background-image: url('../images/line.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.projct-2 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.featured-flex {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.project-3 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.div-block {
  position: relative;
  top: 150px;
}

.margin-300px {
  margin-top: 300px;
}

.project-1 {
  width: 80%;
}

.margin-200px {
  margin-top: 200px;
}

.grid-3-columns {
  max-width: 90%;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.grid-3-columns._1 {
  max-width: 100%;
  grid-column-gap: 150px;
  grid-template-columns: 1fr 1.5fr;
  align-items: end;
}

.right-work-flex {
  flex-direction: column;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.grid-2-columns {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns._1 {
  grid-column-gap: 50px;
  grid-template-columns: 1.5fr 1fr;
  align-items: start;
}

.project-grid {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.blog-wrapper-bottom {
  z-index: 20;
  grid-row-gap: 10px;
  color: #000;
  border-bottom: 1px solid #e2e2e2;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  position: relative;
}

.blog-title-1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
}

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

.category-link {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.start-icon {
  width: 6px;
  height: 6px;
  opacity: 1;
  background-color: #000;
  border-radius: 100%;
  flex: none;
  margin-left: 15px;
  margin-right: 15px;
}

.image-frame {
  z-index: 1;
  width: 100%;
  height: 100%;
  max-height: 400px;
  max-width: 27rem;
  background-color: #616161;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: fixed;
  top: 15rem;
  bottom: auto;
  left: 45rem;
  right: 0%;
}

.blog-link {
  text-decoration: none;
}

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

.checkbox-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  margin-top: 10px;
  display: flex;
}

.checkbox-select {
  color: #000;
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  top: 2px;
}

.text-field-contact {
  height: 52px;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-radius: 4px;
  margin-bottom: 20px;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 500;
}

.text-field-contact::-ms-input-placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.text-field-contact::placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.text-field-contact.area {
  border-radius: 5px;
  padding-bottom: 55px;
}

.checkbox-field-wrapper {
  margin-bottom: 0;
}

.checkbox-main {
  width: 15px;
  height: 15px;
  background-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-color: #000;
  border-radius: 3px;
  margin-right: 7px;
}

.checkbox-main.w--redirected-checked {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-size: 10px;
  border-color: #000;
}

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

.team-title {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1;
}

.margin-10px {
  margin-top: 10px;
}

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

.job-role {
  opacity: .54;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.social-line {
  color: #151414;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  position: relative;
}

.pres-grid {
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-2 {
  font-family: Bitter, serif;
}

.body {
  color: #595959;
  background-color: #efffff;
  overflow: visible;
}

.div-block-2 {
  width: 100px;
}

.text-span {
  color: #4dde9e;
}

.paragraph-2 {
  color: #fff;
  flex: 0 auto;
  order: 0;
  justify-content: space-around;
  align-self: auto;
  align-items: flex-start;
  font-weight: 300;
  display: block;
}

.button-2 {
  color: #0b3f3b;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #4dde9e;
  border: 1px solid #0b3f3b;
  border-radius: 50px;
  align-self: flex-start;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Tussilago, sans-serif;
  font-size: 11px;
  line-height: 40px;
}

.container-2 {
  max-width: 1400px;
}

.section-2 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  display: flex;
}

.scrolling-text {
  letter-spacing: -.02em;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 10em;
  font-weight: 400;
  line-height: 1;
}

.scrolling-text.one {
  color: rgba(255, 255, 255, .5);
  font-family: Lato, sans-serif;
  line-height: 1.2;
}

.scrolling-text.two {
  color: #0b3f3b;
  -webkit-text-stroke-color: #0b3f3b;
  text-transform: uppercase;
  background-color: #c9ffc8;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Tussilago, sans-serif;
  font-size: 6em;
  line-height: 1.2;
}

.section-3 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  display: flex;
}

.scrolling-text-2 {
  letter-spacing: -.02em;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 10em;
  font-weight: 400;
  line-height: 1;
}

.scrolling-text-2.one {
  color: rgba(255, 255, 255, .5);
  font-family: Lato, sans-serif;
  line-height: 1.2;
}

.scrolling-text-2.two {
  color: #0b3f3b;
  -webkit-text-stroke-color: #0b3f3b;
  text-transform: uppercase;
  background-color: #4dde9e;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Tussilago, sans-serif;
  font-size: 6em;
  line-height: 1.2;
}

.section-4 {
  -webkit-text-fill-color: inherit;
  background-color: #4dde9e;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  display: flex;
  position: static;
}

.section-5 {
  -webkit-text-fill-color: inherit;
  background-color: #4dde9e;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  display: flex;
}

.scrolling-text-3 {
  letter-spacing: -.02em;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 10em;
  font-weight: 400;
  line-height: 1;
}

.scrolling-text-3.one {
  color: rgba(255, 255, 255, .5);
  font-family: Lato, sans-serif;
  line-height: 1.2;
}

.scrolling-text-3.two {
  color: #4dde9e;
  -webkit-text-stroke-color: #0b3f3b;
  text-transform: uppercase;
  background-color: #0b3f3b;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Tussilago, sans-serif;
  font-size: 6em;
  line-height: 1.2;
}

.section-6 {
  -webkit-text-fill-color: inherit;
  background-color: #4dde9e;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  display: flex;
}

.scrolling-text-4 {
  letter-spacing: -.02em;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 10em;
  font-weight: 400;
  line-height: 1;
}

.scrolling-text-4.one {
  color: rgba(255, 255, 255, .5);
  font-family: Lato, sans-serif;
  line-height: 1.2;
}

.scrolling-text-4.two {
  color: #0b3f3b;
  -webkit-text-stroke-color: #0b3f3b;
  text-transform: uppercase;
  background-color: #e0ffff;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Tussilago, sans-serif;
  font-size: 6em;
  font-style: normal;
  line-height: 1.2;
}

.div-block-3 {
  min-width: 80px;
}

.references {
  background-color: #ffe7d9;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 100px 5% 10rem;
  position: relative;
}

.references.add-top-margin {
  padding-top: 200px;
}

.references.for-inner {
  padding-top: 180px;
}

.references.with-px {
  min-height: 130px;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-3 {
  color: #0b3f3b;
  text-align: center;
  font-family: Tussilago, sans-serif;
  font-size: 3em;
}

.heading-3.skew-up {
  line-height: 2em;
}

.curtain {
  z-index: 1000;
  width: 100%;
  height: 100%;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  background-color: #0b3f3b;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  transform: scale3d(1, 0, 1);
}

.curtain---fold {
  transform-origin: 50% 0;
  background-color: #efffff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, 100%);
}

.curtain---fold.x-01 {
  background-color: #c9ffc8;
}

.curtain---fold.x-02 {
  background-color: #4dde9e;
}

.curtain---fold.x-03 {
  background-color: #0b3f3b;
}

.curtain---fold.x-04 {
  background-color: #ffcfb3;
}

.button-3 {
  color: #3700b9;
  background-color: #d9d72c;
  border-radius: 2rem;
  padding: .5rem 1.5rem;
}

.banner-studio, .banner-social-media, .banner-corporate, .banner-it {
  overflow: hidden;
}

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

.container-3 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 6em;
}

.projects_item {
  padding-top: 2em;
  padding-bottom: 2em;
}

.div-block-4 {
  min-height: 70vh;
  background-image: url('../images/french-bee.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 25px;
}

.div-block-4.ref-img-cover {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/french-bee.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.heading-4.ref-txt {
  color: #4dde9e;
  flex: 0 auto;
  font-family: Tussilago, sans-serif;
  font-size: 3em;
  line-height: 1em;
}

.text-block, .text-block.ref-txt2 {
  color: #fff;
}

.div-block-5 {
  min-height: 70vh;
  background-image: url('../images/french-bee.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 25px;
}

.div-block-5.ref-img-cover {
  background-image: url('../images/vca.jpg');
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-6 {
  min-height: 70vh;
  background-image: url('../images/french-bee.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 25px;
}

.div-block-6.ref-img-cover {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/territoire-tourisme.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.text-block-2 {
  color: #0b3f3b;
  font-family: Tussilago, sans-serif;
}

.text-block-2.skew-up {
  font-size: 50px;
  line-height: 4rem;
}

.hover-parent {
  width: 100%;
  border-top: 2px solid #2e2a27;
  border-bottom: 2px solid #2e2a27;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hover-parent.border-none {
  border-top-style: none;
  border-bottom-style: none;
}

.hover_image {
  z-index: 2;
  height: 20rem;
  border-radius: 100px;
  position: absolute;
  right: 15%;
}

.n-container {
  width: 100%;
  max-width: 70rem;
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.background_image {
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  align-self: flex-end;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fill_image {
  width: 100%;
  height: 0%;
  object-fit: cover;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.component {
  z-index: 12;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.component.hover-image {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  margin-top: 8em;
  margin-bottom: 8em;
}

.is-main {
  z-index: 3;
  letter-spacing: -.07em;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 4rem;
  font-weight: 600;
  display: flex;
  position: relative;
}

.is-main.image_fill {
  width: 100%;
  cursor: pointer;
  border-top: 2px solid #2e2a27;
  border-bottom: 2px solid #2e2a27;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.is-main.border-null, .is-main.backgorund_image {
  width: 100%;
  cursor: pointer;
  border-top: 2px #2e2a27;
  border-bottom: 2px #2e2a27;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.n-line {
  z-index: 1;
  width: 100%;
  height: 2px;
  background-color: #2e2a27;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.n-line.bottom {
  height: 1px;
  background-color: #d8d8d8;
  border: .5px solid #d8d8d8;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text_hover {
  z-index: 10;
  width: 100%;
  position: relative;
}

.it {
  background-color: #efffff;
  border: 1px solid #d8d8d8;
  margin-right: auto;
  padding-bottom: 10rem;
  padding-left: 5%;
  padding-right: 5%;
}

.it-content {
  display: block;
}

.paragraph-3 {
  letter-spacing: 0;
}

.social-media {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #efffff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10rem 5% 20rem;
  display: flex;
}

.projects_p-wrap {
  padding-top: 1em;
}

.projects_p {
  width: 100%;
  max-width: 20em;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
}

.projects_link {
  width: 100%;
  position: relative;
}

.projects_heading {
  letter-spacing: -.04em;
  font-size: 7.1em;
  font-weight: 500;
  line-height: 1;
  transform: translate(0);
}

.projects_heading.is-2 {
  padding-bottom: .2em;
  font-style: italic;
}

.projects_heading-wrap {
  margin-top: -.9em;
  position: relative;
  overflow: hidden;
}

.projects_content-wrap {
  position: relative;
}

.projects_content {
  z-index: 2;
  text-align: center;
  background-image: linear-gradient(#d13c3c, #fff);
  padding: 9.7em 3em;
  position: relative;
}

.container-4 {
  max-width: 94px;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row-reverse;
  grid-template: "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.image-2 {
  max-width: 80%;
  border-radius: 300px;
  position: static;
  top: 2em;
}

.heading-5 {
  color: #0b3f3b;
  letter-spacing: -.25rem;
  -webkit-text-stroke-color: #4dde9e;
  text-transform: none;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Tussilago, sans-serif;
  font-size: 72px;
  line-height: 1em;
  display: flex;
}

.heading-5.skew-up {
  clear: none;
  font-size: 48px;
  display: block;
  position: static;
  top: 75px;
}

.text-span-2 {
  color: #4dde9e;
}

.social-media-hero {
  min-width: 40%;
  flex: none;
  position: -webkit-sticky;
  position: sticky;
  top: 5vw;
}

.social-media-content {
  min-width: 50%;
  flex: 1;
  order: 0;
  align-self: flex-start;
}

.social-media-content-detail {
  z-index: 2;
  max-width: 135%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-left: -80px;
  padding-top: 30em;
  display: flex;
  position: relative;
}

.image-3 {
  object-fit: fill;
  border-radius: 200px;
}

.heading-6 {
  color: #0b3f3b;
}

.text-block-3 {
  color: #0b3f3b;
  display: block;
}

.text-block-4 {
  color: #595959;
  flex-direction: column;
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 1.3em;
  display: block;
}

.social-media-content-2, .social-media-content-3, .social-media-content-4 {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-top: 0;
  margin-left: -180px;
  padding-top: 30em;
  display: flex;
  position: relative;
}

.agence {
  background-color: #efffff;
  padding-left: 5%;
  padding-right: 5%;
}

.logo-dark {
  width: auto;
  mix-blend-mode: normal;
}

.corporate {
  background-color: #efffff;
  align-items: flex-start;
  padding: 10rem 5% 20rem;
  display: flex;
}

.corporate-content {
  min-width: 60%;
  flex: 1;
  order: 0;
  align-self: flex-start;
  padding-right: 20%;
  position: -webkit-sticky;
  position: sticky;
  top: 15vh;
}

.corporate-project {
  min-width: 40%;
  flex: 0 auto;
  padding-right: 0%;
  position: -webkit-sticky;
  position: sticky;
  top: 2em;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0b3f3b;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1em 2em 2em;
  display: block;
}

.image-project {
  border-radius: 300px 300px 0 0;
  position: static;
  top: 2em;
}

.corporate-project-1 {
  max-width: 395px;
  margin-top: 20em;
}

.corporate-project-2, .corporate-project-3 {
  max-width: 395px;
  margin-top: 30em;
}

.button-2-copy {
  color: #0b3f3b;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #4dde9e;
  border: 1px solid #0b3f3b;
  border-radius: 50px;
  align-self: flex-start;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Tussilago, sans-serif;
  font-size: 11px;
  line-height: 40px;
}

.button-4 {
  color: #0b3f3b;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #0b3f3b;
  border-radius: 50px;
  align-self: flex-start;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Tussilago, sans-serif;
  font-size: 11px;
  line-height: 40px;
}

.heading-7 {
  color: #4dde9e;
  font-size: 25px;
}

.text-block-5 {
  float: none;
  clear: none;
  color: #efffff;
  overflow: visible;
}

.button-2-copy {
  color: #0b3f3b;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #4dde9e;
  border: 1px solid #0b3f3b;
  border-radius: 50px;
  align-self: flex-start;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Tussilago, sans-serif;
  font-size: 11px;
  line-height: 40px;
}

.studio {
  background-color: #efffff;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: flex-start;
  padding: 10rem 5% 25rem;
  display: flex;
}

.studio-hero {
  flex: none;
  position: -webkit-sticky;
  position: sticky;
  top: 2em;
}

.corporate-copy {
  background-color: #e0ffff;
  align-items: flex-start;
  padding: 10rem 5%;
  display: flex;
}

.studio-project1 {
  flex: 1;
  position: static;
  top: 2em;
}

.studio-content {
  max-width: 35%;
  object-fit: none;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  position: -webkit-sticky;
  position: sticky;
  top: 15vh;
}

.studio-project-1 {
  max-width: 80%;
  margin-top: 20em;
}

.image-project-copy {
  border-radius: 300px 300px 0 0;
  position: static;
  top: 2em;
}

.studio-project-2 {
  max-width: 80%;
  margin-top: 50em;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #c9ffc8;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1em 2em 2em;
  display: block;
}

.studio-project2 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
  position: static;
  top: 2em;
}

.heading-8 {
  color: #0b3f3b;
  font-size: 25px;
}

.text-block-5-copy {
  float: none;
  clear: none;
  color: #efffff;
  overflow: visible;
}

.agency {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #efffff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 15rem 5% 5rem;
  display: grid;
}

.agency-premium-hero {
  max-width: 80%;
  flex: 0 auto;
  padding-right: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 2em;
}

.agency-premium-content {
  min-width: 60%;
  flex: 1;
  order: 0;
  align-self: center;
  position: static;
  top: 15vh;
}

.image-4 {
  max-width: 420px;
  min-width: 50%;
  border-radius: 300px;
}

.accordion-icon-stripe-1 {
  width: 1px;
  height: 100%;
  background-color: #0b3f3b;
}

.accordion-top-icon-wrap {
  width: 17px;
  height: 17px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.accordion-top {
  width: 100%;
  opacity: 1;
  align-items: center;
  transition: opacity .6s cubic-bezier(.19, 1, .22, 1);
  display: flex;
}

.accordion-top:hover {
  opacity: .64;
}

.accordion-divider {
  height: 0;
  border-top: 1px solid #d8d8d8;
}

.accordion-bottom-text {
  width: 100%;
  color: #595959;
  border-top: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.accordion-bottom-wrap {
  width: 100%;
  border-bottom: 0 solid rgba(0, 0, 0, 0);
  padding-top: 16px;
  padding-bottom: 32px;
}

.accordion-bottom {
  width: 100%;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  border-bottom: 1px solid #d8d8d8;
  overflow: hidden;
}

.accordion {
  width: 100%;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
}

.accordion-top-icon {
  justify-content: center;
  align-items: center;
  margin-right: -16px;
  padding: 16px;
  position: relative;
}

.accordion-top-text {
  color: #0b3f3b;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.accordion-icon-stripe-2 {
  width: 100%;
  height: 1px;
  background-color: #0b3f3b;
  position: absolute;
}

.accordion-top-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0);
  flex: 1;
  padding-top: 16px;
  padding-bottom: 16px;
}

.zero-carbon {
  background-color: #efffff;
  flex-direction: row;
  align-items: center;
  padding: 10rem 5% 15rem;
  display: flex;
}

.zero-carbon-content {
  min-width: 50%;
  flex: 1;
  order: 0;
  align-self: center;
  padding-right: 40px;
  position: static;
  top: 15vh;
}

.zero-carbon-hero {
  flex: 0 auto;
  position: -webkit-sticky;
  position: sticky;
  top: 2em;
}

.heading-9 {
  color: #4dde9e;
  overflow-wrap: normal;
  font-family: Tussilago, sans-serif;
}

.heading-9:hover {
  color: #4dde9e;
  -webkit-text-stroke-color: #4dde9e;
}

.link {
  color: #c9ffc8;
  -webkit-text-stroke-color: #c9ffc8;
  font-size: 36px;
}

.link:hover {
  color: #4dde9e;
  -webkit-text-stroke-color: #4dde9e;
}

.link:active {
  color: #c9ffc8;
  -webkit-text-stroke-color: #c9ffc8;
}

.link:visited {
  -webkit-text-stroke-color: #c9ffc8;
}

.image-5 {
  max-width: 120px;
}

.link-2 {
  color: #0b3f3b;
  text-decoration: none;
}

.bold-text-2 {
  color: #4dde9e;
  text-decoration: underline;
}

.studio-project-3 {
  max-width: 80%;
  margin-top: 60em;
}

.studio-project-4 {
  max-width: 80%;
  margin-top: 55em;
}

.video {
  border-radius: 200px;
}

.lottie-animation {
  border-radius: 300px;
}

.video-2 {
  max-width: 80%;
  border-radius: 300px;
}

.div-block-12 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.cursor-wrapper {
  z-index: 999999;
  cursor: none;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #0b3f3b;
  border-radius: 50%;
  position: absolute;
}

.cursor-2 {
  z-index: 5;
  width: 21px;
  height: 21px;
  border: 2px solid #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.cursor-2._3 {
  width: 100px;
  height: 100px;
  background-color: #0034c0;
  border-style: none;
  border-radius: 100px;
  display: none;
}

.circle-text {
  z-index: 10;
  width: auto;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: none;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  font-size: 12px;
  line-height: 100%;
  display: flex;
  position: absolute;
  overflow: visible;
}

.cursor-backup {
  width: 15px;
  height: 15px;
  background-color: #0034c0;
  border-radius: 50%;
  display: none;
  position: absolute;
}

.main-wrapper-2 {
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-5 {
  width: 100%;
  height: 400px;
  max-width: 1280px;
  background-color: #f5f5f5;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-10 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}

.image-6 {
  max-width: 80%;
  border-radius: 500px;
}

.div-block-13 {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 5rem;
  display: flex;
}

.text-block-6, .link-3 {
  -webkit-text-stroke-color: #fff;
}

.link-footer {
  color: #fff;
  font-family: Nunito Sans, sans-serif;
  text-decoration: none;
}

.link-footer:hover {
  color: #c9ffc8;
}

.link-footer:active, .link-footer:visited {
  color: #fff;
}

.paragraph-4 {
  color: #595959;
  display: inline;
}

.div-block-14 {
  font-family: Nunito Sans, sans-serif;
}

.link-4, .link-5 {
  color: #4dde9e;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_container {
  width: 100%;
  max-width: 62.5rem;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-banner_button {
  min-width: 8.75rem;
  color: #0b3f3b;
  text-align: center;
  background-color: #4dde9e;
  border: 2px solid #4dde9e;
  border-radius: 999rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #0b3f3b;
  -webkit-text-stroke-color: #0b3f3b;
  background-color: #f5f5f5;
  border-color: #0b3f3b;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .1);
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid rgba(67, 83, 255, .16);
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-banner_text {
  color: #616161;
  -webkit-text-stroke-color: #595959;
  margin-right: 1.5rem;
}

.fs-cc-banner_text-link {
  color: #0b3f3b;
  -webkit-text-stroke-color: #4dde9e;
  border: 0 solid #0b3f3b;
  font-weight: 400;
}

.fs-cc-banner_text-link:hover {
  -webkit-text-stroke-color: #c9ffc8;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  top: auto;
  bottom: 1.25rem;
  left: auto;
  right: 1.25rem;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_checkbox:active {
  background-color: #4dde9e;
}

.fs-cc-prefs_checkbox.w--redirected-checked {
  background-color: #4dde9e;
  border-color: #4dde9e;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  top: -.75rem;
  bottom: auto;
  left: auto;
  right: -.75rem;
  box-shadow: -1px 1px 12px rgba(51, 51, 51, .1);
}

.fs-cc-prefs_option {
  border-bottom: 1px solid rgba(51, 51, 51, .15);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs_title {
  color: #0b3f3b;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_text {
  color: #595959;
  font-size: .75rem;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_checkbox-field {
  width: 2.75rem;
  height: 1.5rem;
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_label {
  color: #4dde9e;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-prefs_component {
  z-index: 1000;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_form {
  width: 100%;
  height: 100%;
  max-height: 70vh;
  max-width: 36rem;
  background-color: #fff;
  border-radius: 1rem;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_close-icon {
  width: 1rem;
  height: 1rem;
  color: #4dde9e;
  -webkit-text-stroke-color: #4dde9e;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 5, 36, .6);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_button {
  color: #0b3f3b;
  background-color: #4dde9e;
  border: 2px solid #4dde9e;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #0b3f3b;
  background-color: #fff;
  border-color: #0b3f3b;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_toggle {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border-radius: 999px;
  display: block;
}

.clients-mobile {
  background-color: #fff;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 40px 5%;
  display: none;
  position: relative;
}

.clients-mobile.add-top-margin {
  padding-top: 200px;
}

.clients-mobile.for-inner {
  background-color: #efffff;
  padding-top: 180px;
  padding-bottom: 100px;
}

.clients-mobile.with-px {
  min-height: 130px;
  padding-top: 0;
  padding-bottom: 0;
}

.hamburger-circle-close {
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.hamburger-line-3 {
  width: 100%;
  height: 2px;
  background-color: #000;
}

.hamburger-line-3.first, .hamburger-line-3.second {
  background-color: #c9ffc8;
}

.div-block-16 {
  z-index: 1000;
  clear: left;
  opacity: 0;
  flex: none;
  order: -1;
  align-self: flex-end;
  padding: 10px;
  position: fixed;
}

.div-block-17 {
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  display: block;
}

.link-6 {
  color: #0b3f3b;
  font-family: Tussilago, sans-serif;
  font-size: 16px;
  line-height: 3rem;
  text-decoration: none;
}

.link-6:hover {
  color: #c9ffc8;
  text-decoration: none;
}

.section-7 {
  background-color: #c9ffc8;
}

.div-block-18 {
  display: flex;
}

.div-block-19 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.section-8 {
  display: flex;
}

.image-7 {
  max-width: 50%;
}

.div-block-21 {
  justify-content: space-between;
  display: flex;
}

.section-9 {
  background-color: #06152b;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.image-8 {
  max-width: 70%;
  padding: 40px 20px;
}

.html-embed {
  margin-bottom: 0;
}

.body-2, .body-3 {
  background-color: #0b3f3b;
}

.div-block-22 {
  width: 60%;
}

.background-video {
  height: 700px;
  max-width: 100%;
  border-radius: 250px;
}

.background-video-2 {
  height: 350px;
  border-radius: 250px;
  margin-top: 60px;
  padding-top: 0;
}

@media screen and (min-width: 1280px) {
  .menu-big, .logo-image._1 {
    display: none;
  }

  .logo-carousel {
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
  }

  .div-block-6.ref-img-cover {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/territoire-tourisme.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .text-block-2.skew-up, .heading-5.skew-up {
    font-size: 60px;
  }

  .social-media-content-detail {
    margin-left: -160px;
  }

  .corporate {
    justify-content: flex-start;
  }

  .corporate-project {
    flex: 0 auto;
    position: static;
  }

  .studio-project1, .studio-project2 {
    position: static;
  }

  .agency-premium-hero {
    max-width: 80%;
  }

  .background-video {
    height: 70vh;
    max-width: 80%;
  }
}

@media screen and (min-width: 1440px) {
  body {
    background-color: #0b3f3b;
  }

  .clients {
    border-radius: 0 0 50px 50px;
    padding: 100px 4%;
  }

  .container {
    flex-direction: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    display: block;
  }

  .button.full {
    -webkit-text-stroke-color: #0b3f3b;
    background-color: #4dde9e;
  }

  .button.full:hover {
    -webkit-text-stroke-color: #c9ffc8;
    background-color: #0b3f3b;
  }

  .hero.second {
    background-color: #0b3f3b;
  }

  .page-content.dark {
    float: none;
    clear: none;
    background-color: #0b3f3b;
    flex-direction: column;
    display: block;
    position: static;
    overflow: visible;
  }

  .page-wrapper {
    background-color: #0b3f3b;
  }

  .loading-line-wrppaer {
    z-index: 1000;
    width: 0%;
    height: 0%;
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-main {
    justify-content: space-between;
  }

  .logo {
    display: none;
  }

  .hamburger-line.first, .hamburger-line.second {
    background-color: #c9ffc8;
  }

  .circle-absolute {
    -webkit-text-fill-color: inherit;
    background-color: #4dde9e;
    background-clip: border-box;
  }

  .menu-big {
    display: none;
  }

  .menu-background {
    background-color: #4dde9e;
  }

  .navigation-items {
    overflow: visible;
  }

  .navigation-link-move {
    overflow: hidden;
  }

  .nav-text-wrapper._1 {
    object-fit: fill;
    overflow: visible;
  }

  .text-line {
    display: block;
  }

  .text-full {
    line-height: 1.2;
  }

  .hero-grid {
    align-items: flex-end;
    display: flex;
  }

  .image-triger-second {
    z-index: 1;
  }

  .cover-image {
    border-radius: 0;
  }

  .hero-title {
    z-index: 2;
    color: #c9ffc8;
    font-size: 8em;
  }

  .hero-title.skew-up {
    font-size: 7.5em;
    line-height: 1.05em;
  }

  .flex-tag {
    flex-direction: column;
    align-items: flex-start;
    position: static;
    top: 75px;
  }

  .title-tag {
    color: #0b3f3b;
  }

  .title-tag.white-tag {
    color: #efffff;
    font-size: 17px;
    font-weight: 300;
  }

  .title-tag.h1 {
    position: static;
    top: 220px;
  }

  .copyright-flex {
    width: 100%;
    min-width: 100vw;
    flex-direction: row;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    margin-left: 10%;
    margin-right: 10%;
  }

  .left-part-shadow {
    display: none;
  }

  .carousel {
    max-width: 1400px;
  }

  .logo-image {
    filter: none;
  }

  .logo-image._1 {
    display: block;
  }

  .logo-image._3 {
    width: 60px;
  }

  .logo-image._7 {
    width: 40px;
    display: block;
  }

  .logo-image._9 {
    width: 80px;
    display: block;
  }

  .logo-carousel {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .body {
    background-color: #efffff;
    font-family: Nunito Sans, sans-serif;
    overflow: visible;
  }

  .div-block-2 {
    width: 120px;
    flex: 0 auto;
    position: static;
  }

  .section-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #c9ffc8;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .scrolling-text.two {
    color: #0b3f3b;
    align-self: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 7em;
    position: static;
  }

  .image {
    clear: none;
    position: absolute;
  }

  .image.scrolling-text {
    max-width: 50%;
    object-fit: contain;
    position: static;
  }

  .section-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #4dde9e;
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .scrolling-text-2.two {
    color: #0b3f3b;
    background-color: #4dde9e;
    align-self: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 7em;
    position: static;
  }

  .section-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #4dde9e;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .section-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #0b3f3b;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .scrolling-text-3.two {
    color: #4dde9e;
    text-transform: uppercase;
    background-color: #0b3f3b;
    align-self: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 7em;
    position: static;
  }

  .section-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #e0ffff;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .scrolling-text-4.two {
    color: #0b3f3b;
    text-transform: uppercase;
    background-color: #e0ffff;
    align-self: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 7em;
    position: static;
  }

  .div-block-3 {
    min-width: 80px;
  }

  .references {
    background-color: #ffe7d9;
    border-radius: 0;
    justify-content: center;
    display: block;
  }

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

  .heading-3.skew-up {
    flex-direction: row;
    align-items: center;
    display: block;
  }

  .curtain {
    z-index: 1000;
    width: 100%;
    background-color: #0b3f3b;
    flex-direction: row;
    display: block;
    transform: scale3d(1, 0, 1);
  }

  .curtain---fold {
    background-color: #efffff;
  }

  .curtain---fold.x-01 {
    background-color: #c9ffc8;
  }

  .curtain---fold.x-02 {
    background-color: #4dde9e;
  }

  .curtain---fold.x-03 {
    background-color: #0b3f3b;
  }

  .curtain---fold.x-04 {
    background-color: #ffcfb3;
  }

  .container-3 {
    background-color: #4dde9e;
  }

  .div-block-4 {
    width: 80px;
    min-width: 80vw;
    object-fit: fill;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/french-bee.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .div-block-4.ref-img-cover {
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/french-bee.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-clip: border-box;
    margin-bottom: 40px;
    position: static;
  }

  .heading-4 {
    color: #4dde9e;
    font-family: Tussilago, sans-serif;
    font-size: 4em;
    font-weight: 700;
    line-height: 1em;
  }

  .heading-4.ref-txt {
    mix-blend-mode: normal;
    transform: none;
  }

  .text-block {
    color: #fff;
  }

  .div-block-5 {
    width: 80px;
    min-width: 80vw;
    object-fit: fill;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/french-bee.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .div-block-5.ref-img-cover {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/vca.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    margin-bottom: 40px;
  }

  .div-block-6 {
    width: 80px;
    min-width: 80vw;
    object-fit: fill;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/french-bee.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .div-block-6.ref-img-cover {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/territoire-tourisme.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    margin-bottom: 40px;
  }

  .text-block-2 {
    line-height: 5rem;
  }

  .text-block-2.skew-up {
    font-size: 60px;
    line-height: 5rem;
  }

  .hover_image {
    z-index: 2;
    height: 25rem;
    border-radius: 125px;
  }

  .component.hover-image {
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }

  .n-line.bottom {
    height: 1px;
    border-width: 1px;
  }

  .paragraph-3 {
    letter-spacing: -.1px;
  }

  .social-media {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #efffff;
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-around;
    justify-content: space-between;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
  }

  .div-block-9 {
    max-width: 80vw;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image-2 {
    max-width: 80%;
    float: none;
    clear: none;
    object-fit: cover;
    border-radius: 300px;
    display: inline-block;
    top: 0;
    bottom: 0;
  }

  .heading-5 {
    -webkit-text-stroke-color: #4dde9e;
  }

  .heading-5.skew-up {
    flex-flow: row;
    align-content: flex-start;
    padding-right: 0;
    font-size: 60px;
    display: block;
  }

  .text-span-2 {
    flex: 0 auto;
  }

  .social-media-hero {
    min-width: 40%;
    flex: 1;
    margin-left: auto;
    margin-right: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 5vw;
  }

  .social-media-content {
    min-width: 60%;
    flex: 0 auto;
    padding-right: 200px;
  }

  .social-media-content-detail {
    max-width: 135%;
    margin-top: 0;
    margin-left: -200px;
    padding-top: 20em;
    padding-bottom: 20em;
  }

  .text-block-3 {
    display: inline;
  }

  .text-block-4 {
    margin-top: 0;
  }

  .social-media-content-2, .social-media-content-3, .social-media-content-4 {
    margin-top: 0;
    margin-left: 0;
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .logo-dark {
    display: block;
  }

  .corporate {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #efffff;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-around;
    justify-items: stretch;
    padding-left: 10%;
    padding-right: 10%;
    display: grid;
  }

  .corporate-content {
    min-width: 60%;
    flex: 0 auto;
    position: -webkit-sticky;
    position: sticky;
    top: 15vh;
  }

  .corporate-project {
    min-width: 40%;
    flex: 1;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0%;
    position: -webkit-sticky;
    position: sticky;
  }

  .div-block-10 {
    background-color: #0b3f3b;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 1em 2em 2em;
  }

  .image-project {
    float: none;
    clear: none;
    object-fit: cover;
    border-radius: 300px 300px 0 0;
    display: inline-block;
    top: 0;
    bottom: 0;
  }

  .corporate-project-1 {
    max-width: 395px;
  }

  .corporate-project-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-7 {
    color: #4dde9e;
  }

  .studio {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #efffff;
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-around;
    align-items: flex-start;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
    position: static;
  }

  .studio-hero {
    min-width: 40%;
    flex: 1;
    margin-left: auto;
    margin-right: auto;
    position: -webkit-sticky;
    position: sticky;
  }

  .corporate-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #efffff;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-around;
    padding-left: 10%;
    padding-right: 10%;
    display: grid;
  }

  .studio-project1 {
    max-width: 30%;
    flex: 1;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .studio-content {
    z-index: 10;
    max-width: 40%;
    min-width: 30%;
    clear: none;
    flex: 1;
    position: -webkit-sticky;
    position: sticky;
    top: 15vh;
  }

  .image-project-copy {
    max-width: 100%;
    float: none;
    clear: none;
    object-fit: cover;
    border-radius: 300px 300px 0 0;
    display: inline-block;
    top: 0;
    bottom: 0;
  }

  .div-block-11 {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 1em 2em 2em;
  }

  .studio-project2 {
    max-width: 30%;
    flex-direction: column;
    flex: 1;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
  }

  .heading-8 {
    color: #0b3f3b;
  }

  .agency {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #efffff;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-around;
    padding-left: 10%;
    padding-right: 10%;
    display: grid;
  }

  .agency-premium-hero {
    max-width: 80%;
    flex: 1;
    position: static;
  }

  .agency-premium-content {
    min-width: 50%;
    flex: 0 auto;
    position: static;
    top: 15vh;
  }

  .image-4 {
    max-width: 100%;
  }

  .accordion-icon-stripe-1 {
    background-color: #0b3f3b;
  }

  .accordion-top {
    border: 1px solid rgba(0, 0, 0, 0);
  }

  .accordion-divider {
    border: 1px solid #d8d8d8;
    border-top-color: rgba(0, 0, 0, 0);
  }

  .accordion-bottom-text {
    color: #595959;
    font-size: 14px;
  }

  .accordion-bottom-wrap {
    border-top: 1px solid rgba(0, 0, 0, 0);
  }

  .accordion {
    border: 0 solid rgba(0, 0, 0, 0);
  }

  .accordion-top-text {
    color: #0b3f3b;
    font-weight: 700;
  }

  .accordion-icon-stripe-2 {
    background-color: #0b3f3b;
  }

  .zero-carbon {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #efffff;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-around;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
    display: grid;
  }

  .zero-carbon-content {
    min-width: 50%;
    flex: 0 auto;
    position: static;
    top: 15vh;
  }

  .zero-carbon-hero {
    max-width: 90%;
    flex: 1;
    margin-left: auto;
    margin-right: auto;
    position: -webkit-sticky;
    position: sticky;
  }

  .link {
    color: #c9ffc8;
    overflow-wrap: normal;
    font-size: 36px;
  }

  .bold-text {
    color: #0b3f3b;
  }

  .studio-project-3 {
    margin-top: 50em;
  }

  .image-6 {
    max-width: 70%;
    position: -webkit-sticky;
    position: sticky;
  }

  .div-block-13 {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 8rem;
    display: flex;
  }

  .text-block-6 {
    color: #fff;
    align-self: flex-end;
  }

  .link-3:hover {
    -webkit-text-stroke-color: #c9ffc8;
  }

  .link-3.hover {
    -webkit-text-stroke-color: #fff;
  }

  .link-footer {
    color: #fff;
  }

  .link-footer:hover {
    color: #c9ffc8;
    text-decoration: none;
  }

  .link-footer:active, .link-footer:focus {
    -webkit-text-stroke-color: #fff;
  }

  .link-footer:visited {
    -webkit-text-stroke-color: #fff;
    text-decoration: none;
  }

  .fs-cc-banner_component, .fs-cc-manager_component, .fs-cc-prefs_component {
    display: none;
  }

  .clients-mobile {
    border-radius: 0 0 50px 50px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hamburger-line-3.first, .hamburger-line-3.second {
    background-color: #c9ffc8;
  }

  .div-block-16 {
    padding: 20px;
  }

  .flex-block {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
  }

  .section-8 {
    background-color: #efffff;
    justify-content: space-around;
    align-items: flex-start;
    display: flex;
  }

  .container-6 {
    align-items: flex-start;
    display: flex;
  }

  .image-7 {
    max-width: 50%;
  }

  .div-block-20 {
    position: -webkit-sticky;
    position: sticky;
    top: 220px;
  }

  .html-embed {
    margin-bottom: 0;
  }

  .background-video {
    height: 700px;
    max-width: 80%;
  }

  .background-video-2 {
    height: 370px;
    margin-top: 80px;
  }
}

@media screen and (max-width: 991px) {
  .title-2 {
    font-size: 50px;
  }

  .color-block-parent {
    width: 33.3333%;
  }

  .title-3 {
    line-height: 1.2;
  }

  .clients {
    padding-top: 80px;
    padding-bottom: 80px;
    /*display: none;*/
  }

  .clients.add-top-margin {
    padding-top: 150px;
  }

  .clients.for-inner {
    padding-top: 160px;
  }

  .clients.with-px {
    min-height: 120px;
  }

  .title-1, .title-1._3.big-logo {
    font-size: 6em;
  }

  .hero {
    min-height: auto;
    padding-top: 162px;
    padding-bottom: 206px;
  }

  .hero.second {
    min-height: auto;
    padding-top: 136px;
  }

  .licensing-block {
    width: 100%;
  }

  .services-wrapper {
    width: 70%;
  }

  .margin-100px._60px {
    margin-top: 60px;
  }

  .contact-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .contact-grid.reverse {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .footer-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
  }

  .display-6 {
    font-size: 12vw;
  }

  .display-6.small {
    font-size: 9vw;
  }

  .project-grid-main {
    flex-direction: column;
    display: flex;
  }

  .info-flex {
    width: 100%;
  }

  .project-line-divider {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .menu-big {
    display: none;
  }

  .text-full {
    letter-spacing: -5px;
  }

  .photo-center {
    width: 150px;
    height: 150px;
  }

  .photo-center.white {
    max-width: 40%;
  }

  .hero-grid {
    grid-column-gap: 100px;
    grid-row-gap: 50px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  .parallax-image-block.on-hero {
    width: 100%;
    height: 60%;
    order: -1;
    margin-top: 199px;
  }

  .parallax-image-block.left-top {
    height: 16em;
  }

  .parallax-image-block.right-bottom {
    height: 14em;
  }

  .parallax-image-block.auto {
    height: 36em;
  }

  .cover-image {
    height: 100%;
    max-width: 60%;
  }

  .hero-title {
    font-size: 8em;
  }

  .hero-title.skew-up {
    letter-spacing: -.25rem;
    flex: 0 auto;
    order: -1;
    font-size: 4.5em;
  }

  .left-hero-wrapper {
    align-items: flex-start;
    padding-left: 0;
  }

  .track {
    height: auto;
  }

  .sticky {
    width: auto;
    height: auto;
    position: relative;
    overflow: visible;
  }

  .wrapper {
    width: auto;
  }

  .collection-list {
    flex-wrap: wrap;
  }

  .collection-item {
    width: 50%;
    flex: 0 auto;
    padding-right: 0;
  }

  .card-block {
    height: 40svh;
  }

  .card-block.second, .card-block.first {
    height: 32svh;
  }

  .card-block._1, .card-block._2, .card-block._3, .card-block._4 {
    height: 55svh;
  }

  .circle-button {
    width: 150px;
    height: 150px;
  }

  .project-arrow {
    width: 38px;
  }

  .title-wrapper {
    bottom: 30px;
  }

  .logo-grid-main {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    margin-left: 0;
  }

  .logo-main, .logo-main._60, .logo-main._80 {
    width: 100%;
  }

  .grid-blog, .features-grid {
    grid-template-columns: 1fr 1fr;
  }

  .work-grid-2._2 {
    max-width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .award-grid {
    max-width: 100%;
    grid-column-gap: 30px;
  }

  .logo-image {
    object-fit: contain;
  }

  .max-w-width._2 {
    min-height: auto;
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .projct-2 {
    width: 100%;
  }

  .project-3 {
    max-width: 100%;
  }

  .div-block {
    top: 0;
  }

  .margin-300px._1 {
    margin-top: 50px;
  }

  .project-1 {
    width: 100%;
  }

  .margin-200px._2 {
    margin-top: 50px;
  }

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

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

  .grid-2-columns {
    grid-column-gap: 30px;
  }

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

  .blog-wrapper-bottom {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .image-frame {
    max-height: 23rem;
    max-width: 20rem;
    top: 14.3rem;
    left: 24.5rem;
  }

  .team-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .paragraph-2 {
    order: 1;
    margin-top: 0%;
  }

  .button-2 {
    order: 1;
    margin-top: 0;
  }

  .scrolling-text.two, .scrolling-text-2.two, .scrolling-text-3.two, .scrolling-text-4.two {
    font-size: 5em;
  }

  .references {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .references.add-top-margin {
    padding-top: 150px;
  }

  .references.for-inner {
    padding-top: 160px;
  }

  .references.with-px {
    min-height: 120px;
  }

  .container-3 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .div-block-4.ref-img-cover {
    background-image: linear-gradient(to bottom, null, null), url('../images/french-bee.jpg');
    background-position: 0 0, 100%;
  }

  .div-block-5.ref-img-cover {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/vca.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .div-block-6.ref-img-cover {
    background-image: linear-gradient(to bottom, null, null), url('../images/territoire-tourisme.jpg');
    background-position: 0 0, 50%;
  }

  .hover_image {
    display: none;
  }

  .n-container {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    display: flex;
  }

  .background_image, .fill_image {
    display: none;
  }

  .component.hover-image {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .is-main {
    font-size: 3rem;
  }

  .it {
    padding-bottom: 4rem;
  }

  .social-media {
    flex-direction: column;
    padding-top: 5rem;
    padding-bottom: 8rem;
  }

  .projects_content {
    padding-top: 11.5em;
    padding-bottom: 11.5em;
  }

  .div-block-9 {
    display: block;
  }

  .social-media-hero {
    min-width: 100%;
    align-self: center;
    position: static;
  }

  .social-media-content-detail {
    margin-left: 0;
    padding-top: 8em;
  }

  .text-block-4 {
    flex-direction: column;
  }

  .corporate {
    flex-direction: column-reverse;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .corporate-content {
    position: static;
  }

  .corporate-project {
    min-width: 100%;
  }

  .corporate-project-1 {
    max-width: 65%;
    margin-top: 5em;
    margin-left: auto;
    margin-right: auto;
  }

  .corporate-project-2, .corporate-project-3 {
    max-width: 65%;
    margin-top: 4em;
    margin-left: auto;
    margin-right: auto;
  }

  .studio {
    flex-direction: column;
    padding-top: 8rem;
    padding-bottom: 8rem;
    display: flex;
  }

  .studio-project1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    order: 2;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 40px;
    display: flex;
  }

  .studio-content {
    max-width: 100%;
    order: 1;
    position: static;
  }

  .studio-project-1 {
    margin-top: 0;
  }

  .studio-project-2 {
    margin-top: 8em;
  }

  .studio-project2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    flex: 1;
    order: 3;
    align-items: stretch;
    margin-top: 40px;
  }

  .agency {
    flex-direction: column-reverse;
    padding-top: 8rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .agency-premium-hero {
    position: static;
  }

  .image-4 {
    max-width: 350px;
    min-width: 30%;
  }

  .zero-carbon {
    flex-direction: column;
    padding-bottom: 8rem;
    display: flex;
  }

  .zero-carbon-hero {
    position: static;
  }

  .studio-project-3 {
    margin-top: 0;
  }

  .studio-project-4 {
    align-self: stretch;
    margin-top: 8em;
  }

  .cursor-wrapper {
    display: none;
  }

  .image-6 {
    width: 350px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .clients-mobile {
    padding-top: 80px;
    padding-bottom: 80px;
    display: block;
  }

  .clients-mobile.add-top-margin {
    padding-top: 150px;
  }

  .clients-mobile.for-inner {
    padding-top: 160px;
  }

  .clients-mobile.with-px {
    min-height: 120px;
  }

  .div-block-15 {
    filter: grayscale();
    justify-content: space-around;
    padding-top: 40px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .subhead {
    max-width: 95%;
  }

  .subhead.right {
    max-width: 100%;
    text-align: left;
  }

  .subhead.center {
    max-width: 100%;
  }

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

  .title-3 {
    font-size: 40px;
    line-height: 1.1;
  }

  .clients {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .clients.for-inner {
    padding-top: 150px;
  }

  .title-1 {
    font-size: 5em;
    line-height: .9;
  }

  .hero {
    padding-top: 140px;
    padding-bottom: 150px;
  }

  .loading-line-wrppaer {
    z-index: 1000;
  }

  .services-wrapper {
    width: 100%;
    margin-bottom: 15px;
  }

  .margin-70px.make-30px {
    margin-top: 30px;
  }

  .social-wrapper-center.left {
    justify-content: flex-start;
  }

  .project-grid-main {
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
  }

  .menu-big {
    flex-direction: column;
    align-items: stretch;
    display: none;
  }

  .navigation-items {
    width: 100%;
  }

  .nav-text-wrapper, .nav-text-wrapper._1 {
    height: auto;
  }

  .text-line {
    color: #0b3f3b;
    letter-spacing: -2px;
    font-size: 70px;
  }

  .text-full {
    font-size: 95px;
    display: none;
  }

  .top-flex {
    grid-row-gap: 25px;
  }

  .photo-center {
    width: 130px;
    height: 130px;
  }

  .parallax-image-block._20em {
    height: 17em;
  }

  .sunny-flex {
    display: none;
  }

  .card-block {
    height: 36svh;
  }

  .card-block.second {
    height: 37svh;
  }

  .main-grid {
    flex-direction: column;
    display: flex;
  }

  .logo-main {
    max-height: 9em;
    max-width: 9em;
  }

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

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

  .work-grid-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .work-grid-2._2, .award-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .blog-gird {
    grid-template-columns: 1fr;
  }

  .left-part-shadow {
    width: 150px;
  }

  .logo-image {
    object-fit: contain;
  }

  .project-circle {
    display: none;
  }

  .project-circle._2 {
    display: flex;
  }

  .display-1 {
    font-size: 70px;
  }

  .max-w-width._2 {
    padding-bottom: 88px;
  }

  .grid-3-columns {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .grid-3-columns._1 {
    grid-row-gap: 50px;
  }

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

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

  .form-grid {
    grid-column-gap: 20px;
  }

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

  .scrolling-text.two, .scrolling-text-2.two, .scrolling-text-3.two, .scrolling-text-4.two {
    font-size: 3.5em;
  }

  .references {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .references.for-inner {
    padding-top: 150px;
  }

  .heading-3.skew-up {
    line-height: 1.2em;
  }

  .div-block-4.ref-img-cover {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/french-bee.jpg');
    background-position: 0 0, 100%;
  }

  .heading-4.ref-txt {
    text-align: center;
    line-height: 36px;
  }

  .text-block {
    color: #fff;
  }

  .div-block-5.ref-img-cover {
    background-position: 50%;
  }

  .div-block-6.ref-img-cover {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/territoire-tourisme.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-left: 40px;
  }

  .text-block-2.skew-up {
    font-size: 45px;
  }

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

  .is-main {
    font-size: 2.5rem;
    line-height: 1;
  }

  .social-media {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: flex;
  }

  .social-media-hero {
    min-width: 100%;
    align-self: center;
    position: static;
  }

  .social-media-content-detail {
    max-width: 100%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8em;
  }

  .image-3 {
    width: 80%;
  }

  .corporate {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: flex;
  }

  .corporate-content {
    position: static;
  }

  .corporate-project {
    max-width: 100%;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .corporate-project-1 {
    max-width: 65%;
    flex-direction: column;
    justify-content: center;
    margin-top: 4em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .corporate-project-2 {
    max-width: 65%;
    flex-direction: column;
    align-items: center;
    margin-top: 4em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .corporate-project-3 {
    max-width: 65%;
    flex-direction: column;
    margin-top: 4em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .studio, .studio-project1 {
    flex-direction: column;
  }

  .studio-content {
    flex-direction: column-reverse;
    order: 1;
    display: flex;
  }

  .studio-project-1, .studio-project-2 {
    max-width: 65%;
    margin-top: 4em;
    margin-left: auto;
    margin-right: auto;
  }

  .studio-project2 {
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    margin-top: 40px;
  }

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

  .agency-premium-hero {
    max-width: 100%;
    order: -1;
    position: static;
  }

  .agency-premium-content {
    position: static;
  }

  .image-4 {
    max-width: 350px;
  }

  .zero-carbon {
    flex-direction: column;
    display: flex;
  }

  .zero-carbon-hero {
    order: -1;
  }

  .link {
    font-size: 30px;
  }

  .studio-project-3 {
    max-width: 65%;
    margin-top: 4em;
    margin-left: auto;
    margin-right: auto;
  }

  .studio-project-4 {
    max-width: 65%;
    align-self: stretch;
    margin-top: 4em;
    margin-left: auto;
    margin-right: auto;
  }

  .image-6 {
    width: 350px;
    max-width: 350px;
    min-width: 10%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-13 {
    order: 0;
    display: block;
  }

  .text-block-6 {
    flex-direction: column;
    margin-top: 20px;
    display: flex;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .clients-mobile {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .clients-mobile.for-inner {
    padding-top: 150px;
  }

  .div-block-15 {
    filter: grayscale();
    justify-content: space-around;
    padding-top: 40px;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
  }

  .input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .color-row {
    flex-direction: column;
  }

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

  .color-block-parent {
    width: 100%;
    margin-right: 3%;
  }

  .title-3 {
    font-size: 30px;
  }

  .color-block {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .clients {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .clients.add-top-margin {
    padding-top: 115px;
  }

  .clients.for-inner {
    padding-top: 140px;
  }

  .clients.with-px {
    min-height: 110px;
  }

  .title-1 {
    font-size: 41px;
  }

  .title-1._3.big-logo {
    font-size: 5em;
  }

  .hero {
    padding-top: 125px;
    padding-bottom: 151px;
  }

  .hero.second {
    padding-top: 109px;
  }

  .page-content.dark {
    overflow: hidden;
  }

  .licensing-content {
    flex-direction: column;
  }

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

  .shrink-item {
    margin-right: 0;
  }

  .shrink-item.flex {
    margin-top: 20px;
    margin-right: 0;
  }

  .copyright-dot {
    display: none;
  }

  .loading-line-wrppaer {
    z-index: 1000;
  }

  .margin-50px {
    margin-top: 30px;
  }

  .services-wrapper {
    width: 100%;
  }

  .photo-move-2 {
    max-width: 100%;
  }

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

  .contact-field-form {
    height: 40px;
    margin-left: 0;
  }

  .photo-move-3 {
    max-width: 100%;
  }

  .social-wrapper-center {
    grid-column-gap: 15px;
  }

  .social-wrapper-center.left {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: row;
  }

  .social-icon-footer {
    width: 38px;
    justify-content: flex-start;
  }

  .line-divider {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .display-6 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 44px;
  }

  .uppercase {
    font-size: 15px;
  }

  .info-flex {
    padding: 29px 16px;
  }

  .info-content {
    grid-column-gap: 15px;
    justify-content: flex-start;
  }

  .navigation-main {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .menu-big {
    display: none;
  }

  .menu-background {
    background-color: #4dde9e;
  }

  .navigation-items {
    justify-content: flex-start;
  }

  .nav-text-wrapper._1 {
    height: auto;
  }

  .text-line {
    color: #0b3f3b;
    letter-spacing: -3px;
    font-size: 45px;
  }

  .top-flex {
    grid-column-gap: 15px;
  }

  .top-flex.second {
    flex-direction: column;
  }

  .photo-center {
    width: 70px;
    height: 70px;
  }

  .photo-center.white {
    max-width: 100%;
  }

  .parallax-image-block {
    height: 30em;
  }

  .parallax-image-block.on-hero {
    height: auto;
    min-width: 100%;
    margin-top: 100px;
  }

  .parallax-image-block._50em {
    height: 26em;
  }

  .parallax-image-block.left-top {
    width: 50%;
    height: auto;
    min-height: 150px;
  }

  .parallax-image-block.right-bottom {
    width: 40%;
    height: auto;
    min-height: 100px;
  }

  .parallax-image-block.auto {
    height: 20em;
  }

  .cover-image {
    max-width: 100%;
  }

  .hero-title {
    font-size: 5em;
  }

  .hero-title.skew-up {
    letter-spacing: -.15rem;
    font-size: 2.8em;
  }

  .bullet-tag {
    flex: none;
  }

  .title-tag.big {
    font-size: 32px;
  }

  .title-tag.h1 {
    font-size: 26px;
  }

  .collection-item {
    width: 100%;
  }

  .card-block.second {
    height: 26svh;
  }

  .card-block._1, .card-block._2, .card-block._3, .card-block._4 {
    height: 27svh;
  }

  .circle-button {
    width: 120px;
    height: 120px;
  }

  .project-arrow {
    width: 32px;
  }

  .service-grid {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .logo-grid-main {
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 0;
  }

  .logo-wrapper {
    flex: 0 50%;
    order: 1;
  }

  .logo-main {
    max-height: 7em;
    max-width: 7em;
    min-height: 1.5em;
  }

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

  .blog-title.x4 {
    font-size: 30px;
  }

  .visit-grid {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .features-content.color {
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-part-shadow {
    width: 90px;
  }

  .carousel {
    width: 100%;
  }

  .logo-image {
    width: 110px;
    height: auto;
    object-fit: contain;
    flex: 0 auto;
    align-self: auto;
    display: block;
  }

  .logo-image._4 {
    width: 90px;
  }

  .logo-image._5 {
    width: 120px;
  }

  .display-1 {
    font-size: 40px;
  }

  .max-w-width._2 {
    padding-bottom: 108px;
  }

  .margin-300px._1 {
    margin-top: 20px;
  }

  .margin-200px {
    margin-top: 100px;
  }

  .margin-200px._2 {
    margin-top: 20px;
  }

  .grid-3-columns._1 {
    grid-row-gap: 20px;
  }

  .right-work-flex {
    margin-bottom: 30px;
  }

  .grid-2-columns._1 {
    grid-row-gap: 20px;
  }

  .form-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .checkbox-flex {
    grid-row-gap: 5px;
  }

  .checkbox-field-wrapper {
    align-items: center;
    padding-right: 5px;
    display: flex;
  }

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

  .body {
    overflow: auto;
  }

  .div-block-2 {
    flex: 0 auto;
    order: 0;
    align-self: auto;
    display: block;
  }

  .text-span {
    letter-spacing: -.2rem;
  }

  .paragraph-2 {
    font-size: 17px;
  }

  .scrolling-text.two, .scrolling-text-2.two, .scrolling-text-3.two, .scrolling-text-4.two {
    font-size: 2.5em;
  }

  .div-block-3 {
    display: none;
  }

  .references {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .references.add-top-margin {
    padding-top: 115px;
  }

  .references.for-inner {
    padding-top: 140px;
  }

  .references.with-px {
    min-height: 110px;
  }

  .heading-3.skew-up {
    font-size: 2em;
    line-height: 1.05em;
  }

  .div-block-4.ref-img-cover {
    min-height: 50vh;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/french-bee.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    margin-top: 2rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-4.ref-txt {
    text-align: center;
    align-self: center;
    font-size: 2em;
    line-height: 1.05em;
  }

  .text-block {
    color: #fff;
    text-align: center;
  }

  .div-block-5.ref-img-cover {
    min-height: 50vh;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/vca.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    margin-top: 2rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-6.ref-img-cover {
    min-height: 50vh;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/territoire-tourisme.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    margin-top: 2rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-2.skew-up {
    font-size: 2rem;
  }

  .component.hover-image {
    margin-top: 5em;
    margin-bottom: 5em;
  }

  .social-media {
    padding-top: 5rem;
    padding-bottom: 8rem;
    display: block;
  }

  .projects_heading {
    font-size: 18vw;
  }

  .projects_content {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .heading-5.skew-up {
    letter-spacing: -.15rem;
    font-size: 2.8rem;
  }

  .social-media-hero {
    height: 450px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    overflow: visible;
  }

  .social-media-content-detail {
    max-width: 80%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8em;
  }

  .image-3 {
    width: 100%;
  }

  .text-block-4 {
    clear: none;
  }

  .corporate {
    flex-direction: column-reverse;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .corporate-content {
    position: static;
  }

  .corporate-project {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .corporate-project-1 {
    max-width: 80%;
    margin-top: 5em;
  }

  .corporate-project-2, .corporate-project-3 {
    max-width: 80%;
    margin-top: 4em;
  }

  .button-4 {
    font-size: 10px;
  }

  .studio {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: flex;
  }

  .studio-project1 {
    max-width: 100%;
    flex-direction: column;
    order: 2;
    position: static;
  }

  .studio-content {
    max-width: 100%;
    flex-direction: column;
    order: 1;
    position: static;
  }

  .studio-project-1 {
    max-width: 80%;
    min-width: 60%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 4em;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .studio-project-2 {
    max-width: 80%;
    margin-top: 4em;
    margin-left: auto;
    margin-right: auto;
  }

  .studio-project2 {
    max-width: 80%;
    flex-direction: column;
    order: 3;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .agency {
    flex-direction: column;
    padding-top: 5rem;
  }

  .agency-premium-hero {
    max-width: 100%;
    order: -1;
    align-self: center;
    position: static;
  }

  .agency-premium-content {
    order: -1;
  }

  .image-4 {
    max-width: 93%;
    min-width: 80%;
    border-radius: 150px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: block;
  }

  .accordion-bottom-wrap {
    padding-right: 0;
  }

  .zero-carbon {
    padding-top: 2rem;
    padding-bottom: 5rem;
  }

  .zero-carbon-hero {
    order: -1;
    align-self: center;
    position: static;
  }

  .link {
    font-size: 20px;
  }

  .studio-project-3 {
    max-width: 100%;
    margin-top: 4em;
  }

  .studio-project-4 {
    max-width: 100%;
    margin-top: 4em;
    margin-left: auto;
    margin-right: auto;
  }

  .image-6 {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-6 {
    flex-direction: column;
    display: flex;
  }

  .fs-cc-banner_buttons-wrapper {
    width: 100%;
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_close {
    position: absolute;
    top: -1.5rem;
    bottom: auto;
    left: auto;
    right: .75rem;
  }

  .fs-cc-prefs_content, .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .clients-mobile {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .clients-mobile.add-top-margin {
    padding-top: 115px;
  }

  .clients-mobile.for-inner {
    padding-top: 140px;
  }

  .clients-mobile.with-px {
    min-height: 110px;
  }

  .div-block-15 {
    filter: grayscale();
    justify-content: space-around;
    padding-top: 40px;
    display: flex;
  }

  .div-block-16 {
    z-index: 1000;
  }

  .background-video {
    z-index: 999;
    height: 400px;
    max-width: 85%;
    object-fit: fill;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .background-video-2 {
    height: 350px;
  }
}

#w-node-_5543f075-8c70-ce45-f72c-7718cf3db02e-cf3db02b, #w-node-_5543f075-8c70-ce45-f72c-7718cf3db046-cf3db02b, #w-node-_8da52757-52d8-6522-0f28-e1f85b769c28-848b4191 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4322133c-f870-3719-c821-09d3ac814e8a-848b4191 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6fe21d0d-fd41-7e2e-720b-3d6468e8548a-848b4191, #w-node-_12fac40c-8e58-114d-c6da-4985593d1619-848b4191 {
  grid-area: Area-2;
}

#w-node-cac3f49b-4675-f881-eed2-10065ee6751e-848b4191, #w-node-a1136239-c987-48c0-023c-b868a05159d3-848b4191 {
  grid-area: Area;
}

#w-node-_2d7a6d82-e33a-d213-42b8-d86fa1cec193-848b4191 {
  grid-area: Area-2;
}

#w-node-cc7f040f-98cc-e9a9-e38d-c76e99d80234-848b4191, #w-node-cc7f040f-98cc-e9a9-e38d-c76e99d8023b-848b4191 {
  grid-area: Area;
}

#w-node-a53fa735-58df-b550-6425-ca1d54ffac46-848b4191 {
  grid-area: Area-2;
}

#w-node-f66db59a-ecf9-1640-04e2-17d944da001e-848b4191, #w-node-f66db59a-ecf9-1640-04e2-17d944da0025-848b4191, #w-node-f66db59a-ecf9-1640-04e2-17d944da002c-848b4191 {
  grid-area: Area;
}

#w-node-_01022aa5-9068-1146-90de-8899fd8eb8dd-848b4191 {
  grid-area: Area-2;
}

@media screen and (min-width: 1440px) {
  #w-node-_5543f075-8c70-ce45-f72c-7718cf3db02e-cf3db02b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6fe21d0d-fd41-7e2e-720b-3d6468e85489-848b4191, #w-node-_12fac40c-8e58-114d-c6da-4985593d1618-848b4191 {
    align-self: center;
  }

  #w-node-_12fac40c-8e58-114d-c6da-4985593d1616-848b4191 {
    justify-self: end;
  }

  #w-node-_75e490c2-8d2e-ac46-d7e0-aaf79c262e7e-848b4191, #w-node-cc7f040f-98cc-e9a9-e38d-c76e99d80233-848b4191 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f66db59a-ecf9-1640-04e2-17d944da001c-848b4191 {
    align-self: auto;
    justify-self: center;
  }

  #w-node-f66db59a-ecf9-1640-04e2-17d944da001d-848b4191 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Tussilago';
  src: url('../fonts/TussilagoRg-Bold.woff2') format('woff2'), url('../fonts/TussilagoRg-Bold.eot') format('embedded-opentype'), url('../fonts/TussilagoRg-Bold.woff') format('woff'), url('../fonts/TussilagoRg-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer variable';
  src: url('../fonts/Switzer-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-VariableItalic.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}