:root {
  --pale-violet: #c8c3f9;
  --white-smoke: #ededed;
  --dark-purple: #29214f;
  --brighter-purple: #431fc4;
  --transparent: #fff0;
  --purple: #7861cb;
  --figment-purple-997dfe: #997dfe;
  --white0-3: #ffffff4d;
  --white: #fff;
  --logopurple: #614cab;
  --white0-2: #fff3;
  --dark-slate-gray-2: #302f2f;
  --pale-green-gradient-end: #2db0411c;
  --logoblue0-1: #a1ddff1a;
  --black: black;
  --dodger-blue: #249cff;
  --deep-pink: #ff177f;
  --pale-purple-gradient-end: #7b49a933;
  --green: #0b6f26;
  --logoblue1-0: #a1ddff;
  --really-dark-purple: #26004d;
  --super-dark-purple: white;
}

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

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

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

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

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

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

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

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

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

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

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

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

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

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

body {
  color: #333;
  cursor: auto;
  background-image: url('../images/background1.png');
  background-position: 0 0;
  background-size: auto;
  padding-top: 66px;
  font-family: Roboto;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 10px 0;
  font-size: 38px;
  font-weight: 300;
  line-height: 44px;
}

h2 {
  margin: 0 0 32px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
}

h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #222;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
}

a {
  text-decoration: underline;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #000;
  border: 2px solid #000;
  margin-right: 14px;
  padding: 16px 26px;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .25s, color .25s, border-color .25s;
  display: inline-block;
}

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

.button.hollow {
  border-color: var(--pale-violet);
  background-color: var(--white-smoke);
  color: var(--dark-purple);
  text-transform: none;
  cursor: pointer;
  border-radius: 5px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-bottom: 40px;
  font-weight: 600;
  line-height: 18px;
  transition-property: none;
  display: flex;
}

.button.hollow:hover {
  border-color: var(--brighter-purple);
  background-color: var(--white-smoke);
  color: var(--brighter-purple);
  -webkit-text-stroke-color: var(--dark-purple);
  font-weight: 600;
}

.button.hollow:active {
  background-image: linear-gradient(#cbc3f91a, #cbc3f91a);
}

.button.hollow.buttonwithicon {
  vertical-align: middle;
  align-self: stretch;
}

.button.hollow.form {
  border-color: var(--brighter-purple);
  color: var(--dark-purple);
}

.button.form {
  border: 2px solid var(--dark-purple);
  opacity: .8;
  color: var(--dark-purple);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--dark-purple);
  text-transform: none;
  text-shadow: none;
  background-color: #997dfc4a;
  border-radius: 10px;
  margin-top: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-weight: 400;
}

.button.form:hover {
  border-color: var(--dark-purple);
  background-color: var(--pale-violet);
  opacity: 1;
  color: var(--brighter-purple);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--brighter-purple);
  text-shadow: none;
}

