:root {
  --white: white;
  --black: black;
}

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

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

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

@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: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Bevan, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bevan, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

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

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

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-jumbo {
  text-transform: none;
  align-self: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: auto;
  font-family: Bevan, sans-serif;
  font-size: 64px;
  line-height: 80px;
}

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

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

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label.cc-about-light {
  opacity: .6;
}

.paragraph-light {
  opacity: .6;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  margin-right: auto;
  display: block;
}

.paragraph-light.cc-position-name {
  margin-bottom: 5px;
}

.paragraph-light.cc-position-name.centred {
  text-align: left;
  justify-content: center;
}

.paragraph-light.hero-description {
  width: 40vw;
}

.section {
  text-align: left;
  margin-bottom: auto;
  margin-left: 30px;
  margin-right: 30px;
  display: block;
}

.section.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.brochure-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #a9a9a9;
  border-radius: 8px;
  width: auto;
  max-width: 300px;
  margin: 37px 30px 47px 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: block;
}

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

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.button.cc-white-button.w--current {
  align-self: flex-start;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  text-align: left;
  align-self: flex-start;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item.linkedin {
  text-transform: none;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.intro-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template: "Area"
                 "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 100px;
  margin-bottom: 140px;
  display: block;
}

.name-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

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

.work-description {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.work-experience-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / .25fr 1fr 1fr 1fr 1fr .25fr;
  grid-auto-columns: 1fr;
  margin-bottom: 140px;
  display: grid;
}

.works-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 / 1.5fr 1fr;
  margin-bottom: 80px;
  display: block;
}

.works-grid.home-page {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: grid;
}

.carrer-headline-wrap {
  width: 70%;
  margin-bottom: 50px;
}

.work-image {
  text-align: center;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 460px;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.work-image:hover {
  opacity: .8;
}

.work-image:active {
  opacity: .7;
}

.work-image.cc-work-1 {
  object-fit: fill;
  background-image: url('../images/Covers_trio.jpg');
}

.work-image.cc-work-2 {
  object-fit: contain;
  background-image: url('../images/mgi_prioritizing-health_report_july-2020-9.png');
  background-repeat: repeat;
  background-size: 150%;
}

.work-image.cc-work-3 {
  background-image: url('../images/mgi_prioritizing-health_report_july-2020-9.png');
  background-size: cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/digital_cover_1_iphone.jpg');
  background-position: 50% 31%;
  background-size: cover;
}

.work-image.cc-work-1 {
  background-image: url('../images/Editorial_hero.jpg');
  background-size: cover;
}

.work-image.cc-work-4 {
  background-image: url('../images/Promotional_hero.jpg');
  background-size: cover;
}

.work-image.cc-work-5 {
  object-fit: contain;
  background-image: url('../images/PW_LOGOS_2024_BW.png');
  background-position: 50% 0;
  background-size: cover;
  height: 520px;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.footer-item.lowercase, .footer-item.linkedin, .footer-item.behance {
  text-transform: none;
}

.about-intro-grid {
  grid-column-gap: 53px;
  grid-row-gap: 30px;
  grid-template: ". Area"
  / 1fr 1fr;
  justify-content: stretch;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 140px;
}

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Bevan, sans-serif;
}

.service-name-text {
  opacity: .6;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.reference-link:hover {
  opacity: 1;
}

.reference-link:active {
  opacity: .9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  padding-top: 10px;
}

.skills-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: "Area Area"
                 "Area Area"
                 / 1fr 1fr;
  justify-content: start;
  place-items: start;
  margin-bottom: 140px;
}

.personal-features-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
  margin-bottom: 110px;
}

.speaking-text {
  margin-right: 8px;
  display: inline-block;
}

.speaking-text.cc-past-speaking {
  opacity: .6;
}

.speaking-detail {
  opacity: .6;
  display: inline-block;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.social-media-heading {
  margin-bottom: 60px;
}

.social-media-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . ."
                       ". . . .";
  margin-bottom: 30px;
}

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

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

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

.detail-image {
  background-color: #0000;
  width: 100%;
  margin-bottom: 30px;
}

.detail-image.works-grid.green {
  background-color: #5a7469;
  margin-top: 30px;
}

