@font-face {
  font-family: SF Pro Display;
  src: url('../fonts/sanfranciscodisplay-regular-webfont.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SF Pro Display;
  src: url('../fonts/sanfranciscodisplay-thin-webfont.woff') format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SF Pro Display;
  src: url('../fonts/sanfranciscodisplay-semibold-webfont.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: HelveticaNeue;
  src: url('../fonts/HelveticaNeue-Bold-02.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: HelveticaNeue;
  src: url('../fonts/HelveticaNeue-Heavy.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: HelveticaNeue;
  src: url('../fonts/HelveticaNeue-Roman.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --heigh-nyc-blog-galerije: 100vh;
  --max-h-nyc: 1280px;
  --min-h-nyc: 900px;
  --white: #f5f5f5;
  --black: black;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.cf-turnstile {
  margin-top: 10px !important;
  margin-bottom: 8px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

a {
  text-decoration: underline;
}

.heading-4 {
  color: #000;
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: HelveticaNeue, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
}

.heading-4.calendar {
  letter-spacing: -.5px;
  font-family: HelveticaNeue, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.content-wrapper {
  z-index: 1;
  text-align: left;
  mix-blend-mode: normal;
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 1024px;
  max-width: 2050px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: relative;
}

.content-wrapper.work {
  background-color: #0000;
  padding-left: 50px;
  padding-right: 50px;
  transition: all .2s;
}

.content-wrapper.sideprojects {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: block;
}

.content-wrapper.home {
  margin-top: 2vw;
  padding-top: 2vw;
}

.content-wrapper.mooji {
  margin-top: 0;
}

.content-wrapper.via-1st {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.main-navigation {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  height: auto;
  margin-top: 35px;
  padding-top: 0;
  display: flex;
  position: static;
}

.headline-3 {
  color: #000;
  text-align: left;
  letter-spacing: -.5px;
  text-indent: 0;
  font-family: HelveticaNeue, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
  text-decoration: none;
}

.back-to-home-link {
  text-decoration: none;
  display: flex;
}

.back-to-home-link.w--current {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  overflow: visible;
}

.nav-link {
  background-color: #0000;
  border-bottom: 1px #0000;
  border-radius: 20px;
  height: auto;
  margin-right: 10px;
  padding: 10px 20px;
  font-family: HelveticaNeue, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

.nav-link:hover {
  background-color: #0000001a;
  border-bottom-color: #000;
  border-radius: 20px;
}

.nav-link.w--current {
  background-color: #0000001a;
  border-bottom-style: none;
  border-bottom-color: #000;
  border-radius: 20px;
  font-family: HelveticaNeue, sans-serif;
  font-weight: 400;
  transition: all .2s;
}

.nav-link.last {
  margin-right: 0;
  transition: all .2s;
}

.nav-link.privacy {
  margin-right: 0;
}

.paragraph-large {
  z-index: 1;
  float: none;
  text-align: left;
  letter-spacing: 0;
  justify-content: flex-start;
  align-items: center;
  font-family: HelveticaNeue, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 37px;
  display: block;
  position: relative;
}

.paragraph-large.center {
  text-align: center;
  font-family: HelveticaNeue, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}

.paragraph-large.downsized {
  font-size: 18px;
  line-height: 35px;
}

.paragraph-large.downsized.center {
  line-height: 32px;
}

.paragraph-large.image {
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
  direction: ltr;
  font-size: 23px;
}

.paragraph-large.dark {
  color: #bbb;
}

.paragraph-large.pooortal-full-width {
  text-align: center;
  width: 50%;
  margin-top: 50px;
}

.paragraph-large.white {
  color: #fff;
}

.main-nav-link {
  color: #000;
  font-family: HelveticaNeue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.featured-project-section {
  aspect-ratio: 16 / 9;
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.featured-project-section.textnow-new-user-experience {
  aspect-ratio: auto;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: block;
  position: relative;
}

.featured-project-artwork {
  aspect-ratio: 3 / 2;
  background-color: #161616;
  background-image: none;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  display: flex;
  position: relative;
  inset: 0%;
}

.featured-project-artwork.square {
  aspect-ratio: 1;
  border-radius: 0;
  width: auto;
  transition: all .2s;
}

.featured-project-artwork.square:hover {
  outline-offset: 0px;
  background-image: none;
  outline: 1px #000;
  transform: scale(1.01);
  box-shadow: 0 40px 200px #00000040;
}

.featured-project-description {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  inset: auto auto 0 0;
}

.recent-project-label {
  color: #000;
  text-align: left;
  letter-spacing: -.3px;
  margin-bottom: 5px;
  font-family: HelveticaNeue, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.recent-project-label.featured {
  color: #fff;
  letter-spacing: -.6px;
  height: auto;
  margin-bottom: 40px;
  font-family: HelveticaNeue, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 70px;
}

.recent-project-label.featured.center {
  text-align: center;
  letter-spacing: 0;
}

.paragraph-small {
  text-align: left;
  margin-bottom: 0;
  padding: 0;
  font-family: HelveticaNeue, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-small.center {
  text-align: center;
  font-size: 17px;
  line-height: 30px;
}

.paragraph-small.white {
  color: #dadada;
}

.paragraph-small.white.bottom-padding {
  margin-bottom: 40px;
}

.paragraph-small.featured {
  color: #000;
  font-size: 20px;
  line-height: 40px;
}

.paragraph-small.gray {
  color: #6b6b6b;
}

.recent-section {
  border-top: 1px solid #000;
  margin-top: 7vw;
  padding-top: 50px;
}

.recent-section.home {
  border-top-style: solid;
  margin-top: 0;
}

.recent-projects-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 100px;
}

.recent-project-thumb-container {
  aspect-ratio: 1;
  opacity: 1;
  background-color: #f5f5f5;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  position: relative;
}

.recent-project-thumb-container:hover {
  z-index: 1;
  opacity: 1;
  outline-offset: 0px;
  border: 1px #000;
  border-color: #ffffff80 #000 #000 #ffffffb3;
  outline: 1px #000;
  transform: scale(1.01);
  box-shadow: 0 40px 200px 1px #00000040;
}

.recent-project-thumb-container.bassivity {
  background-color: #d2baf7;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  position: relative;
}

.recent-project-thumb-container.bassivity:hover {
  opacity: 1;
}

.recent-project-thumb-container.madsense {
  z-index: 1;
  background-image: none;
  background-size: auto;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.recent-project-thumb-container.madsense:hover {
  box-shadow: none;
  opacity: 1;
  outline-offset: 0px;
  background-image: none;
  border: 1px #000;
  outline: 1px #000;
  transform: scale(1);
}

.recent-project-thumb-container.textnow_in_app_brand {
  border-radius: 0;
}

.recent-project-thumb-container.textnow_in_app_brand:hover {
  box-shadow: none;
  outline-offset: 0px;
  outline: 1px #000;
}

.recent-project-thumb-container.pudding {
  background-color: #ddd0c1;
  border-radius: 0;
}

.recent-project-thumb-container.pudding:hover {
  box-shadow: none;
  outline-offset: 0px;
  outline: 1px #000;
}

.recent-project-thumb-container.pooortal {
  z-index: 2;
  background-color: #000;
  background-image: none;
  border-radius: 0;
  overflow: hidden;
  transition: all .2s;
}

/* Pooortal SpiralArtwork thumbnail */
.sa-wrap {
  position: absolute;
  inset: 0;
  background: #000;
  overflow: hidden;
}

.sa-spiral {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}

/* Floating elements — bloom + sharp pair share same animation */
@keyframes sa-float-eye   { 0%,100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-8%) rotate(180deg); } }
@keyframes sa-float-cat   { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7%); } }
@keyframes sa-float-mouth { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6%); } }
@keyframes sa-float-clock { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6%); } }

.sa-eye {
  position: absolute;
  top: 12%; right: 12%;
  width: 22%;
  animation: sa-float-eye 8s steps(120) infinite;
}
.sa-eye img { width: 100%; height: auto; opacity: 0.7; }
.sa-eye.sa-bloom img { filter: blur(6px) brightness(1.8); opacity: 0.5; }

.sa-cat {
  position: absolute;
  top: 8%; left: 4%;
  width: 38%;
  animation: sa-float-cat 6s steps(90) infinite;
}
.sa-cat img { width: 100%; height: auto; transform: rotate(250deg); opacity: 0.7; }
.sa-cat.sa-bloom img { filter: blur(6px) brightness(1.8); opacity: 0.5; }

.sa-mouth {
  position: absolute;
  bottom: 4%; left: -20%;
  width: 55%;
  animation: sa-float-mouth 5s steps(75) infinite;
}
.sa-mouth img { width: 100%; height: auto; transform: rotate(-10deg); opacity: 0.7; }
.sa-mouth.sa-bloom img { filter: blur(6px) brightness(1.8); opacity: 0.5; }

.sa-clock {
  position: absolute;
  bottom: 2%; right: -24%;
  width: 65%;
  animation: sa-float-clock 7s steps(105) infinite;
}
.sa-clock img { width: 100%; height: auto; transform: rotate(25deg); opacity: 0.7; }
.sa-clock.sa-bloom img { filter: blur(6px) brightness(1.8); opacity: 0.5; }

.sa-logo {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.sa-logo img { width: 30%; height: auto; filter: brightness(0) invert(1); opacity: 0.85; }

.recent-project-thumb-container.pooortal:hover {
  box-shadow: none;
  outline-offset: 0px;
  outline: 1px #000;
}

.recent-project-thumb-container.mooji {
  background-color: #ffcc2f;
  background-image: linear-gradient(#ffb400, #ffe074);
}

.all-works-button-container {
  outline-offset: 0px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  outline: 1px #00e;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  min-width: auto;
  height: 70px;
  padding-left: 20px;
  padding-right: 0;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  inset: auto 0 0 auto;
  box-shadow: 1px 1px #000;
}

.all-works-button-container:hover {
  filter: invert();
  border-color: #fff;
  transform: none;
  box-shadow: 1px 1px #fff;
}

.all-works-button-container.no-outline {
  border-style: none;
  border-color: #000;
}

.all-works-button-container.featured {
  box-shadow: none;
  background-color: #f5f5f5;
  background-image: none;
  border-style: solid;
  border-color: #ccc;
}

.all-works-button-container.featured:hover {
  transform: translate(0, -2px);
  box-shadow: 0 2px #0000001a;
}

.all-works-button-container.hero {
  border-style: solid;
  border-radius: 0;
  box-shadow: 1px 1px #000;
}

.all-works-button-container.hero:hover {
  transform: none;
  box-shadow: 1px 1px #fff;
}

.button-label {
  color: #000;
  font-family: HelveticaNeue, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  position: static;
}

.arrow {
  z-index: 10;
  height: 24px;
  margin-top: 22px;
  margin-right: 12px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.arrow:hover {
  z-index: 2;
}

.arrow.bottom-pointing {
  margin-top: 13px;
  transform: rotate(90deg);
}

.body {
  background-color: #fff;
  padding-bottom: 0;
  display: block;
}

.body.kitchen {
  background-color: #fff;
}

.recognition-section {
  border-top: 1px solid #000;
  border-bottom: 1px #000;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.recognitions-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 100px;
}

.recognitions-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.recognitions-thumb {
  width: 160px;
  margin-bottom: 30px;
}

.recent-project-description {
  margin-top: 50px;
}

.recognitions {
  border-top: 1px #000;
  padding-top: 0;
}

.leadership-section {
  border-top: 1px solid #000;
  margin-top: 7vw;
  padding-top: 50px;
}

.founders-intro {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.founders-bios {
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  margin-top: 100px;
  display: flex;
}

.founders-bios.first {
  aspect-ratio: auto;
  background-color: #f5f5f5;
  border-bottom: 1px #000;
  border-radius: 0;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin: 0;
  padding-bottom: 0;
  position: relative;
}

.founders-bios.last {
  aspect-ratio: auto;
  background-color: #f5f5f5;
  border-bottom: 1px #000;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-bottom: 0;
  position: relative;
}

.founders-bios-item {
  width: 60%;
}

.header-tagline {
  color: #000;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 65px;
  margin-bottom: 0;
  padding-top: 15px;
  font-family: HelveticaNeue, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.headline-4 {
  aspect-ratio: auto;
  color: #000;
  text-align: left;
  letter-spacing: -.5px;
  text-indent: 0;
  margin-bottom: 20px;
  font-family: HelveticaNeue, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.text-span-10 {
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.main-navigation-links-container {
  z-index: 1;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  height: 65px;
  padding-top: 0;
  display: flex;
  position: relative;
  top: 0;
}

.recent-project-item {
  border-radius: 0;
}

.recent-project-item.bassivity {
  position: relative;
}

.recent-project-item.pooortal {
  background-color: #0000;
  position: relative;
}

.recent-project-item.letswork {
  aspect-ratio: 1;
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
}

.recent-project-item.mooji {
  background-color: #faff9a;
}

.contact-section {
  aspect-ratio: auto;
  border-top: 1px solid #000;
  margin-top: 7vw;
  padding-top: 50px;
  position: relative;
}

.contact-section.modal {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 0;
  width: 100%;
  min-width: 0;
  max-width: 2050px;
  margin-top: 0;
  padding: 0 40px 40px;
  display: flex;
}

.contact-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 100px;
  display: flex;
}

.contact-container.modal {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 150px;
}

.contact-cta {
  width: 40%;
}

.contact-cta.modal {
  justify-content: center;
  align-items: flex-end;
  width: 30%;
  height: 100%;
  display: flex;
}

.contact-form {
  width: 100%;
}

.headline-2 {
  color: #000;
  text-align: left;
  letter-spacing: -2px;
  font-family: HelveticaNeue, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

.headline-2.center {
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: 20px;
  font-family: HelveticaNeue, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

.headline-2.white {
  color: #fff;
  margin-bottom: 20px;
  font-family: HelveticaNeue, sans-serif;
  line-height: 55px;
}

.headline-2.bottom-padding {
  letter-spacing: -.5px;
  margin-bottom: 50px;
  font-family: HelveticaNeue, sans-serif;
  line-height: 60px;
}

.headline-2.bottom-padding.pudding {
  letter-spacing: -3px;
  font-size: 100px;
  line-height: 90px;
}

.headline-2.dark {
  color: #fff;
}

.headline-2.brooklyn {
  letter-spacing: -5px;
  font-size: 120px;
  line-height: 100px;
}

.headline-2.modal {
  letter-spacing: -.5px;
  font-size: 30px;
  line-height: 40px;
}

.contact-form-name-email-container {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-form-name-container {
  width: 50%;
  margin-right: 5px;
}

.contact-form-email-container {
  width: 50%;
  margin-left: 5px;
}

.text-field-name {
  opacity: 1;
  outline-offset: 0px;
  background-color: #f5f5f5;
  border: 1px #000;
  outline: 1px #000;
  height: 80px;
  margin-bottom: 0;
  font-family: HelveticaNeue, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.text-field-name:active {
  border-style: solid none none solid;
  border-left-color: #000;
}

.text-field-name:focus {
  border-style: solid none none solid;
  border-top-color: #000;
  border-left-color: #000;
}

.text-field-name.bottom-padding {
  margin-bottom: 40px;
}

.text-field-email-address {
  outline-offset: 0px;
  background-color: #f5f5f5;
  border: 1px #000;
  outline: 1px #000;
  height: 80px;
  margin-bottom: 0;
  font-family: HelveticaNeue, sans-serif;
  font-size: 15px;
}

.text-field-email-address:active {
  border-style: solid none none solid;
  border-left-color: #000;
}

.text-field-email-address:focus {
  border-style: solid none none solid;
  border-top-color: #000;
  border-left-color: #000;
}

.text-field-email-address.bottom-padding {
  margin-bottom: 40px;
}

.textarea {
  box-sizing: border-box;
  outline-offset: 0px;
  background-color: #f5f5f5;
  border: 1px #000;
  outline: 1px #000;
  height: 300px;
  min-height: 300px;
  max-height: 300px;
  margin-top: 0;
  font-family: HelveticaNeue, sans-serif;
  font-size: 15px;
  overflow: visible;
}

.textarea:active, .textarea:focus {
  border-style: solid none none solid;
  border-top-color: #000;
  border-left-color: #000;
}

.textarea.bottom-padding {
  margin-bottom: 40px;
}

.contact-form-text-area {
  height: 300px;
  margin-top: 10px;
}

.submit-button {
  z-index: 1;
  color: #000;
  text-align: left;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0 0 0 15px;
  font-family: HelveticaNeue, sans-serif;
  font-weight: 700;
  position: relative;
}

.submit-button:hover {
  border-color: #fff;
}

.contact-form-button {
  z-index: 5;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  margin-top: 20px;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 1px 1px #000;
}

.contact-form-button:hover {
  filter: invert();
  transform: none;
  box-shadow: 1px 1px #fff;
}

.contact-form-button .arrow {
  margin-top: auto;
  margin-bottom: auto;
}

.form {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.contact-form-submit-container {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.pudding-studio-location {
  justify-content: center;
  align-items: flex-end;
  margin-top: 100px;
  display: flex;
  position: static;
}

.location-info-description {
  z-index: 1;
  width: 90%;
  margin-bottom: 50px;
  position: relative;
}

.local-time-widget {
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  font-family: HelveticaNeue, sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: block;
  position: relative;
  inset: auto 0% 0%;
}

.location-info-time-zone {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.current-time-belgrade {
  font-family: HelveticaNeue, sans-serif;
}

.text-span-11 {
  font-weight: 700;
}

.time-zone-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 12px;
  display: flex;
}

.services-section {
  border-top: 1px solid #000;
  margin-top: 7vw;
  padding-top: 50px;
}

.services-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 100px;
}

.service-gif {
  aspect-ratio: 16 / 9;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.location-pin {
  width: 12px;
  margin-bottom: 5px;
}

.field-label, .field-label-2 {
  text-align: left;
  font-family: HelveticaNeue, sans-serif;
}

.bitsandbobs-welcome-section {
  border-bottom: 1px #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.bitsabdbobs-post {
  border-top: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 150px;
  padding-top: 50px;
  position: relative;
}

.post-date {
  z-index: 1;
  aspect-ratio: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -112px;
  padding-right: 50px;
  display: flex;
  position: sticky;
}

.blog-calendar-day-number {
  color: #000;
  letter-spacing: -5px;
  margin-top: 0;
  font-family: HelveticaNeue, sans-serif;
  font-size: 150px;
  font-weight: 700;
  line-height: 150px;
}

.post-content {
  width: 100%;
}

.post-content-picture {
  width: 100%;
  height: auto;
  position: relative;
}

.post-content-picture.madewithsketch {
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.post-content-picture.madewithsketch._2 {
  margin-top: 50px;
}

.post-content-picture.tn-loy {
  background-color: #f8f8f8;
  padding: 100px;
}

.image {
  width: 100%;
}

.post-content-description {
  margin-top: 50px;
}

.post-content-description.nyc-photos {
  margin-top: 225px;
}

.post-date-cal {
  background-color: #fff;
  border: 3px solid #000;
  border-width: 1px 3px 3px 1px;
  border-radius: 0;
  width: 240px;
  margin-bottom: 50px;
}

.pudding-cooking-process-animation {
  z-index: 0;
  flex: 0 auto;
  width: 60%;
  margin-left: 0;
  display: block;
  position: relative;
}

.bitsandbobs-welcome-message {
  z-index: 1;
  order: 0;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 120px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.headline-large {
  color: #000;
  text-align: left;
  letter-spacing: -7px;
  border-right: 2px #000;
  margin-top: 0;
  padding-right: 0;
  font-family: HelveticaNeue, sans-serif;
  font-size: 130px;
  font-weight: 700;
  line-height: 120px;
}

.headline-large.right {
  text-align: right;
  letter-spacing: -8px;
  font-weight: 600;
}

.headline-large.tn-in-app {
  border-right-style: solid;
  margin-right: 0;
  padding-right: 40px;
}

.headline-large.dark {
  color: #fff;
}

.headline-large.dark.center {
  text-align: center;
}

.headline-large.via-1 {
  margin-bottom: 100px;
}

.text-span-12 {
  color: #000;
  text-decoration: underline;
}

.link {
  color: #000;
  display: block;
}

.date-cal-month {
  background-color: #0000;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  padding: 10px;
  display: flex;
}

.date-cal-day {
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 50px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.link-2 {
  box-sizing: border-box;
  float: none;
  clear: left;
  color: #000;
  text-overflow: clip;
  white-space: normal;
  word-break: normal;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  font-style: normal;
  display: block;
  overflow: visible;
}

.slide-2 {
  aspect-ratio: 1;
  height: 100%;
}

.slider {
  aspect-ratio: auto;
  color: #000;
  background-color: #fff;
  width: auto;
  height: 100%;
  margin-bottom: 80px;
  font-family: HelveticaNeue, sans-serif;
  font-size: 10px;
}

.mask {
  height: auto;
}

.slider-left-arrow {
  width: 40px;
  height: 40px;
  margin-right: 0;
  transition: all .2s;
  inset: auto 50px -50px auto;
}

.slider-left-arrow:hover {
  transform: translate(0, -2px);
}

.slider-right-arrow {
  width: 40px;
  height: 40px;
  transition: all .2s;
  inset: auto 0% -50px auto;
}

.slider-right-arrow:hover {
  transform: translate(0, -2px);
}

.slider-slide-nav {
  filter: invert();
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  margin-top: 0;
  padding-top: 0;
  font-size: 7px;
  display: flex;
  bottom: -50px;
}

.slider-arrow-left-image {
  transform: rotate(180deg);
}

.portfolio-item-section {
  margin-top: 0;
}

.portfolio-item-section.pudding-mascote {
  margin-top: 7vw;
}

.portfolio-item-intro {
  margin-top: 10vw;
  margin-bottom: 7vw;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.portfolio-item-intro.reddit {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.portfolio-item-specs {
  background-color: #0000;
  border: 1px solid #ccc;
  border-radius: 0;
  width: 300px;
  position: absolute;
  inset: 0 0% auto auto;
}

.portfolio-item-specs.mooji {
  background-color: #0000;
  margin-top: 0%;
}

.portfolio-item-specs-logo {
  border-bottom: 1px solid #ccc;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.portfolio-client-logo {
  height: 50px;
}

.portfolio-item-client {
  border-bottom: 1px solid #ccc;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  padding: 0;
  display: flex;
}

.portfolio-item-client.last {
  border-bottom-style: none;
}

.picl {
  letter-spacing: .5px;
  text-transform: uppercase;
  padding: 10px;
  font-family: HelveticaNeue, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
}

.picv {
  text-align: right;
  letter-spacing: 0;
  text-transform: none;
  justify-content: flex-end;
  align-items: center;
  width: 130px;
  padding: 10px;
  font-family: HelveticaNeue, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 12px;
  display: flex;
  position: static;
}

.picv.underline {
  border-bottom: 1px solid #ccc;
  padding-left: 10px;
}

.portfolio-services-list-container {
  border-left: 1px solid #ccc;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: 100%;
  display: flex;
}

.portfolio-item-featured-image {
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  padding-top: 8vw;
  padding-bottom: 8vw;
  display: flex;
}

.portfolio-item-featured-image.textnow-brand {
  aspect-ratio: 16 / 9;
  background-color: #fff;
  margin-top: 7vw;
  padding-top: 7vw;
  padding-bottom: 7vw;
}

.portfolio-item-featured-image.tn-in-app-purchase {
  background-color: #f2f1f6;
  padding-top: 4vw;
  padding-bottom: 4vw;
}

.portfolio-item-featured-image.bassivity {
  aspect-ratio: 3 / 2;
  background-color: #000;
  background-image: url('../images/relja-hero-background.avif');
  background-size: cover;
  margin-top: 7vw;
  position: relative;
}

.portfolio-item-featured-image.pudding {
  aspect-ratio: 16 / 9;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.portfolio-item-featured-image.pooortal {
  aspect-ratio: 16 / 9;
  background-color: #000;
  margin-bottom: 0;
}

.portfolio-item-featured-image.via {
  background-color: #000;
  flex-flow: column;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.portfolio-item-featured-image.mooji {
  background-color: #0000;
  border-radius: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.tn-nux-app-hero-svg {
  width: 30%;
  max-width: 80%;
}

.portfolio-item-description {
  width: 70%;
}

.portfolio-item-description._45 {
  width: 45%;
}

.headline-1 {
  color: #000;
  text-align: left;
  letter-spacing: -2px;
  margin-bottom: 50px;
  font-family: HelveticaNeue, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 75px;
}

.headline-1.center {
  text-align: center;
  margin-bottom: 50px;
  font-family: HelveticaNeue, sans-serif;
  font-weight: 600;
}

.headline-1.pooortal-app {
  text-align: center;
  letter-spacing: -10px;
  font-size: 180px;
  line-height: 120px;
}

.portfolio-item-single-wide-image {
  background-color: #f5f5f5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 7vw;
  padding: 7vw;
  display: flex;
  position: relative;
}

.portfolio-item-single-wide-image.no-frame {
  background-color: #fff;
  padding: 0;
  position: relative;
}

.portfolio-item-single-wide-image.tn_transition_bottom_nav {
  background-color: #f5f5f5;
  padding: 0 7vw 7vw;
}

.portfolio-item-single-wide-image.mobile {
  background-color: #f5f5f5;
}

.moddboard-image {
  background-color: #0000;
  width: 100%;
  padding: 0;
}

.portfolio-item-paragraph-container {
  width: 50%;
  margin-top: 7vw;
  padding-top: 0;
  padding-bottom: 0;
}

.portfolio-item-paragraph-container.custom-rom, .portfolio-item-paragraph-container.bassivity {
  flex-flow: column;
  display: flex;
}

.portfolio-item-paragraph-container.poortal-full-width {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 14vw;
  display: flex;
}

.portfolio-item-picture-caption {
  width: 70%;
  margin-top: 7vw;
}

.portfolio-item-stack-section {
  margin-top: 7vw;
}

.quick-stack {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  padding: 0;
}

.quick-stack._1px-bottom {
  margin-bottom: 1px;
}

.cell {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.cell-wide-container {
  aspect-ratio: 2;
  background-color: #f5f5f5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.cell-wide-container.osx-dock {
  background-image: linear-gradient(#fff0, #f5f5f5), radial-gradient(circle, #4859dd, #fff0);
  justify-content: center;
  align-items: flex-end;
}

.cell-square-container {
  aspect-ratio: 1;
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.textnow-menu-icons {
  width: 60%;
}

.textnow-app-icon, .textnow-perks-icons {
  width: 40%;
}

.portfolio-prototype-section {
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #000;
  flex-flow: row;
  margin-top: 7vw;
  display: flex;
  position: relative;
}

.video-3 {
  aspect-ratio: 1;
  width: auto;
}

.prototype-section-video {
  aspect-ratio: auto;
  object-fit: fill;
  width: 50%;
  position: static;
}

.prototype-section-description {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 5vw;
  display: flex;
}

.tn-nux-prototype-section-icon {
  width: 4.5vw;
  margin-bottom: 20px;
  margin-left: 0;
  position: absolute;
  inset: 30px auto auto 30px;
}

.tn-nux-prototype-description-block {
  max-width: 550px;
}

.cell-description {
  position: absolute;
  inset: auto 0% 40px;
}

.portfolio-item-side-by-side {
  background-color: #0000;
  border: 1px solid #bebebe;
  border-top-style: none;
  margin-top: 7vw;
}

.tn-nux-comparison-screenshot-item {
  aspect-ratio: 1;
  object-fit: fill;
  border-right: 1px solid #bebebe;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: static;
}

.tn-nux-comparison-screenshot-item.top {
  aspect-ratio: 1;
  border-right-style: solid;
  justify-content: center;
  align-items: flex-start;
}

.tn-nux-comparison-screenshot-item.top.no-border {
  border-right-style: none;
}

.tn-nux-comparison-screenshot-item.bottom {
  justify-content: center;
  align-items: flex-end;
}

.tn-nux-comparison-screenshot-item.no-border {
  border-right-style: none;
}

.tn-nux-comparison-screenshot-image {
  width: 75%;
  box-shadow: none;
  border: 1px #000;
}

.tn-nux-comparison-images-panel {
  border-top: 1px solid #bebebe;
  display: flex;
  position: relative;
}

.tn-nux-comparison-text-panel {
  border-top: 1px solid #bebebe;
  border-bottom: 1px #fff;
  padding: 100px 0 0;
}

.tn-nux-comparison-description-wrapper {
  width: 50%;
  margin-bottom: 100px;
}

.image-27-copy {
  width: 42%;
}

.comparison-column-headers-row {
  border-top: 1px solid #bebebe;
  display: flex;
}

.comparison-column-headers-row.tn-in-app-purchase {
  border-top-color: #fff;
}

.comparison-column-label {
  text-align: left;
  border-right: 1px solid #bebebe;
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  font-family: HelveticaNeue, sans-serif;
  font-weight: 400;
}

.comparison-column-label.no-border {
  text-align: left;
  border-right-style: none;
  font-family: HelveticaNeue, sans-serif;
  font-weight: 400;
}

.comparison-column-label.tn-in-app-purchase {
  text-align: left;
  border-right-color: #fff;
  font-weight: 400;
}

.comparison-column-label.black-separator {
  font-family: HelveticaNeue, sans-serif;
}

.tn-nux-comparison-description-text {
  margin-left: 50px;
}

.tn-nux-from-to-arrow-container {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.tn-nux-from-to-arrow-icon {
  width: 64px;
}

.image-22-copy {
  mix-blend-mode: normal;
  background-color: #0000;
  width: 100%;
  padding: 0;
}

.tn-nux-bottom-nav-svg-container {
  width: 80%;
}

.tn-nux-bottom-nav-svg {
  width: 100%;
}

.tn-nux-drawer-nav-text-block {
  width: 80%;
  margin-top: 7vw;
  margin-bottom: 7vw;
}

.moodboard-headline-container {
  position: absolute;
}

.tn-nux-moodboard-label {
  color: #b7b7ff;
  letter-spacing: -1vw;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  overflow-wrap: normal;
  font-family: HelveticaNeue, sans-serif;
  font-size: 13vw;
  font-weight: 900;
  line-height: 13vw;
}

.tn-nux-device-screens-section {
  background-color: #f5f5f5;
  flex-flow: column;
  margin-top: 7vw;
  display: flex;
}

.tn-nux-device-screen-left {
  aspect-ratio: 1;
  border-right: 2px solid #f5f5f7;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.tn-nux-device-screen-right {
  border-left: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.tn-nux-device-screen-left-image, .tn-nux-device-screen-right-image {
  height: 80%;
}

.tn-nux-device-screen-pair {
  border-bottom: 2px solid #f5f5f7;
  display: flex;
}

.div-block-557-copy {
  border-top: 1px solid #fff;
  border-bottom: 2px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7vw;
  padding-bottom: 7vw;
  display: flex;
}

.tn-nux-device-caption-text {
  width: 70%;
}

.about-client-section {
  background-color: #0000;
  border-top: 1px solid #000;
  margin-top: 7vw;
  padding-top: 50px;
}

.quick-stack-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: auto;
  object-fit: cover;
  background-color: #0000;
  border: 1px #000;
  margin-top: 100px;
  padding: 0;
}

.cell-2 {
  background-color: #fff;
}

.cell-3 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
}

.cell-4 {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.fact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: 2.5 / 2;
  opacity: 1;
  background-color: #f5f5f5;
  border-right: 1px #000;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 20px 20px 30px;
  display: block;
  position: relative;
}

.fact.first {
  background-color: #f5f5f5;
}

.client-fact-icon-container {
  opacity: 1;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  max-width: none;
  height: 2.5vw;
  display: flex;
  position: absolute;
  inset: auto 20px 20px auto;
}

.client-fact-icon-image {
  width: 100%;
  height: 100%;
}

.image-pudding {
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
}

.tn-logo-challenge-text-block {
  aspect-ratio: auto;
  width: 50%;
  height: 100%;
  padding: 5vw;
}

.tn-logo-process-image-container {
  aspect-ratio: auto;
  border-left: 1px #fff;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  padding: 3vw 0;
  display: flex;
}

.tn-logo-redesign-process-desktop {
  width: 55%;
  height: auto;
}

.portfolio-item-side-by-side-copy {
  background-color: #fff;
  border: 1px #bebebe;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 7vw;
  display: flex;
}

.tn-brand-logo-featured {
  width: 20%;
}

.tn-brand-hero-app-icon {
  width: 30%;
}

.tn-brand-2nd-column {
  background-color: #0000;
  border-right: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  padding: 0;
  display: flex;
}

.tn-brand-hero-grid-cell {
  width: 100%;
  height: 50%;
}

.tn-brand-hero-grid-cell.right-bottom {
  background-color: #fcccbe;
  border-bottom-right-radius: 0;
  justify-content: center;
  align-items: center;
  height: 50%;
  padding: 40px;
  display: flex;
}

.tn-brand-hero-grid-cell.left-bottom {
  background-color: #bcc6ff;
  background-image: none;
  border-bottom-left-radius: 0;
  justify-content: center;
  align-items: center;
  height: 50%;
  display: flex;
}

.tn-brand-hero-grid-cell.left-top {
  background-color: #000;
  background-image: linear-gradient(#8a54ff, #8a54ff);
  border-bottom: 1px #000;
  border-top-left-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 50%;
  padding: 20px 20px 40px;
  display: flex;
}

.tn-brand-hero-grid-cell.right-top {
  border-bottom: 1px #000;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 50%;
  display: flex;
  position: relative;
}

.tn-brand-3rd-column {
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  width: 30%;
  display: flex;
}

.background-video-4 {
  opacity: 1;
  mix-blend-mode: normal;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.textnow-brand-thumb-img {
  width: 100%;
}

.tn-brand-logomark-overlay-container {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.recent-project-artwork-container {
  z-index: 2;
  width: 12%;
  position: absolute;
}

.recent-project-artwork-container.recent-projects-thumb {
  width: 15%;
}

.recent-project-artwork-container.recent-projects-thumb.bassivity {
  z-index: 3;
  width: 60%;
}

.tn-brand-hero-device-photo {
  object-fit: fill;
  width: auto;
  max-width: none;
  height: 110%;
  margin-top: 60px;
}

.tn-brand-hero-logomark-white {
  width: 10%;
}

.heading-3 {
  opacity: 1;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: HelveticaNeue, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
}

.heading-3.overlay {
  color: #000;
  mix-blend-mode: overlay;
}

.tn-brand-hero-eyes-svg {
  width: 80%;
  position: relative;
  left: 40px;
}

.tn-brand-hero-hand-container {
  background-color: #ffcc87;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 50%;
  display: flex;
}

.tn-brand-hero-hand-photo {
  object-fit: fill;
  width: auto;
  max-width: none;
  height: 130%;
  position: relative;
  left: 0;
}

.brand-hero-section {
  aspect-ratio: auto;
  border: 1px #000;
  border-width: 1px 2px;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: 95vh;
  min-height: 640px;
  max-height: 1280px;
  margin: 7vw 0 0;
  padding: 0;
  display: flex;
}

.tn-brand-1st-column {
  border-right: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 30%;
  display: flex;
}

.tn-brand-hero-device-container {
  background-color: #ff9bc1;
  border-bottom: 1px #000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 50%;
  padding: 40px;
  display: flex;
}

.tn-illustrations-fullwidth-container {
  margin-top: 7vw;
}

.madsense-website-dark-mode {
  width: 100%;
}

.recent-project-thumb {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.recent-project-thumb.textnow_in_app_brand {
  background-color: #d0dde6;
  justify-content: center;
  align-items: flex-end;
}

.recent-project-thumb.textnow_in_app_brand.portfolio-entry {
  background-color: #f2f1f6;
  width: 100%;
}

.thumb-video {
  z-index: 1;
  opacity: 1;
  mix-blend-mode: normal;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.tn-brand-color-section-wrapper {
  border: 1px solid #cecece;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 7vw;
  padding: 3vw 3vw 7vw;
  display: flex;
}

.textnow-brand-primary-color {
  aspect-ratio: 1;
  background-color: #8a54ff;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
}

.tn-brand-secondary-color-grid {
  width: 50%;
}

.textnow-brand-secondary-color {
  aspect-ratio: 1;
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.textnow-brand-secondary-color._1 {
  background-color: #bcc7ff;
  padding-bottom: 20px;
  padding-left: 20px;
}

.textnow-brand-secondary-color._2 {
  background-color: #ff9cc1;
}

.textnow-brand-secondary-color._3 {
  background-color: #ffcc87;
}

.textnow-brand-secondary-color._4 {
  background-color: #39cad6;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.heading-3-copy {
  color: #fff;
  letter-spacing: -.05vw;
  text-transform: none;
  font-family: HelveticaNeue, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 2vw;
}

.tn-illustration-video-embed-wrapper {
  margin-top: 7vw;
}

.tn-animated-poster-section {
  border: 2px #000;
  border-top-width: 1px;
  margin-top: 7vw;
  position: relative;
}

.poster-texture-top-layer {
  z-index: 3;
  opacity: .25;
  mix-blend-mode: color-burn;
  background-image: url('../images/paper-poster-texture-background.webp');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 70%;
  border: 1px #000;
  display: flex;
  position: absolute;
  inset: 0%;
}

.poster-texture-bottom-layer {
  z-index: 4;
  opacity: .1;
  mix-blend-mode: multiply;
  background-image: url('../images/paper-poster-texture-background.webp');
  background-repeat: repeat;
  background-size: 70%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.textnow-posters {
  border: 2px #000;
  border-bottom-width: 1px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tn-animated-poster-image {
  border-right: 1px #000;
  width: 33.3333%;
}

.tn-animated-poster-image-alt {
  border-left: 1px #000;
  border-right: 2px #000;
  width: 33.3333%;
}

.tn-brand-color-swatches-container {
  flex-flow: row;
  width: 100%;
  display: flex;
}

.tn-brand-font-specimen {
  width: 50%;
  margin-top: 3vw;
  padding-bottom: 0;
}

.textnow-menu-icons-copy {
  background-color: #00000040;
  border-top-left-radius: 6vw;
  border-bottom-left-radius: 6vw;
  width: 86%;
  padding-top: 30px;
  padding-bottom: 50px;
  padding-left: 30px;
  box-shadow: inset 0 20px 30px -10px #ffffff57, inset 0 1px #ffffff9c, 0 2px 50px #0003;
}

.textnow-sim-card-asset {
  width: 40%;
}

.textnow-llogo-check {
  width: 70%;
}

.tn-osx-dock-dot-item {
  aspect-ratio: 1;
  background-color: #ffffffd9;
  border-radius: 20px;
  width: 1%;
  height: auto;
  margin-top: 22.5%;
  position: relative;
  inset: 0%;
  box-shadow: 0 0 20px #ffffffdb;
}

.tn-osx-dock-dots-row {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.tn-mobile-first-blog-image {
  width: 70%;
  height: auto;
}

.textnow-apple-com {
  width: 80%;
}

.textnow-sim-card-asset-copy {
  mix-blend-mode: darken;
  width: 75%;
}

.cell-3-2-container {
  aspect-ratio: 3 / 2;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.tn-device-mockups {
  background-color: #0000;
  width: 100%;
  padding: 0;
}

.bassivity-thumb-frame {
  z-index: 2;
  display: block;
  position: absolute;
  inset: 0%;
}

.bassivity-thum-frame-image {
  width: 100%;
}

.iphone-frame {
  z-index: 2;
  max-width: none;
  height: 90%;
  position: relative;
  overflow: visible;
}

.iphone-frame.square {
  z-index: 5;
  aspect-ratio: auto;
  flex: none;
  width: 60%;
  height: auto;
}

.cta-button {
  border: 1px #afafaf;
  border-radius: 0;
  text-decoration: none;
  transition: none;
  position: relative;
}

.cta-button:hover {
  border-radius: 0;
}

.cta-button.gallery-expand {
  transition: all .2s;
  transform: translate(0, -80px)scale(2);
}

.cta-button.gallery-expand:hover {
  filter: invert();
  outline-offset: 0px;
  outline: 3px #00e;
  transform: translate(0, -85px)scale(2);
}

.cta-button.hero {
  margin-top: 50px;
  top: 0;
  right: 0;
  transform: none;
}

.featured-project-details {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.featured-project-details.hero {
  aspect-ratio: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -22%;
  padding: 0% 50px 0;
  position: relative;
  inset: 0%;
}

.app-ui-motion-container {
  z-index: 1;
  aspect-ratio: 16 / 9;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.app-ui-motion-container.square {
  aspect-ratio: 1;
}

.featured-project-hero-container {
  aspect-ratio: 16 / 9;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.featured-project-hero-container.square {
  aspect-ratio: 1;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.featured-project-hero-container.square:hover {
  border: 1px #000;
  border-radius: 0;
}

.ui-video-placeholder {
  aspect-ratio: 83 / 124;
  border-radius: 0;
  width: 32.8%;
}

.ui-video-placeholder.square {
  width: 55.5%;
}

.textnow-app-splash-motion {
  border-top-left-radius: 2.7vw;
  border-top-right-radius: 2.7vw;
  height: 100%;
}

.madsense-thumb-logo {
  z-index: 1;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.work-group-by-year {
  border-top: 1px solid #000;
  margin-top: 7vw;
  padding-top: 50px;
}

.work-group-by-year.first {
  margin-top: 0;
}

.work-project {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 100px;
}

.recent-projects-go-to-all-works {
  justify-content: flex-end;
  align-items: center;
  margin-top: 100px;
  margin-bottom: -50px;
  display: flex;
}

.work-hero-bc {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 5vw;
  display: flex;
  position: relative;
}

.bc-link {
  font-family: HelveticaNeue, sans-serif;
}

.bc-link.light {
  color: #fff3;
}

.back-to-home {
  color: #000;
  border: 1px #000;
  border-bottom-style: solid;
  border-radius: 1px;
  text-decoration: none;
}

.work-hero-bc-gif-container {
  flex-flow: row;
  justify-content: flex-end;
  width: auto;
  height: 128px;
  margin-right: 0;
  display: flex;
}

.service-grid-item {
  background-color: #f5f5f5;
  border-radius: 0;
}

.service-grid-item:hover {
  background-color: #f5f5f5;
  border: 1px #000;
}

.utility-page-wrap {
  z-index: 10;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-bottom: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.field-label-5 {
  color: #6e6e6e;
  text-align: left;
  display: none;
}

.mobile-bottom-navigation {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.portfolio-intro-bold-headline {
  font-family: HelveticaNeue, sans-serif;
  font-weight: 600;
}

.body-2 {
  display: block;
}

.portfolio-intro-bold-headline-variant {
  font-family: HelveticaNeue, sans-serif;
  font-weight: 600;
}

.portfolio-tertiary-bold-heading {
  font-family: HelveticaNeue, sans-serif;
}

.tn-logo-redesign-process-mobile {
  display: none;
}

.ui-video-placeholder-container {
  z-index: 1;
  aspect-ratio: 16 / 9;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ui-video-placeholder-container.square {
  aspect-ratio: 1;
}

.tn-in-app-purchase-thumb-ui-container-img {
  height: 100%;
}

.tn-in-app-purchase-thumb-ui-container {
  height: 90%;
}

.tn-in-app-purchase-video-loop-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tn-in-app-purchase-thumb-video-loop {
  z-index: 1;
  aspect-ratio: auto;
  object-fit: cover;
  width: 49%;
  height: 40%;
  position: relative;
  overflow: visible;
}

.tn-in-app-purchase-thumb-video-loop.portfolio-entry {
  width: 33%;
}

.tn-in-app-purchase-thumb-video-loop-mov {
  object-fit: cover;
  width: auto;
  height: 95%;
}

.tn-in-app-purchase-thumb-bottom-gradient {
  z-index: 2;
  background-image: linear-gradient(0deg, #d0dde6, #d0dde600 30%);
  display: block;
  position: absolute;
  inset: 0%;
}

.tn-in-app-purchase-thumb-bottom-gradient.portfolio-entry {
  background-image: linear-gradient(0deg, #f2f1f6, #d0dde600 30%);
}

.team-nenad-portrait {
  opacity: 1;
  mix-blend-mode: multiply;
  border-bottom-right-radius: 0;
  width: 85%;
  max-width: none;
}

.services-gif-asset, .service-gif-asset {
  mix-blend-mode: multiply;
  width: 60%;
  display: block;
}

.service-item-description {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 100px;
  display: flex;
}

.kitchen-allhands-brand-slide {
  opacity: 1;
  mix-blend-mode: multiply;
  border-radius: 0;
}

.tabs-menu {
  text-align: right;
  border-top: 1px solid #0003;
  margin-top: 50px;
}

.tab-link-tab-1 {
  background-color: #0000;
  border-top: 2px solid #0000;
  padding-left: 10px;
  padding-right: 10px;
}

.tab-link-tab-1.w--current {
  background-color: #0000;
  border-top-color: #000;
}

.tab-link-tab-2 {
  background-color: #0000;
  border-top: 2px solid #0000;
  padding-left: 10px;
  padding-right: 10px;
}

.tab-link-tab-2.w--current {
  background-color: #0000;
  border-top-color: #000;
  padding-left: 10px;
  padding-right: 10px;
}

.color-system-comparison-layout {
  border: 1px solid #bebebe;
  border-top-style: none;
  flex-flow: column;
  margin-top: 7vw;
  display: flex;
}

.color-system-comparison-layout.tn-in-app-purchase {
  background-color: #f2f1f6;
  border-style: none;
}

.madsense-theme-light-icon, .madsense-theme-dark-icon {
  padding: 5px 20px;
}

.color-comparison-column {
  border-right: 1px #bebebe;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 80px;
  display: flex;
}

.color-comparison-column.tn-in-app-purchase {
  border-right-style: solid;
  border-right-color: #fff;
  padding: 80px;
}

.color-comparison-column.madsense-left {
  border-right-style: solid;
}

.color-grid-rows-container {
  border-top: 1px solid #bebebe;
  flex-flow: row;
  display: flex;
}

.color-grid-rows-container.tn-in-app-purchase {
  border-top-color: #fff;
}

.madsense-ad-poster-right-container {
  aspect-ratio: 2 / 3;
  background-color: #ece5f4;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.madsense-ad-poster-right-container.right {
  aspect-ratio: auto;
  background-color: #0000;
  width: 100%;
  margin-top: 0%;
  margin-left: 0;
  position: relative;
}

.madsense-app-ui-slide-image {
  border: .1vw solid #d1d6e2;
  align-self: auto;
  width: 100%;
  height: auto;
}

.poster-mockup-person-1 {
  z-index: 2;
  width: 30%;
  position: absolute;
  inset: auto 15% 10% auto;
}

.poster-mockup-person-1.click-trough.pooortal {
  width: 30%;
}

.poster-mockup-person-2 {
  z-index: 4;
  width: 25%;
  position: absolute;
  inset: auto auto 0% 2%;
}

.poster-mockup-person-2.click-through.pooortal {
  filter: blur(5px);
  width: 30%;
  left: 35%;
}

.team-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  padding-top: 100px;
  display: grid;
}

.pudding-studio-video {
  aspect-ratio: 16 / 9;
  border-radius: 0;
  margin-top: 7vw;
  margin-bottom: 0;
  position: relative;
}

.pudding-studio-video-description {
  z-index: 1;
  color: #fff;
  width: 100%;
  font-family: HelveticaNeue, sans-serif;
  font-weight: 400;
  position: absolute;
  inset: auto auto 2% 0%;
}

.video-description-text {
  opacity: .85;
  color: #fff;
  text-align: center;
  font-family: HelveticaNeue, sans-serif;
  font-weight: 400;
}

.portfolio-showcase-content-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 16 / 9;
  background-color: #f2f1f6;
  justify-content: space-around;
  align-items: center;
  margin-top: 7vw;
  padding-left: 7vw;
  padding-right: 7vw;
  display: flex;
  position: relative;
}

.portfolio-showcase-content-block.bassivity {
  background-color: #222;
  margin-bottom: 10px;
  position: relative;
}

.portfolio-showcase-content-block.bassivity.bottom-align {
  justify-content: space-around;
  align-items: flex-end;
}

.portfolio-showcase-content-block.bassivity.bottom-align.app {
  margin-top: 0;
}

.portfolio-showcase-content-block.bassivity-no-padding {
  aspect-ratio: auto;
  background-color: #222;
  flex-flow: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10vw;
  padding-bottom: 10vw;
}

.tn-iap-responsive-widget-image {
  width: 90%;
}

.tn-iap-paid-feature-widget-image {
  width: 80%;
}

.tn-iap-external-ad-example {
  width: 90%;
}

.tn-iap-badge-section-wrapper {
  aspect-ratio: 16 / 9;
  background-color: #f2f1f6;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 7vw;
  display: flex;
  position: relative;
}

.tn-iap-badge-image {
  width: 70%;
}

.tn-iap-widget-overview-image {
  width: 65%;
}

.tn-iap-original-ads-image {
  width: 60%;
}

.tn-visionos-mock-outer-container {
  aspect-ratio: 3 / 2;
  margin-top: 7vw;
  position: static;
}

.tn-iap-widget-dark-1, .tn-iap-widget-dark-3, .tn-iap-widget-dark-2 {
  height: 75%;
}

.tn-visionos-mock-inner-container {
  aspect-ratio: 16 / 9;
  background-image: url('../images/room_1.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: 7vw;
  padding-left: 0;
  display: flex;
  position: relative;
}

.tn-visionos-main-app-view {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #89898966;
  background-image: linear-gradient(#00000080, #6b6b6b);
  border-radius: 2.5vw;
  width: 60%;
  height: 67%;
  display: block;
  position: relative;
  box-shadow: inset 0 1px 2px #ffffff73, inset 0 0 15px 5px #ffffff26;
}

.tn-visionos-status-bar-inner {
  filter: blur(7px);
  background-color: #000;
  border-radius: 20px;
  width: 50%;
  height: 10px;
  position: static;
  inset: auto 0% 3%;
}

.tn-visionos-phone-status-bar {
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 2%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tn-visionos-ar-ad-placement {
  width: 30%;
  box-shadow: none;
  border-radius: 0;
  position: absolute;
  inset: auto auto 3% 2%;
}

.tn-visionos-avatars-image {
  height: 100%;
  position: relative;
  inset: 0% 0% auto auto;
}

.tn-visionos-calling-screen-overlay {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 7%;
  margin-top: 2%;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.tn-visionos-calling-interface {
  aspect-ratio: 1;
  background-color: #00ff4c8c;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 10px;
  display: flex;
  box-shadow: 0 2px 3px #0000001a, inset 0 0 6px #5eff84;
}

.tn-visionos-calling-interface.back {
  background-color: #6969698c;
  margin-left: 0;
  margin-right: 10px;
  box-shadow: 0 2px 3px #0000001a, inset 0 0 6px #fff0;
}

.tn-visionos-tab-bar-icon {
  opacity: .65;
  width: 45%;
}

.tn-visionos-tab-bar-icon.active {
  opacity: 1;
}

.tn-visionos-chat-list-image {
  width: auto;
  height: 100%;
  margin-bottom: 0%;
  margin-right: 0%;
}

.tn-visionos-chat-list-panel {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 84%;
  margin-bottom: 2%;
  margin-right: 1.5%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.tn-visionos-calling-screen-header {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.tn-visionos-calling-design-team-label {
  color: #ffffffd9;
  margin-left: .4vw;
  font-family: HelveticaNeue, sans-serif;
  font-size: .8vw;
  font-weight: 700;
  line-height: 1vw;
}

.tn-visionos-logomark-white {
  width: 4%;
  margin-top: 0%;
  margin-left: 0%;
  position: relative;
  inset: 0% auto auto 0%;
}

.tn-visionos-tab-bar-nav {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #8a8a8a59;
  border-radius: 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70px;
  height: auto;
  margin-left: -70px;
  margin-right: 20px;
  padding-top: 15px;
  padding-bottom: 5px;
  display: flex;
  box-shadow: 0 -1px #ffffff94, inset 0 0 7px #fff3, 0 2px 40px 10px #0003;
}

.tn-visionos-tab-icon-wrapper {
  aspect-ratio: 1;
  width: 65%;
  box-shadow: none;
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.tn-visionos-tab-icon-wrapper.active {
  background-color: #ffffff2e;
  width: 80%;
  box-shadow: inset 0 0 5px #ffffff80;
}

.tn-visionos-logo-area {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 2.5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.tn-iap-pillar-text-container {
  border-top: 1px #000;
  width: 50%;
  margin-left: 40px;
  padding-top: 0;
}

.tn-iap-pillar-layout-item {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.tn-iap-section-text-container {
  width: 30%;
  position: absolute;
  inset: 50px auto auto 50px;
}

.paragraph-7 {
  color: #494653;
  font-family: HelveticaNeue, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.tn-iap-premium-perks-icons-sheet {
  height: 60%;
}

.text-span-14 {
  opacity: 1;
  color: #0000;
  background-image: url('../images/nenad-avatar-animacija.gif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 50px;
  position: relative;
  bottom: 7px;
}

.bassivity-logo-comparison {
  width: 50%;
}

.bassivity-featured-logo {
  order: 0;
  width: 20%;
  display: block;
  position: absolute;
  inset: auto 5% 5% auto;
}

.bassivity-app-screenshot {
  height: 80%;
}

.bassivity-updated-logo {
  width: 70%;
}

.noise-over-fx {
  z-index: 99999;
  opacity: .1;
  filter: blur();
  mix-blend-mode: overlay;
  background-image: url('../images/noise.gif');
  background-position: 50%;
  background-size: auto;
  position: fixed;
  inset: 0%;
}

.noise-over-fx.click-through {
  opacity: .1;
  background-image: url('../images/noise.gif');
  background-repeat: repeat;
  background-size: auto;
  order: 1;
  display: none;
  position: absolute;
  inset: 0%;
}

.text-field-5 {
  background-color: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px #adadad;
  border-left: 1px solid #000;
  border-right: 1px #fff;
  border-radius: 0;
  padding: 25px 10px;
}

.submit-button-3 {
  color: #111;
  letter-spacing: 0;
  background-color: #e0e0e0;
  border: 1px solid #727272;
  border-color: #ebebeb #727272 #727272 #fff;
  border-radius: 0;
  width: 40%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}

.madsense-website-light-mode {
  width: 100%;
  height: auto;
}

.madsense-typography-showcase-wrapper {
  aspect-ratio: 2.39;
  border: 1px solid #bebebe;
  border-top-style: none;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  display: flex;
}

.madsense-typography-image {
  width: 60%;
}

.bassivity-slider-column {
  aspect-ratio: 3 / 2;
  background-color: #222;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.grid-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
}

.slider-3 {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.bassivity-slide-inner-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.left-arrow-3, .right-arrow-3, .slide-nav-3, .icon, .icon-2 {
  display: none;
}

.bassivity-collab-photo-1, .bassivity-collab-photo-2, .bassivity-collab-photo-3, .bassivity-collab-photo-4 {
  width: 80%;
}

.bassivity-sub-brand-logo-bs, .bassivity-sub-brand-logo-bd, .bassivity-sub-brand-logo-bg, .bassivity-sub-brand-logo-bt {
  width: 45%;
}

.bassivity-vinyl-record-image {
  width: 100%;
  margin-bottom: 10vw;
}

.bassivity-anniversary-banner {
  width: 40%;
  margin-bottom: 10vw;
}

.bassivity-anniversary-text-container {
  width: 75%;
  margin-bottom: 10vw;
}

.paragraph-8 {
  color: #cfcfcf;
  text-align: center;
  font-family: HelveticaNeue, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.bassivity-quote-music-text {
  color: #fff;
  letter-spacing: -.3vw;
  font-family: HelveticaNeue, sans-serif;
  font-size: 6vw;
  font-weight: 700;
  line-height: 5.5vw;
}

.bassivity-b20-logo-small {
  width: 10%;
  margin-bottom: 0;
}

.bassivity-b20-logo-wrapper {
  width: 100%;
  margin-top: 5vw;
}

.bassivity-dubbing-logo {
  width: 10%;
  margin-top: 40px;
  margin-left: 40px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bassivity-quote-language-text {
  color: #fff;
  text-align: center;
  letter-spacing: -.3vw;
  font-family: HelveticaNeue, sans-serif;
  font-size: 6vw;
  font-weight: 700;
  line-height: 5.5vw;
  position: absolute;
  inset: auto 0% 7%;
}

.bassivity-texture-overlay-container {
  display: flex;
  position: absolute;
}

.bassivity-audio-selection-image {
  width: 30%;
  position: absolute;
  inset: 7% 10% auto auto;
}

.ai-hero {
  background-color: #000;
  background-image: linear-gradient(#000 60%, #1f2633 96%);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 100px;
  margin-bottom: 0;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
}

.ai-section-hero-head {
  z-index: 1;
  aspect-ratio: auto;
  opacity: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.madsense-ai-section-headline-wrapper {
  width: 70%;
}

.madsense-ai-ui-overlay {
  opacity: 1;
  mix-blend-mode: normal;
  width: 100%;
  margin-top: 0;
  position: absolute;
}

.madsense-ai-hero-photo {
  opacity: 1;
  mix-blend-mode: screen;
  width: 100%;
}

.madsense-ai-two-column-layout {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.madsense-ai-left-text-column {
  width: 50%;
  margin-bottom: 61px;
}

.madsense-ai-right-text-column {
  width: 50%;
}

.madsense-ai-client-logos-grid {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-top: 5vw;
  margin-bottom: 5vw;
  display: flex;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #252525;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 70%;
  padding-top: 0;
  padding-bottom: 0;
}

.madsense-client-logo-bundesliga {
  width: 30%;
}

.madsense-client-logo-airbus {
  width: 40%;
}

.madsense-client-logo-bmw {
  width: 30%;
}

.madsense-client-logo-ikea {
  width: 40%;
}

.stars {
  z-index: 1;
  aspect-ratio: 16 / 9;
  opacity: .7;
  filter: grayscale();
  mix-blend-mode: lighten;
  display: block;
  position: absolute;
  inset: 0%;
}

.background-video-10 {
  background-image: linear-gradient(0deg, #000, #0000);
  height: 100%;
  display: block;
}

.team-member-intro {
  z-index: 1;
  aspect-ratio: auto;
  height: auto;
  margin-bottom: 150px;
  padding-top: 40px;
  padding-left: 40px;
  position: relative;
  inset: 0% auto auto 0%;
}

.text-span-15 {
  font-size: 11px;
}

.bassivity-wistia-video-section {
  aspect-ratio: 16 / 9;
  -webkit-text-stroke-color: #000;
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 7vw;
  display: flex;
  position: relative;
}

.bassivity-wistia-video-inner {
  mix-blend-mode: normal;
  width: 65%;
}

.bassivity-dolby-section-wrapper {
  background-color: #222;
  justify-content: center;
  align-items: center;
  margin-top: 7vw;
  padding-top: 7vw;
  padding-bottom: 7vw;
  display: flex;
  position: relative;
}

.bassivity-dolby-logo {
  width: 100%;
}

.bassivity-dolby-inner-container {
  width: 80%;
  position: relative;
}

.bassivity-platform-icons-row {
  margin-top: 10px;
}

.grid-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
}

.bassivity-youtube-icon-block {
  aspect-ratio: 3 / 2;
  background-color: #222;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.bassivity-youtube-icon {
  border-top-left-radius: 20px;
  width: 90%;
}

.bassivity-ios-icon-block {
  aspect-ratio: 3 / 2;
  background-color: #222;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.bassivity-ios-icon {
  height: 100%;
}

.say-hi-form {
  width: 100%;
}

.tabs {
  width: 55%;
  margin-top: -70px;
}

.tabs.modal {
  width: 65%;
}

.tabs-menu-2 {
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 30px;
  padding-left: 0;
}

.tab-link-tab-1-2 {
  vertical-align: baseline;
  background-color: #0000;
  border: 1px solid #fff;
  border-bottom: 1px #000;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-flex;
}

.tab-link-tab-1-2.w--current {
  background-color: #0000;
  border-style: solid;
  border-color: #bdbdbd #bdbdbd #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: -1px;
  font-family: HelveticaNeue, sans-serif;
  display: inline-flex;
}

.tab-link-tab-2-2 {
  background-color: #0000;
  border-top: 1px solid #0000;
  border-left: 1px solid #0000;
  border-right: 1px solid #0000;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: HelveticaNeue, sans-serif;
  display: inline-flex;
}

.tab-link-tab-2-2.w--current {
  background-color: #0000;
  border: 1px solid #bdbdbd;
  border-bottom-color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: -1px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: HelveticaNeue, sans-serif;
  display: inline-flex;
}

.contact-tab-say-hi-label {
  font-family: HelveticaNeue, sans-serif;
}

.code-embed-4 {
  margin-bottom: 0;
}

.contact-tab-icon {
  width: auto;
  height: 18px;
  margin-right: 10px;
}

.madsense-ai-client-logo-item {
  border-right: 2px solid #252525;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.team-jelena-portrait {
  mix-blend-mode: multiply;
  width: 63%;
  max-width: none;
  height: auto;
}

.contact-tab-call-label {
  font-family: HelveticaNeue, sans-serif;
}

.paragraph-9 {
  font-family: HelveticaNeue, sans-serif;
}

.phones-brake {
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  margin-top: 7vw;
  padding: 7vw;
  display: flex;
}

.tn-phones-brake-image {
  width: 80%;
  margin-top: 0;
}

.portfolio-footnote-container {
  width: 30%;
  margin-top: 7vw;
}

.paragraph-10 {
  font-family: HelveticaNeue, sans-serif;
  font-size: 13px;
}

.image-bassivity {
  filter: invert();
  width: 100%;
  height: 100%;
}

.image-youtube {
  mix-blend-mode: multiply;
  width: 80%;
  height: 100%;
}

.tn-logo-redesign-text-panel {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tn-logo-design-image-container {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 5vw;
  display: flex;
}

.tn-logo-design-process-image {
  width: 80%;
}

.post-headline.sticky {
  z-index: auto;
  position: sticky;
  top: 40px;
}

.error-page-mascot-container {
  width: 100%;
  margin-bottom: 50px;
}

.error-page-mascot-gif {
  width: 320px;
}

.password-page-submit-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.pudding-brand-thumb-gif {
  width: 50%;
}

.grid-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 7vw;
}

.pudding-mascot-grid-cell {
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.pudding-mascot-svg {
  width: auto;
  height: 50%;
}

.pudding-mascot-animation-gif {
  width: 50%;
}

.pudding-mascot-3d-render {
  height: 50%;
}

.grid-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  margin-top: 7vw;
  margin-bottom: 10px;
}

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

.code-embed-5 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.pudding-mascot-family-wrapper {
  aspect-ratio: 2.39;
  background-color: #fff;
  justify-content: center;
  align-items: flex-end;
  margin-top: 10px;
  display: flex;
}

.pudding-mascot-family-image {
  width: 70%;
}

.pudding-team-portraits-container {
  justify-content: center;
  align-items: flex-start;
  margin-top: 7vw;
  display: flex;
}

.pudding-team-nenad-portrait {
  aspect-ratio: auto;
  object-fit: contain;
  width: 50%;
  margin-right: 0;
  padding-right: 5px;
}

.pudding-team-jelena-portrait {
  width: 50%;
  margin-left: 0;
  padding-top: 374px;
  padding-left: 5px;
}

.pudding-team-group-photo-container {
  background-color: #000;
  margin-top: 7vw;
  padding-top: 100px;
}

.grid-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  margin-top: 10px;
}

.pudding-logo-variant-grid-cell {
  aspect-ratio: 3 / 2;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pudding-logo-variant-image {
  width: 60%;
}

.pudding-instagram-icon {
  width: 60%;
  margin-top: 7vw;
}

.pudding-social-follow-section {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.pudding-social-follow-text-container {
  width: 30%;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.link-16 {
  color: #000;
}

.text-span-16 {
  color: #929292;
}

.pudding-website-v1-screenshot-container {
  background-color: #fff;
  justify-content: center;
  align-items: flex-end;
  margin-top: 7vw;
  padding-top: 7vw;
  display: flex;
}

.pudding-website-v1-screenshot {
  width: 70%;
}

.location-info {
  flex-flow: column;
  align-items: center;
  width: 50%;
  display: flex;
}

.location-info.tablet {
  display: none;
}

.pudding-studio-video-gradient-overlay {
  z-index: 1;
  background-image: linear-gradient(0deg, #000, #000 0%, #000000ad 0%, #0000 30%);
  border-radius: 0;
  position: absolute;
  inset: 0%;
}

.jelena-animation {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
}

.nenad-animation {
  opacity: 1;
  mix-blend-mode: normal;
}

.text-span-17 {
  font-size: 30px;
  line-height: 35px;
}

.nenad-gif, .jelena-gif {
  width: 25%;
}

.jelena-gradient-mobile {
  display: none;
}

.muzicki-predah {
  aspect-ratio: 16 / 9;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 250px;
  margin-bottom: 250px;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 2px 2px #000;
}

.muzicki-predah-cover {
  z-index: 1;
  width: 30%;
  position: relative;
}

.kitchen-album-cover-image {
  width: 100%;
}

.muzicki-predah-headline {
  width: 100%;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.kitchen-artist-name-text {
  color: #000;
  letter-spacing: -.5vw;
  padding-left: 20px;
  padding-right: 20px;
  font-family: HelveticaNeue, sans-serif;
  font-size: 10vw;
  font-weight: 900;
  line-height: 8vw;
  display: flex;
}

.kitchen-music-break-text {
  letter-spacing: -.9px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 40px;
  font-family: HelveticaNeue, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.kitchen-music-note-gif {
  mix-blend-mode: multiply;
  width: 200px;
}

.muzicki-predah-note {
  position: absolute;
  inset: -44px 40px auto auto;
}

.sp-controla-wrapper {
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
}

.true-media-player-single-track {
  display: none;
}

.sp-artist-name {
  color: #fff;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
}

.sp-media-player-bar-wrapper {
  color: #ffffff73;
  border-left: 1px solid #000;
  flex: 1;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 0;
  display: flex;
}

.progress-bar {
  -webkit-text-stroke-width: 0px;
  background-color: #0000;
  background-image: url('../images/playerprogress.svg');
  background-position: 0%;
  background-repeat: repeat;
  background-size: 6px 6px;
  border-radius: 0;
  width: 50%;
  height: 100%;
  position: relative;
}

.sp-details-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: none;
}

.sp-track-wrapper {
  background-color: #ffffff1a;
  border: 1px #ffffff1a;
  border-top: 1px solid #000;
  border-radius: 0;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.sp-pause {
  filter: invert();
  cursor: pointer;
  width: 30px;
  margin-right: 20px;
}

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

.sp-elapsed {
  color: #000;
  flex-direction: row;
  height: auto;
  font-family: HelveticaNeue, sans-serif;
  font-weight: 700;
  display: block;
}

.sp-title-wrapper {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.sp-play {
  filter: invert();
  cursor: pointer;
  width: 30px;
  margin-right: 20px;
}

.true-progress-head {
  background-color: #fff;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  display: none;
  position: absolute;
  inset: -3px 0% auto auto;
}

.sp-duration {
  color: #000;
  font-family: HelveticaNeue, sans-serif;
  font-weight: 700;
}

.sp-progress-bar-wrapper {
  cursor: pointer;
  border: 1px #000;
  border-style: none solid;
  flex: 1;
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0;
}

.sp-progress-bar-background {
  -webkit-text-stroke-width: 0px;
  background-color: #0000;
  border: 1px #000;
  height: 100%;
  line-height: 0;
}

.sp-title {
  color: #ffffffd9;
  font-size: .875rem;
  font-weight: 300;
}

.sp-thumbnail {
  border-radius: 4px;
  width: 50px;
  height: 50px;
}

.success-message-2 {
  aspect-ratio: auto;
  background-color: #f5f5f5;
  padding: 0;
}

.form-success-inner-wrapper {
  width: 50%;
  margin-top: 150px;
  margin-bottom: 150px;
  position: relative;
}

.form-success-outer-wrapper {
  background-color: #dff1d7;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.thank-you-email {
  text-align: center;
  margin-top: 0;
}

.see-more-section {
  box-sizing: border-box;
  height: var(--heigh-nyc-blog-galerije);
  max-height: var(--max-h-nyc);
  min-height: var(--min-h-nyc);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 150px;
  position: relative;
  overflow: hidden;
}

.blog-post-photo {
  margin-bottom: 10px;
}

.blog-post-photo.portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
}

.blog-post-photo.landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
}

.link-18 {
  color: #000;
  font-weight: 700;
}

.paragraph-11 {
  text-align: left;
  margin-bottom: 0;
  font-family: HelveticaNeue, sans-serif;
  font-size: 12px;
  line-height: 19px;
}

.wip {
  z-index: 9999;
  aspect-ratio: auto;
  background-color: #fff8de;
  border: 1px #000;
  border-top: 1px solid #dfcf96;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  display: none;
  position: fixed;
  inset: auto 0 0;
}

.muzicki-predah-description {
  z-index: 1;
  width: 400px;
  position: absolute;
  inset: auto 20px 80px auto;
}

.muzicki-predah-stikeri {
  background-color: #fff;
  height: auto;
  position: absolute;
  inset: 0%;
}

.armand-stiker-3 {
  opacity: 1;
  mix-blend-mode: normal;
  width: 15%;
  position: absolute;
  inset: auto 0% 30% auto;
}

.armand-stiker-2 {
  z-index: 1;
  opacity: 1;
  mix-blend-mode: normal;
  width: 16%;
  position: absolute;
  inset: 15% 22% auto auto;
}

.armand-stiker-1 {
  z-index: 0;
  opacity: 1;
  mix-blend-mode: normal;
  width: 15%;
  transform-style: preserve-3d;
  margin-bottom: 50px;
  margin-left: 15%;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.ai-section {
  background-color: #0000;
  border-top: 1px solid #000;
  margin-top: 7vw;
  padding-top: 50px;
  position: relative;
}

.ai-section-artwork {
  opacity: .9;
}

.work-hero-bc-gif-container-img {
  mix-blend-mode: soft-light;
}

.link-19 {
  color: #000;
  font-family: HelveticaNeue, sans-serif;
  font-weight: 700;
}

.heading-6 {
  letter-spacing: -1px;
  font-family: HelveticaNeue, sans-serif;
}

.pudding-project-hero-image {
  width: 40%;
}

.blast-from-the-past {
  aspect-ratio: auto;
  box-shadow: none;
  border: 1px #000;
  border-top-color: #fff3;
  border-radius: 0;
  margin-top: 200px;
  margin-bottom: 300px;
  position: relative;
}

.bftp {
  z-index: 2;
  color: #f5f5f5;
  letter-spacing: -.3vw;
  text-shadow: 0 0 100px #0003;
  margin-top: 0;
  margin-left: 0;
  font-family: HelveticaNeue, sans-serif;
  font-size: 9vw;
  font-weight: 700;
  line-height: 7vw;
  position: absolute;
  inset: auto auto 80px 40px;
}

.bftp-image-asset {
  filter: none;
  border-radius: 0;
  width: 100%;
}

.bftp-gradient-mask {
  z-index: 1;
  background-image: linear-gradient(0deg, #000000ad, #0000 80%);
  border-radius: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bftp-description {
  z-index: 3;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 350px;
  display: flex;
  position: absolute;
  inset: auto 40px 80px auto;
}

.text-span-18 {
  color: #fff;
}

.checkbox-label {
  margin-top: 2px;
  margin-bottom: 0;
  font-family: HelveticaNeue, sans-serif;
  line-height: 17px;
}

.text-span-19 {
  font-family: HelveticaNeue, sans-serif;
  font-size: 12px;
}

.newsletter-subscribe-bold-label {
  font-family: HelveticaNeue, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.checkbox-field {
  width: 100%;
  margin-bottom: 5px;
}

.blog-photo-gallery-2-rows {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 150px;
}

.photo-block {
  width: 100%;
  position: relative;
}

.lottie-animation {
  border-bottom: 1px #000;
  width: 80px;
  height: 65px;
  margin-top: -13px;
  display: block;
  position: relative;
}

.privacy-container {
  width: 60%;
  margin-top: 0;
  margin-bottom: 100px;
}

.privacy-wrapper {
  background-color: #f5f5f5;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding: 200px 0 0;
  display: flex;
}

.privacy-pudding-silhouette {
  width: 200px;
}

.privacy-tools-section-heading {
  border-top: 1px solid #000;
  width: 60%;
  margin-bottom: 100px;
  padding-top: 30px;
}

.privacy-tools-list-container {
  width: 60%;
  margin-bottom: 200px;
}

.privacy-tool-logo-image {
  width: auto;
  height: 30px;
  margin-bottom: 20px;
}

.privacy-tool-logo-image.google-analytics {
  height: 55px;
  margin-bottom: 40px;
}

.link-20 {
  color: #000;
  -webkit-text-stroke-color: #000;
}

.privacy-tool-entry {
  width: 50%;
  margin-bottom: 100px;
}

.privacy-date {
  color: #a7a7a7;
  margin-bottom: 50px;
  font-family: HelveticaNeue, sans-serif;
  font-weight: 400;
}

.link-21 {
  color: #000;
}

.copyright {
  justify-content: center;
  align-items: center;
  height: 65px;
  padding-top: 0;
  display: flex;
}

.see-more-gradient {
  z-index: 1;
  background-image: linear-gradient(0deg, #fff, #f5f5f700);
  justify-content: center;
  align-items: flex-end;
  height: 400px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.see-more-gradient.pooortal {
  background-image: linear-gradient(0deg, #000, #0000);
}

.show-more {
  width: 150px;
  min-width: auto;
  height: 50px;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: auto 0 0 auto;
}

.show-more:hover {
  border-color: #fff;
}

.show-more.large {
  box-shadow: none;
  outline-offset: 0px;
  border-style: none;
  border-color: #000;
  border-radius: 0;
  outline: .5px solid #000;
}

.sideprojects {
  background-color: #fff;
  padding-top: 0;
}

.sideproject-page-title-text {
  z-index: 2;
  color: #fff;
  letter-spacing: -.5vw;
  border-bottom: 1px #000;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding-left: 6vw;
  font-family: HelveticaNeue, sans-serif;
  font-size: 9vw;
  font-weight: 700;
  line-height: 10vw;
  display: flex;
  position: static;
}

.sideproject-header-gif {
  width: 42%;
  margin-bottom: 1px;
  position: relative;
  inset: 1px 3% 0% auto;
}

.sideproject-page-header {
  z-index: 1;
  background-image: url('../images/reddit_bubble.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 230px;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.pixel-body-background-1 {
  z-index: 0;
  background-image: linear-gradient(#7ce4d9, #f5b4e8 100%, #fff);
  height: 1000px;
  display: block;
  position: absolute;
  inset: 0%;
}

.pixel-body-background-2 {
  z-index: 0;
  mix-blend-mode: lighten;
  background-image: url('../images/iGu.gif');
  background-position: 0 0;
  background-size: 800px;
  height: 1000px;
  display: block;
  position: absolute;
  inset: 0%;
}

.pixel-body-background-3 {
  z-index: 5;
  mix-blend-mode: screen;
  background-image: url('../images/9UOJn.avif');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: 650px;
  height: 80vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.sideproject-signup {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.text-field {
  outline-offset: 0px;
  background-color: #f5f5f5;
  border: 1px #000;
  outline: 1px #000;
  height: 80px;
  margin-bottom: 0;
  font-family: HelveticaNeue, sans-serif;
  font-size: 15px;
}

.text-field:active {
  border-style: solid none none solid;
  border-left-color: #000;
}

.text-field:focus {
  border-style: solid none none solid;
  border-top-color: #000;
  border-left-color: #000;
}

.text-field.bottom-padding {
  margin-bottom: 40px;
}

.sideproject-form-section-wrapper {
  background-color: #fff;
  border: 1px #0003;
  border-color: #000 #0003 #0003 #000;
  border-radius: 0;
  width: 50%;
  margin-left: 0;
  padding: 100px 70px;
  box-shadow: -20px 0 300px -20px #0000001a;
}

.field-label-6, .field-label-7, .field-label-9 {
  font-family: HelveticaNeue, sans-serif;
}

.recaptcha {
  margin-top: 20px;
}

.sideproject-disclaimer-container {
  border-top: 1px solid #000;
  margin-top: 100px;
  padding-top: 20px;
}

.pooortal-hero-featured-image {
  filter: invert();
}

.pooortal-marketing-site-img {
  width: 100%;
}

.pooortal-ui-components {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.pooortal-ui-components.tirst {
  margin-top: 7vw;
  margin-bottom: 10px;
}

.pooortal-ui-comp-img {
  width: 100%;
}

.pooortal-logo-vartiants {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 7vw;
  margin-bottom: 10px;
  display: grid;
}

.pooortal-logo-variants-img {
  aspect-ratio: 1;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pooortal-logo-variant-image {
  width: 50%;
}

.pooortal-icons {
  aspect-ratio: 1;
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.browser-win-border {
  background-image: linear-gradient(#e2e2e2, #e2e2e2);
  border: 1px solid #979797;
  border-top-left-radius: 1vw;
  border-top-right-radius: 1vw;
  justify-content: center;
  align-items: center;
  height: 4vw;
  margin-top: 7vw;
  display: flex;
  position: relative;
  box-shadow: inset 0 1px 1px #fff;
}

.browser-win-border.madsense {
  border-style: none;
  height: 3.5vw;
}

.browser-win-border-buttons {
  justify-content: center;
  align-items: center;
  width: 7.5vw;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.win-border-button {
  outline-offset: 0px;
  background-color: #afafaf;
  border-radius: 20px;
  outline: 1px solid gray;
  width: .9vw;
  height: .9vw;
  margin-right: .8vw;
}

.win-border-button.red {
  background-color: #ff5f58;
  outline-color: #be3c36;
}

.win-border-button.red.no-outline {
  outline-offset: 0px;
  outline: 1px #be3c36;
}

.win-border-button.yellow {
  background-color: #ffbb2d;
  outline-color: #bb871a;
}

.win-border-button.yellow.no-outline {
  outline-offset: 0px;
  outline: 1px #bb871a;
}

.win-border-button.green {
  background-color: #28c940;
  outline-color: #108622;
}

.win-border-button.green.no-outline {
  outline-offset: 0px;
  outline: 1px #108622;
}

.win-border-if {
  background-color: #c9c9c9;
  border-radius: .4vw;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 2.5vw;
  padding-top: 2px;
  display: flex;
  position: absolute;
}

.win-border-if.madsense {
  height: 2vw;
}

.if-url {
  margin-bottom: 0;
  font-family: HelveticaNeue, sans-serif;
  font-size: 1vw;
  line-height: 1vw;
}

.pooortal-marketing {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f5f5f5;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 7vw;
  margin-bottom: 7vw;
  padding: 0 0 300px;
  display: grid;
  position: relative;
}

.pooortal-marketing._2nd {
  margin-top: 10px;
}

.pooortal-marketing-poster-img {
  width: 100%;
  box-shadow: none;
}

.cam-view-loop-video {
  border-radius: 0;
}

.bassivity-brand-thumb-img {
  width: 100%;
}

.full-width-container {
  z-index: 1;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  box-shadow: 0 -120px 500px #fff;
}

.pooortal-app-slideshow {
  margin-top: 10px;
  margin-bottom: 10px;
}

.pooortal-app-ui-slider-img-asset {
  width: 100%;
}

.pooortal-old-ui {
  width: 90%;
  margin-top: 7vw;
}

.poortal-thumb-img {
  z-index: 1;
  width: 30%;
  max-width: none;
  position: relative;
}

.pooortal-thumb-background-video {
  z-index: 0;
  aspect-ratio: 1;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.pooortal-thumb-background-video:hover {
  border-top: 1px #fff6;
}

.pooortal-thumb-background-video.pooortal-social-media-section {
  opacity: .3;
}

.link-22 {
  color: #000;
  cursor: context-menu;
  border-bottom: 1px solid #0000;
  text-decoration: none;
}

.link-22:hover {
  border-bottom-color: #000;
}

.wikipedia-article-display-area {
  z-index: 999;
  background-color: #fff;
  border-left: 1px solid #d0d0d0;
  border-radius: 0;
  width: 40%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

.wikipedia-overlay {
  z-index: 999;
  cursor: auto;
  background-color: #00000040;
  border-radius: 0;
  justify-content: flex-end;
  align-items: stretch;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.wikipedia-overlay.open .wikipedia-article-display-area {
  transform: translateX(0);
}

.wikipedia-article-close-area {
  cursor: alias;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.code-embed-6 {
  height: 100%;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.portfolio-text-panel-container {
  flex-flow: row;
  display: flex;
}

.pooortal-reddit-chat-image-container {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  margin-top: 20vw;
  display: flex;
}

.pooortal-reddit-chat-image {
  width: 80%;
}

.paragraph-large-22 {
  font-size: 22px;
}

.pooortal-app-slider {
  height: 100%;
}

.slider-arrow-back {
  width: 100%;
  transform: rotate(180deg);
}

.pooortal-app-hero, .lottie-animation-2 {
  width: 100%;
}

.pooortal-social-media {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 7vw;
  padding-top: 7vw;
  display: flex;
  position: relative;
}

.pooortal-social-media-asset-header {
  z-index: 1;
  width: 40%;
  position: relative;
}

.social-media-post-preview {
  z-index: 1;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
  position: relative;
}

.social-edia-post-cta-mockup {
  z-index: 1;
  background-color: #1f1f1f;
  border-top: 1px solid #ffffff21;
  justify-content: space-between;
  align-items: center;
  width: 40%;
  height: 4vw;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.pooortal-social-media-cta {
  color: #fff;
  letter-spacing: .05vw;
  font-family: HelveticaNeue, sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.3vw;
}

.pooortal-social-cta-arrow {
  width: 1vw;
}

.madsense-featured-image {
  background-color: #322c39;
  justify-content: center;
  align-items: center;
  padding-top: 4vw;
  padding-bottom: 4vw;
  display: flex;
}

.lottie-animation-3 {
  filter: invert();
  width: 80%;
}

.madsense-thumb-identity {
  z-index: 1;
  filter: invert();
  width: 25%;
  position: absolute;
  inset: auto 5% 5% auto;
}

.madsense_ui {
  aspect-ratio: 16 / 9;
  background-color: #322c39;
  background-image: none;
  background-size: auto;
  justify-content: center;
  align-items: center;
  margin-top: 7vw;
  display: flex;
}

.madsense_ui.br {
  aspect-ratio: auto;
  background-color: #f8f8fa;
  justify-content: flex-end;
  align-items: flex-end;
}

.madsense-primary-color-swatch-group {
  aspect-ratio: 1;
  background-color: #f8f8f8;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.madsense-primary-color-swatch-group.dark {
  background-color: #322c39;
}

.madsense-secondary-color-swatch-group {
  aspect-ratio: 1;
  background-color: #322c39;
  justify-content: flex-end;
  align-items: flex-end;
  width: 55%;
  display: flex;
  position: absolute;
}

.madsense-secondary-color-swatch-group.light {
  background-color: #f8f8f8;
}

.madsense-grid-paintings {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: auto;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 7vw;
  display: grid;
  position: relative;
}

.madsense-logo-variants {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: auto;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  padding: 0;
  display: grid;
  position: relative;
}

.madsense-sub-brand-logos {
  width: 50%;
}

.madsense-logo-variants-image-container {
  aspect-ratio: 1;
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  display: flex;
}

.madsense-logo-variants-left-panel {
  aspect-ratio: 1;
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-right: 0;
  display: flex;
}

.madsense-grid-illustrations {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 7vw;
  display: grid;
}

.madsense-grid-illustrations.bottom {
  margin-top: 10px;
}

.madsense-illustration-step-item {
  aspect-ratio: 1;
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  display: flex;
}

.madsense-step-illustration {
  width: 55%;
}

.full-with-artwork-container {
  background-color: #f8f8f8;
  border-left: 1px #000;
  border-right: 1px #000;
  min-width: 1024px;
  max-width: 1680px;
  position: relative;
}

.full-with-artwork-container.human-touch-composition {
  background-color: #f8f8f8;
  min-width: 100%;
  max-width: none;
  margin-top: 10px;
  padding-bottom: 0;
  position: relative;
}

.human-touch-img {
  width: 100%;
  max-width: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.img {
  background-color: #0000;
  border-left: 1px #000;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.color-swatch-label-text {
  aspect-ratio: auto;
  font-family: HelveticaNeue, sans-serif;
  position: absolute;
  inset: 20px auto auto 20px;
}

.text-span-21, .text-span-22 {
  color: #f8f8f8;
}

.madsense-animated-logo-container {
  aspect-ratio: 16 / 9;
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  margin-top: 7vw;
  display: flex;
}

.madsense-logo-variants-text-wrapper {
  width: 50%;
}

.madsense-creative-logo {
  opacity: .4;
  width: auto;
  height: 35px;
  margin-left: 10px;
  margin-right: 10px;
}

.madsense-attribution-footer {
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-span-23 {
  color: #b3b3b3;
}

.slider-madsense-app {
  width: 100%;
  height: 100%;
}

.lottie-animation-4 {
  filter: invert();
}

.madsense-landing-page {
  margin-top: 0;
}

.madsense-ad-poster-left-container {
  aspect-ratio: auto;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.madsense-ads {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  background-color: #f8f8f8;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 7vw;
  padding: 80px;
  display: grid;
}

.tn-iap-booking-ad-image, .tn-iap-pasted-image {
  width: 90%;
}

.lottie-animation-5 {
  width: 60%;
  margin-left: -3.5%;
}

.madsense-thumb-background-video {
  z-index: 0;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.madsense-ad-frame-1 {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.madsense-ad-artwork-1 {
  z-index: 0;
  position: relative;
}

.madsense-ad-frame-2 {
  position: absolute;
  inset: 0%;
}

.awaiting-project-cta-link {
  color: #2c2c2c;
  text-decoration: none;
}

.body-3 {
  background-color: #fff;
}

.main-navigation-v2 {
  z-index: 999;
  filter: none;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 1024px;
  max-width: 2050px;
  margin-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.main-navigation-v2.inverted {
  z-index: 99;
  filter: invert();
  position: absolute;
}

.pudding-logo-shape {
  flex: 0 auto;
  width: auto;
  height: 50px;
  display: block;
  position: absolute;
}

.pudding-logo-shape.internal {
  display: none;
}

.main-nabigation-logo {
  opacity: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.paragrap-header {
  color: #000;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: HelveticaNeue, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
}

.main-nav-about-studio {
  width: 300px;
}

.navigation-v2-wrapper {
  opacity: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.textnow-featured-icons {
  z-index: 1;
  opacity: 1;
  justify-content: center;
  align-items: flex-end;
  display: none;
  position: absolute;
  inset: 0%;
}

.tn-featured-icons-and-pictograms {
  width: 100%;
  margin-bottom: 50px;
}

.services-production-delivery-bold-heading {
  font-weight: 400;
}

.contact-cta-bold-headline {
  font-family: HelveticaNeue, sans-serif;
  font-weight: 400;
}

.pooortal-new-skin-bold-heading {
  font-family: HelveticaNeue, sans-serif;
  font-weight: 600;
}

.tn-nux-custom-launcher-bold-heading, .about-client-bold-heading {
  font-family: HelveticaNeue, sans-serif;
  font-weight: 600;
}

.contact-modal {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  background-image: none;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 100px 50px 50px;
  display: none;
  position: absolute;
  inset: 0%;
  overflow-y: auto;
}

.contact-modal.home {
  margin-top: 0;
  display: none;
}

.featured-vocial {
  aspect-ratio: 3 / 2;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: -30%;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.container {
  clear: left;
  aspect-ratio: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 1024px;
  max-width: 2050px;
  height: 100%;
  padding: 0 50px;
  display: flex;
  position: relative;
}

.latest-chip {
  background-color: #000;
  border: 1px #ffffff80;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  margin-bottom: 20px;
  margin-left: 0;
  display: none;
}

.hero-latest-project {
  color: #fff;
  letter-spacing: .1px;
  margin-top: 0;
  font-family: HelveticaNeue, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.text-span-24 {
  color: #000;
  letter-spacing: -.4vw;
  background-color: #0000;
  font-family: HelveticaNeue, sans-serif;
  font-size: 7vw;
  font-weight: 600;
  line-height: 7vw;
}

.portfolio-item-hero-bc {
  z-index: 1;
  border-bottom: 1px #fff3;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 1024px;
  max-width: 2050px;
  margin-top: 150px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.container-2 {
  z-index: 2;
  border-bottom: 1px solid #ffffff1a;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
  position: absolute;
}

.link-23 {
  text-decoration: none;
}

.link-23.w--current {
  color: #fff;
}

.link-24 {
  text-decoration: none;
}

.bc-featured-link {
  color: #fff6;
  margin-right: 10px;
  text-decoration: none;
}

.bc-featured-link.w--current {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.body-4, .body-5 {
  background-color: #f5f5f7;
}

.body-6 {
  background-color: #fff;
}

.spline-scene {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.spline-scene.thumb {
  transform: none;
}

.hero-spline-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  display: flex;
  position: relative;
  bottom: 0;
}

.featured-project-artwor-mooji {
  aspect-ratio: auto;
  background-color: #f5f5f5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
  inset: 0%;
}

.featured-project-artwor-mooji.square {
  aspect-ratio: auto;
  border-radius: 0;
  width: auto;
  transition: all .2s;
}

.featured-project-artwor-mooji.square:hover {
  outline-offset: 0px;
  outline: 1px #000;
}

.spline-scene-copy {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.mooji-client-logo {
  filter: invert();
  height: 50px;
}

.nav-logo-link {
  width: 65px;
  height: 50px;
}

.mooji-project-thumb-logo {
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.grid-12 {
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 150px;
}

.image-chatgpt {
  border-radius: 0;
  width: 100%;
}

.slide-4 {
  width: 100%;
}

._100-width {
  width: 100%;
}

.grid-12-copy {
  grid-row-gap: 16px;
  background-color: #fff;
  border-bottom: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 0;
  position: sticky;
  top: 0;
}

.close-contact-area {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  cursor: alias;
  background-color: #0003;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.contact-modal-close {
  background-color: #fff;
  border: 1px solid #000;
  box-shadow: 1px 1px #000;
  border-radius: 0;
  width: 48px;
  height: 48px;
  position: absolute;
  inset: 15px 15px auto auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-modal-close::before,
.contact-modal-close::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #000;
}

.contact-modal-close::before {
  transform: rotate(45deg);
}

.contact-modal-close::after {
  transform: rotate(-45deg);
}

.link-25 {
  color: #000;
  font-weight: 400;
}

.kitchen-twitter-screenshot {
  border: 1px solid #dde0e0;
  width: 70%;
}

.kitchen-sketch-icon-set-image {
  border: 1px #dde0e0;
  width: 70%;
}

.kitchen-page-hero-wrapper {
  z-index: 0;
  aspect-ratio: auto;
  background-color: #0000;
  background-image: url('../images/pudding-css-background-asset.avif');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: flex-start;
  min-width: 0;
  max-width: none;
  height: 80vh;
  max-height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.kitchen-header-typography-image {
  z-index: 0;
  width: 100%;
  min-width: 1024px;
  max-width: 2050px;
  margin-top: 100px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  top: 0;
}

.headline-large-copy {
  color: #fff;
  text-align: right;
  letter-spacing: -4px;
  text-shadow: 0 2px 20px #00000026;
  border-right: 2px #000;
  width: 30%;
  margin-top: 0;
  padding-right: 0;
  font-family: HelveticaNeue, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 70px;
}

.headline-large-copy.right {
  text-align: right;
  letter-spacing: -8px;
  font-weight: 600;
}

.headline-large-copy.tn-in-app {
  border-right-style: solid;
  margin-right: 0;
  padding-right: 40px;
}

.headline-large-copy.dark {
  color: #fff;
}

.headline-large-copy.dark.center {
  text-align: center;
}

.contact-modal-overlay-element {
  position: absolute;
  inset: 2% auto auto 1%;
}

.we-are-live {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 250px;
  margin-bottom: 250px;
  display: flex;
  position: relative;
}

.we-are-live-video-container {
  width: 100%;
  height: 100%;
}

.video-4 {
  width: 100%;
}

.bftp-copy {
  z-index: 2;
  color: #f5f5f5;
  letter-spacing: -.3vw;
  text-shadow: 0 0 100px #0003;
  margin-top: 0;
  margin-left: 0;
  font-family: HelveticaNeue, sans-serif;
  font-size: 7vw;
  font-weight: 700;
  line-height: 7vw;
  position: static;
  inset: 0%;
}

.kitchen-new-site-announcement-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-span-25 {
  color: #fff;
}

.kitchen-lumia-photo {
  border: 1px #dde0e0;
  width: 100%;
}

.blog-paginacija {
  justify-content: center;
  align-items: center;
  display: none;
}

.paginacija-link {
  background-color: #eee;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-right: 10px;
  padding-top: 0;
  text-decoration: none;
  display: flex;
}

.paginacija-link.w--current {
  background-color: #000;
}

.headline-3-copy {
  color: #000;
  text-align: left;
  letter-spacing: -.5px;
  text-indent: 0;
  font-family: HelveticaNeue, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
  text-decoration: none;
}

.paginacija {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: HelveticaNeue, sans-serif;
  font-size: 30px;
}

.paginacija.active {
  color: #fff;
}

.via-thimb-identity {
  z-index: 1;
  width: 20%;
  position: static;
  inset: auto 5% 5% auto;
}

.via-thumb-video {
  z-index: 0;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.via-logo {
  height: 30px;
}

.via {
  background-color: #fff;
}

.grid-13 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  width: 100%;
  margin-top: 7vw;
}

.via-keyframe-wide-image-container {
  width: 100%;
  margin-top: 10px;
}

.via-keyframe-wide-shot, .via-keyframe-photo-left, .via-keyframe-photo-right {
  width: 100%;
}

.grid-13-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  width: 100%;
  margin-top: 10px;
}

.via-music-video-still-image {
  z-index: 2;
  aspect-ratio: auto;
  width: 35%;
  height: auto;
  margin-right: 0;
  position: relative;
}

.via-editing-screenshot-image {
  width: 80%;
  margin-right: 50px;
}

.via-music-video-still-container {
  background-color: #f7f7f7;
  background-image: url('../images/via-chatgpt-gen-3.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10vw;
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: flex;
}

.via-slider-img {
  mix-blend-mode: darken;
  width: 100%;
  margin-top: 0;
  padding: 100px;
}

.via-slider-slide-wrapper {
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.via-app-slideshow {
  z-index: 0;
  margin-top: 5vw;
  margin-bottom: 0;
  position: relative;
}

.via-app-slider {
  height: 100%;
}

.background-video-11 {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.via-music-video-still-container {
  background-color: #f7f7f7;
  background-image: url('../images/via-chatgpt-gen-2.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 10vw;
  padding-top: 9vw;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.noise {
  z-index: 1;
  opacity: .8;
  mix-blend-mode: overlay;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.via-editing-screenshot-container {
  background-color: #f7f7f7;
  background-image: url('../images/via-chatgpt-gen-1.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10vw;
  padding-top: 7vw;
  padding-bottom: 7vw;
  display: flex;
}

.grid-14 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 7vw;
}

.via-ai-tool-card {
  background-color: #0000;
}

.via-ai-tool-logo-container {
  aspect-ratio: 1;
  background-color: #f5f5f5;
  background-image: linear-gradient(#e7e7e7, #f5f5f5);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.via-ai-tool-logo-container._1st {
  background-image: linear-gradient(0deg, #f5f5f5, #c2b9aa 45%, #a0c0bd);
}

.via-ai-tool-logo-container._2nd {
  background-image: linear-gradient(#cebba5, #c7b8b8 56%, #f5f5f5);
}

.via-ai-tool-logo-container._3rd {
  background-image: linear-gradient(#c39cae, #a6b7c0 55%, #f5f5f5);
}

.suno-logo {
  width: 40%;
}

.chatgpt-logo, .kling {
  width: 20%;
}

.via-intro-two-column-wrapper {
  z-index: 1;
  display: flex;
  position: relative;
}

.via-chatgpt-moodboard-screenshot {
  width: 85%;
}

.via-chatgpt-moodboard-container {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 30vw;
  display: flex;
}

.via-logo-process-text-container {
  display: flex;
}

.portfolio-item-paragraph-container-copy {
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 7vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.portfolio-item-paragraph-container-copy.custom-rom, .portfolio-item-paragraph-container-copy.bassivity {
  flex-flow: column;
  display: flex;
}

.portfolio-item-paragraph-container-copy.poortal-full-width {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 14vw;
  display: flex;
}

.via-logo-in-process-section {
  width: 30%;
}

.via-ai-tool-description-container {
  aspect-ratio: 2.39;
  background-color: #f5f5f5;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  justify-content: center;
  align-items: flex-end;
  margin-top: 2px;
  padding: 40px;
  display: flex;
}

.bassivity-poster-mockup-photo {
  width: 100%;
}

.image-427-copy {
  filter: brightness(86%) contrast(139%) grayscale();
  mix-blend-mode: darken;
  width: 100%;
  margin-top: 0;
  padding: 100px;
}

.image-427-copy-copy {
  filter: none;
  mix-blend-mode: darken;
  width: 100%;
  margin-top: 0;
  padding: 100px;
}

.video-5 {
  min-width: 1024px;
  max-width: 2050px;
}

.grid-15 {
  margin-top: 7vw;
}

.mooji-icon-grid-cell {
  aspect-ratio: 1;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mooji-icon-grid-cell._1st {
  background-color: #ffe7e3;
}

.mooji-icon-grid-cell._2nd {
  background-color: #f496a3;
  justify-content: flex-start;
  align-items: center;
}

.mooji-icon-grid-cell._3rd {
  background-color: #a6eee8;
}

.mooji-icon-grid-cell._4th {
  background-image: url('../images/mooji-hero-photo.avif');
  background-position: 100%;
  background-size: cover;
}

.mooji-emoji-icon-set {
  width: 70%;
}

.mooji-watch-hand-mockup {
  width: 90%;
}

.mooji-icon-variant-set {
  width: 70%;
}

.mooji-hero-featured-image {
  border-radius: 60px;
}

.featured-vocial-copy {
  aspect-ratio: 3 / 2;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: -30%;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

@media screen and (max-width: 991px) {
  .heading-4.calendar {
    font-size: 25px;
  }

  .content-wrapper {
    min-width: 100%;
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .content-wrapper.work {
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-navigation {
    z-index: 999;
    margin-top: 30px;
    position: relative;
  }

  .back-to-home-link.w--current {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 35px;
  }

  .paragraph-large.center {
    font-size: 18px;
    line-height: 30px;
  }

  .paragraph-large.downsized {
    line-height: 28px;
  }

  .featured-project-artwork.square, .featured-project-description {
    width: 100%;
  }

  .paragraph-small.center {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph-small.featured.center {
    text-align: center;
    font-size: 15px;
    line-height: 24px;
  }

  .recent-section {
    margin-top: 100px;
  }

  .recent-projects-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .recent-project-thumb-container, .recent-project-thumb-container.bassivity, .recent-project-thumb-container.madsense, .recent-project-thumb-container.textnow_in_app_brand {
    width: 100%;
  }

  .recognitions-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .recent-project-description {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    margin-top: 0;
    margin-left: 20px;
    display: flex;
  }

  .leadership-section {
    margin-top: 100px;
  }

  .founders-bios {
    flex-flow: column;
    width: 60%;
    margin-top: 0;
  }

  .founders-bios.first {
    aspect-ratio: auto;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .founders-bios.last {
    aspect-ratio: auto;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-left: 0;
  }

  .founders-bios-item {
    width: 100%;
    margin-bottom: 0;
  }

  .header-tagline {
    position: relative;
  }

  .text-span-10 {
    font-size: 20px;
    line-height: 30px;
  }

  .main-navigation-logo-container {
    align-items: stretch;
    display: block;
  }

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

  .recent-project-item {
    border-top: 1px #000;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .contact-section {
    margin-top: 100px;
  }

  .contact-container {
    flex-flow: column;
  }

  .contact-cta, .contact-form {
    width: 100%;
  }

  .headline-2, .headline-2.center {
    letter-spacing: -.5px;
    font-size: 30px;
    line-height: 40px;
  }

  .headline-2.bottom-padding {
    margin-bottom: 20px;
    line-height: 40px;
  }

  .headline-2.bottom-padding.pudding {
    font-size: 90px;
  }

  .form {
    margin-top: 50px;
  }

  .pudding-studio-location {
    aspect-ratio: auto;
    justify-content: center;
    align-items: flex-end;
    margin-top: 0;
  }

  .location-info-description {
    width: 85%;
  }

  .services-section {
    margin-top: 100px;
  }

  .services-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .service-gif {
    width: 40%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .bitsabdbobs-post {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch;
  }

  .bitsabdbobs-post.photo-post {
    margin-bottom: 50px;
  }

  .blog-calendar-day-number {
    font-size: 100px;
    line-height: 100px;
  }

  .post-content-description.nyc-photos {
    margin-top: 50px;
  }

  .post-date-cal {
    width: 180px;
  }

  .headline-large.right {
    letter-spacing: -3px;
    font-size: 80px;
    line-height: 75px;
  }

  .headline-large.dark.center {
    font-size: 90px;
    line-height: 90px;
  }

  .portfolio-item-intro {
    margin-top: 100px;
    margin-bottom: 50px;
  }

  .portfolio-item-intro.reddit {
    flex-flow: column;
  }

  .portfolio-item-specs {
    width: 100%;
    margin-top: 50px;
    position: relative;
  }

  .portfolio-item-featured-image {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tn-nux-app-hero-svg {
    width: 50%;
  }

  .portfolio-item-description, .portfolio-item-description._45 {
    width: 100%;
  }

  .headline-1 {
    margin-bottom: 50px;
  }

  .portfolio-item-single-wide-image {
    margin-top: 50px;
    padding: 50px 40px;
  }

  .portfolio-item-paragraph-container {
    width: 80%;
    margin-top: 50px;
  }

  .portfolio-item-picture-caption {
    width: 90%;
    margin-top: 50px;
  }

  .portfolio-item-stack-section {
    margin-top: 50px;
  }

  .textnow-menu-icons {
    width: 70%;
  }

  .textnow-perks-icons {
    width: 50%;
  }

  .portfolio-prototype-section {
    flex-flow: column;
    margin-top: 50px;
  }

  .prototype-section-video {
    width: 100%;
  }

  .prototype-section-description {
    width: 100%;
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .tn-nux-prototype-section-icon {
    width: 60px;
  }

  .cell-description {
    bottom: 25px;
  }

  .about-client-section {
    flex-flow: column;
    display: flex;
  }

  .fact {
    aspect-ratio: auto;
    flex-flow: row;
    justify-content: space-around;
    align-items: stretch;
    padding: 20px 90px 200px 20px;
  }

  .client-fact-icon-container {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 6vw;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .client-fact-icon-image, .image-pudding {
    width: auto;
  }

  .heading-3 {
    letter-spacing: -.2vh;
    font-size: 5vw;
    line-height: 5vw;
  }

  .brand-hero-section {
    width: 100%;
    min-width: 0;
    max-width: none;
    height: 50vh;
    max-height: none;
  }

  .heading-3-copy {
    letter-spacing: -.2vh;
    font-size: 5vw;
    line-height: 5vw;
  }

  .textnow-posters {
    flex-direction: column;
  }

  .tn-animated-poster-image {
    border-right-style: none;
    width: 100%;
  }

  .tn-animated-poster-image-alt {
    width: 100%;
  }

  .textnow-menu-icons-copy {
    width: 70%;
  }

  .textnow-llogo-check, .textnow-apple-com {
    width: 50%;
  }

  .featured-project-details.hero {
    padding-left: 30px;
    padding-right: 30px;
  }

  .app-ui-motion-container, .featured-project-hero-container {
    aspect-ratio: 3 / 2;
  }

  .ui-video-placeholder {
    width: 39%;
  }

  .recent-projects-go-to-all-works {
    justify-content: center;
    align-items: center;
  }

  .service-grid-item {
    border-top: 1px #000;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
  }

  .mobile-bottom-navigation {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .team-nenad-portrait {
    width: 50%;
  }

  .services-gif-asset, .service-gif-asset {
    mix-blend-mode: multiply;
    width: 90%;
    display: block;
  }

  .service-item-description {
    flex-flow: column;
    width: 60%;
    margin-bottom: 0;
    margin-left: 40px;
    padding-left: 0;
    display: flex;
  }

  .color-comparison-column, .color-comparison-column.tn-in-app-purchase {
    padding: 40px 20px;
  }

  .team-container {
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 100px;
  }

  .pudding-studio-video {
    margin-top: 100px;
  }

  .portfolio-showcase-content-block {
    padding: 40px;
  }

  .portfolio-showcase-content-block.icons {
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
  }

  .tn-iap-responsive-widget-image {
    width: 100%;
  }

  .tn-iap-badge-section-wrapper {
    aspect-ratio: auto;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 40px;
  }

  .tn-iap-badge-image {
    width: 100%;
  }

  .tn-iap-widget-overview-image, .tn-iap-original-ads-image {
    width: 90%;
  }

  .tn-iap-widget-dark-1, .tn-iap-widget-dark-3, .tn-iap-widget-dark-2 {
    height: 100%;
  }

  .tn-visionos-tab-bar-nav {
    width: 30px;
  }

  .tn-iap-section-text-container.icons {
    width: 80%;
    margin-bottom: 50px;
    position: relative;
    top: 0;
    left: 0;
  }

  .tn-iap-section-text-container.badge {
    width: 80%;
    margin-top: 0;
    margin-bottom: 50px;
    margin-left: 0;
    position: relative;
    top: 0;
    left: 0;
  }

  .tn-iap-premium-perks-icons-sheet {
    width: 100%;
    height: auto;
  }

  .ai-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .madsense-ai-section-headline-wrapper, .madsense-ai-left-text-column, .madsense-ai-right-text-column {
    width: 80%;
  }

  .grid-5 {
    width: 100%;
  }

  .team-member-intro {
    width: 50%;
    margin-bottom: 100px;
    padding: 40px 20px 20px 40px;
    position: relative;
  }

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

  .team-jelena-portrait {
    width: 44%;
    margin-right: 20px;
  }

  .paragraph-9 {
    margin-bottom: 0;
  }

  .image-bassivity, .image-youtube {
    width: auto;
  }

  .grid-8 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .pudding-mascot-svg {
    height: 70%;
  }

  .pudding-mascot-animation-gif {
    width: 70%;
  }

  .pudding-mascot-3d-render {
    height: 70%;
  }

  .grid-9 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .grid-10 {
    grid-template-columns: 1fr 1fr;
  }

  .pudding-mascot-family-wrapper {
    margin-top: 10px;
  }

  .pudding-team-jelena-portrait {
    padding-top: 200px;
  }

  .grid-11 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
  }

  .location-info {
    display: none;
  }

  .location-info.tablet {
    border-top: 1px solid #000;
    width: 100%;
    margin-top: 100px;
    padding-top: 50px;
    display: flex;
  }

  .text-span-17 {
    font-size: 20px;
    line-height: 30px;
  }

  .nenad-gif {
    width: 40%;
    margin-right: 20px;
  }

  .jelena-gif {
    width: 40%;
    margin-left: 20px;
  }

  .muzicki-predah {
    aspect-ratio: auto;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .muzicki-predah-cover {
    width: 30%;
    position: absolute;
    inset: auto 20px 70px auto;
  }

  .muzicki-predah-headline {
    padding-top: 0;
    position: relative;
  }

  .kitchen-music-note-gif {
    width: 150px;
  }

  .muzicki-predah-note {
    top: -33px;
    right: 20px;
  }

  .progress-bar {
    background-size: 6px 6px;
  }

  .sp-elapsed, .sp-duration {
    display: flex;
  }

  .muzicki-predah-description {
    width: 60%;
    margin-top: 30px;
    margin-bottom: 80px;
    margin-left: 20px;
    position: relative;
    bottom: 0;
    right: 0;
  }

  .muzicki-predah-stikeri {
    display: none;
  }

  .sideproject-form-section-wrapper {
    width: 100%;
    padding: 40px;
  }

  .madsense-featured-image {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .madsense-step-illustration {
    width: 70%;
  }

  .full-with-artwork-container {
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .madsense-logo-variants-text-wrapper {
    width: 80%;
  }

  .madsense-attribution-footer {
    margin-bottom: 80px;
  }

  .awaiting-project-cta-link {
    display: none;
  }

  .main-navigation-v2.inverted {
    min-width: 0;
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-nabigation-logo {
    display: none;
  }

  .paragrap-header {
    font-size: 12px;
    line-height: 21px;
  }

  .featured-project-artwor-mooji.square {
    width: 100%;
  }

  .headline-large-copy.right {
    letter-spacing: -3px;
    font-size: 80px;
    line-height: 75px;
  }

  .headline-large-copy.dark.center {
    font-size: 90px;
    line-height: 90px;
  }

  .portfolio-item-paragraph-container-copy {
    width: 80%;
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .content-wrapper, .content-wrapper.work {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-navigation {
    z-index: 999;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
  }

  .back-to-home-link {
    flex-flow: row;
    align-items: flex-start;
  }

  .back-to-home-link.w--current {
    box-sizing: border-box;
    float: none;
    clear: none;
    aspect-ratio: auto;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 50px;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .nav-link {
    margin-bottom: 0;
    margin-right: 0;
  }

  .nav-link.w--current {
    margin-right: 0;
  }

  .paragraph-large {
    line-height: 33px;
  }

  .recent-project-thumb-container, .recent-project-thumb-container.bassivity, .recent-project-thumb-container.madsense {
    width: 100%;
  }

  .recognitions-grid {
    grid-template-columns: 1fr;
  }

  .recent-project-description {
    justify-content: center;
    align-items: flex-start;
    width: 70%;
    margin-left: 20px;
  }

  .founders-bios.first {
    flex-flow: column;
  }

  .founders-bios.last {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .founders-bios-item {
    width: 80%;
  }

  .header-tagline {
    display: none;
  }

  .main-navigation-logo-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    display: block;
    position: relative;
  }

  .main-navigation-links-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    order: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    display: none;
  }

  .recent-project-item {
    border-bottom: 1px #ccc;
    padding-bottom: 0;
  }

  .recent-project-item.bassivity {
    padding-bottom: 0;
  }

  .location-info-description {
    width: 100%;
  }

  .bitsandbobs-welcome-section {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 110px;
  }

  .pudding-cooking-process-animation {
    width: 100%;
    margin-top: -50px;
    margin-left: 0;
  }

  .bitsandbobs-welcome-message {
    width: 100%;
    padding-top: 0;
    position: relative;
  }

  .headline-large {
    letter-spacing: -5px;
    font-size: 90px;
  }

  .headline-large.right {
    letter-spacing: -2px;
    font-size: 70px;
    line-height: 60px;
  }

  .quick-stack-2 {
    margin-top: 50px;
  }

  .client-fact-icon-container {
    height: 8vw;
  }

  .textnow-app-splash-motion {
    border-top-left-radius: 5vw;
    border-top-right-radius: 5vw;
  }

  .work-group-by-year {
    margin-top: 50px;
    padding-top: 30px;
  }

  .work-group-by-year.first {
    padding-top: 30px;
  }

  .work-project {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .service-grid-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .utility-page-wrap {
    background-color: #f0f0f0;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
  }

  .mobile-bottom-navigation {
    z-index: 999;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #0000;
    border-top: 1px #000;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .mobile-nav-inner-wrapper {
    background-color: #ffffffb0;
    border-radius: 100px;
    width: 80%;
    height: 50px;
    margin-bottom: 20px;
  }

  .tn-logo-redesign-process-mobile {
    display: none;
  }

  .team-nenad-portrait {
    width: 80%;
  }

  .services-gif-asset, .service-gif-asset {
    mix-blend-mode: multiply;
    display: block;
  }

  .service-item-description {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 20px;
  }

  .team-container {
    padding-top: 0;
  }

  .tn-iap-widget-dark-1, .tn-iap-widget-dark-3, .tn-iap-widget-dark-2 {
    height: 100%;
  }

  .tn-visionos-main-app-view {
    width: 62%;
    height: 70%;
  }

  .tn-visionos-tab-bar-nav {
    display: none;
  }

  .text-field-5 {
    background-color: #fff;
    border-style: solid none none solid;
    border-top-color: #000;
    border-left-color: #000;
    padding-left: 10px;
    padding-right: 10px;
  }

  .submit-button-3 {
    width: 40%;
    box-shadow: none;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-width: 1px;
    border-color: #fff #727272 #727272 #fff;
    border-left-style: solid;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .ai-hero {
    padding-bottom: 0;
  }

  .madsense-ai-section-headline-wrapper {
    width: 90%;
  }

  .madsense-ai-two-column-layout {
    margin-top: 0;
  }

  .madsense-ai-left-text-column {
    width: 90%;
    margin-bottom: 60px;
  }

  .madsense-ai-right-text-column {
    width: 90%;
  }

  .madsense-ai-client-logos-grid {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .team-member-intro {
    width: 100%;
    margin-bottom: 50px;
    padding-left: 20px;
  }

  .tabs-menu-2 {
    padding-right: 20px;
  }

  .tab-link-tab-1-2, .tab-link-tab-1-2.w--current {
    width: 50%;
  }

  .tab-link-tab-2-2 {
    justify-content: center;
    align-items: stretch;
    width: 50%;
  }

  .code-embed-4.mobile {
    display: flex;
  }

  .team-jelena-portrait {
    width: 60%;
  }

  .password-page-submit-wrapper {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: relative;
  }

  .muzicki-predah {
    margin-top: 100px;
    margin-bottom: 200px;
  }

  .muzicki-predah-note {
    z-index: 5;
    mix-blend-mode: multiply;
  }

  .sp-media-player-bar-wrapper {
    height: 50px;
  }

  .sp-track-wrapper {
    padding: 20px;
  }

  .muzicki-predah-description {
    width: 60%;
  }

  .blast-from-the-past {
    margin-top: 100px;
    margin-bottom: 200px;
  }

  .bftp-gradient-mask {
    display: none;
  }

  .pixel-body-background-1 {
    display: block;
  }

  .awaiting-project-cta-link {
    display: none;
  }

  .main-navigation-v2 {
    min-width: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-navigation-v2.inverted {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragrap-header {
    line-height: 21px;
  }

  .headline-large-copy {
    letter-spacing: -5px;
    font-size: 90px;
  }

  .headline-large-copy.right {
    letter-spacing: -2px;
    font-size: 70px;
    line-height: 60px;
  }
}

@media screen and (max-width: 479px) {
  .heading-4.calendar {
    color: #fff;
    font-size: 20px;
  }

  .content-wrapper {
    background-color: #000;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper.work {
    background-color: #000;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper.home {
    margin-top: 0;
  }

  .main-navigation {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
    display: none;
  }

  .headline-3 {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
  }

  .back-to-home-link {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .back-to-home-link.w--current {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .nav-link {
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .paragraph-large {
    color: #c5c5c5;
    font-size: 16px;
    line-height: 27px;
  }

  .paragraph-large.center {
    font-size: 16px;
    line-height: 27px;
  }

  .paragraph-large.downsized {
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph-large.downsized.center {
    font-size: 15px;
    line-height: 25px;
  }

  .paragraph-large.image {
    font-size: 16px;
  }

  .paragraph-large.pooortal-full-width {
    width: 90%;
    margin-top: 0;
  }

  .featured-project-artwork {
    aspect-ratio: 2 / 3;
    background-color: #1a1a1a;
    background-image: none;
  }

  .featured-project-description {
    margin-top: -30%;
    margin-bottom: 30px;
  }

  .recent-project-label {
    color: #fff;
  }

  .recent-project-label.featured.center {
    font-size: 0;
    line-height: 0;
  }

  .paragraph-small {
    color: #c5c5c5;
    font-size: 15px;
    line-height: 25px;
  }

  .paragraph-small.center {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
  }

  .paragraph-small.fusnota {
    color: #8d8d8d;
    font-size: 12px;
    line-height: 20px;
  }

  .paragraph-small.featured.center {
    color: #c5c5c5;
  }

  .recent-section {
    border-top-color: #fff3;
    margin-top: 50px;
    padding-top: 30px;
  }

  .recent-section.home {
    border-top-style: solid;
    margin-top: 0;
  }

  .recent-projects-grid {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .recent-project-thumb-container, .recent-project-thumb-container.bassivity, .recent-project-thumb-container.madsense {
    width: 100%;
  }

  .all-works-button-container {
    background-color: #1a1a1a;
    border-style: none;
    border-color: #ffffff4d;
  }

  .all-works-button-container.hero {
    border-style: none;
  }

  .button-label {
    color: #fff;
  }

  .arrow {
    filter: invert();
  }

  .body, .body.kitchen {
    background-color: #000;
  }

  .recognition-section {
    background-color: #1a1a1a;
    border-top-color: #fff3;
    padding-bottom: 50px;
  }

  .recognitions-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    background-color: #0000;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 50px;
    padding: 50px 20px;
  }

  .recognitions-item {
    width: 70%;
  }

  .recognitions-thumb {
    opacity: .7;
    filter: invert();
    margin-bottom: 20px;
  }

  .recent-project-description {
    width: 70%;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .leadership-section {
    border-top-color: #fff3;
    padding-top: 30px;
  }

  .founders-intro {
    flex-flow: column;
  }

  .founders-bios {
    width: 100%;
    margin-top: 50px;
  }

  .founders-bios.first {
    background-image: linear-gradient(#000 30%, #fff);
    border-bottom-style: none;
    border-bottom-color: #505050;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 0;
  }

  .founders-bios.last {
    border-bottom-style: none;
    border-bottom-color: #505050;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    padding-bottom: 0;
    position: relative;
  }

  .founders-bios-item {
    margin-bottom: 30px;
  }

  .header-tagline {
    color: #e2e2e2;
    padding-top: 0;
    display: flex;
  }

  .headline-4, .text-span-10 {
    color: #fff;
  }

  .main-navigation-logo-container {
    width: 100%;
  }

  .main-navigation-links-container {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    display: none;
  }

  .recent-project-item {
    border-bottom-style: none;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .recent-project-item.bassivity {
    border-bottom-style: none;
    flex-flow: column;
    padding-bottom: 0;
  }

  .recent-project-item.mooji {
    width: 100%;
  }

  .contact-section {
    border-top-color: #fff3;
    margin-top: 100px;
    padding-top: 30px;
  }

  .contact-container {
    margin-top: 50px;
  }

  .contact-form {
    display: flex;
  }

  .headline-2 {
    color: #fff;
    line-height: 35px;
  }

  .headline-2.center {
    color: #fff;
    line-height: 37px;
  }

  .headline-2.white {
    line-height: 35px;
  }

  .headline-2.bottom-padding {
    margin-bottom: 30px;
    line-height: 40px;
  }

  .headline-2.brooklyn {
    letter-spacing: -1.5px;
    font-size: 60px;
    line-height: 60px;
  }

  .contact-form-name-email-container {
    flex-flow: column;
  }

  .contact-form-name-container {
    width: 100%;
    margin-right: 0;
  }

  .contact-form-email-container {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .text-field-name, .text-field-email-address {
    color: #dadada;
    background-color: #1a1a1a;
    height: 70px;
  }

  .textarea {
    color: #dadada;
    background-color: #1a1a1a;
  }

  .contact-form-text-area {
    margin-top: 20px;
  }

  .submit-button {
    color: #fff;
    background-color: #1a1a1a;
    border-style: none;
  }

  .contact-form-button {
    background-color: #1a1a1a;
    border: 1px #fff;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
  }

  .form {
    margin-top: 0;
  }

  .contact-form-submit-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
  }

  .pudding-studio-location {
    background-color: #0000;
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    padding: 50px 20px 0;
  }

  .location-info-description {
    width: 100%;
    position: relative;
  }

  .local-time-widget {
    color: #fff;
  }

  .location-info-time-zone {
    position: relative;
  }

  .current-time-belgrade {
    color: #d4d4d4;
  }

  .time-zone-container {
    color: #fff;
    margin-top: 30px;
  }

  .services-section {
    border-top-color: #fff3;
    margin-top: 50px;
    padding-top: 30px;
  }

  .services-grid {
    margin-top: 50px;
  }

  .service-gif {
    width: 100%;
    margin-bottom: 30px;
  }

  .location-pin {
    filter: invert();
  }

  .field-label, .field-label-2 {
    color: #fff;
  }

  .bitsandbobs-welcome-section {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    margin-top: -80px;
    margin-bottom: 50px;
  }

  .bitsandbobs-section {
    margin-top: 100px;
  }

  .bitsabdbobs-post {
    border-top-color: #fff3;
    margin-bottom: 120px;
  }

  .bitsabdbobs-post.photo-post {
    flex-flow: column;
    display: flex;
  }

  .post-date {
    padding-right: 0;
  }

  .blog-calendar-day-number {
    color: #fff;
    letter-spacing: -1px;
    font-size: 60px;
    line-height: 60px;
  }

  .post-content {
    margin-top: 10px;
  }

  .post-content-description {
    margin-top: 30px;
  }

  .post-content-description.nyc-photos {
    margin-top: 10px;
  }

  .post-date-cal {
    background-color: #0000;
    border-color: #fff3;
    width: 140px;
  }

  .pudding-cooking-process-animation {
    width: 80%;
    margin-left: 0;
  }

  .bitsandbobs-welcome-message {
    width: 100%;
    padding-top: 0;
    position: relative;
  }

  .headline-large {
    color: #fff;
  }

  .headline-large.right {
    font-size: 60px;
    line-height: 55px;
  }

  .headline-large.tn-in-app {
    padding-right: 20px;
  }

  .text-span-12 {
    color: #fff;
  }

  .date-cal-month {
    border-bottom-style: none;
    border-bottom-color: #fff3;
  }

  .date-cal-day {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .link-2 {
    color: #fff;
  }

  .slider {
    background-color: #1a1a1a;
  }

  .slider.white-background {
    background-color: #fff;
  }

  .slider-left-arrow, .slider-right-arrow {
    display: block;
  }

  .slider-slide-nav {
    filter: none;
    color: #000;
    justify-content: flex-start;
    align-items: center;
    padding-top: 2px;
  }

  .slider-arrow-left-image {
    filter: invert();
  }

  .portfolio-item-intro {
    margin-top: 50px;
  }

  .portfolio-item-specs {
    background-color: #0000;
    border-color: #2c2c2c;
  }

  .portfolio-item-specs-logo {
    border-bottom-color: #2c2c2c;
  }

  .portfolio-client-logo {
    filter: invert();
  }

  .portfolio-item-client {
    border-bottom-color: #2c2c2c;
  }

  .picl {
    color: #fff;
  }

  .picv {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
  }

  .picv.underline {
    border-bottom-color: #2c2c2c;
  }

  .portfolio-services-list-container {
    border-left-color: #2c2c2c;
  }

  .portfolio-item-featured-image {
    background-color: #1a1a1a;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .portfolio-item-featured-image.textnow-brand {
    aspect-ratio: 1;
    background-color: #1a1a1a;
  }

  .portfolio-item-featured-image.bassivity {
    background-image: url('../images/relja-hero-background.avif');
    background-size: cover;
  }

  .portfolio-item-featured-image.pudding {
    aspect-ratio: 1;
  }

  .portfolio-item-featured-image.pudding.video {
    aspect-ratio: auto;
  }

  .tn-nux-app-hero-svg {
    width: 70%;
  }

  .headline-1 {
    color: #fff;
    font-size: 50px;
    line-height: 50px;
  }

  .headline-1.center {
    margin-bottom: 30px;
    font-size: 50px;
  }

  .headline-1.pooortal-app {
    letter-spacing: -3px;
    font-size: 80px;
    line-height: 80px;
  }

  .portfolio-item-single-wide-image {
    background-color: #1a1a1a;
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio-item-single-wide-image.tn_transition_bottom_nav {
    background-color: #1a1a1a;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio-item-single-wide-image.mobile {
    background-color: #f5f5f5;
  }

  .portfolio-item-paragraph-container {
    width: 100%;
    margin-top: 50px;
  }

  .portfolio-item-paragraph-container.poortal-full-width {
    margin-top: 50px;
  }

  .quick-stack, .quick-stack._1px-bottom {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
  }

  .cell-wide-container {
    background-color: #1a1a1a;
  }

  .cell-wide-container.osx-dock {
    aspect-ratio: 1;
    background-color: #2c2c2c;
    background-image: linear-gradient(#fff0, #1a1a1a), radial-gradient(circle, #4859dd, #573b50);
  }

  .cell-square-container {
    background-color: #1a1a1a;
  }

  .textnow-menu-icons {
    filter: invert();
    mix-blend-mode: screen;
    width: 80%;
  }

  .textnow-app-icon {
    width: 50%;
  }

  .video-3 {
    width: 100%;
  }

  .prototype-section-description {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tn-nux-prototype-section-icon {
    margin-bottom: 30px;
    position: relative;
    top: 0;
    left: 0;
  }

  .cell-description {
    display: none;
  }

  .portfolio-item-side-by-side {
    background-color: #1a1a1a;
    border-style: none;
    border-color: #000;
  }

  .tn-nux-comparison-screenshot-item {
    border-right-width: 2px;
    border-right-color: #000;
  }

  .tn-nux-comparison-screenshot-item.top {
    aspect-ratio: auto;
    border-right-width: 1px;
    border-right-color: #000;
  }

  .tn-nux-comparison-screenshot-item.bottom {
    border-right-width: 1px;
  }

  .tn-nux-comparison-screenshot-image {
    width: 90%;
  }

  .tn-nux-comparison-images-panel {
    border-top-width: 1px;
    border-top-color: #000;
  }

  .tn-nux-comparison-text-panel {
    border-top-width: 1px;
    border-top-color: #000;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .tn-nux-comparison-description-wrapper {
    width: 100%;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-27-copy {
    width: 70%;
    height: auto;
    margin-bottom: 40px;
  }

  .comparison-column-headers-row {
    border-top-width: 1px;
    border-top-color: #000;
  }

  .comparison-column-headers-row.tn-in-app-purchase {
    border-top-color: #2c2c2c;
    border-bottom: 1px solid #2c2c2c;
  }

  .comparison-column-label {
    color: #cfcfcf;
    border-right-width: 1px;
    border-right-color: #bebebe33;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 400;
  }

  .comparison-column-label.no-border {
    border-bottom: 1px #2c2c2c;
  }

  .comparison-column-label.tn-in-app-purchase {
    border-bottom: 1px #2c2c2c;
    border-right-color: #2c2c2c;
  }

  .comparison-column-label.black-separator {
    border-right-color: #000;
  }

  .tn-nux-comparison-description-text {
    margin-left: 0;
  }

  .tn-nux-bottom-nav-svg-container, .tn-nux-drawer-nav-text-block {
    width: 100%;
  }

  .tn-nux-device-screens-section {
    background-color: #1a1a1a;
  }

  .tn-nux-device-screen-left {
    border-right-width: .5px;
    border-right-color: #000;
  }

  .tn-nux-device-screen-right {
    border-left-width: .5px;
    border-left-color: #000;
  }

  .tn-nux-device-screen-left-image, .tn-nux-device-screen-right-image {
    filter: invert();
  }

  .tn-nux-device-screen-pair {
    border-bottom-width: 1px;
    border-bottom-color: #000;
  }

  .div-block-557-copy {
    border-bottom-width: 1px;
    border-bottom-color: #000;
    padding: 30px 20px;
  }

  .tn-nux-device-caption-text {
    width: 100%;
  }

  .about-client-section {
    background-color: #0000;
    border-top-color: #fff;
    margin-top: 50px;
    padding-top: 30px;
  }

  .quick-stack-2 {
    margin-top: 0;
  }

  .cell-2 {
    background-color: #0000;
  }

  .cell-3 {
    background-color: #0000;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cell-4 {
    background-color: #0000;
  }

  .fact {
    aspect-ratio: 3 / 2;
    background-color: #1a1a1a;
    border-top: 1px solid #000;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .fact.first {
    background-color: #1a1a1a;
    border-top-style: none;
  }

  .client-fact-icon-container {
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    max-width: none;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .client-fact-icon-image {
    filter: invert();
    width: auto;
  }

  .image-pudding {
    filter: invert();
    mix-blend-mode: normal;
    width: auto;
  }

  .tn-logo-challenge-text-block {
    width: 100%;
    padding: 0 0 0 0;
  }

  .tn-logo-process-image-container {
    width: 100%;
    margin-top: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tn-logo-redesign-process-desktop {
    width: 80%;
    display: none;
  }

  .portfolio-item-side-by-side-copy {
    background-color: #1a1a1a;
    flex-flow: column;
    margin-top: 50px;
    padding: 0 20px 40px;
  }

  .tn-brand-logo-featured {
    filter: invert();
  }

  .tn-brand-hero-app-icon {
    width: 30%;
  }

  .tn-brand-2nd-column {
    border-right-style: none;
    width: 100%;
    display: flex;
  }

  .tn-brand-hero-grid-cell.right-bottom {
    border-top: .5px solid #000;
    order: -1;
    height: 50vh;
    display: flex;
  }

  .tn-brand-hero-grid-cell.left-bottom {
    border-bottom: .5px solid #000;
    height: 40vh;
  }

  .tn-brand-hero-grid-cell.left-top {
    border-bottom-width: .5px;
    height: 50vh;
  }

  .tn-brand-hero-grid-cell.right-top {
    z-index: 10;
    border-top: .5px solid #000;
    border-bottom-width: .5px;
    height: 50ch;
  }

  .tn-brand-3rd-column {
    width: 100%;
  }

  .recent-project-artwork-container {
    width: 15%;
  }

  .tn-brand-hero-device-photo {
    object-fit: contain;
    width: auto;
    height: 90%;
  }

  .tn-brand-hero-logomark-white {
    width: 10%;
  }

  .heading-3 {
    letter-spacing: 0;
    font-size: 20px;
    line-height: 13vw;
  }

  .tn-brand-hero-eyes-svg {
    width: 100%;
    left: 20px;
  }

  .tn-brand-hero-hand-container {
    height: 50vh;
    display: none;
  }

  .tn-brand-hero-hand-photo {
    display: none;
  }

  .brand-hero-section {
    border-top-width: .5px;
    border-bottom-style: none;
    border-bottom-width: .5px;
    flex-direction: column;
    height: auto;
    margin-bottom: 10vw;
    display: flex;
  }

  .tn-brand-1st-column {
    border-right-style: none;
    width: 100%;
  }

  .tn-brand-hero-device-container {
    border-bottom-style: none;
    border-bottom-width: .5px;
    align-items: center;
    height: 50vh;
  }

  .tn-illustrations-fullwidth-container {
    margin-top: 50px;
  }

  .recent-project-thumb {
    background-color: #1a1a1a;
  }

  .tn-brand-color-section-wrapper {
    border-style: none;
    margin-top: 50px;
    padding: 0 0 50px;
  }

  .textnow-brand-primary-color {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .tn-brand-secondary-color-grid {
    width: 100%;
  }

  .textnow-brand-secondary-color._1 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .grid-2 {
    grid-auto-flow: row;
    place-items: start stretch;
  }

  .heading-3-copy {
    font-size: 11vw;
    line-height: 11vw;
  }

  .tn-animated-poster-section {
    border-top-width: .5px;
    border-bottom-width: .5px;
  }

  .poster-texture-top-layer, .poster-texture-bottom-layer {
    background-size: 400px;
  }

  .textnow-posters {
    border-bottom-style: none;
  }

  .tn-animated-poster-image {
    border-bottom: .5px solid #000;
    border-right-style: none;
  }

  .tn-animated-poster-image-alt {
    border-bottom: 1px #000;
  }

  .tn-brand-color-swatches-container {
    flex-flow: column;
  }

  .tn-brand-font-specimen {
    filter: invert();
    width: 100%;
    margin-top: 30px;
  }

  .textnow-menu-icons-copy {
    width: 95%;
    padding-top: 15px;
    padding-bottom: 25px;
    padding-left: 15px;
  }

  .textnow-sim-card-asset, .textnow-llogo-check {
    width: 80%;
  }

  .tn-osx-dock-dot-item {
    width: 1.5%;
    margin-top: 26vw;
    margin-right: 8vw;
  }

  .tn-mobile-first-blog-image {
    width: 90%;
  }

  .textnow-apple-com {
    width: 80%;
  }

  .textnow-sim-card-asset-copy {
    mix-blend-mode: darken;
    width: 80%;
  }

  .cell-3-2-container {
    background-color: #1a1a1a;
  }

  .tn-device-mockups {
    filter: invert();
  }

  .iphone-frame {
    height: 83%;
  }

  .iphone-frame.square {
    z-index: 10;
  }

  .cta-button {
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .cta-button.gallery-expand {
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    width: auto;
    transform: translate(0, -80px)scale(1.5);
  }

  .featured-project-details {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
  }

  .featured-project-details.hero {
    background-color: #0000;
    margin-top: -31%;
    padding-left: 0;
    padding-right: 0;
  }

  .app-ui-motion-container, .featured-project-hero-container {
    aspect-ratio: 2 / 3;
  }

  .ui-video-placeholder {
    width: 81%;
  }

  .ui-video-placeholder.square {
    width: 55.2%;
  }

  .textnow-app-splash-motion {
    border-radius: 10vw 10vw 0 0;
  }

  .work-group-by-year {
    border-top-color: #fff3;
  }

  .work-group-by-year.first {
    border-top-color: #fff;
  }

  .recent-projects-go-to-all-works {
    width: 100%;
    margin-top: 50px;
    display: flex;
  }

  .work-hero-bc {
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 20px;
  }

  .bc-link {
    color: #fff;
    padding-bottom: 10px;
    position: relative;
  }

  .back-to-home {
    color: #fff;
  }

  .work-hero-bc-gif-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-right: 0;
    display: block;
    position: relative;
  }

  .service-grid-item {
    background-color: #1a1a1a;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .service-grid-item:hover {
    background-color: #1a1a1a;
  }

  .service-grid-item.last {
    margin: 0;
  }

  .utility-page-wrap, .utility-page-content {
    justify-content: center;
    align-items: center;
  }

  .utility-page-form {
    width: 80%;
  }

  .mobile-bottom-navigation {
    border-top-color: #0003;
    border-radius: 0;
    width: 100%;
    display: flex;
  }

  .mobile-nav-inner-wrapper {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #0000;
    background-image: linear-gradient(0deg, #0006, #ffffff26);
    border: 1px #ffffff1a;
    border-radius: 10px;
    width: 95%;
    height: 50px;
    margin-bottom: 10px;
    display: flex;
    box-shadow: 0 1px #0003, inset 0 1px #ffffff1a, 0 0 60px 5px #0009;
  }

  .mobile-nav-link-item {
    border-right: 1px solid #ffffff0d;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 25%;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    display: flex;
  }

  .mobile-nav-link-item.home {
    border-right-color: #ffffff1a;
    justify-content: center;
    align-items: flex-end;
  }

  .mobile-nav-link-item.home.w--current {
    border-right-color: #ffffff0d;
    width: 25%;
  }

  .mobile-nav-link-item.last {
    border-right-style: none;
  }

  .mobile-nav-link {
    color: #ffffffe6;
    letter-spacing: 0;
    text-shadow: 0 1px 10px #0000004d;
    font-family: HelveticaNeue, sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
  }

  .mobile-nav-mascot-image {
    filter: none;
    width: 100%;
  }

  .portfolio-intro-bold-headline {
    color: #fff;
  }

  .body-2 {
    background-color: #000;
  }

  .portfolio-intro-bold-headline-variant, .portfolio-tertiary-bold-heading {
    color: #fff;
  }

  .tn-logo-redesign-process-mobile {
    width: 75%;
    display: block;
  }

  .ui-video-placeholder-container {
    aspect-ratio: 2 / 3;
  }

  .tn-in-app-purchase-thumb-ui-container {
    height: 90%;
  }

  .tn-in-app-purchase-thumb-video-loop.portfolio-entry {
    width: 74%;
  }

  .tn-in-app-purchase-thumb-bottom-gradient.portfolio-entry {
    position: relative;
  }

  .slider-arrow-right-image, .slider-arrow-right-image-alt {
    filter: invert();
  }

  .team-nenad-portrait {
    width: 90%;
  }

  .services-gif-asset, .service-gif-asset {
    filter: invert();
    mix-blend-mode: lighten;
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .service-item-description {
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-3 {
    background-color: #0000;
  }

  .tabs-menu {
    border-top-color: #fff3;
    margin-top: 20px;
    display: flex;
  }

  .tab-link-tab-1 {
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .tab-link-tab-1.w--current {
    border-top-color: #fff;
  }

  .tab-link-tab-2 {
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .tab-link-tab-2.w--current {
    border-top-color: #fff;
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .color-system-comparison-layout {
    border-color: #bebebe33;
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    margin-top: 50px;
  }

  .color-system-comparison-layout.tn-in-app-purchase {
    background-color: #000;
    border-left-style: solid;
    border-left-color: #2c2c2c;
    border-right-style: solid;
    border-right-color: #2c2c2c;
  }

  .madsense-theme-light-icon, .madsense-theme-dark-icon {
    filter: invert();
  }

  .color-comparison-column {
    border-right-style: none;
    border-right-color: #bebebe33;
    padding: 20px;
  }

  .color-comparison-column.tn-in-app-purchase {
    border-right-color: #2c2c2c;
  }

  .color-grid-rows-container {
    border-top-color: #bebebe33;
  }

  .color-grid-rows-container.tn-in-app-purchase {
    border-top-style: none;
    border-top-color: #2c2c2c;
    border-bottom: 1px solid #2c2c2c;
  }

  .color-grid-rows-container.tn-in-app-purchase.last {
    border-top-style: none;
  }

  .madsense-ad-poster-right-container.right {
    width: 100%;
    margin-left: 0;
  }

  .poster-mockup-person-1 {
    width: 70%;
    display: flex;
    bottom: 5%;
    right: 0%;
  }

  .poster-mockup-person-2.click-through {
    width: 50%;
    display: none;
    inset: auto 5% 0% auto;
  }

  .poster-mockup-person-2.click-through.pooortal {
    display: block;
  }

  .team-container {
    flex-flow: column;
    padding-top: 0;
  }

  .pudding-studio-video {
    margin-top: 50px;
    margin-bottom: 100px;
  }

  .pudding-studio-video-description {
    margin-bottom: -80px;
  }

  .video-description-text {
    color: #fff9;
    font-size: 12px;
    font-weight: 400;
  }

  .portfolio-showcase-content-block {
    aspect-ratio: 3 / 2;
    flex-flow: column;
    margin-top: 50px;
    padding: 30px 20px;
  }

  .portfolio-showcase-content-block.bassivity {
    margin-top: 1px;
    margin-bottom: 1px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio-showcase-content-block.bassivity.bottom-align.app {
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .portfolio-showcase-content-block.bassivity.logos {
    margin-top: 50px;
  }

  .portfolio-showcase-content-block.bassivity-no-padding {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .portfolio-showcase-content-block.icons {
    aspect-ratio: auto;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 10px;
    position: relative;
  }

  .tn-iap-responsive-widget-image {
    width: 100%;
  }

  .tn-iap-badge-section-wrapper {
    aspect-ratio: auto;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 50px;
    padding: 20px 10px 10px;
  }

  .tn-iap-badge-image, .tn-iap-widget-overview-image, .tn-iap-original-ads-image {
    width: 100%;
  }

  .tn-visionos-mock-outer-container {
    aspect-ratio: 2 / 3;
  }

  .tn-iap-widget-dark-1 {
    height: auto;
    margin-bottom: 40px;
  }

  .tn-iap-widget-dark-3 {
    height: auto;
  }

  .tn-iap-widget-dark-2 {
    height: auto;
    margin-bottom: 40px;
  }

  .tn-visionos-mock-inner-container {
    margin-top: 50px;
  }

  .tn-visionos-main-app-view {
    width: 70%;
    height: 78%;
  }

  .tn-visionos-tab-bar-nav {
    display: none;
  }

  .tn-iap-pillar-text-container {
    width: 100%;
  }

  .tn-iap-pillar-layout-item {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 50px;
  }

  .tn-iap-section-text-container {
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    top: 0;
    left: 0;
  }

  .tn-iap-section-text-container.icons {
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .tn-iap-section-text-container.badge {
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-7 {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 21px;
  }

  .paragraph-7.icons {
    margin-top: 0;
    font-size: 13px;
  }

  .tn-iap-premium-perks-icons-sheet {
    height: auto;
  }

  .text-span-14 {
    filter: invert();
  }

  .bassivity-logo-comparison {
    width: 80%;
  }

  .bassivity-app-screenshot {
    height: auto;
  }

  .bassivity-updated-logo {
    width: 90%;
  }

  .noise-over-fx.click-through {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-end;
    display: none;
  }

  .madsense-typography-showcase-wrapper {
    border-bottom-color: #bebebe33;
    border-left-style: solid;
    border-left-color: #bebebe33;
    border-right-style: solid;
    border-right-color: #bebebe33;
    justify-content: flex-start;
    align-items: center;
    padding: 40px 20px;
  }

  .madsense-typography-image {
    filter: invert();
    width: 100%;
  }

  .bassivity-slider-column {
    margin-bottom: 0;
  }

  .grid-4 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .bassivity-collab-photo-1, .bassivity-collab-photo-2, .bassivity-collab-photo-3, .bassivity-collab-photo-4 {
    width: 100%;
  }

  .bassivity-sub-brand-logo-bs {
    width: 70%;
  }

  .bassivity-sub-brand-logo-bd, .bassivity-sub-brand-logo-bg, .bassivity-sub-brand-logo-bt {
    width: 80%;
  }

  .bassivity-anniversary-banner {
    width: 50%;
  }

  .bassivity-anniversary-text-container {
    width: 100%;
  }

  .bassivity-quote-language-text {
    font-size: 9vw;
    line-height: 8vw;
  }

  .madsense-ai-client-logos-grid {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr;
  }

  .team-member-intro {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .text-span-15 {
    font-size: 10px;
  }

  .bassivity-wistia-video-inner {
    width: 100%;
  }

  .bassivity-dolby-section-wrapper {
    padding-top: 9vw;
    padding-bottom: 9vw;
  }

  .bassivity-platform-icons-row {
    margin-top: 1px;
  }

  .grid-7 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-columns: 1fr;
  }

  .bassivity-youtube-icon-block {
    margin-bottom: 1px;
  }

  .bassivity-youtube-icon {
    border-top-left-radius: 10px;
  }

  .bassivity-ios-icon-block {
    aspect-ratio: auto;
  }

  .bassivity-ios-icon {
    width: 90%;
  }

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

  .tabs-menu-2 {
    border-bottom-color: #fff3;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .tab-link-tab-1-2 {
    border-style: solid solid none;
    border-color: #000;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-link-tab-1-2.w--current {
    border-color: #fff3 #fff3 #000;
    border-bottom-style: solid;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-link-tab-2-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-link-tab-2-2.w--current {
    border-color: #fff3 #fff3 #000;
  }

  .contact-tab-say-hi-label {
    color: #fff;
    font-size: 13px;
  }

  .code-embed-4 {
    display: none;
  }

  .code-embed-4.mobile {
    display: block;
  }

  .contact-tab-icon {
    filter: invert();
  }

  .madsense-ai-client-logo-item {
    border-bottom: 1px solid #252525;
    border-right-style: solid;
  }

  .team-jelena-portrait {
    width: 80%;
  }

  .form-block-2 {
    width: 100%;
  }

  .contact-tab-call-label {
    color: #fff;
    font-size: 13px;
  }

  .paragraph-9 {
    color: #fff;
  }

  .phones-brake {
    background-color: #1a1a1a;
  }

  .tn-phones-brake-image {
    width: 100%;
  }

  .portfolio-footnote-container {
    color: #b8b8b8;
    width: 70%;
  }

  .paragraph-10 {
    font-size: 12px;
    line-height: 18px;
  }

  .image-bassivity {
    filter: none;
  }

  .image-youtube {
    filter: invert();
    mix-blend-mode: normal;
  }

  .tn-logo-redesign-text-panel, .tn-logo-design-image-container {
    flex-flow: column;
  }

  .tn-logo-design-process-image {
    width: 100%;
  }

  .pudding-brand-thumb-gif {
    width: 240px;
  }

  .grid-8 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-columns: 1fr;
  }

  .pudding-mascot-svg {
    height: 240px;
  }

  .pudding-mascot-animation-gif {
    width: 240px;
  }

  .pudding-mascot-3d-render {
    height: 240px;
  }

  .italic-text-6 {
    font-size: 13px;
    line-height: 20px;
  }

  .grid-9 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    margin-bottom: 1px;
  }

  .grid-10 {
    grid-template-columns: 1fr;
  }

  .pudding-mascot-family-wrapper {
    margin-top: 1px;
  }

  .pudding-team-portraits-container {
    margin-top: 50px;
  }

  .pudding-team-group-photo-container {
    margin-top: 0;
  }

  .grid-11 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    margin-top: 1px;
  }

  .pudding-instagram-icon {
    width: 100%;
    margin-top: 50px;
  }

  .pudding-social-follow-section {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
  }

  .pudding-social-follow-text-container {
    width: 80%;
  }

  .link-16 {
    color: #fff;
  }

  .pudding-website-v1-screenshot-container {
    margin-top: 50px;
    padding-top: 50px;
  }

  .pudding-website-v1-screenshot {
    width: 90%;
  }

  .location-info.tablet {
    border-top-color: #fff3;
  }

  .jelena-animation, .nenad-animation {
    filter: invert();
    mix-blend-mode: lighten;
  }

  .text-span-17 {
    color: #fff;
  }

  .nenad-gif {
    width: 50%;
    margin-right: 10px;
  }

  .jelena-gif {
    width: 50%;
    margin-left: 10px;
  }

  .jelena-gradient-mobile {
    background-image: linear-gradient(#000 39%, #f5f5f500 91%);
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .muzicki-predah {
    aspect-ratio: auto;
    background-color: #1a1a1a;
    border-color: #fff3;
    border-left-style: solid;
    border-right-style: solid;
    flex-flow: column;
    margin-top: -50px;
    margin-bottom: 150px;
    padding: 0;
  }

  .muzicki-predah-cover {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: static;
  }

  .kitchen-album-cover-image {
    width: 85%;
    padding-left: 0;
  }

  .muzicki-predah-headline {
    margin-bottom: 40px;
    padding-top: 20px;
    position: static;
  }

  .kitchen-artist-name-text {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16vw;
    line-height: 16vw;
  }

  .kitchen-music-break-text {
    color: #fff;
    border-bottom-color: #fff3;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .muzicki-predah-note {
    display: none;
    position: relative;
  }

  .sp-media-player-bar-wrapper {
    border-left-color: #fff3;
  }

  .progress-bar {
    opacity: .2;
    color: #ffffff73;
    background-color: #fff;
  }

  .sp-track-wrapper {
    background-color: #0000;
    border-top-style: solid;
    border-top-color: #fff3;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .sp-pause {
    filter: none;
  }

  .sp-track {
    height: 50px;
  }

  .sp-elapsed {
    color: #fff;
  }

  .sp-play {
    filter: none;
  }

  .sp-duration {
    color: #fff;
  }

  .sp-progress-bar-wrapper {
    border-left-color: #fff3;
    border-right-color: #fff3;
  }

  .see-more-section {
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    height: auto;
    margin-top: 50px;
    margin-bottom: 100px;
    display: flex;
  }

  .blog-post-photo.portrait, .blog-post-photo.landscape {
    margin-bottom: 5px;
  }

  .wip {
    border-style: none;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 70px;
  }

  .muzicki-predah-description {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ai-section {
    display: none;
  }

  .work-hero-bc-gif-container-img {
    filter: invert();
    max-width: none;
    height: 100%;
  }

  .pudding-project-hero-image {
    width: 70%;
  }

  .blast-from-the-past {
    aspect-ratio: auto;
    border-style: solid;
    border-color: #fff3;
    height: auto;
    margin-top: -50px;
    margin-bottom: 150px;
    padding: 20px 20px 40px;
  }

  .bftp {
    font-size: 18vw;
    line-height: 17vw;
    position: static;
    top: 40px;
    left: 0;
  }

  .bftp-image-asset {
    opacity: .85;
    object-fit: contain;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bftp-gradient-mask {
    background-image: linear-gradient(0deg, #000, #0000 60%);
    display: none;
  }

  .bftp-description {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: static;
    inset: auto auto 20px 0%;
  }

  .checkbox-label {
    line-height: 20px;
  }

  .text-span-19 {
    color: #a1a1a1;
    font-size: 14px;
  }

  .newsletter-subscribe-bold-label {
    color: #fff;
    font-size: 15px;
  }

  .blog-photo-gallery-2-rows {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    aspect-ratio: auto;
    object-fit: fill;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 100px;
    display: flex;
  }

  .lottie-animation {
    display: none;
  }

  .privacy-container {
    width: 100%;
  }

  .privacy-wrapper {
    background-color: #363636;
    border-radius: 12px;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .privacy-tools-section-heading {
    border-top-color: #bdbdbd;
    width: 100%;
  }

  .link-21 {
    color: #fff;
  }

  .see-more-gradient {
    background-image: linear-gradient(0deg, #000, #fff0);
  }

  .show-more {
    background-color: #1a1a1a;
    border-style: none;
    border-color: #ffffff4d;
  }

  .show-more.large {
    filter: invert();
  }

  .text-field {
    color: #dadada;
    background-color: #1a1a1a;
    height: 70px;
  }

  .pooortal-ui-components {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .pooortal-ui-components.tirst {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 50px;
    margin-bottom: 5px;
  }

  .pooortal-logo-vartiants {
    grid-template-columns: 1fr;
  }

  .browser-win-border, .browser-win-border.madsense {
    display: none;
  }

  .pooortal-marketing {
    background-color: #000;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 80px;
  }

  .full-width-container {
    box-shadow: 0 -9px 20px #000;
  }

  .pooortal-app-slideshow {
    margin-top: 5px;
    margin-bottom: 100px;
  }

  .pooortal-old-ui {
    margin-top: 50px;
  }

  .portfolio-text-panel-container {
    flex-flow: column;
  }

  .pooortal-reddit-chat-image-container {
    width: 100%;
    margin-top: 50px;
  }

  .pooortal-reddit-chat-image {
    width: 100%;
  }

  .slider-arrow-back {
    filter: invert();
  }

  .pooortal-social-media {
    margin-top: 50px;
  }

  .pooortal-social-media-asset-header, .social-media-post-preview {
    width: 60%;
  }

  .social-edia-post-cta-mockup {
    width: 60%;
    height: 10vw;
  }

  .pooortal-social-media-cta {
    font-size: 3vw;
    line-height: 3vw;
  }

  .pooortal-social-cta-arrow {
    width: 1.7vw;
  }

  .madsense-featured-image {
    background-color: #1a1a1a;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .madsense_ui {
    margin-top: 50px;
  }

  .madsense_ui.br {
    margin-bottom: 100px;
  }

  .madsense-grid-paintings {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    aspect-ratio: 1;
    margin-top: 50px;
  }

  .madsense-logo-variants {
    grid-template-columns: 1fr;
  }

  .madsense-sub-brand-logos {
    filter: invert();
    width: 70%;
  }

  .madsense-logo-variants-image-container {
    background-color: #1a1a1a;
  }

  .madsense-logo-variants-left-panel {
    background-color: #0000;
  }

  .madsense-logo-variants-left-panel.left {
    aspect-ratio: 2.39;
  }

  .madsense-grid-illustrations {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
  }

  .madsense-grid-illustrations.bottom, .full-with-artwork-container.human-touch-composition {
    margin-top: 5px;
  }

  .color-swatch-label-text {
    font-size: 10px;
    top: 5px;
    left: 5px;
  }

  .madsense-animated-logo-container {
    aspect-ratio: 1;
    color: #1a1a1a;
    background-color: #1a1a1a;
  }

  .madsense-creative-logo {
    opacity: .7;
    filter: invert();
    height: 28px;
  }

  .madsense-landing-page {
    margin-top: 50px;
  }

  .madsense-ads {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-top: 0;
    padding: 20px;
  }

  .lottie-animation-5, .madsense-slider-arrow-right, .slider-arrow-right-generic {
    filter: invert();
  }

  .awaiting-project-cta-link, .main-navigation-v2, .main-navigation-v2.inverted {
    display: none;
  }

  .paragrap-header {
    color: #c5c5c5;
    font-size: 16px;
    line-height: 27px;
  }

  .featured-vocial {
    aspect-ratio: 2 / 3;
    background-image: linear-gradient(#0000 54%, #000 79%), url('../images/mooji-hero-photo.avif');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 150%;
  }

  .text-span-24 {
    color: #fff;
    letter-spacing: -.5px;
    font-size: 50px;
    line-height: 55px;
  }

  .portfolio-item-hero-bc {
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 20px;
  }

  .featured-project-artwor-mooji {
    aspect-ratio: 2 / 3;
    background-color: #1a1a1a;
    background-image: none;
  }

  .mooji-client-logo {
    filter: invert();
  }

  .headline-large-copy {
    color: #fff;
  }

  .headline-large-copy.right {
    font-size: 60px;
    line-height: 55px;
  }

  .headline-large-copy.tn-in-app {
    padding-right: 20px;
  }

  .bftp-copy {
    font-size: 18vw;
    line-height: 17vw;
    position: static;
    top: 40px;
    left: 0;
  }

  .headline-3-copy {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
  }

  .via-logo {
    filter: invert();
  }

  .via-app-slideshow {
    margin-top: 5px;
    margin-bottom: 100px;
  }

  .portfolio-item-paragraph-container-copy {
    width: 100%;
    margin-top: 50px;
  }

  .portfolio-item-paragraph-container-copy.poortal-full-width {
    margin-top: 50px;
  }

  .featured-vocial-copy {
    aspect-ratio: 2 / 3;
    background-image: linear-gradient(#0000 54%, #000 79%), url('../images/mooji-hero-photo.avif');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 150%;
  }
}

#w-node-ad143e21-30d7-1da4-7a47-980e64a0952a-8d47b1ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0aa030b8-57f2-a890-8fe3-781421f2ac25-21f2ac20 {
  place-self: auto;
}

#w-node-_35c458a6-2379-8e80-9f14-20a610e04dac-66081bad {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1e10e65e-6020-34a6-7693-91195c980dd1-66081bad {
  grid-column: span 2 / span 2;
}

#w-node-_3bbbba58-b216-33c7-ca5a-ae068b0f51f2-66081bad {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_22eaee1a-bfae-5112-2d11-71370157a30d-8dd93b9c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_22eaee1a-bfae-5112-2d11-71370157a30e-8dd93b9c {
  grid-column: span 2 / span 2;
}

#w-node-d14bf9c5-ca5e-89c8-48dc-d8cb7e94088a-8dd93b9c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d14bf9c5-ca5e-89c8-48dc-d8cb7e94088b-8dd93b9c {
  grid-column: span 2 / span 2;
}

#w-node-_4205e8d3-241a-984d-f86d-98da7cafbf7b-8dd93b9c, #w-node-_17b56cfa-a45c-745b-8ddf-b9522406af4a-7245b338, #w-node-_4205e8d3-241a-984d-f86d-98da7cafbf7b-2d6310ab {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a2709975-5f0b-9714-626b-6b2aee22aa58-15fa3c20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70965e30-e6cc-9b7d-b824-464f64a9c780-f58c3f51 {
  justify-self: auto;
}

#w-node-_54d8e997-aab9-4a46-f4c0-3d5cab88647b-f58c3f51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3bbbba58-b216-33c7-ca5a-ae068b0f51f2-66081bad, #w-node-_17b56cfa-a45c-745b-8ddf-b9522406af4a-7245b338, #w-node-_4205e8d3-241a-984d-f86d-98da7cafbf7b-2d6310ab {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ad143e21-30d7-1da4-7a47-980e64a0952a-8d47b1ef {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f68e7fee-7a97-11f4-dd86-0a423f0bde82-3f0bde70 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3bbbba58-b216-33c7-ca5a-ae068b0f51f2-66081bad {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_22eaee1a-bfae-5112-2d11-71370157a30d-8dd93b9c {
    grid-template-rows: auto 1.25fr;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-d14bf9c5-ca5e-89c8-48dc-d8cb7e94088a-8dd93b9c {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4205e8d3-241a-984d-f86d-98da7cafbf7b-8dd93b9c, #w-node-_17b56cfa-a45c-745b-8ddf-b9522406af4a-7245b338, #w-node-_4205e8d3-241a-984d-f86d-98da7cafbf7b-2d6310ab {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@font-face {
  font-family: HelveticaNeue, sans-serif;
  src: url('../fonts/sanfranciscodisplay-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: HelveticaNeue, sans-serif;
  src: url('../fonts/sanfranciscodisplay-thin-webfont.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: HelveticaNeue, sans-serif;
  src: url('../fonts/sanfranciscodisplay-semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeue-Bold-02.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeue-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeue-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}