:root {
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
  --white-smoke-4: #f3f3f3;
  --lavender: #e9e9e9;
  --light-gray: #d4d4d4;
  --dim-gray-3: #5d5d5d;
  --dark-slate-gray-3: #333;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
}

a, a:hover {
  color: #bf3a30;
  text-decoration: none;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.navigation-link {
  color: silver;
  letter-spacing: 1px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.navigation-link:hover, .navigation-link.w--current {
  color: #333;
}

.navigation-bar {
  text-transform: uppercase;
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
}

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

.brand-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 500;
  line-height: 36px;
}

.brand-link.w--current {
  align-items: flex-end;
  display: inline-flex;
}

.section {
  background-color: #fff;
  display: block;
  position: relative;
}

.social-icon-link {
  opacity: .87;
  margin-left: 2px;
  margin-right: 2px;
  padding: 3px;
  transition: opacity .3s;
}

.social-icon-link:hover {
  opacity: .3;
}

.footer {
  text-align: center;
  object-fit: fill;
  padding-top: 48px;
  padding-bottom: 48px;
  position: relative;
}

.footer-text {
  color: #bbb;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 18px;
}

.photo-link-block {
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  font-size: 13px;
  line-height: 17px;
  text-decoration: none;
  transition: transform .2s, opacity .2s;
}

.photo-link-block:hover {
  opacity: .8;
  color: #333;
  text-decoration: none;
  transform: scale(1.02);
}

.blog-title {
  letter-spacing: 0;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.byline {
  color: #ccc;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
}

.sidebar-title {
  margin-bottom: 29px;
}

.blog-link {
  color: #333;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.blog-link:hover {
  text-decoration: none;
}

.sidebar-divider {
  border-top: 1px solid #ccc;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.about-photo {
  padding-right: 30px;
}

.title {
  margin-top: 13px;
  margin-bottom: 33px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.photo-page-title {
  text-align: left;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.photo-page-title.center {
  text-align: center;
}

.photo-info-text {
  color: #969696;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 17px;
}

.gallery-wrapper {
  margin-top: 56px;
}

.blog-list-item {
  min-height: 100px;
}

.blog-info-text {
  color: silver;
  text-transform: uppercase;
  font-size: 12px;
}

.small-blog-title {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.small-blog-link {
  color: #333;
  margin-bottom: 21px;
}

.small-blog-link:hover {
  text-decoration: none;
}

.small-list {
  text-align: right;
}

.photo-row {
  border-bottom: 1px solid #0000002b;
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.description-text {
  margin-bottom: 0;
}

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

.div-block-2 {
  text-align: center;
}

.section-2 {
  padding-bottom: 63px;
  position: relative;
}

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

.subtext {
  color: #aaa;
  text-align: left;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 10px;
}

.small-heading-subtext {
  color: #adadad;
  text-align: left;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
}

.content-column {
  padding-left: 20px;
}

.white-wrapper {
  background-color: #0000;
  border-radius: 0;
  margin-top: 0;
  padding: 20px 20px 20px 0;
  line-height: 135%;
  display: block;
  position: static;
}

.div-block-3 {
  padding-bottom: 20px;
}

.social-icon-link-2 {
  opacity: .36;
  width: 20px;
  margin-right: 12px;
  transition: opacity .2s;
}

.social-icon-link-2:hover {
  opacity: .9;
}

.social-link-group {
  margin-bottom: 10px;
}

.sidebar-on-mobile {
  padding-top: 40px;
  display: none;
}

.circle-profile {
  border-radius: 15px;
  width: 70%;
  margin: auto auto 28px 0;
  display: block;
}

.grey-rule {
  background-color: #c7c7c7;
  width: 90px;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.site-description {
  text-align: left;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  line-height: 145%;
}

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

.webflow-link:hover {
  color: #333;
}

.button-2 {
  text-align: center;
  object-fit: fill;
  background-color: #4e4e4e;
  border-radius: 8px;
  justify-content: center;
  display: inline-block;
}

.button-2:hover {
  color: #acacac;
}

.small-heading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
}

.columns {
  display: flex;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  max-width: 760px;
  display: grid;
}

.image {
  object-fit: fill;
}

.div-block-4 {
  width: 100%;
  height: 100%;
  position: static;
}

.image-2 {
  object-fit: cover;
  border-radius: 9px;
  width: 100%;
  height: 100%;
  position: static;
}

.image-3 {
  object-fit: cover;
  border-radius: 13px;
  width: 100%;
  height: 100%;
}

.image-4 {
  width: 100%;
  max-width: none;
}

.image-5 {
  object-fit: cover;
  border-radius: 13px;
  width: 100%;
  height: 100%;
}

.image-6 {
  border-radius: 12px;
  width: 100%;
}

.image-7 {
  object-fit: cover;
  border-radius: 9px;
  width: 100%;
  height: 100%;
}

.image-8 {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

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

.div-block-5 {
  padding-bottom: 20px;
}

.social-icon-link-3 {
  opacity: .36;
  width: 20px;
  margin-right: 12px;
  transition: opacity .2s;
}

.social-icon-link-3:hover {
  opacity: .9;
}

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

.column {
  object-fit: fill;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 60px;
  display: block;
}

.column-2 {
  padding-left: 20px;
  line-height: 135%;
}

.rich-text-block {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 165%;
}

.position-name-text {
  text-transform: none;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.container-4 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  line-height: 80px;
}

.paragraph-light {
  opacity: .6;
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.paragraph-light.cc-position-name {
  color: #000000d9;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.section-3 {
  margin-left: 30px;
  margin-right: 30px;
}

.project-overview-grid {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template: ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 120px;
  margin-bottom: 135px;
  display: flex;
}

.h1 {
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 85px;
}

.featured-posts {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.container-5 {
  flex-wrap: wrap;
  place-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
}

.section-title-text {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.section-title-text:hover {
  text-decoration: underline;
}

.posts-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.posts-collection-list-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.posts-collection-list {
  flex-wrap: wrap;
  margin: -25px -10px;
  display: flex;
}

._2-collection-item {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
}

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

.heading {
  color: #000000bd;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.text-block {
  color: #000000bd;
  padding-top: 3%;
  padding-bottom: 3%;
  font-family: Montserrat, sans-serif;
}

.div-block-7 {
  padding-top: 5%;
}

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

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

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

.position-name-text-2 {
  text-transform: none;
  margin-bottom: 10px;
  padding-top: 2%;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
}

.container-9 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10%;
  padding-bottom: 5%;
}

.section-4 {
  margin-left: 30px;
  margin-right: 30px;
}

.section-5 {
  margin-left: auto;
  margin-right: auto;
}

.detail-header-image {
  width: 100%;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.container-10 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.project-description-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2.5fr;
  margin-top: 120px;
  margin-bottom: 120px;
}

.section-6 {
  margin-left: 30px;
  margin-right: 30px;
}

.image-11 {
  object-fit: cover;
  height: 401px;
}

.div-block-9 {
  flex-flow: column;
  display: flex;
}

.div-block-9.w--current {
  flex-flow: column;
}

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

.text-block-2 {
  color: #000000bd;
  padding-top: 2%;
  font-family: Montserrat, sans-serif;
}

.works-thumbn {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-7 {
  padding-top: 10%;
}

.ytb {
  padding-top: 5%;
  padding-bottom: 15%;
}

.ytb.fashion {
  object-fit: cover;
  flex-direction: column;
  padding-bottom: 5%;
  display: flex;
}

.ytb.fashion.alt {
  padding-bottom: 0%;
}

.bgv {
  padding-top: 5%;
  padding-bottom: 5%;
}

.slider {
  height: 100%;
  margin-top: 5%;
}

.slider.fashion {
  margin-bottom: 15%;
}

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

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

.background-video.fashion {
  aspect-ratio: 1;
  object-fit: contain;
  align-self: center;
  position: relative;
}

.div-block-13 {
  text-align: center;
  margin-top: 15%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.heading-2 {
  color: #5f5f5fbd;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.line-section {
  z-index: 10;
  background-color: #f6f3f029;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.line-section.bottom {
  inset: auto 0% 0%;
}

.line-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 22px;
  padding-right: 22px;
  display: flex;
}

.slide-nav {
  filter: drop-shadow(0 2px 5px #000000b3);
  font-size: 8px;
  position: static;
}

.circle-line {
  background-color: #cecece;
  width: 5px;
  height: 5px;
  position: relative;
}

.text-serif {
  font-style: italic;
}

.main-container {
  z-index: 2;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
  position: relative;
}

.shadow-work-slider {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(90deg, #0b0c0e, #0000);
  width: 10%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.shadow-work-slider.right {
  background-image: linear-gradient(90deg, #0000, #0b0c0e);
  inset: 0% 0% 0% auto;
}

.section-8 {
  color: #f6f3f0e0;
  background-color: #0b0c0e;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.project {
  width: 100%;
}

.button-slider {
  color: #f6f3f0;
  cursor: pointer;
  background-color: #0055fe;
  border: 1px solid #3578ff;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.button-slider:hover {
  color: #f6f3f0;
  background-color: #0055fe;
  border-color: #3578ff;
}

.slide-work {
  margin-right: 32px;
}

.wrap-icon-slider {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrap-icon-slider.left-2 {
  transform: rotate(180deg);
}

.slider-2 {
  background-color: #0000;
  height: auto;
}

.slider-button {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 48px;
  transition: transform .5s;
  display: flex;
  top: 0;
  bottom: 0;
  right: 32px;
  overflow: visible;
}

.slider-button:active {
  transform: scale(.9);
}

.slider-button.previous {
  left: 32px;
  right: auto;
}

.mask-work {
  width: 76%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.headline-centered {
  text-align: center;
  max-width: 448px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}

.wrap-work-slider {
  width: 100%;
  position: relative;
  overflow: clip;
}

.icon-slider-button {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.icon-slider-button.large {
  width: 16px;
  height: 16px;
}

.icon-slider-button.small {
  width: 12px;
  height: 12px;
  display: none;
}

.headsubscript {
  color: #b4b4b4;
  -webkit-text-stroke-color: #a1a1a1;
  margin-bottom: 0;
  margin-left: 10px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 300;
  line-height: 36px;
}

.collection-item {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.h1-medium {
  color: #151515;
  text-align: left;
  text-transform: uppercase;
  margin-left: -.3rem;
  font-size: 5rem;
  line-height: 1;
}

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

.h1-medium.align-center.gray {
  color: #e6e6e6;
}

.heding-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
}

.work-collection-4-column {
  display: none;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.featured-work-container {
  color: #707070;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 4rem 2rem 6rem;
  display: flex;
}

.featured-work-section {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.collection-item-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.project-popup {
  opacity: 0;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.image-12 {
  box-sizing: content-box;
  background-color: #fff;
  border-radius: 20px;
  width: 250px;
  font-size: 1px;
}

.link-block {
  position: relative;
}

.text-block-4 {
  color: #fff;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.project-thumnail-block, .project-thumbnail {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.div-block-14 {
  margin-top: 4%;
  margin-bottom: 4%;
}

.image-14 {
  width: 50%;
}

.image-15 {
  width: 65%;
}

.image-16 {
  width: 45%;
}

.heading-3 {
  color: #000000bd;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.link {
  color: #bdbdbd;
}

.link-block-smaller {
  position: relative;
}

.link-2 {
  color: #000000bd;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.image-19 {
  margin-top: 2%;
}

.image-20 {
  margin-top: 5%;
}

.text-block-5 {
  color: #b4b4b4;
  font-family: Montserrat, sans-serif;
  font-style: italic;
}

@media screen and (min-width: 1280px) {
  .small-heading-subtext {
    margin-top: 2%;
  }

  .white-wrapper {
    margin-bottom: 5%;
    padding-left: 0;
    padding-right: 0;
  }

  .social-link-group {
    align-self: flex-end;
    margin-top: 0%;
    margin-bottom: 0;
    margin-left: 2%;
  }

  .grey-rule {
    width: 45px;
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .button-2 {
    margin-top: 0%;
  }

  .image-5, .image-7 {
    border-radius: 15px;
  }

  .div-block-8 {
    grid-template-columns: 1fr 2.25fr;
  }

  .works-thumbn {
    object-fit: cover;
  }

  .heading-2 {
    letter-spacing: 2px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 35px;
    display: block;
  }

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

  .work-collection-4-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .work-collection-2-column {
    display: none;
  }

  .image-12 {
    width: 75%;
  }

  .link-block {
    object-fit: cover;
    display: flex;
  }

  .text-block-4 {
    text-align: center;
    width: 75%;
  }

  .project-thumnail-block {
    object-fit: fill;
    flex-flow: column;
    display: block;
  }

  .project-thumbnail {
    aspect-ratio: auto;
    object-fit: cover;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    border-radius: 15px;
    height: 100%;
    display: block;
  }

  .container-11 {
    margin-bottom: 930px;
  }

  .image-13 {
    border-radius: 15px;
  }

  .div-block-14 {
    margin-top: 2%;
    margin-bottom: 2%;
    display: flex;
  }

  .image-14 {
    width: 60%;
  }

  .image-15 {
    width: 80%;
  }

  .image-16 {
    width: 50%;
  }

  .image-17, .image-18 {
    border-radius: 15px;
  }

  .heading-3 {
    color: #000000bd;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

  .link-block-smaller {
    object-fit: cover;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #ecf0f1;
    text-align: center;
    padding: 9px 0;
  }

  .navigation-link:hover {
    color: #fff;
  }

  .hamburger-button {
    padding: 7px;
  }

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

  .navigation-menu {
    background-color: #000;
    margin-top: 0;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .section {
    padding-bottom: 0;
  }

  .content-column {
    padding-left: 10px;
  }

  .white-wrapper {
    padding: 14px;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .project-overview-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-5 {
    flex-flow: column;
    align-items: center;
  }

  .project-description-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .h1-medium {
    font-size: 4rem;
    line-height: 1.1;
  }

  .h1-medium.align-center, .h1-medium.align-center.gray {
    font-size: 4rem;
  }

  .heding-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .work-collection-4-column {
    display: block;
  }

  .work-collection-2-column {
    display: none;
  }

  .featured-work-container {
    padding: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .navigation-bar {
    z-index: 1000;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hamburger-button {
    padding: 10px;
  }

  .brand-text {
    margin-top: 5px;
  }

  .footer {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .about-photo {
    margin-bottom: 32px;
    padding-right: 0;
  }

  .blog-list-item {
    margin-bottom: 26px;
  }

  .blog-info-text {
    margin-bottom: 7px;
  }

  .small-list {
    text-align: center;
    margin-top: 56px;
  }

  .blog-title-wrapper {
    text-align: center;
  }

  .subtext {
    margin-bottom: 0;
  }

  .white-wrapper {
    margin-top: 20px;
    padding: 34px;
  }

  .sidebar-on-mobile {
    padding-top: 0;
    display: block;
  }

  .grey-rule {
    margin-top: 21px;
    margin-bottom: 21px;
  }

  .container-2 {
    grid-template-columns: 1fr;
  }

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

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

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .section-3 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  ._2-collection-item {
    width: 100%;
  }

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

  .section-4, .section-5 {
    margin-left: 15px;
    margin-right: 15px;
  }

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

  .work-position-wrap {
    margin-bottom: 40px;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

  .section-6 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .line-inner {
    padding-left: 6px;
    padding-right: 6px;
  }

  .slider-button {
    right: 0;
  }

  .slider-button.previous {
    left: 0;
  }

  .h1-medium {
    font-size: 2.75rem;
  }

  .h1-medium.align-center, .h1-medium.align-center.gray {
    font-size: 3rem;
  }

  .heding-wrapper {
    width: 100%;
    display: flex;
  }

  .featured-work-container {
    align-items: stretch;
    padding: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .photo-link-block {
    margin-bottom: 0;
  }

  .photo-row {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .white-wrapper {
    padding: 20px;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .project-overview-grid {
    width: 100%;
    max-width: none;
  }

  .featured-posts {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .project-description-grid {
    width: 100%;
    max-width: none;
  }

  .slide-work {
    margin-right: 20px;
  }

  .mask-work {
    width: 85%;
  }

  .h1-medium {
    font-size: 2rem;
    line-height: 1;
  }

  .h1-medium.align-center, .h1-medium.align-center.gray {
    font-size: 2rem;
  }

  .heding-wrapper {
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .featured-work-container {
    padding: 2rem 1rem;
  }
}

#w-node-_1139d03b-6b8b-5c16-cf05-8e636077d08d-02c7afa2 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_833b41a9-e4bc-7482-addf-c18d09e314ff-02c7afa2, #w-node-_77771713-3ae3-0e21-18d6-6bcc8a0243c1-02c7afa2, #w-node-_7ff6cb11-4ee6-95b9-3682-0b113dbf7325-02c7afa2, #w-node-d7d3bf5a-a674-85c3-0819-b61a3001aa6d-02c7afa2, #w-node-e6e8883f-1bb4-f483-8671-d31ae1b22975-02c7afa2, #w-node-_9818b455-aaff-7537-c415-7c458a041c43-02c7afa2, #w-node-e1a0c5c6-aef7-af18-59ec-d7c2f61d66cb-02c7afa2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec7c0600-0f4f-d10a-46fd-9a828841672f-02c7afa2 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-d279fb41-44b7-2f15-32e0-9590050891eb-02c7afa2, #w-node-_27b1a639-af7a-52f3-326b-e3f8924c679a-02c7afa2, #w-node-_27a9f28b-bf17-1254-b0e9-7dbf40c89142-02c7afa2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44e52086-c935-0496-005d-029c46af1a32-02c7afa3 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_44e52086-c935-0496-005d-029c46af1a37-02c7afa3 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_44e52086-c935-0496-005d-029c46af1a32-02c7afa8 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_44e52086-c935-0496-005d-029c46af1a37-02c7afa8 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_363fd603-6a87-fbc9-756c-d7f2ee9b9144-02c7afa8, #w-node-f10c2c79-58e7-fd36-fbf7-a602587f5d50-02c7afa8, #w-node-f10c2c79-58e7-fd36-fbf7-a602587f5d54-02c7afa8, #w-node-f10c2c79-58e7-fd36-fbf7-a602587f5d59-02c7afa8, #w-node-f10c2c79-58e7-fd36-fbf7-a602587f5d5d-02c7afa8, #w-node-f10c2c79-58e7-fd36-fbf7-a602587f5d61-02c7afa8, #w-node-f10c2c79-58e7-fd36-fbf7-a602587f5d63-02c7afa8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44e52086-c935-0496-005d-029c46af1a32-02c7afab {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_44e52086-c935-0496-005d-029c46af1a37-02c7afab {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_363fd603-6a87-fbc9-756c-d7f2ee9b9144-02c7afab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3a106d2-c1ec-1ee2-c3ae-eebfda433c65-7355602c {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-c3a106d2-c1ec-1ee2-c3ae-eebfda433c6a-7355602c {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_86a23d8e-c25a-b410-046c-b8605faa6c3a-7355602c, #w-node-_86a23d8e-c25a-b410-046c-b8605faa6c3f-7355602c, #w-node-_0231727d-f9b7-8dc8-9b92-7bca8f35e4dc-7355602c, #w-node-_5b199821-2d6c-1ba3-c78e-da4ec6b0d3f0-7355602c, #w-node-_5b199821-2d6c-1ba3-c78e-da4ec6b0d3f4-7355602c, #w-node-_5b199821-2d6c-1ba3-c78e-da4ec6b0d3f6-7355602c, #w-node-_810881c0-ac8f-988f-dbdd-cd2f0e8013e9-7355602c, #w-node-_810881c0-ac8f-988f-dbdd-cd2f0e8013ed-7355602c, #w-node-aa4b7754-c518-4152-082a-405d2d2afc66-7355602c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44e52086-c935-0496-005d-029c46af1a32-94a6a7db {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_44e52086-c935-0496-005d-029c46af1a37-94a6a7db {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_363fd603-6a87-fbc9-756c-d7f2ee9b9144-94a6a7db, #w-node-df752c1b-8ff4-e80f-7851-48ac075e0e4e-94a6a7db, #w-node-df752c1b-8ff4-e80f-7851-48ac075e0e52-94a6a7db, #w-node-df752c1b-8ff4-e80f-7851-48ac075e0e57-94a6a7db, #w-node-_1ec15b8b-8e1f-fecc-7fa6-e0c8ed732943-94a6a7db, #w-node-_1ec15b8b-8e1f-fecc-7fa6-e0c8ed732947-94a6a7db, #w-node-_1ec15b8b-8e1f-fecc-7fa6-e0c8ed73294c-94a6a7db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44e52086-c935-0496-005d-029c46af1a32-7dc9d4a4 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_44e52086-c935-0496-005d-029c46af1a37-7dc9d4a4 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_363fd603-6a87-fbc9-756c-d7f2ee9b9144-7dc9d4a4, #w-node-df752c1b-8ff4-e80f-7851-48ac075e0e4e-7dc9d4a4, #w-node-df752c1b-8ff4-e80f-7851-48ac075e0e52-7dc9d4a4, #w-node-df752c1b-8ff4-e80f-7851-48ac075e0e57-7dc9d4a4, #w-node-_1ec15b8b-8e1f-fecc-7fa6-e0c8ed732943-7dc9d4a4, #w-node-_1ec15b8b-8e1f-fecc-7fa6-e0c8ed732947-7dc9d4a4, #w-node-_1ec15b8b-8e1f-fecc-7fa6-e0c8ed73294c-7dc9d4a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44e52086-c935-0496-005d-029c46af1a32-44bb4349 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_44e52086-c935-0496-005d-029c46af1a37-44bb4349 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_363fd603-6a87-fbc9-756c-d7f2ee9b9144-44bb4349, #w-node-_1ec15b8b-8e1f-fecc-7fa6-e0c8ed732943-44bb4349, #w-node-_1ec15b8b-8e1f-fecc-7fa6-e0c8ed732947-44bb4349, #w-node-_1ec15b8b-8e1f-fecc-7fa6-e0c8ed73294c-44bb4349, #w-node-df752c1b-8ff4-e80f-7851-48ac075e0e4e-44bb4349, #w-node-df752c1b-8ff4-e80f-7851-48ac075e0e52-44bb4349, #w-node-df752c1b-8ff4-e80f-7851-48ac075e0e57-44bb4349, #w-node-_4c5a6ea0-5788-6a27-cf86-720176fe25b1-44bb4349, #w-node-_4c5a6ea0-5788-6a27-cf86-720176fe25b4-44bb4349, #w-node-_4c5a6ea0-5788-6a27-cf86-720176fe25b9-44bb4349, #w-node-cd061dbe-9e0f-2351-5191-00a7f3c4c009-44bb4349, #w-node-cd061dbe-9e0f-2351-5191-00a7f3c4c00c-44bb4349, #w-node-cd061dbe-9e0f-2351-5191-00a7f3c4c011-44bb4349 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_77771713-3ae3-0e21-18d6-6bcc8a0243c1-02c7afa2, #w-node-d7d3bf5a-a674-85c3-0819-b61a3001aa6d-02c7afa2, #w-node-_9818b455-aaff-7537-c415-7c458a041c43-02c7afa2, #w-node-_27b1a639-af7a-52f3-326b-e3f8924c679a-02c7afa2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_44e52086-c935-0496-005d-029c46af1a32-02c7afa3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_44e52086-c935-0496-005d-029c46af1a37-02c7afa3 {
    grid-column-end: 2;
  }

  #w-node-_44e52086-c935-0496-005d-029c46af1a32-02c7afa8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_44e52086-c935-0496-005d-029c46af1a37-02c7afa8 {
    grid-column-end: 2;
  }

  #w-node-_44e52086-c935-0496-005d-029c46af1a32-02c7afab {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_44e52086-c935-0496-005d-029c46af1a37-02c7afab {
    grid-column-end: 2;
  }

  #w-node-c3a106d2-c1ec-1ee2-c3ae-eebfda433c65-7355602c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c3a106d2-c1ec-1ee2-c3ae-eebfda433c6a-7355602c {
    grid-column-end: 2;
  }

  #w-node-_44e52086-c935-0496-005d-029c46af1a32-94a6a7db {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_44e52086-c935-0496-005d-029c46af1a37-94a6a7db {
    grid-column-end: 2;
  }

  #w-node-_44e52086-c935-0496-005d-029c46af1a32-7dc9d4a4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_44e52086-c935-0496-005d-029c46af1a37-7dc9d4a4 {
    grid-column-end: 2;
  }

  #w-node-_44e52086-c935-0496-005d-029c46af1a32-44bb4349 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_44e52086-c935-0496-005d-029c46af1a37-44bb4349 {
    grid-column-end: 2;
  }
}


