:root {
  --coral: #f17144;
  --white: white;
  --green-darker: #6b773a;
  --bag-light: #f5f3d8;
  --bag-dark: #ede8c1;
  --gray-transparent-45: #29292973;
  --green-lime: #c7e264;
}

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

body {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

h2 {
  color: var(--coral);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 36px;
}

.full-page {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  display: flex;
}

.full-page.is-horizontal-scroll-section {
  border: 2px solid var(--coral);
  width: 100vw;
}

.full-page.is-horizontal-scroll-section.is-two {
  width: 50vw;
}

.full-page.is-horizontal-scroll-section.is-three {
  width: 500px;
}

.full-page.is-black {
  background-color: #000;
}

.horizontal-scroll-wrap {
  padding-bottom: 100vh;
  overflow: clip;
}

.height {
  background-image: linear-gradient(#000, #fff);
  height: 400dvh;
  position: relative;
}

.sticky {
  border: 0 solid #e600ff;
  flex-flow: row;
  width: 100%;
  height: 100dvh;
  margin-bottom: -100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.mover {
  flex: none;
  display: flex;
}

.flex-offset {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  margin-right: -100vw;
  display: flex;
  overflow: hidden;
}

.h1 {
  text-align: center;
  font-size: 3rem;
}

.h1.text-color-white {
  color: #fff;
}

.nav-background {
  background-image: linear-gradient(to right, #fff 50%, #0000);
  flex-direction: row;
  align-items: center;
  width: 300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.logo-nav-wrapper {
  background-color: #c7e264;
  border-radius: 20px;
  width: 240px;
  height: 220px;
  margin: 0 0 0 30px;
  padding: 20px 20px 0;
  overflow: visible;
  box-shadow: 0 0 20px 2px #0003;
}

.logo-nav-wrapper.li-events {
  background-color: #dadada;
}

.logo-nav-block {
  object-fit: fill;
  background-color: #c7e264;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  font-size: 16px;
  display: flex;
  position: static;
  overflow: visible;
}

.logo-nav-block.light_gray2 {
  background-color: #0000;
}

.link-block-2 {
  cursor: pointer;
}

.logo-block {
  background-image: url('../images/910zen_logo_on_green_800x800_A1.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: row;
  width: auto;
  height: 150px;
  display: flex;
}

.logo-block.w--current {
  cursor: pointer;
}

.logo-block.lightgray_logo {
  background-image: url('../images/910zen_logo_light_gray_800x800_A1.png');
}

.nav-block-container {
  color: #c7e264;
  background-color: #c7e264;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  font-size: 14px;
  display: flex;
}

.nav-block-container.light_gray {
  color: #0000;
  background-color: #0000;
}

.button {
  color: #6b773a;
  cursor: pointer;
  background-color: #0000;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  font-weight: 700;
}

.button.w--current {
  cursor: pointer;
}

.button.light_gray {
  color: #727272;
  background-color: #0000;
}

.portfolio_spacer_01 {
  width: 230px;
  height: 75%;
}

.work-portfolio-homepage {
  background-color: #fff;
  align-items: center;
  height: 100%;
  padding: 0 40px 0 100px;
  display: flex;
}

.portfolio-div-blocks {
  border-radius: 20px;
  flex: none;
  width: 600px;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.portfolio-div-blocks._48 {
  width: 600px;
  height: 48%;
}

.work-full-tall {
  flex-direction: column;
  align-self: center;
  width: 500px;
  height: 500px;
  display: flex;
}

.work-full-tall.no-indent {
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 80vh;
}

.work-full-tall.no-indent.work {
  border-radius: 0;
  justify-content: flex-start;
  height: 75vh;
  margin-right: 60px;
}

.port-image-background {
  background-image: url('../images/LI_RR_ChiNY_02.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.port-image-background.cdf_thumbnail {
  background-image: url('../images/CDF_Thumbnail_A2.webp');
  background-size: auto;
}

.port-image-background.snoval-thumbnail {
  background-image: url('../images/Sno_Home_Graphic_B3.webp');
  background-position: 0%;
}

.port-image-background.li_infographic_thumb {
  background-image: url('../images/Portfolio_LI_Infograhpic_Thumbnail_750x1000_A1.jpg');
  background-position: 0 0;
}

.port-image-background.alta_thumbnail_home {
  background-image: url('../images/Alta_Home_Grahphic_02.webp');
  background-position: 0 0;
  background-size: cover;
}

.port-image-background.alpine_thumbnail {
  background-image: url('../images/Proj_04_Alpine_A1.jpg');
  background-position: 50% 100%;
}

.port-image-background.bloom {
  background-image: url('../images/Bloomberg_Home_Image_A2.webp');
  background-position: 0 100%;
  background-size: cover;
}

.port-image-background.bag_thumbnail {
  background-image: url('../images/Bag_Thumbnail_1500x1500_A2.webp');
  background-position: 100% 0;
  background-size: cover;
}

.port-image-dark-overlay {
  background-color: #027b81b0;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  text-decoration: none;
  display: flex;
}

.port-image-dark-overlay.sno {
  background-color: #2929298c;
}

.port-image-dark-overlay.signage {
  cursor: pointer;
  background-color: #29292973;
}

.port-image-dark-overlay.alpine, .port-image-dark-overlay.alta, .port-image-dark-overlay.infogrph, .port-image-dark-overlay.cdf {
  background-color: #2929298c;
}

.text-block {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 2em;
  font-weight: 600;
}

.text-block.company {
  color: #f5f5f5;
  font-size: 24px;
  font-style: normal;
  line-height: 26px;
}

.text-block.type-of-project {
  color: #f5f5f5;
  padding-bottom: 4px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.work-half-tall {
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  width: auto;
  height: 80vh;
  display: flex;
}

.work-half-tall.work {
  width: auto;
  height: 75vh;
  margin-right: 60px;
}

.link-block-3 {
  height: 100%;
  text-decoration: none;
}

.image-12 {
  padding-bottom: 0;
}

.slide-37 {
  background-color: #373834;
  padding: 21px 56px 0;
}

.about-06-logos {
  align-self: center;
  width: auto;
  height: 500px;
  padding-top: 10px;
  display: flex;
}

.image-7 {
  margin: 88px 20px;
}

.quick-stack-4 {
  width: 100%;
  padding-bottom: 0;
}

.mask {
  border-radius: 20px;
  top: auto;
}

.left-arrow {
  display: none;
}

.slide-21 {
  background-color: #373834;
  padding: 84px 42px 42px;
}

.about-01-spacer {
  width: 275px;
  height: 75%;
}

.div-block-9 {
  flex-direction: column;
  width: auto;
  min-width: 740px;
  margin-bottom: 0;
  margin-left: -20px;
  margin-right: -20px;
  display: block;
}

.slide-24 {
  background-color: #373834;
  padding: 48px 73px;
}

.slide-12, .slide-10 {
  background-color: #373834;
}

.slide-8 {
  background-color: #373834;
  padding: 74px 34px;
}

.image-9 {
  margin: 45px 56px;
}

.slide-26 {
  background-color: #373834;
  padding: 66px 33px;
}

.slide-44 {
  background-color: #373834;
  padding: 49px 31px;
}

.slide-6 {
  background-color: #6b773a;
}

.slide-9 {
  background-color: #373834;
}

.slide-38 {
  background-color: #373834;
  padding: 36px;
}

.slide-32 {
  background-color: #373834;
  padding: 83px 29px;
}

.slide-39 {
  background-color: #373834;
  padding: 78px 24px;
}

.slide-5 {
  background-color: #6b773a;
  padding-top: 41px;
  padding-left: 52px;
}

.slide-33 {
  background-color: #373834;
  padding: 44px 23px;
}

.slide-47 {
  background-color: #373834;
  padding: 78px 23px;
}

.image-15 {
  padding-bottom: 0;
}

.image-11 {
  padding: 0;
}

.slide-7 {
  background-color: #373834;
  padding: 43px 49px;
}

.slide-11 {
  background-color: #373834;
}

.slide-48 {
  background-color: #373834;
  padding: 72px 23px;
}

.slide-nav-9, .icon-2 {
  display: none;
}

.slide-30 {
  background-color: #373834;
  padding: 90px 16px;
}

.slide-18 {
  background-color: #373834;
  padding: 50px 39px;
}

.slide-19 {
  background-color: #373834;
  padding: 81px 18px;
}

.slide-28 {
  background-color: #373834;
  padding: 50px 42px;
}

.slide-25 {
  background-color: #373834;
  padding: 40px 54px;
}

.right-arrow {
  display: none;
}

.slide-15 {
  background-color: #373834;
  padding: 85px 27px;
  top: auto;
}

.slide-22 {
  background-color: #373834;
  padding: 84px 35px;
  top: auto;
}

.slide-16 {
  background-color: #373834;
  padding: 80px 36px;
}

.list {
  color: #373834;
  margin-bottom: -30px;
  padding-left: 19px;
  font-family: PT Serif, serif;
  font-size: 20px;
}

.vert-line {
  opacity: .5;
  background-color: #818085;
  flex: none;
  align-self: center;
  width: 1px;
  height: 50vh;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
  display: block;
}

.about-text-block-1 {
  color: #373834;
  align-self: flex-start;
  padding-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.about-text-block-1.bullets {
  font-family: PT Serif, serif;
  font-size: 40px;
  font-style: italic;
  line-height: 50px;
}

.about-text-block-1.contact {
  color: #373834;
  -webkit-text-stroke-color: whitesmoke;
}

.slide-34 {
  background-color: #373834;
  padding: 56px 24px;
}

.slide-43 {
  background-color: #373834;
  padding: 61px 32px;
  top: auto;
}

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

.slide-27 {
  background-color: #373834;
  padding: 41px 51px;
}

.intro-text {
  color: #373834;
  letter-spacing: -1px;
  -webkit-text-stroke-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 50px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2;
}

.intro-text.outro {
  font-size: 80px;
}

.intro-text.let-s_chat_block-copy {
  color: #f5f5f5;
  font-weight: 400;
}

.intro-text.let-s_chat_block-copy._2 {
  color: #a3a3a3;
  margin-top: 19px;
  font-size: 24px;
}

.intro-text.let-s_chat_block {
  color: #f5f5f5;
  font-weight: 400;
}

.intro-text.let-s_chat_block.darker01 {
  color: #373834;
}

.cell-4 {
  align-items: stretch;
}

.slide-29 {
  background-color: #373834;
  padding: 87px 32px;
  top: auto;
}

.slide-36 {
  background-color: #373834;
  padding: 68px 32px;
  top: auto;
}

.image-8 {
  margin: 69px 32px;
}

.slide-20 {
  background-color: #373834;
  padding: 38px 49px 39px;
}

.h3-header-container {
  display: block;
}

.about-full-wrapper {
  background-color: #f5f5f5;
  align-items: center;
  height: 100%;
  padding: 0 100px;
  display: flex;
}

.slide-13 {
  background-color: #373834;
}

.slide-23 {
  background-color: #373834;
  padding: 88px 25px;
}

.image-6 {
  margin: 73px 32px;
}

.image-10 {
  margin: 65px 33px;
}

.slider {
  background-color: #0000;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 220px;
  min-width: 220px;
  height: 200px;
  min-height: 200px;
  display: flex;
}

.slider.slider02 {
  background-color: #0000;
}

.slider.slider01 {
  background-color: #0000;
  flex: 1;
}

.slide-41 {
  background-color: #373834;
  padding: 84px 19px;
}

.slide-40 {
  background-color: #373834;
  padding: 75px 18px;
}

.slide-46 {
  background-color: #373834;
  padding: 73px 18px;
}

.slide-49 {
  background-color: #373834;
  padding: 75px 33px;
}

.slide-45 {
  background-color: #373834;
  padding: 88px 22px;
}

.slide-17 {
  background-color: #373834;
  padding: 68px 35px;
}

.heading-5 {
  color: #373834;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-style: italic;
}

.heading-5.no-indent {
  color: #373834;
  margin-bottom: 10px;
  padding-left: 0;
}

.heading-5.no-indent.contact {
  color: #373834;
}

.slide-14 {
  background-color: #373834;
  padding: 84px 65px;
  top: auto;
}

.image-14 {
  background-color: #373834;
  padding: 34px;
}

.slide-31 {
  background-color: #6b773a;
}

.slide-42 {
  background-color: #373834;
  padding: 73px 22px;
}

.slide-35 {
  background-color: #6b773a;
}

.image-13 {
  background-color: #373834;
  padding: 84px 19px;
}

.about-04-text {
  flex-direction: column;
  align-self: center;
  width: 500px;
  height: 500px;
  display: flex;
}

.about-04-text.no-indent {
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  height: auto;
}

.about-04-text.no-indent.contact {
  width: 250px;
}

.contact-map-fadein {
  width: 600px;
}

.like-what-you-see-block {
  width: 400px;
  margin-left: 40px;
}

.image-16 {
  box-sizing: border-box;
  border-radius: 20px;
  width: auto;
  height: 100%;
  overflow: clip;
}

.header_linkedin {
  color: #6b773a;
  letter-spacing: -1px;
  -webkit-text-stroke-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 50px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2;
}

.header_linkedin.li, .header_linkedin.li-infographics {
  color: #373834;
  margin-bottom: 41px;
  font-family: PT Serif, serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
}

.linkedin-event-graphics {
  background-color: #b7b0a5;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 0 100px;
  display: flex;
}

.image-17 {
  border-radius: 20px;
  width: auto;
  height: 48%;
}

.text-linkedin_01 {
  color: #373834;
  -webkit-text-stroke-color: whitesmoke;
  align-self: flex-start;
  padding-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  overflow: visible;
}

.intro-paragraph {
  width: 500px;
}

.intro-paragraph.work {
  margin-right: 60px;
}

.intro-paragraph.work.li-rr {
  width: 400px;
}

.header-sub1 {
  color: #373834;
  letter-spacing: -1px;
  -webkit-text-stroke-color: #fff;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: PT Serif, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.link-2 {
  color: #f5f5f5;
  font-size: 24px;
  text-decoration: none;
}

.link-2:hover {
  color: #a3a3a3;
}

.link-2.darker02 {
  color: #373834;
}

.nav-portfolio-bkgd-gray {
  background-image: linear-gradient(to right, #818085, #a3a3a3 50%, #0000);
  flex-direction: row;
  align-items: center;
  width: 300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.image-18 {
  border-radius: 20px;
  width: auto;
  height: 100%;
}

.nav-fade-cdf-bkgd {
  background-image: linear-gradient(to right, #ad9279, #ad9279 50%, #0000);
  flex-direction: row;
  align-items: center;
  width: 300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.image-19 {
  border-radius: 20px;
  width: auto;
  height: 100%;
}

.cdf-page {
  background-color: #c0b39e;
  align-items: center;
  height: 100%;
  padding: 0 100px;
  display: flex;
}

.nav-alpine-bkgd {
  background-image: linear-gradient(to right, #c2e4ea, #c2e4ea 50%, #0000);
  flex-direction: row;
  align-items: center;
  width: 300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.image-20 {
  border-radius: 20px;
  width: auto;
  height: 100%;
}

.alpine_data_page {
  background-color: #dbe7e9;
  align-items: center;
  height: 100%;
  padding: 0 100px;
  display: flex;
}

.image-21 {
  border-radius: 20px;
  width: auto;
  height: 100%;
}

.li_infographics {
  background-color: #dde7f0;
  align-items: center;
  height: 100%;
  padding: 0 100px;
  display: flex;
}

.image-22 {
  border-radius: 20px;
  width: auto;
  height: 100%;
}

.alta_page {
  background-color: #ced8d8;
  align-items: center;
  height: 100%;
  padding: 0 100px;
  display: flex;
}

.snoval-image1 {
  border-radius: 20px;
  width: auto;
  height: 100%;
}

.snovaluation_page {
  background-color: #dbe7e9;
  align-items: center;
  height: 100%;
  padding: 0 100px;
  display: flex;
}

.image-23 {
  border-radius: 20px;
  width: auto;
  height: 100%;
}

.image-23.boarder {
  border: 1px solid #cfcfcf;
}

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

.bloomberg_page {
  background-color: #ccd6dd;
  align-items: center;
  height: 100%;
  padding: 0 100px;
  display: flex;
}

.nav-bloomberg-bkgd {
  background-image: linear-gradient(90deg, #adbfc9, #b3bac3 50%, #0000);
  flex-direction: row;
  align-items: center;
  width: 300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.scroll-popup {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #c7e264d4;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.circle {
  background-color: var(--white);
  object-fit: fill;
  border-radius: 300px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 110px;
  max-width: 110px;
  height: 110px;
  max-height: 110px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
  box-shadow: 0 0 15px 2px #0003;
}

.scroll-holder {
  margin-top: -6px;
  padding-top: 0;
}

.heading-6 {
  font-family: Open Sans, sans-serif;
}

.scroll-text {
  color: var(--green-darker);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.scroll-text.x {
  font-size: 20px;
}

.scroll-text-copy {
  color: #6e6e6e;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.scroll-text-copy.v {
  color: var(--green-darker);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Droid Sans, sans-serif;
  font-weight: 700;
}

.arrow-div-holder {
  width: 45px;
}

.div-block-10 {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
  overflow: visible;
}

.lottie-animation {
  margin-top: 0;
  padding-top: 0;
}

.bag-page {
  background-color: var(--bag-light);
  align-items: center;
  height: 100%;
  padding: 0 100px;
  display: flex;
}

.nav-bag-bkgrd {
  background-image: linear-gradient(90deg, var(--bag-dark), var(--bag-dark) 50%, transparent);
  flex-direction: row;
  align-items: center;
  width: 300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.link-3 {
  color: #333331;
}

@media screen and (max-width: 991px) {
  .nav-background {
    width: 150px;
  }

  .logo-nav-wrapper {
    width: 150px;
    height: auto;
    margin-left: -15px;
    padding: 15px;
  }

  .logo-nav-wrapper.li-events {
    width: 150px;
    height: auto;
    overflow: hidden;
  }

  .logo-nav-block {
    align-items: center;
  }

  .link-block-2 {
    width: 100%;
  }

  .link-block-2.w--current {
    max-width: 100px;
  }

  .logo-block {
    justify-content: space-between;
    width: 105px;
    height: 70px;
    margin-bottom: 10px;
    margin-left: -3px;
  }

  .logo-block.lightgray_logo {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

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

  .nav-block-container.light_gray {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .button.light_gray {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13.5px;
  }

  .portfolio_spacer_01 {
    width: 70px;
    height: 70%;
  }

  .work-portfolio-homepage {
    padding-right: 50px;
  }

  .portfolio-div-blocks, .portfolio-div-blocks._48 {
    width: 450px;
  }

  .work-full-tall.no-indent.work, .work-half-tall.work {
    height: 75vh;
    margin-right: 50px;
  }

  .about-01-spacer {
    width: 110px;
    height: 70%;
  }

  .contact-map-fadein {
    width: 500px;
  }

  .like-what-you-see-block {
    width: 400px;
  }

  .linkedin-event-graphics {
    padding-right: 50px;
  }

  .link-block {
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-portfolio-bkgd-gray, .nav-fade-cdf-bkgd {
    width: 240px;
  }

  .link-block-4 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cdf-page {
    padding-right: 50px;
  }

  .nav-alpine-bkgd {
    width: 240px;
  }

  .link-block-5 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .alpine_data_page {
    padding-right: 50px;
  }

  .link-block-6, .link-block-7 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .li_infographics {
    padding-right: 50px;
  }

  .link-block-8 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .alta_page, .snovaluation_page, .bloomberg_page {
    padding-right: 50px;
  }

  .nav-bloomberg-bkgd {
    width: 240px;
  }

  .bag-page {
    padding-right: 50px;
  }

  .nav-bag-bkgrd {
    width: 240px;
  }
}

@media screen and (max-width: 767px) {
  .nav-background {
    width: 150px;
  }

  .logo-nav-wrapper {
    width: 130px;
    padding: 10px;
  }

  .portfolio_spacer_01 {
    width: 70px;
  }

  .work-portfolio-homepage {
    padding-right: 40px;
  }

  .portfolio-div-blocks, .portfolio-div-blocks._48 {
    width: 350px;
  }

  .work-full-tall.no-indent.work {
    margin-right: 30px;
  }

  .text-block.company {
    font-size: 16px;
    line-height: 18px;
  }

  .text-block.type-of-project {
    font-size: 12px;
    line-height: 14px;
  }

  .work-half-tall.work {
    margin-right: 30px;
  }

  .about-01-spacer {
    width: 70px;
  }

  .about-text-block-1 {
    width: 380px;
    font-size: 16px;
    line-height: 24px;
  }

  .about-text-block-1.bullets {
    font-size: 30px;
    line-height: 40px;
  }

  .about-text-block-1.contact.narrow {
    width: 100%;
  }

  .intro-text {
    font-size: 40px;
  }

  .intro-text.outro {
    font-size: 50px;
  }

  .about-04-text.no-indent, .contact-map-fadein {
    width: 380px;
  }

  .like-what-you-see-block {
    width: 350px;
  }

  .header_linkedin.li, .header_linkedin.li-infographics {
    margin-bottom: 25px;
  }

  .linkedin-event-graphics {
    padding-right: 40px;
  }

  .text-linkedin_01 {
    line-height: 21px;
  }

  .intro-paragraph.work.li-rr {
    width: 350px;
  }

  .nav-portfolio-bkgd-gray, .nav-fade-cdf-bkgd {
    width: 150px;
  }

  .cdf-page {
    padding-right: 40px;
  }

  .nav-alpine-bkgd {
    width: 150px;
  }

  .alpine_data_page, .li_infographics, .alta_page, .snovaluation_page, .bloomberg_page {
    padding-right: 40px;
  }

  .nav-bloomberg-bkgd {
    width: 150px;
  }

  .bag-page {
    padding-right: 40px;
  }

  .nav-bag-bkgrd {
    width: 150px;
  }
}

@media screen and (max-width: 479px) {
  .nav-background {
    background-image: linear-gradient(to top, #fff 50%, #0000);
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 150px;
    display: flex;
    inset: auto 0% 0%;
  }

  .logo-nav-wrapper {
    width: 220px;
    margin-top: 0;
    margin-bottom: -14px;
    margin-left: 0;
    padding-bottom: 19px;
  }

  .logo-nav-wrapper.li-events {
    width: 220px;
  }

  .logo-nav-block {
    flex-direction: row;
    align-items: center;
    margin-top: 0;
  }

  .logo-block {
    width: 120px;
    height: 75px;
    margin-bottom: 0;
  }

  .button {
    padding: 5px;
  }

  .button.w--current {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .portfolio_spacer_01 {
    width: 2px;
  }

  .work-portfolio-homepage {
    align-items: flex-start;
    margin-top: -50px;
    padding-left: 40px;
    padding-right: 20px;
  }

  .portfolio-div-blocks, .portfolio-div-blocks._48 {
    width: 250px;
  }

  .work-full-tall.no-indent.work {
    height: 70vh;
  }

  .port-image-dark-overlay {
    aspect-ratio: auto;
  }

  .work-half-tall.work {
    height: 70vh;
  }

  .about-01-spacer {
    width: 2px;
  }

  .about-text-block-1 {
    width: 250px;
  }

  .about-full-wrapper {
    margin-top: -50px;
    padding-left: 46px;
  }

  .about-04-text.no-indent, .contact-map-fadein {
    width: 250px;
  }

  .linkedin-event-graphics {
    margin-top: -50px;
    padding-left: 40px;
    padding-right: 20px;
  }

  .intro-paragraph.work.li-rr {
    width: 250px;
  }

  .nav-portfolio-bkgd-gray, .nav-fade-cdf-bkgd {
    background-image: linear-gradient(to top, #818085, #a3a3a3 50%, #0000);
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 150px;
    inset: auto 0% 0%;
  }

  .cdf-page {
    margin-top: -50px;
    padding-left: 40px;
    padding-right: 20px;
  }

  .nav-alpine-bkgd {
    background-image: linear-gradient(to top, #818085, #a3a3a3 50%, #0000);
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 150px;
    inset: auto 0% 0%;
  }

  .alpine_data_page, .li_infographics, .alta_page, .snovaluation_page, .bloomberg_page {
    margin-top: -50px;
    padding-left: 40px;
    padding-right: 20px;
  }

  .nav-bloomberg-bkgd {
    background-image: linear-gradient(to top, #818085, #a3a3a3 50%, #0000);
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 150px;
    inset: auto 0% 0%;
  }

  .bag-page {
    margin-top: -50px;
    padding-left: 40px;
    padding-right: 20px;
  }

  .nav-bag-bkgrd {
    background-image: linear-gradient(to top, #818085, #a3a3a3 50%, #0000);
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 150px;
    inset: auto 0% 0%;
  }
}

#w-node-_1d92290f-1e08-631f-c175-1df9a203242d-eeca9392 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1d92290f-1e08-631f-c175-1df9a203242e-eeca9392, #w-node-_1d92290f-1e08-631f-c175-1df9a2032446-eeca9392, #w-node-_1d92290f-1e08-631f-c175-1df9a203245c-eeca9392, #w-node-_1d92290f-1e08-631f-c175-1df9a2032472-eeca9392, #w-node-_1d92290f-1e08-631f-c175-1df9a2032488-eeca9392, #w-node-_1d92290f-1e08-631f-c175-1df9a203249e-eeca9392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


