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

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --transparent: transparent;
  --_spacing---base: 16px;
  --_text---hero-text: Sciencegothic, Verdana, sans-serif;
  --accent: #e77ecb;
  --_text---name: clamp(80px, 12vw, 112px);
  --_text---mob-name: clamp(36px, 11vw, 56px);
  --primary-text: #e6e6e6;
  --_text---h1-hero: clamp(80px, 7vw, 100px);
  --_text---mob-h1-hero: clamp(28px, 9vw, 72px);
  --inverted-primary: #070808;
  --_spacing---1-5base: 24px;
  --white: white;
  --_text---reg-text: Montserrat, Verdana, sans-serif;
  --_text---regular-text-weight: 400;
  --_text---body: clamp(1.2rem, 1.1vw, 1.5rem);
  --_text---mob-body: 16px;
  --secondary-text: #858585;
  --_text---h1-reg: clamp(40px, 3vw, 80px);
  --_text---reg-heading-weight: 500;
  --_text---mob-h1-reg: clamp(20px, 7vw, 40px);
  --_text---caption: clamp(1rem, 1vw, 1.2rem);
  --_text---mob-caption: 12px;
  --dark-bg: #131516;
  --2nd-accent: #5dc1ea;
  --2nd-accent-50: #a5dcf380;
  --design-bg: #efa9dc;
  --ux-bg: #a5dcf3;
  --research-bg: white;
  --sa-bg: #ffe799;
  --mapping-bg: #bd99ff;
  --_spacing---2base: 32px;
  --accent-50: #e77ecb80;
  --button-bg-default: #1f2224;
  --button-hover: #2f3437;
  --research-accent: #e6e6e6;
  --proto-accent: #212121;
  --sa-accent: #ffdb66;
  --usm-accent: #a675ff;
  --ux-accent: #85d0ef;
  --pd-accent: #e98bd0;
}

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

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

