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

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

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #593b35;
  font-family: Sora, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

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

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

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

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

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  color: #593b35;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.85;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

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

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

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

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

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

.utility-page_wrapper {
  max-width: 20rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

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

.utility-page_image {
  width: 2rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

.margin-top.margin-medium.max {
  max-width: 57rem;
}

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

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

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

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

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

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

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

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

.fs-styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

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

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

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

.fs-styleguide_item-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

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

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

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

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

.text-color-grey {
  color: gray;
}

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

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

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

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

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

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

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

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

.heading-style-h1 {
  max-width: 850px;
  color: #fcfbf7;
  font-size: 2.625rem;
  font-weight: 300;
  line-height: 1.25;
}

.heading-style-h1.is-pl {
  max-width: 600px;
}

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(0, 115, 230, .1);
  border: 1px dashed #0073e6;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

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

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

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

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

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

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

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

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

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

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

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

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.form_component {
  margin-bottom: 0;
}

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

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

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

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

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

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

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

.button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

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

.button.is-404 {
  color: #593b35;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 300;
  text-decoration: underline;
}

.button.is-404:hover {
  color: #ecab0b;
}

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

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

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

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

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

.hide {
  display: none;
}

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

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

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

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

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.loader_overlay {
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.navbar_logo-wrapper.w--current {
  filter: none;
}

.image-cover {
  width: 100%;
  height: 100%;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  object-fit: cover;
  object-position: 50% 0%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-cover.is-project-header {
  width: auto;
  height: 100%;
  max-height: 100%;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-cover.is-project-header.is-video {
  width: 100%;
  height: auto;
  display: none;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
}

.image-cover.is-video {
  z-index: 1;
}

.home-about_project3-wrapper {
  min-width: 40%;
  margin-top: -15rem;
  margin-right: 10%;
  text-decoration: none;
  position: relative;
  top: 6rem;
  overflow: visible;
}

.point-wrapper {
  width: 40%;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 10%;
  display: flex;
}

.point-wrapper.is-full-width {
  width: auto;
  margin-top: 2rem;
  margin-right: 20%;
}

.point-wrapper.is-full-width.bottom {
  margin-top: 0;
  margin-right: 0%;
}

.point-wrapper.is-full-width.bottom.ss {
  max-width: none;
  margin-left: auto;
}

.point-wrapper.is-2 {
  width: 50%;
  margin-right: 0%;
  padding-left: 12.5%;
}

.home-header_slider-hero {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.footer_logo {
  width: 3rem;
  margin-right: 4rem;
}

.slider-hero_overlay {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .55), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-header_top-wrapper {
  align-items: flex-start;
  display: flex;
}

.home-about_project2-wrapper {
  width: 100%;
  margin-top: 9rem;
  margin-left: auto;
  text-decoration: none;
  position: relative;
  overflow: visible;
}

.home-about_project2-wrapper.ssss {
  width: 75%;
  display: block;
}

.home-about_project2-wrapper.ssss.sd {
  margin-left: 0;
  display: none;
}

.navbar_lang {
  justify-content: flex-end;
  align-items: center;
  margin-left: 40px;
  display: flex;
}

.footer_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 10rem 10rem 10rem;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 3rem;
  display: flex;
}

.loader_logo-dot {
  z-index: 5;
  width: 8px;
  height: 8px;
  background-color: #ecab0b;
  border-radius: 100%;
  margin-top: 33px;
  margin-left: 92px;
  position: absolute;
  left: auto;
}

.footer_link {
  color: #593b35;
  margin-bottom: .5rem;
  font-size: .75rem;
  line-height: 2.5;
  text-decoration: none;
  display: block;
}

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

.slider-hero_img._3-slider {
  object-position: 50% 50%;
}

.paragraph-big {
  color: #593b35;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.7;
}

.paragraph-big.is-large {
  z-index: 2;
  color: #9ebec4;
  mix-blend-mode: difference;
  position: relative;
}

.paragraph-big.is-max {
  padding-right: 16rem;
}

.paragraph-big.is-footer {
  display: inline;
}

.paragraph-big.is-404 {
  font-size: 1.375rem;
}

.about_component1_right {
  max-width: 62.5rem;
  margin-left: auto;
}

.footer_column {
  width: 10rem;
}

.footer_column.is-last {
  width: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: auto;
  display: flex;
}

.social-linkblock_icon {
  width: 9px;
  height: 9px;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  display: flex;
}

.section_home-about {
  z-index: 5;
  width: 100%;
  background-color: #fff;
  padding-top: 6rem;
  position: relative;
}

.lang_linkblock {
  width: 42px;
  height: 22px;
  color: #593b35;
  background-color: rgba(89, 59, 53, .1);
  border: 1px solid #593b35;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 2px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-decoration: none;
  display: flex;
}

.lang_linkblock.is-active {
  color: #fcfbf7;
  background-color: #593b35;
  text-decoration: none;
}

.lang_linkblock.is-not-active {
  transition: font-variation-settings .2s;
}

.lang_linkblock.is-not-active:hover {
  font-weight: 600;
}

.footer_column-name {
  color: #593b35;
  margin-bottom: 1.5rem;
  font-size: .75rem;
  font-weight: 600;
  line-height: 2;
}

.scroll-trigge {
  position: absolute;
  top: -50px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.footer_bottom {
  border-top: 1px solid #593b35;
  align-items: center;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  display: flex;
}

.display-none {
  display: none;
}

.navbar_logo {
  width: 3.75rem;
  color: #593b35;
}

.navbar_logo.is-mobile {
  display: none;
}

.section_title-wrapper {
  width: 25%;
  align-items: flex-start;
  font-size: 22px;
  line-height: 42px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 8rem;
}

.section_title-wrapper.is-projects-page, .section_title-wrapper.is-static {
  width: auto;
  position: static;
}

.section_title-wrapper.is-full-margin {
  width: auto;
  margin-bottom: 2.5rem;
  position: static;
  top: 0;
}

.section_title-wrapper.is-ayrn {
  z-index: 4;
  width: 100%;
  background-color: #fcfbf7;
  border-top: 1px solid #593b35;
  margin-top: 4rem;
  margin-bottom: .75rem;
  margin-left: auto;
  padding-top: 1rem;
  padding-bottom: 1.25rem;
  position: -webkit-sticky;
  position: sticky;
  top: 3.5rem;
}

.dot-global {
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 100%;
  margin-right: 4px;
}

.dot-global.is-home-header {
  width: .375rem;
  height: .375rem;
  background-color: #fcfbf7;
  margin-right: .25rem;
}

.dot-global.is-brown {
  width: .375rem;
  height: .375rem;
  min-height: .375rem;
  min-width: .375rem;
  background-color: #593b35;
  margin-right: .25rem;
}

.dot-global.brown-dot {
  background-color: #593b35;
}

.dot-global.is-project-header, .dot-global.is-brown, .dot-global.is-loader {
  width: .375rem;
  height: .375rem;
  min-height: .375rem;
  min-width: .375rem;
  background-color: #593b35;
  margin-right: .25rem;
}

.dot-global.brown-dot-copy {
  z-index: 5;
  background-color: #593b35;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}

.dot-global.is-brown-small, .dot-global.is-small {
  width: .1875rem;
  height: .1875rem;
  min-height: .1875rem;
  min-width: .1875rem;
  background-color: #593b35;
  margin-right: .25rem;
}

.dot-global.is-orange {
  z-index: 5;
  background-color: #ecab0b;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}

.navbar_link {
  color: #593b35;
  align-items: flex-start;
  margin-left: 20px;
  padding-left: 6px;
  font-size: .75rem;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
  transition: color .1s;
  display: flex;
  position: relative;
}

.navbar_link:hover {
  color: #ecab0b;
}

.home-project_title-wrapper {
  color: #593b35;
  margin-bottom: .75rem;
  font-size: .75rem;
  font-weight: 300;
  display: flex;
}

.navbar_wrapper {
  z-index: 1;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.section_home-full-image {
  height: 70vw;
  margin-top: 9rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  position: relative;
  overflow: hidden;
}

.slider-hero_nav {
  display: none;
}

.home-header_text-wrapper {
  z-index: 2;
  margin-bottom: 2.625rem;
  position: relative;
}

.section_home-header {
  width: 100%;
  min-height: 100dvh;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_home-header.element100vh {
  min-height: 100vh;
}

.navbar_link-text {
  font-weight: 400;
  line-height: 12px;
  text-decoration: none;
}

.girls_img-wrapper {
  width: 50%;
  margin-top: 3.75rem;
  margin-bottom: 8.75rem;
  padding-top: 35%;
  position: relative;
  overflow: hidden;
}

.home-header_social-linkblock {
  color: #fcfbf7;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 2rem;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.home-header_social-linkblock.is-brown {
  color: #593b35;
  margin-left: 0;
  margin-right: 2rem;
}

.home-header_social-linkblock.is-footer {
  color: #593b35;
  margin-left: 2rem;
}

.home-header_social-linkblock.is-footer:hover {
  color: #ecab0b;
}

.navbar_content {
  color: #fff;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer_bottom-text {
  color: #593b35;
  font-size: .75rem;
  font-weight: 300;
  line-height: 1;
  display: inline-block;
}

.home-about_project1-wrapper {
  width: 35%;
  transform-origin: 100% 0;
  margin-left: 15%;
  text-decoration: none;
  overflow: visible;
}

.section_blocks {
  max-width: 100%;
  grid-column-gap: 2vw;
  align-items: center;
  margin-top: -7.5rem;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  display: flex;
  overflow: hidden;
}

.navbar_dot {
  width: 3px;
  height: 3px;
  background-color: #593b35;
  border-radius: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.navbar_dot.active-page {
  background-color: #593b35;
  display: none;
}

.navbar_dot.is-show {
  width: 3px;
  height: 3px;
  display: block;
}

.section_title {
  color: #593b35;
  margin-top: 6px;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1;
}

.full-image_image {
  width: 100%;
  height: 100%;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.footer_dot {
  width: 3px;
  height: 3px;
  background-color: #593b35;
  border-radius: 100%;
  margin-left: .5rem;
  margin-right: .5rem;
  display: inline-block;
}

.home-header_social-wrapper {
  z-index: 2;
  justify-content: flex-end;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 33px;
  left: auto;
  right: 24px;
}

.home-header_social-wrapper.is-contact {
  justify-content: flex-start;
  padding-bottom: 0;
  position: static;
}

.navbar_component {
  z-index: 100;
  filter: none;
  background-color: rgba(0, 0, 0, 0);
  padding: .625rem 1.5rem;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.home-header_par {
  color: rgba(252, 251, 247, .7);
  margin-left: .625rem;
}

.home-about_component1 {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 11.25rem;
  display: flex;
  position: relative;
}

.home-about_component2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.home-project_img-wrapper {
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.home-project_img-wrapper.is-2 {
  padding-top: 125%;
}

.home-project_img-wrapper.is-2.ssss {
  padding-top: 75%;
}

.home-project_img-wrapper.is-3 {
  padding-top: 125%;
}

.home-about_component3 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 12.5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.projects_title {
  font-size: .75rem;
}

.home-about_component4 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.projects_item {
  width: 100%;
  background-image: url('../images/tiny-dot.svg');
  background-position: -5px;
  background-repeat: no-repeat;
  background-size: auto;
  border-top: 1px solid #593b35;
  padding-top: .75rem;
  padding-bottom: .75rem;
  text-decoration: none;
  transition: background-position .2s, padding-left .2s;
}

.projects_item:hover {
  background-position: 0;
  padding-left: 12px;
}

.projects_item.is-bottom-outline {
  border-bottom: 1px solid #593b35;
}

.projects_title-wrapper {
  justify-content: space-between;
  align-items: center;
  font-weight: 300;
  display: flex;
}

.projects_text {
  color: #593b35;
  line-height: 1.875;
}

.section-title {
  margin-top: 6px;
  line-height: 1;
}

.projects_list {
  width: 60%;
  margin-left: auto;
}

.section_projects-wrapper {
  padding-top: 3.75rem;
}

.projects_component {
  max-width: 1680px;
  align-items: flex-start;
  margin-top: 4.875rem;
  margin-bottom: 7.5rem;
  display: flex;
  position: relative;
}

.blocks_image {
  width: 100%;
  min-width: 100%;
  object-fit: contain;
  display: none;
}

.footer_component {
  background-color: #fcfbf7;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}

.loader_logo-no-dot {
  z-index: 1;
  width: 100px;
  height: auto;
  color: #d8c5c1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
}

.project-header_hero-par.is-below-fold {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.crumbs-link {
  color: #593b35;
  font-weight: 300;
  text-decoration: none;
}

.crumbs-link.w--current {
  text-decoration: underline;
}

.projects-header_details-wrapper {
  width: 80%;
  grid-column-gap: 2rem;
  flex-direction: row;
  align-items: flex-start;
  line-height: 1.5;
  display: flex;
}

.projects-header_crumbs-wrapper {
  grid-column-gap: 1rem;
  align-items: center;
  margin-bottom: 6rem;
  font-weight: 300;
  display: flex;
}

.project-overlay {
  z-index: 3;
  background-color: #fcfbf7;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-overlay.is-project-header, .project-overlay.is-interaction {
  display: none;
}

.project-overlay.is-interaction.is-white {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: none;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.projects-header_title-wrapper {
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.section_project-header {
  background-color: #fcfbf7;
}

.project-header_component {
  justify-content: center;
  display: flex;
}

.project-header_left {
  width: 40%;
  height: 100vh;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 1.5rem;
  padding-right: 3rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.projects-header_title {
  color: #593b35;
  margin-top: 0;
  margin-bottom: auto;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1;
}

.project-header_right {
  width: 60%;
}

.project-header_right-top {
  height: 100vh;
  max-height: 100vh;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: auto;
  padding-top: 3.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.project-header_top-image-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 3.75rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.project-header_right-bottom {
  height: auto;
  min-height: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 1.5rem;
  display: flex;
}

.project-header_image-wrapper {
  width: auto;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-header_image-wrapper.is-ostoje-video {
  width: 83%;
  align-items: stretch;
  margin-right: auto;
  padding-top: 45%;
}

.project-header_image-wrapper.is-left {
  margin-right: auto;
}

.project-header_image-wrapper.is-yarns-video {
  width: 100%;
  padding-top: 50%;
}

.project-header_image-wrapper.is-yarns-video-2 {
  width: 100%;
  padding-top: 50%;
  display: none;
}

.project-header_image-wrapper.is-half-width {
  width: 50%;
}

.project-header_image-wrapper.is-double-img {
  width: 100%;
  grid-column-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.project-header_image-wrapper.is-yarns-scroll {
  width: 100%;
  padding-top: 55%;
}

.project-header_image-wrapper.is-restki-video {
  width: 100%;
  padding-top: 80%;
  display: block;
}

.project-header_image {
  width: 100%;
}

.project-header_image.is-right-align {
  margin-left: auto;
}

.project-header_image.is-small {
  width: 50%;
}

.project-header_image.is-video {
  z-index: 3;
  height: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-header_image.is-full-width {
  width: 100%;
}

.project-header_image.is-full-width.fs-styleguide_colors {
  height: 100%;
  object-fit: cover;
}

.project-header_image.is-half-width {
  width: 50%;
}

.project-header_image.is-yarns-scroll {
  z-index: 2;
  width: 100%;
  max-width: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-header_image.is-full-size {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-header_image.is-full-size.fs-styleguide_colors {
  height: 100%;
  object-fit: cover;
}

.project-header_image.is-restkii-video {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.press-name {
  margin-right: auto;
  font-size: 1rem;
  font-weight: 300;
}

.contact-press-list {
  border-bottom: 1px solid #593b35;
  flex-direction: column;
  display: flex;
}

.contact-right {
  width: 60%;
  min-height: 100vh;
  min-width: 60%;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 50vh;
  padding-bottom: 1.5rem;
  display: flex;
}

.press-item {
  color: #593b35;
  background-image: url('../images/tiny-dot.svg');
  background-position: -5px;
  background-repeat: no-repeat;
  background-size: auto;
  border-top: 1px solid #593b35;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .75rem;
  font-weight: 300;
  text-decoration: none;
  transition: padding-left .2s, background-position .2s;
  display: flex;
}

.press-item:hover {
  background-position: 0;
  padding-left: 12px;
}

.contact-left-bottom {
  margin-top: auto;
  margin-bottom: 1.25rem;
  padding-top: 7.5rem;
  font-weight: 300;
}

.ct-par {
  font-size: 1.5rem;
  line-height: 1.4;
}

.contact-component {
  width: 100%;
  min-height: 100vh;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.text-link {
  color: #593b35;
  font-weight: 300;
  text-decoration: underline;
  transition: color .2s;
}

.text-link:hover {
  color: #ecab0b;
}

.text-link.about-video-link {
  color: #9ebec4;
}

.text-link.about-video-link:hover {
  color: #ecab0b;
}

.text-link.is-block {
  display: block;
}

.social-linkblock_icon-copy {
  width: 9px;
  height: 9px;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  display: flex;
}

.source {
  width: 100%;
  margin-bottom: .25rem;
  font-weight: 600;
}

.source.is-only {
  width: auto;
  margin-bottom: 0;
}

.contact-left {
  min-height: 100vh;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.home-header_social-linkblock-2 {
  color: #fcfbf7;
  align-items: flex-start;
  margin-left: 30px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.home-header_social-linkblock-2.dark {
  color: #593b35;
  margin-left: 0;
  margin-right: 32px;
  transition: color .2s;
}

.home-header_social-linkblock-2.dark:hover {
  color: #ecab0b;
}

.section_projects {
  background-color: #fcfbf7;
}

.projects_sticky-parent {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
  position: relative;
}

.projects-page_left-top {
  min-height: 100vh;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 6rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.projects-page_item {
  height: auto;
  flex-direction: column;
  text-decoration: none;
  transition: padding-left .2s;
  display: flex;
}

.projects-page_item.is-bottom {
  position: -webkit-sticky;
  position: sticky;
  top: 6rem;
}

.projects-page_item.is-bottom:hover {
  padding-left: 0;
}

.projects-page_item.is-last {
  margin-top: 3rem;
  position: -webkit-sticky;
  position: sticky;
  top: 6rem;
}

.projects-page_item.is-last:hover {
  padding-left: 0;
}

.projects-page_sticky-wrapper {
  min-height: 100vh;
  grid-column-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 1.5rem;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.projects-page_left {
  flex-direction: column;
  padding-bottom: 1.5rem;
  display: flex;
}

.section_title-2 {
  color: #593b35;
  margin-top: 6px;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1;
}

.projects-page_image-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.projects_bottom {
  grid-column-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 6rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.projects-page_project-item {
  position: relative;
}

.navbar_css-bg {
  z-index: 0;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dot-global-small {
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 100%;
  margin-right: 4px;
}

.dot-global-small.is-loader, .dot-global-small.is-project {
  width: .1875rem;
  height: .1875rem;
  min-height: .1875rem;
  min-width: .1875rem;
  background-color: #593b35;
  margin-right: .25rem;
}

.max-width-60rem {
  max-width: 57rem;
}

.home-overlay {
  z-index: 3;
  background-color: #fff;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about_component {
  position: relative;
}

.about_left {
  width: 35%;
  min-height: 100vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.about_right {
  width: 60%;
  flex-direction: column;
  align-items: flex-end;
  padding-bottom: 1.5rem;
  padding-left: 6rem;
  display: flex;
}

.about_img-wrap {
  display: flex;
  position: relative;
  overflow: hidden;
}

.about_img-wrap.is-header {
  width: auto;
  height: 100vh;
  max-height: 100vh;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 3.125rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.about_img-wrap.is-about-2 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 3rem;
  display: flex;
}

.about_img-wrap.is-about-3, .about_img-wrap.is-about-4 {
  width: 80%;
  margin-left: auto;
}

.about_img-wrap.is-about-5 {
  width: 80%;
  justify-content: flex-end;
  margin-left: auto;
  overflow: hidden;
}

.about_img-wrap.is-about-4-copy {
  width: 80%;
  margin-bottom: 2rem;
  margin-left: auto;
}

.about_img {
  width: auto;
  height: 100%;
}

.about_img.dd {
  height: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.about_img.dd.project-header_image {
  height: auto;
  position: relative;
}

.about_img.project-header_image {
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.about_block-wrap {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  margin-top: 6rem;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.about_block-img {
  width: 8rem;
  height: 8rem;
  border-radius: 100%;
}

.about_top {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 6rem;
  display: flex;
  position: relative;
}

.about_bottom {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 45% 55%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 6rem;
  display: grid;
  position: relative;
}

.about_bottom-left {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2rem;
  padding-top: 3.5rem;
  padding-bottom: 2rem;
  padding-right: 3rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: visible;
}

.about_bottom-right {
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-top: 14rem;
  padding-left: 5rem;
  display: flex;
  overflow: hidden;
}

.about_bottom-contact {
  text-align: center;
  background-color: #e7e9e8;
  background-image: none;
  background-position: 0 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 6rem auto -2rem;
  padding-top: 12rem;
  padding-bottom: 12rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact_par {
  max-width: 33rem;
  margin-top: auto;
  font-weight: 300;
}

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

.sale_item-img-wrap {
  width: 100%;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sale_item-info {
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: 1;
  margin-left: 1rem;
  font-size: .875rem;
  font-weight: 300;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 10rem;
}

.sales_item-category {
  text-align: left;
  border-bottom: 1px solid #593b35;
  margin-bottom: .5rem;
  padding-bottom: .5rem;
}

.sales_item-category.is-name {
  border-bottom-style: none;
  margin-bottom: 1rem;
  padding-bottom: 0;
  font-size: 1.375rem;
  font-weight: 300;
}

.sale_item-row {
  text-align: right;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.sale_item-row.is-title {
  flex-direction: row;
  align-items: flex-start;
}

.sale_item-left {
  width: 45%;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.sale_img {
  width: auto;
}

.blocks-wrap {
  width: 100%;
  flex: none;
  justify-content: space-between;
  align-items: center;
  margin-right: 3.2vw;
  display: flex;
}

.blocks-wrap.marquee_item {
  width: 100vw;
  grid-column-gap: 2vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 0;
  display: grid;
}

.blocks-wrap.marquee_item.is-left {
  margin-right: 0;
}

.blocks_item {
  border-radius: 100%;
  flex: none;
  position: relative;
}

.blocks_img {
  z-index: 2;
  width: 100%;
  height: 100%;
  transform-origin: 50% 100%;
  object-fit: cover;
  border-radius: 100%;
  transition: all .4s;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blocks_hover-wrap {
  z-index: 0;
  grid-row-gap: .25rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: .75rem;
  font-weight: 300;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.about_circle {
  width: 25vw;
  height: 25vw;
  opacity: .83;
  filter: blur(15px);
  background-color: #fff;
  border-radius: 100%;
  margin: auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about_block-text {
  color: #593b35;
  font-size: .75rem;
  font-weight: 300;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.about_component2_right {
  width: 35%;
}

.about_points-wrap {
  width: 80%;
  grid-row-gap: 2rem;
  border-top: 1px #593b35;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 45% 55%;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 3rem;
  margin-left: auto;
  padding-top: 5rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.contact_left-bottom {
  min-height: 50vh;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 1.5rem;
  display: flex;
}

.sale_component {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.sale_left {
  width: 25%;
  min-height: 100vh;
  min-width: 25%;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 10rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.section_sale {
  background-color: #fcfbf7;
}

.sale_left-bottom {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.sale_left-info-wrap {
  margin-bottom: 20px;
  padding-top: 120px;
  font-weight: 300;
}

.sale_right {
  width: 75%;
  min-height: 100vh;
  min-width: 75%;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: 0;
  padding-top: 10rem;
  padding-bottom: 1.5rem;
  padding-left: 6rem;
  display: flex;
}

.navbar_beige-bg {
  z-index: 99;
  height: 3.5rem;
  background-color: #fcfbf7;
  margin-bottom: -3.5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar_bg-white {
  z-index: 99;
  height: 3.5rem;
  background-color: #fff;
  margin-bottom: -3.5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.green-yarns_grid {
  z-index: 2;
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  background-color: #fcfbf7;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.green-yarns_img-wrap {
  position: relative;
  overflow: hidden;
}

.green-yarns_text-wrap {
  border-bottom: 1px solid #593b35;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.green-yarns_img {
  width: 100%;
}

.green-yarns_text {
  font-size: .75rem;
  font-weight: 300;
  line-height: 1.3;
}

.green-yarns_overlay {
  background-color: #fcfbf7;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.point-wrapper_about {
  width: auto;
  max-width: none;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0%;
  display: flex;
}

.point-wrapper_about.is-project {
  margin-left: 0;
  margin-right: auto;
}

.green-yarns_point-wrap {
  width: 100%;
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-top: 4rem;
  margin-bottom: 2.5rem;
  display: flex;
}

.green-yarns_point-title {
  border-bottom: 1px solid #593b35;
  margin-bottom: 1rem;
  padding-bottom: .5rem;
  font-size: 1.125rem;
}

.about_point-item {
  width: auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navbar_content-inside {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.about_img-2 {
  width: auto;
  height: auto;
  max-height: 100%;
  display: block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.home-gif-overlay {
  z-index: 5;
  border: 5px solid #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.line-divider {
  width: 100%;
  height: 1px;
  background-color: #593b35;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.css_embed {
  display: none;
}

.footer_social-wrap {
  z-index: 2;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.footer_social-wrap.is-contact {
  justify-content: flex-start;
  padding-bottom: 0;
  position: static;
}

.navbar_inside-line {
  display: none;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

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

  .heading-style-h1 {
    max-width: 530px;
    font-size: 2rem;
  }

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

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

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

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

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

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

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

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

  .navbar_logo-wrapper.w--current {
    z-index: 2;
  }

  .home-about_project3-wrapper {
    width: 50%;
    margin-top: -15rem;
    margin-right: 5%;
  }

  .point-wrapper {
    width: 40%;
    margin-right: 0%;
  }

  .point-wrapper.is-2 {
    width: 55%;
    margin-left: auto;
    padding-left: 0%;
  }

  .home-about_project2-wrapper {
    margin-top: 4rem;
  }

  .home-about_project2-wrapper.ssss {
    width: 100%;
  }

  .navbar_lang {
    justify-content: flex-start;
    margin-top: 1rem;
    margin-left: 0;
  }

  .paragraph-big {
    font-size: 1rem;
  }

  .paragraph-big.is-max {
    padding-right: 0;
  }

  .about_component1_right {
    width: 70%;
    max-width: none;
  }

  .section_home-about {
    padding-top: 4rem;
  }

  .navbar_logo.is-mobile {
    display: block;
    position: absolute;
    left: auto;
    right: 0%;
  }

  .dot-global.is-home-header {
    min-height: .375rem;
    min-width: .375rem;
  }

  .navbar_link {
    margin-bottom: 1rem;
    margin-left: 0;
    padding-left: 0;
    padding-right: 6px;
    font-size: 1rem;
    font-weight: 300;
  }

  .navbar_link.w--current {
    padding-left: 4px;
  }

  .navbar_wrapper {
    padding: .5rem 1rem;
  }

  .section_home-full-image {
    margin-top: 4rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .section_home-header {
    min-height: 100vh;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar_link-text {
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.5;
  }

  .girls_img-wrapper {
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-top: 65%;
  }

  .navbar_content {
    z-index: 0;
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .home-about_project1-wrapper {
    width: 50%;
    margin-left: 0%;
  }

  .section_blocks {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 5rem;
  }

  .navbar_dot {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navbar_dot.active-page {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .section_title {
    line-height: 1.5;
  }

  .home-header_social-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    bottom: 1.5rem;
    right: 0;
  }

  .navbar_component {
    padding: 0;
  }

  .home-about_component1 {
    margin-bottom: 6rem;
  }

  .home-about_component3 {
    padding-bottom: 3rem;
  }

  .projects_list {
    width: 70%;
    margin-top: 6px;
  }

  .section_projects-wrapper {
    padding-top: 5rem;
  }

  .projects_component {
    margin-top: 0;
    margin-bottom: 5rem;
  }

  .navbar_menu-button {
    width: 3rem;
    height: 2rem;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .navbar_menu-button.w--open {
    z-index: 2;
    background-color: rgba(0, 0, 0, 0);
  }

  .project-overlay.is-project-header {
    display: block;
  }

  .project-header_left, .project-header_right-top {
    padding-bottom: 1rem;
  }

  .project-header_image-wrapper {
    margin-top: 1rem;
  }

  .press-name {
    font-size: .875rem;
  }

  .contact-right {
    width: auto;
    min-height: auto;
    min-width: auto;
    justify-content: flex-start;
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .press-item {
    font-weight: 300;
  }

  .contact-left-bottom {
    margin-top: 0;
    padding-top: 0;
  }

  .contact-component.is-loader-opacity {
    min-height: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .contact-left {
    min-height: 50vh;
    padding-top: 8rem;
    position: relative;
  }

  .projects_sticky-parent {
    grid-column-gap: 1rem;
  }

  .projects-page_left-top.is-loader-opacity {
    padding-bottom: 1rem;
  }

  .projects-page_sticky-wrapper {
    grid-column-gap: 1rem;
    padding-bottom: 1rem;
  }

  .projects-page_left {
    padding-bottom: 1rem;
  }

  .projects_bottom {
    grid-column-gap: 1rem;
    padding-bottom: 1rem;
  }

  .about_left {
    width: 45%;
  }

  .about_right {
    width: 55%;
    padding-left: 4rem;
  }

  .about_img-wrap.is-about-4, .about_img-wrap.is-about-5, .about_img-wrap.is-about-4-copy {
    width: 100%;
  }

  .about_block-img {
    width: 5rem;
    height: 5rem;
  }

  .about_top {
    margin-bottom: 4rem;
  }

  .about_bottom {
    margin-top: 0;
  }

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

  .about_bottom-right {
    padding-left: 4rem;
  }

  .about_bottom-contact {
    margin-top: 4rem;
  }

  .sale_item-left {
    grid-row-gap: 1rem;
  }

  .blocks-wrap.marquee_item {
    width: auto;
    grid-column-gap: 3vw;
    margin-right: 3vw;
  }

  .blocks_item {
    width: 15vw;
    height: 15vw;
  }

  .about_component2_right {
    width: 45%;
  }

  .about_points-wrap {
    width: 100%;
    margin-top: .5rem;
    padding-top: 2rem;
  }

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

  .contact_left-bottom {
    min-height: auto;
    border-bottom: 1px solid #593b35;
    padding-bottom: 1.25rem;
    padding-right: 2rem;
  }

  .navbar_beige-bg, .navbar_bg-white {
    height: 3rem;
    margin-bottom: -3rem;
  }

  .navbar_1x {
    width: 1.5rem;
    height: 2px;
    background-color: #593b35;
    padding: 0;
    position: relative;
  }

  .navbar_1x.is-2 {
    margin: 4px -8px;
  }

  .navbar_menu-button-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
    overflow: hidden;
  }

  .navbar_menu-button-dot {
    z-index: 5;
    width: .5rem;
    height: .5rem;
    background-color: #593b35;
    border-radius: 10rem;
    padding: 0;
    display: none;
    position: absolute;
  }

  .navbar_content-inside {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 3rem;
    padding: 2rem 1rem 1rem;
    position: relative;
  }

  .home-gif-overlay {
    border-width: 6px;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
  }

  .navbar_1x-brown {
    background-color: #593b35;
    padding: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .footer_social-wrap {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    bottom: 1.5rem;
    right: 0;
  }

  .navbar_inside-line {
    width: 100%;
    height: 1px;
    background-color: #593b35;
    padding: 0;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

  .margin-top.margin-medium {
    margin-top: 1rem;
  }

  .margin-top.margin-custom1 {
    margin-top: .75rem;
  }

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

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

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

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

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

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

  .heading-style-h1 {
    max-width: 410px;
    font-size: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide {
    overflow: hidden;
  }

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

  .navbar_logo-wrapper, .navbar_logo-wrapper.w--current {
    padding-left: 0;
  }

  .home-about_project3-wrapper {
    width: 70%;
    min-width: auto;
    margin-top: 0;
    margin-bottom: 4rem;
    margin-right: 0%;
    position: relative;
    top: 0;
  }

  .point-wrapper {
    width: auto;
    margin-bottom: 1.5rem;
  }

  .point-wrapper.is-2 {
    width: auto;
    margin-left: 0;
  }

  .home-header_top-wrapper {
    margin-bottom: 1rem;
  }

  .home-about_project2-wrapper {
    margin-top: 3rem;
    display: block;
  }

  .home-about_project2-wrapper.ssss {
    margin-top: 4rem;
    margin-bottom: 0;
  }

  .footer_grid {
    grid-column-gap: 0px;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .paragraph-big {
    line-height: 1.85;
  }

  .paragraph-big.is-max {
    font-size: .875rem;
    line-height: 1.85;
  }

  .paragraph-big.is-footer {
    font-size: 1.25rem;
  }

  .about_component1_right {
    width: auto;
    margin-top: 1rem;
    margin-left: 0;
  }

  .footer_column.is-last {
    width: 100%;
    grid-row-gap: 2rem;
    align-items: flex-start;
    margin-top: 1rem;
    margin-left: 0;
  }

  .section_home-about {
    padding-top: 6rem;
  }

  .navbar_logo {
    width: 3.5rem;
  }

  .section_title-wrapper {
    z-index: 10;
    width: auto;
    position: relative;
    top: auto;
  }

  .section_title-wrapper.is-projects-page {
    margin-bottom: 1rem;
  }

  .dot-global.is-home-header {
    width: .25rem;
    height: .25rem;
    min-height: .25rem;
    min-width: .25rem;
  }

  .dot-global.is-brown {
    width: .25rem;
    height: .25rem;
    min-height: .25rem;
    min-width: .25rem;
    margin-right: .125rem;
  }

  .dot-global.is-small {
    margin-right: .125rem;
  }

  .navbar_wrapper {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .section_home-full-image {
    margin-top: 3rem;
  }

  .home-header_text-wrapper {
    margin-bottom: 0;
  }

  .section_home-header {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .section_home-header.element100vh {
    min-height: auto;
  }

  .girls_img-wrapper {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }

  .home-header_social-linkblock {
    margin-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .home-header_social-linkblock.is-brown {
    margin-right: 0;
  }

  .home-header_social-linkblock.is-footer {
    margin-left: 0;
    margin-right: 0;
  }

  .home-about_project1-wrapper {
    width: 80%;
    flex: none;
    margin-right: 2rem;
  }

  .section_blocks {
    grid-column-gap: 3vw;
    margin-top: -3rem;
    padding-top: 5rem;
    overflow: hidden;
  }

  .section_title {
    margin-top: 0;
    font-size: 1.5rem;
  }

  .home-header_social-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-end;
    margin-bottom: 1rem;
    padding-top: 1rem;
    position: static;
    bottom: 1rem;
  }

  .home-header_social-wrapper.is-contact {
    margin-bottom: 0;
  }

  .home-header_par {
    color: rgba(252, 251, 247, .7);
    margin-left: 0;
    line-height: 1.5;
  }

  .home-about_component1 {
    margin-bottom: 4rem;
    display: block;
  }

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

  .home-project_img-wrapper.is-gif {
    outline-offset: 0px;
    outline: 2px solid #fff;
    margin-left: -4px;
  }

  .home-about_component3 {
    margin-top: 3rem;
    padding-top: 0;
    padding-bottom: 4rem;
    display: block;
  }

  .projects_title {
    font-size: .875rem;
  }

  .home-about_component4 {
    flex-direction: column;
  }

  .projects_item {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .projects_title-wrapper {
    font-size: .875rem;
  }

  .projects_list {
    width: 100%;
    margin-top: 2rem;
  }

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

  .project-header_hero-par {
    margin-bottom: 2rem;
    line-height: 1.85;
  }

  .projects-header_details-wrapper {
    width: auto;
    grid-row-gap: .75rem;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1rem;
  }

  .projects-header_crumbs-wrapper {
    margin-bottom: 4rem;
  }

  .projects-header_title-wrapper {
    margin-bottom: 1.25rem;
  }

  .project-header_component {
    display: block;
  }

  .project-header_left {
    width: auto;
    height: auto;
    padding-top: 10rem;
    position: relative;
  }

  .project-header_right {
    width: auto;
    margin-top: 1rem;
  }

  .project-header_right-top {
    height: auto;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .project-header_top-image-wrapper {
    margin-bottom: 4rem;
  }

  .project-header_right-bottom {
    padding-bottom: .75rem;
  }

  .project-header_image-wrapper {
    margin-top: .75rem;
  }

  .project-header_image-wrapper.is-double-img {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .project-header_image.is-right-align {
    width: 100%;
    margin-left: 0;
  }

  .contact-left-bottom {
    margin-bottom: 0;
  }

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

  .text-link.contact-email {
    font-size: 1.5rem;
  }

  .text-link.is-footer {
    font-size: 1.25rem;
  }

  .text-link.is-footer-bottom {
    font-size: .75rem;
  }

  .home-header_social-linkblock-2.dark {
    margin-right: 0;
  }

  .projects_sticky-parent {
    grid-column-gap: 1rem;
    display: block;
  }

  .projects-page_left-top.is-loader-opacity {
    min-height: auto;
    margin-bottom: 4rem;
    padding-top: 10rem;
    padding-bottom: 0;
  }

  .projects-page_item.is-blur {
    margin-bottom: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 2rem;
  }

  .projects-page_item.is-touches {
    margin-top: 10rem;
  }

  .projects-page_sticky-wrapper {
    min-height: auto;
    grid-column-gap: .75rem;
    padding-bottom: .75rem;
    position: relative;
  }

  .projects-page_left {
    margin-bottom: 1.75rem;
    padding-bottom: .75rem;
  }

  .projects_bottom {
    grid-column-gap: .75rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 1.75rem;
    padding-bottom: .75rem;
  }

  .home-overlay {
    width: 105%;
    height: 105%;
    top: -2.5%;
    bottom: 0%;
    left: -2.5%;
    right: 0%;
  }

  .about_left {
    width: auto;
    padding-top: 6rem;
    padding-bottom: 0;
    position: relative;
  }

  .about_left.element100vh {
    height: auto;
    min-height: auto;
    padding-bottom: .75rem;
  }

  .about_right {
    width: auto;
    padding-top: 1rem;
    padding-bottom: 0;
    padding-left: 0;
  }

  .about_img-wrap.is-header {
    height: auto;
    order: 1;
    padding-top: 0;
    padding-bottom: 0;
  }

  .about_block-wrap {
    margin-top: 3rem;
    margin-bottom: 6rem;
  }

  .about_top {
    flex-direction: column;
  }

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

  .about_bottom-left {
    height: auto;
    margin-top: 4rem;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .about_bottom-right {
    padding-top: 2rem;
    padding-left: 0;
  }

  .about_bottom-contact {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .contact_par {
    font-size: .875rem;
  }

  .sale_item-info {
    top: 6rem;
  }

  .sale_item-left {
    grid-row-gap: .75rem;
  }

  .blocks-wrap.marquee_item {
    width: auto;
    margin-right: 0;
  }

  .blocks_item {
    width: 30vw;
    height: 30vw;
    flex: none;
  }

  .about_block-text {
    bottom: -2rem;
    left: 0;
    right: auto;
  }

  .about_component2_right {
    width: 60%;
    flex: none;
    margin-left: auto;
  }

  .about_points-wrap {
    order: -1;
    margin-top: 1rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .sale_component {
    display: block;
  }

  .sale_left {
    width: auto;
    min-height: auto;
    min-width: auto;
    padding-bottom: 0;
    position: relative;
  }

  .sale_left-info-wrap {
    margin-bottom: 0;
    padding-top: 0;
  }

  .sale_right.is-loader-opacity {
    width: 100%;
    min-width: auto;
    padding-top: 4rem;
    padding-bottom: .75rem;
    padding-left: 0;
  }

  .green-yarns_grid {
    grid-template-columns: 1fr 1fr;
  }

  .point-wrapper_about.is-project {
    line-height: 1.7;
  }

  .navbar_content-inside {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .home-gif-overlay {
    border-width: 6px;
    position: absolute;
  }

  .footer_social-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-end;
    margin-bottom: 0;
    padding-top: 1rem;
    position: static;
    bottom: 1rem;
  }

  .footer_social-wrap.is-contact {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  p {
    line-height: 1.7;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .home-about_project3-wrapper {
    width: 100%;
    margin-top: 2rem;
  }

  .point-wrapper.is-2 {
    width: auto;
    margin-left: 0;
  }

  .paragraph-big.is-max {
    line-height: 1.7;
  }

  .section_home-full-image {
    margin-top: 2rem;
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .home-header_text-wrapper {
    margin-bottom: 2rem;
  }

  .section_home-header {
    height: 100dvh;
    min-height: auto;
  }

  .section_home-header.element100vh {
    height: auto;
  }

  .girls_img-wrapper {
    margin-top: 2rem;
  }

  .home-header_social-linkblock {
    font-weight: 300;
  }

  .home-about_project1-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .section_title {
    font-size: 1.25rem;
  }

  .home-header_social-wrapper {
    justify-content: flex-start;
    margin-left: 0;
  }

  .home-header_social-wrapper.is-contact {
    margin-top: 1rem;
  }

  .home-about_component2 {
    grid-column-gap: 1rem;
  }

  .home-project_img-wrapper.is-gif {
    outline-offset: 0px;
    outline: 2px solid #fff;
  }

  .home-about_component3 {
    margin-top: 1rem;
  }

  .home-about_component4 {
    flex-direction: column;
  }

  .projects_component {
    margin-top: 2rem;
    margin-bottom: 5rem;
  }

  .ct-par, .text-link.contact-email {
    font-size: 1.25rem;
  }

  .text-link.is-footer-bottom {
    font-size: .75rem;
  }

  .projects-page_sticky-wrapper {
    grid-column-gap: .75rem;
  }

  .projects-page_left {
    min-height: 100dvh;
    justify-content: space-between;
    margin-bottom: 1.75rem;
    padding-bottom: .75rem;
  }

  .projects-page_left.element100vh {
    min-height: auto;
  }

  .about_bottom-contact {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sale_item-info {
    margin-left: .75rem;
  }

  .sales_item-category.is-name {
    font-size: 1.25rem;
  }

  .sale_item-row {
    font-size: .75rem;
  }

  .sale_item-left {
    width: 55%;
  }

  .about_component2_right {
    width: 85%;
    display: none;
  }

  .green-yarns_grid {
    grid-column-gap: .75rem;
  }

  .green-yarns_text {
    min-height: 1.95rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer_social-wrap {
    justify-content: flex-start;
    margin-left: 0;
  }
}

#w-node-d982df14-80a7-50fa-08ba-ba8c002501ab-43c69dfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_916878b7-5f3f-964e-2ce9-45f73b4f961a-43c69dfe {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_057e5112-b64b-267c-feec-f4d6fbf849e5-abc69e04, #w-node-b4390bef-654a-1c2e-c8f4-b44df6bbc349-abc69e04, #w-node-_057e5112-b64b-267c-feec-f4d6fbf849e5-b7c69e05, #w-node-b4390bef-654a-1c2e-c8f4-b44df6bbc349-b7c69e05, #w-node-d982df14-80a7-50fa-08ba-ba8c002501ab-c4c69e09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_916878b7-5f3f-964e-2ce9-45f73b4f961a-c4c69e09, #w-node-_7615a76a-ecba-e5d9-e86e-a4e947ace556-d4c69e0e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d72577e1-135a-38c6-632e-bef2979729ff-d4c69e0e, #w-node-cab7f60d-74e1-91f4-7b15-91161ae963c2-d4c69e0e, #w-node-b025ff48-f773-0410-0199-8b00e10cb7ed-d4c69e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7615a76a-ecba-e5d9-e86e-a4e947ace556-1cc69e10 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d72577e1-135a-38c6-632e-bef2979729ff-1cc69e10, #w-node-cab7f60d-74e1-91f4-7b15-91161ae963c2-1cc69e10, #w-node-b025ff48-f773-0410-0199-8b00e10cb7ed-1cc69e10 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-ccc69e17 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-ccc69e17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-ccc69e17 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-ccc69e17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-ccc69e17 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-ccc69e17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-ccc69e17 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-ccc69e17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-ccc69e17 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-ccc69e17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-ccc69e17, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-ccc69e17 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-ccc69e17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-ccc69e17 {
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-_536d9329-0787-f5f8-ab81-bc7d9e34fcf1-8b5f9880 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d72577e1-135a-38c6-632e-bef2979729ff-d4c69e0e, #w-node-d72577e1-135a-38c6-632e-bef2979729ff-1cc69e10 {
    grid-column: span 2 / span 2;
  }
}


