:root {
  --black: #000;
  --text-shadow: #08c908;
  --rebecca: #1d1ac7;
  --charcoal: #21201e;
  --white: white;
  --red: #fe3824;
  --chocolate: #eb6917;
  --dark-green: #39620a;
}

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

body {
  color: var(--black);
  font-family: "Press Start 2P", sans-serif;
  font-size: 16px;
  line-height: 1.5rem;
  overflow: hidden;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
}

a {
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
}

.awge-content {
  cursor: auto;
  width: 100%;
  height: 100%;
}

.home-content-menu {
  z-index: 100;
  background-color: #1d1ac7;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: auto;
  padding-bottom: 400px;
  display: flex;
  overflow-x: hidden;
  overflow-y: scroll;
}

.home-container {
  background-color: #e6e2e2;
  border: 2px solid #000;
  border-radius: 7px;
  flex-direction: column;
  width: 69vw;
  min-width: 465px;
  height: 55vh;
  min-height: 300px;
  margin: 160px auto auto;
  display: flex;
  position: relative;
}

.home-video-wrapper {
  z-index: 2;
  position: absolute;
  top: 10vh;
  left: -7.2vw;
}

.home-video-container {
  width: 0;
  height: 0;
  margin-left: 100%;
  position: relative;
}

.home-video-parent {
  object-fit: cover;
  border-radius: 4px;
  width: 325px;
  height: 25vh;
  min-height: 130px;
  position: relative;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.home-video-media-gif {
  object-fit: cover;
  width: 100%;
  height: 100%;
  box-shadow: 2px 2px 10px 3px #00000075;
}

.home-video-vhs-gif {
  width: 60%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.home-video-text {
  z-index: 2;
  color: #fdfcfc;
  margin-top: 44px;
  margin-right: 33px;
  font-size: 1em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.body {
  font-family: "Press Start 2P", sans-serif;
  overflow: hidden;
}

.home-navbar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #d4cdcd;
  border: 3px solid #979797;
  border-radius: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 55px;
  margin-top: -4px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 5%;
  display: block;
  position: relative;
}

.home-options-items {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  text-align: center;
  grid-template-rows: 2.5fr;
  grid-template-columns: 5fr 5fr 5fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: row;
  align-self: center;
  place-items: center;
  width: 100%;
  height: 100%;
  margin-top: 15px;
  padding-left: 0;
  display: inline-grid;
  overflow: visible;
}

.home-options-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 577px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.home-options-item {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-container .home-options-icon,
.home-container .home-options-icon-copy {
  height: 130px;
  width: auto;
  transform: translateY(-15px);
}

#w-node-_5a6f4581-8dae-efab-9597-7282d31db663-8bcd139b .home-options-icon {
  transform: scale(1.3) translateY(1.3px);
}

#w-node-_34522e74-8f6f-d9de-9931-763c2b8fcbb3-8bcd139b .home-options-icon {
  transform: scale(1.25) translateY(-9px);
}

#w-node-_3788f589-6167-5764-97a1-e08f0db77cd7-8bcd139b .home-options-icon {
  transform: scale(1.2) translateY(-1px);
}

#w-node-_96a7c455-37ef-56e2-5dd8-a8513081b89e-8bcd139b .home-options-icon-copy {
  transform: translateY(30px);
}

.home-options-text {
  text-shadow: none;
  white-space: break-spaces;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 1em;
  line-height: 1.5em;
}

.home-options-text.purple-text {
  color: var(--rebecca);
}

.home-options-text.black-text {
  color: var(--charcoal);
  text-shadow: none;
  white-space: pre-line;
}

.home-options-text.orange-text {
  color: var(--charcoal);
  text-shadow: none;
  margin-top: 16px;
}

.home-options-text.red-text {
  color: var(--charcoal);
  text-shadow: none;
}

.home-options-text.green-text {
  clear: none;
  color: var(--charcoal);
  text-align: center;
  text-shadow: none;
  margin-top: 16px;
  position: static;
}

.home-options-icon {
  overflow-wrap: normal;
  max-width: 219px;
  max-height: 224px;
  margin-top: 0;
  padding-top: 0;
  display: inline-block;
}

.home-options-icon.about {
  line-height: 1.6rem;
}

.return-to-menu {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% calc(10vh + 20px);
}

.return-to-menu.awge-copyright-mobile {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.otherstuff-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--white);
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 10px 47px 30px 43px;
  font-size: 1.1em;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
}