.detail-image.works-grid.on-top {
  background-image: url('../images/PW_LOGOS_2024_col.png');
  background-position: 0 0;
  background-size: auto;
}

.detail-image.works-grid.on-top.hover {
  opacity: 0;
  mix-blend-mode: normal;
}

.detail-image.brown {
  background-color: #77604c;
}

.detail-image.infographic {
  width: auto;
  height: 100vh;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.email-section {
  text-align: center;
  width: 70%;
  margin: 140px auto 200px;
}

.email-link {
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 400;
  line-height: 88px;
  text-decoration: none;
}

.email-link:hover {
  opacity: .8;
}

.email-link:active {
  opacity: .7;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  align-self: flex-start;
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.image {
  aspect-ratio: auto;
  object-fit: none;
  position: static;
}

.slide-1 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Editorial_hero.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-clip: border-box;
}

.slider {
  width: auto;
  height: 84svh;
}

.slide-2 {
  background-image: url('../images/Cropped-heroes.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.slider-2 {
  display: block;
}

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

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

.flex-block.paragraph-small {
  grid-column-gap: 49px;
  grid-row-gap: 47px;
  text-align: center;
  background-color: #9e9e9e00;
  border-radius: 10px;
  grid-template-rows: auto auto auto auto auto auto;
  padding: 48px;
}

.flex-block.paragraph-small.gray-bkgd {
  grid-column-gap: 49px;
  grid-row-gap: 49px;
  background-color: #9e9e9e;
  flex-flow: row;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.div-block-2, .body {
  text-align: left;
}

.heading, .heading-2, .heading-3, .heading-4, .heading-5 {
  font-family: Bevan, sans-serif;
}

.block-quote {
  font-family: Bevan, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.div-block-3 {
  background-image: url('../images/PW_LOGOS_2024_BW.png'), url('../images/PW_LOGOS_2024_col.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 100%;
}

.image-2 {
  border-radius: 10px;
}

.selfie {
  border: 3px solid #000;
  border-radius: 50%;
  width: 240px;
  height: 240px;
  display: block;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

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

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

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.quick-stack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-left: 30px;
  margin-right: 30px;
}

.bio-image {
  float: right;
  aspect-ratio: 1;
  outline-offset: 0px;
  object-fit: cover;
  border: 0 #000;
  border-radius: 50%;
  outline: 3px solid #1a1b1f;
  flex: none;
  align-self: center;
  width: 20vw;
  height: auto;
  display: block;
}

.image-3 {
  float: right;
  clear: none;
  mix-blend-mode: normal;
  background-color: #d3d3d3;
  border: 1px #000;
  border-radius: 50%;
  width: 20vw;
}

.div-block-4 {
  float: right;
  aspect-ratio: 1;
  width: 20vw;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.testimonial-slide {
  background-color: #ededed;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 100px;
  padding: 40px 12px 60px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.quick-stack-2 {
  background-color: #e4e4e4;
}

.quick-stack-3 {
  background-color: #bbbbbb47;
}

.image-4 {
  width: auto;
  height: auto;
}

.quick-stack-4 {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.quick-stack-4.grid-intact {
  width: 100vh;
}

.image-5 {
  height: auto;
}

.image-6, .image-7 {
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
}

.image-8 {
  width: 53%;
  margin-left: -11px;
}

.quick-stack-5 {
  box-sizing: content-box;
  object-fit: fill;
  padding-left: 0;
  padding-right: 0;
}

.image-9 {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-10 {
  object-fit: scale-down;
  border-radius: 15px;
  overflow: scroll;
}

.image-11, .image-12 {
  border-radius: 15px;
}

.display-s {
  letter-spacing: -.02em;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2em;
}

.display-s.display-s-absolute {
  position: absolute;
}

.card-icon {
  width: 1rem;
  max-height: 1rem;
}

.card-icon.card-icon-absolute {
  position: absolute;
  inset: 100% 0% auto;
}

.card-icon-wrapper {
  display: flex;
  position: relative;
}

.card-button-wrapper {
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 1.5rem 1.5rem auto;
}

.card-button {
  background-color: #fff;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  grid-auto-columns: minmax(.5rem, 1fr);
}

.card-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: .5rem;
}

.card-content-title {
  position: relative;
}

.card-transition-block {
  aspect-ratio: 1;
  background-color: #000;
  border-radius: .5rem;
  width: 100%;
  position: absolute;
}

.card-transition-image {
  position: absolute;
  inset: 25% 0% 0% 40%;
}

.container-3 {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.card-content {
  position: absolute;
  inset: auto 1.5rem 1.5rem;
  overflow: hidden;
}

.card-icon-outer-wrapper {
  overflow: hidden;
}

.card {
  color: #fff;
  cursor: pointer;
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
}

.cell {
  display: flex;
}

.image-13 {
  background-image: url('../images/mgi_prioritizing-health_report_july-2020-9.png');
  background-position: 0 0;
  background-size: auto;
}

.image-14 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: scale-down;
  object-position: 50% 0%;
  border-radius: 15px;
  position: static;
  overflow: clip;
}

.image-15 {
  object-fit: fill;
  border-radius: 15px;
  width: auto;
}

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

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

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

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

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

.image-16 {
  object-fit: fill;
}

.image-17, .image-18, .image-19, .image-20 {
  flex: 1;
}

.text-block-41 {
  color: #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 100px;
  line-height: 110px;
  transition: transform .3s, color .3s;
}

.text-block-41:hover {
  color: #ffe23f;
  transform: skew(-45deg);
}

.link-block-5 {
  display: none;
}

.go-look {
  color: #000;
  text-align: center;
  font-size: 32px;
  line-height: 30px;
}

.subproject-image-div {
  background-image: url('../images/Untitled-1.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 450px;
  display: flex;
}

.subproject-image-div.subproject-2 {
  background-image: url('../images/wide_obi_2.jpg');
}

.subproject-image-div.subproject-6 {
  background-image: url('../images/wide_yahava_1.jpg');
}

.subproject-image-div.subproject-3 {
  background-image: url('../images/wide_ccb_2.jpg');
}

.subproject-image-div.subproject-5 {
  background-image: url('../images/wide_petrescue_1.jpg');
}

.subproject-image-div.subproject-4 {
  background-image: url('../images/homepage_winelabel_1.jpg');
}

.subproject-image-div.subproject-1 {
  background-image: url('../images/wide_sunsmock_2.jpg');
}

.link-block {
  position: absolute;
  inset: 0%;
}

.thin-line {
  background-color: #000;
  width: 80vw;
  max-width: 1500px;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.thin-line.homepage-line {
  width: 85vw;
  max-width: 1800px;
}

.subproject-div {
  background-color: #ffe23f;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.subproject-div.purple-bg {
  background-color: #f378f1;
  position: relative;
}

.subproject-div.red-bg {
  background-color: #fa5b5b;
  width: 100%;
  height: 100%;
  position: relative;
}

.subproject-div.brown-bg {
  background-color: #a87640;
}

.subproject-div.orange-bg {
  background-color: #fd9e29;
}

.subproject-div.yellow-bg {
  width: 100%;
  height: 100%;
  position: relative;
}

.subproject-div.green-bg {
  background-color: #59f56b;
  position: relative;
}

.quick-stack-6 {
  width: 85vw;
  max-width: 1800px;
  margin-bottom: 30px;
  padding: 0;
}

.link-block-4 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 85vw;
  max-width: 1800px;
  margin-top: 20px;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.link-block-4:hover {
  color: #ffe23f;
}

.subproject-description {
  color: #000;
  margin-top: 10px;
  padding-right: 65px;
  font-size: 24px;
  line-height: 28px;
}

.subproject-text-area {
  margin-top: 28px;
  padding-left: 30px;
  padding-right: 30px;
}

.subproject-titles {
  color: #000;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 30px;
}

.subproject-go-look {
  opacity: 1;
  background-color: #ffe23f;
  justify-content: center;
  align-items: center;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.subproject-go-look:hover {
  opacity: 1;
}

.subproject-go-look.go-look-green {
  opacity: 0;
  background-color: #59f56b;
}

.subproject-go-look.go-look-green:hover {
  opacity: 1;
}

.subproject-go-look.go-look-purple {
  opacity: 0;
  background-color: #f378f1;
}

.subproject-go-look.go-look-purple:hover {
  opacity: 1;
}

.subproject-go-look.go-look-red {
  opacity: 0;
  background-color: #fa5b5b;
}

.subproject-go-look.go-look-red:hover {
  opacity: 1;
}

.subproject-go-look.go-look-brown {
  opacity: 0;
  background-color: #a87640;
}

.subproject-go-look.go-look-brown:hover {
  opacity: 1;
}

.subproject-go-look.go-look-yellow {
  opacity: 0;
}

.subproject-go-look.go-look-yellow:hover {
  opacity: 1;
}

.subproject-go-look.go-look-orange {
  opacity: 0;
  background-color: #fd9e29;
}

.subproject-go-look.go-look-orange:hover {
  opacity: 1;
}

.home-page-project-type {
  color: #f378f1;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.home-page-project-type.black {
  color: #000;
}

.subproject-section {
  flex-direction: column;
  align-items: center;
  width: 100vw;
  display: flex;
}

.image-21 {
  border-radius: 6px;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto auto;
  margin-bottom: 80px;
}

.columns {
  margin-top: 20px;
}

.modernbody {
  padding-bottom: 0;
}

.text-999, .home-image-link-block:hover {
  color: #999;
}

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

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

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

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

.work-description-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

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

.work-experience-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-bottom: 140px;
}

.works-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 ". . ."
                 / 1.5fr 1fr 1.5fr;
  margin-bottom: 80px;
}

.paragraph-light-2 {
  opacity: .6;
}

.paragraph-light-2.cc-position-name {
  margin-bottom: 5px;
}

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

.label-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label-2.cc-about-light {
  opacity: .6;
}

.label-2.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.about-intro-grid-2 {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 140px;
}

.hi-there-heading-2 {
  margin-top: 10px;
  margin-bottom: 20px;
}

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

.skills-grid-2 {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  margin-bottom: 140px;
}

.services-items-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  padding-top: 10px;
}

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

.skillset-wrap-2 {
  padding-right: 60px;
}

.image-22 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.image-22.hover {
  opacity: 0;
  mix-blend-mode: normal;
}

.image-22.hover.colour {
  opacity: 1;
}

.link-block-6 {
  display: none;
}

.link-block-7 {
  z-index: auto;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .styleguide-block, .rich-text {
    text-align: left;
  }

  .container {
    float: none;
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-position: 0% 50%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: static;
  }

  .styleguide-header-wrap {
    text-align: left;
  }

  .heading-jumbo {
    text-align: left;
    align-self: flex-start;
    margin-right: 40px;
    font-size: 56px;
    line-height: 70px;
  }

  .label.cc-styleguide-label {
    text-align: left;
  }

  .paragraph-light.hero-description.phone {
    width: 60%;
  }

  .section.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .paragraph-bigger.cc-bigger-light {
    align-self: flex-start;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-wrap {
    margin-right: 0;
  }

  .work-experience-grid {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .works-grid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .work-image.cc-work-1 {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/Editorial_hero.jpg');
    background-position: 0 0;
    background-size: cover;
    background-attachment: scroll;
    background-clip: border-box;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .about-intro-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-head-text-wrap {
    text-align: left;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    text-align: left;
    padding-right: 0;
  }

  .services-items-grid {
    grid-row-gap: 0px;
    text-align: left;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
  }

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

  .personal-features-grid {
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-heading {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-grid {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .project-overview-grid {
    grid-row-gap: 14px;
    aspect-ratio: auto;
    text-align: left;
    object-position: 0% 50%;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    place-content: start;
    width: 70%;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
  }

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

  .detail-image.works-grid.green {
    margin-top: 30px;
  }

  .email-section {
    margin-bottom: 160px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .figure-caption {
    text-align: left;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .bio-image {
    height: 45.8063%;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .quick-stack-3 {
    grid-row-gap: 20px;
  }

  .image-4 {
    width: auto;
    position: static;
  }

  .image-8 {
    margin-left: -15px;
  }

  .grid {
    grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  }

  .card-transition-block {
    inset: 0%;
  }

  .container-4 {
    max-width: 728px;
  }

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

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .menu-button-2 {
    padding: 12px;
  }

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

  .text-block-41 {
    font-size: 80px;
  }

  .subproject-image-div.subproject-1, .subproject-image-div.subproject-2, .subproject-image-div.subproject-6, .subproject-image-div.subproject-3, .subproject-image-div.subproject-5, .subproject-image-div.subproject-4, .subproject-image-div.subproject-1 {
    height: 350px;
  }

  .thin-line {
    width: 90vw;
    max-width: none;
  }

  .thin-line.homepage-line {
    width: 90vw;
  }

  .quick-stack-6 {
    width: 90vw;
    max-width: none;
  }

  .link-block-4 {
    width: 90vw;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .subproject-description {
    padding-right: 0;
  }

  .home-page-project-type {
    display: none;
  }

  .home-page-project-type.black {
    display: block;
  }

  .column-2 {
    padding-left: 0;
  }

  .grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
  }

  .work-experience-grid-2 {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .works-grid-2 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .about-intro-grid-2 {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-head-text-wrap-2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .services-items-grid-2 {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
  }

  .skillset-wrap-2 {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    text-align: left;
    font-size: 30px;
    line-height: 52px;
  }

  .heading-jumbo-tiny {
    text-align: left;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .container {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-small, .styleguide-header-wrap {
    text-align: left;
  }

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

  .paragraph-tiny, .label, .label.cc-styleguide-label {
    text-align: left;
  }

  .paragraph-light {
    text-align: left;
    margin-right: 140px;
  }

  .paragraph-light.hero-description.phone {
    width: auto;
  }

  .paragraph-light.medium-break {
    margin-right: 0;
  }

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

  .section.cc-contact {
    padding: 15px;
  }

  .button {
    margin-bottom: 41px;
  }

  .paragraph-bigger {
    text-align: left;
    font-size: 16px;
    line-height: 28px;
  }

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

  .navigation {
    padding: 20px 30px;
  }

  .intro-wrap {
    text-align: left;
  }

  .work-experience-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

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

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .about-intro-grid {
    text-align: left;
    grid-auto-flow: row;
    justify-content: stretch;
    justify-items: stretch;
  }

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 70%;
    max-width: 470px;
  }

  .personal-features-grid, .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

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

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

  .detail-image {
    margin-bottom: 15px;
  }

  .detail-image.infographic {
    height: auto;
  }

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

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

  .flex-block.paragraph-small.gray-bkgd {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .flex-block.paragraph-tiny {
    place-items: start stretch;
    margin-left: 40px;
    margin-right: 40px;
  }

  .heading {
    text-align: left;
    margin-bottom: 10px;
  }

  .heading-2, .heading-3, .heading-4, .heading-6, .heading-7, .paragraph, .link, .figure-caption {
    text-align: left;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .div-block-5, .div-block-5.on-top {
    background-image: url('../images/PW_LOGOS_2024_col.png'), url('../images/PW_LOGOS_2024_col.png');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .image-8 {
    width: 30%;
    margin-left: -10px;
  }

  .grid {
    grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  }

  .container-3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

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

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

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

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

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .text-block-41 {
    line-height: 85px;
  }

  .link-block-5 {
    z-index: 2;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .link-block {
    z-index: 1;
  }

  .thin-line {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .subproject-description {
    font-size: 18px;
    line-height: 22px;
  }

  .subproject-text-area {
    margin-top: 23px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subproject-titles {
    margin-bottom: 5px;
    font-size: 26px;
    line-height: 28px;
  }

  .subproject-go-look.go-look-green, .subproject-go-look.go-look-red, .subproject-go-look.go-look-yellow, .subproject-go-look.go-look-orange {
    display: none;
  }

  .home-page-project-type.black {
    font-size: 12px;
    line-height: 16px;
  }

  .grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .modernbody {
    margin-top: 0;
  }

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

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

  .work-experience-grid-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

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

  .about-head-text-wrap-2 {
    width: 70%;
    max-width: 470px;
  }

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

  .skills-grid-2 {
    grid-template-columns: 1fr;
    width: 70%;
    max-width: 470px;
  }

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

  .link-block-6 {
    z-index: 2;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .link-block-7 {
    z-index: 1;
  }
}

@media screen and (max-width: 479px) {
  .heading-jumbo-small, .styleguide-block, .heading-jumbo-tiny {
    text-align: left;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .container, .paragraph-small {
    text-align: left;
  }

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

  .paragraph-tiny, .label, .label.cc-styleguide-label {
    text-align: left;
  }

  .paragraph-light {
    text-align: left;
    margin-right: 40px;
  }

  .paragraph-light.hero-description.phone {
    width: auto;
  }

  .paragraph-bigger, .paragraph-bigger.cc-bigger-light {
    text-align: left;
  }

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

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .work-position-wrap {
    margin-bottom: auto;
  }

  .work-image.cc-work-1 {
    background-image: url('../images/Editorial_hero.jpg');
    background-position: 50%;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap, .footer-wrap {
    flex-direction: column;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }

  .personal-features-grid, .social-media-heading {
    width: 100%;
    max-width: none;
  }

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

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

  .detail-image.infographic {
    height: auto;
  }

  .email-section {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .email-link {
    font-size: 30px;
    line-height: 46px;
  }

  .flex-block.paragraph-small.gray-bkgd {
    grid-column-gap: 49px;
    grid-row-gap: 47px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .heading, .heading-2, .heading-3, .heading-4, .heading-6, .heading-7, .paragraph, .link, .figure-caption {
    text-align: left;
  }

  .container-2 {
    max-width: none;
  }

  .bio-image {
    border: 1px solid #000;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .button-2 {
    background-color: #060606;
  }

  .image-4 {
    width: 100vw;
  }

  .image-8 {
    margin-left: -9px;
  }

  .card-button-wrapper {
    top: 1rem;
    left: 1rem;
    right: 1rem;
  }

  .card-button {
    width: 2rem;
    height: 2rem;
  }

  .grid {
    grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  }

  .card-transition-image {
    top: 35%;
    left: 60%;
  }

  .container-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .card-content {
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
  }

  .container-4 {
    max-width: none;
  }

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

  .text-block-41 {
    font-size: 70px;
    line-height: 70px;
  }

  .subproject-image-div.subproject-1, .subproject-image-div.subproject-2, .subproject-image-div.subproject-6, .subproject-image-div.subproject-3, .subproject-image-div.subproject-5, .subproject-image-div.subproject-4, .subproject-image-div.subproject-1 {
    height: 300px;
  }

  .thin-line {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .link-block-4 {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .subproject-description {
    font-size: 16px;
    line-height: 20px;
  }

  .homearticlegrid {
    margin-bottom: 30px;
  }

  .grid-2 {
    justify-content: stretch;
    display: block;
  }

  .columns {
    margin-top: 10px;
  }

  .modernbody {
    margin-top: 10px;
    padding-bottom: 0;
  }

  .paragraph-light-2 {
    text-align: left;
  }

  .about-head-text-wrap-2 {
    width: 100%;
    max-width: none;
  }

  .skills-grid-2 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }
}

#w-node-_0ead9244-63a7-5843-7389-c8421b4963c9-9a43949a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0ead9244-63a7-5843-7389-c8421b4963d1-9a43949a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_0ead9244-63a7-5843-7389-c8421b4963d8-9a43949a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_0ead9244-63a7-5843-7389-c8421b4963df-9a43949a {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_5bcb0dce-7265-151c-c6d7-4a6fba466c52-9a43949a {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_72f93ad3-79aa-8eaa-8057-b4cf2a4301d4-9a43949e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_72f93ad3-79aa-8eaa-8057-b4cf2a4301db-9a43949e {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-e7a12d2f-5a15-ebf9-b72a-8de9cc33b780-9a43949e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e7a12d2f-5a15-ebf9-b72a-8de9cc33b785-9a43949e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e7a12d2f-5a15-ebf9-b72a-8de9cc33b786-9a43949e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e7a12d2f-5a15-ebf9-b72a-8de9cc33b78f-9a43949e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a6086bdf-6900-ab61-0889-db1cd19e0bb4-9a43949e {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_6530bac0-ac92-81a0-f821-e48d22dc72cf-9a43949e, #w-node-_6530bac0-ac92-81a0-f821-e48d22dc72cf-9a43949e:active {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6530bac0-ac92-81a0-f821-e48d22dc72d1-9a43949e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6530bac0-ac92-81a0-f821-e48d22dc72d3-9a43949e {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_6530bac0-ac92-81a0-f821-e48d22dc72d4-9a43949e {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-9a4394a0 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_42c9322a-34ed-b43b-ee53-0daaa966c3ec-9a4394a0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_42c9322a-34ed-b43b-ee53-0daaa966c3fa-9a4394a0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cc55db55-809c-abf4-e7d0-353a2db8d762-9a4394a0 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-cc55db55-809c-abf4-e7d0-353a2db8d769-9a4394a0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cc55db55-809c-abf4-e7d0-353a2db8d777-9a4394a0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_21774d75-ce05-8610-b9f5-477d6b0aaad4-9a4394a0 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_21774d75-ce05-8610-b9f5-477d6b0aaadf-9a4394a0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_21774d75-ce05-8610-b9f5-477d6b0aaaed-9a4394a0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1af4fbc8-118c-25f6-727c-c06a2cbec828-9a4394a0 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_2c1a9f9a-98ee-2738-9d77-a5a42f018fb4-9a4394a0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2c1a9f9a-98ee-2738-9d77-a5a42f018fc2-9a4394a0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ebcaae69-2b9f-f7ff-11ed-52c272198489-9a4394a0 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ebcaae69-2b9f-f7ff-11ed-52c27219848a-9a4394a0 {
  grid-row: span 2 / span 2;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-9a4394a1 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-9a4394a1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9fda4a37-cb21-e2a1-58de-88a206fa61ae-9a4394a1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-9a4394a2 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-d76849e0-9688-34f9-ad2e-8a965ecc36e8-9a4394a2, #w-node-e6ce6731-8de6-acc1-b589-1778685376bf-9a4394a2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-be90cc94-4e4b-dce6-fe0a-973989ae8a2e-9a4394a2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1ac1d2c2-6def-739a-459b-2ee7b450e42d-ebbb6dc6 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_87586fdd-53bd-b6e2-0702-419c01de58ab-ebbb6dc6 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_654152f3-6880-e5b1-0eef-50fc17edf0fd-ebbb6dc6, #w-node-ac306705-c01d-8bd1-af64-64eebe597342-8baa54ab {
  grid-area: 1 / 1 / 2 / 5;
}

@media screen and (max-width: 991px) {
  #w-node-_72f93ad3-79aa-8eaa-8057-b4cf2a4301db-9a43949e, #w-node-e7a12d2f-5a15-ebf9-b72a-8de9cc33b785-9a43949e, #w-node-e7a12d2f-5a15-ebf9-b72a-8de9cc33b78f-9a43949e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a6086bdf-6900-ab61-0889-db1cd19e0bb4-9a43949e {
    grid-column-end: 2;
  }

  #w-node-_6530bac0-ac92-81a0-f821-e48d22dc72d3-9a43949e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6530bac0-ac92-81a0-f821-e48d22dc72d4-9a43949e {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-9a4394a0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_42c9322a-34ed-b43b-ee53-0daaa966c3fa-9a4394a0 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cc55db55-809c-abf4-e7d0-353a2db8d762-9a4394a0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cc55db55-809c-abf4-e7d0-353a2db8d777-9a4394a0 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_21774d75-ce05-8610-b9f5-477d6b0aaad4-9a4394a0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_21774d75-ce05-8610-b9f5-477d6b0aaaed-9a4394a0 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1af4fbc8-118c-25f6-727c-c06a2cbec828-9a4394a0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2c1a9f9a-98ee-2738-9d77-a5a42f018fc2-9a4394a0 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-9a4394a1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-9a4394a1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-9a4394a2, #w-node-_1ac1d2c2-6def-739a-459b-2ee7b450e42d-ebbb6dc6, #w-node-_654152f3-6880-e5b1-0eef-50fc17edf0fd-ebbb6dc6, #w-node-ac306705-c01d-8bd1-af64-64eebe597342-8baa54ab {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ebcaae69-2b9f-f7ff-11ed-52c272198489-9a4394a0 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-ebcaae69-2b9f-f7ff-11ed-52c27219848a-9a4394a0 {
    grid-row: span 2 / span 2;
  }

  #w-node-d76849e0-9688-34f9-ad2e-8a965ecc36e8-9a4394a2, #w-node-e6ce6731-8de6-acc1-b589-1778685376bf-9a4394a2, #w-node-be90cc94-4e4b-dce6-fe0a-973989ae8a2e-9a4394a2, #w-node-_87586fdd-53bd-b6e2-0702-419c01de58ab-ebbb6dc6 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}


