:root {
  --black-blue: #132b33;
  --white: white;
  --white-2: white;
  --black: black;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #132b33;
  font-family: Overlock, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

h1 {
  text-align: center;
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: coquette, sans-serif;
  font-size: 4em;
  font-weight: 800;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: coquette, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 36px;
}

.section-default {
  padding: 20px;
}

.section-default.fullscreen-section {
  justify-content: center;
  width: 100%;
  height: 90vh;
  padding: 0;
  display: flex;
}

.section-default.footer {
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  height: 100px;
  display: flex;
}

.section-default.full-height {
  justify-content: center;
  height: 80vh;
  display: flex;
}

.section-default.height-full {
  height: 90vh;
}

.container-default {
  flex-flow: row;
  place-content: space-between center;
  align-items: flex-start;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-default.footer-container {
  text-align: right;
  flex-wrap: nowrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-default.container-vertical {
  flex-direction: column;
  align-items: stretch;
  max-width: 597px;
}

.container-default.container-vertical-1100px {
  flex-direction: column;
  align-items: stretch;
  max-width: 1100px;
}

.container-default.container-vertical-867px {
  flex-direction: column;
  align-items: stretch;
  max-width: 867px;
}

.container-default.container-vertical-v2 {
  border: 3px #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 100vh;
  height: 90vh;
  padding-top: 20px;
  padding-left: 24px;
  padding-right: 24px;
  box-shadow: 8px 8px 64px 14px #685f5f36;
}

.container-default.fullscreen {
  align-items: flex-start;
  max-width: none;
  margin-bottom: -5px;
  padding-bottom: 0;
}

.container-default.fullsecreen-mobile {
  max-width: none;
  margin-bottom: -5px;
  padding-bottom: 0;
  display: none;
}

.menu-button {
  flex: 0 auto;
  padding: 0 8px;
  display: block;
}

.nav-menu {
  text-align: center;
  background-color: #fff;
  flex: 1;
  padding: 40px;
  font-family: coquette, sans-serif;
  font-weight: 700;
  display: none;
}

.icon {
  color: #071013;
  font-size: 61px;
  line-height: 98%;
}

.navbar {
  z-index: 30;
  background-color: #fff;
  height: 10vh;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: sticky;
  top: 0;
}

.h3 {
  text-align: center;
  letter-spacing: -2px;
  flex: 1;
  align-self: center;
  font-family: coquette, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.brand {
  flex: none;
  align-self: center;
}

.footer {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  overflow: visible;
}

.footer.footer-video {
  z-index: 53;
  margin-top: -40px;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.social-media-icons-container {
  align-items: center;
  margin-left: 28px;
  margin-right: 28px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.footer-num {
  color: #132b33;
  text-align: right;
  text-transform: none;
  padding-left: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.subtitle {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 24px;
  font-family: coquette, sans-serif;
  font-size: 1.7em;
  font-weight: 300;
  line-height: 120%;
}

.subtitle.left-align {
  text-align: left;
  font-size: 1.5rem;
}

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

.nav-link.w--current {
  color: #132b33;
  font-style: normal;
  text-decoration: underline;
}

.heading {
  text-align: center;
  line-height: 100%;
}

.image-animation {
  cursor: pointer;
  object-fit: cover;
  border-radius: 50px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  transition: transform .7s;
  overflow: hidden;
}

.image-animation:hover {
  transform: scale(1.2);
}

.heading-2 {
  padding-bottom: 40px;
}

.image-polaroid {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.image-polaroid.hidden {
  display: none;
}

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

.image-3 {
  text-align: left;
  margin-top: 19px;
  margin-bottom: 19px;
}

.column-2 {
  display: block;
}

.columns-cv {
  flex-direction: row;
  align-self: auto;
  align-items: center;
  display: flex;
}

.grid-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: "Area"
                 "Area" minmax(auto, 1fr)
                 / minmax(min-content, 49.7%) minmax(min-content, 1fr);
}

.div-animation {
  overflow: hidden;
}

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

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

.grid-5-copy-v2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: "Area Area"
                 ". ." 1fr
                 / 1.01fr .5fr;
}

.div-animation-small {
  overflow: hidden;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  height: 171px;
  display: flex;
}

.container-polaroid-v2 {
  background-color: #ffffff87;
  border: 8px #000;
  max-width: 100%;
  max-height: 66vh;
  margin-bottom: -20px;
  padding-bottom: 20px;
  overflow: scroll;
}

.image-4 {
  max-width: 200px;
}

.columns-3 {
  padding: 5px;
  position: relative;
}

.column-polaroid {
  padding-left: 5px;
  padding-right: 5px;
}

.background-video-2 {
  z-index: 30;
  object-fit: fill;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: visible;
}

.text-block-2 {
  color: #000;
}

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

.text-block-3 {
  font-weight: 700;
}

.slide {
  clear: none;
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 0;
  padding-right: 0;
}

.slide.s1 {
  background-image: url('../images/Pamela-HA2021-WEB-16.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide.s2 {
  background-image: url('../images/Pamela-HA2021-WEB-8.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide.s3 {
  background-image: url('../images/Pamela-HA2021-WEB-11.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide.s4 {
  background-image: url('../images/Pamela-HA2021-WEB-18.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide.s5 {
  background-image: url('../images/Pamela-HA2021-WEB-5.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide.s6 {
  background-image: url('../images/Pamela-HA2021-WEB-22.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide.s7 {
  background-image: url('../images/Pamela-HA2021-WEB-24.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide.s8 {
  background-image: url('../images/Pamela-HA2021-WEB-3.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slider {
  height: 80vh;
  display: block;
  overflow: visible;
}

.slider-cube {
  width: 90vh;
  height: 90vh;
  display: block;
}

.slide-2 {
  background-image: url('../images/Pamela-HA2021-WEB-15.jpg');
  background-position: 0 0;
  background-size: auto;
}

.s {
  clear: both;
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 0;
  padding-right: 0;
}

.mask {
  width: 100%;
  max-width: 80vh;
  overflow: visible;
}

.slider-mobile {
  background-image: url('../images/Pamela-HA2021-WEB-7.jpg');
  background-position: 0 0;
  background-size: auto;
  height: 80vh;
  display: none;
  overflow: visible;
}

.slide-copy {
  clear: none;
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-copy.s1 {
  background-image: url('../images/Pamela-HA2021-WEB-16.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-copy.s2 {
  background-image: url('../images/Pamela-HA2021-WEB-8.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-copy.s3 {
  background-image: url('../images/Pamela-HA2021-WEB-11.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-copy.s4 {
  background-image: url('../images/Pamela-HA2021-WEB-18.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-copy.s5 {
  background-image: url('../images/Pamela-HA2021-WEB-5.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-copy.s6 {
  background-image: url('../images/Pamela-HA2021-WEB-22.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-copy.s7 {
  background-image: url('../images/Pamela-HA2021-WEB-24.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-copy.s8 {
  background-image: url('../images/Pamela-HA2021-WEB-3.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slider-2 {
  display: none;
}

.grid-6 {
  grid-template-rows: auto;
  align-items: stretch;
}

.link-block {
  cursor: pointer;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  overflow: hidden;
}

.heading-3 {
  color: #fff;
  text-align: center;
  text-shadow: 3px 3px 9px #000;
  cursor: pointer;
  line-height: 50px;
  text-decoration: none;
  position: absolute;
  inset: 50% 0% 0%;
}

.heading-3.black-heading {
  color: #000;
  text-shadow: 0 2px 3px #fff;
}

.html-embed {
  height: 90vh;
}

.hidden {
  display: none;
}

.track {
  height: 600vw;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 10vh;
  overflow: hidden;
}

.frame {
  height: 100%;
  display: flex;
}

.item {
  flex: none;
  width: 80vh;
  height: 80vh;
  padding: 0;
}

.item.double-item {
  width: 100%;
}

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

.image-7 {
  z-index: 300;
  position: absolute;
  inset: 0%;
  transform: translate(50%, 50%);
}

.image-8 {
  z-index: 300;
  position: absolute;
}

.image-9 {
  z-index: 300;
  width: 200px;
  position: static;
  inset: 0%;
}

.section {
  z-index: 300;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section.scroll-section {
  z-index: 800;
  justify-content: flex-end;
  align-items: center;
  display: none;
  overflow: visible;
}

.lottie-animation {
  width: 100px;
}

.footer-sticky {
  object-fit: fill;
  position: fixed;
  inset: auto 0% 0%;
}

.body-ovweflow-scroll {
  overflow: visible;
}

.track-ah {
  height: 1080vw;
}

.frame-ah {
  height: 100%;
  display: flex;
}

.text-span {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

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

.track-pe23 {
  height: 800vw;
}

.div-100 {
  width: 100%;
}

.div-50 {
  width: 50%;
}

.div-block-7 {
  z-index: 30;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-4 {
  color: #fff;
  margin-bottom: 24px;
  font-size: 1.5rem;
  font-weight: 400;
}

.link-block-2 {
  color: #fff;
}

.background-video-mobile {
  z-index: 30;
  object-fit: fill;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  overflow: visible;
}

.heading-5 {
  color: #fff;
  margin-bottom: -10px;
  font-size: 3em;
  font-weight: 700;
}

.container {
  display: none;
}

.track-retrospective {
  height: 1200vw;
}

.section-2 {
  background-image: url('../images/pamaela-retro-header.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

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

.button {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  padding: 12px 24px;
  font-family: Overlock, sans-serif;
  font-weight: 900;
}

.button.close-button {
  z-index: 9999;
  padding: 5px 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.button.fill {
  border-color: var(--black-blue);
  background-color: var(--black-blue);
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  width: auto;
  transition: all .46s cubic-bezier(0, 0, 0, 1.007);
}

.button.fill:hover {
  background-color: var(--white);
  color: var(--black-blue);
}

.background-video-3 {
  width: 100%;
  height: 80vh;
  display: none;
}

.div-block-8 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-9 {
  z-index: 5;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.video {
  z-index: 12;
}

.text-block-4 {
  text-align: right;
  font-weight: 700;
}

.paragraph {
  text-align: right;
}

.section-3 {
  justify-content: center;
  padding-top: 16px;
  display: flex;
}

.div-block-10 {
  width: 100%;
  max-width: 1100px;
}

.homepage-img {
  border: 1px solid var(--black-blue);
  background-image: url('../images/pamaela-retro-header.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 50px;
  width: 33%;
  height: 100%;
  display: block;
}

.homepage-img.img2 {
  background-image: url('../images/C00E42E8-D805-489A-BED8-C431D14C4159.GIF');
  background-position: 50%;
}

.homepage-img.img2.new-img2 {
  background-image: url('../images/PAMELA-LUS_PRINTEMPS-ETE-2025_06.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
  overflow: hidden;
}

.homepage-img.text {
  border: .66px solid var(--black-blue);
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.homepage-img.text._100-percent {
  flex: 1;
  width: 100%;
  height: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.homepage-img.big-homepage-img {
  background-image: url('../images/PAMELA-LUS-AUTOMNE-HIVER-2025_19-FEED.jpg');
  background-position: 50% 20%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.homepage-img.big-homepage-img.other-bgimg {
  background-image: url('../images/PAMELA-LUS-AUTOMNE-HIVER-2025_20-FEED.jpg');
  background-position: 50%;
  width: 100%;
}

.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  height: 90vh;
  margin-left: 60px;
  margin-right: 60px;
}

.small-h1 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 110%;
}

.heading-6 {
  margin-top: 8px;
  margin-bottom: 0;
}

.heading-7 {
  text-align: center;
  margin-bottom: 24px;
}

.paragraph-2 {
  width: 40%;
}

.flex-block-2 {
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 32px;
}

.section-big-margin {
  margin-top: 0;
  margin-bottom: 0;
  padding: 128px 64px;
}

.section-big-margin.medium-margin {
  padding: 32px 20px;
  display: block;
}

.section-big-margin.medium-margin.flex-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-2 {
  border: 0 #000;
  border-radius: 50px;
  width: 75%;
}

.div-block-11 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 25%;
  display: flex;
}

.flex-block-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
}

.div-block-12 {
  border-radius: 50px;
  width: 75%;
  height: 80vh;
  overflow: hidden;
}

.div-block-13 {
  text-transform: uppercase;
  flex-direction: row;
  font-weight: 900;
  display: flex;
}

.paragraph-3, .heading-8 {
  margin-bottom: 0;
}

.background-video-4 {
  height: 100%;
}

.quick-stack {
  background-color: var(--black-blue);
  border-radius: 0;
  padding: 128px 64px;
}

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

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

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

.paragraph-4 {
  text-align: center;
  margin-bottom: 24px;
}

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

.text-block-5 {
  color: var(--black-blue);
  text-decoration: none;
}

.link-block-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--black-blue);
  text-transform: uppercase;
  align-items: center;
  font-weight: 900;
  text-decoration: none;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: space-between;
  width: 30%;
  height: 100%;
  display: flex;
}

.section-5 {
  display: none;
}

.heading-10 {
  text-align: center;
  margin-bottom: 64px;
}

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

.collection-cell {
  justify-content: flex-start;
  align-items: flex-end;
}

.collection-img {
  align-self: auto;
  width: 100%;
  max-width: 100%;
}

.collection-img.collection-img-tiers {
  max-width: 32%;
}

.cell-2 {
  justify-content: flex-start;
  align-items: flex-end;
}

.collection-heading {
  text-align: center;
  margin-bottom: 24px;
}

.flex-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.heading-11 {
  margin-bottom: 12px;
}

.collection-div-img {
  align-self: stretch;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.background-video-6 {
  flex-flow: row;
  align-self: stretch;
  align-items: stretch;
  height: 100%;
  display: block;
}

.divtext-overflow {
  z-index: 12;
  color: #fff;
  background-color: #0000;
  max-width: 30%;
  padding: 20px;
  font-weight: 700;
  position: absolute;
  inset: auto auto 4% 4%;
}

.divtext-overflow.text-black {
  color: #0a1418;
}

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

.text-overflow-title {
  text-transform: none;
  text-shadow: 0 0 20px #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Overlock, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 100%;
}

.text-overflow-title.text-overflow-description {
  font-family: coquette, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.lightbox-link {
  width: 100%;
  position: relative;
}

.background-video-7 {
  height: 800px;
}

.image-10 {
  width: 66%;
}

.div-block-15 {
  aspect-ratio: 16 / 9;
  border-radius: 0;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.video-3 {
  border: 0 #000;
  border-radius: 0;
  width: 100%;
}

.section-6 {
  padding-top: 40px;
}

.image-11 {
  width: 80%;
}

.bg-polaroid {
  aspect-ratio: 1;
  width: 100%;
}

.image-12 {
  width: 100%;
}

.play-pause-button {
  width: 100%;
  height: 100%;
  display: block;
  inset: 0%;
}

.play-state {
  display: block;
}

.pause-state {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.video-4 {
  max-width: none;
  max-height: none;
}

.div-block-16 {
  width: 100%;
  max-width: 1920px;
}

@media screen and (max-width: 991px) {
  .container-default.fullscreen, .container-default.fullsecreen-mobile {
    align-items: flex-start;
    max-width: none;
  }

  .navbar {
    height: auto;
  }

  .h3 {
    font-size: 18px;
  }

  .footer {
    position: static;
  }

  .image-animation:hover {
    transform: none;
  }

  .background-video-2 {
    display: block;
  }

  .image-5 {
    width: auto;
    max-width: none;
  }

  .slide.s2, .slide-copy.s2 {
    margin-left: auto;
    margin-right: auto;
  }

  .slider-2 {
    display: none;
  }

  .heading-3 {
    font-size: 36px;
    top: 30%;
  }

  .track {
    height: auto;
    display: block;
    overflow: scroll;
  }

  .camera {
    width: auto;
    height: auto;
    top: 0;
    overflow: visible;
  }

  .frame {
    flex-direction: row;
  }

  .item {
    width: 60vh;
    height: 60vh;
  }

  .section.scroll-section {
    display: none;
  }

  .navbar-2 {
    height: auto;
    position: static;
  }

  .track-ah {
    height: auto;
    display: block;
    overflow: scroll;
  }

  .frame-ah {
    flex-direction: row;
  }

  .track-pe23 {
    height: auto;
    display: block;
    overflow: scroll;
  }

  .div-50 {
    width: 100%;
  }

  .background-video-mobile {
    display: block;
  }

  .track-retrospective {
    height: auto;
    display: block;
    overflow: scroll;
  }

  .homepage-img {
    width: 100%;
  }

  .homepage-img.img2.new-img2 {
    align-self: auto;
    height: auto;
  }

  .homepage-img.text._100-percent {
    width: 50%;
  }

  .homepage-img.big-homepage-img {
    width: 100%;
    height: 400px;
  }

  .flex-block {
    flex-direction: column;
    height: auto;
  }

  .div-block-11 {
    width: 100%;
  }

  .flex-block-3 {
    flex-direction: column;
  }

  .div-block-12 {
    width: 100%;
    height: 600px;
  }

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

  .div-block-14 {
    flex-direction: row;
    flex: 0 auto;
    width: 100%;
  }

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

  .background-video-7 {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .container-default.fullscreen, .container-default.fullsecreen-mobile {
    overflow: hidden;
  }

  .h3 {
    font-size: 17px;
    display: block;
  }

  .brand {
    max-width: 20%;
  }

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

  .image-animation {
    width: 100%;
  }

  .columns-cv {
    flex-direction: column;
  }

  .background-video-2 {
    display: block;
  }

  .image-5 {
    width: auto;
  }

  .slider {
    height: 50vh;
  }

  .mask {
    max-width: 50vh;
  }

  .slider-mobile {
    height: 50vh;
  }

  .link-block {
    height: 40vh;
    margin-top: 1em;
  }

  .heading-3 {
    font-size: 32px;
  }

  .track, .track-ah, .track-pe23 {
    height: 70vh;
  }

  .div-100 {
    display: none;
  }

  .div-block-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-4 {
    font-size: 2rem;
  }

  .link-block-2, .background-video-mobile {
    display: block;
  }

  .heading-5 {
    font-size: 3em;
  }

  .container {
    display: block;
  }

  .track-retrospective {
    height: 70vh;
  }

  .div-block-10 {
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
  }

  .homepage-img.img2.new-img2 {
    background-position: 50% 0;
    flex: 0 auto;
    height: 300px;
  }

  .homepage-img.text._100-percent {
    width: 100%;
  }

  .flex-block {
    margin-left: 16px;
    margin-right: 16px;
  }

  .section-big-margin {
    padding: 64px 16px;
  }

  .div-block-11 {
    width: 100%;
  }

  .flex-block-3 {
    flex-direction: column;
  }

  .div-block-12 {
    width: 100%;
  }

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

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

  .div-block-14 {
    flex-direction: column-reverse;
  }

  .flex-block-4 {
    flex-flow: column;
  }

  .collection-div-img {
    height: 100%;
  }

  .background-video-6 {
    height: 500px;
  }

  .background-video-6.bg-video-polaroid {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 26px;
  }

  .section-default.fullscreen-section {
    height: 92vh;
  }

  .section-default.fullscreen-section.mobile-section {
    height: 90vh;
  }

  .section-default.footer {
    align-items: center;
    height: auto;
  }

  .section-default.full-height {
    height: auto;
  }

  .container-default.footer-container {
    flex-direction: column-reverse;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-default.nav-container {
    max-width: none;
  }

  .container-default.container-vertical-v2 {
    max-width: 100vw;
    height: 410px;
    padding-top: 10px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .container-default.fullscreen {
    max-width: none;
    display: block;
    overflow: hidden;
  }

  .container-default.fullsecreen-mobile {
    max-width: none;
    display: flex;
    overflow: hidden;
  }

  .nav-menu {
    padding: 0;
  }

  .icon {
    font-size: 36px;
  }

  .navbar {
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .h3 {
    letter-spacing: -1px;
    font-size: 10px;
  }

  .brand, .brand.w--current {
    max-width: 25%;
  }

  .social-media-icons-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-num {
    font-size: 12px;
  }

  .subtitle {
    font-size: 1.4em;
  }

  .nav-link.w--current {
    color: #132b33;
    text-decoration: underline;
  }

  .heading {
    font-size: 1.8em;
  }

  .image-animation {
    width: 100%;
  }

  .heading-2 {
    padding-bottom: 0;
    font-size: 26px;
  }

  .image-polaroid {
    padding-top: 3px;
    padding-bottom: 3px;
  }

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

  .columns-cv {
    flex-direction: column;
    flex: 0 auto;
    order: 0;
    align-self: auto;
  }

  .grid-5 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .grid-5-copy-v2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 0;
  }

  .div-animation-small {
    max-width: 50%;
  }

  .container-polaroid-v2 {
    max-width: 300px;
    max-height: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-polaroid {
    padding-left: 2px;
    padding-right: 2px;
  }

  .div-block-5 {
    flex-direction: column;
    align-items: center;
  }

  .image-5 {
    object-fit: fill;
    width: auto;
    max-width: 100%;
    overflow: visible;
  }

  .div-block-6 {
    padding-bottom: 10px;
  }

  .text-block-3 {
    font-size: 12px;
  }

  .slide {
    background-position: 50%;
    background-size: cover;
  }

  .slide.s2-mobile {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    font-weight: 700;
  }

  .slide.s1-mobile, .slide.mobile1 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(to bottom, null, null);
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .slider {
    height: 80vh;
    display: none;
    overflow: visible;
  }

  .s {
    background-position: 50%;
    background-size: cover;
  }

  .slider-mobile {
    display: block;
  }

  .slide-copy {
    background-position: 50%;
    background-size: cover;
  }

  .slide-copy.s2-mobile {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(to bottom, null, null);
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .slide-3 {
    background-image: url('../images/Pamela-HA2021-WEB-7.jpg');
    background-position: 50% 0;
    background-size: cover;
  }

  .slider-2 {
    height: 90vh;
    display: block;
  }

  .slide-4 {
    background-image: url('../images/Pamela-HA2021-WEB-14.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-5 {
    background-image: url('../images/Pamela-HA2021-WEB-10.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-6 {
    background-image: url('../images/Pamela-HA2021-WEB-4.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-7 {
    background-image: url('../images/Pamela-HA2021-WEB-17.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-8 {
    background-image: url('../images/Pamela-HA2021-WEB-1.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-9 {
    background-image: url('../images/Pamela-HA2021-WEB-20.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-10 {
    background-image: url('../images/Pamela-HA2021-WEB-23.jpg');
    background-position: 0 0;
    background-size: cover;
  }

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

  .link-block {
    cursor: pointer;
    width: 100%;
  }

  .heading-3 {
    line-height: 31px;
    top: 30%;
  }

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

  .camera {
    position: sticky;
  }

  .item {
    width: 100vw;
    height: 100vw;
  }

  .track-ah, .track-pe23 {
    background-color: #fff;
    align-items: center;
    display: flex;
  }

  .div-100 {
    height: 100%;
  }

  .div-block-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .track-retrospective {
    background-color: #fff;
    align-items: center;
    display: flex;
  }

  .homepage-img {
    height: 200px;
  }

  .homepage-img.text {
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .flex-block {
    height: auto;
  }

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

  .paragraph-2 {
    width: 100%;
  }

  .flex-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .section-big-margin {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-12 {
    height: 400px;
  }

  .quick-stack {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .div-block-14 {
    flex-direction: column-reverse;
  }

  .heading-10 {
    margin-top: 0;
    margin-bottom: 32px;
  }

  .background-video-6 {
    height: 300px;
  }

  .divtext-overflow {
    max-width: 30%;
  }

  .text-overflow-title {
    font-size: 16px;
  }

  .text-overflow-title.text-overflow-description {
    font-size: 12px;
  }
}

#w-node-d6f53626-ab52-aaec-0c92-7493bfb1c2cc-67d8ac9a {
  place-self: auto;
}

#w-node-_39d085af-35e7-a2cf-1bc0-40cdfdbf83bc-3608bec1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_39d085af-35e7-a2cf-1bc0-40cdfdbf83c0-3608bec1 {
  align-self: end;
}

#w-node-_4bcf651e-f654-8add-83b9-5b6691780e3b-3608bec1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4bcf651e-f654-8add-83b9-5b6691780e3f-3608bec1 {
  align-self: end;
}

#w-node-_5efc2142-af19-f840-041f-420a5eb22132-3608bec1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5efc2142-af19-f840-041f-420a5eb22136-3608bec1 {
  align-self: end;
}

#w-node-_9643109e-80ef-ecdb-1d16-19056aeb8653-3608bec1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9643109e-80ef-ecdb-1d16-19056aeb8657-3608bec1 {
  align-self: end;
}

#w-node-a46ad710-f5b0-a3fd-e57b-2dad624b85c1-3608bec1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a46ad710-f5b0-a3fd-e57b-2dad624b85c3-3608bec1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-_7797645b-05cc-265f-8c6e-19cb7ed76cb7-3608bec1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7797645b-05cc-265f-8c6e-19cb7ed76cbb-3608bec1 {
  align-self: end;
}

#w-node-aaa4c31b-7cf9-1b34-4bbe-3451d57b5a44-3608bec1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-aaa4c31b-7cf9-1b34-4bbe-3451d57b5a48-3608bec1 {
  align-self: end;
}

#w-node-_467307e3-5c3b-2938-ceac-32903c178abd-3608bec1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_467307e3-5c3b-2938-ceac-32903c178ac1-3608bec1 {
  align-self: end;
}

#w-node-_67a1c308-5ad0-78df-a395-0ac381231243-3608bec1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_67a1c308-5ad0-78df-a395-0ac381231247-3608bec1 {
  align-self: end;
}

#w-node-ea58ed94-9d2b-fec7-22fe-6f723e8e46b2-d42f0996 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ea58ed94-9d2b-fec7-22fe-6f723e8e46b6-d42f0996 {
  align-self: end;
}

#w-node-ebe84cd6-81a2-518f-c034-b6fdf3bde43c-d42f0996 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4b7abfb6-53fa-b066-9319-ec0284f53973-d42f0996 {
  align-self: end;
}

#w-node-_38a25217-b278-c110-30d0-9d7a4479984e-d42f0996 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_38a25217-b278-c110-30d0-9d7a44799852-d42f0996 {
  align-self: end;
}

#w-node-e969983d-c2a0-37d1-5ff6-89b1a4042a64-d42f0996 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e969983d-c2a0-37d1-5ff6-89b1a4042a68-d42f0996 {
  align-self: end;
}

#w-node-_5623ebd2-e5cd-e8b1-c32b-03284a3aedeb-d42f0996 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5623ebd2-e5cd-e8b1-c32b-03284a3aedef-d42f0996 {
  align-self: end;
}

#w-node-_09a8d559-e99f-8941-4fb5-56bc97f2cf8d-d42f0996 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_09a8d559-e99f-8941-4fb5-56bc97f2cf91-d42f0996 {
  align-self: end;
}

#w-node-_154a57fa-990a-e7b5-5667-20cf610a56f8-d42f0996 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_154a57fa-990a-e7b5-5667-20cf610a56fc-d42f0996 {
  align-self: end;
}

#w-node-_8985727f-97d3-f82c-9e82-2e3ab5cc6835-d42f0996 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8985727f-97d3-f82c-9e82-2e3ab5cc6837-d42f0996 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-d7c055da-34b1-7bf8-202a-e65d9897dc2b-d42f0996 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d7c055da-34b1-7bf8-202a-e65d9897dc2d-d42f0996 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-_46db6135-addb-5d7a-c8b4-e737e2d12af4-6fe87bf9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: auto;
}

#w-node-_46db6135-addb-5d7a-c8b4-e737e2d12af8-6fe87bf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a059b18-2fab-d512-d1bb-a2f26aabc707-6fe87bf9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: auto;
}

#w-node-_8a059b18-2fab-d512-d1bb-a2f26aabc709-6fe87bf9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: center;
}

#w-node-_41899509-d685-8720-1e27-3c40f949e72f-6fe87bf9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: auto;
}

#w-node-_41899509-d685-8720-1e27-3c40f949e733-6fe87bf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34e43461-7d2b-f381-1fe2-bb066210b497-6fe87bf9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: auto;
}

#w-node-_34e43461-7d2b-f381-1fe2-bb066210b499-6fe87bf9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: center;
}

#w-node-_7da7bce4-ff4f-f496-a3d4-fc00377426ef-6fe87bf9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: auto;
}

#w-node-_7da7bce4-ff4f-f496-a3d4-fc00377426f1-6fe87bf9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: center;
}

#w-node-_393db22b-2066-b9a2-3ca6-e38ed8c08930-6fe87bf9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: auto;
}

#w-node-_393db22b-2066-b9a2-3ca6-e38ed8c08932-6fe87bf9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: center;
}

#w-node-ec6e82af-cc67-b042-4bbb-6e09bd1ea14a-6fe87bf9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: auto;
}

#w-node-ec6e82af-cc67-b042-4bbb-6e09bd1ea14c-6fe87bf9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: center;
}

#w-node-_953709b3-9b46-65ec-ea17-623a77264ddf-6fe87bf9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: auto;
}

#w-node-_953709b3-9b46-65ec-ea17-623a77264de1-6fe87bf9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: center;
}

#w-node-f4385be3-e0d6-7eb0-092e-8243686f3170-6fe87bf9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: auto;
}

#w-node-f4385be3-e0d6-7eb0-092e-8243686f3172-6fe87bf9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: center;
}

#w-node-_48c44580-623c-d854-56ca-b396f48bb2df-6fe87bf9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: auto;
}

#w-node-_48c44580-623c-d854-56ca-b396f48bb2e1-6fe87bf9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: center;
}

#w-node-_9b6ab97f-e8cc-f42c-2347-e00c1cf5041f-a8ca3e2e, #w-node-f084e727-52e8-912c-3d45-f99e288bfcde-a8ca3e2e {
  align-self: auto;
}

#w-node-_9b6ab97f-e8cc-f42c-2347-e00c1cf50417-a8ca3e2e, #w-node-_8647ee79-4964-2ea9-26cf-f5ea9eb086fd-efbe208c {
  place-self: auto;
}

#w-node-_8647ee79-4964-2ea9-26cf-f5ea9eb08709-efbe208c {
  align-self: auto;
}

#w-node-_6d3bd5c5-b613-8079-9055-b2ec3627cf8a-efbe208c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-_6d3bd5c5-b613-8079-9055-b2ec3627cf8a-efbe208c {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_39d085af-35e7-a2cf-1bc0-40cdfdbf83c0-3608bec1, #w-node-_4bcf651e-f654-8add-83b9-5b6691780e3f-3608bec1, #w-node-_5efc2142-af19-f840-041f-420a5eb22136-3608bec1, #w-node-_9643109e-80ef-ecdb-1d16-19056aeb8657-3608bec1 {
    align-self: end;
  }

  #w-node-a46ad710-f5b0-a3fd-e57b-2dad624b85c3-3608bec1 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: center;
  }

  #w-node-_7797645b-05cc-265f-8c6e-19cb7ed76cbb-3608bec1, #w-node-aaa4c31b-7cf9-1b34-4bbe-3451d57b5a48-3608bec1, #w-node-_467307e3-5c3b-2938-ceac-32903c178ac1-3608bec1, #w-node-_67a1c308-5ad0-78df-a395-0ac381231247-3608bec1, #w-node-ea58ed94-9d2b-fec7-22fe-6f723e8e46b6-d42f0996, #w-node-_4b7abfb6-53fa-b066-9319-ec0284f53973-d42f0996, #w-node-_38a25217-b278-c110-30d0-9d7a44799852-d42f0996 {
    align-self: end;
  }

  #w-node-_8985727f-97d3-f82c-9e82-2e3ab5cc6837-d42f0996 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: center;
  }

  #w-node-d7c055da-34b1-7bf8-202a-e65d9897dc2d-d42f0996 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    align-self: center;
  }

  #w-node-_46db6135-addb-5d7a-c8b4-e737e2d12af4-6fe87bf9, #w-node-_8a059b18-2fab-d512-d1bb-a2f26aabc707-6fe87bf9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end;
  }

  #w-node-_8a059b18-2fab-d512-d1bb-a2f26aabc709-6fe87bf9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_41899509-d685-8720-1e27-3c40f949e72f-6fe87bf9, #w-node-_34e43461-7d2b-f381-1fe2-bb066210b497-6fe87bf9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end;
  }

  #w-node-_34e43461-7d2b-f381-1fe2-bb066210b499-6fe87bf9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_7da7bce4-ff4f-f496-a3d4-fc00377426ef-6fe87bf9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end;
  }

  #w-node-_7da7bce4-ff4f-f496-a3d4-fc00377426f1-6fe87bf9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_393db22b-2066-b9a2-3ca6-e38ed8c08930-6fe87bf9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end;
  }

  #w-node-_393db22b-2066-b9a2-3ca6-e38ed8c08932-6fe87bf9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-ec6e82af-cc67-b042-4bbb-6e09bd1ea14a-6fe87bf9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end;
  }

  #w-node-ec6e82af-cc67-b042-4bbb-6e09bd1ea14c-6fe87bf9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_953709b3-9b46-65ec-ea17-623a77264ddf-6fe87bf9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end;
  }

  #w-node-_953709b3-9b46-65ec-ea17-623a77264de1-6fe87bf9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-f4385be3-e0d6-7eb0-092e-8243686f3170-6fe87bf9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end;
  }

  #w-node-f4385be3-e0d6-7eb0-092e-8243686f3172-6fe87bf9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_48c44580-623c-d854-56ca-b396f48bb2df-6fe87bf9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end;
  }

  #w-node-_48c44580-623c-d854-56ca-b396f48bb2e1-6fe87bf9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }
}