.home-content-mobile {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.home-container-mobile {
  background-color: #e6e2e2;
  border: 2px solid #000;
  border-radius: 7px;
  width: 80vw;
  height: auto;
  position: relative;
}

.home-section-video-mobile {
  position: relative;
}

.home-options-container-mobile {
  justify-content: center;
  display: flex;
  position: relative;
}

.landing-content {
  background-color: #1d1ac7;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.landing-title {
  flex: 1.3;
  align-items: flex-end;
  display: flex;
}

.landing-start {
  color: var(--black);
  flex: .5;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  display: flex;
}

.landing-copyright {
  flex: .5;
}

.page-wrapper {
  align-items: center;
}

.awge-tube-border {
  z-index: 10;
  background-image: url('../images/portfolioborder1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 101% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.awge-tube-border.awge-tube-border-mobile {
  background-image: url('../images/portfolioborder1.png');
  background-repeat: no-repeat;
  background-size: 101% 100%;
}

.landing-start-arrow {
  text-shadow: none;
}

.landing-copyright-text {
  color: var(--white);
  text-align: center;
  font-size: .9em;
  line-height: 1.5em;
}

.landing-image {
  color: var(--rebecca);
  height: 16vw;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.landing-start-text {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .83em;
  padding-bottom: .83em;
  font-size: 1.5em;
  line-height: 1.5em;
  display: flex;
  animation: blink 0.96s step-start infinite;
}

.awge-tube-shape {
  background-color: var(--black);
  color: var(--white);
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.script, .style {
  display: none;
}

.awge-stars {
  box-shadow: 0 2px 5px #0003;
}

.awge-home {
  z-index: 2;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 10vh;
  left: 10vw;
}

.error-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 25%;
}

.error-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 400;
  line-height: 2em;
}

.form-container {
  text-align: center;
  width: 40vw;
  min-width: 695px;
  height: 49vh;
  min-height: 400px;
}

.form-container.form-container--password {
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
}

.form-field {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.form-label {
  background-color: #9b9b9b;
  border: 1px solid #9b9b9b;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1em 15px;
  font-size: 1em;
  line-height: 1.5rem;
}

.form-field-label-container {
  background-color: #999;
  border: 1px solid #9b9b9b;
  border-radius: 5px;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 5px 15px;
  display: flex;
}

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

.form-input {
  background-color: var(--white);
  color: #9b9b9b;
  border: 1px solid #9b9b9b;
  border-radius: 5px;
  height: 100%;
  margin-bottom: 0;
  padding: 10px;
  font-size: .9em;
  line-height: 1.1rem;
}

.home-options-link {
  text-decoration: none;
}

.form-fields {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  display: flex;
}

.form-button {
  background-color: #545454;
  border-radius: 8px;
  width: 100%;
  margin: 5px;
  padding: 10px;
  font-size: 1.3em;
}

.form-footer {
  border-top: 2px solid #000;
  display: flex;
}

.form-content {
  background-color: #d7d6d6;
  border: 5px solid #000;
  border-radius: 8px;
  overflow: hidden;
}

.form-error {
  background-color: var(--red);
  text-align: center;
  border-radius: 4px;
  margin-top: 0;
  font-size: 1em;
  position: absolute;
  inset: auto 25% 30%;
}

.landing-start-container {
  color: var(--black);
  text-decoration: none;
}

.link-block {
  text-align: left;
  text-decoration: none;
}

.div-block {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.grid {
  grid-column-gap: 17px;
  grid-row-gap: 16px;
  grid-template: "Area" 175px
                 "." 175px
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  height: 100%;
  margin: 10px;
  display: grid;
}

.paragraph {
  aspect-ratio: auto;
  color: var(--charcoal);
  object-fit: fill;
  height: auto;
  margin: 60px 40px 50px;
  font-size: 14px;
  line-height: 1.7rem;
  text-decoration: none;
  position: relative;
  overflow: auto;
}

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

.text-block-2 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 1.1em;
}

.link-block-2 {
  height: 100px;
  margin-left: 10px;
}

.image {
  min-width: 100%;
}

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

.image-3 {
  max-width: 80%;
  margin-left: -26px;
}

.image-4 {
  vertical-align: baseline;
  margin-top: 9px;
  margin-left: 0;
  position: static;
}

.image-5 {
  margin-top: 18px;
}

.text-block-3 {
  color: var(--black);
  text-align: left;
  margin-top: 7px;
  margin-left: -20px;
  font-weight: 700;
}

.video {
  clear: none;
  flex: 0 auto;
  width: 100%;
  max-width: 642px;
  height: 100%;
  max-height: 317px;
  margin-bottom: 0;
  margin-right: 0;
  position: relative;
  top: auto;
}

.text-block-4 {
  color: var(--black);
  text-overflow: clip;
  font-style: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.text-block-5 {
  color: var(--black);
  margin-top: 4px;
  margin-left: 0;
  font-size: 18px;
}

.text-block-6 {
  color: var(--black);
  margin-top: 4px;
  font-size: 18px;
  text-decoration: none;
}

.image-6, .image-7 {
  text-align: center;
}

.home-container-uber {
  background-color: #e6e2e2;
  border: 2px solid #000;
  border-radius: 7px;
  flex-direction: column;
  align-items: stretch;
  width: 69vw;
  min-width: 465px;
  min-height: 300px;
  margin: 132px auto auto;
  display: flex;
  position: relative;
}

.text-block-7 {
  color: var(--black);
  flex: 0 auto;
  order: 1;
  align-self: flex-end;
  position: absolute;
}

.section {
  min-width: 42px;
  min-height: 214px;
}

.text-block-8 {
  font-size: 14px;
}

.text-block-9 {
  font-size: 15px;
}

.text-block-10 {
  font-size: 14px;
}

.problem {
  color: var(--black);
  text-align: left;
  letter-spacing: 0;
  margin: 4px 10px 5px;
  padding-top: 17px;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 14px;
}

.insight {
  color: var(--black);
  text-align: left;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 20px;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 14px;
}

.idea {
  color: var(--black);
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 20px;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 14px;
}

.video-2 {
  width: auto;
  margin-top: 60px;
  margin-left: 30px;
  margin-right: 30px;
}

.section-2 {
  min-height: 400px;
}

.home-options-icon-copy {
  overflow-wrap: normal;
  max-width: 123px;
  max-height: 224px;
  margin-top: 0;
  padding-top: 0;
  display: inline-block;
}

.home-options-icon-copy.about {
  line-height: 1.6rem;
}

.aboutme-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 10px 47px 30px 43px;
  font-size: 1.1em;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
}

.grid-2 {
  grid-column-gap: 1px;
  grid-template: "Area Area-2"
  / 1fr 1fr 1fr 1fr 1fr;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding-right: 0;
}

.paragraph-3 {
  color: var(--black);
  text-align: center;
  margin-top: -16px;
  margin-bottom: 36px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}

.image-8 {
  padding-left: 22px;
}

.image-9 {
  margin-top: -20px;
  padding-top: 0;
  padding-right: 0;
}

.quick-stack {
  margin-top: 1px;
  padding-top: 0;
}

.paragraph-4 {
  color: var(--black);
  text-align: center;
  margin-top: 108px;
  font-size: 14px;
}

.image-10 {
  text-align: center;
  align-self: center;
  max-width: none;
  height: 960px;
  padding-top: 20px;
  position: relative;
}

.section-3 {
  letter-spacing: 0;
  margin-top: 10px;
}

.paragraph-5 {
  font-size: 14px;
}

.paragraph-6 {
  box-sizing: border-box;
  aspect-ratio: auto;
  background-color: var(--rebecca);
  outline-offset: 0px;
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  object-fit: fill;
  outline: 2px solid #000;
  width: 1100px;
  height: 600px;
  margin-top: 1027px;
  margin-left: 0;
  padding-left: 0;
  font-size: 14px;
  text-decoration: none;
  position: static;
}

.home-container-copy {
  background-color: #e6e2e2;
  border: 2px solid #000;
  border-radius: 7px;
  flex-direction: column;
  width: 69vw;
  min-width: 465px;
  height: 384vh;
  min-height: 300px;
  margin: 132px auto auto;
  display: flex;
  position: relative;
}

.home-container-npcs {
  background-color: #e6e2e2;
  border: 2px solid #000;
  border-radius: 7px;
  flex-direction: column;
  align-items: stretch;
  width: 69vw;
  min-width: 465px;
  min-height: 300px;
  margin: 132px auto auto;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.home-container-abuelamode {
  background-color: #e6e2e2;
  border: 2px solid #000;
  border-radius: 7px;
  flex-direction: column;
  align-items: stretch;
  width: 69vw;
  min-width: 465px;
  min-height: 300px;
  margin: 132px auto auto;
  padding-bottom: 70px;
  display: flex;
  position: relative;
}

.home-container-paralympics, .home-container-gopuff, .home-container-levis {
  background-color: #e6e2e2;
  border: 2px solid #000;
  border-radius: 7px;
  flex-direction: column;
  align-items: stretch;
  width: 69vw;
  min-width: 465px;
  min-height: 300px;
  margin: 132px auto auto;
  display: flex;
  position: relative;
}

.image-11 {
  max-width: 93%;
  margin-top: 2px;
  margin-left: 10px;
}

.image-12 {
  padding-right: 0;
}

.section-4 {
  margin-top: 110px;
}

.paragraph-7, .paragraph-8 {
  color: var(--black);
  text-align: center;
}

.grid-3 {
  grid-template-rows: 177px;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
  overflow: hidden;
  padding-left: 30px;
  padding-right: 30px;
}

.grid-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-container-about {
  background-color: #e6e2e2;
  border: 2px solid #000;
  border-radius: 7px;
  flex-direction: column;
  width: 69vw;
  min-width: 465px;
  min-height: 300px;
  margin: 160px auto auto;
  display: flex;
  position: relative;
}

.home-container-about .home-options-container {
  margin-bottom: 0;
  height: auto;
  margin-top: -40px;
}

.paragraph-9 {
  padding-bottom: 0;
  position: absolute;
  top: 512px;
}

.image-10-copy {
  text-align: center;
  align-self: center;
  max-width: none;
  height: 480px;
  padding-top: 5px;
  position: relative;
}

.grid-2-copy {
  grid-column-gap: 1px;
  grid-template: "Area Area-2"
  / 1.5fr 1fr;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 33px;
  margin-right: 0;
  padding-right: 0;
}

.paragraph-10 {
  color: var(--black);
}

.posters-list {
  display: grid;
  grid-template-columns: repeat(3, 0.8fr);
  gap: 20px;
  padding: 20px;
  justify-content: center;
}

.posters-list img {
  width: 100%;
  height: auto;
  display: block;
}

.poster-item {
  position: relative;
  overflow: hidden;
}

.poster-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: filter 0.3s ease;
}

.poster-item:hover img {
  filter: brightness(0.4);
}

.poster-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.poster-item:hover .poster-overlay {
  opacity: 1;
}

.poster-overlay p {
  color: white;
  font-family: 'Press Start 2P', monospace;
  font-size: 0.55em;
  text-align: center;
  line-height: 1.8;
  margin: 0;
}

.brain-children-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 25px 40px 25px;
  gap: 40px;
}

.brain-children-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-shrink: 0;
}

.brain-child-preview {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brain-child-preview img {
  max-width: 100%;
  max-height: 400px;
  height: auto;
  display: none;
  border-radius: 6px;
}

.brain-child-link {
  font-family: 'Press Start 2P', monospace;
  font-size: 1em;
  color: var(--black);
  text-decoration: none;
}

.brain-child-link:visited {
  color: #1a1aff;
}

.brain-child-link:hover {
  text-decoration: underline;
}

.poster-zoom-btn {
  background: transparent;
  border: 2px solid white;
  color: white;
  font-family: 'Press Start 2P', monospace;
  font-size: 1em;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: block;
  margin: 16px auto 0;
  line-height: 1;
}

.poster-zoom-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

#poster-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#poster-lightbox.active {
  display: flex;
}

#poster-lightbox-img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 8px;
}

