:root {
  --white: white;
  --black-100: rgba(0, 0, 0, .99);
  --orange-30: #fe8e04;
  --orange-100: #fd6504;
  --yellow-100: #f6c047;
  --greige-100: #f9f4ed;
  --blue: #007aff;
  --grey-100: #5a5a5a;
  --black-90: #2a2a2a;
  --grey-20: rgba(90, 90, 90, .2);
  --yellow-50: #e9c16b;
  --orange-90: #ff6522;
  --yellow-dark: rgba(0, 0, 0, .3);
  --orange-70: #ff7e3c;
  --color: white;
}

h1 {
  color: var(--white);
  letter-spacing: .2px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 52px;
  font-weight: 600;
  line-height: 60px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 54px;
}

h3 {
  letter-spacing: .1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

h4 {
  color: var(--black-100);
  letter-spacing: .1px;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

a {
  text-decoration: underline;
}

.hero {
  height: 95svh;
  max-height: none;
  min-height: auto;
  color: var(--black-100);
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero.bambuser {
  width: 100vw;
  height: 550px;
  max-width: 1600px;
  background-color: var(--white);
  background-image: none;
  justify-content: center;
}

.body {
  background-color: var(--white);
  color: var(--black-100);
  font-family: Albert Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.body-styles-components {
  color: var(--black-100);
  letter-spacing: .1px;
  flex-direction: column;
  align-items: center;
  font-family: Albert Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.card-hero {
  z-index: auto;
  width: auto;
  height: 100%;
  min-height: auto;
  min-width: auto;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: var(--white);
  border-style: none;
  border-color: #000;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 56px;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  display: block;
  position: relative;
  top: auto;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, .08);
}

.card-hero.footer {
  align-items: flex-start;
  padding-top: 56px;
  padding-bottom: 56px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: var(--black-100);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.heading {
  font-weight: 500;
}

.body-large {
  color: var(--black-100);
  margin-top: 24px;
  font-family: Albert Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.body-large.medium {
  font-weight: 500;
}

.body-large.email {
  margin-top: 0;
}

.selfie-image {
  width: 100%;
  height: 100%;
  border-radius: 16%;
  display: none;
}

.cardfooter {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  display: none;
}

.icons-container {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.icon {
  width: 32px;
  height: 28px;
  opacity: 1;
}

.icon.email {
  width: 32px;
  height: 32px;
  max-width: none;
}

.icon.linkedin {
  width: 28px;
  height: 27px;
  opacity: 1;
  line-height: 28px;
}

.icon.linkedin.black {
  height: 25px;
}

.icon.linkedin.blue {
  height: 25px;
  display: none;
}

.icon.mail {
  height: 32px;
  display: block;
}

.icon.mail.blue, .icon.light {
  display: none;
}

.linkedin {
  width: 28px;
  height: 28px;
}

.selfie {
  width: 60px;
  height: 60px;
  background-image: url('../images/andreas.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 200px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.section {
  min-height: auto;
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding-top: 250px;
  display: flex;
}

.section.case-study {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-image: none;
  padding-top: 0;
  padding-bottom: 120px;
  position: relative;
}

.section.previous-work {
  min-height: auto;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 80px;
}

.section.previous-work.cards {
  z-index: 2;
  position: relative;
}

.text-block {
  width: 750px;
  margin-bottom: -24px;
  padding-bottom: 0;
  padding-left: 56px;
  padding-right: 48px;
  position: relative;
}

.card {
  width: 750px;
  min-height: 500px;
  border: 2px solid #000;
  border-radius: 24px;
}

.card.case-study {
  color: var(--black-100);
  cursor: pointer;
  margin-bottom: 180px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.card.case-study:hover {
  box-shadow: none;
}

.card.previous-work {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-style: none;
  border-radius: 0;
  flex-direction: column;
  display: flex;
}

.card.case-study {
  width: 950px;
  min-height: auto;
  color: #1a1a1a;
  cursor: pointer;
  border-radius: 32px;
  margin-bottom: 180px;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.card.case-study:hover {
  box-shadow: none;
}

.card.case-study {
  width: 950px;
  min-height: auto;
  color: #1a1a1a;
  cursor: pointer;
  border-radius: 32px;
  margin-bottom: 180px;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.card.case-study:hover {
  box-shadow: none;
}

.card.case-study {
  width: 750px;
  min-height: auto;
  background-color: var(--white);
  color: #1a1a1a;
  cursor: pointer;
  border-style: none;
  border-radius: 28px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  transition: box-shadow .125s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .12);
}

.card.case-study:hover {
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, .12);
}

.card.case-study.bambuser {
  width: 750px;
  background-color: var(--white);
  border-radius: 36px;
  margin-bottom: 0;
}

.card.case-study.bambuser:hover {
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, .16);
}

.card.case-study.calbird, .card.case-study.calbird:hover {
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .12);
}

.card.case-study.blocket {
  border-width: 0;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, .12);
}

.case-study-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding: 48px;
  display: flex;
}

.logo-link {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.small_head {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.link-container {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.cs-images-background {
  height: 400px;
  background-color: var(--greige-100);
  color: var(--greige-100);
  position: static;
}

.text-block-2 {
  width: 420px;
}

.body-medium {
  font-family: Albert Sans, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.cs-descr-text {
  width: 475px;
}

.section-2 {
  min-height: 1000px;
  background-color: var(--greige-100);
  display: flex;
}

.footer {
  min-height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
  position: relative;
}

.experience-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.experience-container.calbird {
  display: none;
}

.app-icon {
  width: 48px;
  height: 48px;
  background-color: #ef404f;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  display: flex;
}

.app-icon.pwc {
  width: 48px;
  height: 48px;
  background-color: var(--greige-100);
  border-radius: 10px;
}

.app-icon.blocket {
  width: 48px;
  height: 48px;
  border-radius: 20%;
}

.app-icon.calbird {
  width: 48px;
  height: 48px;
  background-color: var(--blue);
  border-radius: 20%;
}

.app-icon.ikea {
  width: 48px;
  height: 48px;
  background-color: #fbd914;
  border-radius: 20%;
}

.app-icon.storasyster {
  background-color: #8155fb;
  border-radius: 20%;
}

.app-icon.happo {
  background-color: var(--greige-100);
  border-radius: 20%;
}

.app-icon.bambuser {
  background-color: #000;
  margin-right: 20px;
}

.blocket-b {
  width: 14px;
  height: 22px;
}

.app-name-description {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  font-size: 19px;
  display: block;
}

.heading-x-s {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

.heading-x-s.logo {
  width: auto;
  font-family: Inter Tight, sans-serif;
}

.heading-x-s.logo.swedbank {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.heading-x-s.logo.happo {
  font-family: Open Sans, sans-serif;
}

.company-name {
  height: auto;
  align-items: flex-start;
  margin-bottom: 5px;
  display: flex;
}

.logo {
  width: 27px;
}

.logo.ikea {
  width: 80%;
}

.footer-card {
  z-index: 998;
  width: 750px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: var(--white);
  border: 2px solid #000;
  border-radius: 24px;
  flex-direction: column;
  padding: 75px;
  display: flex;
  position: relative;
}

.biody-22.medium {
  font-weight: 500;
}

.body-case-study {
  color: var(--black-100);
  background-color: #1e1e1e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Albert Sans, sans-serif;
  font-size: 20px;
  line-height: 24px;
  display: flex;
}

.heading-2 {
  color: var(--white);
}

.hero-text-container {
  width: 750px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: var(--black-100);
  flex-direction: column;
  display: flex;
}

.white {
  color: var(--black-100);
}

.small-body {
  color: var(--grey-100);
  font-size: 16px;
  line-height: 20px;
  display: none;
}

.go-back-button {
  width: 28px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.go-back-button.case-study {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--yellow-100);
  display: flex;
  top: 24px;
  left: 24px;
}

.arrow_left.yellow {
  display: none;
}

.arrow_left.black {
  width: 24px;
  height: 24px;
  max-width: none;
  opacity: .7;
  transition: opacity .125s cubic-bezier(.455, .03, .515, .955);
}

.arrow_left.black:hover {
  opacity: 1;
}

.case-study-hero-images {
  width: 100vw;
  height: 100svh;
  max-width: 1600px;
  min-height: auto;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--greige-100);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.div-block {
  width: 750px;
  min-height: 500px;
}

.casestudy_image {
  width: 750px;
  min-height: 400px;
  background-color: var(--blue);
  background-image: url('../images/5edbbc0455b72c5b8524475d_iphonexmockup-qasa.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  margin-bottom: 12px;
}

.casestudy_image.bb_shows {
  background-color: var(--blue);
  background-image: url('../images/Grid-View.png');
  background-position: 50%;
  background-size: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
}

.casestudy_image.mobile-hero {
  background-image: url('../images/mobile-frames.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
}

.casestudy_image.usertesting {
  height: 281px;
  min-height: auto;
  background-image: url('../images/user-testing.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 8px;
}

.casestudy_image.calbird1 {
  background-color: var(--black-90);
}

.casestudy_image.mobile-screenshot {
  background-position: 50%;
}

.casestudy_image.designsystem1 {
  background-image: url('../images/5edf5446d2dedb6623c6083d_designsystem.png');
  background-position: 50%;
  background-size: cover;
}

.casestudy_image.prototype_wasa {
  background-image: url('../images/5edbe066800a235fca6cfccd_Screenshot-2020-06-06-at-20.28.18.png');
  background-position: 50%;
}

.casestudy_image.screenshot_web {
  background-image: url('../images/5edf63b4833aafb47e3348ce_browser.png');
  background-position: 50%;
}

.casestudy_image._3mobiles {
  background-image: url('../images/5edf728e4ca690129a919aa0_mobiles.png');
  background-position: 50%;
}

.casestudy_image.themes {
  background-image: url('../images/5ee1ff9c06d3a819f7833f99_brand-colors.png');
  background-position: 50%;
  margin-bottom: 0;
}

.casestudy_image.screenshot_web2 {
  background-image: url('../images/5ee20b3e73d0da6b4531f986_desktopss2.png');
  background-position: 50%;
}

.casestudy_image.designsystem._2 {
  background-image: url('../images/5edf8be3c1d998c626a0bd8a_feedback.png');
}

.casestudy_image.designsystem._3 {
  background-image: url('../images/5edf56776ed50896b92156f2_designsystem2.png');
}

.casestudy_image.screenshot-web._3 {
  background-image: url('../images/5ee20b3e73d0da6b4531f986_desktopss2.png');
}

.cs-article {
  width: 100vw;
  max-width: 1600px;
  min-height: 800px;
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.cs-article.white {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  padding-top: 0;
}

.link-block {
  height: 40px;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--white);
  border-radius: 200px;
  align-items: center;
  padding-left: 14px;
  padding-right: 16px;
  text-decoration: none;
  transition: all .125s cubic-bezier(.455, .03, .515, .955);
  display: block;
  position: absolute;
  top: 16px;
  bottom: auto;
  left: 16px;
  right: auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.link-block:hover {
  opacity: 1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.link-text_medium {
  opacity: .7;
  color: var(--black-100);
  -webkit-text-stroke-color: var(--black-100);
  font-size: 17px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: opacity .125s cubic-bezier(.455, .03, .515, .955);
}

.link-text_medium:hover {
  opacity: 1;
}

.pill {
  height: 34px;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--yellow-100);
  color: var(--black-100);
  border-radius: 200px;
  align-items: center;
  padding: 2px 12px 0 14px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cs-article-container {
  width: 750px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.body_medium {
  color: var(--black-100);
  font-size: 20px;
  line-height: 28px;
}

.cs_study_img_cont {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 6px;
  flex-direction: column;
  display: flex;
}

.image_subtext {
  color: var(--grey-100);
  font-size: 17px;
  font-style: italic;
}

.quote {
  max-width: 85%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  margin-top: 44px;
  margin-bottom: 44px;
  display: flex;
}

.quote_line {
  width: 100px;
  height: 2px;
  background-color: var(--orange-100);
}

.quote_text {
  color: var(--black-100);
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 38px;
  line-height: 60px;
}

.icon-link-container {
  cursor: pointer;
}

.icon-link-container.mail {
  width: 48px;
  height: 48px;
  opacity: 1;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.icon-link-container.mail:hover {
  opacity: 1;
  background-color: #e4e4e4;
}

.icon-link-container.mail.tippy:hover {
  background-color: #efefef;
}

.icon-link-container.linkedin {
  width: 36px;
  height: 36px;
  opacity: 1;
  justify-content: center;
  align-items: center;
  transition: opacity .125s;
  display: flex;
}

.icon-link-container.linkedin:hover {
  opacity: 1;
}

.icon-link-container.linkedin.tippy {
  width: 48px;
  height: 48px;
  border-radius: 200px;
}

.icon-link-container.linkedin.tippy:hover {
  background-color: #efefef;
}

.div-block-2 {
  width: 100%;
  height: 80svh;
  background-color: var(--grey-100);
}

.div-block-3 {
  width: 100%;
  height: 20svh;
}

.text-block-3 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 562px;
  bottom: 0%;
  left: auto;
  right: 233px;
}

.get-in-touch {
  width: auto;
  height: auto;
  min-height: auto;
  min-width: auto;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  font-size: 15px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 41px;
  left: auto;
  right: 172px;
}

.email-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: flex-end;
  font-size: 24px;
  line-height: 24px;
  display: flex;
}

.email-text-link {
  color: var(--black-100);
  -webkit-text-stroke-color: var(--black-100);
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-decoration: underline;
  transition: color .2s;
}

.email-text-link:hover {
  color: var(--blue);
  text-decoration: underline;
}

.email-text-link.small {
  font-size: 17px;
  line-height: 20px;
}

.handwriting {
  color: var(--black-100);
  padding-bottom: 0;
  font-family: Patrick Hand;
  font-size: 26px;
  font-weight: 500;
  line-height: 28px;
  position: absolute;
  top: 13px;
  left: -113px;
  transform: rotate(-1deg);
}

.orb-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: none;
}

.orb {
  width: 100px;
  height: 100px;
  filter: blur(12px);
  background-color: #1becda;
  border-radius: 200px;
  display: none;
}

.funky-arrow {
  width: 80px;
  align-items: center;
  display: flex;
  bottom: 1px;
  transform: rotate(-6deg);
}

.image {
  width: 240px;
  position: absolute;
  top: auto;
  bottom: -8px;
  left: auto;
  right: 36px;
}

.image.shopper_mobile {
  z-index: 10;
  width: 214px;
  display: block;
  position: relative;
  bottom: 0;
  right: 0;
}

.mobile-image {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 24px;
}

.body-2 {
  background-color: var(--yellow-100);
  font-family: Albert Sans, sans-serif;
}

.submit-button {
  height: 52px;
  background-color: var(--black-100);
  border: 1px #000;
  border-radius: 10px;
  font-family: Albert Sans, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.text-field {
  height: 52px;
  border: 2px solid var(--black-100);
  opacity: 1;
  color: var(--black-100);
  border-radius: 10px;
  margin-bottom: 8px;
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 17px;
  font-weight: 500;
}

.text-field:focus-visible {
  border-color: var(--black-100);
}

.text-field[data-wf-focus-visible] {
  border-color: var(--black-100);
}

.heading-4 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.error-message {
  color: red;
  background-color: rgba(0, 0, 0, 0);
  font-size: 17px;
  font-weight: 500;
}

.field-label {
  display: none;
}

.link-block-2 {
  width: auto;
  min-height: 40px;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  flex-wrap: nowrap;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.go-back-container {
  width: auto;
  min-height: auto;
  padding-top: 8px;
  padding-left: 16px;
  display: flex;
  position: absolute;
}

.hero-background {
  width: 100%;
  height: 100%;
  -webkit-text-fill-color: inherit;
  background-color: #ff6522;
  background-image: linear-gradient(325deg, #ff6522, #ff7a36);
  background-clip: border-box;
  display: flex;
}

.name-container {
  padding-top: 24px;
  padding-left: 24px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.text-block-4 {
  text-transform: uppercase;
  font-family: Bitter, serif;
  font-size: 16px;
  font-weight: 700;
}

.shows-image {
  z-index: 9;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 9%;
  right: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
}

.image-2 {
  width: 444px;
}

.pwc-logo {
  max-width: 75%;
}

.text-block-5 {
  color: var(--white);
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 18px;
}

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

.image-4 {
  width: auto;
  max-width: 75%;
}

.text-block-6 {
  color: var(--black-100);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.li-link {
  width: 25px;
  height: 25px;
  background-color: red;
}

.html-embed {
  width: 25px;
  height: 25px;
  background-color: red;
  display: none;
}

.heading-5 {
  color: var(--black-100);
}

.arrow-right_up {
  width: 20px;
  height: 20px;
  max-width: none;
  position: relative;
  bottom: 0;
}

.body-password {
  height: 100vh;
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Instrument Sans;
  display: flex;
}

.password-content {
  z-index: 999;
  width: auto;
  height: auto;
  min-height: auto;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--white);
  color: var(--black-100);
  flex-direction: column;
  padding: 56px 0;
  display: flex;
  position: relative;
}

.form {
  width: 275px;
  font-size: 16px;
  line-height: 20px;
  display: block;
}

.text-field-2 {
  height: 48px;
  border: 2px solid var(--grey-100);
  color: var(--black-100);
  border-radius: 3px;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 16px;
  font-family: Albert Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.submit-button-2 {
  width: 100%;
  height: 52px;
  background-color: var(--black-100);
  border-radius: 12px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 17px;
  font-weight: 600;
}

.form-block {
  width: 100%;
  color: var(--white);
  margin-bottom: 0;
  font-size: 17px;
}

.success-message {
  background-color: var(--black-100);
}

.error-message-2 {
  color: red;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 500;
}

.text-block-7 {
  text-align: center;
}

.image-5 {
  width: 28px;
}

.arrow_back {
  width: 30px;
}

.arrow_back.w--current {
  z-index: 10;
  width: 36px;
  height: 36px;
  background-color: rgba(0, 0, 0, .1);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 16px;
  bottom: auto;
  left: 16px;
  right: auto;
}

.button {
  height: 52px;
  background-color: var(--black-100);
  border: 2px #000;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  font-family: Albert Sans, sans-serif;
  font-size: 17px;
  font-weight: 500;
  display: flex;
}

.button.inbound {
  height: 48px;
  background-color: var(--white);
  color: var(--black-100);
  border-style: solid;
  border-width: 2px;
  font-size: 16px;
  transition: all .125s;
}

.button.inbound:hover {
  background-color: var(--black-100);
  color: var(--white);
}

.bambuser-logo {
  z-index: 8;
  position: absolute;
  top: 0;
  bottom: 200px;
  left: 200px;
  right: auto;
}

.bambuser-text-logo {
  width: 120px;
  height: auto;
  position: static;
  top: auto;
  bottom: 329px;
  left: 393px;
  right: auto;
}

.bambuser-logo-container {
  width: 125px;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-direction: column;
  display: none;
  position: absolute;
  top: auto;
  bottom: 313px;
  left: 395px;
  right: auto;
}

.image-6 {
  width: 120px;
  height: 15px;
}

.heading-6 {
  font-size: 40px;
  line-height: 48px;
}

.dreamy-sky-container {
  width: 175px;
  height: 200px;
  background-color: #6cb2ff;
  border: 2px solid #a4a4a4;
  border-radius: 36px;
}

.heading-medium {
  color: var(--black-100);
  font-family: Albert Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.image-7 {
  width: 240px;
  position: absolute;
  top: auto;
  bottom: -8px;
  left: auto;
  right: 36px;
}

.image-7.shopper_mobile {
  z-index: 10;
  width: 140px;
  display: block;
  position: relative;
  top: 0;
  bottom: 0%;
  left: auto;
  right: auto;
}

.card-description {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
  display: flex;
}

.card-description.casestudy {
  justify-content: space-between;
  padding: 48px 40px;
}

.icon-name {
  display: flex;
}

.all-caps-s {
  color: rgba(0, 0, 0, .8);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  line-height: 14px;
  display: none;
}

.all-caps-s.medium {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
}

.app-name-description-2 {
  width: 560px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  font-size: 19px;
  display: block;
}

.image-8 {
  width: 350px;
  position: relative;
  top: auto;
  bottom: 40px;
  right: auto;
}

.cs-images-background-2 {
  width: 100%;
  height: 400px;
  color: #f2efec;
  background-color: #f2efec;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding-left: 56px;
  padding-right: 56px;
  line-height: 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cs-pill {
  height: 36px;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #f6c047;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding-left: 17px;
  padding-right: 12px;
  display: flex;
}

.image-9 {
  width: 240px;
  position: absolute;
  top: auto;
  bottom: -8px;
  left: auto;
  right: 36px;
}

.image-9.shopper_mobile {
  z-index: 10;
  width: 140px;
  display: block;
  position: relative;
  top: 0;
  bottom: 0%;
  left: auto;
  right: auto;
}

.app-name-description-3 {
  width: 560px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  font-size: 19px;
  display: block;
}

.image-10 {
  width: 350px;
  position: relative;
  top: auto;
  bottom: 40px;
  right: auto;
}

.cs-images-background-3 {
  width: 100%;
  height: 400px;
  color: #f2efec;
  background-color: #f2efec;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding-left: 56px;
  padding-right: 56px;
  line-height: 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-11 {
  width: 240px;
  position: absolute;
  top: auto;
  bottom: -8px;
  left: auto;
  right: 36px;
}

.image-11.shopper_mobile {
  z-index: 10;
  width: 140px;
  display: block;
  position: relative;
  top: 0;
  bottom: 0%;
  left: auto;
  right: auto;
}

.app-name-description-4 {
  width: 460px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  font-size: 19px;
  display: block;
}

.app-name-description-4.calbird {
  width: 490px;
}

.image-12 {
  width: auto;
  height: 250px;
  max-width: none;
  position: relative;
  top: auto;
  bottom: 0;
  right: auto;
}

.card-background {
  width: 100%;
  height: 375px;
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  background-color: var(--greige-100);
  color: #f2efec;
  border-radius: 24px 24px 0 0;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 0;
  line-height: 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-background.blocket {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.image-13 {
  width: 21px;
}

.sub-heading-big {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.sub-heading-big.semibold {
  font-size: 24px;
  font-weight: 500;
}

.big-heading {
  font-size: 42px;
  line-height: 100%;
}

.close-page-button {
  width: 36px;
  height: 36px;
  background-color: rgba(0, 0, 0, .1);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  transition: all .125s;
  display: flex;
  position: fixed;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.close-page-button:hover {
  background-color: rgba(0, 0, 0, .15);
  border: 2px #000;
}

.image-14, .image-15 {
  width: 32px;
}

.text-span {
  border-style: none none solid;
  border-width: 0 0 3px;
  border-color: var(--black-100);
  text-decoration: none;
  transition: all .125s;
}

.text-span:hover {
  border-bottom-color: var(--blue);
  color: var(--blue);
}

.text-span-2 {
  border: 0 #000;
  border-bottom: 3px solid #000;
}

.link {
  color: #974b4b;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  text-indent: 0;
  column-count: 0;
}

.link-2 {
  color: #000;
  transition: all .125s;
}

.link-2:hover {
  color: var(--blue);
}

.image-16 {
  height: 350px;
}

.image-17, .image-18 {
  height: 280px;
  max-width: none;
}

.image-19 {
  height: 250px;
  max-width: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .16);
}

.logo-s {
  width: 28px;
}

.html-embed-2 {
  height: 27px;
  color: var(--black-100);
  font-size: 100%;
  font-weight: 500;
  line-height: 100%;
}

.html-embed-2:hover {
  color: var(--blue);
}

.html-embed-2.mail {
  height: 25px;
  opacity: .8;
  transition: all .125s;
}

.html-embed-2.mail:hover {
  opacity: 1;
  color: var(--black-100);
}

.html-embed-2.linkedin {
  width: 21px;
  height: 22px;
  opacity: .8;
  transition: all .125s;
}

.html-embed-2.linkedin:hover {
  opacity: 1;
  color: var(--black-100);
}

.bambuser_b {
  height: 22px;
}

.next-article {
  width: 100vw;
  max-width: 1600px;
  min-height: 250px;
  background-color: var(--white);
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.na-container {
  width: 750px;
  min-height: 200px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-style: solid none none;
  border-width: 2px 0 0;
  border-color: var(--grey-20) black black;
  flex-direction: column;
  padding-top: 48px;
  padding-bottom: 80px;
  display: flex;
}

.cs-footer {
  width: 100vw;
  height: 80px;
  max-width: 1600px;
  background-color: var(--greige-100);
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-content {
  width: 750px;
  height: 100%;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.link-3 {
  color: var(--black-100);
  font-weight: 500;
}

.div-block-5 {
  width: 350px;
  height: 56px;
  background-color: var(--white);
}

.success-message-2 {
  width: 325px;
  color: #110e0e;
}

.image-collage {
  width: 100%;
  height: 160px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 12px;
  display: flex;
  overflow: hidden;
}

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

.collage-image.small {
  width: 100%;
  background-color: var(--yellow-50);
}

.collage-image.small._2 {
  white-space: normal;
  background-color: #e99b6b;
  border-radius: 8px;
}

.collage-image.small._1 {
  background-color: #88b0dc;
  border-radius: 8px;
}

.collage-image.small._3 {
  background-color: #a7a0a0;
  border-radius: 8px;
}

.div-block-7 {
  height: 48px;
}

.yellow-button.big {
  width: auto;
  height: 48px;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--yellow-100);
  object-fit: none;
  border-radius: 200px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

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

.heading-xxs {
  font-size: 20px;
  font-weight: 600;
}

.button-inbound {
  width: 157px;
  height: 44px;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--yellow-100);
  border-radius: 200px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.button-inbound.big {
  width: auto;
  background-color: var(--white);
  border: 2px solid #000;
  padding-left: 20px;
  padding-right: 20px;
}

.link-block-3 {
  width: auto;
  color: var(--black-100);
  object-fit: contain;
  flex-wrap: nowrap;
  text-decoration: none;
  display: flex;
}

.go-back_button, .arrow_left_alt {
  width: 30px;
}

.signature-name {
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.photo-signature {
  height: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: flex-end;
  display: flex;
}

._16_medium {
  color: #949494;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

._16_medium.black {
  color: var(--black-100);
}

.image-22 {
  height: 90px;
  position: relative;
  top: 14px;
  left: -8px;
}

.image-23 {
  height: 60px;
  position: relative;
  top: 10px;
  left: -4px;
}

.signature {
  height: 60px;
  position: relative;
  top: 10px;
  left: -5px;
}

.image-24 {
  color: #ac0000;
}

.html-embed-3 {
  color: var(--grey-100);
  font-size: 40px;
  line-height: 40%;
}

.divider-line {
  width: 100%;
  height: 1px;
  background-color: rgba(90, 90, 90, .2);
  margin-top: 40px;
  margin-bottom: 40px;
}

.button-2 {
  height: 48px;
  background-color: #1a1a1a;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  font-size: 16px;
  display: flex;
}

.link-button {
  height: 52px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--white);
  cursor: pointer;
  background-color: #1a1a1a;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-button:hover {
  background-color: #2a2a2a;
}

.link-button.email {
  background-color: #f6f5f4;
  border: 2px solid #000;
  display: none;
}

.link-button.email:hover {
  background-color: #e9e6e2;
}

.link-button.linkedin {
  width: auto;
  background-color: #f6f5f4;
  border: 2px solid #000;
  display: none;
}

.link-button.linkedin:hover {
  color: var(--white);
  background-color: #e9e6e2;
}

.button-text {
  color: var(--black-100);
  line-height: 16px;
  text-decoration: none;
}

.phone-mockup-1m {
  width: 350px;
  display: block;
  position: absolute;
  bottom: -125px;
  left: -5px;
}

.phone-mockup-11 {
  width: 293px;
  position: absolute;
  top: -108px;
  right: 60px;
}

.phone-mockup {
  width: 240px;
}

.phone-mockup.bambuser_11 {
  width: auto;
  height: 92%;
  margin-left: -35px;
  padding-left: 0;
}

.phone-mockup._1m {
  width: auto;
  height: 92%;
}

.phone-mockup.qasa {
  width: auto;
  height: 140%;
  position: relative;
  top: 100px;
  left: 60px;
}

.phone-mockup.blocket {
  width: auto;
  height: 140%;
  position: relative;
  top: 80px;
  right: 50px;
}

.html-embed-4 {
  width: 24px;
  height: 24px;
  color: var(--black-100);
}

.buttons-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.link-text-medium {
  color: var(--black-100);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.text-link-1 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--black-100);
  align-items: center;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.text-link-1:hover {
  color: var(--orange-90);
}

.image-25 {
  width: 26px;
  color: var(--yellow-50);
  line-height: 3px;
}

.icon-button {
  height: 16px;
  color: #ff7a36;
  font-size: 16px;
  line-height: 16px;
}

.icon-button.outbound {
  height: 16px;
  position: relative;
}

.icon-button.inbound {
  height: 16px;
  line-height: 1px;
}

.text-link-copy {
  height: auto;
  border: 1px #000;
  border-bottom: 2px #1a1a1a;
}

.text-link-underline {
  height: 2px;
  background-color: #1a1a1a;
}

.text-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-underline {
  height: 2px;
  background-color: #1a1a1a;
}

.image-26 {
  width: 18px;
}

.container {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-8 {
  z-index: 10;
  width: 100%;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--white), #fec 51%, white);
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-27 {
  color: var(--orange-90);
}

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.button-wrapper {
  display: flex;
}

.buttton-m {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  background-color: #fff;
  border: 1.5px solid #000;
  border-radius: 999px;
  align-items: center;
  padding: .6rem 1.25rem;
  text-decoration: none;
  transition: all .125s;
  display: flex;
}

.buttton-m:hover {
  background-color: var(--black-100);
  font-size: 16px;
  line-height: 20px;
}

.buttton-m.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-width: 2px;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.2rem;
  font-size: 16px;
  line-height: 20px;
  display: flex;
}

.buttton-m.is-icon:hover {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.buttton-m.email {
  border-width: 1.8px;
  font-size: 16px;
  line-height: 20px;
}

.buttton-m.inbound {
  width: auto;
  height: 44px;
  flex-wrap: nowrap;
  display: flex;
  position: relative;
}

.buttton-m.inbound:hover {
  background-color: var(--black-100);
  font-size: 17px;
}

.icon-embed-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-9 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.background-radient {
  z-index: 1;
  background-image: url('../images/bg_radial-big.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.background-radient.footer {
  height: auto;
  background-position: 50%;
  background-size: 100% 100%;
  padding-top: 0;
  padding-bottom: 0;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-radient.hero {
  height: 95svh;
  background-image: url('../images/radiant_small.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  display: block;
}

.background-radient.hero.medium {
  height: 95svh;
  background-image: url('../images/radiant_medium.jpg');
  background-position: 50% 80%;
  background-size: cover;
  display: block;
  position: absolute;
}

.background-radient.hero.big, .background-radient.hero.small {
  display: none;
}

.background-radient.vertical {
  width: 100%;
  height: 100%;
  background-image: url('../images/radiant-bg_vertical.png');
  background-position: 65%;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-wrapper {
  z-index: 999;
  width: 750px;
  height: auto;
  object-fit: fill;
  background-color: rgba(255, 255, 255, .3);
  border-radius: 28px;
  flex-wrap: nowrap;
  flex: 0 auto;
  align-content: stretch;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  display: flex;
  position: relative;
}

.card-wrapper.footer {
  background-color: rgba(255, 255, 255, .25);
  padding: 8px;
}

.card-wrapper.hero {
  background-color: rgba(255, 255, 255, .25);
  background-image: none;
  margin-top: -3%;
  padding: 8px;
}

.card-wrapper.password {
  z-index: 998;
  width: auto;
  background-color: rgba(255, 255, 255, .25);
  padding: 8px;
}

.text-block-10 {
  font-size: 16px;
  line-height: 20px;
}

.button-3 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-3.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-text {
  font-size: 16px;
  line-height: 20px;
}

.div-block-9 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main-wrapper {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.card-info-wrapper {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.pointer-icon {
  width: 28px;
  height: 28px;
  background-color: var(--yellow-dark);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed-5 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 20px;
  display: flex;
}

.goback-button.w--current {
  z-index: 999;
  width: 32px;
  height: 32px;
  color: var(--white);
  background-color: rgba(0, 0, 0, .3);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  display: none;
  position: fixed;
  top: 16px;
  bottom: auto;
  left: 16px;
  right: auto;
}

.goback-button.w--current:hover {
  position: absolute;
  top: 16px;
  bottom: auto;
  left: 16px;
  right: auto;
}

.html-embed-6 {
  justify-content: center;
  align-items: center;
  font-size: 20px;
  display: flex;
}

.div-block-10 {
  background-color: rgba(255, 255, 255, .3);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-go-back {
  z-index: 997;
  width: 36px;
  height: 36px;
  background-color: rgba(0, 0, 0, .1);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  transition: all .16s ease-out;
  display: flex;
  position: absolute;
  top: 16px;
  bottom: auto;
  left: 16px;
  right: auto;
}

.button-go-back:hover {
  background-color: rgba(0, 0, 0, .2);
}

.button-go-back.w--current {
  background-color: rgba(0, 0, 0, .1);
  justify-content: center;
  align-items: center;
  transition-duration: .16s;
  transition-timing-function: ease-out;
  display: flex;
}

.button-go-back.w--current:hover {
  background-color: rgba(0, 0, 0, .25);
}

.html-embed-7 {
  color: var(--grey-100);
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-4 {
  color: var(--black-100);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: .6rem 1.25rem;
  font-size: 16px;
  line-height: 20px;
  display: flex;
}

.icon-text-wrapper {
  width: 750px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -24px;
  padding-left: 28px;
  display: flex;
}

.icon-text-wrapper.otherwork {
  z-index: 101;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: -20px;
  padding-left: 40px;
  position: relative;
}

.div-block-11 {
  color: var(--orange-100);
  font-size: 16px;
  line-height: 16px;
}

.icon-s {
  color: var(--black-100);
  line-height: 18px;
}

.icon-s.star {
  display: none;
}

.div-block-12 {
  width: auto;
  aspect-ratio: auto;
  object-fit: fill;
}

.arrow-icon-45 {
  transform: rotate(45deg);
}

.calbird-collage {
  width: 100%;
  height: 100%;
  background-image: url('../images/calbird-collage.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-row_wrapper {
  width: 100%;
  height: 250px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  display: flex;
}

.card-s {
  width: 100%;
  height: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--white);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .12);
}

.card-logo-wrapper {
  width: auto;
  height: auto;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-m {
  height: 50px;
  max-width: 100%;
}

.logo-m.kayak {
  height: 36px;
}

.logo-m.ikea {
  height: 40px;
}

.logo-m.storasyster {
  height: 36px;
}

.card-wrapper_s {
  z-index: 999;
  width: 750px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.div-block-13 {
  z-index: 1;
  position: relative;
}

.body_medium-copy {
  color: var(--black-100);
  font-size: 20px;
  line-height: 28px;
}

.body_medium-copy-copy {
  width: 100%;
  color: var(--black-100);
  font-size: 20px;
  line-height: 28px;
}

.submit {
  height: 48px;
  color: var(--black-100);
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  font-family: Albert Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
  transition: all .13s;
  display: flex;
}

.submit:hover {
  border-color: var(--black-100);
  background-color: var(--black-100);
  color: var(--white);
}

.submitbutton {
  height: 48px;
  background-color: var(--white);
  color: var(--black-100);
  border-style: solid;
  border-width: 2px;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  font-family: Albert Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
  transition: all .13s ease-out;
  display: flex;
}

.submitbutton:hover {
  border-color: var(--black-100);
  background-color: var(--black-100);
  color: var(--white);
}

.password-input {
  height: 48px;
  border: 2px solid #000;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
}

@media screen and (min-width: 1920px) {
  .hero {
    width: 100vw;
    height: 85svh;
    max-width: 1600px;
    background-color: #fff;
    background-image: none;
  }

  .hero.bambuser {
    max-width: none;
  }

  .body {
    background-color: var(--white);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .card-hero.footer {
    width: 100%;
  }

  .section.case-study {
    z-index: 11;
    width: 100vw;
    height: 100%;
    max-width: 1600px;
  }

  .section.previous-work, .footer {
    width: 100vw;
    max-width: 1600px;
  }

  .experience-container.happo, .experience-container.kayak {
    display: none;
  }

  .body-case-study {
    background-color: #cbcbcb;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .case-study-hero-images, .cs-article.white {
    max-width: none;
  }

  .button.inbound {
    transition-duration: .16s;
    transition-timing-function: ease-out;
  }

  .card-background {
    padding-top: 32px;
    padding-left: 32px;
  }

  .close-page-button {
    position: fixed;
    top: 24px;
    right: 24px;
  }

  .next-article, .cs-footer {
    max-width: none;
  }

  .phone-mockup.bambuser_11 {
    display: block;
  }

  .phone-mockup.calbird {
    width: 650px;
    max-width: none;
    position: relative;
    top: 14px;
    left: 0;
  }

  .phone-mockup.calbird.phone {
    display: none;
  }

  .div-block-8 {
    height: 1000px;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .buttton-m.email {
    transition-duration: .16s;
    transition-timing-function: ease-out;
  }

  .background-radient {
    background-repeat: no-repeat;
    background-size: 75% 75%;
  }

  .background-radient.hero.medium {
    display: none;
  }

  .background-radient.hero.big {
    height: 100%;
    background-image: url('../images/bg_radial-big.jpg');
    background-position: 50% 70%;
    background-size: auto 100%;
    display: block;
  }

  .background-radient.hero.small {
    background-position: 50%;
    background-size: cover;
    margin-top: -10%;
    display: none;
  }

  .card-wrapper.footer {
    width: 750px;
  }

  .card-wrapper.hero {
    width: 750px;
    height: auto;
    margin-top: -10%;
  }

  .button-go-back.w--current {
    transition-duration: .16s;
    transition-timing-function: ease-out;
  }

  .button-go-back.w--current:hover {
    background-color: rgba(0, 0, 0, .2);
  }

  .calbird-collage {
    width: 100%;
    height: 100%;
    background-image: url('../images/calbird-collage.png');
    background-position: 16px 16px;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    height: 100svh;
    justify-content: center;
  }

  .hero.bambuser {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-hero {
    width: 100%;
    height: auto;
    min-height: auto;
    min-width: 80%;
    padding: 48px;
  }

  .text-block {
    width: 90vw;
    padding-left: 48px;
    padding-right: 48px;
  }

  .card.case-study, .card.previous-work, .card.case-study, .card.case-study {
    width: 90vw;
  }

  .card.case-study, .card.case-study.bambuser {
    width: 90svw;
  }

  .footer {
    min-height: 100svh;
  }

  .footer-card {
    width: 90vw;
    padding: 48px;
  }

  .biody-22.medium {
    font-weight: 500;
  }

  .hero-text-container, .casestudy_image, .casestudy_image.usertesting {
    width: 100%;
  }

  .cs-article.white {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cs-article-container, .cs_study_img_cont {
    width: 100%;
  }

  .quote {
    max-width: 95%;
  }

  .get-in-touch {
    bottom: 12px;
    right: 136px;
  }

  .card-description.casestudy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .app-name-description-4 {
    width: 430px;
  }

  .image-18 {
    display: none;
  }

  .image-19 {
    height: 220px;
  }

  .next-article {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-content {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .card-wrapper.hero {
    align-items: center;
  }

  .goback-button.w--current {
    width: 32px;
    height: 32px;
    background-color: rgba(0, 0, 0, .3);
  }

  .html-embed-6 {
    color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: auto;
    max-height: none;
    min-height: 100svh;
    padding: 0;
  }

  .card-hero {
    width: 100%;
    min-width: 90%;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding: 36px;
    top: 0;
  }

  .card-hero.footer {
    width: 100%;
    min-width: auto;
    justify-content: center;
    padding-top: 32px;
    top: 0;
  }

  .body-large {
    font-size: 22px;
    line-height: 28px;
  }

  .selfie-image {
    width: 80px;
    height: 80px;
  }

  .section.case-study {
    min-width: auto;
    margin-top: 60px;
    padding-top: 0;
    padding-bottom: 80px;
  }

  .section.previous-work {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .section.previous-work.cards {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block {
    width: 85vw;
    padding-left: 16px;
    padding-right: 16px;
  }

  .card.previous-work {
    padding-left: 0;
    padding-right: 0;
  }

  .card.case-study.bambuser {
    margin-top: -30px;
  }

  .card.case-study.calbird {
    width: 95svw;
  }

  .case-study-header {
    padding-left: 36px;
    padding-right: 36px;
  }

  .body-medium {
    font-size: 18px;
  }

  .cs-descr-text {
    width: auto;
  }

  .footer {
    min-height: auto;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .footer-card {
    width: 90vw;
    padding: 48px 36px;
  }

  .small-body {
    font-size: 15px;
  }

  .quote {
    max-width: 100%;
  }

  .email-text-link {
    font-size: 22px;
    line-height: 28px;
  }

  .image.shopper_mobile {
    width: 190px;
  }

  .mobile-image {
    right: 36px;
  }

  .heading-3 {
    font-size: 22px;
    line-height: 28px;
  }

  .button.inbound {
    aspect-ratio: auto;
    object-fit: fill;
  }

  .image-7.shopper_mobile {
    width: 190px;
  }

  .icon-name {
    width: 100%;
  }

  .all-caps-s {
    font-size: 16px;
  }

  .cs-pill {
    display: none;
  }

  .image-9.shopper_mobile, .image-11.shopper_mobile {
    width: 190px;
  }

  .app-name-description-4 {
    width: 100%;
  }

  .card-background {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-around;
    padding-left: 24px;
    padding-right: 0;
  }

  .sub-heading-big {
    font-size: 22px;
  }

  .big-heading {
    font-size: 38px;
  }

  .close-page-button {
    top: 16px;
    right: 16px;
  }

  .image-17 {
    height: 230px;
  }

  .image-19 {
    height: 180px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .background-radient.hero.medium {
    display: none;
  }

  .background-radient.hero.big {
    height: 100%;
    min-height: auto;
    display: block;
  }

  .background-radient.hero.small {
    height: auto;
    display: none;
  }

  .card-wrapper.footer {
    width: 90svw;
  }

  .card-wrapper.hero {
    width: 100%;
    height: 95svh;
    padding-left: 16px;
    padding-right: 16px;
  }

  .card-wrapper.password {
    width: auto;
  }

  .icon-text-wrapper {
    width: 100%;
    margin-bottom: 0;
  }

  .card-row_wrapper {
    height: auto;
    flex-direction: column;
  }

  .card-s {
    width: 95svw;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .card-wrapper_s {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: auto;
    background-color: var(--yellow-100);
    justify-content: center;
    padding: 24px 16px 0;
  }

  .hero.bambuser {
    padding-top: 125px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .card-hero {
    width: 100%;
    background-color: var(--white);
    border-radius: 24px;
    padding: 28px 20px;
    position: relative;
    top: auto;
  }

  .card-hero.footer {
    height: auto;
    min-height: auto;
    min-width: auto;
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .body-large.medium {
    font-size: 22px;
    line-height: 28px;
  }

  .icons-container {
    display: flex;
  }

  .section.case-study {
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.previous-work {
    padding: 80px 16px 60px;
  }

  .text-block {
    width: auto;
  }

  .card.previous-work {
    width: 100%;
    min-height: auto;
    background-color: var(--white);
    outline-color: var(--black-100);
    outline-offset: 0px;
    border-style: none;
    border-width: 0;
    outline-width: 2px;
    outline-style: none;
    padding: 32px 0 52px;
  }

  .card.case-study {
    width: 100%;
  }

  .card.case-study.calbird {
    width: auto;
  }

  .card.case-study.blocket {
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .12);
  }

  .case-study-header {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 32px;
  }

  .small_head {
    display: none;
  }

  .cs-images-background {
    height: 300px;
  }

  .body-medium {
    width: 100%;
    object-fit: contain;
    font-size: 17px;
  }

  .cs-descr-text {
    width: auto;
  }

  .footer {
    height: 95svh;
    min-height: auto;
    justify-content: center;
    padding: 0 16px;
  }

  .app-icon.pwc, .app-icon.blocket, .app-icon.calbird, .app-icon.ikea, .app-icon.storasyster, .app-icon.happo {
    margin-right: 16px;
  }

  .app-description.calbird {
    width: 100%;
  }

  .footer-card {
    width: 100%;
    padding-bottom: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .biody-22.medium {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
  }

  .cs-article.white {
    padding-left: 16px;
    padding-right: 16px;
  }

  .quote_text {
    font-size: 32px;
    line-height: 52px;
  }

  .get-in-touch {
    display: none;
  }

  .email-link {
    display: block;
  }

  .email-text-link.small {
    font-size: 18px;
  }

  .image.shopper_mobile {
    width: 139px;
  }

  .mobile-image {
    right: 16px;
  }

  .hero-background {
    display: none;
  }

  .shows-image {
    left: 0%;
  }

  .image-2 {
    width: 305px;
  }

  .image-7.shopper_mobile {
    width: 139px;
  }

  .card-description.casestudy {
    padding: 36px 16px;
    position: relative;
  }

  .icon-name {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: contain;
    flex-direction: column;
  }

  .icon-name.blocket {
    width: auto;
  }

  .all-caps-s {
    font-size: 16px;
  }

  .image-8 {
    width: 305px;
  }

  .cs-images-background-2 {
    height: 300px;
  }

  .image-9.shopper_mobile {
    width: 139px;
  }

  .image-10 {
    width: 305px;
  }

  .cs-images-background-3 {
    height: 300px;
  }

  .image-11.shopper_mobile {
    width: 139px;
  }

  .app-name-description-4.calbird {
    width: 100%;
  }

  .image-12 {
    width: 305px;
  }

  .card-background {
    height: 300px;
    justify-content: center;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 0;
  }

  .sub-heading-big.semibold {
    font-size: 24px;
  }

  .close-page-button {
    top: 16px;
    bottom: auto;
    left: auto;
    right: 16px;
  }

  .image-17 {
    height: 240px;
    position: relative;
    right: 30px;
  }

  .image-18 {
    height: 200px;
    display: none;
  }

  .image-19 {
    height: 160px;
    display: block;
  }

  .next-article {
    padding-left: 16px;
    padding-right: 16px;
  }

  .collage-image.small._2 {
    display: block;
  }

  .collage-image.small._3 {
    display: none;
  }

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

  .phone-mockup.bambuser_11 {
    width: 200px;
    height: 200px;
    margin-left: 0;
    display: none;
  }

  .phone-mockup._1m {
    height: 110%;
  }

  .phone-mockup.qasa {
    top: 110px;
  }

  .phone-mockup.blocket {
    top: 90px;
  }

  .buttons-container {
    flex-direction: column;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .buttton-m.email {
    justify-content: center;
  }

  .background-radient.footer {
    background-image: url('../images/radiant_small.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .card-wrapper.footer {
    width: 100%;
  }

  .card-wrapper.hero {
    height: auto;
    min-height: auto;
    background-image: none;
    margin-top: 0%;
  }

  .card-info-wrapper {
    z-index: 10;
    width: auto;
    position: relative;
  }

  .pointer-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .icon-text-wrapper {
    width: 100%;
  }

  .icon-text-wrapper.otherwork {
    padding-left: 16px;
    padding-right: 40px;
  }

  .card-s {
    width: auto;
  }
}


