:root {
  --black: black;
  --green: #c9d6c1;
  --almost-black: #202020;
  --white: white;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navbar-no-shadow {
  min-width: 100%;
  position: fixed;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: none;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.container-regular {
  width: 100%;
  max-width: none;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
}

.navbar-wrapper {
  mix-blend-mode: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: auto;
  padding-right: 10px;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: auto;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.footer-light {
  opacity: 1;
  border-bottom: 1px #e4ebf3;
  min-width: 100%;
  margin-right: 0;
  padding: 0 10px;
  position: fixed;
  inset: auto 0% 0%;
}

.footer-light.footer-mobile {
  display: none;
}

.container {
  width: 100%;
  max-width: none;
  margin-bottom: 6px;
  margin-left: 6px;
  margin-right: 6px;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-wrapper-two.over-footer {
  color: var(--green);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  mix-blend-mode: normal;
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.footer-form-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--black);
  color: #000;
  text-transform: uppercase;
  background-color: #fff0;
  height: 24px;
  margin-bottom: 0;
  padding: 0 16px 0 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.footer-form-field:hover {
  border-style: none none solid;
  border-color: #000;
}

.footer-form-field:focus {
  border-style: none none solid;
  border-color: var(--black);
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  color: #000;
  background-color: #1a1b1f00;
  border-bottom: 1px solid #000;
  width: 50px;
  height: 24px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 300;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a455400;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: var(--black);
  text-transform: uppercase;
  mix-blend-mode: difference;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.footer-copyright.excluded {
  color: var(--black);
  mix-blend-mode: difference;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.image {
  mix-blend-mode: exclusion;
  width: 7rem;
}

.text-block {
  mix-blend-mode: normal;
  padding-right: 0;
  font-family: Inter, sans-serif;
  position: static;
}

.text-block.eider-text, .text-block.eider-text-copy {
  width: 80%;
}

.image-2 {
  width: 400px;
  max-width: 40%;
  margin-left: -20px;
}

.link.nav-inquire {
  color: var(--black);
  mix-blend-mode: difference;
  font-weight: 300;
  text-decoration: none;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  padding-left: 40px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.div-block-2.binith-text {
  margin-left: 97px;
  padding-left: 100px;
  padding-right: 0;
  display: block;
}

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

.cell.founder-cell {
  justify-content: center;
  align-items: center;
}

.cell.feather-cell.feather-cell-mobile-copy {
  background-image: url('../images/feather-close-up.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.cell.atelier-cell {
  justify-content: center;
  align-items: flex-start;
}

.cell.atelier-cell.arelier-cell-mobile {
  background-image: url('../images/_MG_3946.jpg');
  background-position: 0 0;
  background-size: auto;
}

.background-video {
  width: 100%;
  height: 100%;
  display: flex;
}

.background-video.feather-video {
  justify-content: center;
  align-items: center;
  min-height: 500px;
}

.background-video.sustainability-video {
  justify-content: flex-start;
  align-items: center;
  min-height: 70vh;
}

.quick-stack {
  background-image: none;
  background-size: auto;
  min-height: 500px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-3 {
  background-color: var(--almost-black);
  border: 1px #f12929;
}

.quick-stack-2 {
  border: 1px #0000;
  padding-top: 40px;
}

.image-4 {
  background-color: var(--almost-black);
  background-image: linear-gradient(180deg, #6b6a6a, var(--almost-black) 55%);
  filter: hue-rotate(96deg) brightness(120%) contrast(101%) grayscale();
}

.image-4.founder-image {
  background-image: linear-gradient(180deg, #6b6a6a, var(--almost-black));
  filter: brightness(118%);
  width: 80%;
}

.image-5 {
  background-color: var(--almost-black);
  margin-left: 136px;
}

.image-5.below-hero-duvet-2 {
  min-height: 70vh;
  max-height: 70vh;
  margin-left: auto;
}

.image-5.below-hero-duvet-2.bird-below {
  min-width: 100%;
  min-height: 50%;
}

.founder-image-cell {
  justify-content: center;
  align-items: flex-start;
  padding: 60px 100px 100px 0;
}

.eider-cell {
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}

.image-6 {
  background-color: #00000014;
  min-height: 60vh;
}

.image-7 {
  max-height: 100%;
}

.founder-stack {
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 40px;
}

.image-8 {
  background-color: var(--almost-black);
}

.body {
  background-color: #fffcf2;
}

.quick-stack-4.video-process.mobile-video-process {
  min-height: 90vh;
  padding-top: 10px;
  padding-bottom: 10px;
}

.quick-stack-5.aterlier-stack {
  padding-top: 10px;
  padding-bottom: 10px;
}

.marketing-stack {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  height: 70vh;
  padding-top: 10px;
  padding-bottom: 10px;
}

.marketing-cell.duvet-flow {
  background-color: #00000014;
  background-image: url('../images/duvet-fly.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  justify-content: center;
  align-items: center;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: static;
}

.hero-stack.hero-2 {
  background-color: #0000;
  border-bottom-style: none;
  margin-top: auto;
  padding: 60px 0 10px;
}

.hero-stack.hero-2.below-hero-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.container-2.hero-container-2 {
  background-color: var(--almost-black);
  background-image: url('../images/Shot-2__1101.avif');
  background-position: 50%;
  background-size: 100%;
  max-width: 100%;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
}

.container-2.hero-container-2.eider-hero-focus {
  background-image: url('../images/eider-duck-fly.jpg');
}

.container-2.hero-container-2.below-hero-bird {
  background-image: url('../images/eider-duck-fly.jpg');
  min-height: 80vh;
}

.container-2.hero-container-2-copy {
  background-color: var(--almost-black);
  background-image: url('../images/Shot-2__1101.avif');
  background-position: 50%;
  background-size: cover;
  max-width: 100%;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
}

.container-2.hero-container-2-copy.eider-hero-focus {
  background-image: url('../images/eider-duck-fly.jpg');
}

.container-2.hero-container-2-copy.below-hero-bird {
  background-image: url('../images/eider-duck-fly.jpg');
  min-height: 80vh;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.below-hero-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.below-hero-duvet {
  border: 1px none var(--almost-black);
  background-color: var(--almost-black);
  background-image: url('../images/eider-duck-fly-2.jpg');
  background-position: 45% 60%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
}

.eider-video {
  min-width: 100%;
  max-width: 100%;
  min-height: 70vh;
  max-height: 70vh;
}

.div-block-4 {
  background-image: url('../images/_MG_3946.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 70vh;
}

.below-hero-duvet-copy {
  border: 1px none var(--almost-black);
  justify-content: center;
  align-items: flex-end;
}

.image-9 {
  width: 100%;
  max-width: 100%;
  min-height: 50vh;
  max-height: 100vh;
  display: none;
}

.below-hero-2-copy {
  padding-top: 10px;
  padding-bottom: 10px;
}

.cell-copy {
  background-color: #00000014;
  background-image: url('../images/duvet-on.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell-copy.founder-cell {
  justify-content: center;
  align-items: center;
}

.cell-copy.feather-cell.feather-cell-mobile-copy {
  background-image: url('../images/feather-close-up.jpg');
  background-position: 50% 0;
  background-size: 100%;
  display: block;
}

.cell-copy.atelier-cell {
  justify-content: center;
  align-items: flex-start;
}

.cell-copy.atelier-cell.arelier-cell-mobile {
  background-image: url('../images/_MG_3946.jpg');
  background-position: 0 0;
  background-size: auto;
}

.image-6-copy {
  background-color: #00000014;
  min-height: 60vh;
  display: none;
}

.success-message {
  color: var(--almost-black);
  background-color: #ddd0;
  padding-left: 0;
  padding-right: 10px;
}

.error-message {
  color: var(--almost-black);
  -webkit-text-stroke-color: var(--almost-black);
  background-color: #ffdede00;
}

@media screen and (max-width: 991px) {
  .navbar-wrapper {
    margin-right: 10px;
  }

  .navbar-brand {
    color: var(--black);
    font-family: Inter, sans-serif;
    font-weight: 300;
    text-decoration: none;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .container {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .footer-form-field {
    position: static;
  }

  .div-block {
    position: relative;
  }

  .div-block.nav-link {
    color: var(--black);
    padding: 0;
    font-weight: 300;
  }

  .link {
    text-decoration: none;
    display: block;
  }

  .link.nav-inquire {
    color: var(--black);
    padding-right: 10px;
    text-decoration: none;
  }

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

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

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

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .hero-stack {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .footer-light {
    position: static;
  }

  .footer-light.footer-mobile {
    padding-left: 10px;
    display: block;
  }

  .footer-light.footer-desktop {
    display: none;
  }

  .container {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-wrapper-two.over-footer {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-form {
    padding-bottom: 40px;
  }

  .footer-form-field.footer-mobile-email {
    padding-left: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright.excluded {
    mix-blend-mode: normal;
    padding-bottom: 5px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .text-block {
    width: 100%;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block.eider-text {
    padding-left: 0;
  }

  .text-block.eider-text-copy {
    padding-left: 10px;
  }

  .image-2 {
    max-width: 60%;
    margin-left: -5px;
  }

  .link.nav-inquire {
    padding-top: 5px;
    padding-right: 15px;
  }

  .div-block-2 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 10px;
  }

  .div-block-2.binith-text {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cell {
    display: block;
  }

  .cell.founder-cell {
    display: flex;
  }

  .cell.feather-cell.feather-cell-mobile {
    padding-left: 5px;
    padding-right: 5px;
  }

  .cell.feather-cell.feather-cell-mobile-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .cell.atelier-cell.arelier-cell-mobile, .cell.eider-cell-2, .cell.marketing-stack-2 {
    display: none;
  }

  .background-video.feather-video {
    flex-flow: row;
  }

  .quick-stack {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-3.blur-fade-in {
    min-width: 700px;
    margin-top: 13px;
    display: block;
  }

  .quick-stack-2 {
    padding-right: 0;
  }

  .quick-stack-2.hero-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 0;
    padding-left: 0;
    overflow: clip;
  }

  .image-4.founder-image {
    filter: brightness(118%);
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .image-5 {
    min-width: 20rem;
    margin-left: auto;
  }

  .image-5.hero2-mobile {
    min-width: 25rem;
    margin-bottom: 20px;
  }

  .founder-image-cell {
    display: none;
  }

  .duck-image {
    min-width: 20rem;
  }

  .eider-cell {
    padding-left: 0;
    padding-right: 0;
  }

  .image-6 {
    max-width: 100%;
    min-height: 40vh;
    display: block;
    overflow: clip;
  }

  .image-6.atelier-image {
    min-width: auto;
  }

  .founder-stack {
    grid-column-gap: 10px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-2, .cell-3 {
    display: none;
  }

  .quick-stack-3 {
    padding-left: 0;
  }

  .quick-stack-3.hero2-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-right: 0;
    overflow: clip;
  }

  .quick-stack-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-4.video-process {
    padding-left: 5px;
    padding-right: 5px;
  }

  .quick-stack-4.video-process.mobile-video-process {
    padding-left: 0;
    padding-right: 0;
    overflow: clip;
  }

  .quick-stack-5 {
    padding-top: 0;
  }

  .quick-stack-5.aterlier-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-5.aterlier-stack.atelier-stack-mobile-2 {
    margin-right: 0;
    overflow: clip;
  }

  .marketing-stack {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .marketing-stack.founder-mobile {
    margin-right: auto;
    padding: 10px;
  }

  .marketing-cell {
    display: none;
  }

  .div-block-3 {
    margin-bottom: 40px;
    padding-bottom: 20px;
  }

  .cell-4 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .hero-stack.hero-2.below-hero-2 {
    display: block;
  }

  .container-2 {
    max-width: none;
  }

  .container-2.hero-container-2 {
    background-size: cover;
  }

  .container-2.hero-container-2.below-hero-bird {
    background-image: url('../images/eider-duck-fly-2.jpg');
    background-repeat: repeat-x;
    background-size: 150%;
    min-height: 52vh;
  }

  .container-2.hero-container-2-copy {
    background-size: cover;
  }

  .container-2.hero-container-2-copy.below-hero-bird {
    background-image: url('../images/eider-duck-fly-2.jpg');
    background-repeat: repeat-x;
    background-size: 150%;
    min-height: 52vh;
  }

  .below-hero-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .below-hero-duvet {
    display: block;
  }

  .below-hero-duvet-copy {
    justify-content: space-between;
    align-items: center;
  }

  .image-9 {
    display: block;
    overflow: clip;
  }

  .below-hero-2-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-copy {
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: 120%;
    display: block;
  }

  .cell-copy.founder-cell {
    display: flex;
  }

  .cell-copy.feather-cell.feather-cell-mobile {
    padding-left: 5px;
    padding-right: 5px;
  }

  .cell-copy.feather-cell.feather-cell-mobile-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-copy.atelier-cell.arelier-cell-mobile, .cell-copy.eider-cell-2, .cell-copy.marketing-stack-2 {
    display: none;
  }

  .image-6-copy {
    max-width: 100%;
    min-height: 40vh;
    display: none;
    overflow: clip;
  }

  .image-6-copy.atelier-image {
    min-width: auto;
  }

  .cell-6 {
    background-image: url('../images/Shot-1__1133-3.png'), linear-gradient(180deg, #747373 27%, var(--almost-black));
    background-position: 50%, 0 0;
    background-size: cover, auto;
    justify-content: center;
    align-items: center;
    display: block;
  }
}

#w-node-a605f3bf-f8d1-0ad7-3b13-182e4edc4b3a-5dff9194 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ab1128b6-e702-2e19-4cee-22f104393e09-5dff9194 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_4d579cf3-9686-12c3-55f1-a124ec88fe07-5dff9194 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-b9edcc76-14b2-8b3a-d58d-c35608d99e93-5dff9194 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7b293c7a-bdff-30de-cbc8-8efceedf7a6d-5dff9194 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-d8c9e69b-60f3-760a-fdf1-6bc01f61693c-5dff9194 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_98db4f4b-e1c5-bcf8-8f1f-c3e5d3c20bf7-5dff9194, #w-node-e328ed15-db4b-462d-2c57-a7636893a098-5dff9194 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b0ea1914-1d99-0db5-a8af-933a717bc8cd-5dff9194 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 2fr;
  display: none;
}

#w-node-fb3c9f93-ec1c-0af7-4947-38f8c352655a-5dff9194 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-a605f3bf-f8d1-0ad7-3b13-182e4edc4b3a-5dff9194 {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  #w-node-a605f3bf-f8d1-0ad7-3b13-182e4edc4b3b-5dff9194 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ab1128b6-e702-2e19-4cee-22f104393e09-5dff9194 {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  #w-node-ab1128b6-e702-2e19-4cee-22f104393e0a-5dff9194 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b9edcc76-14b2-8b3a-d58d-c35608d99e93-5dff9194 {
    grid-template-rows: auto auto;
    grid-template-columns: 5fr 1fr;
  }

  #w-node-b9edcc76-14b2-8b3a-d58d-c35608d99e94-5dff9194 {
    grid-column: span 2 / span 2;
  }

  #w-node-d8c9e69b-60f3-760a-fdf1-6bc01f61693c-5dff9194 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-d8c9e69b-60f3-760a-fdf1-6bc01f616943-5dff9194 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98db4f4b-e1c5-bcf8-8f1f-c3e5d3c20bf7-5dff9194 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-e328ed15-db4b-462d-2c57-a7636893a098-5dff9194 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b0ea1914-1d99-0db5-a8af-933a717bc8cd-5dff9194 {
    grid-template-rows: auto;
    grid-template-columns: 2fr;
    display: grid;
  }
}