.home-container-posters {
  background-color: #e6e2e2;
  border: 2px solid #000;
  border-radius: 7px;
  flex-direction: column;
  width: 75.9vw;
  min-width: 465px;
  min-height: 300px;
  margin: 132px auto auto;
  display: flex;
  position: relative;
}

.home-container-otherstuff {
  background-color: #e6e2e2;
  border: 2px solid #000;
  border-radius: 7px;
  flex-direction: column;
  width: 69vw;
  min-width: 465px;
  height: calc(55vh - 220px);
  min-height: 300px;
  margin: auto;
  display: flex;
  position: relative;
}

.return-to-work {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 10vh;
}

.return-to-work.awge-copyright-mobile {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.workreturn-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--white);
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 10px 47px 30px 43px;
  font-size: 1.1em;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-areas: "Area";
  justify-items: center;
  justify-content: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.image-13 {
  padding-left: 3px;
  padding-right: 30px;
}

.image-14 {
  padding-left: 30px;
  padding-right: 3px;
}

.home-container-twix .section {
  margin-top: 15px;
}

.home-container-twix {
  background-color: #e6e2e2;
  border: 2px solid #000;
  border-radius: 7px;
  flex-direction: column;
  align-items: stretch;
  width: 69vw;
  min-width: 465px;
  min-height: 300px;
  margin: 132px auto auto;
  display: flex;
  position: relative;
  padding-bottom: 0px;
}

.home-container-twix .section-5 {
  padding-bottom: 0px;
  margin-bottom: -10px;
}

.home-container-planb {
  background-color: #e6e2e2;
  border: 2px solid #000;
  border-radius: 7px;
  flex-direction: column;
  align-items: stretch;
  width: 69vw;
  min-width: 465px;
  min-height: 300px;
  margin: 132px auto auto;
  display: flex;
  position: relative;
}

.image-15, .image-16 {
  margin-top: 50px;
}

.paragraph-6-babies {
  box-sizing: border-box;
  aspect-ratio: auto;
  background-color: var(--rebecca);
  outline-offset: 0px;
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  object-fit: fill;
  outline: 2px solid #000;
  width: 1100px;
  height: 600px;
  margin-top: 60px;
  margin-left: 0;
  padding-left: 0;
  font-size: 14px;
  text-decoration: none;
  position: static;
}

.paragraph-6-npc {
  box-sizing: border-box;
  aspect-ratio: auto;
  background-color: var(--rebecca);
  outline-offset: 0px;
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  object-fit: fill;
  outline: 2px solid #000;
  width: 1100px;
  height: 600px;
  margin-top: 1027px;
  margin-left: 0;
  padding-left: 0;
  font-size: 14px;
  text-decoration: none;
  position: static;
}

.image-17 {
  padding-left: 30px;
  padding-right: 30px;
}

.video-2-npc {
  width: auto;
  margin-top: -40px;
  margin-left: 30px;
  margin-right: 30px;
}

.video-2-twix {
  width: auto;
  margin-top: -105px;
  margin-left: 30px;
  margin-right: 30px;
}

.paragraph-11 {
  color: var(--black);
  text-align: center;
  margin-top: -63px;
  padding-left: 30px;
  padding-right: 30px;
}

.section-5 {
  margin-top: 101px;
}

.image-18 {
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.paragraph-12 {
  color: var(--black);
  text-align: center;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.grid-5 img {
  width: 100%;
  height: auto;
}

.paragraph-13 {
  color: var(--black);
  text-align: center;
  margin-top: 75px;
}

.paragraph-14 {
  color: var(--black);
  margin-top: 38px;
  text-align: center;
}

.paragraph-15 {
  color: var(--black);
  margin-top: 30px;
  text-align: center;
}

.uber-leak-images {
  display: flex;
  flex-direction: row;
  gap: 30px;
  padding: 0 30px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.uber-leak-images img {
  width: calc((100% - 120px) / 3);
  height: auto;
}

.uber-leak-images img:nth-child(1) {
  transform: translateX(-28px);
}

.uber-leak-images img:nth-child(2) {
  transform: scale(1.44) translateX(2px);
}

.uber-leak-images img:nth-child(3) {
  transform: translateX(28px);
}

.npc-challenge-caption {
  margin-top: 40px;
}

.npc-find-caption {
  margin-top: 30px;
}

.waze-audio-row {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  padding: 30px;
  gap: 20px;
  margin-top: -35px;
}

.waze-audio-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  animation: pulse 1.8s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.08); }
}

.waze-audio-btn img {
  width: 23.2vw;
  height: 23.2vw;
}

