:root {
  --portage: #9299ef;
  --ube: #dbace9;
  --neonblue: #545ef9;
  --pink: #e8afbc;
  --main-margins: 10vw;
  --lightish: #fcf6f1;
  --cosmos: #323388;
  --letter-space: .15rem;
  --mobile-margins: 5vw;
  --darkcosmos: #2c2f75;
  --desktop-margins: 2vw;
  --device-roundness: 1.2em;
  --blackish: #1e1e28;
  --cursor-color: var(--lightish);
  --jade: #ccead3;
  --triangle-color: white;
  --max-width-desktop: 1300px;
  --dynamic-bg: red;
  --squiggle-weight: .5em;
  --bg-position: 0vh;
  --b: 2em;
  --h: 1em;
  --c: #dbace9;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.jar {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.masthead {
  grid-row-gap: 20px;
  object-fit: fill;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  text-decoration: none;
  display: flex;
  position: relative;
}

.intro {
  box-sizing: border-box;
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 69px;
  padding-bottom: 88px;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.niche {
  color: var(--portage);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  flex: 0 auto;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 200;
  text-decoration: none;
  position: relative;
}

.cta {
  box-sizing: border-box;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  background-color: var(--ube);
  outline-color: var(--ube);
  outline-offset: -4px;
  text-align: center;
  border-radius: 7em;
  outline-width: 4px;
  outline-style: solid;
  flex-flow: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: auto;
  height: 3.3em;
  padding: 0 1.6em 0 .6em;
  text-decoration: none;
  transition: all .4s cubic-bezier(.6, -.28, .735, .045);
  display: flex;
  overflow: visible;
}

.cta:hover {
  background-color: var(--portage);
  opacity: 1;
  outline-color: var(--neonblue);
  outline-offset: 13px;
  color: var(--pink);
  outline-width: 3px;
  outline-style: solid;
}

.button {
  color: #323388;
  text-align: center;
  text-transform: uppercase;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: .8em;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  position: relative;
  top: auto;
  left: auto;
}

.project-container {
  z-index: 3;
  padding: var(--main-margins);
  background-color: var(--lightish);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: center flex-start;
  align-self: auto;
  place-items: flex-start center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  position: relative;
}

.project-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fcf6f1;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 71%;
  height: 100%;
  margin-right: 51px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.h3 {
  color: #2c2f75;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fraunces, sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.text-3 {
  color: #2c2f75;
  margin-top: 0;
  margin-bottom: 2ch;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.about-me {
  z-index: 8000;
  box-sizing: border-box;
  opacity: 1;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: -40px;
  display: flex;
  position: relative;
  overflow: visible;
}

.description-2 {
  padding: 60px var(--main-margins);
  grid-column-gap: 26px;
  grid-row-gap: 19px;
  background-color: #1e1e28;
  flex-direction: column;
  grid-template: ". Area-4 Area-4"
                 ". Area-3 Area-3"
                 "Area-2 Area-2 Area-2" minmax(auto, 2fr)
                 / .75fr;
  grid-auto-columns: .5fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: grid;
  position: relative;
}

.label {
  color: var(--cosmos);
  letter-spacing: var(--letter-space);
  text-transform: uppercase;
  margin-bottom: .8em;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.label.light {
  margin-left: var(--main-margins);
  color: var(--lightish);
  padding-top: 10em;
}

.label.wht {
  color: var(--lightish);
  -webkit-text-stroke-color: var(--portage);
  padding-top: 0;
}

.label.wht.trs {
  margin-left: 0;
  padding-top: 1vw;
  position: absolute;
  inset: -23% auto auto 19%;
}

.label.xl2 {
  margin-top: 0;
  margin-left: 10vw;
  position: static;
  inset: auto 0% 3%;
}

.label.xl1 {
  margin-left: 10vw;
  position: static;
  inset: 0% 0% auto;
}

.label.light-copy {
  color: var(--lightish);
  margin-left: 0;
  padding-top: 0;
}

.label.light-copy2 {
  color: var(--lightish);
  padding-top: 0;
}

.label.light-copy3 {
  color: var(--lightish);
  margin-left: 0;
  padding-top: 0;
}

.label.wht-copy5 {
  color: var(--lightish);
  -webkit-text-stroke-color: var(--portage);
  margin-left: 0;
  padding-top: 0;
}

.label.wht-copy5.trs {
  margin-left: 0;
  padding-top: 1vw;
  position: absolute;
  inset: -23% auto auto 19%;
}

.label.rs {
  margin-top: 0;
  margin-left: 9vw;
  position: static;
  inset: auto 0% 3%;
}

.photo {
  z-index: 9000;
  background-color: var(--pink);
  outline-offset: 0px;
  background-image: url('../images/IMG_8382.avif');
  background-position: 14% -2vh;
  background-repeat: no-repeat;
  background-size: 137%;
  background-attachment: scroll;
  background-position-y: var(--bg-position);
  border: 1px #000;
  outline: 3px #fff;
  width: 50%;
  height: 117%;
  margin-top: 65px;
  margin-bottom: 0;
  margin-left: -42px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: absolute;
  left: 0%;
  overflow: visible;
  -webkit-mask-image: url('../images/wavy.svg');
  mask-image: url('../images/wavy.svg');
  -webkit-mask-position: 0;
  mask-position: 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-clip: no-clip;
  mask-clip: no-clip;
}

.photo.cute-heart {
  background-color: var(--portage);
  background-image: url('../images/nessa_square_blue.jpg');
  background-position: 50% 0;
  background-size: 120%;
  background-attachment: fixed;
}

.p {
  color: var(--portage);
  vertical-align: baseline;
  font-family: Fraunces, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4em;
}

.p.p-light {
  color: var(--cosmos);
  text-align: left;
  font-size: 1.2em;
}

.p.bio-intro {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-size: 1.4em;
  font-weight: 300;
  display: flex;
  overflow: visible;
}

.body {
  background-color: var(--cosmos);
  cursor: none;
  font-family: Fraunces, sans-serif;
  font-size: 16px;
  overflow: clip scroll;
}

.paragraph {
  color: var(--ube);
  flex-flow: column;
  margin-top: auto;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2em;
  display: flex;
}

.div-block {
  box-sizing: border-box;
  grid-column-gap: 13px;
  grid-row-gap: 0px;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  grid-template: ". Area-4 Area-4"
                 ". Area-3 Area-3"
                 "Area-2 Area-2 Area-2" minmax(auto, 2.5fr)
                 "Area-5 . ."
                 / .75fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 45px;
  padding-top: 106px;
  padding-bottom: 99px;
  display: flex;
  position: relative;
  overflow: visible;
}

.big-link {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top-style: solid;
  border-top-width: .18em;
  border-top-color: var(--neonblue);
  border-right-style: solid;
  border-right-width: .18em;
  border-right-color: var(--neonblue);
  border-bottom-style: solid;
  border-bottom-width: .18em;
  border-bottom-color: var(--neonblue);
  border-left-style: solid;
  border-left-width: .18em;
  border-left-color: var(--neonblue);
  background-color: var(--portage);
  outline-color: var(--neonblue);
  outline-offset: -.2em;
  color: var(--darkcosmos);
  text-align: center;
  letter-spacing: .02em;
  text-transform: uppercase;
  object-fit: none;
  cursor: url('../images/point-jade.svg'), pointer;
  border-radius: 5.9em;
  outline-width: 3px;
  outline-style: solid;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  padding: .5em 25px .5em 12px;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  transition-property: all;
  transition-duration: .325s;
  transition-timing-function: cubic-bezier(.6, -.28, .735, .045);
  display: flex;
  position: static;
  overflow: visible;
}

.big-link:hover {
  opacity: 1;
  outline-color: var(--ube);
  outline-offset: 1.3em;
  border-width: .8em;
  outline-width: 0;
  outline-style: solid;
  margin-top: -19px;
  margin-bottom: -19px;
}

.icon {
  box-sizing: border-box;
  float: none;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--portage);
  color: var(--darkcosmos);
  text-align: center;
  -webkit-text-stroke-color: var(--darkcosmos);
  text-indent: 0;
  text-transform: none;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  vertical-align: middle;
  border: 3px #000;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.2em;
  height: 1.2em;
  margin-left: 0;
  padding-top: .2em;
  padding-right: 0;
  font-family: Supamegafantasticscript, sans-serif;
  font-size: 1.9em;
  line-height: 1.1em;
  text-decoration: none;
  display: flex;
  position: static;
}

.icon.resume-icon {
  justify-content: center;
  align-items: center;
  width: 1.2em;
  height: auto;
  padding: .25em;
  overflow: visible;
}

.project-details-container {
  margin-left: 0;
}

.image-desktop {
  object-fit: contain;
  width: 52%;
  max-width: 98%;
  height: 41%;
  margin-top: 24px;
  margin-left: 0%;
}

.flex-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 48px;
}

.list {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  flex-flow: wrap;
  align-items: center;
  width: 350px;
  margin-bottom: .4em;
  padding-left: 0;
  display: inline-flex;
}

.text-span {
  letter-spacing: 0;
  font-size: 1.4em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5em;
}

.squiggles-1 {
  z-index: 9001;
  pointer-events: none;
  object-position: 50% 50%;
  width: 100%;
  height: 104vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0% auto;
}

.project-section {
  position: relative;
}

.image-mobile {
  object-fit: contain;
  width: 24%;
  max-width: 98%;
  height: 3%;
  display: none;
}

.flex-block-4 {
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  overflow: visible;
}

.intro-p {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-flow: column;
  grid-template: ". Area-4 Area-4"
                 ". Area-3 Area-3"
                 "Area-2 Area-2 Area-2" minmax(auto, 2.5fr)
                 "Area-5 . ."
                 / .75fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 99.9999%;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 71px;
  padding-left: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.marquee {
  z-index: 8000;
  background-color: var(--neonblue);
  opacity: .57;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 75px;
  margin-top: -109px;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  top: 544.658px;
  box-shadow: 0 0 #0a317200, 0 2px .2px #0a317206, 0 4px .4px #0a317207, 0 6.1px .7px #0a317208, 0 8.3px .9px #0a317209, 0 10.7px 1.2px #0a317209, 0 13.5px 1.6px #0a31720a, 0 16.6px 2.1px #0a31720a, 0 20.2px 2.7px #0a31720a, 0 24.6px 3.5px #0a31720b, 0 30.1px 4.4px #0a31720b, 0 36.8px 5.8px #0a31720b, 0 45.5px 7.5px #0a31720b, 0 56.9px 9.9px #0a31720b, 0 72.2px 13.2px #0a31720c, 0 93.6px 17.8px #0a31720c, 0 125px 24.8px #0a31720c, 0 175.1px 36px #0a31720d, 0 270.8px 57.8px #0a31720e;
}

.inner-marquee {
  flex-flow: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  display: flex;
}

.marquee-txt {
  color: var(--cosmos);
  white-space: nowrap;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-top: 31px;
  font-family: Tayyamas, sans-serif;
  font-size: 4.9em;
  line-height: 100%;
  display: block;
}

.menu {
  z-index: 9000;
  background-color: #0000;
  background-image: url('../images/wavy_line.svg');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.inner-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 1;
  grid-template: ". Area-4 Area-4"
                 ". Area-3 Area-3"
                 "Area-2 Area-2 Area-2" minmax(auto, 2.5fr)
                 "Area-5 . ."
                 / .75fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.menu-links {
  z-index: 1;
  box-sizing: content-box;
  margin-left: var(--main-margins);
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  opacity: 1;
  -webkit-backdrop-filter: contrast(200%) blur(3px);
  backdrop-filter: contrast(200%) blur(3px);
  text-align: left;
  background-color: #dbace9a6;
  border-radius: 54px;
  justify-content: space-around;
  align-items: flex-start;
  width: 40vw;
  height: auto;
  padding: 3em;
  position: absolute;
  box-shadow: 0 0 #0a317200, 0 2px .2px #0a317206, 0 4px .4px #0a317207, 0 6.1px .7px #0a317208, 0 8.3px .9px #0a317209, 0 10.7px 1.2px #0a317209, 0 13.5px 1.6px #0a31720a, 0 16.6px 2.1px #0a31720a, 0 20.2px 2.7px #0a31720a, 0 24.6px 3.5px #0a31720b, 0 30.1px 4.4px #0a31720b, 0 36.8px 5.8px #0a31720b, 0 45.5px 7.5px #0a31720b, 0 56.9px 9.9px #0a31720b, 0 72.2px 13.2px #0a31720c, 0 93.6px 17.8px #0a31720c, 0 125px 24.8px #0a31720c, 0 175.1px 36px #0a31720d, 0 270.8px 57.8px #0a31720e;
}

.menu-right {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100vh;
  margin-top: 192px;
  display: flex;
  position: relative;
  overflow: visible;
}

.menu-a {
  color: #2c2f75;
  margin-top: 0;
  margin-bottom: -2px;
  padding-bottom: 0;
  font-family: Fraunces, sans-serif;
  font-size: 2em;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  transition: opacity .5s;
}

.menu-a:hover {
  font-weight: 800;
}

.bigmarqueetop {
  color: var(--cosmos);
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  height: 50vh;
  font-family: Tayyamas, sans-serif;
  font-size: 50vh;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.bigmarqueebottom {
  color: var(--cosmos);
  text-align: left;
  white-space: nowrap;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 50vh;
  font-family: Tayyamas, sans-serif;
  font-size: 50vh;
  font-weight: 400;
  display: flex;
  position: absolute;
  top: 50%;
  left: auto;
  right: -101%;
}

.little-shapes {
  z-index: 8999;
  pointer-events: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.daisy-a {
  width: 50px;
  position: absolute;
  bottom: 57.523px;
  left: 28px;
}

.daisy-a.daisy-1 {
  width: 15em;
  bottom: -306.477px;
  left: -69px;
}

.path-6 {
  position: static;
  bottom: 83px;
}

.daisy-b {
  width: 50px;
  position: absolute;
  top: 156px;
  right: 280px;
}

.daisy-b.daisy-2 {
  z-index: 8000;
  width: 200px;
  inset: auto 14% -3% auto;
}

.texture-noise-overlay {
  z-index: 100000;
  pointer-events: none;
  mix-blend-mode: hard-light;
  background-image: url('../images/nnnoise.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
}

.section {
  background-color: var(--darkcosmos);
  width: 100%;
  height: 100%;
  margin-top: 179px;
  position: absolute;
}

.bottom-nav {
  z-index: 90000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #dbace966;
  border-radius: 20em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 0;
  display: flex;
  position: fixed;
  inset: auto 1% 2% auto;
}

.bottom-nav:hover {
  background-color: #dbace9;
}

.bottom-nav.nxt {
  z-index: 12000;
  background-color: #0000;
  margin-bottom: 14px;
  margin-right: 14px;
  transition: all .35s;
  inset: auto 0% 0% auto;
  transform: translate(300px)rotate(90deg);
}

.hamburger {
  width: 50%;
  height: auto;
}

.hamburger.mobile-hamburger {
  display: none;
}

.navbar {
  z-index: 10000;
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--neonblue);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  position: fixed;
  inset: -5em 0% auto;
}

.project-jar-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-top: 0;
  padding: 133px;
  display: flex;
  position: relative;
}

.project-jar-2.videocontainer {
  padding-right: var(--main-margins);
  padding-left: var(--main-margins);
}

.mobile-video {
  z-index: 140000;
  border-top-left-radius: var(--device-roundness);
  border-top-right-radius: var(--device-roundness);
  border-bottom-left-radius: var(--device-roundness);
  border-bottom-right-radius: var(--device-roundness);
  outline-color: var(--lightish);
  outline-offset: 26px;
  background-color: #0000;
  outline-width: 2px;
  outline-style: solid;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: min-content;
  height: 73vh;
  display: flex;
  position: relative;
}

.svg-2 {
  width: 42%;
  position: absolute;
  top: -96px;
  left: -48px;
}

.svg-3 {
  width: 74%;
  position: absolute;
  top: -93px;
  left: -10px;
}

.svg-5 {
  width: 42%;
  position: absolute;
  inset: -9% -20% 0% auto;
}

.svg-6 {
  width: auto;
  height: 42%;
  position: absolute;
  inset: auto auto 23% -10%;
}

.svg-7 {
  width: 37%;
  height: auto;
  position: absolute;
  inset: auto auto -14% -2%;
}

.svg-8 {
  width: 62%;
  position: absolute;
  inset: auto -13% -7% auto;
}

.svg-9 {
  width: auto;
  height: 45%;
  position: absolute;
  inset: auto -9% -4% auto;
}

.svg-10 {
  width: auto;
  height: 32%;
  position: absolute;
  inset: 22% -7% 0% auto;
}

.phone-showcase {
  background-color: var(--blackish);
  background-image: url('../images/Bouqs_TB_1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.phone-showcase.tahiti-bg {
  padding-top: var(--main-margins);
  padding-right: var(--main-margins);
  padding-left: var(--main-margins);
  background-image: url('../images/tahiti-BG_1.avif');
}

.phone-showcase.chipotle {
  background-blend-mode: multiply;
  background-color: #422318;
  background-image: url('../images/CHI-Pattern.png');
}

.phone-showcase.lexus {
  padding-top: var(--main-margins);
  padding-right: var(--main-margins);
  padding-left: var(--main-margins);
  background-image: url('../images/Lexus_BG.jpg');
  background-position: 50%;
  background-size: cover;
}

.phone-showcase.xl-plastics {
  background-color: #3773b5;
  background-image: url('../images/about.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 332px;
}

.phone-showcase.ruckus-photo {
  background-image: url('../images/Screenshot-2024-05-06-at-10.17.40-AM.png');
  height: 500px;
}

.circle {
  width: 50px;
  position: absolute;
  inset: 29% auto auto 12%;
}

.circle.heartbeat {
  display: none;
}

.circle-copy-copy {
  width: 50px;
  position: absolute;
  inset: 43% 14% 0% auto;
}

.circle-copy-copy.heartbeat2 {
  width: 1.5em;
  display: none;
}

.circle-3 {
  width: 50px;
  position: absolute;
  inset: auto 0% 13% 34%;
}

.circle-3.heartbeat2 {
  width: 1.5em;
  display: none;
}

.circle-3-copy {
  width: 50px;
  position: absolute;
  top: 462.523px;
  left: 901px;
}

.circle-3-copy.heartbeat2 {
  inset: auto 0% -148% 5%;
}

.text-block {
  color: var(--portage);
  white-space: nowrap;
  font-family: SupaMegaFantasticScriptThinner, sans-serif;
  font-size: 2.3em;
  font-weight: 100;
}

.inner-icons {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 80px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.cta-copy {
  box-sizing: content-box;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--ube);
  outline-color: var(--ube);
  outline-offset: -4px;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border: 0 solid #0000;
  border-radius: 7em;
  outline-width: 4px;
  outline-style: none;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: auto;
  height: 2.7em;
  margin-top: 0;
  padding: 0 1.9em 0 1.7em;
  text-decoration: none;
  transition: opacity .2s, all .2s;
  display: inline-flex;
  position: relative;
  bottom: 23%;
  overflow: visible;
}

.cta-copy:hover {
  box-sizing: content-box;
  background-color: var(--portage);
  box-shadow: 0 0 0 3px var(--neonblue);
  opacity: 1;
  outline-color: var(--neonblue);
  outline-offset: 13px;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border: 13px solid #2e292900;
  outline-width: 3px;
  outline-style: none;
  margin: -7px -16px -16px;
}

.path-9 {
  width: 50%;
}

.fat-triangle-copy {
  width: 30px;
  position: absolute;
  top: 64.297px;
  left: 478px;
}

.fat-triangle-copy.triangle-2 {
  width: 1.5em;
  inset: auto 11% -55% auto;
}

.circle-4 {
  width: 50px;
  position: absolute;
  inset: auto 0% 13% 34%;
}

.circle-4.heartbeat2 {
  width: 1.5em;
  bottom: -105%;
  left: -2%;
}

.cta--nav {
  box-sizing: content-box;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--ube);
  outline-color: var(--ube);
  outline-offset: -4px;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border: 0 solid #0000;
  border-radius: 7em;
  outline-width: 4px;
  outline-style: none;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  height: 2.7em;
  margin-top: 0;
  padding: .25em 1.5em .25em .5em;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
  position: static;
  overflow: visible;
}

.cta--nav:hover {
  box-sizing: content-box;
  background-color: var(--portage);
  box-shadow: 0 0 0 3px var(--neonblue);
  opacity: 1;
  outline-color: var(--neonblue);
  outline-offset: 13px;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border: 13px solid #2e292900;
  outline-width: 3px;
  outline-style: none;
  margin: -7px -16px -16px;
}

.portfolio {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.dottie-cursor {
  z-index: 999000;
  border: 2px solid var(--lightish);
  background-color: var(--cursor-color);
  color: var(--ube);
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 20em;
  width: 24px;
  height: 24px;
  font-family: Montserrat, sans-serif;
  font-size: .75em;
  font-weight: 700;
  position: fixed;
}

.left-arrow {
  width: 38px;
}

.circle-5 {
  width: 50px;
  position: absolute;
  inset: auto 0% 13% 34%;
}

.circle-5.heartbeat2 {
  width: 1.5em;
  display: none;
  bottom: 6%;
  left: 88%;
}

.circle-6 {
  width: 50px;
  position: absolute;
  inset: 29% auto auto 12%;
}

.circle-6.heartbeat {
  display: none;
  top: 6%;
  left: 62%;
}

.circle-7 {
  width: 50px;
  position: absolute;
  inset: 43% 14% 0% auto;
}

.circle-7.heartbeat2 {
  width: 1.5em;
  display: none;
  top: 23%;
  right: 76%;
}

.connect-cta {
  position: relative;
}

.user-flow_desktop {
  box-sizing: border-box;
  padding: 10vw var(--main-margins) var(--main-margins);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  object-fit: fill;
  background-color: #12422b;
  background-image: radial-gradient(circle at 50% 100%, #1f6130 18%, #12422b);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100vh;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.user-flow_desktop.lexus-solid-bg {
  background-color: #2a2d2c;
  background-image: radial-gradient(circle at 50% 100%, #323232 18%, #090909);
  padding-top: 8vw;
}

.user-flow_desktop.tahiti-bg {
  background-color: #004977;
  background-image: radial-gradient(circle at 50% 100%, #289a89, #004977 50%, #013657);
  height: 100%;
}

.image {
  mix-blend-mode: normal;
  align-self: auto;
  width: 36px;
  margin: auto 37px;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 0;
}

.screen-desc {
  box-sizing: content-box;
  color: var(--lightish);
  text-align: center;
  overflow-wrap: normal;
  width: 113%;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 1em;
  font-family: Montserrat, sans-serif;
  font-size: .8em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
}

.desktop-screenshot-img {
  border: 22px solid #0000001c;
  border-radius: 2.7em;
  width: 90%;
  padding-right: 0;
  position: static;
  top: 213.695px;
  left: 490.852px;
  overflow: clip;
  box-shadow: 0 0 0 2px #fff;
}

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

.quick-stack {
  z-index: 145000000;
  flex: 1;
  width: 100%;
  height: 90vh;
  position: relative;
}

.cell-3, .cell-4, .cell-5 {
  justify-content: flex-start;
  align-items: center;
}

.div-block-4 {
  z-index: 140000;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.logo-container {
  z-index: 99000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  border-radius: 20em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-top: 18px;
  margin-left: 14px;
  margin-right: 0;
  padding: 12px;
  transition: border .2s cubic-bezier(.55, .055, .675, .19);
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.logo-container:hover {
  border: 11px solid var(--ube);
  background-color: #0000;
}

.logo-container.expand:hover {
  border-color: var(--ube);
}

.left {
  z-index: 90000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #dbace966;
  border-radius: 20em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 0;
  display: flex;
  position: fixed;
  inset: auto 1% 2% auto;
}

.left:hover {
  background-color: #dbace9;
}

.left.prev {
  z-index: 12000;
  opacity: 1;
  background-color: #0000;
  margin-bottom: 14px;
  margin-left: 14px;
  transition: all .35s;
  inset: auto auto 0% 0%;
  transform: translate(-300px)rotate(-90deg);
}

.menu-a-inactive {
  color: #2c2f75;
  margin-top: 0;
  margin-bottom: -2px;
  padding-bottom: 0;
  font-family: Fraunces, sans-serif;
  font-size: 2em;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  transition: opacity .5s;
}

.menu-a-inactive:hover {
  font-weight: 800;
}

.menu-a-inactive.coming-soon {
  opacity: .21;
  color: var(--cosmos);
  mix-blend-mode: normal;
  font-weight: 700;
  text-decoration: none;
}

.div-block-5 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: -260px;
  display: flex;
  position: relative;
}

.user-flow_desktop-chipotle {
  box-sizing: border-box;
  padding: var(--main-margins);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  object-fit: fill;
  background-color: #12422b;
  background-image: radial-gradient(circle at 50% 100%, #793821 18%, #422318);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100vh;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.image-2 {
  width: 59%;
  margin: auto;
}

.vp {
  z-index: 99000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  border-radius: 20em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-top: 18px;
  margin-left: 14px;
  margin-right: 0;
  padding: 12px;
  transition: border .2s cubic-bezier(.55, .055, .675, .19);
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.vp:hover {
  border: 11px solid var(--ube);
  background-color: #0000;
}

.vp.logo {
  inset: 0% auto auto 0%;
  transform: translate(0, -123px);
}

.vp.logo:hover {
  border-color: var(--ube);
}

.big-logo {
  width: 50%;
}

.div-block-7 {
  box-sizing: content-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-8 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
  overflow: visible;
}

.flex-block-5 {
  justify-content: flex-start;
  align-items: center;
  padding: 0 84px;
}

.image-3, .image-4 {
  padding-bottom: 1em;
}

.mobile-screenshot-img-copy {
  border: 22px solid #0000001c;
  border-radius: 2.7em;
  padding-right: 0;
  position: static;
  box-shadow: 0 0 0 2px #fff;
}

.customcontrols {
  z-index: 900;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 75px;
  margin-top: 79px;
  position: relative;
}

.html-css-li {
  background-color: var(--ube);
  color: var(--darkcosmos);
  text-transform: uppercase;
  border-radius: 2.1em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .1em .8em;
  font-family: Montserrat, sans-serif;
  font-size: .7em;
  font-weight: 600;
  display: flex;
}

.celtra-li {
  background-color: var(--neonblue);
  color: var(--pink);
  text-transform: uppercase;
  border-radius: 2.1em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .1em .8em;
  font-family: Montserrat, sans-serif;
  font-size: .7em;
  font-weight: 600;
  display: flex;
}

.art-direction-li {
  background-color: var(--portage);
  color: var(--darkcosmos);
  text-transform: uppercase;
  border-radius: 2.1em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .1em .8em;
  font-family: Montserrat, sans-serif;
  font-size: .7em;
  font-weight: 600;
  display: flex;
}

.interaction-design-li {
  background-color: var(--jade);
  color: var(--darkcosmos);
  text-transform: uppercase;
  border-radius: 2.1em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .1em .8em;
  font-family: Montserrat, sans-serif;
  font-size: .7em;
  font-weight: 600;
  display: flex;
}

.javascript {
  background-color: var(--blackish);
  color: var(--ube);
  text-transform: uppercase;
  border-radius: 2.1em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .1em .8em;
  font-family: Montserrat, sans-serif;
  font-size: .7em;
  font-weight: 600;
  display: flex;
}

.premire-pro-li {
  background-color: var(--pink);
  color: var(--darkcosmos);
  text-transform: uppercase;
  border-radius: 2.1em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .1em .8em;
  font-family: Montserrat, sans-serif;
  font-size: .7em;
  font-weight: 600;
  display: flex;
}

.live-link {
  color: var(--neonblue);
  font-size: 1.2em;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
}

.live-link:hover {
  color: var(--ube);
  text-decoration: overline;
}

.flex-block-6 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-block-7 {
  border-radius: var(--device-roundness);
  background-color: var(--blackish);
  background-image: url('../images/lexus_QR.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 84%;
  background-attachment: scroll;
  width: 150px;
  height: 150px;
  margin-top: 23px;
}

.thank-you-section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: static;
  overflow: clip;
}

.flex-block-8 {
  z-index: 2;
  border-radius: var(--desktop-margins);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fcf6f1;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 16vh;
  padding: 50px;
  position: absolute;
}

.svg-11 {
  z-index: 2;
  object-fit: scale-down;
  width: 68%;
  position: relative;
}

.svg-12 {
  z-index: 1;
  box-sizing: content-box;
  object-fit: contain;
  width: auto;
  height: 150vh;
  position: absolute;
  inset: 0%;
}

.path-10 {
  color: #a73b3b;
}

.thanks-code {
  z-index: 1;
  box-sizing: border-box;
  object-fit: contain;
  width: 300vh;
  height: auto;
  margin-left: -62%;
  margin-right: auto;
  position: relative;
  inset: 0% auto;
}

.user-flow_desktop-xl {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--triangle-color);
  object-fit: fill;
  background-image: url('../images/XL-logo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 768px;
  margin-bottom: 0;
  padding-top: 2vw;
  padding-left: 10vw;
  display: flex;
  position: static;
}

.image-5 {
  display: block;
  position: static;
  inset: 0%;
}

.container {
  background-color: var(--triangle-color);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.container-2 {
  background-color: var(--triangle-color);
  object-fit: cover;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
  position: relative;
}

.image-6 {
  object-fit: cover;
  width: 100%;
  max-width: 1920%;
  position: static;
}

.container-3 {
  padding-right: var(--main-margins);
  padding-bottom: 58px;
  padding-left: var(--main-margins);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.user-flow_desktop-ruckus {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--triangle-color);
  object-fit: fill;
  background-image: url('../images/XL-logo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100vh;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.label-copy {
  color: var(--cosmos);
  letter-spacing: var(--letter-space);
  text-transform: uppercase;
  margin-top: 10vh;
  margin-bottom: .8em;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  position: static;
  inset: 0% auto auto 0%;
}

.label-copy.light {
  color: var(--lightish);
}

.label-copy.wht {
  color: var(--lightish);
  -webkit-text-stroke-color: var(--portage);
}

.label-copy.xl2 {
  margin-top: 0;
  margin-left: 10vw;
  position: absolute;
  inset: auto 0% 0%;
}

.label-copy.xl1 {
  margin-left: 10vw;
}

.user-flow_desktop-xl-plastics {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--triangle-color);
  object-fit: fill;
  background-image: url('../images/XL-logo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100vh;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.art-direction-li-copy {
  color: var(--darkcosmos);
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #f7b321;
  border-radius: 2.1em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .1em .8em;
  font-family: Montserrat, sans-serif;
  font-size: .7em;
  font-weight: 600;
  display: flex;
}

.user-flow_ruckus_main_logo {
  box-sizing: border-box;
  padding-left: var(--main-margins);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--triangle-color);
  object-fit: fill;
  background-image: url('../images/Ruckus-Logo_Primary.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  background-attachment: fixed;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 900px;
  min-height: 100vh;
  max-height: 100vh;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.column {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.columns {
  background-color: var(--blackish);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 97px;
  padding-bottom: 97px;
  display: flex;
}

.column-2 {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100%;
  display: flex;
  position: relative;
}

.container-3-copy {
  background-color: var(--lightish);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.flex-block-9 {
  background-image: url('../images/Ruckus_logo_Mock.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
}

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

.flex-block-10 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  margin-top: 18px;
  position: relative;
}

.logo-icon_section-rs {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--blackish);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 4em;
  padding-bottom: 4em;
}

.image-8 {
  width: 100%;
  max-width: 1920px;
}

.flex-block-11 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
}

.container-copy {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--triangle-color);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 2em;
  display: flex;
  position: static;
  overflow: visible;
}

.image-9, .image-10 {
  width: 50%;
}

@media screen and (min-width: 1280px) {
  .jar {
    box-sizing: content-box;
    object-fit: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    overflow: hidden;
  }

  .masthead {
    object-fit: fill;
    width: 100vw;
    overflow: visible;
  }

  .intro {
    position: absolute;
  }

  .niche {
    color: var(--portage);
    letter-spacing: .03em;
    text-transform: uppercase;
    font-size: 1.2em;
    font-style: normal;
    font-weight: 200;
    text-decoration: none;
  }

  .cta {
    background-color: var(--ube);
    border-radius: 7.1em;
    height: 76%;
    margin-left: 0;
    padding-top: 0;
    padding-left: .5em;
  }

  .button {
    align-self: center;
    font-size: .8em;
    position: relative;
    top: auto;
    left: auto;
  }

  .project-container {
    box-sizing: border-box;
    background-color: var(--lightish);
    object-fit: contain;
    flex-flow: row;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 900px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    display: flex;
    position: static;
  }

  .project-info {
    background-color: #fcf6f1;
    margin-right: 56px;
    font-size: 16px;
    line-height: 1.25em;
    position: relative;
  }

  .text-3 {
    font-size: 16px;
    line-height: 1em;
  }

  .about-me {
    z-index: 1;
    box-sizing: content-box;
    background-image: none;
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    margin-bottom: -45px;
    padding-top: 0;
    padding-bottom: 68px;
  }

  .description-2 {
    grid-column-gap: 19px;
    grid-row-gap: 162px;
    grid-template-columns: .5fr 1fr;
    grid-template-areas: ". ."
                         "Area Area";
    position: static;
  }

  .label {
    font-size: 1em;
    line-height: 1em;
  }

  .label.light {
    margin-left: 0;
    padding-top: 0;
  }

  .label.wht.trs {
    padding-top: 0;
    position: static;
  }

  .label.rs {
    margin-left: var(--main-margins);
  }

  .photo {
    z-index: 9001;
    background-position: 14% -69vh;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    margin-top: 0;
    margin-left: -83px;
    padding-top: 0;
    top: 22.836px;
    left: 5%;
  }

  .p {
    vertical-align: top;
  }

  .p.p-light {
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .p.bio-intro {
    padding-right: var(--main-margins);
    max-width: 1220px;
  }

  .body {
    font-size: 20px;
  }

  .paragraph {
    margin-top: 0;
    margin-bottom: -33px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1em;
  }

  .div-block {
    grid-column-gap: 0px;
    grid-row-gap: 8.6em;
    background-color: #0000;
    grid-template: "."
    / 1fr;
    grid-auto-columns: .5fr;
    justify-items: stretch;
    max-width: 1440px;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 45px;
    font-size: 16px;
  }

  .icon {
    font-family: Supamegafantasticscript, sans-serif;
  }

  .project-details-container {
    font-size: 16px;
    line-height: 1.25em;
  }

  .italic-text {
    font-size: 1em;
    line-height: 1.4em;
  }

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

  .flex-block {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: -59px;
  }

  .list {
    font-size: 19px;
  }

  .squiggles-1 {
    width: 100%;
  }

  .project-section {
    background-color: var(--lightish);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .flex-block-4 {
    background-color: #0000;
    overflow: visible;
  }

  .intro-p {
    padding: 192px var(--desktop-margins) var(--main-margins);
    grid-column-gap: 1px;
    grid-row-gap: 1em;
    background-color: #0000;
    grid-template: "."
    / 1fr;
    grid-auto-columns: .5fr;
    place-items: start stretch;
    max-width: 1300px;
    display: flex;
    overflow: hidden;
  }

  .marquee {
    top: 791.658px;
  }

  .inner-marquee {
    height: 100%;
  }

  .marquee-txt {
    white-space: nowrap;
    padding-top: 37px;
    font-size: 4.5em;
  }

  .menu {
    z-index: 1000;
    background-color: #0000;
    background-image: url('../images/wavy_line.svg');
    background-position: 0 2px;
    background-repeat: repeat-x;
    background-size: auto;
    margin-top: 39px;
    position: relative;
    overflow: hidden;
  }

  .inner-menu {
    grid-column-gap: 0px;
    grid-row-gap: 8.6em;
    background-color: var(--darkcosmos);
    flex-flow: row;
    grid-template: "."
    / 1fr;
    grid-auto-columns: .5fr;
    justify-content: flex-start;
    place-items: center stretch;
    max-width: 1440px;
    height: 100%;
    margin: auto;
  }

  .menu-links {
    left: 0%;
  }

  .menu-a {
    font-size: 2.45em;
    font-style: italic;
  }

  .bigmarqueetop {
    -webkit-text-stroke-width: 2px;
    text-transform: uppercase;
  }

  .bigmarqueebottom {
    -webkit-text-stroke-width: 2px;
    text-transform: uppercase;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    right: -219%;
  }

  .daisy-b {
    top: 180px;
    right: 208px;
  }

  .daisy-b.daisy-2 {
    width: 400px;
    bottom: -10%;
  }

  .texture-noise-overlay {
    z-index: 2000;
    mix-blend-mode: normal;
  }

  .section {
    background-color: var(--darkcosmos);
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .bottom-nav {
    z-index: 140000;
    margin-top: 0;
  }

  .navbar {
    z-index: 12000;
    border-radius: 0;
    margin-top: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .project-jar-2 {
    background-image: none;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .mobile-video {
    z-index: 3000;
    border-radius: var(--device-roundness);
    background-color: #0000;
    border-style: none;
    border-width: 0;
  }

  .draw {
    display: inline;
    overflow: visible;
  }

  .svg-2 {
    top: -175px;
  }

  .svg-3 {
    width: 61%;
    top: -122px;
  }

  .svg-5 {
    width: 37%;
    top: -12%;
    right: -6%;
  }

  .svg-8 {
    width: 55%;
    bottom: -18%;
    right: 3%;
  }

  .svg-9 {
    height: 49%;
    bottom: -6%;
    right: -3%;
  }

  .svg-10 {
    box-sizing: content-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-position: 50% 50%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    height: 40%;
    top: 20%;
  }

  .phone-showcase {
    padding-top: var(--main-margins);
    padding-right: var(--main-margins);
    padding-left: var(--main-margins);
    background-color: var(--lightish);
    background-image: url('../images/Bouqs_TB_1.webp');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .phone-showcase.tahiti-bg {
    background-image: url('../images/tahiti-BG_1.avif');
  }

  .circle {
    width: 30px;
    position: absolute;
    inset: auto auto auto 14%;
  }

  .circle-copy-copy {
    width: 30px;
    position: absolute;
    inset: auto 16% auto auto;
  }

  .circle-3 {
    width: 30px;
    position: absolute;
    inset: auto 26% 249px auto;
  }

  .circle-3.heartbeat2 {
    inset: auto 0% -16% 6%;
  }

  .circle-3-copy {
    width: 30px;
    position: absolute;
    inset: auto 63% 56px auto;
  }

  .circle-3-copy.heartbeat2 {
    bottom: -1367px;
    right: 95%;
  }

  .inner-icons {
    height: 80px;
  }

  .cta-copy {
    background-color: var(--ube);
    border-radius: 7.1em;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 10em;
    height: 2.7em;
  }

  .fat-triangle-copy.triangle-2 {
    right: 4%;
  }

  .circle-4 {
    width: 30px;
    position: absolute;
    inset: auto 26% 249px auto;
  }

  .circle-4.heartbeat2 {
    inset: auto auto -105% 2%;
  }

  .cta--nav {
    background-color: var(--ube);
  }

  .dottie-cursor {
    background-color: var(--lightish);
    mix-blend-mode: color-dodge;
  }

  .circle-5 {
    width: 30px;
    position: absolute;
    inset: auto 26% 249px auto;
  }

  .circle-5.heartbeat2 {
    display: block;
    inset: auto 0% -88% 87%;
  }

  .circle-6 {
    width: 30px;
    position: absolute;
    inset: auto auto auto 14%;
  }

  .circle-7 {
    width: 30px;
    position: absolute;
    inset: auto 16% auto auto;
  }

  .user-flow_desktop {
    height: auto;
  }

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

  .desktop-screenshot-img {
    width: 94%;
    inset: 21% -4% auto auto;
  }

  .logo-container, .left {
    z-index: 140000;
    margin-top: 0;
  }

  .menu-a-inactive {
    font-size: 2.45em;
    font-style: italic;
  }

  .user-flow_desktop-chipotle {
    height: auto;
  }

  .vp {
    z-index: 140000;
    margin-top: 0;
  }

  .user-flow_desktop-xl {
    height: 768px;
  }

  .user-flow_desktop-ruckus {
    height: auto;
  }

  .label-copy {
    font-size: 1em;
    line-height: 1em;
  }

  .user-flow_desktop-xl-plastics, .user-flow_ruckus_main_logo {
    height: auto;
  }

  .columns {
    max-width: 100%;
  }

  .flex-block-10 {
    background-color: #0000;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: .8em;
    position: static;
  }

  .text-block-2 {
    font-family: Montserrat, sans-serif;
    font-size: 1em;
    font-weight: 900;
    line-height: 1;
  }

  .text-span-2 {
    font-family: Montserrat, sans-serif;
    display: inline;
  }

  .logo-icon_section-rs {
    background-color: var(--blackish);
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .container-copy {
    padding-right: var(--main-margins);
    padding-left: var(--main-margins);
  }
}

@media screen and (max-width: 991px) {
  .project-container {
    flex-flow: wrap;
  }

  .project-info {
    width: 100%;
  }

  .photo {
    background-position: 50% 100%;
    background-size: cover;
    background-attachment: scroll;
    width: 64%;
    height: 80%;
    margin-top: 0;
    margin-left: -119px;
    top: auto;
  }

  .paragraph {
    margin-top: 64px;
    margin-bottom: 37px;
  }

  .div-block {
    padding-bottom: 87px;
  }

  .image-desktop {
    width: 88%;
    margin-top: 76px;
  }

  .list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: left;
    flex-flow: wrap;
    place-content: stretch flex-start;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 15px;
    padding-left: 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
  }

  .project-info-container {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    flex-flow: column;
  }

  .marquee {
    background-color: var(--ube);
    justify-content: center;
    align-items: center;
    height: 75px;
    display: flex;
  }

  .inner-marquee {
    display: flex;
  }

  .marquee-txt {
    white-space: nowrap;
    font-size: 1.5em;
  }

  .inner-menu {
    padding-bottom: 0;
  }

  .html-css-li, .celtra-li, .art-direction-li, .interaction-design-li, .javascript, .premire-pro-li, .art-direction-li-copy {
    background-color: var(--ube);
    color: var(--darkcosmos);
    text-align: center;
    border-radius: 3.3em;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: .1em .8em;
    font-size: .7em;
    font-weight: 600;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .image-desktop, .image-mobile {
    width: 42%;
  }
}

@media screen and (max-width: 479px) {
  .jar {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    overflow: clip;
  }

  .masthead {
    justify-content: center;
    align-items: center;
    overflow: visible;
  }

  .intro {
    margin-top: -55px;
    font-size: 11px;
  }

  .niche {
    font-size: 1.7em;
  }

  .cta {
    height: 4.4em;
    padding: 1.2em 2.7em 1.2em 2em;
  }

  .button {
    font-size: 1em;
    text-decoration: none;
  }

  .project-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: -54px;
  }

  .project-info {
    order: -1;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 35px;
    margin-right: 0;
  }

  .h3 {
    order: 0;
    align-self: flex-start;
  }

  .about-me {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    align-items: center;
    margin-top: -59px;
    margin-bottom: 10px;
    overflow: visible;
  }

  .label.light, .label.light-copy, .label.light-copy2, .label.light-copy3 {
    margin-left: 0;
    padding-top: 0;
    display: flex;
    position: static;
  }

  .photo {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    outline-offset: 0px;
    background-position: 50% 100%;
    background-size: cover;
    background-attachment: scroll;
    outline: 0 #fff;
    flex-flow: row;
    flex: 0 auto;
    order: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 92%;
    height: 422px;
    margin: -7vh auto 137px;
    padding-top: 0;
    display: flex;
    position: static;
    top: 100vh;
    left: auto;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 85%;
    mask-size: 85%;
  }

  .p {
    font-size: 1.18em;
  }

  .p.p-light {
    flex: 0 auto;
    order: 1;
    align-self: center;
    font-size: 1.18em;
    display: block;
  }

  .p.bio-intro {
    text-align: center;
    word-break: normal;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.18em;
    line-height: 1.4em;
  }

  .body {
    font-size: 13px;
    overflow: visible;
  }

  .paragraph {
    margin-top: 0;
    margin-bottom: 31px;
    font-size: 16px;
  }

  .div-block {
    padding: 0px var(--mobile-margins) var(--main-margins);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: -22px;
    position: static;
  }

  .big-link {
    outline-color: var(--neonblue);
    outline-offset: -.2em;
    outline-width: 3px;
    outline-style: none;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    font-size: 1.1em;
  }

  .icon {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 1.6em;
    height: 1.6em;
    font-size: 2.1em;
  }

  .icon.resume-icon {
    width: 2.1em;
    padding: .5em;
    font-size: 1.6em;
  }

  .paragraph-2 {
    margin-bottom: 44px;
    font-size: 16px;
  }

  .image-desktop {
    width: 48%;
    margin-left: 50%;
    padding-top: 0;
    padding-bottom: 53px;
    padding-left: 0;
    display: none;
  }

  .flex-block {
    flex-flow: column;
    align-self: center;
    margin-top: 0;
    padding-right: 0;
  }

  .text-span {
    box-sizing: border-box;
    aspect-ratio: auto;
    text-align: left;
    -webkit-text-fill-color: inherit;
    object-fit: none;
    background-color: #07082240;
    background-clip: border-box;
    border-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 11px 20px;
    font-size: 1.2em;
    display: flex;
    position: static;
  }

  .squiggles-1 {
    width: 100%;
  }

  .project-section {
    width: 100vw;
  }

  .project-info-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .image-mobile {
    width: 73%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 11px;
    padding-left: 0;
    display: block;
  }

  .flex-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    order: -1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: static;
    top: 60px;
    overflow: visible;
  }

  .intro-p {
    padding: 51px var(--mobile-margins) 0px;
    width: 100%;
    margin-top: 0;
  }

  .marquee {
    margin-top: 915px;
    padding-top: 0;
    padding-bottom: 0;
    top: -2.342px;
  }

  .inner-marquee {
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 6px;
    font-size: 32px;
    line-height: 100%;
  }

  .marquee-txt {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    justify-content: center;
    align-items: center;
    height: 176%;
    margin: 13px auto 0;
    padding-top: 0;
    line-height: 54px;
    display: flex;
  }

  .menu {
    z-index: 90001;
    background-position: 0 11px;
    background-size: 229%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-bottom: 52px;
    padding-top: 198px;
    position: relative;
    overflow: hidden;
  }

  .inner-menu {
    padding: var(--main-margins);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-top: -133px;
  }

  .menu-links {
    box-sizing: border-box;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    width: 94%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 2em 1em;
    position: absolute;
  }

  .menu-right {
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    position: absolute;
  }

  .menu-a {
    text-align: center;
    font-size: 2.1em;
  }

  .bigmarqueetop {
    justify-content: flex-start;
    align-items: flex-end;
    top: -17%;
  }

  .daisy-a.daisy-1 {
    width: 14.4em;
    bottom: -828.477px;
    left: -55px;
  }

  .daisy-b.daisy-2 {
    bottom: -4%;
    right: -11%;
  }

  .texture-noise-overlay {
    opacity: .72;
    object-fit: fill;
  }

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

  .bottom-nav {
    justify-content: center;
    align-items: flex-end;
    display: none;
  }

  .hamburger {
    width: 13%;
    position: static;
    inset: 0% 0% auto auto;
  }

  .hamburger.mobile-hamburger {
    display: flex;
  }

  .navbar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: 1;
    background-color: #00000045;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 55vh;
    padding-top: 82px;
    top: -55%;
  }

  .project-jar-2 {
    background-image: none;
    padding-top: 20px;
  }

  .mobile-video {
    z-index: 100001;
    border-radius: var(--device-roundness);
    box-shadow: 0 0 0 2px var(--lightish);
    outline-color: var(--lightish);
    outline-offset: 31px;
    border: 26px solid #0000;
    outline-width: 2px;
    outline-style: none;
    margin-top: 50px;
    padding-top: 0;
    font-size: 16px;
    position: relative;
  }

  .svg-2 {
    width: 100%;
    inset: -13% auto auto -9%;
  }

  .svg-3 {
    display: none;
    inset: auto 0% 0%;
  }

  .svg-5 {
    width: 76%;
    inset: -5% -30% auto auto;
  }

  .svg-6 {
    bottom: 40%;
    left: -61%;
  }

  .svg-7 {
    width: 62%;
    bottom: 9%;
    left: -16%;
  }

  .svg-8 {
    display: none;
    right: 44%;
  }

  .svg-9 {
    height: 37%;
    inset: auto 0% 5% 50%;
  }

  .svg-10 {
    inset: 8% -24% 0% auto;
  }

  .phone-showcase {
    padding-top: var(--main-margins);
    padding-right: var(--main-margins);
    padding-left: var(--main-margins);
  }

  .circle.heartbeat {
    width: 23px;
    display: none;
    top: 55%;
  }

  .circle-copy-copy.heartbeat2 {
    width: 23px;
    display: none;
    right: 2%;
  }

  .circle-3.heartbeat2 {
    width: 24px;
    bottom: -14%;
    left: 2%;
  }

  .circle-3-copy.heartbeat2 {
    width: 24px;
    display: none;
    bottom: -264%;
  }

  .text-block {
    font-size: 3.4em;
  }

  .inner-icons {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .cta-copy {
    height: 3.7em;
    font-size: 1.3em;
  }

  .fat-triangle-copy.triangle-2 {
    width: 2.8em;
    bottom: -142%;
    right: 7%;
  }

  .circle-4.heartbeat2 {
    width: 24px;
    bottom: -139%;
    left: 8%;
  }

  .cta--nav {
    justify-content: center;
    align-items: center;
    padding-top: .7em;
    padding-bottom: .7em;
  }

  .portfolio {
    align-self: flex-start;
    width: 100%;
    position: relative;
  }

  .dottie-cursor {
    display: none;
  }

  .circle-5.heartbeat2 {
    width: 24px;
    display: none;
    bottom: -14%;
    left: 2%;
  }

  .circle-6.heartbeat {
    width: 23px;
    display: none;
    top: 19%;
  }

  .circle-7.heartbeat2 {
    width: 23px;
    display: none;
    right: 2%;
  }

  .user-flow_desktop {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    display: flex;
    overflow: scroll;
  }

  .user-flow_desktop.lexus-solid-bg {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
  }

  .user-flow_desktop.tahiti-bg {
    box-sizing: content-box;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 16px;
    display: flex;
  }

  .image {
    width: 28px;
  }

  .image.arrow-sm {
    margin-left: 0;
    margin-right: -45px;
  }

  .desktop-screenshot-img {
    display: none;
    left: 181.852px;
  }

  .quick-stack {
    box-sizing: border-box;
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    object-fit: contain;
    flex: 0 auto;
    width: 200vw;
    height: auto;
    overflow: visible;
  }

  .div-block-4 {
    align-items: center;
    width: auto;
  }

  .logo-container {
    justify-content: center;
    align-items: flex-end;
    display: none;
  }

  .logo-container.expand {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .left {
    justify-content: center;
    align-items: flex-end;
    display: none;
  }

  .menu-a-inactive {
    text-align: center;
    font-size: 2.1em;
  }

  .menu-a-inactive.coming-soon {
    mix-blend-mode: saturation;
    text-decoration: line-through;
  }

  .div-block-5 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    margin-top: -110px;
  }

  .user-flow_desktop-chipotle {
    overflow: scroll;
  }

  .vp {
    justify-content: center;
    align-items: flex-end;
    display: none;
  }

  .big-logo {
    width: 89%;
    margin-top: 62px;
  }

  .div-block-7 {
    display: none;
  }

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

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

  .mobile-screenshot-img-copy {
    box-sizing: content-box;
    width: 100%;
    height: auto;
    display: block;
  }

  .thank-you-section {
    display: none;
  }

  .user-flow_desktop-xl, .user-flow_desktop-ruckus {
    overflow: scroll;
  }

  .label-copy.light {
    margin-left: 0;
    padding-top: 0;
    display: flex;
    position: static;
  }

  .user-flow_desktop-xl-plastics, .user-flow_ruckus_main_logo {
    overflow: scroll;
  }
}

#w-node-e132c41c-288c-7dd3-059d-1b15327e383a-a9ca6325 {
  grid-area: Area-5;
  place-self: auto;
}

#w-node-cdaa9967-250c-88cb-6d79-d217f13fccac-a9ca6325 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9196d81c-ec87-b738-c27d-8363b1de058c-a9ca6325 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr;
}

#w-node-_6fde66ea-f8d9-1f80-0904-317e0d0de633-a9ca6325 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr;
  display: grid;
}

#w-node-_8966316d-0b76-96f0-5404-e1a86b72d747-a9ca6325 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8966316d-0b76-96f0-5404-e1a86b72d764-a9ca6325, #w-node-_8966316d-0b76-96f0-5404-e1a86b72d765-a9ca6325 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr;
}

#w-node-_90567909-d6ab-3795-a719-07568f961ccb-a9ca6325 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_90567909-d6ab-3795-a719-07568f961ce4-a9ca6325 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr;
}

#w-node-e0de616b-c4a6-857b-c840-7c45a5867b7c-a9ca6325 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ae793255-1640-f6cd-69df-59a5ecb4c2d9-a9ca6325, #w-node-d039592a-d48d-9941-08da-653f04523c37-a9ca6325, #w-node-_7ed589f4-f1e9-2026-92eb-ca7feb460740-a9ca6325 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr;
}

#w-node-_8f28d783-4a5c-c738-c6d6-4b96b218006c-a9ca6325 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8f28d783-4a5c-c738-c6d6-4b96b2180089-a9ca6325, #w-node-_8f28d783-4a5c-c738-c6d6-4b96b218008a-a9ca6325 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr;
}

#w-node-_91f4e343-1bc6-40fd-c05b-3d15f9635ea6-a9ca6325 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_91f4e343-1bc6-40fd-c05b-3d15f9635ec9-a9ca6325 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-d039592a-d48d-9941-08da-653f04523c37-a9ca6325, #w-node-_8f28d783-4a5c-c738-c6d6-4b96b218008a-a9ca6325 {
    display: grid;
  }
}


@font-face {
  font-family: 'Tayyamas';
  src: url('../fonts/TayYamas.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Madfool';
  src: url('../fonts/MadfoolRegular-lgm2V.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Supamegafantasticscript';
  src: url('../fonts/SupaMegaFantasticScript.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SupaMegaFantasticScriptThinner';
  src: url('../fonts/SupaMegaFantasticScriptThinner.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}