:root {
  --black: #170925;
  --primary-color: #2b2da5;
  --light: #e3d8f5;
  --medium: #753ad4;
  --white: white;
  --dark-transparent: #00000080;
}

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

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

.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-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.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: #000;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.6;
}

a {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.nav-link {
  color: #000;
  align-self: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  position: static;
}

.nav-link.w--current {
  color: #000;
  font-family: Libre Baskerville;
}

.nav-link.nav-txt {
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.navbar {
  color: #616161;
  background-color: #0000;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.header-background {
  border-bottom: 2px none var(--primary-color);
  background-color: var(--light);
  color: var(--light);
  object-fit: cover;
  flex-direction: column;
  height: 100vh;
  margin-bottom: 0;
  padding-bottom: 70px;
  display: none;
}

.headline-container {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.button {
  background-color: var(--medium);
  color: var(--white);
  border-radius: 3px;
  align-self: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 20px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.subhead {
  color: var(--dark-transparent);
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.brand-link {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-height: 80px;
  display: flex;
}

.brand-link.w--current {
  float: left;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  min-width: 100px;
  min-height: 100px;
  max-height: 0;
  display: block;
  position: static;
}

.site-title {
  color: #000;
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

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

.menu-button {
  color: var(--medium);
}

.footer {
  z-index: auto;
  clear: none;
  text-align: center;
  align-items: flex-start;
  min-width: 100%;
  min-height: 0;
  padding-top: 60px;
  padding-bottom: 0;
  position: static;
  bottom: 0;
}

.footer-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-items {
  color: #444;
  text-align: left;
  object-fit: contain;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-items:hover {
  text-decoration: underline;
}

.hero {
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.flex-container {
  flex-flow: row;
  flex: 1;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 100%;
  height: 100%;
}

.hero-overlay {
  color: #fff;
  background-image: url('../images/new-you-times.png');
  background-position: 50%;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.nav-bar {
  min-width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: static;
}

.heading {
  color: #170925;
  text-align: left;
  margin-bottom: 8px;
  font-family: DM Sans, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2;
}

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

.nav-menu {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: static;
}

.sticky-nav {
  z-index: 1;
  object-fit: fill;
  background-color: #0000;
  padding: 20px;
  position: fixed;
  top: 0;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  min-width: 0;
  height: 100px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.nav-link-2 {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-size: 20px;
  text-decoration: none;
  display: block;
}

.nav-link-2:hover {
  text-decoration: underline;
}

.mycontainer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 80%;
  display: block;
  position: static;
}

.list-item {
  justify-content: flex-start;
  padding-right: 0;
  display: flex;
}

.text-block {
  font-size: 80px;
  position: absolute;
  inset: auto -5% -1% auto;
}

.text-block.projtitle {
  flex-direction: row;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Libre Baskerville;
  font-size: 42px;
  display: flex;
  position: static;
}

.div-block {
  position: relative;
}

.link-block {
  cursor: pointer;
  padding-top: 0;
  position: static;
}

.image {
  float: none;
  clear: none;
  width: 100%;
  position: static;
}

.projdesc {
  margin-top: 0;
  position: static;
}

.div-block-2 {
  position: absolute;
  inset: 50% -50% auto auto;
}

.div-block-2.text-first {
  right: 50%;
}

.paragraph {
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9;
  list-style-type: disc;
}

.paragraph-2 {
  color: #666;
}

.ordered-lists {
  aspect-ratio: auto;
  color: #666;
  object-fit: fill;
  flex-flow: column;
  margin-bottom: 8px;
  padding-right: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7em;
  list-style-type: decimal;
  display: flex;
}

.ordered-lists.bullet-title {
  font-weight: 700;
}

.ordered-lists.bullet-split-2-parent {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.text-block-2 {
  font-style: normal;
  text-decoration: underline;
}

.float-right {
  float: none;
  clear: none;
  max-width: 45%;
  margin: 0;
  position: absolute;
  right: 0;
}

.float-right.float-left {
  float: right;
}

.float-right.card-2 {
  top: 200px;
}

.image-2 {
  object-fit: cover;
  order: 1;
}

.text-span {
  direction: ltr;
  text-transform: none;
}

.showcase-proj-title {
  font-size: 60px;
  line-height: 1.2em;
}

.column {
  object-fit: fill;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 50%;
  overflow: visible;
}

.columns {
  position: relative;
}

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

.heading-2 {
  text-align: left;
  width: auto;
  font-family: DM Sans, sans-serif;
  font-size: 40px;
  font-style: normal;
  display: block;
}

.grid {
  grid-template: "Area"
  / 2.25fr 1fr;
  display: flex;
}

.div-block-4 {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 0;
}

.div-block-5 {
  object-fit: scale-down;
}

.image-3 {
  text-align: center;
  white-space: normal;
  object-fit: cover;
  object-position: 100% 100%;
  text-decoration: none;
  display: block;
}

.image-4 {
  text-align: center;
}

.sticky-nav-2 {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 20px;
  position: sticky;
  top: 0;
}

.nav-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link-2 {
  height: 80px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-link-3 {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link-3:hover {
  text-decoration: underline;
}

.div-block-7 {
  background-image: url('../images/new-you-times.png');
  background-position: 0 0;
  background-size: cover;
  min-height: 960px;
  max-height: 100%;
}

.div-block-8 {
  align-items: center;
  max-height: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.heading-3 {
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.heading-4 {
  text-align: left;
  font-size: 18px;
}

.heading-4.projtitle {
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.heading-5 {
  font-size: 16px;
}

.section {
  min-height: 100%;
  font-weight: 400;
}

.container {
  max-width: 65%;
  margin-top: 0;
}

.project-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 0;
  display: block;
}

.detail-content {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.image-5 {
  text-align: center;
  min-width: 100%;
}

.detailcontainer {
  align-self: auto;
  display: block;
}

.page-title {
  clear: none;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 15px;
  padding-right: 40px;
  font-family: DM Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  overflow: visible;
}

.columns-2 {
  text-align: left;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.columns-2.proj-detail {
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.project-detail-subhead {
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
}

.project-detail-head {
  margin-top: 0;
  margin-bottom: 0;
  padding: 50px 0 30px;
}

.works {
  background-color: #0000;
}

.about-flex {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-12 {
  float: right;
  position: relative;
}

.column-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-4 {
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 50px;
}

.nav-cont {
  object-fit: fill;
  max-width: 95%;
  margin: 10px auto;
  line-height: 100%;
  display: block;
}

.float-left {
  max-width: 45%;
  position: absolute;
}

.float-left.card-3 {
  padding-top: 800px;
}

.div-block-13 {
  clear: none;
  max-width: 100%;
  min-height: 720px;
  max-height: 0;
  margin-top: 150px;
  position: relative;
}

.card-1 {
  float: left;
  max-width: 48%;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.card-3 {
  float: none;
  width: 49%;
  margin-top: 0;
  position: static;
}

.section-3 {
  background-color: var(--white);
  position: static;
}

.card-2 {
  max-width: 48%;
  max-height: 0%;
  margin: 0;
  padding-top: 50px;
  position: absolute;
  inset: auto auto 0%;
}

.div-block-14 {
  object-fit: fill;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  max-height: 0;
  padding-top: 50px;
  display: flex;
  position: static;
}

.card-4 {
  float: none;
  flex: 0 auto;
  width: 49%;
  padding-top: 0;
  position: static;
  inset: auto;
}

.footer-flex-child {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: flex;
}

.list {
  align-items: flex-start;
  display: flex;
}

.div-block-15, .div-block-16, .div-block-17 {
  margin-bottom: 20px;
}

.project-overview-column {
  width: 178.422svw;
}

.project-overview-column.displaynone {
  display: block;
}

.text-span-2 {
  color: var(--medium);
}

.impt-hightlight {
  color: var(--black);
  font-weight: 500;
}

.image-6 {
  max-width: 90%;
  position: static;
}

.image-7 {
  width: 100%;
}

.div-block-18 {
  min-width: 48%;
}

.image-8 {
  min-width: 100%;
}

.project-detail-sections {
  margin-top: 30px;
  margin-bottom: 30px;
}

.image-full {
  min-width: 100%;
}

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

.collaborator-link {
  cursor: pointer;
  object-fit: fill;
  align-self: center;
  width: 22px;
  height: 22px;
  padding-left: 5px;
  display: block;
}

.collab-name-list {
  display: flex;
}

.div-block-20 {
  justify-content: flex-start;
  width: 50%;
  display: block;
}

.div-block-21 {
  display: flex;
}

.project-card-3 {
  width: 33.3%;
  max-width: 33.3%;
  padding: 5px 5px 20px;
}

.heading-6 {
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.site-logo {
  min-width: 100px;
  max-width: 0%;
  min-height: 100px;
  max-height: 0;
  display: block;
}

.showcase-3grid-flex-parent {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

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

.about-flex-child-left {
  width: 60%;
  padding-bottom: 50px;
  padding-right: 50px;
  display: block;
}

.about-flex-child-right {
  width: 40%;
  position: sticky;
  top: 30px;
}

.experience-txt {
  color: #666;
  font-size: 19px;
  line-height: 1.5em;
}

.experience-info-link-title {
  margin-bottom: 5px;
  font-weight: 700;
}

.experience-info-details {
  color: #666;
  font-size: 17px;
  line-height: 1.4em;
}

.experience-info {
  margin-bottom: 20px;
}

.div-block-26 {
  margin-top: 0;
  padding-top: 20px;
}

.div-block-27, .div-block-28 {
  margin-bottom: 20px;
}

.about-experience {
  padding-top: 20px;
  padding-bottom: 8px;
}

.div-block-29 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.body {
  background-color: #0000;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.grid-4 {
  grid-template-columns: 1fr 1fr 1fr;
}

.project-gallery-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.gallery-fit {
  flex: 0 5 auto;
  align-self: auto;
  align-items: flex-start;
  height: auto;
  max-height: 100%;
  display: block;
}

.gallery-fit.gallery-fit-img5 {
  background-image: url('../images/tinkle-7.png');
}

.gallery-fit.gallery-fit-img6 {
  background-image: url('../images/tinkle-8.png');
}

.gallery-fit.gallery-fit-img1 {
  background-image: url('../images/tinkle-9.png');
}

.gallery-fit.gallery-img-fit2 {
  background-image: url('../images/tinkle-10.png');
}

.gallery-fit.gallery-fit-img3 {
  background-image: url('../images/tinkle-11.png');
}

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

.div-block-33 {
  background-image: url('../images/tinkle-8_1.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-34 {
  display: flex;
}

.project-detail-more-description-head {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.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;
  align-items: center;
  width: 360px;
  display: flex;
}

.image-10 {
  align-self: center;
  max-width: 30%;
}

.nav-grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.container-2 {
  max-width: 97%;
}

.footer-copyright {
  font-family: DM Sans, sans-serif;
  line-height: 1.5em;
}

.project-card-2 {
  border-radius: 0;
  flex: 0 auto;
  order: 0;
  width: 48%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 50px;
  display: block;
  overflow: visible;
}

.div-block-35 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.showcase-2-grid-flex-parent {
  flex-wrap: wrap;
  place-content: stretch flex-start;
  align-items: stretch;
  margin-top: 150px;
  margin-bottom: 40px;
  display: flex;
}

.showcase-proj-title {
  overflow-wrap: anywhere;
  margin-top: 15px;
  padding-top: 0;
  font-family: DM Sans, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.div-block-36 {
  max-width: 50%;
}

.div-block-37 {
  min-width: 50%;
  max-width: none;
}

.project-img {
  border-radius: 16px;
  min-height: 0%;
  display: block;
}

.image-12 {
  min-height: 0%;
}

.hero-banner-section {
  background-color: var(--white);
  flex-direction: column;
  height: 100vh;
  display: flex;
}

.nav-sticky {
  background-color: var(--light);
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-block-6 {
  color: #6e6e6e;
  margin-top: 2px;
  font-size: 16px;
}

.showcase-proj-desc {
  color: #868686;
  overflow-wrap: anywhere;
  padding-top: 5px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
}

.project-img-container {
  display: inline-block;
}

.project-detail-body-title {
  font-family: Oswald, sans-serif;
}

.project-container {
  max-width: 100%;
}

.div-block-39 {
  max-width: 50%;
}

.hmw-quote {
  color: var(--black);
  text-align: center;
  text-transform: none;
  border-left-style: none;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: PT Serif, serif;
  font-size: 40px;
  line-height: 1.7em;
}

.gif-flex-gal {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-13 {
  flex: 0 auto;
}

.gifs-flex-2 {
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.gifs-flex-4 {
  max-width: 25%;
}

.about-txt {
  color: #666;
  font-size: 24px;
  font-weight: 400;
}

.logo-img {
  max-width: 100px;
}

.nav-item-txt {
  padding-left: 20px;
  padding-right: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  position: sticky;
}

.nav-container {
  align-items: center;
  max-width: 95%;
  display: block;
}

.nav-item {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.nav-flex {
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
  position: static;
}

.nav-item-link {
  text-decoration: none;
}

.nav-item-link.display-none {
  display: none;
}

.nav-item-link.display-none.w--current {
  display: none;
  overflow: visible;
}

.menu-navigation {
  display: block;
  position: static;
  top: 0;
}

.footer-columns {
  min-width: 130px;
  padding: 10px 0;
}

.detail-list {
  margin-top: 50px;
  margin-bottom: 50px;
}

.hero-banner-welcome {
  pointer-events: auto;
  color: #000;
  text-align: center;
  mix-blend-mode: color-dodge;
  flex: 0 auto;
  order: 1;
  align-self: center;
  max-width: 80%;
  margin: 32% 15px auto;
  position: relative;
  bottom: 10%;
  overflow: visible;
}

.hero-banner-welcome-txt {
  opacity: 1;
  outline-offset: 0px;
  pointer-events: auto;
  color: #000;
  background-color: #0000;
  outline: 0 #fff0;
  margin-left: auto;
  margin-right: auto;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4em;
  position: static;
}

.hero-banner-welcome-header {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Oswald, sans-serif;
  font-size: 80px;
  font-weight: 500;
}

.image-14 {
  object-fit: fill;
  overflow: visible;
}

.hero-banner-welcome-img {
  background-color: var(--white);
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
  -webkit-text-fill-color: inherit;
  transform-style: preserve-3d;
  background-clip: border-box;
  flex: 0 auto;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.image-15 {
  box-shadow: 14px 14px 14px 0 var(--medium);
  opacity: .38;
  max-width: 60%;
  display: none;
  overflow: visible;
}

.div-block-40 {
  display: flex;
}

.div-block-41, .div-block-42 {
  min-width: 45%;
  margin-right: 0;
}

.experience-info-link-address {
  color: #cfbca6;
  margin-top: 5px;
  text-decoration: none;
}

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

.div-block-43 {
  object-fit: contain;
  display: block;
}

.background-video {
  object-fit: cover;
}

.project-detail-vid-full {
  width: 100vh;
  height: 100vh;
}

.project-detail {
  margin-top: 20px;
  margin-bottom: 0;
  display: block;
}

.bullet-split-2-child {
  width: 50%;
  padding-right: 15px;
}

.bullet-1-indent {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.bold-text, .bold-text-2 {
  font-family: Oswald, sans-serif;
}

.div-block-46 {
  display: flex;
}

.bullet-padding-down {
  padding-bottom: 20px;
}

.text-block-7 {
  font-size: 17px;
}

.list-design-process-parent {
  text-transform: none;
  padding-left: 0;
  list-style-type: none;
  display: none;
}

.list-design-process-child {
  text-align: center;
  width: 33%;
  padding-left: 30px;
  padding-right: 30px;
}

.project-detail-hero-split {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-split-img {
  width: 65%;
}

.hero-split-txt {
  width: 40%;
}

.project-body-description {
  color: #666;
  text-align: left;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
}

.project-body-description.bullet-title {
  font-weight: 700;
}

.project-body-description.bullet-split-2-parent {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.project-detail-body-head {
  text-align: left;
  margin-top: 40px;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: block;
}

.project-detail-statement {
  padding-top: 180px;
  padding-bottom: 180px;
}

.project-detail-split-equal {
  flex-flow: row;
  place-content: flex-start center;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.mask {
  height: auto;
}

.slider-container {
  background-color: var(--white);
  height: 100%;
}

.slide {
  background-color: var(--white);
  width: auto;
  height: auto;
  position: relative;
}

.slide-nav {
  background-color: var(--dark-transparent);
  opacity: .31;
  color: #000;
}

.icon-2 {
  color: var(--black);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.slider-controls {
  color: var(--dark-transparent);
  font-size: 26px;
}

.slide-nav-2, .slider-dots {
  font-size: 12px;
}

.user-journey {
  text-align: center;
  border: 1px #000;
  margin: 50px auto;
  padding-left: 0;
  padding-right: 0;
  font-family: PT Serif, serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.5em;
}

.user-quotation {
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-collab-link {
  width: 20px;
  min-width: 0;
  height: 20px;
  min-height: 0;
  margin: 5px;
  padding: 0;
}

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

.image-16 {
  align-self: center;
}

.submit-button {
  background-color: var(--black);
}

.image-caption {
  color: var(--dark-transparent);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-style: normal;
  display: block;
  position: relative;
  top: -30px;
}

.div-block-47 {
  display: flex;
}

.hero-title {
  aspect-ratio: auto;
  object-fit: fill;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 3.5rem;
  display: inline-block;
}

.project-disclaimer-3-col {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
}

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

.flex-box-3-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
}

._3-col-content {
  text-align: center;
  flex: 1;
}

.image-shrink-center {
  text-align: left;
  width: 33%;
}

.flex-block-2 {
  justify-content: center;
  align-items: center;
}

.flex-side-with-highlight {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

.flex-vflow {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
}

.block-quote {
  width: 75%;
}

.detail-list-bullet {
  color: #666;
  font-size: 18px;
  line-height: 1.7em;
  list-style-type: disc;
}

.cell {
  text-align: center;
}

.hero-welcome-msg {
  z-index: 5;
  aspect-ratio: auto;
  text-align: center;
  display: block;
  position: relative;
  top: 43%;
}

.hero-decorative {
  font-family: Corinthia, sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 2rem;
  position: relative;
  top: 2px;
}

.flex-block-3 {
  text-align: center;
}

.hero-name {
  color: #888;
  font-size: 1.2rem;
  font-weight: 400;
}

.flex-block-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
}

.hero-inline-text-spacing {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
}

.cell-2 {
  justify-content: center;
  align-items: flex-start;
}

.image-half-width {
  max-width: 50%;
}

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

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

.align-center.body-font {
  color: #666;
  font-size: 18px;
}

.flex-box-2-col {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

._2-col-item {
  width: 50%;
}

.project-detail-hidden {
  opacity: 1;
  display: block;
}

.link {
  color: #7b83dd;
  text-decoration: none;
}

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

.image-max-height-300 {
  max-height: 278px;
}

.flex-block-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
}

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

.flex-block-6 {
  justify-content: flex-start;
  align-items: center;
}

.divider {
  text-align: left;
  border: 1px solid #ececec;
  margin-top: 40px;
}

.warning-email-text {
  color: #8a8a8a;
  text-align: center;
  cursor: pointer;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin-top: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.warning-ahead-details {
  cursor: pointer;
  display: block;
  overflow: visible;
}

.text-l-9 {
  color: #666;
}

.project-card-img {
  border-radius: 16px;
  min-width: 100%;
}

.flex-block-7 {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
}

.link-block-4 {
  display: flex;
}

.warning-details-button {
  pointer-events: auto;
  vertical-align: baseline;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-2 {
  cursor: pointer;
}

.project-card-hidden {
  width: 32%;
  padding-bottom: 50px;
  display: none;
}

.list-item-2 {
  color: #666;
  font-size: 18px;
}

.unordered-list-item {
  color: #666;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.7em;
}

.list-item-4 {
  color: #666;
  font-size: 18px;
}

.list-item-5 {
  color: #666;
}

.mini-title {
  font-size: 24px;
  font-weight: 700;
}

.flex-block-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.client-quote {
  color: #666;
  margin-bottom: 60px;
}

.image-caption-block {
  display: block;
}

.cell-3 {
  justify-content: center;
  align-items: flex-start;
}

.hero-inline-title {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.table {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--light);
  border-radius: 4px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1.5fr 4fr 1fr;
  padding: 20px;
}

.body-xxs {
  font-size: 12px;
}

.code-embed {
  padding-top: 20px;
  padding-bottom: 20px;
}

.flex-wrap-top-aligned {
  flex-flow: wrap;
}

.width-50 {
  width: 50%;
}

@media screen and (max-width: 991px) {
  .nav-link {
    color: var(--black);
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link.nav-txt {
    display: inline-block;
  }

  .navbar {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .header-background {
    height: auto;
    min-height: 400px;
    padding-bottom: 50px;
  }

  .subhead {
    font-size: 20px;
  }

  .brand-link {
    padding-left: 0;
  }

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

  .footer {
    min-width: 100%;
    padding: 20px;
  }

  .footer-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1.5fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    max-height: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .heading {
    font-size: 42px;
  }

  .navbar-container {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu {
    color: var(--white);
    background-color: #0000;
    flex-direction: row;
    display: block;
  }

  .mycontainer {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .list-item {
    padding-left: 20px;
  }

  .heading-4.projtitle {
    font-size: 24px;
  }

  .detail-content {
    margin-bottom: 100px;
    padding-bottom: 0;
  }

  .detailcontainer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-title {
    font-size: 48px;
  }

  .project-detail-head {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-flex {
    margin-top: 40px;
    display: block;
  }

  .column-4 {
    padding-bottom: 30px;
    padding-right: 0;
  }

  .nav-cont {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .footer-flex-child {
    flex-direction: row;
    align-items: stretch;
  }

  .project-detail-sections {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .collaborator-link {
    align-self: center;
    width: 30px;
    height: 30px;
    padding-left: 5px;
  }

  .collaborator-link.icon {
    min-width: 100%;
    display: inline-block;
  }

  .collab-name-list {
    align-items: center;
    display: flex;
  }

  .link-block-3 {
    align-self: center;
  }

  .project-card-3 {
    padding: 5px 5px 20px;
  }

  .site-logo {
    min-width: 100px;
    max-width: 0%;
    min-height: 100px;
    max-height: 0;
  }

  .showcase-3grid-flex-parent {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .about-flex-child-left {
    width: 100%;
  }

  .about-flex-child-right {
    float: right;
    clear: none;
    width: 25%;
    display: none;
  }

  .experience-info-link-title, .experience-info-details {
    font-size: 20px;
  }

  .div-block-26 {
    width: 100%;
    padding-bottom: 50px;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .project-gallery-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .body-2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .container-2 {
    max-width: 97%;
  }

  .footer-copyright {
    align-self: auto;
  }

  .showcase-proj-title, .showcase-proj-desc {
    overflow-wrap: anywhere;
  }

  .nav-item-txt {
    color: var(--black);
  }

  .nav-item {
    justify-content: flex-end;
    align-items: stretch;
  }

  .footer-columns {
    min-width: 130px;
  }

  .hero-banner-welcome {
    max-width: 90%;
    margin-top: 45%;
  }

  .hero-banner-welcome-txt {
    letter-spacing: 0;
    font-weight: 400;
  }

  .hero-banner-welcome-header {
    font-size: 64px;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 1.2;
  }

  h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  h3 {
    font-size: 24px;
    line-height: 1.4;
  }

  h4 {
    font-size: 20px;
    line-height: 1.4;
  }

  h5 {
    font-size: 16px;
    line-height: 1.4;
  }

  h6 {
    font-size: 14px;
    line-height: 1.4;
  }

  p {
    font-size: 16px;
  }

  .nav-link {
    background-color: #0000;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link.nav-txt {
    color: #000;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header-background {
    height: auto;
    padding-bottom: 40px;
  }

  .headline-container {
    text-align: center;
  }

  .button {
    padding: 15px 20px;
    font-size: 18px;
  }

  .subhead {
    font-size: 16px;
    line-height: 1.2;
  }

  .brand-link.w--current {
    min-width: 75px;
    min-height: 75px;
    padding-left: 0;
  }

  .body-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer {
    padding: 20px;
    position: static;
  }

  .footer-flex {
    grid-template-columns: 1.75fr;
  }

  .footer-image {
    object-fit: contain;
  }

  .hero {
    padding: 40px 20px;
  }

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

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .heading {
    font-size: 32px;
  }

  .nav-menu {
    background-color: #0000;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .mycontainer {
    max-width: 90%;
  }

  .sticky-nav-2 {
    position: relative;
  }

  .nav-grid-2 {
    text-align: center;
  }

  .heading-4.projtitle {
    font-size: 18px;
  }

  .page-title {
    text-align: left;
    font-size: 36px;
  }

  .about-flex {
    margin-top: 40px;
  }

  .column-4 {
    padding-bottom: 30px;
  }

  .nav-cont {
    display: block;
  }

  .project-card-3 {
    padding: 2px 2px 10px;
  }

  .site-logo {
    min-width: 75px;
    min-height: 75px;
    max-height: 0;
  }

  .showcase-3grid-flex-parent {
    margin-bottom: 40px;
  }

  .about-flex-child-left {
    text-align: center;
    width: 100%;
  }

  .about-flex-child-right {
    display: none;
  }

  .experience-info-link-title {
    text-align: left;
  }

  .experience-info-details {
    text-align: left;
    font-size: 20px;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .project-gallery-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .nav-grid-3 {
    text-align: center;
  }

  .project-detail-body-title {
    font-size: 20px;
  }

  .about-txt {
    text-align: left;
    font-size: 22px;
  }

  .logo-img {
    max-width: 75px;
  }

  .hero-banner-welcome {
    margin-top: 58%;
    display: none;
  }

  .hero-banner-welcome-txt {
    font-size: 16px;
  }

  .hero-banner-welcome-header {
    margin-bottom: 5px;
    font-size: 50px;
  }

  .div-block-43, .background-video {
    object-fit: fill;
  }

  .div-block-44 {
    object-fit: cover;
    position: static;
  }

  .hero-title {
    font-size: 2.4rem;
    line-height: 3rem;
  }

  .hero-decorative {
    font-size: 2rem;
  }

  .hero-inline-text-spacing {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .flex-wrap-top-aligned {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 1.1;
  }

  h2 {
    line-height: 1.2;
  }

  h3 {
    line-height: 1.3;
  }

  h4, h5 {
    line-height: 1.4;
  }

  .nav-link {
    color: #000;
    background-color: #0000;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

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

  .nav-link.nav-txt {
    background-color: #0000;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
  }

  .nav-link.nav-txt.w--current {
    background-color: #0000;
  }

  .header-background {
    height: auto;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .headline-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand-link {
    padding-left: 0;
  }

  .site-title {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .menu-button {
    background-color: #0000;
  }

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

  .icon {
    color: #000;
  }

  .menu-button-2 {
    background-color: #000;
  }

  .menu-button-2.w--open {
    color: var(--white);
  }

  .footer {
    text-align: left;
    padding: 20px;
    position: static;
  }

  .footer-flex {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .flex-container {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .heading {
    font-size: 28px;
  }

  .nav-menu {
    background-color: #0000;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link-2 {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mycontainer {
    max-width: 90%;
    margin-top: auto;
  }

  .ordered-lists {
    font-size: 19px;
  }

  .sticky-nav-2 {
    padding: 0;
  }

  .nav-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link-2 {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link-3 {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-4.projtitle {
    font-size: 18px;
  }

  .page-title {
    text-align: left;
    padding-right: 0;
    font-size: 26px;
  }

  .about-flex {
    margin-top: 40px;
  }

  .column-4 {
    padding-bottom: 30px;
  }

  .nav-cont {
    display: block;
  }

  .section-3 {
    position: static;
  }

  .image-6 {
    display: none;
  }

  .project-card-3 {
    width: 100%;
    max-width: 100%;
  }

  .site-logo {
    white-space: normal;
    font-size: 16px;
  }

  .showcase-3grid-flex-parent {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 40px;
    display: grid;
  }

  .about-flex-child-left {
    text-align: center;
    width: 100%;
  }

  .experience-info-link-title, .experience-info-details {
    font-size: 18px;
  }

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

  .div-block-29 {
    flex-direction: column;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .project-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nav-grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1.75fr 1fr 1fr;
    grid-auto-flow: row;
    justify-items: stretch;
  }

  .container-2 {
    display: block;
  }

  .project-card-2 {
    width: 100%;
  }

  .showcase-2-grid-flex-parent {
    flex-flow: column wrap;
    align-content: stretch;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .project-img {
    min-width: 100%;
  }

  .hero-banner-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-39 {
    align-self: auto;
    width: 100%;
    max-width: 100%;
  }

  .hmw-quote {
    font-size: 32px;
  }

  .about-txt {
    font-size: 22px;
  }

  .nav-item-txt {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-flex {
    flex-direction: column;
  }

  .footer-columns {
    min-width: 80px;
    padding-left: 0;
  }

  .hero-banner-welcome {
    margin-top: 100%;
    top: auto;
  }

  .hero-banner-welcome-txt {
    font-size: 16px;
  }

  .hero-banner-welcome-header {
    font-size: 32px;
  }

  .hero-banner-welcome-img {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    display: block;
  }

  .image-15 {
    max-width: 100%;
  }

  .background-video {
    object-fit: scale-down;
  }

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

  .html-embed {
    object-fit: contain;
  }

  .project-detail-vid-full {
    object-fit: fill;
  }

  .project-body-description {
    font-size: 17px;
  }

  .user-journey {
    border-left-style: none;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-title {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .project-disclaimer-3-col {
    flex-flow: column;
  }

  .hero-welcome-msg {
    padding-top: 100px;
    top: -5%;
  }

  .hero-decorative {
    font-size: 1rem;
    line-height: 1rem;
  }

  .hero-name {
    font-size: .75rem;
    line-height: 1rem;
  }

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

  .hero-inline-text-spacing {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .flex-wrap-top-aligned {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }
}

#w-node-a5a030e2-de04-3166-b6bc-55d2cf703c7e-cf703c79 {
  align-self: end;
}

#w-node-_3e91b032-7292-1319-d20e-1b84fbdd6f61-cf703c79 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-ca8417fa-51e4-bafa-dffb-4928ef53217b-96d4cc1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98d035c7-ab13-5bb2-8ca7-d85d601c3721-96d4cc1a {
  align-self: auto;
}

#w-node-f23db265-e16d-80a1-fca3-6f78938764e2-96d4cc1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f7c0d7a-a2a5-d261-e3fd-e61be34fab97-5c627cf9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}


