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

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

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

@font-face {
  font-family: Montserrat Variablefont Wght;
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nunitosans Variablefont Ytlc Opsz Wdth Wght;
  src: url('../images/') format("truetype");
  font-weight: 200 1000;
  font-style: normal;
  font-display: swap;
}

:root {
  --background: #0f0f10;
  --white: #fff;
  --green-text: #b2b1b6;
  --background-light: #1c1b1f;
  --pink: #cf5eff;
  --blue: #477afa;
  --lila: #d698ff;
  --herobackground: #e9e7e4;
}

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

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.spline-scene---small-desktop {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--background);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100vh;
  display: block;
  overflow: visible;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--white);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #7c787e;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.navlink-new {
  color: var(--background);
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.section {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  display: flex;
  position: relative;
}

.navbar {
  z-index: 2;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: #fff;
  background-color: #1a1a1ae0;
  border: 1px solid #2f3131;
  border-radius: 100px;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  padding: 24px 24px 24px 32px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.navbar.navbar-new {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--background);
  background-color: #ddddd88c;
  border-color: #dadada;
}

.section-2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 80vh;
  display: flex;
  position: relative;
}

.div-block {
  background-color: var(--background);
  width: 50%;
  height: 100%;
}

.div-block.contact-mobil {
  height: 500px;
}

.page-wrapper {
  background-color: var(--background);
  position: relative;
  overflow: hidden;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 988px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.container.container-hero {
  justify-content: center;
  align-items: flex-start;
  height: 70vh;
}

.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

.heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
}

.heading.contact-heading {
  margin-bottom: 16px;
}

.heading.subheading {
  margin-bottom: 0;
  font-size: 40px;
  line-height: 40px;
}

.heading.casestudies-heading {
  margin-bottom: 0;
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
}

.heading.hero-heading {
  z-index: 3;
  max-width: 1000px;
  color: var(--white);
  text-align: center;
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  position: relative;
}

.flex-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
}

.flex-block-4 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 64px;
  padding-top: 16px;
}

.flex-block-4.aboutme {
  z-index: 88;
  margin-top: 40px;
  position: relative;
}

.flex-block-4.case-study {
  padding-top: 0;
}

.section-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.subtitle {
  max-width: 688px;
  color: var(--background-light);
  text-align: center;
  font-family: Poppins, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
}

.subtitle.rivehero-sub {
  z-index: 3;
  max-width: 600px;
  color: var(--green-text);
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
}

.spline-scene---big {
  width: 50%;
  height: 100vh;
  display: none;
}

.spline-scene---mobile, .spline-scene-mobile {
  display: none;
}

.spline-big-desk {
  width: 50%;
  height: 100vh;
  display: none;
}

.spline-small-desk {
  width: 50%;
  height: 100%;
  display: none;
}