.npc-prizes-pair {
  display: grid;
  grid-template-columns: 1fr 52% 1fr;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.npc-prizes-pair .npc-prizes-textbox {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  height: auto;
  position: relative;
  top: 70px;
}

.npc-prizes-bottom-row {
  display: contents;
}

.npc-prizes-bottom-row img:first-child {
  grid-column: 1;
  grid-row: 1;
  justify-self: center;
  width: 100%;
  height: auto;
  object-fit: contain;
  transform: scale(1.5);
  position: relative;
  top: 70px;
}

.npc-prizes-bottom-row img:last-child {
  grid-column: 3;
  grid-row: 1;
  justify-self: center;
  width: 100%;
  height: auto;
  object-fit: contain;
  transform: scale(1.5);
  position: relative;
  top: 70px;
}

.npc-textbox-img {
  margin-top: 30px;
  margin-bottom: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

.npc-challenge-pair {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-top: 30px;
  align-items: flex-start;
}

.npc-challenge-pair img {
  width: 42%;
  height: auto;
  border-radius: 8px;
}

.npc-side-by-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 35px;
}

.npc-side-by-side img {
  width: 94%;
  height: auto;
  margin: 0 auto;
  display: block;
  border-radius: 8px;
}

.paragraph-npc-streamer {
  color: var(--black);
  text-align: center;
  margin-top: 5px;
  padding-left: 30px;
  padding-right: 30px;
}

.image-npc-talk {
  display: block;
  width: 94%;
  height: auto;
  margin: 20px auto;
}

.image-lecture {
  margin-top: 30px;
  margin-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  display: block;
}

.grid-6 {
  grid-template-rows: auto;
  margin-top: 28px;
}

.image-19 {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .home-video-parent {
    width: 225px;
    height: 250px;
  }

  .home-video-vhs-gif {
    width: 70%;
  }

  .home-video-text {
    margin-right: 30px;
  }

  .home-navbar {
    margin-top: 0;
  }

  .home-options-items {
    grid-column-gap: 0px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: column dense;
    place-content: space-around space-between;
    place-items: stretch stretch;
    overflow: hidden;
  }

  .home-options-container {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    overflow: hidden;
  }

  .home-options-text.black-text {
    text-align: center;
  }

  .home-options-icon {
    width: 80px;
  }

  .home-options-icon.testing, .home-options-icon.about {
    width: auto;
  }

  .home-container-mobile .home-options-icon,
  .home-container-mobile .home-options-icon-copy {
    height: 79px;
    width: auto;
  }

  .home-container-mobile img[src="images/twix/abacus.glb.gif"] {
    height: 100px !important;
    width: auto !important;
    margin-bottom: -21px !important;
  }

  .home-container-mobile img[src="images/storkhuntc.glb.gif"] {
    height: 91px !important;
    width: auto !important;
    margin-bottom: -12px !important;
  }

  .home-container-mobile img[src="images/ps5.glb.gif"] {
    height: 91px !important;
    width: auto !important;
    margin-bottom: -12px !important;
  }

  .home-container-mobile img[src="images/ImageToStl.com_dumbell.glb.gif"] {
    position: relative;
    top: 8px;
  }

  .home-content-mobile {
    display: none;
  }

  .home-options-container-mobile {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    overflow: hidden;
  }

  .paragraph {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .home-options-icon-copy.testing, .home-options-icon-copy.about {
    width: 70px;
  }

  .home-options-icon-copy {
    width: 80px;
  }

  .home-options-icon-copy.testing, .home-options-icon-copy.about {
    width: 70px;
  }
}

@media screen and (max-width: 767px) {
  .landing-copyright-text {
    font-size: .63em;
  }

  #music-toggle-btn {
    top: auto !important;
    bottom: 24px !important;
    right: 24px !important;
    left: auto !important;
  }

  #music-toggle-btn img {
    width: 36px !important;
    height: 36px !important;
  }

  @keyframes turn-on-mobile {
    0% {
      transform: scale(1, 0.8) translate3d(0, 0, 0);
      -webkit-transform: scale(1, 0.8) translate3d(0, 0, 0);
      filter: none;
      opacity: 1
    }
    3.5% {
      transform: scale(1, 0.8) translate3d(0, 100%, 0);
      -webkit-transform: scale(1, 0.8) translate3d(0, 100%, 0)
    }
    3.6% {
      transform: scale(1, 0.8) translate3d(0, -100%, 0);
      -webkit-transform: scale(1, 0.8) translate3d(0, -100%, 0);
      opacity: 1
    }
    9% {
      transform: scale(1.3, 0.6) translate3d(0, 100%, 0);
      -webkit-transform: scale(1.3, 0.6) translate3d(0, 100%, 0);
      filter: none;
      opacity: 0
    }
    11% {
      transform: scale(1, 1) translate3d(0, 0, 0);
      filter: contrast(0) brightness(0) saturate(1);
      opacity: 0
    }
    100% {
      transform: scale(1, 1) translate3d(0, 0, 0);
      filter: contrast(1.075) brightness(1.14) saturate(1.3);
      opacity: 1
    }
  }

  .awge-content {
    animation: 3.4s linear 0s 1 normal none running turn-on-mobile !important;
  }

  .home-content-menu:has(.home-container) {
    display: none;
  }

  .home-content-menu {
    background-color: #1d1ac7;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 95px;
    padding-bottom: 60px;
    min-height: 100vh;
    display: flex;
  }

  .home-content-menu .uber-page-wrapper {
    align-self: center;
    padding-top: 0;
    margin-top: 0;
  }

  .uber-credits-text {
    font-size: 6px !important;
    line-height: 1.5rem;
    width: 80vw !important;
    min-width: unset !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    margin: 20px auto 0 !important;
    padding-bottom: 110px !important;
  }

  .uber-credits-text div:first-child,
  .uber-credits-text div:last-child {
    width: 100% !important;
    transform: none !important;
    text-align: center !important;
  }

  .uber-credits-text div:last-child {
    margin-top: 30px !important;
  }

  .home-container-abuelamode,
  .home-container-uber,
  .home-container-npcs,
  .home-container-copy,
  .home-container-paralympics,
  .home-container-twix,
  .home-container-planb,
  .home-container-otherstuff,
  .home-container-posters,
  .home-container-about {
    width: 80vw !important;
    min-width: unset !important;
    margin: 0 auto !important;
    font-size: 9px;
  }

  .home-container-abuelamode {
    padding-bottom: 20px !important;
  }

  .home-container-about .home-options-container {
    margin-top: 10px !important;
    padding-bottom: 100px;
  }

  .uber-credits-text {
    padding-bottom: 130px !important;
  }

  .home-container-abuelamode .uber-credits-text {
    padding-bottom: 10px !important;
  }

  .home-container-paralympics .problem-2nd {
    margin-top: -30px !important;
  }

  .home-container-abuelamode .paragraph-3 {
    margin-top: -13px !important;
  }

  .waze-audio-row {
    padding: 10px !important;
  }

  .waze-audio-btn img {
    width: 22vw !important;
    height: 22vw !important;
  }

  .abuela-points-text {
    margin-top: 10px !important;
  }

  .abuela-rewards-carousel {
    display: flex !important;
    flex-direction: row !important;
    overflow-x: scroll !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    gap: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .abuela-rewards-carousel::-webkit-scrollbar {
    display: none !important;
  }

  .abuela-rewards-slide {
    min-width: 100% !important;
    width: 100% !important;
    flex-shrink: 0 !important;
    scroll-snap-align: start !important;
    display: block !important;
  }

  .abuela-rewards-slide img {
    width: 100% !important;
    height: auto !important;
    border-radius: 8px !important;
    display: block !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }

  .abuela-rewards-slide .image-11 {
    width: 93.5% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative !important;
    top: 2px !important;
  }

  .abuela-rewards-carousel {
    margin-top: 20px !important;
  }

  .rewards-carousel-dots {
    display: flex !important;
    justify-content: center;
    gap: 6px;
    margin-top: 8px;
  }

  .rewards-carousel-dots span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
    opacity: 0.3;
    display: inline-block;
  }

  .rewards-carousel-dots span:first-child {
    opacity: 1;
  }

  .home-container-abuelamode .grid-2 {
    display: flex !important;
    flex-direction: row !important;
    overflow-x: scroll !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    gap: 0px !important;
    padding: 0 !important;
    scrollbar-width: none !important;
    margin-top: -20px !important;
  }

  .home-container-abuelamode .grid-2::-webkit-scrollbar {
    display: none !important;
  }

  .home-container-abuelamode .grid-2 img {
    min-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    scroll-snap-align: start !important;
    border-radius: 8px !important;
  }

  .grid-2-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 8px;
  }

  .grid-2-dots span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
    opacity: 0.3;
    display: inline-block;
  }

  .grid-2-dots span:first-child {
    opacity: 1;
  }

  .home-container-about .home-navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .home-container-about .home-navbar img {
    max-width: 85%;
    height: auto;
    transform: translateX(57px) translateY(2px);
  }

  .home-content-menu .home-navbar {
    height: 45px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .home-content-menu .home-navbar .text-block-3 {
    font-size: 9px;
    margin-left: 0;
  }

  .home-container-twix .home-navbar .text-block-3 {
    position: relative;
    left: -8px;
  }

  .home-container-twix .section {
    margin-top: -8px;
  }

  .home-container-twix .image-17 {
    width: 100% !important;
    height: auto !important;
    transform: scale(1.15) !important;
  }

  .home-container-twix .paragraph-11 {
    margin-top: -258px;
  }

  .home-container-twix .image-18 {
    width: 100% !important;
    height: auto !important;
    transform: scale(1.15) !important;
    position: relative !important;
    top: -5px !important;
  }

  .home-container-twix .grid-5 {
    display: flex !important;
    flex-direction: column !important;
    margin-top: 75px !important;
    margin-bottom: 20px !important;
    gap: 0px !important;
  }

  .home-container-twix .grid-5 img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 20px !important;
  }

  .home-container-twix .grid-5 img:last-child {
    transform: scale(1.15) !important;
    position: relative !important;
    top: 40px !important;
  }

  .home-container-twix .grid-5 img:first-child {
    position: relative !important;
    top: -20px !important;
    transform: scale(1.15) !important;
  }

  .home-container-twix img[src="images/twix/scientific-journal-small.png"] {
    transform: scale(1.15) !important;
  }

  .home-container-twix img[src="images/twix/OOH.3 copy.png"] {
    transform: scale(1.15) !important;
  }

  .home-container-twix img[src="images/twix/lecture.png"] {
    transform: scale(1.15) !important;
  }

  .home-content-menu .problem,
  .home-content-menu .insight,
  .home-content-menu .idea,
  .home-content-menu p,
  .home-content-menu h1,
  .home-content-menu h2,
  .home-content-menu h3,
  .home-content-menu h4,
  .home-content-menu div,
  .home-content-menu span,
  .home-content-menu a,
  .home-content-menu .text-block,
  .home-content-menu .text-block-3,
  .home-content-menu .text-block-8,
  .home-content-menu .text-block-9,
  .home-content-menu .text-block-10,
  .home-content-menu .paragraph,
  .home-content-menu .paragraph-3,
  .home-content-menu .paragraph-4,
  .home-content-menu .paragraph-5,
  .home-content-menu .paragraph-8,
  .home-content-menu .paragraph-11,
  .home-content-menu .paragraph-12 {
    font-size: 9px !important;
    line-height: 1.6em;
    text-align: center !important;
  }

  .home-content-menu .video-2,
  .home-content-menu iframe {
    width: 100%;
    height: auto;
  }

  .home-content-menu .video-2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .home-container-uber .video-2,
  .home-container-npcs .video-2-npc,
  .home-container-twix .video-2-twix {
    width: 130% !important;
    margin-left: -15% !important;
    margin-right: -15% !important;
  }

  .home-container-uber .image-15,
  .home-container-uber .image-16 {
    width: 100% !important;
    height: auto !important;
  }

  .home-container-uber .uber-socialmock-img {
    width: 90% !important;
    height: auto !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .home-container-uber .uber-noback-img {
    width: 100% !important;
    height: auto !important;
    margin-top: 6px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
  }

  .home-container-uber .image-8 {
    width: 237% !important;
    height: auto !important;
    transform: none !important;
  }

  .home-container-uber .image-9 {
    width: 115% !important;
    height: auto !important;
    transform: translateX(-10px) !important;
  }

  .home-container-uber .grid-2-copy {
    grid-template-columns: 1fr 1fr !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    gap: 8px !important;
  }

  .home-container-uber .quick-stack {
    grid-template-columns: 1fr 1fr !important;
    width: calc(100% - 20px) !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    margin-top: -5px !important;
    margin-bottom: -25px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    gap: 8px !important;
  }

  .home-container-uber .uber-leak-images {
    flex-direction: column !important;
    gap: 10px !important;
    padding: 0 !important;
  }

  .home-container-uber .uber-leak-caption {
    margin-top: 26px !important;
  }

  .home-container-uber .uber-leak-images img {
    width: 100% !important;
    height: auto !important;
    transform: none !important;
  }

  .home-container-uber .uber-leak-images img:nth-child(1) {
    width: 91% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: -20px !important;
    display: block !important;
  }

  .home-container-uber .uber-leak-images img:nth-child(2) {
    width: 140% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    transform: translateX(3px) !important;
  }

  .home-container-uber .uber-leak-images img:nth-child(3) {
    width: 92% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }

  .home-content-menu .section,
  .home-content-menu .section-2,
  .home-content-menu .section-3,
  .home-content-menu .section-4,
  .home-content-menu .section-5,
  .home-content-menu .problem,
  .home-content-menu .insight,
  .home-content-menu .idea,
  .home-content-menu p,
  .home-content-menu .paragraph,
  .home-content-menu .paragraph-3,
  .home-content-menu .paragraph-4,
  .home-content-menu .paragraph-5,
  .home-content-menu .paragraph-8,
  .home-content-menu .paragraph-11,
  .home-content-menu .paragraph-12 {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box;
  }

  .home-content-menu img {
    max-width: 100%;
    height: auto;
  }

  img[src="images/waze/mapabuela.png"] {
    width: 187% !important;
    max-width: none !important;
    margin-left: -43.5% !important;
  }

  img[src="images/waze/abuela social posr.png"] {
    width: 130% !important;
    max-width: none !important;
    margin-left: -15% !important;
  }

  .home-content-menu .image-10 {
    width: 80% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
  }

  .home-content-menu .w-layout-grid {
    grid-template-columns: 1fr;
  }

  .home-container-npcs .grid-4 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
  }

  .home-container-npcs .grid-4 img {
    display: block !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .home-container-npcs .grid-4 .image-14 {
    position: relative !important;
    left: -13px !important;
    top: -15px !important;
  }

  .home-container-npcs .grid-4 .image-13 {
    position: relative !important;
    left: 14px !important;
    top: -15px !important;
  }

  .home-content-menu .quick-stack {
    grid-template-columns: 1fr;
  }

  .home-video-media-gif {
    box-shadow: none;
    border: 2px solid #000;
    border-radius: 7px;
  }

  .home-video-text {
    z-index: 11;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-right: 0;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .home-navbar.home-navbar-mobile {
    background-color: #d4cdcd;
    box-shadow: none;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 0%;
    display: flex;
  }

  .home-navbar.home-navbar-mobile .text-block-3 {
    text-align: center;
    margin-left: 0;
    margin-top: 0;
  }

  .home-container-twix .home-navbar .text-block-3 {
    position: relative;
    left: -8px;
  }

  .home-container-twix .image-17 {
    width: 100% !important;
    height: auto !important;
    transform: scale(1.15) !important;
  }

  .home-container-twix .paragraph-11 {
    margin-top: -258px;
  }

  .home-container-twix .image-18 {
    width: 100% !important;
    height: auto !important;
    transform: scale(1.15) !important;
    position: relative !important;
    top: -5px !important;
  }

  .home-container-twix .grid-5 {
    display: flex !important;
    flex-direction: column !important;
    margin-top: 75px !important;
    margin-bottom: 20px !important;
    gap: 0px !important;
  }

  .home-container-twix .grid-5 img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 20px !important;
  }

  .home-container-twix .grid-5 img:last-child {
    transform: scale(1.15) !important;
    position: relative !important;
    top: 40px !important;
  }

  .home-container-twix .grid-5 img:first-child {
    position: relative !important;
    top: -20px !important;
    transform: scale(1.15) !important;
  }

  .home-container-twix img[src="images/twix/scientific-journal-small.png"] {
    transform: scale(1.15) !important;
  }

  .home-container-twix img[src="images/twix/OOH.3 copy.png"] {
    transform: scale(1.15) !important;
  }

  .home-container-twix img[src="images/twix/lecture.png"] {
    transform: scale(1.15) !important;
  }

  .home-options-items {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .return-to-menu {
    flex: .45 0;
  }

  .return-to-menu.awge-copyright-mobile {
    display: flex !important;
    position: fixed !important;
    inset: unset !important;
    bottom: 70px !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 999 !important;
    margin-top: 0;
    margin-bottom: 0;
  }

  .otherstuff-link {
    font-size: .6em;
  }

  .home-content-mobile {
    background-color: #1d1ac7;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    min-height: 100vh;
    padding-top: 3px;
  }

  .home-container-mobile {
    background-color: #e6e2e2;
    border: 2px solid #000;
    border-radius: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80vw;
    height: auto;
    padding-top: 0;
    padding-bottom: 0px;
    margin-top: 15px;
    display: flex;
  }

  .home-section-video-mobile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .home-video-ipad-mobile {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 210px;
    height: 170px;
    display: flex;
  }

  .image-gif {
    border: 2px solid #000;
    border-radius: 7px;
  }

  .home-video-gif-mobile {
    z-index: 10;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: -10% 0% 0%;
  }

  .home-options-container-mobile {
    width: 90vw;
    margin-top: 50px;
  }

  .awge-tube-border {
    background-image: url('../images/mobileborder.png');
    background-size: 100% 100%;
  }

  .awge-tube-border.awge-tube-border-mobile {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .form-field {
    grid-template-columns: 1fr;
  }

  .form-label {
    display: none;
  }

  .form-input {
    min-height: 3em;
  }

  .form-content {
    margin-left: 15px;
    margin-right: 15px;
  }

  .form-error {
    font-size: .7em;
    line-height: 1rem;
    bottom: 25%;
    left: 15%;
    right: 15%;
  }

  .aboutme-link {
    font-size: .6em;
  }

  .return-to-work {
    flex: .45 0;
  }

  .return-to-work.awge-copyright-mobile {
    position: static;
  }

  .workreturn-link {
    font-size: .6em;
  }
}

@media screen and (max-width: 479px) {
  .home-video-media-gif {
    position: absolute;
  }

  .home-video-text {
    position: absolute;
    inset: 0%;
  }

  .uber-credits-text {
    padding-bottom: 130px !important;
  }

  .home-container-abuelamode .uber-credits-text {
    padding-bottom: 10px !important;
  }

  .home-container-paralympics .problem-2nd {
    margin-top: -30px !important;
  }

  .home-container-abuelamode .paragraph-3 {
    margin-top: -13px !important;
  }

  .waze-audio-row {
    padding: 10px !important;
  }

  .waze-audio-btn img {
    width: 22vw !important;
    height: 22vw !important;
  }

  .abuela-points-text {
    margin-top: 10px !important;
  }

  .abuela-rewards-carousel {
    display: flex !important;
    flex-direction: row !important;
    overflow-x: scroll !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    gap: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .abuela-rewards-carousel::-webkit-scrollbar {
    display: none !important;
  }

  .abuela-rewards-slide {
    min-width: 100% !important;
    width: 100% !important;
    flex-shrink: 0 !important;
    scroll-snap-align: start !important;
    display: block !important;
  }

  .abuela-rewards-slide img {
    width: 100% !important;
    height: auto !important;
    border-radius: 8px !important;
    display: block !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }

  .abuela-rewards-slide .image-11 {
    width: 93.5% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative !important;
    top: 2px !important;
  }

  .abuela-rewards-carousel {
    margin-top: 20px !important;
  }

  .rewards-carousel-dots {
    display: flex !important;
    justify-content: center;
    gap: 6px;
    margin-top: 8px;
  }

  .rewards-carousel-dots span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
    opacity: 0.3;
    display: inline-block;
  }

  .rewards-carousel-dots span:first-child {
    opacity: 1;
  }

  .home-container-abuelamode .grid-2 {
    display: flex !important;
    flex-direction: row !important;
    overflow-x: scroll !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    gap: 0px !important;
    padding: 0 !important;
    scrollbar-width: none !important;
    margin-top: -20px !important;
  }

  .home-container-abuelamode .grid-2::-webkit-scrollbar {
    display: none !important;
  }

  .home-container-abuelamode .grid-2 img {
    min-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    scroll-snap-align: start !important;
    border-radius: 8px !important;
  }

  .grid-2-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 8px;
  }

  .grid-2-dots span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
    opacity: 0.3;
    display: inline-block;
  }

  .grid-2-dots span:first-child {
    opacity: 1;
  }

  .home-options-items {
    grid-template-areas: ".";
    grid-auto-columns: 125fr;
  }

  .home-content-mobile .home-options-items {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-auto-flow: row;
    place-items: center;
  }

  .home-options-text.purple-text, .home-options-text.black-text, .home-options-text.orange-text, .home-options-text.red-text, .home-options-text.green-text {
    font-size: .72em;
  }

  .home-options-icon {
    width: 52px;
  }

  .home-options-icon.testing {
    width: auto;
  }

  .home-options-icon.about {
    width: auto;
  }

  .otherstuff-link {
    margin-bottom: 10px;
    padding: 5px 10px;
  }

  .aboutme-link {
    padding: 5px 10px;
  }

  .home-container-mobile {
    background-color: #e6e2e2;
    padding-top: 0;
  }

  .image-gif {
    background-image: url('../images/ingen-background.gif');
    background-position: 50% 34%;
    background-repeat: no-repeat;
    background-size: 180px 124px;
  }

  .home-options-container-mobile {
    width: 75vw;
    height: auto;
    margin-top: -15px;
    margin-bottom: 20px;
  }

  .landing-title {
    flex-grow: 1;
  }

  .awge-tube-border.awge-tube-border-mobile {
    background-image: url('../images/mobileborder.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .landing-start-text {
    font-size: 1em;
  }

  .error-text {
    line-height: 1.5em;
  }

  .form-button {
    font-size: 1.2em;
  }

  .form-error {
    left: 10%;
    right: 10%;
  }

  .paragraph-2 {
    margin-bottom: 0;
    font-size: 8px;
    overflow: visible;
  }

  .home-options-icon-copy {
    width: 70px;
  }

  .home-options-icon-copy.testing {
    width: 55px;
  }

  .home-options-icon-copy.about {
    width: 60px;
  }

  .aboutme-link, .workreturn-link {
    margin-bottom: 58px;
    padding-bottom: 5px;
  }

  .home-container-uber .image-8 {
    width: 150% !important;
    height: auto !important;
    transform: scale(1.32) translateX(-7px) !important;
    transform-origin: center center;
  }

  .home-container-uber .image-9 {
    width: 115% !important;
    height: auto !important;
    transform: translateX(-10px) !important;
  }

  .home-container-uber .video-2,
  .home-container-npcs .video-2-npc,
  .home-container-twix .video-2-twix {
    width: 130% !important;
    margin-left: -15% !important;
    margin-right: -15% !important;
  }

  .home-container-uber .uber-leak-images img:nth-child(1) {
    width: 91% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: -20px !important;
    display: block !important;
  }

  .home-container-uber .uber-leak-images img:nth-child(2) {
    width: 140% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    transform: translateX(3px) !important;
  }

  .home-container-uber .uber-leak-images img:nth-child(3) {
    width: 92% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }

  .home-container-uber .uber-socialmock-img {
    width: 90% !important;
    height: auto !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .home-container-npcs .grid-4 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
  }

  .home-container-npcs .grid-4 img {
    display: block !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .home-container-npcs .grid-4 .image-14 {
    position: relative !important;
    left: -13px !important;
    top: -15px !important;
  }

  .home-container-npcs .grid-4 .image-13 {
    position: relative !important;
    left: 14px !important;
    top: -15px !important;
  }
}

#w-node-_51e8143e-59c9-baf9-04c5-7560315772bd-8bcd139b {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_96a7c455-37ef-56e2-5dd8-a8513081b89e-8bcd139b {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_3788f589-6167-5764-97a1-e08f0db77cd7-8bcd139b {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-f3ee81c2-a13f-fc0d-de0b-1e7d2c78822b-8bcd139b {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center;
}

#w-node-_34522e74-8f6f-d9de-9931-763c2b8fcbb3-8bcd139b {
  grid-area: 2 / 3 / 3 / 4;
  place-self: center;
}

