:root {
  --key: #ff7e5d;
}

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

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

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

.work-first-card {
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.divider-section {
  height: 11vh;
}

.highlight-wrapper {
  justify-content: flex-start;
  margin-left: .2vw;
  margin-right: .2vw;
  padding-left: .5vw;
  padding-right: .5vw;
  display: inline-flex;
  position: relative;
}

.why-jazzy-content-wrapper {
  position: absolute;
  inset: 0%;
}

.why-jazzy-size {
  letter-spacing: -.3vw;
  font-size: 8vw;
  font-weight: 900;
  line-height: 8vw;
}

.flip-vertical {
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.black-background {
  color: #fbfbfb;
  background-color: #212121;
}

.description-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 8.88rem;
  margin-bottom: 10rem;
  display: flex;
}

.works-2-wrapper {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-size-xlarge {
  font-size: 1.5rem;
  line-height: 1;
}

.text-size-xlarge.vw-size {
  font-size: 1.3vw;
  line-height: 1.5vw;
}

.description-2-wrappper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 63vw;
  margin-top: 8rem;
  margin-bottom: 12rem;
  padding-right: 4rem;
  display: flex;
}

.card-collection-list-wrapper {
  width: 100%;
  height: 100%;
}

.hero {
  justify-content: center;
  align-items: center;
  position: relative;
}

.highlight {
  background-color: #ff7e5d;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.left-description {
  max-width: 63vw;
  display: flex;
}

.sticky {
  position: sticky;
  top: 0;
}

.sticky.parallax-margin {
  top: -120vh;
}

.works-1-wrapper {
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.white-background {
  color: #212121;
  background-color: #fbfbfb;
}

.empty-state {
  text-align: center;
  background-color: #0000;
  border-bottom-color: #101011;
  border-left-color: #101011;
  border-right-color: #101011;
}

.home-2-hero {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-2-hero.align-middle-mobile {
  mix-blend-mode: exclusion;
}

.why-jazzy-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 15vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-line-wrap {
  background-color: #1010121a;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 1px;
  margin-top: 3px;
  display: flex;
}

.works-middle {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 60vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cube-top {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  background-color: #ffffff0d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40vh;
  height: 40vh;
  display: flex;
  position: absolute;
  overflow: hidden;
  transform: translate3d(0, 0, 25vh)rotateX(-90deg)rotateY(0)rotateZ(0);
}

.cube-top.images {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  width: 45vh;
  height: 45vh;
  transition: filter .4s;
}

.cube-top.images:hover {
  filter: grayscale();
}

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

.first-card-collection-list {
  height: 100%;
}

.cube-front {
  z-index: 2;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transform-style: preserve-3d;
  background-color: #ffffff0d;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40vh;
  height: 40vh;
  padding-top: 1vh;
  display: flex;
  position: absolute;
  overflow: hidden;
  transform: translate3d(0, 0, 25vh);
}

.cube-front.images {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  width: 45vh;
  height: 45vh;
  padding-top: 0;
  transition: filter .4s;
}

.cube-front.images:hover {
  filter: grayscale();
}

.right-description {
  max-width: 25vw;
  display: flex;
}

.text-size-xdisplay {
  letter-spacing: -.03625rem;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1;
}

.text-size-xdisplay.line-height-122 {
  line-height: 1.22;
}

.text-size-xdisplay.line-height-122.about-style {
  z-index: 2;
  vertical-align: baseline;
  flex-flow: wrap;
  font-size: 3.05vw;
  display: inline;
  position: relative;
}

.text-size-xdisplay.line-height-122.show-mobile {
  z-index: 2;
  vertical-align: baseline;
  flex-flow: wrap;
  font-size: 3.05vw;
  display: none;
  position: relative;
}

.button-hero {
  color: #101011;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.button-hero.overflow-hidden {
  overflow: hidden;
}

.home-1-hero-left-text {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  letter-spacing: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.cube {
  transform-origin: 50%;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  transform: translate(0);
}

.why-jazzy-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 17vw;
  min-width: 19rem;
  display: flex;
  position: absolute;
}

.why-jazzy-item.is-third {
  z-index: 3;
  bottom: 0%;
  left: 9vw;
}

.why-jazzy-item.is-first {
  z-index: 1;
  bottom: 20%;
  left: 0%;
  right: auto;
}

.why-jazzy-item.is-second {
  z-index: 2;
  width: 23.5vw;
  min-width: 23.5rem;
  margin-left: auto;
  margin-right: auto;
  bottom: 10%;
  left: 0%;
  right: 0%;
}

.why-jazzy-item.is-fourth {
  z-index: 4;
  bottom: 5%;
  left: auto;
  right: 0%;
}

.first-card-item {
  height: 100%;
}

.home-hero-heading {
  color: #fbfbfb;
  letter-spacing: -.8vw;
  white-space: nowrap;
  font-size: 9vw;
  font-weight: 700;
  line-height: 1;
}

.cube-left {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  transform-origin: 0%;
  transform-style: preserve-3d;
  background-color: #ffffff0d;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40vh;
  height: 40vh;
  padding-top: 1vh;
  display: flex;
  position: absolute;
  overflow: hidden;
  transform: translate3d(0, 0, 25vh)rotateX(0)rotateY(90deg)rotateZ(0);
}

.cube-left.no-padding {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  width: 45vh;
  height: 45vh;
  padding-top: 0;
  transition: filter .4s;
}

.cube-left.no-padding:hover {
  filter: grayscale();
}

.works-wrapper {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-flow: column;
  align-items: center;
  margin-bottom: 8rem;
  display: flex;
}

.works-wrapper.margin-top-works {
  margin-top: 5rem;
}

.cube-right {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  transform-origin: 100%;
  transform-style: preserve-3d;
  background-color: #ffffff0d;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40vh;
  height: 40vh;
  padding-top: 1vh;
  display: flex;
  position: absolute;
  overflow: hidden;
  transform: translate3d(0, 0, 25vh)rotateX(0)rotateY(-90deg)rotateZ(0);
}

.cube-right.no-padding {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  width: 45vh;
  height: 45vh;
  padding-top: 0;
  transition: filter .4s;
}

.cube-right.no-padding:hover {
  filter: grayscale();
}

.works-content {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.cube-bottom {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  background-color: #ffffff0d;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40vh;
  height: 40vh;
  display: flex;
  position: absolute;
  overflow: hidden;
  transform: rotate(0)translate3d(0, 0, 25vh)rotateX(90deg)rotateY(0)rotateZ(0);
}

.cube-bottom.images {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  width: 45vh;
  height: 45vh;
  transition: filter .4s;
}

.cube-bottom.images:hover {
  filter: grayscale();
}

.caps {
  text-transform: uppercase;
}

.caps.text-size-small.letter-spacing {
  letter-spacing: 2px;
}

.text-size-xdisplay-vw {
  letter-spacing: -.03625rem;
  font-size: 3vw;
  font-weight: 400;
  line-height: 1;
}

.text-size-xdisplay-vw.line-height-122 {
  line-height: 1.22;
}

.home-1-hero-content {
  z-index: 11;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: grid;
  position: absolute;
}

.why-jazzy-text-size {
  font-size: .95vw;
  line-height: 1.2vw;
}

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

.cube-wrapper {
  z-index: 2;
  pointer-events: none;
  perspective: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cube-wrapper.hover {
  pointer-events: auto;
}

.about-description {
  flex-flow: wrap;
  max-width: 63vw;
  margin-top: 7rem;
}

.hero-component {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.why-jazzy-heading {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0%;
}

.why-jazzy-component {
  width: 100%;
  height: 200vh;
  position: relative;
}

.why-jazzy-text {
  margin-right: 1.5vw;
}

.cube-back {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transform-origin: 50%;
  transform-style: preserve-3d;
  background-color: #ffffff0d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40vh;
  height: 40vh;
  padding-top: 1vh;
  position: absolute;
  overflow: hidden;
  transform: translate3d(0, 0, -15vh);
}

.cube-back.images {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  width: 45vh;
  height: 45vh;
}

.cube-back.images:hover {
  filter: grayscale();
}

.description-tag {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.description-2-component {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button-line-animation {
  background-color: #e5e5e5;
  width: 30%;
  height: 1px;
}

.button-line-animation.white-mode-background {
  background-color: #ff7e5d;
}

.button-mask {
  background-color: #ff7e5d;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.arrow {
  display: flex;
}

.main-button {
  grid-column-gap: 4.75rem;
  grid-row-gap: 4.75rem;
  color: #212121;
  background-color: #fbfbfb;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: .8rem 1.5rem;
  transition: all .45s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 90vw;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.description {
  max-width: 55vw;
}

.home-1-hero-left-paragrah {
  opacity: .8;
  max-width: 24ch;
}

.description-component {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

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

.home-1-hero-left-title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.elipse {
  background-color: var(--key);
  border-radius: 50%;
  width: .5rem;
  height: .5rem;
}

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

.navbar {
  background-color: #fff0;
  width: 100%;
  height: 80px;
  position: fixed;
}

.brand {
  background-color: var(--key);
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding: 20px;
  display: flex;
}

.nav-menu {
  display: none;
}

@media screen and (max-width: 991px) {
  .description-wrapper {
    margin-top: 6rem;
  }

  .text-size-xlarge.vw-size {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .description-2-wrappper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    max-width: none;
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .hero {
    width: 100%;
    overflow: hidden;
  }

  .left-description {
    max-width: none;
  }

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

  .home-2-hero {
    min-height: 100svh;
  }

  .why-jazzy-image {
    max-height: 11rem;
  }

  .right-description {
    max-width: none;
  }

  .text-size-xdisplay {
    font-size: 3rem;
  }

  .text-size-xdisplay.line-height-122.about-style, .text-size-xdisplay.line-height-122.show-mobile {
    font-size: 4.5vw;
    line-height: 1.32;
  }

  .cube {
    pointer-events: none;
  }

  .why-jazzy-item {
    min-width: 15rem;
  }

  .why-jazzy-item.is-third {
    left: 9rem;
  }

  .why-jazzy-item.is-first {
    bottom: 30%;
  }

  .why-jazzy-item.is-second {
    min-width: 15rem;
    bottom: 20%;
  }

  .why-jazzy-item.is-fourth {
    bottom: 15%;
  }

  .home-hero-heading {
    font-size: 6rem;
  }

  .text-size-xdisplay-vw {
    font-size: 3rem;
  }

  .why-jazzy-text-size {
    font-size: 1rem;
    line-height: 1;
  }

  .about-description {
    width: 100%;
    max-width: none;
  }

  .why-jazzy-text {
    margin-right: 1rem;
  }

  .main-button {
    white-space: nowrap;
    overflow-wrap: normal;
  }

  .container {
    max-width: none;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .container.large-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .description {
    max-width: none;
  }

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

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

  .menu-button, .icon {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .highlight-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .why-jazzy-content-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    width: 100%;
    display: flex;
    position: relative;
  }

  .why-jazzy-size {
    font-size: 3rem;
  }

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

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

  .description-2-wrappper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding-right: 0;
  }

  .home-2-hero {
    flex-flow: column;
  }

  .why-jazzy-image {
    max-height: 15rem;
  }

  .works-middle {
    height: 80vh;
  }

  .cube-top, .cube-front {
    width: 30vh;
    height: 30vh;
  }

  .text-size-xdisplay {
    font-size: 2.5rem;
  }

  .text-size-xdisplay.line-height-122.about-style {
    vertical-align: baseline;
    font-size: 2rem;
  }

  .text-size-xdisplay.line-height-122.show-mobile {
    vertical-align: baseline;
    margin-left: .5vw;
    margin-right: .5vw;
    font-size: 2rem;
    display: inline;
  }

  .span-style {
    background-color: #ff7e5d;
    padding-left: .5vw;
    padding-right: .5vw;
  }

  .why-jazzy-item {
    width: 70%;
  }

  .why-jazzy-item.is-third {
    position: relative;
    bottom: auto;
    left: auto;
  }

  .why-jazzy-item.is-first {
    position: relative;
    bottom: auto;
    left: 0;
  }

  .why-jazzy-item.is-second {
    width: 70%;
    margin-right: 0;
    position: relative;
    bottom: auto;
    left: auto;
    right: 0;
  }

  .why-jazzy-item.is-fourth {
    margin-left: auto;
    margin-right: 0;
    position: relative;
    bottom: auto;
    left: auto;
    right: 0;
  }

  .home-hero-heading {
    font-size: 4rem;
  }

  .cube-left {
    width: 30vh;
    height: 30vh;
  }

  .works-wrapper.margin-top-works {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 0;
    margin-bottom: 4rem;
  }

  .cube-right, .cube-bottom {
    width: 30vh;
    height: 30vh;
  }

  .text-size-xdisplay-vw {
    font-size: 2.5rem;
  }

  .about-description {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 4rem;
  }

  .why-jazzy-heading {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    height: auto;
    position: relative;
  }

  .why-jazzy-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    height: auto;
    margin-top: 4rem;
    margin-bottom: 4rem;
    display: flex;
  }

  .cube-back {
    width: 30vh;
    height: 30vh;
    transform: translate3d(0, 0, -5vh);
  }

  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .collection-list {
    flex-flow: column;
    display: flex;
  }

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

@media screen and (max-width: 479px) {
  .work-first-card {
    height: 50vh;
  }

  .highlight-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .text-size-xlarge.vw-size {
    font-size: 1.2rem;
  }

  .hero {
    flex-direction: column;
    min-height: 90vh;
  }

  .highlight {
    background-color: #0000;
  }

  .home-2-hero {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 100svh;
    padding-bottom: 4rem;
  }

  .home-2-hero.align-middle-mobile {
    justify-content: center;
    align-items: center;
  }

  .works-middle {
    height: 50vh;
  }

  .cube-top {
    width: 25vh;
    height: 25vh;
  }

  .cube-top.images {
    width: 30vh;
    height: 30vh;
  }

  .home-1-hero-button {
    display: none;
  }

  .cube-front {
    width: 25vh;
    height: 25vh;
  }

  .cube-front.images {
    width: 30vh;
    height: 30vh;
  }

  .text-size-xdisplay.line-height-122 {
    font-size: 2rem;
  }

  .home-1-hero-left-text {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .span-style {
    background-color: #ff7e5d;
  }

  .why-jazzy-item, .why-jazzy-item.is-second {
    width: 100%;
  }

  .home-hero-heading {
    text-align: center;
    white-space: normal;
  }

  .cube-left {
    width: 25vh;
    height: 25vh;
  }

  .cube-left.no-padding {
    width: 30vh;
    height: 30vh;
  }

  .cube-right {
    width: 25vh;
    height: 25vh;
  }

  .cube-right.no-padding {
    width: 30vh;
    height: 30vh;
  }

  .cube-bottom {
    width: 25vh;
    height: 25vh;
  }

  .cube-bottom.images {
    width: 30vh;
    height: 30vh;
  }

  .text-size-xdisplay-vw.line-height-122 {
    font-size: 2rem;
  }

  .about-description {
    flex-flow: row;
    display: block;
  }

  .hero-component {
    min-height: 100dvh;
  }

  .why-jazzy-heading {
    flex-flow: column;
  }

  .cube-back {
    width: 25vh;
    height: 25vh;
    transform: translate3d(0, 0, 5vh);
  }

  .cube-back.images {
    width: 30vh;
    height: 30vh;
  }

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

  .home-1-hero-left-paragrah {
    max-width: none;
  }

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

  .brand {
    width: 80px;
    height: 80px;
    padding: 13px;
  }
}

#w-node-_265f0887-1933-fd83-8e63-d163cf5f5a14-d3785492 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: end start;
}

#w-node-_265f0887-1933-fd83-8e63-d163cf5f5a1c-d3785492 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: end;
}

#w-node-_265f0887-1933-fd83-8e63-d163cf5f5a14-d3785493 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: end start;
}

#w-node-_265f0887-1933-fd83-8e63-d163cf5f5a1c-d3785493 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: end;
}

#w-node-_17b2ccc6-8ce6-9a23-fb13-3990479c3cff-d3785493 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: end start;
}

#w-node-_17b2ccc6-8ce6-9a23-fb13-3990479c3d07-d3785493 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-_265f0887-1933-fd83-8e63-d163cf5f5a14-d3785492, #w-node-_265f0887-1933-fd83-8e63-d163cf5f5a14-d3785493, #w-node-_17b2ccc6-8ce6-9a23-fb13-3990479c3cff-d3785493 {
    grid-area: span 2 / span 2 / span 2 / span 2;
    place-self: end center;
  }
}