.navbar {
  border-style: none none solid;
  border-width: 6px 6px 1px;
  border-color: black black var(--purple);
  background-color: var(--dark-purple);
  pointer-events: auto;
  color: var(--dark-purple);
  cursor: auto;
  margin: auto;
  font-family: Montserrat, sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.logo {
  pointer-events: auto;
  color: var(--pale-violet);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.logo:hover {
  color: var(--figment-purple-997dfe);
}

.hamburger-icon {
  pointer-events: auto;
  color: var(--pale-violet);
  cursor: pointer;
  font-size: 31px;
}

.hamburger-icon:hover {
  color: var(--white-smoke);
}

.section {
  color: #5c5c5c;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 20px;
}

.section.header {
  color: #ffffffb8;
  background-color: #90e3fd;
  background-image: linear-gradient(135deg, #d9004fe0, #e34800d1), url('../images/nature.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 80px 10px;
}

.section.header._2 {
  background-color: var(--white0-3);
  opacity: 1;
  color: var(--dark-purple);
  text-align: left;
  background-image: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.grey {
  background-color: var(--white);
  color: #696969;
  height: 100%;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 20px;
}

.section.footer {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--logopurple);
  background-color: var(--dark-purple);
  color: var(--white);
  margin-top: 0;
  padding: 35px 20px;
  font-weight: 500;
  display: block;
}

.section.projects {
  clear: none;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px none var(--pale-violet);
  background-color: var(--white);
  width: auto;
  color: var(--dark-purple);
  text-align: center;
  border-radius: 5px;
  flex-flow: column;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  margin: 0 auto 40px;
  padding: 0;
  display: block;
}

.section.projects:hover {
  border-radius: 7px;
}

.section.white {
  background-color: var(--white);
  border-top: 1px solid #ededed;
}

.menu-button {
  background-color: var(--transparent);
  pointer-events: auto;
  color: var(--pale-violet);
  cursor: pointer;
  border-bottom: 1px solid #000;
  transition: color .2s, background-color .2s;
}

.menu-button:hover {
  background-color: var(--white0-2);
  color: var(--dark-slate-gray-2);
}

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

.menu-button.w--open:hover {
  color: #ffffffd4;
  background-color: #1e1f26;
}

.nav-menu {
  background-color: var(--white-smoke);
  color: var(--brighter-purple);
  padding-top: 18px;
  padding-bottom: 24px;
  font-family: Montserrat, sans-serif;
  overflow: visible;
}

.nav-link {
  color: var(--brighter-purple);
  padding: 20px 20px 20px 0;
  font-size: 26px;
  font-weight: 300;
  line-height: 33px;
  transition: color .5s;
}

.nav-link:hover {
  color: var(--figment-purple-997dfe);
}

.nav-link.w--current {
  color: var(--purple);
}

.nav-link.w--current:hover {
  color: var(--brighter-purple);
}

.social-wrapper {
  text-align: left;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 20px 0;
  display: block;
}

.main-heading {
  color: var(--dark-purple);
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--dark-purple);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 51px;
  font-weight: 800;
  line-height: 51px;
  display: block;
}

.main-heading.hpheader {
  color: var(--dark-purple);
  margin-bottom: 20px;
}

.button-group {
  color: var(--dark-purple);
  text-align: left;
  align-self: baseline;
  margin-top: 20px;
}

.footer-logo {
  color: var(--pale-violet);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.footer-icon {
  mix-blend-mode: normal;
  min-width: 24px;
  min-height: 24px;
}

.footer-social-link {
  opacity: .4;
  margin-left: 0;
  padding-left: 0;
  padding-right: 20px;
  transition: opacity .25s;
}

.footer-social-link:hover {
  opacity: 1;
}

.social-footer-wrap {
  color: #484646;
  text-align: center;
}

.field {
  background-color: var(--white-smoke);
  height: 58px;
  color: var(--dark-purple);
  border: 0 solid #000;
  margin-bottom: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 17px;
  font-weight: 300;
  transition: box-shadow .3s;
  box-shadow: inset 2px 0 #0000;
}

.field:focus {
  box-shadow: inset 2px 0 #249cff;
}

.field:focus-visible, .field[data-wf-focus-visible] {
  box-shadow: none;
  color: var(--dark-purple);
}

.field::placeholder {
  color: var(--dark-purple);
}

.field.textarea {
  background-color: var(--white-smoke);
  height: 276px;
  color: var(--dark-purple);
}

.field.grey {
  background-color: var(--white-smoke);
  box-shadow: none;
  color: var(--dark-purple);
}

.field.grey:hover {
  background-color: var(--white-smoke);
  color: var(--dark-purple);
}

.field.grey:focus-visible, .field.grey[data-wf-focus-visible] {
  color: var(--dark-purple);
  box-shadow: inset 0 2px 5px #0003;
}

.field.grey::placeholder {
  color: var(--dark-purple);
}

.contact-text {
  color: var(--dark-slate-gray-2);
  text-shadow: none;
  padding-right: 59px;
}

.success-message {
  color: #7d7d7d;
  text-align: center;
  background-color: #ccc;
  padding: 83px 32px;
}

.thank-you-title {
  margin-bottom: 14px;
  margin-left: 14px;
  margin-right: 14px;
}

.brand-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.brand-link.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #29214f;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.form-wrapper {
  font-family: Montserrat, sans-serif;
}

.no-padd-section.border {
  border-top: 1px solid #ededed;
  font-family: Montserrat, sans-serif;
}

.work-type {
  color: var(--purple);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.process-row {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
}

.center-content {
  text-align: center;
}

.mobile-padding-wrapper {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.mobile-padding-wrapper.center-content {
  text-align: center;
}

.previous-column {
  text-align: left;
  border-right: 1px solid #ededed;
  padding: 40px 0;
}

.next-column {
  text-align: right;
  padding: 40px 0;
}

.next-prev-link {
  color: var(--dark-purple);
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.next-prev-link:hover {
  color: var(--figment-purple-997dfe);
}

.next-prev-link.w--current {
  color: var(--dark-purple);
  text-align: left;
}

.next-prev-link.w--current:hover {
  color: var(--figment-purple-997dfe);
}

.next-prev-link.casestudy {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.body {
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  cursor: auto;
  background-image: none;
  background-clip: border-box;
  font-family: Montserrat, sans-serif;
}

.container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #333;
  cursor: auto;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: flex;
}

.paragraph-3 {
  color: var(--dark-purple);
  text-shadow: none;
  column-count: auto;
  white-space: normal;
  margin-top: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  display: block;
}

.heading {
  color: var(--dark-purple);
  text-shadow: none;
}

.heading-2 {
  color: var(--dark-purple);
  text-shadow: none;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.form-2 {
  color: var(--dark-purple);
  text-shadow: none;
  margin-bottom: 40px;
}

.link {
  color: var(--dark-purple);
}

.link.footerlink {
  color: var(--white);
}

.container-3 {
  text-align: left;
}

.heading-8, .heading-9 {
  color: var(--dark-purple);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.paragraph-5, .paragraph-6 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-10 {
  font-family: Montserrat, sans-serif;
}

.strikethrough {
  color: var(--dark-slate-gray-2);
  font-family: Montserrat, sans-serif;
  text-decoration: line-through;
}

.heading-12 {
  color: var(--dark-purple);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.paragraph-14 {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.paragraph-14.blah {
  margin-bottom: 20px;
}

.paragraph-15, .paragraph-16 {
  color: var(--dark-purple);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.heading-14 {
  color: #696969;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.paragraph-19 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.heading-16 {
  font-family: Montserrat, sans-serif;
}

.paragraph-24 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.container-4 {
  display: block;
}

.paragraph-29 {
  float: none;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.paragraph-29.smaller {
  float: none;
  font-size: 16px;
  line-height: 19px;
}

.image-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph-30 {
  color: var(--dark-purple);
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.paragraph-32 {
  margin-top: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.section-3 {
  background-color: var(--white);
  color: var(--dark-purple);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  font-family: Montserrat, sans-serif;
}

.text-span, .text-span-2, .text-span-3, .text-span-5 {
  font-weight: 700;
}

.container-5 {
  padding-top: 0;
}

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

.text-span-7 {
  font-style: italic;
}

.paragraph-36, .paragraph-37, .paragraph-38 {
  border-bottom: 1px dotted var(--dark-purple);
  margin-top: 40px;
  padding-bottom: 40px;
}

.paragraph-39 {
  border: 1px #000;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 0;
}

.paragraph-40 {
  border-bottom: 1px dotted var(--dark-purple);
  margin-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.body-2 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.body-3 {
  background-image: url('../images/background1.png');
  background-position: 0 0;
  background-size: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.body-4 {
  text-align: left;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.body-5, .body-6 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.columns {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.chip {
  aspect-ratio: auto;
  background-color: var(--pale-green-gradient-end);
  text-align: center;
  object-fit: contain;
  border: 1px #000;
  border-radius: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-weight: 300;
  display: inline-block;
  position: static;
  overflow: auto;
}

.section-6 {
  text-align: center;
  margin: 10px 40px;
  padding-right: 0;
  display: block;
  position: static;
  overflow: visible;
}

.container-6 {
  margin-top: 40px;
}

.image-5 {
  border-radius: 5px;
  display: block;
}

.image-5:hover {
  pointer-events: auto;
}

.container-7 {
  color: var(--dark-purple);
}

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

.image-6 {
  float: left;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 15px;
  display: block;
}

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

.image-7 {
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: block;
}

.image-8 {
  float: none;
  outline-color: var(--dark-purple);
  outline-offset: 0px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #696969;
  outline-width: 1px;
  outline-style: dashed;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-9, .image-12 {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-15 {
  object-fit: contain;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-8 {
  background-color: var(--white);
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.container-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px none var(--brighter-purple);
  background-color: var(--white);
  width: auto;
  max-width: none;
  color: var(--white);
  border-radius: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.heading-18 {
  color: var(--pale-violet);
  text-align: left;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  font-weight: 400;
  line-height: 45px;
}

.heading-18.homepage-tabs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 90%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 60px;
  font-size: 18px;
  font-weight: 400;
  line-height: 60px;
  display: block;
}

.heading-18.introtext {
  color: var(--dark-purple);
  font-size: 20px;
  line-height: 30px;
}

.paragraph-41 {
  color: var(--dark-purple);
  text-align: left;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.block-quote-3, .block-quote-4 {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.block-quote-5 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.block-quote-6 {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.code-embed {
  text-align: center;
  margin-bottom: 20px;
}

.homepage-link-block {
  aspect-ratio: auto;
  border: 3px solid var(--pale-violet);
  background-color: var(--white-smoke);
  width: 100%;
  height: 100%;
  color: var(--dark-purple);
  cursor: pointer;
  border-radius: 5px;
  margin: 0 auto;
  text-decoration: none;
}

.homepage-link-block:hover {
  border-style: solid;
  border-color: var(--brighter-purple);
}

.homepage-you-re-looking {
  width: auto;
  color: var(--dark-purple);
  text-align: left;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin: 40px auto;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
  display: block;
  position: relative;
  left: auto;
  right: auto;
}

.paragraph-41-copy {
  color: var(--dark-purple);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
}

.image-16 {
  display: block;
}

.image-17 {
  vertical-align: baseline;
}

.accesspara {
  color: var(--dark-purple);
  margin-bottom: 20px;
  font-size: 23px;
  line-height: 25px;
}

.container-9 {
  font-family: Montserrat, sans-serif;
}

.image-18 {
  pointer-events: auto;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
}

.div-block {
  text-align: right;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.image-19 {
  max-width: none;
  display: block;
}

.section-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: auto;
  display: grid;
}

.image-20 {
  max-width: none;
  display: block;
}

.link-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.columns-3 {
  border: 1px solid var(--dark-purple);
  background-color: var(--white0-2);
  width: 90%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.heading-19 {
  text-align: center;
}

.paragraph-43 {
  text-align: left;
}

.grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-content: stretch;
}

.grid.csgrid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.grid.maingrid {
  grid-template-rows: auto auto;
  grid-auto-flow: row;
}

.image-21 {
  padding-bottom: 20px;
}

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

.navlinkblock {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  align-self: center;
  text-decoration: none;
  display: flex;
}

.navlinkblock.w--current {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  pointer-events: auto;
  cursor: pointer;
  flex: 1;
  text-decoration: none;
  display: flex;
}

.container-10 {
  background-color: var(--white);
  max-width: 80%;
  color: var(--dark-purple);
  padding-left: 40px;
  padding-right: 40px;
}

.heading-20 {
  color: var(--dark-purple);
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.text-block {
  color: var(--black);
  direction: ltr;
  flex-flow: row;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.text-block:hover {
  color: var(--brighter-purple);
}

.columns-4 {
  margin-top: 20px;
  padding-bottom: 20px;
}

.pagination {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.paginationright {
  float: right;
  text-decoration: none;
}

.paginationright.w--current {
  align-items: flex-start;
  display: flex;
}

.paginationleft {
  float: left;
  text-decoration: none;
  display: flex;
}

.paginationleft:hover {
  color: var(--brighter-purple);
  font-family: Montserrat, sans-serif;
}

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

.code-embed-2 {
  color: var(--white);
  flex-flow: row;
  align-self: center;
  line-height: 14px;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  border: 2px solid var(--pale-violet);
  background-color: var(--black);
  width: 200px;
  height: auto;
  color: var(--white);
  text-align: center;
  object-fit: contain;
  border-radius: 5px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  line-height: 14px;
  display: flex;
}

.paragraph-44 {
  color: var(--white);
  font-size: 18px;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: contain;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-top: 20px;
  display: flex;
}

.h4casestudy {
  color: var(--dark-purple);
  text-align: left;
  margin: 40px auto;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.h4casestudy:hover {
  text-decoration: none;
}

.buttonwithicon {
  cursor: pointer;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.code-embed-4 {
  line-height: 14px;
}

.code-embed-5 {
  width: 15%;
  margin-right: 10px;
  padding-top: 20px;
  padding-right: 20px;
}

.code-embed-5.bento {
  width: 100%;
}

.code-embed-5.hp-external-icon {
  padding-right: 10px;
}

.image-22 {
  width: 10%;
  max-width: none;
}

.flex-block {
  border: 1px dashed var(--brighter-purple);
  border-radius: 5px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.paragraph-45 {
  color: var(--dark-purple);
  flex: 1;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 23px;
}

.image-23 {
  max-width: 30%;
  display: none;
}

.heading-22 {
  font-weight: 600;
}

.heading-23 {
  color: var(--dark-purple);
  font-weight: 600;
}

.code-embed-6 {
  margin-left: 10px;
}

.code-embed-7 {
  margin-right: 10px;
}

.column-12 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.column-13 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-block-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: flex-start;
}

.paragraph-46 {
  margin-top: 40px;
}

.paragraph-46.pullpara {
  margin-top: 0;
}

.paragraph-47, .image-24 {
  display: block;
}

.image-25, .image-26, .image-27 {
  display: none;
}

.budget-planner-example {
  border: 1px solid var(--pale-violet);
  border-radius: 5px;
  padding: 10px;
}

.designlanguage {
  border: 1px solid var(--pale-violet);
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 10px;
}

.section-11 {
  text-align: center;
}

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

.audiopalyer {
  color: var(--dark-purple);
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.list {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 25px;
  list-style-type: disc;
}

.list-2 {
  font-size: 22px;
  line-height: 25px;
}

.image-28 {
  flex: 1;
  max-width: 50%;
  display: block;
}

.unitydownload {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.unity-download-image {
  width: 200px;
  margin-bottom: 20px;
}

.code-embed-8 {
  justify-content: center;
  align-items: center;
  display: block;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  display: none;
}

.div-block-8 {
  color: var(--dark-purple);
}

.image-30, .image-31, .image-32, .image-33, .image-34 {
  background-color: var(--dark-purple);
}

.code-embed-9 {
  color: var(--dark-purple);
}

.list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5 {
  margin-bottom: 10px;
}

.list-item-6 {
  padding-bottom: 10px;
}

.list-item-7 {
  margin-bottom: 10px;
}

.container-11 {
  color: var(--dark-purple);
}

.hplb {
  border: 2px solid var(--pale-violet);
  background-color: var(--white-smoke);
  border-radius: 5px;
  text-decoration: none;
}

.hplb:hover {
  border-color: var(--brighter-purple);
  text-decoration: none;
  -webkit-text-decoration-color: var(--dark-purple);
  text-decoration-color: var(--dark-purple);
  text-decoration-thickness: 1px;
}

.image-35, .image-36 {
  background-color: var(--dark-purple);
}

.link-block-9 {
  border-radius: 5px;
  overflow: hidden;
}

.image-37, .image-38 {
  background-color: var(--dark-purple);
}

.link-block-10 {
  border-radius: 5px;
  overflow: hidden;
}

.image-39 {
  background-color: var(--dark-purple);
}

.maingridlb {
  border: 2px solid var(--pale-violet);
  border-radius: 5px;
  overflow: hidden;
}

.maingridlb:hover {
  border-color: var(--brighter-purple);
}

.link-block-12, .link-block-13 {
  border-radius: 5px;
  overflow: hidden;
}

.pullpara {
  background-color: var(--white-smoke);
  color: var(--dark-purple);
  text-align: center;
  margin-bottom: 40px;
  padding: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

.pullpara.designlanguagemodule {
  margin-bottom: 0;
}

.product-case-study {
  border: 1px solid var(--pale-violet);
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 10px;
}

.module {
  border: 1px none var(--pale-violet);
  color: var(--dark-purple);
  border-radius: 5px;
  margin-bottom: 0;
  padding: 10px;
}

.link-3 {
  text-decoration: none;
}

.modulelink {
  border: 2px solid var(--pale-violet);
  color: var(--dark-purple);
  border-radius: 5px;
  margin-bottom: 40px;
  text-decoration: none;
}

.modulelink:hover {
  border: 2px solid var(--brighter-purple);
  border-radius: 5px;
}

@media screen and (min-width: 1280px) {
  .button.hollow {
    border-color: var(--pale-violet);
    background-color: var(--white-smoke);
    color: var(--dark-purple);
    justify-content: center;
    align-self: stretch;
    align-items: center;
    margin-right: 0;
    font-weight: 600;
    display: flex;
  }

  .button.hollow:hover {
    border-color: var(--brighter-purple);
    background-color: var(--white-smoke);
    color: var(--brighter-purple);
    margin-right: 0;
    font-weight: 600;
  }

  .button.hollow.form {
    border-style: solid;
    border-color: var(--transparent);
    background-color: var(--pale-violet);
    opacity: 1;
    color: var(--brighter-purple);
  }

  .button.hollow.form:hover {
    border-style: solid;
    border-color: var(--brighter-purple);
  }

  .navbar {
    border-style: solid;
    border-width: 1px;
    border-color: black black var(--purple);
    background-color: var(--dark-purple);
    display: block;
  }

  .logo {
    color: var(--pale-violet);
    cursor: pointer;
    text-decoration: none;
    transition-property: none;
  }

  .hamburger-icon {
    cursor: pointer;
  }

  .section.header._2 {
    background-color: var(--white0-3);
  }

  .section.grey {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .section.footer {
    background-color: var(--dark-purple);
    color: var(--dark-purple);
    margin-top: 0;
  }

  .section.projects {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--white);
    border-style: none;
    border-width: 2px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    padding: 0;
    display: block;
  }

  .section.projects._2ndrow {
    width: 30%;
  }

  .menu-button {
    color: var(--pale-violet);
    transition-property: none;
  }

  .main-heading.hpheader {
    color: var(--dark-purple);
  }

  .footer-logo {
    color: var(--pale-violet);
    font-size: 18px;
    font-weight: 400;
  }

  .footer-icon {
    text-decoration: none;
  }

  .footer-social-link {
    color: var(--pale-violet);
  }

  .contact-text {
    color: var(--dark-purple);
    font-size: 18px;
    font-weight: 300;
  }

  .brand-link {
    justify-content: center;
    align-items: center;
    padding-bottom: 14px;
    display: flex;
  }

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

  .link {
    color: var(--dark-purple);
  }

  .strikethrough {
    text-decoration: line-through;
  }

  .paragraph-29 {
    color: var(--dark-purple);
  }

  .body-2 {
    background-image: linear-gradient(to bottom, var(--white0-3), var(--white0-3)), linear-gradient(to bottom, var(--white0-2), var(--white0-2)), url('../images/background1.png');
    background-position: 0 0, 0 0, 0 0;
    background-size: auto, auto, 1295px;
  }

  .section-8 {
    background-color: var(--logoblue0-1);
    width: auto;
    color: var(--dark-purple);
    padding-top: 0;
  }

  .container-8 {
    border: 1px none var(--brighter-purple);
    background-color: var(--white);
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-18 {
    color: var(--pale-violet);
  }

  .heading-18.homepage-tabs {
    margin-right: 60px;
  }

  .paragraph-41 {
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
  }

  .block-quote-3, .block-quote-4, .block-quote-5, .block-quote-6 {
    font-weight: 400;
  }

  .homepage-link-block {
    border: 3px solid var(--pale-violet);
  }

  .homepage-link-block:hover {
    border: 3px solid var(--brighter-purple);
  }

  .homepage-link-block.workexample {
    color: var(--white);
    background-image: url('../images/CS-work-example-cover.png');
    background-position: 0 0;
    background-size: cover;
    margin-top: auto;
    padding: 0;
    text-decoration: none;
  }

  .homepage-you-re-looking {
    width: auto;
    color: var(--dark-purple);
  }

  .paragraph-41-copy {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
  }

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

  .accesspara {
    margin-bottom: 40px;
  }

  .image-18 {
    cursor: pointer;
  }

  .grid {
    grid-template-rows: auto auto;
    align-content: stretch;
  }

  .grid.csgrid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: column;
  }

  .navlinkblock {
    text-decoration: none;
  }

  .navlinkblock.w--current {
    pointer-events: auto;
    color: var(--figment-purple-997dfe);
    object-fit: contain;
    flex: 1;
    margin-left: 0;
  }

  .container-10 {
    background-color: var(--white);
  }

  .heading-20 {
    color: var(--dark-purple);
    text-align: left;
    object-fit: fill;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
  }

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

  .code-embed-2 {
    font-size: 18px;
    line-height: 18px;
  }

  .div-block-4 {
    text-align: left;
    object-fit: fill;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    line-height: 14px;
    display: flex;
  }

  .h4casestudy {
    color: var(--dark-purple);
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    position: static;
  }

  .buttonwithicon {
    margin-top: 0;
    padding-top: 0;
    text-decoration: none;
  }

  .code-embed-3 {
    color: var(--dark-purple);
  }

  .code-embed-3:hover {
    color: var(--white);
  }

  .code-embed-5 {
    justify-content: flex-end;
    align-items: center;
    width: auto;
    margin-right: 0;
    padding-top: 0;
    padding-right: 0;
    display: flex;
  }

  .code-embed-5.hp-external-icon {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-right: 20px;
    padding-right: 0;
  }

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

  .list {
    display: block;
  }

  .list-2 {
    display: none;
  }

  .unitydownload {
    margin-top: 20px;
  }

  .unity-download-image {
    border: 2px solid var(--pale-violet);
    border-radius: 5px;
    display: inline-flex;
  }

  .unity-download-image:hover {
    border-color: var(--brighter-purple);
  }

  .image-34 {
    display: block;
  }

  .hplb {
    border: 2px solid var(--pale-violet);
    background-color: var(--white-smoke);
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    display: block;
    overflow: hidden;
  }

  .hplb:hover {
    border: 2px solid var(--brighter-purple);
    text-decoration: none;
    -webkit-text-decoration-color: var(--dark-purple);
    text-decoration-color: var(--dark-purple);
    text-decoration-style: solid;
    text-decoration-thickness: 1px;
  }

  .image-35, .image-36 {
    background-color: var(--transparent);
  }

  .link-block-9 {
    border: 1px none var(--pale-violet);
    background-color: var(--dark-purple);
    border-radius: 5px;
    overflow: hidden;
  }

  .link-block-9:hover {
    border-color: var(--brighter-purple);
  }

  .image-37, .image-38 {
    background-color: var(--transparent);
  }

  .link-block-10 {
    border: 1px none var(--pale-violet);
    background-color: var(--dark-purple);
    border-radius: 5px;
    overflow: hidden;
  }

  .link-block-10:hover {
    border-color: var(--brighter-purple);
  }

  .image-39 {
    background-color: var(--transparent);
  }

  .maingridlb {
    border: 2px solid var(--pale-violet);
    background-color: var(--transparent);
    border-radius: 5px;
    overflow: hidden;
  }

  .maingridlb:hover {
    border: 2px solid var(--brighter-purple);
    background-color: var(--transparent);
    opacity: 1;
    mix-blend-mode: normal;
  }

  .link-block-12 {
    border: 1px none var(--pale-violet);
    background-color: var(--dark-purple);
    border-radius: 5px;
    overflow: hidden;
  }

  .link-block-12:hover {
    border-style: none;
    border-color: var(--brighter-purple);
  }

  .link-block-13 {
    border: 1px none var(--pale-violet);
    background-color: var(--dark-purple);
    border-radius: 5px;
    overflow: hidden;
  }

  .link-block-13:hover {
    border-color: var(--brighter-purple);
  }

  .pullpara {
    color: var(--dark-purple);
    font-size: 20px;
    font-weight: 400;
  }

  .image-41 {
    margin-left: 20px;
  }
}

@media screen and (max-width: 991px) {
  .button.hollow {
    border-color: var(--pale-violet);
    background-color: var(--white-smoke);
    height: 100%;
    color: var(--dark-purple);
    cursor: pointer;
    flex: none;
    align-self: stretch;
    line-height: 20px;
    transition-property: none;
    display: flex;
  }

  .navbar {
    margin-bottom: 0;
  }

  .section.header._2 {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .section.grey {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .section.footer {
    margin-top: 0;
  }

  .section.projects {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: auto;
    margin-bottom: 40px;
    padding: 20px;
  }

  .social-wrapper {
    width: 725px;
  }

  .main-heading {
    text-align: center;
    align-self: flex-start;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 43px;
  }

  .button-group {
    text-align: center;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .footer-logo {
    display: block;
  }

  .social-footer-wrap {
    clear: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 10px;
    display: block;
  }

  .brand-link.w--current {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: space-around flex-start;
    place-items: center start;
    margin-top: 0;
    padding-top: 15px;
    display: flex;
  }

  .next-prev-link {
    font-size: 18px;
  }

  .body {
    cursor: auto;
  }

  .link {
    color: var(--purple);
  }

  .paragraph-37 {
    margin-bottom: 0;
  }

  .columns-2 {
    text-align: left;
    align-self: auto;
  }

  .container-7 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .container-8 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .heading-18 {
    text-align: center;
    line-height: 33px;
  }

  .heading-18.homepage-tabs {
    text-align: center;
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
    font-size: 22px;
  }

  .heading-18.introtext {
    color: var(--dark-purple);
    text-align: left;
    font-size: 15px;
    line-height: 20px;
  }

  .homepage-link-block {
    pointer-events: auto;
    cursor: auto;
    flex: none;
    order: 0;
    align-self: auto;
    width: 100%;
    height: 100%;
    margin: 0;
  }

  .homepage-link-block:hover {
    pointer-events: none;
  }

  .homepage-link-block.link {
    pointer-events: auto;
    cursor: auto;
  }

  .homepage-you-re-looking {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 23px;
    right: auto;
  }

  .image-18 {
    vertical-align: middle;
  }

  .grid {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .navlinkblock, .navlinkblock.w--current {
    text-decoration: none;
  }

  .heading-20 {
    font-size: 21px;
    line-height: 23px;
  }

  .paginationright {
    color: var(--dark-purple);
    text-align: right;
  }

  .paginationleft {
    color: var(--dark-purple);
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    place-items: center stretch;
    display: grid;
  }

  .h4casestudy {
    box-sizing: border-box;
    text-decoration: none;
    -webkit-text-decoration-color: var(--dark-purple);
    text-decoration-color: var(--dark-purple);
    margin-right: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    position: static;
  }

  .h4casestudy:hover {
    color: var(--dark-purple);
    text-decoration: none;
    -webkit-text-decoration-color: var(--dark-purple);
    text-decoration-color: var(--dark-purple);
    text-decoration-thickness: auto;
  }

  .buttonwithicon {
    cursor: auto;
    text-decoration: none;
  }

  .code-embed-5 {
    margin-right: 0;
  }

  .code-embed-5.hp-external-icon {
    padding-right: 10px;
  }

  .list, .list-2 {
    font-size: 17px;
  }

  .image-34 {
    cursor: auto;
  }

  .image-34:hover {
    pointer-events: auto;
  }

  .hplb {
    box-sizing: border-box;
    border: 2px solid var(--pale-violet);
    object-fit: fill;
    flex: 0 auto;
    align-self: auto;
    width: 100%;
    text-decoration: none;
  }

  .hplb:hover {
    border: 2px solid var(--brighter-purple);
    color: var(--dark-purple);
    text-decoration: none;
    -webkit-text-decoration-color: var(--dark-purple);
    text-decoration-color: var(--dark-purple);
    font-weight: 400;
    text-decoration-thickness: auto;
  }

  .maingridlb {
    border: 2px solid var(--pale-violet);
  }

  .maingridlb:hover {
    border: 2px solid var(--brighter-purple);
  }

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

@media screen and (max-width: 767px) {
  body {
    padding-top: 51px;
  }

  h2 {
    margin-bottom: 12px;
  }

  .button.hollow {
    border-color: var(--pale-violet);
    color: var(--dark-purple);
    margin-bottom: 20px;
    margin-right: 5px;
    padding: 11px 10px;
    font-size: 17px;
    line-height: 17px;
  }

  .navbar {
    padding-left: 0;
  }

  .logo {
    margin-top: 0;
    font-size: 22px;
  }

  .section {
    padding: 29px 20px;
  }

  .section.header {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.header._2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.projects {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-style: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .menu-button {
    padding: 10px;
  }

  .nav-menu {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .nav-link {
    padding: 13px 10px;
    font-size: 22px;
  }

  .social-wrapper {
    width: 100%;
    margin-bottom: 9px;
    padding: 12px;
  }

  .main-heading {
    margin-left: 0;
    padding-left: 0;
    font-size: 32px;
    line-height: 34px;
  }

  .button-group {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 0;
    font-size: 17px;
    line-height: 14px;
    display: flex;
  }

  .brand-link {
    text-align: left;
    padding-bottom: 0;
    padding-left: 0;
  }

  .brand-link.w--current {
    padding-top: 10px;
  }

  .form-wrapper {
    margin-top: 11px;
  }

  .process-row {
    margin-bottom: 0;
  }

  .mobile-padding-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .previous-column {
    text-align: left;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 20px;
  }

  .next-column {
    text-align: right;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .body {
    cursor: auto;
  }

  .container-2 {
    padding-bottom: 0;
  }

  .link {
    color: var(--purple);
  }

  .paragraph-6 {
    color: var(--dark-purple);
  }

  .paragraph-29 {
    color: var(--dark-purple);
    font-size: 18px;
    line-height: 20px;
  }

  .section-3, .columns {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-8 {
    margin-bottom: 0;
  }

  .heading-18 {
    margin-bottom: 20px;
    line-height: 32px;
  }

  .heading-18.homepage-tabs {
    width: 90%;
    margin-right: auto;
  }

  .heading-18.introtext {
    font-size: 14px;
    line-height: 16px;
  }

  .homepage-link-block {
    cursor: auto;
    border-style: solid;
    text-decoration: none;
  }

  .homepage-you-re-looking {
    width: 100%;
    margin: 20px auto;
    font-size: 21px;
    line-height: 23px;
  }

  .column-10 {
    margin-top: 40px;
  }

  .accesspara {
    font-size: 16px;
    line-height: 18px;
  }

  .image-18 {
    display: block;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: 1px #000;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .navlinkblock {
    text-decoration: none;
  }

  .navlinkblock.w--current {
    cursor: auto;
    margin-left: 20px;
    text-decoration: none;
  }

  .container-10 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-20 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 23px;
  }

  .text-block {
    font-size: 19px;
  }

  .columns-4 {
    margin-bottom: 20px;
    padding-bottom: 0;
    display: flex;
  }

  .paginationright {
    text-align: right;
  }

  .paginationleft {
    font-size: 10px;
  }

  .div-block-4 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    height: auto;
    display: block;
  }

  .h4casestudy {
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 22px;
    text-decoration: none;
  }

  .h4casestudy:hover {
    text-decoration: none;
  }

  .buttonwithicon {
    margin-bottom: 20px;
    text-decoration: none;
    display: block;
  }

  .code-embed-3 {
    margin-bottom: 10px;
  }

  .column-11 {
    font-size: 10px;
  }

  .div-block-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .code-embed-5.hp-external-icon {
    padding-right: 20px;
  }

  .hplb {
    text-decoration: none;
  }

  .hplb:hover {
    text-decoration: none;
    -webkit-text-decoration-color: var(--dark-purple);
    text-decoration-color: var(--dark-purple);
    text-decoration-thickness: auto;
  }

  .maingridlb {
    border: 2px solid var(--pale-violet);
  }

  .maingridlb:hover {
    border: 2px solid var(--brighter-purple);
  }

  .container-12 {
    margin-bottom: 20px;
  }

  .image-40 {
    color: var(--dark-purple);
    margin-bottom: 20px;
  }

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

@media screen and (max-width: 479px) {
  .button.hollow {
    text-align: center;
    flex: none;
    justify-content: center;
    align-self: auto;
    align-items: stretch;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
    line-height: 12px;
    display: flex;
  }

  .button.form {
    float: none;
  }

  .navbar {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 10px;
    display: block;
  }

  .logo {
    font-size: 18px;
    text-decoration: none;
  }

  .logo:hover {
    text-decoration: none;
  }

  .logo:active {
    order: 0;
    text-decoration: none;
  }

  .section.header._2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section.grey {
    padding: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .section.footer {
    font-size: 12px;
    line-height: 14px;
  }

  .section.projects {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .section.white {
    padding: 0;
  }

  .menu-button {
    margin-top: 3px;
  }

  .main-heading {
    object-fit: contain;
    flex: none;
    margin-left: 0;
    padding-left: 0;
    font-size: 28px;
  }

  .main-heading.hpheader {
    font-size: 25px;
  }

  .button-group {
    object-fit: contain;
    flex-flow: column;
    flex: 0 auto;
    align-self: auto;
    margin-top: 0;
  }

  .footer-logo {
    text-align: center;
    margin-bottom: 8px;
  }

  .footer-social-link {
    margin-left: 7px;
    margin-right: 7px;
    padding-right: 0;
  }

  .social-footer-wrap {
    text-align: center;
  }

  .mobile-padding-wrapper {
    color: var(--dark-purple);
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .previous-column {
    text-align: left;
    border-bottom: 1px solid #ededed;
    border-right-width: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .next-column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .next-prev-link {
    font-size: 11px;
  }

  .body {
    cursor: auto;
    padding-top: 60px;
  }

  .paragraph-3 {
    line-height: 30px;
  }

  .form-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .link {
    color: var(--purple);
  }

  .heading-8 {
    margin-top: auto;
    font-size: 18px;
    line-height: 21px;
  }

  .paragraph-5 {
    color: var(--dark-purple);
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-6 {
    color: var(--dark-purple);
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-14 {
    color: var(--dark-purple);
    font-size: 14px;
    line-height: 16px;
  }

  .paragraph-15, .paragraph-16 {
    color: var(--dark-purple);
    line-height: 16px;
  }

  .paragraph-29 {
    color: var(--dark-purple);
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
  }

  .container-8 {
    margin: 20px auto;
    padding: 0;
  }

  .heading-18 {
    font-size: 15px;
    line-height: 20px;
  }

  .heading-18.homepage-tabs {
    font-size: 12px;
    line-height: 20px;
  }

  .heading-18.introtext {
    font-size: 12px;
    line-height: 14px;
  }

  .homepage-link-block {
    border-style: solid;
    padding: 10px;
    text-decoration: none;
  }

  .homepage-you-re-looking {
    font-size: 18px;
    line-height: 22px;
  }

  .accesspara {
    font-size: 14px;
    line-height: 16px;
  }

  .grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    display: flex;
  }

  .grid.csgrid {
    display: flex;
  }

  .navlinkblock {
    text-decoration: none;
  }

  .navlinkblock.w--current {
    margin-left: 10px;
    text-decoration: none;
  }

  .container-10 {
    width: auto;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-20 {
    margin-left: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .text-block {
    color: var(--dark-purple);
    flex: 0 auto;
    align-self: center;
    font-size: 12px;
    line-height: 12px;
  }

  .columns-4 {
    display: flex;
  }

  .pagination {
    color: var(--dark-purple);
  }

  .paginationright {
    text-align: right;
  }

  .paginationleft.w--current {
    text-align: left;
  }

  .div-block-4 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    flex-flow: column;
    display: block;
  }

  .h4casestudy {
    width: 100%;
    height: 100%;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    line-height: 16px;
  }

  .buttonwithicon {
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    margin-bottom: 20px;
    text-decoration: none;
    display: block;
  }

  .code-embed-3 {
    flex-flow: row;
    text-decoration: none;
    display: block;
  }

  .div-block-5 {
    display: block;
  }

  .code-embed-6 {
    align-self: auto;
    margin-left: 0;
  }

  .flex-block-3 {
    flex-flow: column;
    display: none;
  }

  .div-block-7 {
    display: block;
  }

  .hplb {
    padding: 10px;
    text-decoration: none;
  }

  .hplb:hover {
    text-decoration: none;
  }

  .maingridlb {
    border: 2px solid var(--pale-violet);
  }

  .maingridlb:hover {
    border-color: var(--brighter-purple);
  }

  .code-embed-10 {
    width: 107%;
  }

  .container-13 {
    margin-bottom: 20px;
    line-height: 16px;
  }

  .pullpara {
    background-color: var(--white-smoke);
    color: var(--dark-purple);
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
  }

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

  .container-14 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: static;
  }
}

#DesignSystemsLink.w-node-_14507766-06eb-e333-3cf8-b542f7406776-d0e94b17, #ProductDesignLink.w-node-b4c0936f-60b4-6107-b464-e24018502dc2-d0e94b17 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#DataVizLink.w-node-_3d374300-0141-2e1f-9b90-ede8f53887e2-d0e94b17, #AccessibilityLink.w-node-_81067020-9ed6-5e76-4f73-bd1a7f601b21-d0e94b17, #ResearchLink.w-node-_1a59f577-ba27-4cdf-5e24-cd643feb5622-d0e94b17 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_53a37fc6-6ab6-b6e6-3a98-d7b814438c87-fb778048 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 1280px) {
  #DesignSystemsLink.w-node-_14507766-06eb-e333-3cf8-b542f7406776-d0e94b17, #ProductDesignLink.w-node-b4c0936f-60b4-6107-b464-e24018502dc2-d0e94b17 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #DataVizLink.w-node-_3d374300-0141-2e1f-9b90-ede8f53887e2-d0e94b17, #AccessibilityLink.w-node-_81067020-9ed6-5e76-4f73-bd1a7f601b21-d0e94b17, #ResearchLink.w-node-_1a59f577-ba27-4cdf-5e24-cd643feb5622-d0e94b17 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