#w-node-_5a6f4581-8dae-efab-9597-7282d31db663-8bcd139b {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_2cbc4a61-59f6-0e8a-c1dc-4c1a467bfb29-8bcd139b {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_2cbc4a61-59f6-0e8a-c1dc-4c1a467bfb2e-8bcd139b {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_2cbc4a61-59f6-0e8a-c1dc-4c1a467bfb33-8bcd139b {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_2cbc4a61-59f6-0e8a-c1dc-4c1a467bfb38-8bcd139b {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center;
}

#w-node-_2cbc4a61-59f6-0e8a-c1dc-4c1a467bfb3d-8bcd139b {
  grid-area: 2 / 3 / 3 / 4;
  place-self: center;
}

#w-node-_2cbc4a61-59f6-0e8a-c1dc-4c1a467bfb42-8bcd139b {
  grid-area: 2 / 4 / 3 / 5;
  place-self: center;
}

#w-node-_6452a424c576a5e1bedf945d000000000010-8bcd139e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-a5f87327-829b-dd43-5fd1-492ca944cfe7-fffeda7c, #w-node-a5f87327-829b-dd43-5fd1-492ca944cfe7-d7104ba3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a5f87327-829b-dd43-5fd1-492ca944cfe7-d32247c6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a5f87327-829b-dd43-5fd1-492ca944cfe7-3579bec9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_51e8143e-59c9-baf9-04c5-7560315772bd-0a06f534 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_96a7c455-37ef-56e2-5dd8-a8513081b89e-0a06f534 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_5a6f4581-8dae-efab-9597-7282d31db663-0a06f534 {
  place-self: center;
}