.div-block-3 {
  z-index: 2;
  background-color: var(--background);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.text-block-2 {
  color: #fff;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
}

.section-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  aspect-ratio: auto;
  object-fit: fill;
  justify-content: flex-start;
  align-items: flex-start;
  height: 500px;
  margin-top: 0;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.image {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: 50% 50%;
  flex: 0 auto;
  width: 50%;
  height: 100vh;
  margin-right: 42px;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: clip;
}

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

.body {
  background-color: var(--background);
}

.code-embed {
  height: 500px;
}

.contact-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

.spline-small-mobile, .spline-basket-mobile {
  display: none;
}

.embed-desktop-small {
  width: 50%;
  height: 100%;
  margin-bottom: 0;
  display: block;
}

.embed-basketball-mobile {
  display: none;
}

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

.embed-desktop-big {
  display: none;
}

.flex-block-5 {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
}

.basket-subtitle-mobile {
  display: none;
}

.subtitle-contact {
  color: var(--green-text);
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.subtitle-basket {
  color: var(--green-text);
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 16px;
}

.anchordiv {
  z-index: 0;
  position: absolute;
  inset: -128px 0% auto;
}

.div-block-5 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--background);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.text-block-3 {
  color: var(--white);
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
}

.loading-overlay {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--background);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.first-text, .second-text, .third-text {
  opacity: 0;
  color: var(--white);
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  display: block;
}

.loader_number {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  display: none;
}

.loader {
  z-index: 1000;
  background-color: var(--background);
  color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.container-2 {
  z-index: 2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.3em;
  position: relative;
}

.container-2.is-loader-top {
  border: 0px solid var(--white);
  color: #1a1d1d;
  mix-blend-mode: difference;
  background-color: #353232;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  font-family: Poppins, Arial, sans-serif;
  display: block;
}

.container-2.is-loader-bottom {
  z-index: 999999999;
  color: #87fae8;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.loader_p {
  color: #fff;
  text-transform: none;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.loader_p.is-right {
  color: var(--green-text);
  text-align: right;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.trigger {
  width: 0;
  height: 0;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.loader_progress {
  z-index: 1;
  width: 0%;
  height: 4px;
  color: var(--background);
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  inset: 0% auto 0% 0%;
}

.loader_top {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #eb412b;
  border-bottom: 2px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  padding-left: 30%;
  padding-right: 30%;
  display: flex;
  position: relative;
}

.loader_bottom {
  display: none;
}

.text-block-4 {
  color: #fff;
  font-family: Poppins, Arial, sans-serif;
  font-size: 24px;
}

.flex-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.flex-block-7 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.flex-block-8 {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.utility-page-wrap {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-color: var(--background);
  flex-flow: column;
  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: 50%;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-2, .paragraph-3 {
  color: var(--white);
  font-family: Poppins, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.paragraph-4 {
  color: var(--white);
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
}

.div-block-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--background-light);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
}

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

.heading-2 {
  width: 100%;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.heading-2.outcomes {
  text-align: center;
  font-size: 32px;
}

.text-field {
  background-color: var(--background-light);
  height: 48px;
  color: var(--white);
  border: 1px solid #000;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
}

.text-field:hover {
  border-color: var(--green-text);
}

.text-field:active, .text-field:focus {
  color: var(--white);
}

.submit-button {
  height: 48px;
  color: var(--background);
  background-color: #87fae8;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.submit-button:hover {
  background-color: #6fd3c3;
}

.field-label {
  color: var(--white);
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: none;
}

.flex-block-9 {
  width: 100%;
}

.password-field {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.error-message {
  background-color: #f38e8e;
  border-radius: 8px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
}

.text-block-5 {
  color: #b30b0b;
}

.no-password {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

.no-password-title {
  color: var(--green-text);
  font-family: Poppins, Arial, sans-serif;
}

.no-password-email {
  color: var(--white);
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
}

.code-embed-5 {
  width: 100%;
  color: var(--white);
  font-family: Poppins, Arial, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 68px;
}

.hero-title {
  color: var(--white);
  font-family: Poppins, Arial, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 68px;
  display: none;
}

.unicorn {
  z-index: 1;
  background-color: var(--background);
  opacity: .4;
  cursor: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.div, .code-embed-6 {
  width: 100%;
  height: 100vh;
}

.div-block-8 {
  z-index: 2147483647;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 16px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-8.nav-study {
  z-index: 99;
}

.div-block-9 {
  background-color: var(--background);
  position: relative;
}

.div-block-10 {
  z-index: 999999999;
  background-color: var(--background);
  border-style: none;
  border-color: #222423;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  padding-top: 16px;
  position: relative;
  inset: -100px 0% auto;
}

.flex-block-10 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  width: 100%;
  margin-bottom: 16px;
}

.flex-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.flex-block-12 {
  width: 100%;
}

.div-block-11 {
  background-color: #9f2e30;
  background-image: url('../images/lpa-back.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 356px;
  display: flex;
  overflow: hidden;
}

.div-block-11.khcard {
  background-color: #3fafef;
  background-image: url('../images/kh-back.jpg');
}

.flex-block-13 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.heading-3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-weight: 600;
}

.heading-3.highlight-mobile.results {
  font-size: 24px;
  line-height: 30px;
}

.text-block-6 {
  color: var(--green-text);
  letter-spacing: 2px;
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-weight: 400;
}

.text-block-6.horizontal-work-date {
  text-align: right;
  letter-spacing: 0;
  border: 1px solid #5a5959;
  border-radius: 4px;
  height: 100%;
  padding: 4px 8px;
  font-size: 14px;
}

.text-block-6.horizontal-work-date.highlight {
  color: #fffc;
  border-color: #ffffff4d;
}

.text-block-6.horizontal-work-date.highlight.featured {
  color: #061474;
  background-color: #fff;
  height: auto;
  font-weight: 500;
  position: absolute;
  inset: 153px auto auto 40px;
}

.text-block-6.highlighted-card {
  color: var(--white);
}

.paragraph-5 {
  color: var(--green-text);
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-5.horizontal-work-desc {
  flex: 0 auto;
  width: 55%;
  height: 100%;
  margin-bottom: 0;
}

.image-2 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  height: 356px;
  overflow: clip;
}

.pink-button {
  color: var(--white);
  text-underline-offset: 3px;
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}

.pink-button:hover {
  opacity: .5;
}

.pink-button.comingsoon {
  color: var(--green-text);
  text-decoration: none;
}

.pink-button.comingsoon:hover {
  opacity: 100;
}

.uac-image {
  background-color: #3a7dfc;
  background-image: url('../images/uac-back.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 356px;
  display: flex;
  overflow: hidden;
}

.uac-image.watchcard {
  background-color: #191919;
  background-image: url('../images/wearback3.jpg');
  background-position: 100% 100%;
  background-size: cover;
}

.image-3 {
  color: #e70e0e;
}

.case-studies {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 100%;
}

.feedback {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 56px;
  display: flex;
}

.feedback.aboutme {
  margin-top: 0;
  margin-bottom: 80px;
  position: relative;
}

.testimonial-subtitle {
  color: var(--green-text);
  margin-bottom: 0;
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-weight: 500;
}

.testimonial-body {
  width: 100%;
  color: var(--white);
  text-align: left;
  letter-spacing: 0;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  margin-bottom: 0;
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.testimonial-body.heading-body {
  width: 100%;
  max-width: 800px;
  color: var(--green-text);
  letter-spacing: 0;
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.testimonial-body.study {
  color: #ffcbcb;
}

.testimonial-body.study-take {
  color: #e0f3e0;
}

.testimonial-body.section-description {
  text-align: center;
  max-width: 700px;
}

.testimonial-body.subtitle-1 {
  padding-left: 16px;
  padding-right: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.testimonial-body.highlighted-project-text {
  opacity: .8;
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
}

.testimonial {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--background-light);
  border-radius: 24px;
  width: 100%;
  padding: 24px;
}

.feedback-heaeding {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
}

.testimonial-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--background);
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.flex-block-15 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  object-fit: fill;
  flex: 0 auto;
  width: 100%;
}

.image-4 {
  vertical-align: baseline;
  object-fit: cover;
  border-radius: 24px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  display: inline-block;
  position: static;
}

.flex-block-16 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-self: stretch;
  width: 100%;
  height: auto;
  position: static;
}

.div-block-12 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.about-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
}

.heading-4 {
  color: var(--green-text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.about-who {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--background-light);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.exp-date {
  color: var(--green-text);
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 16px;
}

.exp-title {
  color: var(--white);
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.flex-block-17 {
  background-color: var(--background-light);
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.flex-block-17:hover {
  opacity: .5;
}

.flex-block-17.freelance:hover {
  opacity: 1;
}

.flex-block-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--background-light);
  border-radius: 24px;
  width: 100%;
  padding: 24px;
}

.flex-block-18.hobbies {
  flex-flow: column;
}

.flex-block-19, .flex-block-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
}

.image-5 {
  position: absolute;
  inset: auto auto 35% -11%;
}

.lottie-animation {
  width: 64px;
}

.hobbies {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--background-light);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px 24px 32px;
}

.hobbies.funfact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.div-block-13 {
  background-image: url('../images/00.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 24px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.text-block-8 {
  color: var(--green-text);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
}

.flex-block-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.flex-block-22 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 33.3%;
}

.text-block-9 {
  color: var(--white);
  text-align: center;
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 16px;
}

.quick-stack {
  width: 100%;
}

.flex-block-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  align-self: stretch;
  height: auto;
}

.div-block-14, .div-block-15 {
  background-color: var(--white);
  flex: 0 auto;
  align-self: auto;
  width: 100px;
  height: 300px;
}

.div-block-16 {
  background-color: var(--white);
  width: 100px;
  height: 30%;
}

.flex-block-24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  height: auto;
  min-height: 100px;
}

.div-block-17 {
  background-color: var(--white);
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 100px;
  height: 70%;
  position: static;
}

.flex-block-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  align-self: stretch;
  height: auto;
}

.image-9 {
  border: 0 solid #fff;
  border-radius: 20px;
}

.exp-date-mobile, .hobbies-mobile {
  display: none;
}

.flex-block-26 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.flex-block-26:hover {
  opacity: .5;
}

.flex-block-26.highlighted-link {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
}

.linkedin-button {
  color: var(--white);
  text-underline-offset: 8px;
  font-weight: 600;
  text-decoration: underline;
}

.body-2 {
  background-color: var(--background);
}

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

.stud-subtitle {
  color: var(--green-text);
  letter-spacing: 2px;
  margin-bottom: 16px;
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.cell {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.image-11 {
  z-index: 2;
  mix-blend-mode: normal;
  position: relative;
}

.image-12 {
  z-index: 1;
  position: absolute;
  inset: auto;
  overflow: clip;
}

.image-12.highlight-uac {
  position: absolute;
  top: -23%;
}

.flex-block-27 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 100%;
}

.flex-block-28 {
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.study-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 40px;
}

.flex-block-30 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.stud-metric-sub {
  color: var(--white);
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 16px;
}

.h1 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
}

.h1.h1-nomargin {
  margin-bottom: 4px;
}

.h1.hero {
  text-align: left;
}

.h1.research {
  margin-bottom: 0;
}

.h3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.quick-stack-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  padding: 0;
}

.cell-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--background-light);
  border-radius: 24px;
  padding: 24px;
}

.executive-uac {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-color: var(--background-light);
  cursor: default;
  background-image: none;
  background-size: auto;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0 0 40px;
  text-decoration: none;
  display: flex;
  position: static;
  top: 130px;
  overflow: hidden;
}

.executive-uac:hover {
  background-color: var(--background-light);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.executive-uac.executive-lpa {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ce3c3f;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding: 80px 100px;
}

.executive-uac.executive-kh {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #3393ca;
  padding: 80px 100px;
}

.container-3 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 988px;
  padding-top: 32px;
  display: flex;
  position: relative;
}

.flex-block-31 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 32px;
}

.tag {
  color: var(--white);
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
}

.lightbox-link {
  z-index: 98;
  position: relative;
}

.study-sec-outcomes {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.study-challenge {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #271a1a;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.study-challenge.take {
  background-color: #1a271c;
}

.flex-block-32 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.study-sec {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.vflex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
}

.vflex.links {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.card-v {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--background-light);
  border-radius: 24px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: relative;
}

.image-13 {
  width: 40px;
  height: 40px;
  position: absolute;
  inset: auto 2% -36% auto;
}

.image-14 {
  opacity: .5;
  height: 60px;
  position: absolute;
  inset: 13% auto auto -3%;
}

.image-14.lentinyil {
  transform-style: preserve-3d;
  inset: -45% -3% auto auto;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.image-14.arrow-1 {
  top: 78%;
}

.image-14.arrow-2 {
  top: 12%;
}

.image-14.arrow3 {
  top: 32%;
}

.card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--background-light);
  border-radius: 24px;
  flex-flow: column;
  width: 100%;
  padding: 24px;
  display: flex;
}

.card.improvement-idea {
  width: auto;
}

.card.lpa-challenge {
  width: 600px;
}

.flex-block-33 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  height: auto;
}

.flex-block-34 {
  background-image: url('../images/A2Jilr81BftBrUV1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 24px;
  align-self: stretch;
  width: 100%;
  height: 300px;
}

.flex-block-35 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  align-self: stretch;
  height: auto;
}

.flex-block-36 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--background-light);
  width: 100%;
  height: 100%;
  color: var(--background-light);
  border-radius: 24px;
  flex: 0 auto;
  align-self: stretch;
  padding: 24px;
}