.hero-section {
  background-color: var(--transparent);
  width: 100%;
  height: 100vh;
  min-height: 700px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.no-scroll {
  overflow-y: hidden;
}

.hero-content {
  z-index: 2;
  width: 100%;
  height: 100%;
  padding-top: var(--_spacing---base);
  padding-bottom: var(--_spacing---base);
  padding-left: var(--_spacing---base);
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: absolute;
}

.hero-links {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  font-family: Montserrat, Verdana, sans-serif;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: auto;
  min-height: auto;
  color: var(--transparent);
  border: 0 solid #000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.heading, .heading-2 {
  font-family: Syne;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne;
  font-size: 128px;
  line-height: 80%;
}

.h1.name {
  max-height: 100%;
  font-family: var(--_text---hero-text);
  color: var(--accent);
  font-size: var(--_text---name);
  font-weight: 900;
  line-height: 80%;
  display: flex;
}

.h1.name.infooter {
  max-height: none;
  padding-bottom: var(--_spacing---base);
  padding-left: var(--_spacing---base);
  font-family: var(--_text---hero-text);
  text-align: center;
  font-size: 10vw;
  font-weight: 700;
}

.div-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.image {
  z-index: 2;
  border-radius: 20px;
  width: 25vh;
  position: relative;
}

.image.left-photo {
  z-index: 1;
  width: 20vh;
  position: relative;
  transform: rotate(-20deg);
}

.image.right-photo {
  z-index: 1;
  width: 20vh;
  position: relative;
  transform: rotate(20deg);
}

.h2 {
  z-index: 10;
  width: auto;
  height: auto;
  font-family: var(--_text---hero-text);
  color: var(--primary-text);
  text-align: left;
  object-position: 50% 50%;
  font-weight: 800;
  line-height: 90%;
  font-size: var(--_text---h1-hero);
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
  top: 0;
}

.h2._03 {
  z-index: 2;
  color: var(--inverted-primary);
  text-align: right;
  line-height: 100%;
  position: relative;
}

.h2.seksy {
  color: #858585;
}

.h2.bg {
  text-align: left;
  letter-spacing: normal;
  mix-blend-mode: darken;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15vw;
}

.h2.me {
  color: var(--primary-text);
  margin-bottom: 0;
}

.h2.contact {
  mix-blend-mode: difference;
  padding-left: 12%;
}

.h2.greetings {
  left: -50%;
  right: -50px;
  transform: translate(0);
}

.hero-image {
  z-index: 1;
  background-image: url('../images/1st-screen.webp');
  background-position: 13%;
  background-size: cover;
  width: 25%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.hero-image-wrapper {
  height: 100vh;
  overflow: hidden;
}

.image-2 {
  float: none;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 13% 50%;
  width: 100%;
  height: 100%;
  position: static;
}

._03-wrapper {
  z-index: 10;
  width: 100%;
  height: 12vw;
  padding-right: var(--_spacing---base);
  background-color: var(--transparent);
  opacity: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: none;
  position: absolute;
}

.body {
  color: #e6e6e6;
  background-color: #070808;
  width: 300px;
  min-width: auto;
  padding-top: 16px;
  font-family: "Exo 2";
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
  overflow: visible;
}

.about-me-section {
  background-color: var(--transparent);
  width: 100%;
  height: 150vh;
  display: block;
  position: relative;
  overflow: visible;
}

.about-me-image {
  z-index: 1;
  background-image: url('../images/Second-section.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.about-text-wrapper {
  z-index: 2;
  width: 50%;
  height: 100%;
  padding: var(--_spacing---1-5base);
  grid-column-gap: 25%;
  grid-row-gap: 25%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.image-3 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.section-padding {
  height: 25vw;
  display: block;
}

.section-padding.inverted {
  background-color: var(--white);
}

.div-block-10 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-left: 40px;
  display: flex;
}

.div-block-11 {
  z-index: 1;
  opacity: .6;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-4 {
  width: auto;
  height: 25vw;
  position: static;
  inset: 0% auto auto 0%;
}

.div-block-12 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.text-block {
  text-align: right;
  width: 25vw;
}

.sa {
  width: 25vw;
  font-family: var(--_text---reg-text);
  color: #858585;
  line-height: 150%;
  font-weight: var(--_text---regular-text-weight);
  text-align: right;
  font-size: clamp(1.2rem, 1.1vw, 1.5rem);
}

.text-block-2 {
  text-align: right;
}

.body-text {
  width: auto;
  font-family: var(--_text---reg-text);
  color: var(--primary-text);
  line-height: 150%;
  font-weight: var(--_text---regular-text-weight);
  text-indent: 0;
  font-size: var(--_text---body);
}

.div-block-13 {
  max-width: 384px;
  padding-top: 28px;
}

.div-block-14 {
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 384px;
  display: flex;
}

.cases-heading {
  z-index: 10;
  width: 100%;
  height: auto;
  padding-right: var(--_spacing---base);
  padding-left: var(--_spacing---base);
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 0;
  left: auto;
}

.cases-section {
  background-color: var(--transparent);
  width: 100%;
  height: 700vh;
  position: sticky;
  overflow: visible;
}

.particle {
  color: var(--secondary-text);
  margin-top: auto;
  margin-bottom: 0;
  font-family: Syne;
  font-size: clamp(40px, 3vw, 196px);
  line-height: 150%;
}

.div-block-16 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50vw;
  display: flex;
}

.seksy {
  color: var(--secondary-text);
  margin-top: auto;
  margin-bottom: 0;
  font-family: Syne;
  font-size: clamp(80px, 7vw, 196px);
  line-height: 90%;
}

.div-block-17 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50vw;
  display: flex;
}

.case-card {
  flex-flow: row;
  flex: none;
  width: 100vw;
  height: 40vw;
  max-height: 100vh;
  margin-right: 2px;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.case-title {
  width: 90%;
  font-family: var(--_text---reg-text);
  color: var(--primary-text);
  font-size: var(--_text---h1-reg);
  line-height: 110%;
  font-weight: var(--_text---reg-heading-weight);
  margin-top: 0;
  margin-bottom: 0;
}

.step-number {
  z-index: 2;
  width: 3vw;
  font-family: var(--_text---hero-text);
  color: var(--primary-text);
  font-size: var(--_text---caption);
  text-align: left;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
  line-height: 100%;
  position: relative;
}

.case-text {
  width: 35vw;
  height: auto;
  min-height: 1px;
  padding: var(--_spacing---base);
  color: #e6e6e6;
  cursor: pointer;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  display: flex;
}

.case-text:hover {
  background-color: var(--dark-bg);
}

.div-block-20 {
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-21 {
  flex: 1;
  display: flex;
  position: static;
  overflow: hidden;
}

.div-block-22 {
  width: 600vw;
  display: flex;
  overflow: visible;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.body-3 {
  background-color: var(--inverted-primary);
  perspective: normal;
  font-family: var(--_text---reg-text);
  color: var(--primary-text);
  font-size: var(--_text---body);
  line-height: 100%;
  font-weight: var(--_text---regular-text-weight);
  overflow: hidden visible;
}

.body-3.no-scroll-page {
  height: 100%;
  overflow: hidden;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: auto;
}

.seksy-s {
  padding-left: var(--_spacing---1-5base);
  display: flex;
}

.div-block-24 {
  width: 100%;
  padding-right: var(--_spacing---1-5base);
  padding-left: var(--_spacing---1-5base);
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.div-block-24.bg {
  justify-content: flex-start;
  align-items: center;
}

.skill-list-item {
  color: #e6e6e6;
  font-family: "Exo 2";
  font-size: 24px;
  font-weight: 300;
  line-height: 100%;
}

.skill-item {
  cursor: default;
  justify-content: center;
  align-items: center;
  height: 6vw;
  padding-bottom: 4px;
  display: flex;
}

.skill-item:hover {
  color: #e77ecb;
  font-size: 40px;
}

.skills-heading {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 40px;
  display: flex;
  position: sticky;
  top: 0;
}

.skills-heading.background {
  z-index: 2;
  height: 100vh;
  padding-top: var(--_spacing---1-5base);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.section-4 {
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.steps {
  z-index: 2;
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  width: 100%;
  height: auto;
  padding-top: 80%;
  padding-bottom: 100%;
  display: flex;
  position: relative;
  overflow: auto;
}

.div-block-28 {
  z-index: 10;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  padding-bottom: 1.5vw;
  display: flex;
  position: absolute;
  top: auto;
}

.proccess-step-item {
  width: 100%;
  height: auto;
  padding: var(--_spacing---1-5base);
  grid-column-gap: var(--_spacing---1-5base);
  grid-row-gap: var(--_spacing---1-5base);
  cursor: default;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.step-item-title {
  font-family: var(--_text---reg-text);
  color: var(--primary-text);
  line-height: 100%;
  font-weight: var(--_text---reg-heading-weight);
  font-size: var(--_text---h1-reg);
}

.div-block-30 {
  height: auto;
  display: flex;
  overflow: visible;
}

.contact-title {
  width: auto;
  padding-top: var(--_spacing---base);
  padding-right: var(--_spacing---base);
  color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.footer {
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  max-height: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 5px #00000029;
}

.bg-years-wrapper {
  z-index: 1;
  grid-column-gap: var(--_spacing---1-5base);
  grid-row-gap: var(--_spacing---1-5base);
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  height: auto;
  display: flex;
  position: relative;
}

.romb {
  border: .5vw solid var(--dark-bg);
  -webkit-text-fill-color: inherit;
  background-color: #13151680;
  background-clip: border-box;
  flex: 0 auto;
  width: 30vw;
  height: 30vw;
  transform: rotate(-45deg);
}

.doublediamond {
  z-index: 1;
  object-position: 50% 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0%;
  bottom: auto;
  right: auto;
  overflow: visible;
}

.blueromb {
  border: .3vw solid var(--2nd-accent);
  background-color: var(--2nd-accent-50);
  width: 70vh;
  height: 70vh;
  transform: rotate(45deg);
}

.proccessheadingwrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  display: flex;
  position: sticky;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.caption {
  color: #858585;
  align-self: flex-end;
  width: auto;
  font-family: "Exo 2";
  font-size: clamp(1.2rem, 1.1vw, 1.5rem);
  font-weight: 300;
}

.div-block-36 {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  width: auto;
  padding-right: 16px;
  display: flex;
  position: relative;
  right: auto;
}

.div-block-37 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  align-self: center;
  place-items: end center;
  width: 75%;
  height: auto;
  display: grid;
  position: relative;
  top: 0;
  bottom: auto;
}

.footer-image {
  z-index: 1;
  background-image: url('../images/Footer.webp');
  background-position: 50% 0;
  background-size: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 25vw;
  min-width: 300px;
  height: 100vh;
  min-height: auto;
  max-height: none;
  display: flex;
  position: absolute;
  inset: 0% 50% auto;
  overflow: hidden;
  transform: translate(-50%);
}

.div-block-39 {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-5 {
  vertical-align: bottom;
  align-self: auto;
  width: 40vh;
  max-width: none;
  height: auto;
  position: static;
  inset: 0% 0% auto;
  overflow: hidden;
}

.step-num {
  opacity: 1;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  display: flex;
  position: relative;
}

.step-num.pause {
  opacity: 0;
}

.step-description {
  opacity: 1;
  max-height: none;
  font-family: var(--_text---reg-text);
  color: var(--inverted-primary);
  line-height: 130%;
  font-weight: var(--_text---regular-text-weight);
  text-overflow: clip;
  font-size: var(--_text---body);
  flex: 1;
  padding-left: .1vw;
}

.step-description.pause {
  color: #e77ecb;
}

.emoji-bg {
  z-index: 3;
  background-color: var(--transparent);
  opacity: 0;
  border-radius: 0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 5vw;
  height: 5vw;
  padding-top: .5vw;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.emoji {
  z-index: 3;
  opacity: 1;
  width: 100%;
  height: auto;
  font-family: var(--_text---hero-text);
  text-align: center;
  line-height: 130%;
  font-size: var(--_text---h1-reg);
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.step-text {
  z-index: 2;
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.process-section {
  perspective: 1200px;
  flex-flow: column;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-41 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 8vw;
  padding-left: 7vw;
  display: flex;
}

.pause-text {
  font-family: var(--_text---reg-text);
  color: var(--primary-text);
  font-weight: var(--_text---regular-text-weight);
  font-size: var(--_text---body);
  padding-left: .1vw;
}

.skill-card {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.skillcard {
  z-index: 1;
  width: 100%;
  height: 80vh;
  padding: var(--_spacing---1-5base);
  background-color: var(--design-bg);
  flex-flow: row;
  justify-content: space-between;
  display: flex;
  position: sticky;
  top: 0;
}

.skillcard.skill2 {
  z-index: 2;
  background-color: var(--ux-bg);
  margin-top: 0;
  top: 25vh;
  bottom: auto;
}

.skillcard.skill3 {
  z-index: 4;
  background-color: var(--research-bg);
  top: 50vh;
}

.skillcard.skill4 {
  z-index: 4;
  background-color: var(--inverted-primary);
  top: 0;
}

.skillcard.skill5 {
  z-index: 6;
  background-color: var(--sa-bg);
  top: 50vh;
}

.skillcard.skill6 {
  z-index: 5;
  background-color: var(--mapping-bg);
  top: 25vh;
}

.skill-title {
  z-index: 2;
  width: 40%;
  font-family: var(--_text---reg-text);
  color: var(--inverted-primary);
  line-height: 100%;
  font-weight: var(--_text---reg-heading-weight);
  font-size: var(--_text---h1-reg);
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.skill-title.inverted {
  color: var(--primary-text);
}

.skill-description {
  z-index: 2;
  width: 55%;
  font-family: var(--_text---reg-text);
  color: var(--inverted-primary);
  line-height: 150%;
  font-weight: var(--_text---regular-text-weight);
  font-size: var(--_text---body);
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .8vw;
  display: flex;
  position: relative;
}

.skill-description.inverted {
  color: var(--primary-text);
}

.section-6 {
  width: 100%;
  position: relative;
}

.div-block-42 {
  position: sticky;
}

.skill-end-padding {
  z-index: 8;
  background-color: #070808;
  width: 100%;
  height: 100vh;
  display: block;
  position: sticky;
  top: 80vh;
}

.skill-top-padding {
  z-index: 1;
  background-color: #0000;
  width: 100%;
  height: 10vw;
  position: relative;
  top: 0;
}

.quick-stack {
  width: 100vw;
  height: 100vh;
  padding: 0;
}

.tabs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--inverted-primary);
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tabswrapper {
  z-index: 10;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: auto;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.tabs-content {
  width: 100%;
  height: 100%;
  position: static;
}

.tabs-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #0000;
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4vw 1vw 4vw 4vw;
  display: flex;
}

.tabs-menu.chips-scroll {
  color: var(--transparent);
}

.tab-pane-b2b {
  height: 100%;
}

.tab-pane-heading {
  font-family: var(--_text---reg-text);
  color: var(--primary-text);
  line-height: 120%;
  font-weight: var(--_text---reg-heading-weight);
  font-size: var(--_text---h1-reg);
  margin-top: 0;
  margin-bottom: 0;
}

.tab-pane-description {
  font-family: var(--_text---reg-text);
  color: var(--primary-text);
  font-size: var(--_text---body);
  line-height: 150%;
  font-weight: var(--_text---regular-text-weight);
}

.tab-pane-content {
  height: 100%;
  padding: var(--_spacing---2base);
  background-color: var(--dark-bg);
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.tab-pane {
  height: 100%;
}

.tab {
  min-height: 40px;
  padding-top: var(--_spacing---base);
  padding-right: var(--_spacing---base);
  padding-bottom: var(--_spacing---base);
  padding-left: var(--_spacing---base);
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: var(--accent);
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--accent);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--accent);
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--accent);
  font-family: var(--_text---reg-text);
  color: var(--primary-text);
  line-height: 100%;
  font-weight: var(--_text---regular-text-weight);
  font-size: var(--_text---body);
  background-color: #0000;
  border-radius: 10vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab:hover {
  background-color: var(--accent-50);
}

.tab.w--current {
  min-height: 40px;
  padding-right: var(--_spacing---base);
  padding-left: var(--_spacing---base);
  background-color: var(--accent);
  font-family: var(--_text---reg-text);
  color: var(--inverted-primary);
  line-height: 100%;
  font-weight: var(--_text---regular-text-weight);
  font-size: var(--_text---body);
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3 {
  font-family: var(--_text---reg-text);
  color: var(--primary-text);
  font-size: clamp(1.2rem, 1.1vw, 1.5rem);
  font-weight: 300;
}

.tab-text {
  font-family: var(--_text---reg-text);
  color: var(--primary-text);
  font-weight: 300;
  line-height: 100%;
  font-size: var(--_text---body);
}

.tab-text.current {
  color: var(--inverted-primary);
}

.current-tab-text {
  font-family: var(--_text---reg-text);
  color: var(--inverted-primary);
  font-weight: 300;
  line-height: 100%;
  font-size: var(--_text---body);
}

.current-tab-text.current {
  color: var(--inverted-primary);
}

.bg-section {
  grid-column-gap: 100vw;
  grid-row-gap: 100vw;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  height: 500vh;
  min-height: auto;
  display: flex;
  position: relative;
}

.case-number {
  font-family: var(--_text---hero-text);
  color: var(--primary-text);
  font-size: var(--_text---h1-reg);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 100%;
}

.camera {
  z-index: 0;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.case-track {
  justify-content: flex-start;
  align-items: center;
  width: 400vw;
  height: 100vh;
  max-height: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.thumbnail {
  box-sizing: border-box;
  aspect-ratio: auto;
  opacity: 0;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
  overflow: clip;
}

.thumbnail-wrapper {
  box-sizing: border-box;
  aspect-ratio: auto;
  cursor: pointer;
  object-fit: cover;
  object-position: 50% 50%;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 65vw;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.thumbnail-wrapper.streaming {
  background-image: url('../images/Streaming-Thumbnail.webp');
}

.thumbnail-wrapper.wysiwyg {
  background-image: url('../images/WYSIWYG-Thumbnail.webp');
}

.thumbnail-wrapper.board {
  background-image: url('../images/BoardThumbnail.webp');
}

.thumbnail-wrapper.ui {
  background-image: url('../images/UI-Thumbnail.webp');
}

.thumbnail-wrapper.onco {
  background-image: url('../images/Onco-Thumbnail.webp');
}

.scroll-hint {
  width: 50vw;
  height: 40vw;
  padding: var(--_spacing---1-5base);
  background-color: #0000;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.div-block-44 {
  overflow: hidden;
}

.bg-years {
  background-color: var(--transparent);
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bg-years-number {
  z-index: 2;
  height: auto;
  font-family: var(--_text---hero-text);
  color: var(--inverted-primary);
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50vh;
  font-weight: 800;
  line-height: 100%;
  display: block;
  position: relative;
}

.bg-years-caption {
  z-index: 2;
  padding-right: var(--_spacing---1-5base);
  font-family: var(--_text---reg-text);
  color: var(--inverted-primary);
  font-size: var(--_text---body);
  font-weight: var(--_text---regular-text-weight);
  position: relative;
  top: -100px;
}

.linkicon {
  width: 100%;
  height: 100%;
}

.linkicon.linkic {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
}

.linkicon.mailic {
  width: auto;
  height: auto;
}

.link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  height: 40px;
  font-family: var(--_text---reg-text);
  color: var(--primary-text);
  font-size: var(--_text---body);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.textlink {
  font-weight: var(--_text---regular-text-weight);
  text-decoration: none;
}

.footername {
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 50vh;
  display: flex;
  position: relative;
}

.footerlinkswrapper {
  width: 61%;
  height: auto;
  padding-right: var(--_spacing---1-5base);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.fab-top {
  z-index: 10;
  background-color: var(--button-bg-default);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  display: flex;
  position: absolute;
  inset: auto 10% 0% auto;
  box-shadow: 8px 8px 20px #00000014;
}

.fab-top:hover {
  background-color: var(--button-hover);
}

.linkanchor {
  width: 100%;
  height: 20px;
  display: none;
  position: static;
  overflow: hidden;
}

.contacts-wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 50vh;
  display: flex;
  position: relative;
}

.dotdiv {
  width: 3vw;
  height: 2vw;
  margin-bottom: var(--_spacing---1-5base);
  background-color: var(--primary-text);
  display: none;
}

.mefooter {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-left: 25%;
  display: flex;
}

.playic {
  width: auto;
  height: auto;
  position: relative;
}

.playic.researchic {
  color: var(--research-accent);
}

.playic.protoic {
  color: var(--proto-accent);
}

.playic.usmic {
  color: var(--sa-accent);
}

.playic.umlic {
  color: var(--usm-accent);
}

.playic.pdic {
  color: var(--ux-accent);
  position: relative;
}

.skillic {
  z-index: 1;
  width: 50vh;
  height: 50vh;
  color: var(--ux-accent);
  position: absolute;
  inset: 3% auto auto 2%;
}

.skillic.pdic {
  color: var(--pd-accent);
}

.skillic.researchic {
  color: #e6e6e6;
}

.skillic.protoic {
  color: #131516;
}

.skillic.usmic {
  color: #a675ff;
}

.skillic.saic {
  color: #ffdb66;
}

.blur {
  z-index: 1;
  filter: blur(13px);
  background-color: #ffffffe6;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.yearnumberbg {
  z-index: 1;
  background-color: var(--accent);
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.role-utp {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  height: 30vh;
  display: flex;
}

.case-heading-v2 {
  padding-left: var(--_spacing---1-5base);
  display: flex;
}

.processscroll {
  z-index: 2;
  width: 100%;
  display: block;
  position: relative;
}

.step-bg {
  z-index: 1;
  background-color: var(--accent);
  opacity: 1;
  width: 100%;
  height: 6%;
  display: block;
  position: sticky;
  inset: 50% auto auto 0;
  transform: translate(0, -50%);
}

.step-bg:hover {
  opacity: 1;
}

.step-pause {
  height: auto;
  min-height: 25vh;
  padding-right: var(--_spacing---1-5base);
  padding-left: var(--_spacing---1-5base);
  grid-column-gap: var(--_spacing---1-5base);
  grid-row-gap: var(--_spacing---1-5base);
  font-size: var(--_text---body);
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: clip;
}

.years-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.hero-job {
  flex: 0 auto;
  height: auto;
  min-height: auto;
  display: flex;
}

.about-sticky-wrapper {
  z-index: 1;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.tab-pane-platfortms, .tab-pane-research, .tab-pane-integration, .tab-pane-ds {
  height: 100%;
}

.case-image {
  object-fit: cover;
  width: auto;
  height: 100%;
}

.linkwrapper {
  width: 64px;
  height: 64px;
  color: var(--primary-text);
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.case-number-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.scroll {
  background-color: var(--primary-text);
  border-radius: 100px;
  width: 40px;
  height: 80px;
  position: absolute;
  inset: 50% -50% -50% 50%;
  transform: translate(-50%, -50%);
}

.scroll-hint-text {
  width: auto;
  font-family: var(--_text---reg-text);
  color: var(--primary-text);
  font-size: var(--_text---body);
  line-height: 150%;
  font-weight: var(--_text---regular-text-weight);
}

.loader-section {
  z-index: 20;
  background-color: var(--inverted-primary);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  overflow: hidden;
}

.loading-text {
  font-family: var(--_text---hero-text);
  color: var(--primary-text);
  font-size: var(--_text---h1-hero);
  font-weight: 800;
  display: block;
}

.count {
  font-family: var(--_text---hero-text);
  color: var(--primary-text);
  font-size: var(--_text---name);
  font-weight: 800;
  line-height: 105%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
}

.count.first {
  display: block;
  position: absolute;
  top: auto;
  bottom: auto;
}

.scrollwrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: flex;
  position: relative;
}

.linkicwrapper, .upicwrapper {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.stepswrapper {
  width: 50%;
  position: relative;
}

.job-title {
  min-height: 80px;
  font-family: var(--_text---hero-text);
  color: var(--primary-text);
  font-size: var(--_text---h1-hero);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
  line-height: 80%;
}

.bg-years-text {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.about-me-image-wrapper {
  width: 50%;
  overflow: hidden;
}

.footer-image-wrapper {
  overflow: hidden;
}

.letsjam {
  font-family: var(--_text---hero-text);
  color: var(--accent);
  font-size: var(--_text---name);
  font-weight: 800;
  line-height: 150%;
}

.pauseemoji {
  margin-top: 0;
  margin-bottom: 0;
}

.case-hero-section {
  background-color: var(--inverted-primary);
  width: 100%;
  height: 100vh;
  margin-bottom: 25vw;
}

.case-back-meta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 30% auto;
  grid-template-columns: 60% auto;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.case-info-image {
  background-image: url('../images/Redesign-Thumbnail.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.case-info-title {
  width: 90%;
  font-family: var(--_text---reg-text);
  color: var(--primary-text);
  font-size: var(--_text---h1-reg);
  line-height: 110%;
  font-weight: var(--_text---reg-heading-weight);
}

.case-heading {
  width: 100%;
  height: auto;
  min-height: 1px;
  padding-right: var(--_spacing---base);
  padding-bottom: var(--_spacing---base);
  padding-left: var(--_spacing---base);
  cursor: pointer;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  display: flex;
}

.case-info-number {
  font-family: var(--_text---hero-text);
  color: var(--primary-text);
  font-size: var(--_text---h1-reg);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
  line-height: 100%;
}

.back-button {
  width: 96px;
  height: 96px;
  padding: var(--_spacing---base);
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  display: flex;
}

.back-button:hover {
  background-color: var(--button-hover);
}

.back-icon-wrapper {
  width: 48px;
  height: 48px;
  color: var(--primary-text);
  justify-content: center;
  align-items: center;
  display: flex;
}

.case-meta {
  width: 100%;
  height: auto;
  padding: var(--_spacing---base);
  justify-content: space-between;
  display: flex;
}

.about-body-text-wrapper {
  width: 80%;
}

.section-padding-2 {
  background-color: #0000;
  width: 100%;
  height: 25vw;
  display: block;
}

.image-6 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.case-content-section {
  z-index: 1;
  background-color: var(--inverted-primary);
  width: 100%;
  position: relative;
}

.case-content-section.last-content-section {
  margin-bottom: 0;
}

.case-section-header-wrapper {
  grid-column-gap: var(--_spacing---base);
  grid-row-gap: var(--_spacing---base);
  background-color: var(--ux-bg);
  width: 100%;
  height: 25vw;
  font-family: var(--_text---hero-text);
  color: var(--ux-bg);
  font-size: var(--_text---h1-hero);
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 800;
  line-height: 80%;
  display: flex;
  position: relative;
}

.case-section-header-wrapper.design-2 {
  background-color: var(--design-bg);
}

.case-section-header {
  color: var(--inverted-primary);
  line-height: 90%;
}

.case-section-header.design-3 {
  z-index: 2;
  position: relative;
}

.content-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100vh;
  display: grid;
}

.content-block:where(.w-variant-772b1425-04ea-4e50-32bf-6db83784201c) {
  grid-template-rows: auto auto;
  grid-template-columns: 100%;
  grid-auto-flow: row;
  height: auto;
  padding-top: 15vw;
}

.content-block.right-image {
  height: auto;
  min-height: 50vh;
}

.content-image {
  object-fit: contain;
  width: 100%;
  height: auto;
  min-height: 40vw;
  max-height: 600px;
}

.content-image:where(.w-variant-54c10cb0-4820-718b-3981-730d21070a12) {
  object-fit: contain;
  width: auto;
  max-height: 600px;
}

.content-image:where(.w-variant-772b1425-04ea-4e50-32bf-6db83784201c), .content-image:where(.w-variant-1b9e9cc1-6897-0360-966e-c6ef535ee32a) {
  min-height: 700px;
  max-height: 100vh;
}

.content-image.left-image---right-text-8 {
  object-fit: fill;
  width: auto;
  max-height: 600px;
}

.content-block-heading {
  font-size: var(--_text---h1-reg);
  line-height: 130%;
  font-weight: var(--_text---reg-heading-weight);
}

.contet-text-wrapper {
  padding-right: var(--_spacing---2base);
  padding-bottom: var(--_spacing---2base);
  padding-left: var(--_spacing---2base);
  grid-column-gap: var(--_spacing---1-5base);
  grid-row-gap: var(--_spacing---1-5base);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contet-text-wrapper:where(.w-variant-772b1425-04ea-4e50-32bf-6db83784201c) {
  justify-content: center;
  align-items: center;
}

.contet-text-wrapper:where(.w-variant-1b9e9cc1-6897-0360-966e-c6ef535ee32a) {
  display: none;
}

.content-block-text-slot {
  height: 100%;
}

.contet-image-wrapper, .contet-image-wrapper:where(.w-variant-54c10cb0-4820-718b-3981-730d21070a12) {
  justify-content: center;
  align-items: center;
  display: flex;
}

.contet-image-wrapper:where(.w-variant-1b9e9cc1-6897-0360-966e-c6ef535ee32a) {
  width: 100%;
}

.contet-image-wrapper.left-image---right-text-6 {
  background-color: var(--dark-bg);
  justify-content: center;
  align-items: center;
  display: flex;
}

.rich-body-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  line-height: 150%;
  display: flex;
}

.content_padding {
  width: 100%;
  height: 10vw;
}

.content-text-wrapper {
  grid-column-gap: 15vh;
  grid-row-gap: 15vh;
  flex-flow: column;
  justify-content: center;
  width: 80%;
  max-width: 700px;
  display: flex;
}

.content-text-wrapper:where(.w-variant-772b1425-04ea-4e50-32bf-6db83784201c) {
  grid-column-gap: 10vh;
  grid-row-gap: 10vh;
}

.content-text-wrapper.left-image---right-text-3 {
  grid-column-gap: 15vh;
  grid-row-gap: 15vh;
  justify-content: center;
}

.lightbox-wrapper {
  background-color: var(--dark-bg);
  justify-content: center;
  align-items: center;
  max-height: 700px;
  display: flex;
}

.lightbox {
  background-color: #000c;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
}

.close-button {
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: var(--_spacing---base);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.slot {
  width: 100%;
  height: 100%;
}

.lightbox-link {
  width: 200px;
  height: 200px;
}

.content-block-wrapper {
  z-index: 3;
  background-color: var(--inverted-primary);
  position: relative;
}

.content-block-wrapper.contebt-block-padding {
  z-index: 3;
  background-color: var(--inverted-primary);
  padding-bottom: 15vw;
}

.lightbox-zone {
  z-index: 10;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.lightbox-zone.left-position {
  inset: 0% auto auto 0%;
}

.lightbox-zone.bottom-poisition {
  width: 100%;
  height: auto;
  min-height: 40vw;
  max-height: 600px;
  inset: auto auto 0% 0%;
}

.list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.case-pause {
  background-color: var(--accent);
  width: 100%;
  height: 128px;
  margin-bottom: 15vw;
}

.sectiion-icon-wrapper {
  z-index: 1;
  color: #85d0ef;
  width: 20vw;
  height: 20vw;
  position: absolute;
  inset: auto 0% 0% auto;
}

.sectiion-icon-wrapper.ux {
  inset: auto 0% 0% auto;
}

.sectiion-icon-wrapper.design, .section-title-icon.design {
  color: var(--pd-accent);
}

.case-section-title-ic-wrapper {
  position: relative;
}

.skillic-2 {
  z-index: 1;
  color: #85d0ef;
  width: 50vh;
  height: 50vh;
  position: absolute;
  inset: 3% auto auto 2%;
}

.case-section-header-wrapper-copy {
  grid-column-gap: var(--_spacing---base);
  grid-row-gap: var(--_spacing---base);
  background-color: var(--ux-bg);
  width: 100%;
  height: 20vw;
  font-family: var(--_text---hero-text);
  color: var(--ux-bg);
  font-size: var(--_text---h1-hero);
  justify-content: flex-start;
  align-items: flex-end;
  font-weight: 800;
  line-height: 80%;
  display: flex;
  position: relative;
}

.case-section-header-wrapper-copy:where(.w-variant-433fbc49-e23f-4745-0aa7-49fbeadf670b) {
  z-index: 2;
  height: 33vh;
  min-height: 25vw;
  padding: var(--_spacing---base) var(--_spacing---base) var(--_spacing---2base);
  background-color: var(--design-bg);
  position: sticky;
  top: 0;
}

.case-section-header-wrapper-copy:where(.w-variant-3b6833e1-bd1d-58a5-1729-fa3d418d8cf2) {
  background-color: var(--research-bg);
}

.case-section-header-wrapper-copy.ux {
  background-color: var(--ux-bg);
}

.section-icon-slot {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: static;
  inset: auto 0% 0% auto;
}

.section-slot-wrapper {
  z-index: 1;
  width: 20vw;
  height: 20vw;
  position: absolute;
  inset: auto 0% 0% auto;
}

.section-slot-wrapper:where(.w-variant-433fbc49-e23f-4745-0aa7-49fbeadf670b), .design-ic {
  color: var(--pd-accent);
}

.div-block-45 {
  width: 50%;
  height: 50vh;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.section-7 {
  width: 100%;
  height: 100vh;
}

.div-block-46 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.video {
  width: 100%;
  height: 100px;
}

.div-block-47 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  display: flex;
  position: relative;
}

.code-embed-2 {
  position: relative;
}

.case-section-number:where(.w-variant-433fbc49-e23f-4745-0aa7-49fbeadf670b) {
  color: var(--inverted-primary);
  font-size: var(--_text---body);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
  line-height: 100%;
}

.fab-back {
  left: var(--_spacing---base);
  top: var(--_spacing---base);
  z-index: 2000;
  background-color: var(--button-bg-default);
  opacity: 0;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  color: var(--primary-text);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.fab-back:hover {
  left: var(--_spacing---base);
  top: var(--_spacing---base);
  background-color: var(--button-hover);
  position: fixed;
}

.arrow-left-ic, .arrow-right-ic, .big-arrow-left-ic {
  width: 100%;
  height: 100%;
}

.conten-block-grid-wrapper {
  background-color: var(--inverted-primary);
}

.conten-block-grid-wrapper:where(.w-variant-1b9e9cc1-6897-0360-966e-c6ef535ee32a) {
  height: auto;
  max-height: none;
  padding-top: var(--_spacing---base);
  padding-bottom: var(--_spacing---base);
  justify-content: center;
  align-items: center;
  display: flex;
}

.back-ic-wrapper {
  width: 100%;
  height: 100%;
}

.fab-back-ic-wrapper {
  width: 24px;
  height: 24px;
}

.case-section-description:where(.w-variant-433fbc49-e23f-4745-0aa7-49fbeadf670b) {
  font-family: var(--_text---reg-text);
  color: var(--inverted-primary);
  font-size: var(--_text---body);
  line-height: 100%;
  font-weight: var(--_text---regular-text-weight);
}

.case-header-text-wrapper:where(.w-variant-433fbc49-e23f-4745-0aa7-49fbeadf670b) {
  flex-flow: column;
  justify-content: flex-start;
  height: auto;
  display: flex;
}

.tab-pane-features, .tab-pane-ux-duty, .tab-pane-sa, .tab-pane-ux-analysis {
  height: 100%;
}

.other-cases-section {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 70vh;
  margin-bottom: 25vw;
  display: flex;
}

.previous-case {
  width: 50%;
  padding: var(--_spacing---base);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.previous-case:hover, .previous-case.w--current {
  background-color: var(--dark-bg);
}

.previous-case.w--current:hover {
  background-color: var(--button-hover);
}

.next-case {
  width: 50%;
  padding: var(--_spacing---base);
  background-color: var(--primary-text);
  text-align: right;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.next-case:hover {
  background-color: var(--white);
}

.other-cases-columns {
  display: flex;
}

.othercases-icon-wrapper {
  color: #e6e6e6;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  overflow: visible;
}

.othercases-icon-wrapper.accent {
  color: var(--inverted-primary);
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  justify-content: flex-end;
  place-items: stretch end;
  width: 100%;
  min-width: auto;
  height: 100%;
  display: flex;
}

.othercase-text-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  width: 100%;
  height: auto;
  color: var(--primary-text);
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.othercase-text-wrapper.accent {
  color: var(--inverted-primary);
}

.othercase-title {
  font-size: var(--_text---h1-reg);
  line-height: 90%;
}

.other-cases {
  height: 50vh;
}

.othercases-title-wrapper {
  width: 20%;
  height: 100%;
  display: none;
}

.text-block-5 {
  font-family: var(--_text---hero-text);
  font-size: var(--_text---h1-hero);
  line-height: 90%;
  font-weight: var(--_text---reg-heading-weight);
  display: flex;
}

.job-title-wrapper {
  width: auto;
}

.cursor {
  z-index: 1000;
  background-color: var(--accent);
  pointer-events: none;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  transition: opacity .1s, height .1s, width .1s;
  position: fixed;
}

.fab-table-of-contents {
  top: var(--_spacing---base);
  right: var(--_spacing---base);
  z-index: 2000;
  background-color: var(--button-bg-default);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  display: flex;
  position: fixed;
}

.fab-table-of-contents:hover {
  top: var(--_spacing---base);
  right: var(--_spacing---base);
  z-index: 2000;
  background-color: var(--button-hover);
  position: fixed;
}

.table-of-contents-ic-wrapper {
  width: 24px;
  height: 24px;
  color: var(--primary-text);
}

.section-title-text-group {
  grid-column-gap: var(--_spacing---base);
  grid-row-gap: var(--_spacing---base);
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.toc-list {
  flex-direction: column;
  width: auto;
  display: flex;
}

.toc-item {
  box-sizing: border-box;
  cursor: pointer;
  align-items: center;
  width: auto;
  height: 48px;
  padding: 8px 40px;
  text-decoration: none;
  display: flex;
}

.toc-item:hover {
  color: var(--primary-text);
  text-decoration: underline;
}

.toc-item.is-active {
  background-color: var(--button-hover);
}

.toc-item-text {
  width: auto;
  font-family: var(--_text---reg-text);
  color: var(--secondary-text);
  font-size: var(--_text---body);
  line-height: 100%;
  font-weight: var(--_text---regular-text-weight);
  text-decoration: none;
}

.toc-item-text.is-active {
  color: var(--primary-text);
}

.toc-fab-line {
  background-color: var(--secondary-text);
  border-radius: 2px;
  flex-shrink: 0;
  width: 28px;
  height: 2px;
  transition: width .3s, background-color .2s;
}

.toc-fab-line.is-active {
  background-color: var(--primary-text);
}

.toc-popup {
  z-index: 2000;
  width: 280px;
  padding-top: var(--_spacing---1-5base);
  padding-bottom: var(--_spacing---1-5base);
  background-color: var(--button-bg-default);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
}

.toc-popup.is-open, .is-open {
  opacity: 1;
  pointer-events: auto;
}

.toc-fab {
  z-index: 1999;
  box-sizing: border-box;
  grid-column-gap: 8px;
  grid-row-gap: 12px;
  background-color: var(--button-bg-default);
  cursor: pointer;
  border-radius: 100px;
  flex-direction: column;
  align-items: flex-end;
  width: 64px;
  padding: 40px 16px;
  display: flex;
  position: relative;
}

.toc-fab:hover {
  background-color: var(--button-hover);
}

.is-active {
  color: var(--primary-text);
}

.toc-wrapper {
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
  right: var(--_spacing---base);
  top: var(--_spacing---base);
  transition: opacity .3s;
  position: fixed;
}

.toc-wrapper.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.hero-name-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.utp-text {
  width: 50%;
  line-height: 130%;
}

.hero-gradient {
  background-image: linear-gradient(180deg, var(--inverted-primary), #07080800 34%, #07080800 75%, var(--inverted-primary) 100%, var(--inverted-primary));
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .hero-section {
    justify-content: flex-start;
    align-items: flex-end;
    height: 100svh;
    min-height: auto;
  }

  .hero-content {
    width: 100%;
    height: 60svh;
    padding: var(--_spacing---base);
  }

  .hero-links {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
  }

  .h1.name {
    font-weight: 800;
    font-size: var(--_text---mob-name);
  }

  .h1.name.infooter {
    padding-bottom: 16px;
    padding-left: var(--_spacing---base);
    font-size: var(--_text---mob-name);
  }

  .h2 {
    font-size: var(--_text---mob-h1-hero);
  }

  .h2.contact {
    padding-left: 0%;
    transform: none;
  }

  .h2.greetings {
    left: 0%;
  }

  .hero-image {
    width: 100%;
    height: 40svh;
    display: flex;
    inset: 0 0% auto;
  }

  .about-me-section {
    height: auto;
  }

  .about-me-image {
    width: 100%;
    height: 50svh;
  }

  .about-text-wrapper {
    width: 100%;
    height: 50svh;
    padding: var(--_spacing---base);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .section-padding {
    height: 25svw;
  }

  .body-text {
    width: 100%;
    font-size: var(--_text---mob-body);
  }

  .cases-heading {
    height: 25svh;
    padding-right: var(--_spacing---base);
    padding-bottom: var(--_spacing---base);
    padding-left: var(--_spacing---base);
  }

  .cases-section {
    height: auto;
    min-height: auto;
  }

  .case-card {
    flex-flow: column;
    height: auto;
    max-height: none;
  }

  .case-title {
    font-size: var(--_text---mob-h1-reg);
  }

  .step-number {
    width: 6svh;
    font-size: var(--_text---mob-caption);
  }

  .case-text {
    width: 100%;
    height: auto;
    padding: var(--_spacing---base);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .case-text:hover {
    background-color: var(--transparent);
  }

  .body-3 {
    font-family: var(--_text---reg-text);
    font-weight: var(--_text---regular-text-weight);
  }

  .skills-heading {
    height: 25svh;
    margin-top: 25svh;
    position: relative;
  }

  .skills-heading.background {
    height: 100svh;
  }

  .steps {
    padding-top: 0%;
    padding-bottom: 20%;
  }

  .proccess-step-item {
    padding: var(--_spacing---base);
  }

  .step-item-title {
    font-size: var(--_text---mob-h1-reg);
  }

  .contact-title {
    justify-content: flex-start;
    align-items: center;
  }

  .footer {
    height: 100svh;
    min-height: auto;
  }

  .bg-years-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 50svh;
  }

  .romb {
    width: 32svw;
    height: 32svw;
  }

  .doublediamond {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50svh;
    position: absolute;
  }

  .blueromb {
    border: .3vw solid #a5dcf3;
    width: 20vw;
    height: 20vw;
  }

  .proccessheadingwrapper {
    order: -9999;
    width: 100%;
    height: 50svh;
    position: relative;
  }

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

  .footer-image {
    background-position: 50%;
    width: 100%;
    height: 55svh;
    top: auto;
    bottom: 0;
  }

  .step-description {
    font-size: var(--_text---mob-body);
  }

  .process-section {
    overflow: visible;
  }

  .pause-text {
    font-size: var(--_text---mob-body);
  }

  .skill-card {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
  }

  .skillcard {
    height: 60svh;
    padding: var(--_spacing---base);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
  }

  .skillcard.skill2, .skillcard.skill3, .skillcard.skill4, .skillcard.skill5 {
    top: 0;
  }

  .skillcard.skill6 {
    height: 60svh;
    top: 0;
  }

  .skill-title {
    width: 100%;
    font-size: var(--_text---mob-h1-reg);
  }

  .skill-description {
    width: 100%;
    font-size: var(--_text---mob-body);
  }

  .skill-end-padding {
    height: 25svh;
    top: 0;
  }

  .skill-top-padding {
    display: none;
  }

  .tabs {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100svh;
  }

  .tabswrapper {
    height: 100svh;
  }

  .tabs-content {
    width: 100%;
    height: 90svh;
  }

  .tabs-menu {
    min-width: 100%;
    height: auto;
    padding: var(--_spacing---base) var(--_spacing---base) var(--_text---mob-body);
    flex-flow: row;
    overflow: auto;
  }

  .tabs-menu.chips-scroll {
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .tab-pane-b2b {
    height: 100%;
  }

  .tab-pane-heading {
    font-size: var(--_text---mob-h1-reg);
  }

  .tab-pane-description {
    font-size: var(--_text---mob-body);
  }

  .tab-pane-content {
    padding: var(--_spacing---base) var(--_spacing---base) var(--_spacing---2base);
  }

  .tab-pane {
    height: 100%;
  }

  .tab {
    width: auto;
    padding-right: var(--_spacing---base);
    padding-left: var(--_spacing---base);
    font-size: var(--_text---mob-body);
    flex: none;
  }

  .tab.w--current {
    padding-right: var(--_spacing---base);
    padding-left: var(--_spacing---base);
    font-size: var(--_text---mob-body);
    flex: none;
  }

  .bg-section {
    height: 300vh;
  }

  .case-number {
    font-size: var(--_text---mob-h1-reg);
  }

  .camera {
    height: auto;
    position: relative;
    overflow: visible;
  }

  .case-track {
    grid-column-gap: 25svh;
    grid-row-gap: 25svh;
    flex-flow: column;
    width: 100%;
    height: auto;
  }

  .thumbnail-wrapper {
    width: 100%;
    height: 40svh;
  }

  .scroll-hint {
    display: none;
  }

  .bg-years-number {
    font-size: 224px;
  }

  .bg-years-caption {
    line-height: 130%;
  }

  .linkicon.linkic {
    width: 24px;
    height: 24px;
  }

  .link {
    overflow: hidden;
  }

  .textlink {
    font-size: var(--_text---mob-body);
  }

  .footername {
    height: 55svh;
  }

  .footerlinkswrapper {
    width: 100%;
  }

  .fab-top {
    top: 64px;
    left: auto;
    right: var(--_spacing---base);
    width: 56px;
    min-width: auto;
    height: 56px;
    min-height: auto;
    bottom: auto;
  }

  .contacts-wrapper {
    height: 45svh;
    padding: 64px var(--_spacing---base) var(--_spacing---base);
  }

  .mefooter {
    justify-content: flex-end;
  }

  .skillic {
    left: var(--_spacing---base);
    top: var(--_spacing---base);
    width: 25vh;
    height: 25vh;
  }

  .role-utp {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 50%;
  }

  .step-bg {
    height: 25svh;
    top: 50%;
    transform: none;
  }

  .step-pause {
    padding-left: var(--_spacing---base);
  }

  .about-sticky-wrapper {
    flex-flow: column;
    height: auto;
  }

  .tab-pane-platfortms, .tab-pane-research, .tab-pane-integration, .tab-pane-ds {
    height: 100%;
  }

  .case-image {
    width: 100%;
  }

  .linkwrapper {
    width: 40px;
    height: 40px;
  }

  .count, .count.first {
    font-size: var(--_text---mob-name);
  }

  .scrollwrapper {
    grid-column-gap: 25svh;
    grid-row-gap: 25svh;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .linkicwrapper {
    width: 20px;
    height: 20px;
  }

  .stepswrapper {
    width: 100%;
  }

  .job-title {
    min-height: 40px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: clamp(28px, 7vw, 44px);
  }

  .about-me-image-wrapper {
    width: 100%;
  }

  .letsjam {
    font-size: var(--_text---mob-name);
  }

  .case-hero-section {
    height: 100svh;
    margin-bottom: 50svh;
  }

  .case-back-meta {
    grid-template-rows: 20% 40% 40%;
    grid-template-columns: 20% auto;
  }

  .case-info-title {
    font-size: var(--_text---mob-h1-reg);
  }

  .case-heading {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
    height: auto;
    padding: 16px;
  }

  .case-heading:hover {
    background-color: #0000;
  }

  .case-info-number {
    font-size: var(--_text---mob-h1-reg);
  }

  .back-button {
    width: 48px;
    height: 48px;
    padding: 0;
  }

  .back-icon-wrapper {
    width: 24px;
    height: 24px;
  }

  .about-body-text-wrapper {
    width: 100%;
  }

  .section-padding-2 {
    height: 25svw;
  }

  .case-section-header.design-3:where(.w-variant-433fbc49-e23f-4745-0aa7-49fbeadf670b) {
    width: 100%;
    font-size: var(--_text---mob-h1-hero);
  }

  .content-block:where(.w-variant-54c10cb0-4820-718b-3981-730d21070a12) {
    grid-template-rows: auto auto;
    grid-template-columns: 50%;
  }

  .content-image:where(.w-variant-1b9e9cc1-6897-0360-966e-c6ef535ee32a), .content-image:where(.w-variant-772b1425-04ea-4e50-32bf-6db83784201c) {
    min-height: auto;
  }

  .content-block-heading, .content-block-heading:where(.w-variant-772b1425-04ea-4e50-32bf-6db83784201c), .content-block-heading:where(.w-variant-54c10cb0-4820-718b-3981-730d21070a12) {
    font-size: var(--_text---mob-h1-reg);
  }

  .contet-text-wrapper {
    padding: var(--_spacing---2base) var(--_spacing---base);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .contet-text-wrapper:where(.w-variant-772b1425-04ea-4e50-32bf-6db83784201c) {
    padding-top: var(--_spacing---2base);
    padding-right: var(--_spacing---base);
    padding-left: var(--_spacing---base);
    grid-column-gap: 5svw;
    grid-row-gap: 5svw;
  }

  .contet-text-wrapper:where(.w-variant-54c10cb0-4820-718b-3981-730d21070a12) {
    padding-top: var(--_spacing---2base);
    padding-right: var(--_spacing---base);
    padding-left: var(--_spacing---base);
  }

  .rich-body-text, .rich-body-text:where(.w-variant-772b1425-04ea-4e50-32bf-6db83784201c), .rich-body-text:where(.w-variant-54c10cb0-4820-718b-3981-730d21070a12) {
    font-size: var(--_text---mob-body);
  }

  .content-text-wrapper, .content-text-wrapper:where(.w-variant-772b1425-04ea-4e50-32bf-6db83784201c), .content-text-wrapper:where(.w-variant-54c10cb0-4820-718b-3981-730d21070a12) {
    grid-column-gap: 5svw;
    grid-row-gap: 5svw;
    width: 100%;
  }

  .sectiion-icon-wrapper, .skillic-2 {
    width: 25vh;
    height: 25vh;
    top: 16px;
    left: 16px;
  }

  .case-section-header-wrapper-copy:where(.w-variant-433fbc49-e23f-4745-0aa7-49fbeadf670b) {
    height: 20svh;
    min-height: 196px;
  }

  .section-slot-wrapper:where(.w-variant-433fbc49-e23f-4745-0aa7-49fbeadf670b) {
    width: 20svh;
    height: 20svh;
  }

  .case-section-number:where(.w-variant-433fbc49-e23f-4745-0aa7-49fbeadf670b) {
    font-size: var(--_text---mob-body);
  }

  .fab-back {
    width: 56px;
    min-width: auto;
    height: 56px;
    min-height: auto;
  }

  .conten-block-grid-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 50%;
    height: auto;
  }

  .conten-block-grid-wrapper:where(.w-variant-54c10cb0-4820-718b-3981-730d21070a12) {
    height: auto;
  }

  .case-section-description:where(.w-variant-433fbc49-e23f-4745-0aa7-49fbeadf670b) {
    font-size: var(--_text---mob-body);
  }

  .tab-pane-features, .tab-pane-ux-duty, .tab-pane-sa, .tab-pane-ux-analysis {
    height: 100%;
  }

  .othercases-icon-wrapper {
    width: 24px;
    height: 24px;
  }

  .othercase-subtitle, .othercase-title {
    font-size: var(--_text---mob-body);
  }

  .other-cases {
    height: 25svh;
  }

  .cursor, .toc-wrapper {
    display: none;
  }

  .utp-text {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .step-bg {
    width: 100%;
    transform: translate(0, -10%);
  }
}

#w-node-f4db7f59-c0e6-d094-8017-2815b1eb6593-b1eb6592 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f4db7f59-c0e6-d094-8017-2815b1eb6593-b1eb6592:where(.w-variant-54c10cb0-4820-718b-3981-730d21070a12) {
  grid-column: 2 / 3;
}

#w-node-f4db7f59-c0e6-d094-8017-2815b1eb6593-b1eb6592:where(.w-variant-772b1425-04ea-4e50-32bf-6db83784201c) {
  grid-row-start: 1;
}

#w-node-f4db7f59-c0e6-d094-8017-2815b1eb6596-b1eb6592 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f4db7f59-c0e6-d094-8017-2815b1eb6596-b1eb6592:where(.w-variant-54c10cb0-4820-718b-3981-730d21070a12) {
  grid-column: 1 / 2;
}

#w-node-f4db7f59-c0e6-d094-8017-2815b1eb6596-b1eb6592:where(.w-variant-772b1425-04ea-4e50-32bf-6db83784201c) {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_59b2952f-fe06-cbb1-4854-6627bc1847bb-bc1847b9 {
  grid-area: 2 / 1 / 2 / 2;
}

#w-node-_59b2952f-fe06-cbb1-4854-6627bc1847bd-bc1847b9 {
  grid-area: 2 / 2 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-f4db7f59-c0e6-d094-8017-2815b1eb6592-b1eb6592:where(.w-variant-54c10cb0-4820-718b-3981-730d21070a12) {
    grid-column-end: 3;
  }

  #w-node-f4db7f59-c0e6-d094-8017-2815b1eb6593-b1eb6592 {
    grid-row-end: 2;
    grid-column-end: 3;
  }

  #w-node-f4db7f59-c0e6-d094-8017-2815b1eb6593-b1eb6592:where(.w-variant-54c10cb0-4820-718b-3981-730d21070a12) {
    grid-column-start: 1;
  }

  #w-node-f4db7f59-c0e6-d094-8017-2815b1eb6596-b1eb6592 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f4db7f59-c0e6-d094-8017-2815b1eb6596-b1eb6592:where(.w-variant-54c10cb0-4820-718b-3981-730d21070a12) {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_59b2952f-fe06-cbb1-4854-6627bc1847bb-bc1847b9 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-_59b2952f-fe06-cbb1-4854-6627bc1847bd-bc1847b9 {
    grid-area: 2 / 1 / 3 / 3;
  }
}


@font-face {
  font-family: 'Sciencegothic';
  src: url('../fonts/ScienceGothic-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}