#w-node-_2cbc4a61-59f6-0e8a-c1dc-4c1a467bfb29-0a06f534 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_2cbc4a61-59f6-0e8a-c1dc-4c1a467bfb2e-0a06f534 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_2cbc4a61-59f6-0e8a-c1dc-4c1a467bfb33-0a06f534 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_2cbc4a61-59f6-0e8a-c1dc-4c1a467bfb38-0a06f534 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center;
}

#w-node-_2cbc4a61-59f6-0e8a-c1dc-4c1a467bfb3d-0a06f534 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: center;
}

#w-node-_2cbc4a61-59f6-0e8a-c1dc-4c1a467bfb42-0a06f534 {
  grid-area: 2 / 4 / 3 / 5;
  place-self: center;
}

#w-node-_00775a49-3c26-3728-42ec-72f534a6a14c-e6fe4310, #w-node-d2b373be-6b5d-d4d8-55f8-d9bd46920036-e6fe4310 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5f87327-829b-dd43-5fd1-492ca944cfe7-734a9a84 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-_3788f589-6167-5764-97a1-e08f0db77cd7-8bcd139b {
    place-self: center;
  }

  #w-node-_2cbc4a61-59f6-0e8a-c1dc-4c1a467bfb33-8bcd139b {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_2cbc4a61-59f6-0e8a-c1dc-4c1a467bfb38-8bcd139b {
    grid-column: 1 / 2;
  }

  #w-node-_2cbc4a61-59f6-0e8a-c1dc-4c1a467bfb3d-8bcd139b {
    grid-column: 2 / 3;
  }

  #w-node-_2cbc4a61-59f6-0e8a-c1dc-4c1a467bfb42-8bcd139b {
    grid-column: 3 / 4;
  }

  #w-node-_2cbc4a61-59f6-0e8a-c1dc-4c1a467bfb33-0a06f534 {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_2cbc4a61-59f6-0e8a-c1dc-4c1a467bfb38-0a06f534 {
    grid-column: 1 / 2;
  }

  #w-node-_2cbc4a61-59f6-0e8a-c1dc-4c1a467bfb3d-0a06f534 {
    grid-column: 2 / 3;
  }

  #w-node-_2cbc4a61-59f6-0e8a-c1dc-4c1a467bfb42-0a06f534 {
    grid-column: 3 / 4;
  }
}