.paragraph-6 {
  color: var(--white);
  margin-bottom: 0;
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.flex-block-37 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-left: 0;
  padding-right: 0;
}

.text-span {
  color: #ff7575;
}

.text-span.green {
  color: #75ffac;
  -webkit-text-stroke-color: #75ffcc;
}

.flex-block-38 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

.lighbox-ideation {
  border-radius: 24px;
  align-self: stretch;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.lighbox-ideation._2ndconc {
  border-radius: 0;
  height: 312px;
}

.image-15 {
  height: 100%;
  overflow: visible;
}

.div-block-18 {
  background-image: url('../images/A2Jilr81BftBrUV1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}

.div-block-18._1stconcept {
  background-image: url('../images/kh-concept-1.png');
}

.div-block-18._1stconcept.uacfirst {
  background-image: url('../images/A2Jilr81BftBrUV1.png');
}

.div-block-18.ideationimage {
  background-image: url('../images/9SNUV50EmYIEweRh.png');
  background-position: 50%;
  background-size: contain;
}

.div-block-18.ideationimage.uacideation {
  background-image: url('../images/ideation.jpg');
  background-position: 0 0;
  background-size: cover;
}

._2ndconcept {
  background-image: url('../images/kh-concept-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}

._2ndconcept.uacsecond {
  background-image: url('../images/VIcQX7TXD0OkOBUU.png');
}

.lightbox-concept {
  width: 100%;
  height: 312px;
}

.slide {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
}

.slider {
  background-color: var(--background-light);
  border-radius: 24px;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.div-block-19 {
  background-image: url('../images/Overview.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lightbox-link-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.div-block-20 {
  background-image: url('../images/Overview.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}

.lightbox-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.image-16, .image-17 {
  border-radius: 16px;
  width: 100%;
}

.lightbox-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-18 {
  border-radius: 16px;
  width: 100%;
}

.flex-block-39 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.ui-description {
  color: var(--green-text);
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.text-span-2 {
  color: var(--green-text);
  text-decoration: line-through;
}

.flex-block-40 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.lightbox-small {
  border-radius: 16px;
  overflow: hidden;
}

.flex-block-41 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

.flex-lpa {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.italic-text, .italic-text-2, .italic-text-3 {
  color: var(--green-text);
}

.text-span-3 {
  color: var(--green-text);
  text-decoration: line-through;
}

.before-after {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.before-after-description {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.before-image {
  background-image: url('../images/34-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}

.after-image {
  background-image: url('../images/Group-8543.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}

.lightbox-hero-lpa {
  z-index: 2;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.image-19 {
  height: 100%;
}

.flex-block-42 {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
}

.comingsoon {
  color: var(--green-text);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.rive {
  width: 100%;
}

.rive-2 {
  width: 50%;
}

.flex-block-43 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.flex-block-44 {
  width: 100%;
}

.image-20 {
  mix-blend-mode: normal;
  border-radius: 1000px;
}

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

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

.image-21 {
  z-index: 0;
  opacity: .1;
  position: relative;
}

.rive-hero {
  opacity: 1;
  background-color: #eeeee9;
  width: 100vw;
  height: 95vh;
  position: relative;
}

.container-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 988px;
  height: 100%;
  padding-top: 140px;
  display: flex;
}

.flex-block-45 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  position: relative;
}

.image-22 {
  width: 300px;
  height: 300px;
  display: block;
  position: relative;
}

.gradient-bg {
  z-index: 2;
  opacity: .5;
  filter: blur(200px);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.bg-circle {
  background-color: #455268;
  border-radius: 100%;
  width: 30vw;
  height: 30vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bg-circle._1 {
  opacity: 1;
  background-color: #7056f5;
  border-radius: 20%;
  width: 40vw;
  height: 40vw;
  margin-top: -16%;
  margin-left: -16%;
}

.bg-circle._2 {
  opacity: .5;
  background-color: #487698;
  border-radius: 40%;
  margin-top: -20%;
}

.bg-circle._3 {
  background-color: #e1e5ee;
  width: 40vw;
  height: 40vw;
  margin-top: -12%;
  margin-left: 52%;
}

.bg-circle._4 {
  background-color: #a7cf38;
  width: 60vw;
  height: 60vw;
  margin-top: -32%;
  margin-right: -10%;
  left: auto;
  right: 0;
}

.bg-circle._5 {
  margin-top: 24%;
  margin-right: -8%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bg-circle._6 {
  background-color: #e89245;
  width: 40vw;
  height: 40vw;
  margin-top: 35%;
  margin-bottom: -20%;
  margin-right: -16%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.rive-3 {
  height: 200px;
}

.flex-block-46 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
}

.code-embed-9 {
  cursor: pointer;
  width: 300px;
  height: 300px;
}

.image-23 {
  color: #000;
}

.rive-4 {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.rive-5 {
  opacity: .3;
  width: 100vw;
  height: 100vh;
  position: fixed;
  overflow: hidden;
}

.hero-cta {
  color: var(--white);
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.lottie-animation-2 {
  width: 40px;
}

.flex-block-47 {
  z-index: 3;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  inset: auto 0% -5%;
}

.flex-block-48 {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0000;
  background-image: url('../images/hatter1.png');
  background-position: 0 30%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: relative;
}

.code-embed-10 {
  z-index: 0;
  width: 100vw;
  height: 95vh;
  position: fixed;
}

.image-24 {
  border-radius: 300px;
  width: 100px;
  height: 100px;
}

.div-block-21 {
  z-index: 3;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-image: url('../images/IMG_2696.JPG');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: 120% 120%;
  background-clip: border-box;
  border-radius: 300px;
  width: 160px;
  height: 160px;
  position: relative;
  overflow: visible;
}

.div-block-21:hover {
  background-image: url('../images/IMG_2697-wink.jpg');
}

.div-block-21.szar {
  width: 100px;
}

.testimonial-wrapper-main {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.image-25 {
  z-index: 2;
  width: 500px;
  position: absolute;
  inset: 12% 0% 0% 31%;
}

.link-block {
  width: 100%;
}

.background-video {
  width: 720px;
  height: 400px;
  overflow: hidden;
}

.background-video.video-3 {
  width: 250px;
  height: 540px;
}

.work-item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--background-light);
  color: #000;
  cursor: pointer;
  border-radius: 24px;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  padding: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.work-item.work-first {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  overflow: visible;
}

.work-item.work-first:hover {
  color: #000;
  background-color: #1b1d1d33;
}

.work-item.work-second {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.work-item.work-second:hover {
  background-color: #1b1d1d33;
}

.work-item.work-third {
  justify-content: flex-start;
  align-items: center;
}

.work-item.work-third:hover {
  background-color: #1b1d1d33;
}

.category-title {
  z-index: 3;
  letter-spacing: -.005em;
  border-bottom: 2px solid #000;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.15;
  position: relative;
}

.hover-category-mask {
  z-index: 100;
  border: 0 solid #d8d8d8a6;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: none;
  position: fixed;
  inset: 0%;
}

.category-title-wrapper {
  flex: 1;
  align-items: center;
  display: flex;
}

.category-item-inner {
  border-top: 0 #000;
  border-left: 1px #000;
  border-right: 1px #000;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.hero_text-item {
  z-index: 11;
  cursor: pointer;
  margin-right: .5rem;
  font-size: 3rem;
  display: inline-block;
  position: relative;
}

.hero_text-item.hero_text-item_comma {
  margin-right: 0;
}

.hover-category-wrap {
  z-index: 4;
  filter: none;
  background-color: #000;
  border: 1px solid #414141;
  border-radius: 20px;
  flex: none;
  padding: 16px;
  display: none;
  position: absolute;
  left: 52%;
  overflow: hidden;
}

.hover-category-wrap.mobile-video {
  filter: none;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-width: 1px;
  border-color: #414141;
  border-radius: 40px;
  padding: 16px;
  display: none;
}

.hover-category-wrap.mobile-video.monto {
  filter: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
  border-width: 0;
}

.hero_wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 82rem;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6.875rem;
  display: flex;
  position: static;
  inset: 0 auto auto;
}

.hero_wrapper.is-categoty {
  justify-content: center;
  width: 100%;
  padding-bottom: 0;
}

.category-item {
  color: #000;
  cursor: pointer;
  margin-top: 0;
  margin-right: .5rem;
  font-size: 4rem;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.hero_text-item-box {
  font-size: 3rem;
  line-height: 1.15;
  position: static;
  overflow: visible;
}

.hero_text-item-box.appear-animation-block {
  max-width: 75%;
}

.hero_content {
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.hero_content.is-wide {
  color: #000;
  text-align: left;
  justify-content: space-between;
  width: 100%;
  position: static;
  top: 2rem;
}

.hero_heading.hide {
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.flex-block-49 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 10%;
}

.flex-block-50 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
}

.code-embed-11 {
  border-radius: 0;
  flex-flow: row;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 12px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
  overflow: hidden;
}

.div-block-22.mobile-video--cont {
  border-radius: 26px;
}

.horizontal-work-date {
  color: var(--green-text);
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
}

.work-tags {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.work-tags.cosa-study-tags {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.flex-block-51 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 45%;
}

.secondary-heading {
  z-index: 3;
  background-color: var(--background);
  color: var(--green-text);
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  position: relative;
}

.secondary-heading-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  position: relative;
}

.div-block-23 {
  z-index: 2;
  background-color: var(--background-light);
  border-radius: 10px;
  width: 100%;
  height: 1px;
  position: absolute;
}

.div-block-24 {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 0;
  display: flex;
  position: relative;
}

.div-block-25 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70%;
  display: block;
  position: absolute;
}

.lottie-animation-3 {
  width: 100%;
  height: auto;
}

.lottie-animation-4 {
  object-fit: fill;
  width: 100%;
}

.image-26 {
  width: 100px;
  height: 100px;
}

.bold-text {
  font-size: 20px;
}

.bold-text-2, .bold-text-3, .bold-text-4 {
  font-size: 20px;
  font-weight: 600;
}

.text-span-4 {
  color: var(--green-text);
  text-decoration: line-through;
}

.flex-block-52 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
}

.flex-block-53 {
  background-image: url('../images/high-hover-min-1.jpg');
  background-size: cover;
  border: 1px #fff;
  border-radius: 0;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
}

.flex-block-54 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-left: 0;
  padding-right: 0;
}

.flex-block-54.on-home {
  padding-left: 40px;
  padding-right: 40px;
}

.flex-block-55 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
}

.flex-block-55.highlight-horizontal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 80%;
  color: var(--background-light);
  background-color: #1b1d1d;
  background-image: linear-gradient(27deg, #002c9c, #7400da);
  background-position: 0 0;
  border: 0 solid #ffffff80;
  border-radius: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 16px;
}

.flex-block-55.highlight-horizontal.home-result {
  background-color: #232225;
  background-image: none;
  background-size: auto;
  width: 100%;
}

.flex-block-55.highlight-horizontal.result-case-bottom {
  background-color: var(--background-light);
  width: 100%;
  color: var(--background-light);
  background-image: none;
  background-size: auto;
}

.flex-block-55.showcase-intro {
  background-color: var(--background-light);
  border-radius: 24px;
  padding: 24px;
}

.image-27 {
  width: 32px;
}

.flex-block-56 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.div-block-26 {
  opacity: .5;
  background-color: #fff;
  width: 100%;
  height: 1px;
  padding-left: 40px;
  padding-right: 40px;
}

.flex-block-57 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.flex-block-57.mobile-highlight {
  flex: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.background-video-2 {
  width: 400px;
  height: auto;
}

.flex-block-58 {
  width: 34%;
}

.flex-block-58.showcase-text {
  width: 100%;
}

.div-block-27 {
  border: 10px solid #000;
  border-radius: 16px;
  width: 66%;
  display: block;
  overflow: hidden;
  box-shadow: 0 0 1px 1px #ffffff36;
}

.div-block-27.mobile-screen {
  z-index: 2;
  border-radius: 32px;
  width: 250px;
  position: relative;
}

.list {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  flex-flow: column;
  padding-left: 24px;
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  display: flex;
}

.flex-block-59 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.flex-block-59.casestud-uac {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.div-block-28 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-28.outcome-card-case {
  max-width: 700px;
}

.div-block-28.on-home {
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-29 {
  background-image: url('../images/email.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-30 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-31 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.text-span-5 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(86deg, #2160ff, #c571fd);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-5.gradient-text {
  background-image: linear-gradient(86deg, var(--blue), var(--lila));
}

.button-2 {
  color: #fff;
  background-color: #0b44d3;
  background-image: none;
  background-size: auto;
  border-radius: 12px;
  padding: 16px 24px;
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.button-2:hover {
  box-shadow: 0 8px 24px #0b44d380;
}

.flex-block-60 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  top: -2%;
}

.image-28 {
  width: 32px;
}

.outcome-text {
  width: 100%;
  color: var(--white);
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.div-block-32 {
  aspect-ratio: 1;
  background-color: var(--background-light);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
  overflow: hidden;
}

.div-block-32.second-image {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-32.third-image {
  background-image: none;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-29 {
  width: 85%;
}

.image-30 {
  max-width: 120%;
  display: block;
}

.div-block-33, .showcase-content {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-bottom: 56px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.flex-block-61 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.tab-link-tab-1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 2px solid var(--green-text);
  background-color: var(--background);
  opacity: .4;
  color: var(--green-text);
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  padding: 16px 32px;
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.tab-link-tab-1.w--current {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--background);
  opacity: 100;
  color: var(--background);
  border-bottom: 2px solid #fff;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tab-link-tab-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 2px solid var(--green-text);
  background-color: var(--background);
  opacity: .4;
  color: var(--white);
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 32px;
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.tab-link-tab-2.w--current {
  border-bottom-color: var(--white);
  background-color: var(--background);
  opacity: 1;
  color: var(--white);
  padding: 16px 32px;
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-10, .text-block-11 {
  display: none;
}

.text-block-13 {
  color: var(--white);
}

.flex-block-62 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.div-block-34 {
  background-image: url('../images/bolt_24dp_FFFFFF_FILL1_wght400_GRAD0_opsz24.svg');
  background-position: 0 0;
  background-size: auto;
  width: 24px;
  height: 24px;
}

.div-block-34.quick-filled-icon {
  background-image: url('../images/bolt_24dp_FFFFFF_FILL0_wght400_GRAD0_opsz24.svg');
}

.div-block-34.detailed-stroke-icon {
  background-image: url('../images/article_24dp_B2B1B6_FILL0_wght400_GRAD0_opsz24.svg');
}

.div-block-34.detailed-fill-icon {
  background-color: #000;
  background-image: url('../images/article_24dp_FFFFFF_FILL0_wght400_GRAD0_opsz24.svg');
}

.div-block-35 {
  background-image: url('../images/bolt_24dp_FFFFFF_FILL0_wght400_GRAD0_opsz24.svg');
  background-position: 0 0;
  background-size: auto;
  width: 24px;
  height: 24px;
}

.flex-block-63 {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.background-video-3 {
  width: 400px;
  height: 300px;
}

.lightbox-link-3 {
  width: 100%;
}

.slider-2 {
  width: 100%;
  display: block;
}

.div-block-36 {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (min-width: 1280px) {
  .spline-scene---small-desktop {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    width: 50%;
    height: 100%;
    padding-left: 0;
    display: none;
  }

  .grid {
    grid-column-gap: 16px;
    grid-template-areas: ". Area";
  }

  .navbar-no-shadow-container {
    color: #fff;
    background-color: #0f1010;
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-regular {
    max-width: 1248px;
  }

  .nav-menu-wrapper {
    flex: 0 auto;
    order: 0;
    align-self: auto;
  }

  .nav-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    border-radius: 0;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .section {
    opacity: 1;
    mix-blend-mode: normal;
    background-color: #0f1010;
  }

  .list-item, .text-block {
    color: #fff;
  }

  .navbar {
    inset: 0% auto auto 0%;
  }

  .section-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: flex-start;
    height: 80vh;
  }

  .div-block {
    height: 100%;
  }

  .page-wrapper {
    background-color: var(--background);
  }

  .div-block-2 {
    max-width: 1280px;
  }

  .container {
    max-width: 1248px;
  }

  .flex-block {
    height: 100%;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .flex-block-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
  }

  .flex-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .paragraph {
    color: var(--green-text);
    padding-right: 24px;
    font-family: Poppins, Arial, sans-serif;
    font-size: 24px;
    line-height: 30px;
  }

  .flex-block-4 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 48px;
  }

  .section-3 {
    margin-top: 48px;
    margin-bottom: 64px;
  }

  .spline-scene---big {
    width: 50%;
    height: 100%;
    display: none;
  }

  .spline-big-desk {
    height: 100%;
    display: block;
  }

  .spline-small-desk {
    width: 50%;
    height: 100vh;
    display: none;
  }

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

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

  .code-embed-3 {
    display: none;
  }

  .embed-desktop-big {
    width: 50%;
    height: 100%;
    display: block;
  }

  .anchordiv {
    position: absolute;
    top: -128px;
  }

  .code-embed-5 {
    width: 100%;
    color: var(--white);
    font-family: Poppins, Arial, sans-serif;
    font-size: 56px;
    font-weight: 500;
    line-height: 68px;
  }

  .probaembed {
    width: 50%;
    height: 100%;
    display: none;
  }

  .spline-malac {
    width: 50%;
    height: 100%;
  }

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

  .flex-block-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    text-decoration: none;
    display: flex;
  }

  .flex-block-11:hover {
    border: 0px solid var(--background-light);
    background-color: #1b1d1d00;
    border-radius: 24px;
  }

  .div-block-11 {
    background-color: #ce3c3f;
    border-radius: 24px;
    justify-content: center;
    align-items: center;
    height: 400px;
    display: flex;
  }

  .div-block-11.khcard {
    background-color: #3fafef;
  }

  .flex-block-13 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
  }

  .heading-3 {
    color: var(--white);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Poppins, Arial, sans-serif;
    font-weight: 500;
  }

  .button {
    color: #cf5eff;
    background-color: #0f101000;
    padding-left: 0;
    padding-right: 0;
    font-family: Poppins, Arial, sans-serif;
    font-size: 16px;
  }

  .paragraph-5 {
    color: var(--green-text);
    font-family: Poppins, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .image-2 {
    height: 400px;
  }

  .text-block-7 {
    color: var(--pink);
    font-family: Poppins, Arial, sans-serif;
    font-size: 16px;
  }

  .hover-cta {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: var(--white);
    border-radius: 100px;
    justify-content: flex-start;
    align-items: center;
    padding: 16px 16px 16px 24px;
    display: flex;
    position: fixed;
    inset: auto auto 46% 41%;
  }

  .pink-button {
    font-family: Poppins, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .flex-block-14 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-start;
    align-items: center;
  }

  .uac-image {
    background-color: #3a7dfc;
    height: 400px;
  }

  .uac-image.watchcard {
    overflow: hidden;
  }

  .feedback {
    width: 100%;
    position: relative;
  }

  .testimonial-body.section-description {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .flex-block-15 {
    height: auto;
  }

  .image-4 {
    box-sizing: border-box;
    object-fit: cover;
    flex: 0 auto;
    align-self: stretch;
    width: 100%;
    overflow: hidden;
  }

  .flex-block-16, .div-block-12 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .div-block-13 {
    -webkit-text-fill-color: inherit;
    object-fit: cover;
    background-image: url('../images/00.jpg');
    background-position: 50%;
    background-size: cover;
    background-clip: border-box;
    flex: 1;
    align-self: stretch;
    height: auto;
    overflow: hidden;
  }

  .flex-block-22 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .image-12 {
    top: auto;
  }

  .flex-block-27 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .study-header {
    width: 100%;
  }

  .container-3 {
    max-width: 1248px;
  }

  .vflex.links {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .comingsoon, .comingsoon:hover {
    opacity: 1;
  }

  .code-embed-10 {
    width: 100%;
    position: fixed;
  }

  .hero_wrapper {
    padding-bottom: 4.875rem;
    display: flex;
  }

  .hero_wrapper.is-categoty {
    max-width: 100%;
  }

  .hero_text-item-box {
    max-width: 65%;
  }

  .div-block-32 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .div-block-32.second-image {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-32.third-image {
    background-image: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-29 {
    width: 85%;
  }

  .image-30 {
    max-width: 120%;
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .executive-uac.executive-kh {
    padding-top: 100px;
  }

  .category-title, .hero_text-item {
    font-size: 3.5rem;
  }

  .hero_text-item-box {
    max-width: 67%;
    font-size: 3.5rem;
  }

  .hero_content {
    margin-left: auto;
    margin-right: auto;
  }

  .lottie-animation-3 {
    width: 100%;
  }

  .lottie-animation-4 {
    aspect-ratio: auto;
    object-fit: cover;
    width: 100%;
  }

  .div-block-36 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-37 {
    width: 50%;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .loader {
    justify-content: center;
    align-items: center;
  }

  .container-2 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .loader_top {
    border-top: 2px solid #000;
    position: absolute;
    inset: 0% 0% auto;
  }

  .text-block-6 {
    font-size: 16px;
    line-height: 24px;
  }

  .work-item {
    border-top: 0 #000;
    border-bottom: 0 #000;
    font-size: 2rem;
    line-height: 1.05;
  }

  .category-title {
    font-size: 2rem;
    line-height: 105%;
  }

  .hover-category-mask {
    z-index: 0;
    height: auto;
    display: none;
    position: relative;
    inset: auto;
  }

  .category-item-inner {
    border-top-width: 0;
    border-bottom-width: 0;
    border-left-style: none;
    flex-direction: column;
  }

  .hero_text-item {
    font-size: 2rem;
    line-height: 1.05;
  }

  .hover-category-wrap {
    display: none;
  }

  .hero_wrapper {
    height: auto;
    padding-bottom: 0;
  }

  .hero_wrapper.is-categoty {
    height: auto;
  }

  .category-item {
    border-top: 0 #000;
    border-bottom: 0 #000;
    font-size: 2rem;
    line-height: 1.05;
  }

  .hero_text-item-box {
    max-width: 100%;
    font-size: 2rem;
    line-height: 105%;
  }

  .div-block-24 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .div-block.contact-mobil {
    width: 100%;
    height: 300px;
  }

  .section-4 {
    flex-flow: column;
  }

  .contact-block {
    height: 300px;
  }

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

  .image-8 {
    width: 24px;
  }

  .work-item {
    font-size: 2rem;
  }

  .category-title {
    font-size: 2rem;
    line-height: 115%;
  }

  .hero_text-item {
    font-size: 2rem;
  }

  .hero_wrapper {
    height: auto;
    padding-bottom: 0;
  }

  .category-item {
    font-size: 2rem;
  }

  .hero_text-item-box {
    max-width: 100%;
    font-size: 2rem;
    line-height: 115%;
  }

  .hero_content.is-wide {
    line-height: 115%;
  }
}

@media screen and (max-width: 479px) {
  .spline-scene---small-desktop {
    width: 100%;
    display: none;
  }

  .container-regular {
    width: 100%;
  }

  .navbar-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .nav-menu-wrapper {
    border-radius: 8px;
    margin-top: 8px;
  }

  .nav-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--background);
    border-radius: 16px;
    flex-direction: column;
    margin-top: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .menu-button:hover, .menu-button:active, .menu-button:focus, .menu-button:focus-visible, .menu-button[data-wf-focus-visible] {
    background-color: #fff0;
  }

  .navbar {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 64px;
    margin-left: 16px;
    margin-right: 16px;
    padding: 8px 16px 8px 24px;
  }

  .section-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

  .div-block {
    order: -1;
    width: 100vw;
    height: 1vh;
    min-height: 200px;
    margin-top: 60px;
  }

  .div-block.contact-mobil {
    order: -1;
    width: 100%;
    height: 150px;
    min-height: 150px;
    margin-top: 0;
  }

  .flex-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    height: 200px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .heading.contact-heading {
    text-align: center;
    margin-bottom: 0;
  }

  .heading.subheading {
    text-align: center;
    font-size: 32px;
  }

  .heading.casestudies-heading {
    font-size: 32px;
  }

  .heading.hero-heading {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .flex-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 24px;
    padding-top: 24px;
  }

  .subtitle {
    font-size: 16px;
    line-height: 24px;
    display: block;
  }

  .subtitle.rivehero-sub {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .spline-scene---mobile {
    min-height: 200px;
    display: block;
  }

  .spline-scene-mobile {
    flex-flow: row;
    flex: 0 auto;
    width: 100vw;
    min-height: 300px;
    display: none;
  }

  .spline-small-desk {
    display: none;
  }

  .section-4 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 48px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .spline-basket {
    height: 200px;
    display: none;
  }

  .contact-block {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    position: relative;
  }

  .spline-small-mobile {
    height: 250px;
    display: block;
  }

  .spline-basket-mobile {
    width: 100%;
    height: 300px;
    display: none;
  }

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

  .code-embed-3 {
    display: none;
  }

  .embed-basketball-mobile {
    height: 300px;
    display: block;
  }

  .code-embed-4 {
    display: none;
  }

  .flex-block-5 {
    width: 100%;
    position: relative;
    top: 66px;
  }

  .basket-subtitle-mobile {
    box-sizing: border-box;
    width: 100%;
    color: var(--green-text);
    text-align: center;
    object-fit: fill;
    order: 0;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    margin-bottom: 0;
    font-family: Poppins, Arial, sans-serif;
    font-size: 16px;
    display: block;
    overflow: visible;
  }

  .subtitle-contact {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .subtitle-basket {
    text-align: center;
    display: none;
  }

  .loader_number {
    font-size: 40vw;
  }

  .loader {
    display: none;
  }

  .loader_p {
    text-align: center;
  }

  .loader_top {
    padding-left: 10%;
    padding-right: 10%;
  }

  .utility-page-wrap {
    justify-content: flex-start;
    align-items: center;
    padding-top: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .utility-page-content {
    width: 100%;
  }

  .div-block-6 {
    padding: 32px;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 28px;
  }

  .no-password-title {
    text-align: center;
  }

  .div-block-10 {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    padding-top: 0;
    top: -18vh;
  }

  .flex-block-10 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-11 {
    height: 200px;
  }

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

  .heading-3.highlight-mobile {
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-6 {
    font-size: 14px;
    line-height: 24px;
  }

  .text-block-6.horizontal-work-date.highlight.featured {
    display: none;
    position: relative;
  }

  .paragraph-5.horizontal-work-desc {
    width: 100%;
    font-size: 14px;
    line-height: 21px;
  }

  .uac-image {
    height: 200px;
  }

  .case-studies {
    overflow: visible;
  }

  .feedback, .feedback.aboutme {
    padding-left: 16px;
    padding-right: 16px;
  }

  .testimonial-body.heading-body {
    text-align: center;
    font-size: 16px;
  }

  .testimonial-body.section-description {
    text-align: left;
  }

  .testimonial {
    width: 100%;
  }

  .feedback-heaeding {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .testimonial-wrapper, .flex-block-15 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .flex-block-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .about-header {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 16px;
  }

  .exp-date {
    text-align: right;
    font-size: 14px;
    display: none;
  }

  .exp-date.date-mobile {
    display: block;
  }

  .exp-title {
    overflow: visible;
  }

  .flex-block-20 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .lottie-animation {
    width: 56px;
    height: 56px;
  }

  .hobbies {
    padding-bottom: 24px;
    display: none;
  }

  .hobbies.funfact {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .div-block-13 {
    flex: 0 auto;
    align-self: auto;
    width: 100%;
    height: 300px;
  }

  .flex-block-21 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .flex-block-22 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .image-6, .image-7 {
    width: 24px;
  }

  .image-9 {
    width: 24px;
    height: 24px;
  }

  .image-10 {
    width: 24px;
  }

  .exp-date-mobile {
    color: var(--green-text);
    font-family: Montserrat Variablefont Wght, Arial, sans-serif;
    display: block;
  }

  .hobbies-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--background-light);
    border-radius: 24px;
    width: 100%;
    padding: 24px;
    display: flex;
  }

  .stud-subtitle {
    font-size: 14px;
  }

  .flex-block-27 {
    height: auto;
  }

  .study-header {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding-bottom: 0;
  }

  .h1 {
    text-align: left;
    font-size: 32px;
    line-height: 42px;
  }

  .h1.hero {
    font-size: 32px;
    line-height: 42px;
  }

  .executive-uac {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 24px;
  }

  .executive-uac.executive-lpa, .executive-uac.executive-kh {
    border-radius: 24px;
    padding: 24px 16px;
  }

  .container-3 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .flex-block-31 {
    flex-flow: wrap;
    padding-bottom: 0;
  }

  .study-sec-outcomes {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .flex-block-32 {
    flex-flow: column;
  }

  .study-sec {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: flex-start;
  }

  .vflex {
    flex-flow: column;
  }

  .card-v {
    padding: 16px;
  }

  .image-14 {
    top: -59%;
  }

  .card.lpa-challenge {
    width: 100%;
  }

  .flex-block-35 {
    flex-flow: column;
  }

  .flex-block-36 {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .lighbox-ideation {
    height: 400px;
  }

  .flex-block-39 {
    width: 100%;
  }

  .flex-block-42 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .bg-circle._2 {
    background-color: #4353ff;
  }

  .bg-circle._3 {
    background-color: #3fa1f7;
  }

  .bg-circle._4 {
    background-color: #20c788;
  }

  .bg-circle._5 {
    background-color: #ffab9d;
  }

  .bg-circle._6 {
    background-color: #ff6382;
  }

  .hero-cta {
    font-size: 14px;
  }

  .flex-block-47 {
    bottom: -1%;
  }

  .flex-block-48 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-21 {
    width: 120px;
    height: 120px;
  }

  .testimonial-wrapper-main {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .work-item {
    margin-right: .25rem;
  }

  .work-item.work-first {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    margin-right: 0;
    overflow: hidden;
  }

  .work-item.work-second {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .work-item.work-third {
    flex-flow: column;
  }

  .category-item {
    margin-right: .25rem;
  }

  .hero_text-item-box {
    letter-spacing: -.04em;
  }

  .work-tags {
    flex-flow: wrap;
  }

  .flex-block-51 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
  }

  .secondary-heading {
    text-align: center;
    line-height: 27px;
  }

  .div-block-24 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .flex-block-52 {
    width: 100%;
  }

  .flex-block-53 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    padding: 16px;
  }

  .flex-block-54 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-54.on-home {
    padding-left: 16px;
    padding-right: 16px;
  }

  .flex-block-55.highlight-horizontal {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .image-27 {
    width: 24px;
  }

  .flex-block-57 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column-reverse;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-57.mobile-highlight {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-57.mobile-highlight._50-50showcase {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-57.mobile-highlight._50-50showcase.topup {
    flex-flow: column-reverse;
  }

  .flex-block-57.mobile-highlight.homescreen, .flex-block-57.homescreen {
    padding-left: 16px;
    padding-right: 16px;
  }

  .flex-block-58 {
    width: 100%;
  }

  .div-block-27 {
    border-width: 5px;
    width: 100%;
  }

  .flex-block-59 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .div-block-28 {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-28.on-home {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-31 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .outcome-text {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-32 {
    height: auto;
  }

  .showcase-content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

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

  .tab-link-tab-1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    padding: 12px 16px;
  }

  .tab-link-tab-1.w--current, .tab-link-tab-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 12px 16px;
    display: flex;
  }

  .tab-link-tab-2.w--current {
    padding: 12px 16px;
  }

  .text-block-10 {
    color: var(--white);
    display: block;
  }

  .text-block-11 {
    display: block;
  }

  .text-block-12, .text-block-13 {
    display: none;
  }
}

#w-node-_9c1a6329-b652-83e6-df53-66983b7e5beb-13ebf278, #w-node-_08fba77b-bbdc-0f38-932a-9b93b7cc3aac-58f8f155, #w-node-_0b060937-727c-a1ee-17b3-85abd4a92bab-58f8f155 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0b060937-727c-a1ee-17b3-85abd4a92bab-d28e082b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-_9c1a6329-b652-83e6-df53-66983b7e5beb-13ebf278, #w-node-_08fba77b-bbdc-0f38-932a-9b93b7cc3aac-58f8f155, #w-node-_0b060937-727c-a1ee-17b3-85abd4a92bab-58f8f155, #w-node-_0b060937-727c-a1ee-17b3-85abd4a92bab-d28e082b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Variablefont Wght';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunitosans Variablefont Ytlc Opsz Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 200 1000;
  font-style: normal;
  font-display: swap;
}