/* Paralympics — image grid */
.home-container-paralympics .section-2 .grid-2 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 20px 0;
}

.home-container-paralympics .section-2 .grid-2 img {
  width: 40%;
  height: auto;
  padding: 0;
  margin: 0;
}

.home-container-paralympics .section-2 .grid-2 img:first-child {
  width: 44%;
}

/* Uber Eats — consistent spacing */
.home-container-uber {
  padding-bottom: 50px;
}

.home-container-uber .section {
  min-height: unset;
  padding-bottom: 20px;
}

.home-container-uber .video-2 {
  margin-top: -10px;
  border-radius: 8px;
  overflow: hidden;
}

.home-container-uber .video-2 iframe {
  border-radius: 8px;
}

.home-container-uber .section-2 {
  min-height: unset;
  margin-top: 0;
}

.home-container-uber .paragraph-3 {
  margin-top: -10px;
  margin-bottom: 10px;
}

.paragraph-npc-streamer {
  margin-top: 12px;
}

.home-container-uber .image-8 {
  padding-left: 0;
}

.home-container-uber .grid-2-copy {
  align-items: center;
}

.home-container-uber .image-9 {
  margin-top: 0;
  height: 110%;
  object-fit: cover;
}

.home-container-uber .image-15,
.home-container-uber .image-16 {
  width: 100%;
  height: auto;
  margin-top: 0;
  transform: none;
}

.home-container-uber .quick-stack {
  margin-top: 16px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}

.home-container-uber .quick-stack .w-layout-cell {
  width: 100%;
}

.home-container-uber .paragraph-4 {
  margin-top: 30px;
}

.home-container-uber .uber-leak-caption {
  margin-top: 30px;
}

.home-container-uber .uber-step-in-caption {
  margin-top: 30px;
}

.uber-socialmock-img {
  margin-top: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 49%;
}

.video-2-npc {
  margin-top: 0px;
}

.uber-noback-img {
  margin-top: 30px;
  width: 95%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transform: translateX(2px);
}

.home-container-uber .image-10 {
  height: auto;
  width: calc(100% - 400px);
  margin-top: 8px;
  margin-left: 200px;
  margin-right: 200px;
  padding-top: 0;
}

.home-container-uber .section-3 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.home-container-uber .paragraph-6-babies {
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 20px 30px;
}

.uber-page-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: flex-start;
  width: 100%;
}

.planb-game-embed {
  width: calc(100% - 60px);
  margin-left: 30px;
  margin-right: 30px;
  margin-top: -80px;
  overflow: hidden;
}

.planb-game-embed iframe {
  width: 100%;
  display: block;
}

.uber-credits-text {
  color: white;
  font-family: "Press Start 2P", sans-serif;
  font-size: 14px;
  line-height: 1.7rem;
  width: 69vw;
  min-width: 465px;
  margin: 30px 0 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 40px;
  align-items: flex-start;
}

.uber-credits-text div:first-child {
  width: 50%;
  transform: translateY(40px);
}

.uber-credits-text div:last-child {
  width: 50%;
  transform: translateY(40px);
}

/* Other Stuff page centering */
.home-content-menu:has(.home-container-otherstuff) {
  padding-bottom: 0;
  align-items: center;
}

.home-content-menu:has(.home-container-about) {
  padding-bottom: 180px;
}

.home-container-otherstuff .home-options-container {
  margin-bottom: 0 !important;
  justify-content: center;
  align-items: center;
  flex: 1 !important;
  height: auto !important;
}

.home-container-otherstuff .home-options-items {
  display: flex !important;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-top: -20px !important;
  width: 100%;
}

.home-container-otherstuff .home-options-link {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.home-container-otherstuff .home-icon-hammercontainer {
  display: flex;
  justify-content: center;
  width: 100%;
}

.home-container-abuelamode .section-4 {
  margin-top: -75px;
}

.home-container-abuelamode .video-2 {
  margin-top: -30px;
}

.home-container-abuelamode .section-2 .grid-2 {
  margin-top: -10px;
}

.abuela-rewards-carousel {
  display: flex;
  flex-direction: row;
  gap: 0px;
  width: 100%;
}

.abuela-rewards-slide {
  flex: 1 1 0;
  min-width: 0;
}

.abuela-rewards-slide img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  max-width: 100%;
  margin-left: 0;
  margin-top: 0;
}

.abuela-rewards-slide .image-11 {
  width: 93.5%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 2px;
}

.rewards-carousel-dots {
  display: none;
}

.home-container-abuelamode .section-3 {
  margin-top: 90px;
}

.home-container-abuelamode .paragraph-8 {
  margin-top: -20px;
}

.abuela-ooh-carousel {
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  gap: 0;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 12px;
}

.abuela-ooh-carousel::-webkit-scrollbar {
  display: none;
}

.abuela-ooh-slide {
  min-width: 100%;
  width: 100%;
  flex-shrink: 0;
  scroll-snap-align: start;
}

.abuela-ooh-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.abuela-ooh-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 8px;
}

.abuela-ooh-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
  opacity: 0.3;
  display: inline-block;
}

.abuela-ooh-dots span:first-child {
  opacity: 1;
}

.abuela-slideshow {
  position: relative;
  width: calc(100% - 60px);
  margin: 0 30px;
  overflow: hidden;
}

.abuela-slides {
  position: relative;
  width: 100%;
}

.abuela-slide {
  display: none;
}

.abuela-slide.active {
  display: block;
}

.abuela-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.abuela-prev, .abuela-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  font-family: "Press Start 2P", sans-serif;
  font-size: 12px;
  padding: 10px 14px;
  cursor: pointer;
  z-index: 10;
}

.abuela-prev { left: 0; }
.abuela-next { right: 0; }

.abuela-prev:hover, .abuela-next:hover {
  background: rgba(0,0,0,0.8);
}

.abuela-dots {
  text-align: center;
  padding: 10px 0 0;
}

.abuela-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #aaa;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.abuela-dot.active {
  background: #000;
}

