:root {
  --midnight-blue: #001126;
  --bright-blue: #0064ff;
  --alice-blue: #f0f6ff;
  --steel-blue: #5289cc;
  --111: #002e66;
  --medium-aquamarine: #5289cc;
  --medium-aquamarine-2: #5289cc;
  --medium-aquamarine-3: #5289cc;
  --medium-aquamarine-4: #5289cc;
}

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

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

@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 {
  color: var(--midnight-blue);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--bright-blue);
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

h3 {
  color: var(--bright-blue);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

h4 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

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

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

p {
  color: var(--midnight-blue);
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

a {
  float: none;
  color: var(--bright-blue);
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

li {
  color: var(--midnight-blue);
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

img {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

.main {
  height: auto;
  padding: 76px 24px 24px;
}

.slider {
  float: none;
  background-color: #0000;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 0;
  display: block;
  position: relative;
}

.full {
  float: none;
  background-color: var(--alice-blue);
  background-image: none;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  inset: 0;
}

.full.portfolio-title {
  background-image: none;
  padding-top: 64px;
  padding-bottom: 32px;
  display: block;
}

.full.footer {
  background-color: var(--midnight-blue);
  background-image: none;
  padding-top: 10vw;
  padding-bottom: 10vw;
}

.container {
  display: block;
  position: relative;
}

.skill-outer {
  float: left;
  background-color: #fff;
  width: 100%;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}

.skill-inner {
  float: right;
  background-color: #62bda6;
  width: 90%;
  height: 30px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.skill-inner.indesign {
  float: left;
  width: 94%;
}

.skill-inner.illustrator {
  float: left;
  width: 90%;
}

.skill-inner.photoshop {
  float: left;
  width: 86%;
}

.skill-inner.html {
  float: left;
  width: 70%;
}

.skill-inner.premiere {
  float: left;
  width: 65%;
}

.skill-inner.photography {
  float: left;
  width: 60%;
}

.skill-inner.ae {
  float: left;
  width: 55%;
}

.skill {
  float: right;
  color: #fff;
  text-align: right;
  letter-spacing: 3px;
  text-indent: 0;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
  line-height: 30px;
  display: block;
  position: absolute;
  left: 20px;
  right: auto;
}

.light {
  font-weight: 100;
}

._25 {
  padding-left: 30px;
}

.portfolio-cover {
  background-color: #00c492;
  border-radius: 5px;
  width: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.portfolio {
  padding-top: 200px;
  padding-bottom: 200px;
}

.portfolio-image {
  opacity: 1;
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  transition: opacity .3s, transform .3s;
  display: inline-block;
  position: relative;
  overflow: visible;
}

.portfolio-image:hover {
  opacity: .25;
  transform: scale(1.05);
}

.navbar {
  z-index: 1000;
  box-shadow: none;
  background-color: #fff;
  border-style: none;
  border-bottom-width: 0;
  border-bottom-color: #000;
  border-radius: 0;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 24px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.name {
  float: right;
  opacity: 0;
  color: #62bda6;
  margin-top: 0;
  margin-left: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  display: inline-block;
}

.brief {
  background-color: var(--alice-blue);
  padding: 0 0 64px;
}

.preview {
  z-index: 4;
  background-color: #fff;
  width: 100%;
  padding: 100px 0;
  display: block;
  position: static;
  top: auto;
  bottom: 0;
  left: 0;
}

.preview.preview-grey {
  background-color: #f9f9f9;
}

.brief-col1 {
  padding-left: 10px;
  padding-right: 10px;
}

.brief-col2 {
  padding-left: 10px;
}

.browser-desktop {
  z-index: 2;
  border-bottom: 5px solid #e6e6e6;
  border-left: 5px solid #e6e6e6;
  border-right: 5px solid #e6e6e6;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 100%;
  max-height: 600px;
  position: relative;
  overflow: scroll;
}

.browser-desktop.browser-full {
  z-index: 100;
  height: auto;
}

.browser-desktop.browser-full.browser-ipad {
  border-width: 10px 50px;
  border-color: #333;
  border-top-style: solid;
  border-radius: 20px;
}

.portfolio-item {
  width: 25%;
  height: auto;
  margin: 0;
  padding: 10px;
  position: relative;
  overflow: visible;
}

.web-preview {
  border-bottom: 0 #e6e6e6;
  border-left: 5px #e6e6e6;
  border-right: 5px #e6e6e6;
  border-radius: 0;
}

.arrow {
  color: #e6e6e6;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  top: auto;
  bottom: 50%;
  left: 0;
}

.arrow:hover {
  color: #62bda6e6;
}

.slide1 {
  height: 650px;
}

.portfolio-container {
  height: auto;
  position: relative;
}

.slide-nav {
  color: #8a8a8a;
  background-color: #0000;
  position: relative;
}

.left-arrow {
  left: 0%;
}

.btn-hero {
  background-color: var(--bright-blue);
  color: #fff;
  text-align: center;
  text-transform: none;
  border-radius: 8px;
  align-self: center;
  width: auto;
  min-width: 156px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 16px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
  display: inline-block;
}

.btn-hero:hover {
  background-color: var(--midnight-blue);
}

.btn-hero.btn-center {
  align-self: flex-start;
  margin-left: 0;
  margin-right: 0;
}

.btn-hero.btn-center:hover {
  background-color: var(--alice-blue);
  color: var(--bright-blue);
}

.btn-hero.btn-center.btn-footer {
  background-color: var(--steel-blue);
}

.btn-hero.btn-center.btn-footer:hover {
  background-color: #00d59f;
}

.btn-hero.btn-hero-secondary {
  background-color: var(--alice-blue);
  box-shadow: inset 0 0 0 2px var(--bright-blue);
  color: var(--bright-blue);
}

.btn-hero.btn-hero-secondary:hover {
  background-color: var(--midnight-blue);
  box-shadow: inset 0 0 0 2px var(--midnight-blue);
  color: var(--alice-blue);
}

.intro {
  color: #fff;
  margin-bottom: 20px;
  padding-right: 25%;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.client-text {
  color: var(--midnight-blue);
  text-transform: none;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.mockup {
  background-color: #f5f5f5;
}

.img-half {
  width: 50%;
}

.poster {
  background-color: #fff;
  padding-bottom: 50px;
}

.poster.poster-dark {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.poster.grey {
  background-color: #f5f5f5;
}

.container-center {
  text-align: center;
  padding-bottom: 0;
}

.date {
  color: var(--steel-blue);
  text-transform: none;
  margin-bottom: 0;
  font-weight: 700;
}

.date.light {
  color: var(--alice-blue);
}

.date.dark {
  color: var(--midnight-blue);
}

.client {
  color: var(--bright-blue);
  text-transform: none;
  padding-right: 8px;
  font-weight: 700;
}

.white-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.projects-container {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 0;
}

.role {
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  font-style: italic;
  line-height: 30px;
}

.company {
  color: #00c492;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.dates {
  color: #999;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
}

.inline-link {
  color: var(--steel-blue);
  text-decoration: none;
  display: inline;
}

.row-experience {
  margin-bottom: 15px;
}

.divider {
  background-color: #fff;
  width: 40px;
  height: 5px;
  margin-bottom: 20px;
}

.section-divider {
  background-color: #f5f5f5;
  width: 100%;
  height: 1px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.list-p {
  margin-bottom: 10px;
}

.utility-page-wrap {
  background-color: var(--alice-blue);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 16px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 320px;
  display: flex;
}

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

.heading {
  font-style: normal;
  text-decoration: none;
}

.splash-heading {
  color: var(--alice-blue);
  text-align: center;
  width: 100%;
  margin-top: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
}

.splash-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 909px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.splash-background {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--alice-blue);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 16px;
  padding: 48px;
  display: flex;
  overflow: hidden;
}

.splash-image {
  width: 95px;
  height: auto;
  margin-left: -1px;
}

.splash-highlight {
  color: var(--bright-blue);
}

.heading-4 {
  font-size: 36px;
}

.h2-light {
  color: var(--alice-blue);
  text-transform: none;
}

.portfolio-page-tite {
  margin-bottom: 24px;
}

.nav-logo {
  max-width: 32px;
  margin-right: 16px;
}

.nav-item {
  color: var(--bright-blue);
  padding: 10px 12px;
  font-weight: 700;
  transition: all .2s ease-in-out;
}

.nav-item:hover {
  color: var(--steel-blue);
}

.nav-item.w--current {
  color: var(--midnight-blue);
}

.nav-item.nav-item-button {
  background-color: var(--steel-blue);
  color: var(--alice-blue);
  border-radius: 4px;
}

.nav-item.nav-item-button.nav-item-button-last {
  background-color: var(--bright-blue);
  border-radius: 8px;
  margin-left: 16px;
  transition: all .2s ease-in-out;
}

.nav-item.nav-item-button.nav-item-button-last:hover {
  background-color: var(--midnight-blue);
  color: #fff;
}

.nav-item.nav-item-button.nav-item-button-last.hide {
  margin-right: 16px;
}

.nav-logo-name {
  color: var(--midnight-blue);
  padding-right: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  padding-top: 64px;
  padding-bottom: 54px;
  display: flex;
}

.footer-full {
  float: none;
  background-color: #f0f6ff;
  background-image: none;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  inset: 0;
}

.footer-full.footer {
  background-color: var(--bright-blue);
  background-image: none;
  border-radius: 8px;
  flex-flow: column wrap;
  align-items: flex-start;
  padding: 64px;
  display: flex;
  overflow: hidden;
}

.portfolio-grid-lightbox-link {
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  transition: all .2s ease-in-out;
  display: flex;
}

.portfolio-hero {
  float: none;
  background-color: var(--alice-blue);
  background-image: none;
  border-radius: 8px 8px 0 0;
  justify-content: center;
  align-items: center;
  padding: 64px 64px 32px;
  display: block;
  position: relative;
  inset: 0;
}

.portfolio-hero-grid {
  grid-column-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  align-items: start;
}

.portfolio-layout {
  float: none;
  background-color: var(--alice-blue);
  background-image: none;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 16px;
  margin-left: 0;
  padding: 0 64px 64px;
  display: block;
  position: relative;
  inset: 0;
}

.sticky-sidebar {
  z-index: 3;
  position: sticky;
  top: 128px;
  left: 0;
}

.nav-logo-title {
  color: var(--steel-blue);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.brand, .brand.w--current {
  flex: 1;
}

.portfolio-section {
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--alice-blue);
  background-image: none;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
  padding: 64px;
  display: flex;
  position: relative;
  inset: 0;
  overflow: hidden;
}

.portfolio-section.hozah.hero {
  border-radius: 8px;
  margin-bottom: 16px;
}

.portfolio-section.dyson {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.portfolio-section.dyson.hero {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-bottom: 16px;
  padding-bottom: 64px;
}

.portfolio-section.hozah {
  background-image: linear-gradient(-45deg, #0071ba, #009fe3);
}

.portfolio-section.bespoke {
  background-color: var(--midnight-blue);
}

.portfolio-section.hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--midnight-blue);
}

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

.timeline-circle {
  z-index: 3;
  border: 6px solid var(--midnight-blue);
  background-color: var(--alice-blue);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-top: -1px;
  margin-bottom: 16px;
  margin-right: 16px;
  position: sticky;
  top: 0;
}

.timeline-circle.timeline-circle-last {
  position: relative;
  top: 0;
}

.timeline-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--midnight-blue);
  text-align: left;
  text-transform: none;
  flex-flow: row;
  flex: 1;
  margin-top: -1px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.timeline-title.link {
  cursor: pointer;
  text-decoration: none;
}

.timeline-title.link:hover {
  color: var(--bright-blue);
}

.timeline-row {
  margin-bottom: 0;
  list-style-type: none;
  display: flex;
  position: relative;
}

.timeline-text-block {
  flex-flow: column;
  flex: 1;
  margin-bottom: 12px;
  display: flex;
}

.timeline-description {
  margin-bottom: 4px;
  display: block;
}

.timeline-line {
  z-index: 2;
  background-color: var(--midnight-blue);
  width: 6px;
  height: 100%;
  margin-right: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9px;
}

.split-screen {
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.navbar-main {
  position: relative;
}

.nav-menu {
  margin-right: 0;
}

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

.cv-intro {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 32px;
}

.portfolio-header-grid {
  grid-template-rows: auto;
  grid-template-columns: 84px 1fr auto;
  align-content: center;
  place-items: center stretch;
  display: flex;
}

.paragraph {
  color: var(--bright-blue);
}

.cv-intro-list-item {
  margin-bottom: 4px;
}

.cv-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template: "Area Area"
  / 4fr 2fr;
  align-items: start;
  margin-top: 64px;
}

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

.pill-list-item {
  color: var(--steel-blue);
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 8px 12px;
  font-weight: 700;
  list-style-type: none;
  display: inline-block;
}

.pill-list-item.link {
  color: var(--bright-blue);
  text-decoration: none;
}

.bold-text {
  color: var(--steel-blue);
}

.cv-section {
  float: none;
  background-color: var(--alice-blue);
  background-image: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  padding: 64px;
  display: block;
  position: relative;
  inset: 0;
}

.portfolio-brands-grid {
  grid-row-gap: 16px;
  grid-template: "."
  / 1fr 1fr 1fr;
  align-items: start;
}

.portfolio-brands-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 300px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.portfolio-brands-container.dyson {
  background-color: #000;
}

.portfolio-brands-container.hozah {
  background-image: linear-gradient(-45deg, #0071ba, #009fe3);
}

.portfolio-brands-container.sme {
  background-color: var(--midnight-blue);
}

.portfolio-brands-container.hubspot {
  background-color: #fff;
  box-shadow: 0 6px 16px #0000000d;
}

.portfolio-brands-text {
  color: #fff;
  margin-bottom: 0;
  text-decoration: none;
}

.portfolio-brands-text.hubspot {
  color: var(--midnight-blue);
}

.project-card {
  float: none;
  background-color: var(--alice-blue);
  background-image: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  padding-left: 64px;
  padding-right: 64px;
  display: block;
  position: relative;
  inset: 0;
  overflow: hidden;
}

.project-card-grid {
  grid-template-rows: auto;
  align-items: stretch;
}

.project-card-text {
  padding-top: 64px;
  padding-bottom: 64px;
  padding-right: 32px;
}

.portfolio-list-image {
  max-width: 280px;
  margin-top: 64px;
}

.portfolio-list-image.portfolio-list-image-desktop {
  max-width: 600px;
}

.btn {
  background-color: var(--bright-blue);
  text-align: center;
  border-radius: 8px;
  padding: 16px 24px;
  font-weight: 700;
}

.btn.btn-light {
  background-color: var(--alice-blue);
  color: var(--bright-blue);
}

.heading-6 {
  margin-bottom: 8px;
}

.splash-button-row {
  margin-top: 24px;
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.btn-cv {
  background-color: var(--bright-blue);
  color: #fff;
  text-align: center;
  text-transform: none;
  border: 1px #333;
  border-radius: 8px;
  align-self: center;
  width: auto;
  min-width: 156px;
  padding: 16px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .2s;
  display: inline-block;
}

.btn-cv:hover {
  background-color: var(--midnight-blue);
}

.experience-logo {
  width: auto;
  max-height: 32px;
  margin-bottom: 0;
}

.center-light {
  color: var(--alice-blue);
  text-align: center;
}

.div-block {
  flex-direction: column;
  align-items: flex-start;
  max-width: 800px;
  display: flex;
}

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

.white {
  color: #fff;
}

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

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

.spacer-16 {
  height: 16px;
}

.divider-full-width {
  background-color: var(--midnight-blue);
  width: 100%;
  height: 2px;
  margin-bottom: 16px;
}

._6col-title-grid {
  grid-row-gap: 0px;
  grid-template: "text1 text2 text3 text4 text5 text6"
                 "image1 image2 image3 image4 image5 image6"
                 / 1fr 1fr 1fr 1fr 1fr 1fr;
}

.heading-with-divider {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.equalised-paragraph {
  flex: 1;
}

.footer {
  padding-top: 24px;
  padding-bottom: 0;
}

.footer-text {
  color: var(--steel-blue);
  text-align: left;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.body {
  padding: 24px;
}

.browser-mobile {
  z-index: 2;
  border: 5px solid #e6e6e6;
  border-width: 17px 5px 24px;
  border-radius: 16px;
  width: 100%;
  max-height: 480px;
  position: relative;
  overflow: scroll;
}

.outcome {
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
}

.light-text {
  color: var(--alice-blue);
}

.paragraph-large {
  width: 100%;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-large.text-light {
  color: var(--steel-blue);
  text-align: center;
}

.skills-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template: "."
  / 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
}

.skills-research {
  background-color: #0064ff99;
  padding: 24px 16px 16px;
}

.skills-ux {
  background-color: #0064ffcc;
  padding: 24px 16px 16px;
}

.skills-ui {
  background-color: #0064ff;
  padding: 24px 16px 16px;
}

.skills-code {
  background-color: #0064ff99;
  padding: 24px 16px 16px;
}

.skills-design-systems {
  background-color: #0064ffcc;
  padding: 24px 16px 16px;
}

.featured-work-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
}

.how-i-work-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 16px;
}

.card-white {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  box-shadow: 0 -11px 16px #5289cc0f;
}

.card-white.card-padding {
  padding: 24px;
}

.card-white.hover-animation {
  box-shadow: 0 9px 16px #5289cc1a;
}

.large-highlight-text {
  margin-bottom: 0;
  font-size: 32px;
  line-height: 40px;
}

.h6 {
  color: var(--bright-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.featured-card-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  padding: 24px 24px 8px;
  display: flex;
}

.standard-section {
  float: none;
  background-color: var(--alice-blue);
  background-image: none;
  border-radius: 0 0 8px 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  padding: 64px;
  display: block;
  position: relative;
  inset: 0;
  overflow: hidden;
}

.standard-section.dyson {
  border: 0px solid var(--bright-blue);
  background-color: #000;
}

.featured-card-heading {
  margin-bottom: 0;
}

.work-history {
  flex-flow: column;
  flex: 1;
  align-items: stretch;
  width: 100%;
  display: none;
}

.full-flex {
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-7 {
  color: var(--midnight-blue);
  margin-bottom: 0;
}

.container-3 {
  width: 100%;
  max-width: 100%;
  display: flex;
}

.heading-8 {
  color: var(--alice-blue);
}

.portfolio-grid-image-container {
  box-sizing: border-box;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.portfolio-grid-image-container.dyson {
  background-color: #445870;
}

.image {
  width: auto;
  height: 100%;
  padding-top: 16px;
}

.recent-experience {
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--alice-blue);
  background-image: none;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
  padding: 64px;
  display: flex;
  position: relative;
  inset: 0;
  overflow: hidden;
}

.recent-experience.dyson {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.recent-experience.hozah {
  background-image: linear-gradient(-45deg, #0071ba, #009fe3);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.recent-experience.bespoke {
  background-color: var(--midnight-blue);
}

.recent-experience.hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.container-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.home-hero {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--midnight-blue);
  background-image: linear-gradient(143deg, var(--111), #001127);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 85vh;
  margin-top: 2px;
  margin-bottom: 16px;
  padding: 64px;
  display: flex;
  overflow: hidden;
}

.container-5 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

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

.sme-thumbnail-container {
  padding: 8px 16px;
}

.sme-thumbnail-container.counterpoint {
  background-color: #35b3b0;
}

.sme-thumbnail-container.tpl {
  background-color: #1f44a4;
}

.sme-thumbnail-container.sweatbox {
  background-color: #5bcea9;
}

.timeline-title-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  margin-top: -1px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.timeline-title-copy.link {
  cursor: pointer;
  text-decoration: none;
}

.timeline-title-copy.link:hover {
  color: var(--bright-blue);
}

.div-block-2 {
  margin-top: 48px;
}

.div-block-3 {
  flex: 1;
}

.h6-light-text {
  color: #fff;
}

.p-light-text {
  color: #e6f1ff;
}

.profile-image {
  width: 96px;
}

.inline-buttons {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  display: flex;
}

html.w-mod-js [data-ix="skills-indesign"], html.w-mod-js [data-ix="skills-illustrator"], html.w-mod-js [data-ix="skills-photoshop"], html.w-mod-js [data-ix="skills-html"], html.w-mod-js [data-ix="skills-premiere"], html.w-mod-js [data-ix="skills-photography"], html.w-mod-js [data-ix="skills-ae"] {
  opacity: 0;
  width: 5%;
  height: 30px;
}

@media screen and (min-width: 1440px) {
  .btn-hero.btn-hero-secondary {
    background-color: var(--alice-blue);
    color: var(--bright-blue);
  }

  .btn-hero.btn-hero-secondary:hover {
    border-color: var(--midnight-blue);
  }

  .date.dark {
    color: #9e9e9e;
  }

  .splash-container {
    max-width: 980px;
  }

  .portfolio-section.dyson {
    background-color: #000;
  }

  .portfolio-section.hozah {
    background-image: linear-gradient(-45deg, #0071ba, #009fe3);
  }

  .portfolio-section.bespoke {
    background-color: var(--midnight-blue);
  }

  .timeline-title {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
  }

  .portfolio-header-grid {
    display: flex;
  }

  .cv-grid {
    grid-row-gap: 48px;
    grid-template-columns: 2fr;
    grid-template-areas: "About Experience Other";
    grid-auto-flow: row;
  }

  .pill-list-item {
    margin-bottom: 8px;
  }

  .portfolio-brands-container.hozah {
    background-image: linear-gradient(-45deg, #0071ba, #009fe3);
  }

  .splash-button-row {
    display: flex;
  }

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

  .white {
    color: #fff;
  }

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

  ._6col-title-grid {
    grid-template-rows: auto;
  }

  .timeline-list {
    margin-top: 32px;
  }

  .paragraph-large {
    padding-right: 32px;
  }

  .paragraph-large.text-light {
    color: var(--alice-blue);
  }

  .featured-work-grid, .how-i-work-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .card-white {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .card-white.card-padding {
    padding: 48px;
  }

  .h6 {
    text-decoration: none;
  }

  .featured-card-text {
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    padding: 24px 24px 8px;
    display: flex;
  }

  .full-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    height: 100%;
  }

  .recent-experience.dyson {
    background-color: #000;
  }

  .recent-experience.hozah {
    background-image: linear-gradient(-45deg, #0071ba, #009fe3);
  }

  .recent-experience.bespoke {
    background-color: var(--midnight-blue);
  }

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

  .container-5 {
    flex: 1;
    align-self: stretch;
    width: 100%;
    display: flex;
  }

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

  .sme-thumbnail-container {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .sme-thumbnail-container.counterpoint {
    background-color: #34b1af;
  }

  .timeline-title-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-2 {
    margin-top: 48px;
  }

  .div-block-3 {
    flex: 1;
  }

  .paragraph-2 {
    max-width: 100px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 16px;
    font-size: 32px;
  }

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

  a {
    width: auto;
    position: relative;
  }

  .main {
    padding-top: 76px;
  }

  .slider {
    height: auto;
    position: relative;
    overflow: visible;
  }

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

  .full.portfolio-title {
    padding-left: 50px;
    padding-right: 50px;
  }

  .full.footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  ._25 {
    padding-left: 25px;
  }

  .portfolio-cover {
    width: auto;
  }

  .portfolio {
    padding: 50px 30px;
  }

  .navbar {
    box-shadow: none;
    margin-right: 0;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .brief {
    padding: 0 50px 50px;
  }

  .preview {
    padding: 50px;
  }

  .brief-col1, .brief-col2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .browser-desktop {
    z-index: 1;
    position: relative;
  }

  .browser-desktop.browser-full.browser-ipad {
    border-style: none;
  }

  .portfolio-item {
    width: 50%;
    height: auto;
    overflow: visible;
  }

  .web-preview {
    position: relative;
  }

  .slide1 {
    height: auto;
    display: inline;
    position: relative;
  }

  .mask {
    position: static;
    overflow: visible;
  }

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

  .slide-nav {
    display: none;
    position: relative;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .slide2 {
    display: inline;
  }

  .btn-hero {
    font-size: 16px;
  }

  .intro {
    padding-right: 0;
  }

  .slide3, .slide4, .slide5, .slide6, .slide7, .slide8 {
    display: inline;
  }

  .splash-heading {
    letter-spacing: -1px;
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 48px;
  }

  .splash-container {
    flex: 1;
    max-width: 700px;
  }

  .splash-image {
    margin-left: -1px;
  }

  .splash-highlight {
    letter-spacing: -.5px;
    width: 100%;
  }

  .portfolio-page-tite {
    line-height: 40px;
  }

  .nav-logo {
    max-width: 32px;
  }

  .nav-item {
    border-top: 1px solid #5289cc1a;
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-item.nav-item-button.nav-item-button-last {
    border-radius: 0;
    margin-left: 0;
  }

  .footer-full {
    padding: 150px 30px 100px;
  }

  .footer-full.footer {
    padding: 48px;
  }

  .portfolio-hero {
    padding-top: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .portfolio-hero-grid {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .portfolio-layout {
    padding-bottom: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .sticky-sidebar {
    margin-bottom: 32px;
    position: relative;
    top: 0;
  }

  .nav-hamburger {
    color: var(--steel-blue);
    margin-right: -12px;
    padding: 6px;
  }

  .nav-hamburger.w--open {
    background-color: #0000;
  }

  .brand {
    flex: 1;
  }

  .portfolio-section {
    padding-top: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .split-screen {
    grid-auto-flow: row;
    display: block;
  }

  .nav-menu {
    background-color: var(--alice-blue);
    margin-right: 0;
  }

  .hamburger-icon {
    color: var(--midnight-blue);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 4px;
  }

  .hamburger-icon:hover {
    color: var(--steel-blue);
  }

  .sidebar-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .cv-grid {
    flex-direction: column;
    margin-top: 48px;
    display: flex;
  }

  .cv-section {
    padding-top: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .portfolio-brands-grid {
    grid-template: "."
                   "."
                   / 1fr;
  }

  .project-card {
    padding-left: 48px;
    padding-right: 48px;
  }

  .project-card-text {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-right: 24px;
  }

  .portfolio-list-image {
    margin-top: 48px;
  }

  .btn-cv {
    font-size: 16px;
  }

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

  .portfolio-hero-image {
    order: -1;
  }

  ._6col-title-grid {
    grid-template: "text1 text2 text3"
                   "image1 image2 image3"
                   "text4 text5 text6"
                   "image4 image5 image6"
                   / 1fr;
  }

  .heading-with-divider {
    margin-top: 16px;
  }

  .browser-mobile {
    z-index: 1;
    max-height: 320px;
    position: relative;
  }

  .paragraph-large {
    font-size: 18px;
    line-height: 28px;
  }

  .skills-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .skills-research, .skills-ux, .skills-ui, .skills-code, .skills-design-systems {
    position: relative;
  }

  .featured-work-grid {
    grid-template-columns: 1fr 1fr;
  }

  .how-i-work-grid {
    grid-template-columns: 1fr;
  }

  .large-highlight-text {
    font-size: 28px;
    line-height: 36px;
  }

  .standard-section, .recent-experience {
    padding-top: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .container-4 {
    flex-flow: column;
  }

  .home-hero {
    padding: 48px 32px 32px;
  }

  .profile-image {
    width: 72px;
  }
}

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

  h2 {
    font-size: 16px;
    line-height: 24px;
  }

  .main {
    padding: 60px 16px 16px;
  }

  .full.portfolio-title {
    padding-left: 30px;
    padding-right: 30px;
  }

  .full.footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .skill-inner.indesign, .skill-inner.illustrator, .skill-inner.photoshop, .skill-inner.html, .skill-inner.premiere, .skill-inner.photography, .skill-inner.ae {
    float: left;
  }

  .skill {
    left: 40px;
    right: auto;
  }

  ._25 {
    padding-left: 0;
  }

  .portfolio {
    padding: 50px 30px;
  }

  .navbar {
    box-shadow: none;
    padding: 8px 16px;
  }

  .brief {
    padding: 0 30px 30px;
  }

  .preview {
    padding: 0 0 30px;
  }

  .brief-col1, .brief-col2 {
    padding-left: 0;
    padding-right: 0;
  }

  .browser-desktop.browser-full.browser-ipad {
    border-style: none;
  }

  .web-preview {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    display: inline-block;
  }

  .browser-top.no-hide {
    display: block;
  }

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

  .btn-hero {
    padding: 12px 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .img-half {
    width: 100%;
  }

  .iphone {
    width: 50%;
  }

  .col-no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .splash-heading {
    letter-spacing: 0;
    margin-top: 8px;
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 36px;
  }

  .splash-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    max-width: 480px;
    padding-right: 0;
  }

  .splash-image {
    width: 80px;
  }

  .portfolio-page-tite {
    margin-bottom: 16px;
    line-height: 36px;
  }

  .nav-logo {
    max-width: 24px;
  }

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

  .footer-full.footer {
    padding: 32px;
  }

  .portfolio-hero {
    padding: 32px 32px 24px;
  }

  .portfolio-hero-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-layout {
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .sticky-sidebar {
    margin-bottom: 16px;
    position: static;
  }

  .nav-hamburger.w--open {
    line-height: 20px;
  }

  .brand {
    flex: 1;
    padding-left: 0;
  }

  .portfolio-section {
    padding: 32px;
  }

  .sidebar-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .portfolio-header-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 84px 1fr;
  }

  .cv-grid {
    margin-top: 32px;
  }

  .pill-list-item {
    padding: 4px 8px;
    font-size: 14px;
    line-height: 20px;
  }

  .cv-section {
    padding: 32px;
  }

  .project-card {
    padding-left: 32px;
    padding-right: 32px;
  }

  .project-card-text {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-right: 8px;
  }

  .portfolio-list-image {
    margin-top: 32px;
  }

  .btn {
    font-size: 14px;
    line-height: 20px;
  }

  .splash-button-row {
    margin-top: 8px;
  }

  .btn-cv {
    padding: 12px 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .grid, ._6col-title-grid {
    grid-template-columns: 1fr 1fr;
  }

  .body {
    padding: 16px;
  }

  .browser-mobile {
    max-height: 100%;
  }

  .paragraph-large {
    font-size: 16px;
    line-height: 24px;
  }

  .featured-work-grid {
    grid-template-columns: 1fr;
    margin-top: 16px;
  }

  .how-i-work-grid {
    margin-top: 16px;
  }

  .large-highlight-text {
    font-size: 24px;
    line-height: 32px;
  }

  .standard-section, .recent-experience {
    padding: 32px;
  }

  .container-4 {
    flex-flow: column;
  }

  .home-hero {
    padding: 32px;
  }

  .container-5 {
    flex-flow: column;
  }

  .container-6 {
    padding-left: 0;
  }

  .div-block-2 {
    margin-top: 32px;
  }
}

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

  h2 {
    margin-bottom: 8px;
  }

  h3 {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
  }

  p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
  }

  a {
    padding-left: 0;
  }

  .slider {
    padding-bottom: 30px;
  }

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

  .full.portfolio-title {
    padding: 120px 20px 32px;
  }

  .full.footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container {
    padding-left: 0;
  }

  .skill-inner.indesign, .skill-inner.illustrator, .skill-inner.photoshop, .skill-inner.html, .skill-inner.premiere, .skill-inner.photography, .skill-inner.ae {
    float: left;
  }

  .skill {
    left: 20px;
    right: auto;
  }

  .portfolio-cover {
    width: 100%;
  }

  .portfolio {
    padding-left: 25px;
    padding-right: 25px;
  }

  .navbar {
    box-shadow: none;
  }

  .brief {
    padding: 0 20px 32px;
  }

  .preview {
    padding: 0;
  }

  .brief-col2 {
    padding-top: 16px;
  }

  .portfolio-item {
    width: 100%;
    padding: 15px;
  }

  .web-preview {
    border-left-style: none;
    border-right-style: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .btn-hero {
    flex: none;
    align-self: stretch;
    width: 100%;
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .btn-hero.btn-center.btn-footer {
    display: block;
  }

  .btn-hero.btn-hero-secondary {
    align-self: center;
    margin-bottom: 0;
  }

  .intro {
    font-family: Lato, sans-serif;
  }

  .client-text {
    font-size: 14px;
  }

  .separator {
    display: none;
  }

  .date {
    font-size: 14px;
  }

  .client {
    font-size: 14px;
    line-height: 20px;
  }

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

  .utility-page-wrap {
    flex-direction: column;
  }

  .splash-heading {
    max-width: 100%;
    margin-top: 16px;
    font-size: 24px;
    line-height: 32px;
  }

  .splash-container {
    max-width: 100%;
    padding-left: 0;
  }

  .splash-background {
    padding: 24px;
  }

  .splash-image {
    width: 80px;
  }

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

  .portfolio-page-tite {
    margin-bottom: 16px;
    line-height: 32px;
  }

  .container-2 {
    justify-content: flex-start;
  }

  .footer-full {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-full.footer {
    padding: 24px;
  }

  .portfolio-hero {
    padding: 24px 24px 16px;
  }

  .portfolio-layout {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sticky-sidebar {
    margin-bottom: 16px;
  }

  .nav-hamburger.w--open {
    padding: 6px;
  }

  .nav-logo-title {
    display: none;
  }

  .brand.w--current {
    flex: 1;
  }

  .portfolio-section {
    padding: 24px;
  }

  .timeline-circle {
    width: 20px;
    height: 20px;
    margin-left: 3px;
    margin-right: 12px;
  }

  .timeline-title {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    font-size: 14px;
    line-height: 20px;
  }

  .timeline-line {
    left: 10px;
  }

  .sidebar-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .cv-intro {
    padding: 16px;
  }

  .portfolio-header-grid {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .cv-intro-list-item {
    font-size: 14px;
    line-height: 21px;
  }

  .cv-grid {
    margin-top: 16px;
  }

  .cv-section {
    margin-top: 16px;
    padding: 24px;
  }

  .project-card {
    margin-top: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .project-card-text {
    padding-top: 24px;
    padding-bottom: 8px;
    padding-right: 0;
  }

  .portfolio-list-image {
    margin-top: 0;
  }

  .btn {
    text-align: center;
    width: 100%;
  }

  .btn.btn-light {
    margin-top: 8px;
  }

  .splash-button-row {
    flex-flow: column wrap;
    flex: 0 auto;
    place-content: flex-start space-between;
    align-self: stretch;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .btn-cv {
    flex: none;
    align-self: stretch;
    width: 100%;
    margin-bottom: 12px;
    display: block;
  }

  .experience-logo {
    position: relative;
  }

  .grid, .grid-3 {
    grid-template-columns: 1fr;
  }

  ._6col-title-grid {
    grid-template: "text1 text1 text1"
                   "image1 image1 image1"
                   "text2 text2 text2"
                   "image2 image2 image2"
                   "text3 text3 text3"
                   "image3 image3 image3"
                   "text4 text4 text4"
                   "image4 image4 image4"
                   "text5 text5 text5"
                   "image5 image5 image5"
                   "text6 text6 text6"
                   "image6 image6 image6"
                   / 1fr;
  }

  .large-highlight-text {
    font-size: 20px;
    line-height: 28px;
  }

  .featured-card-text {
    padding-bottom: 16px;
  }

  .standard-section, .recent-experience {
    padding: 24px;
  }

  .container-4 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .home-hero {
    min-height: 100px;
    padding: 8px 24px 4px;
  }

  .timeline-title-copy {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-2 {
    margin-top: 16px;
  }

  .inline-buttons {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    width: 100%;
  }
}

#w-node-d6f164dc-5a4c-cca0-92a7-b6729c63e22f-5db512d3, #w-node-d6f164dc-5a4c-cca0-92a7-b6729c63e236-5db512d3, #w-node-d6f164dc-5a4c-cca0-92a7-b6729c63e241-5db512d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6901250-f3c7-385d-89b9-fed4dcf1c1ff-5db512d3, #w-node-c6901250-f3c7-385d-89b9-fed4dcf1c203-5db512d3, #w-node-ef568651-a24e-fa50-9dcd-3ff348e83c46-5db512d3 {
  align-self: stretch;
}

#w-node-b7d600e2-fd65-d5b0-f4fe-c271f9e9e2e3-5db512d3, #w-node-_1f36ff7e-a9e9-68b6-173f-e796cf96a14d-5db512d3, #w-node-_77eb1024-5335-78e0-706a-43c131ab4ebd-5db512d3, #w-node-e4e1bec6-dc43-4bb3-495f-5f6cb3a7a5eb-5db512d3, #w-node-e4e1bec6-dc43-4bb3-495f-5f6cb3a7a5f2-5db512d3, #w-node-e4e1bec6-dc43-4bb3-495f-5f6cb3a7a5fd-5db512d3, #w-node-e4e1bec6-dc43-4bb3-495f-5f6cb3a7a606-5db512d3, #w-node-e4e1bec6-dc43-4bb3-495f-5f6cb3a7a611-5db512d3, #w-node-e4e1bec6-dc43-4bb3-495f-5f6cb3a7a61c-5db512d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a6bbe0a-8798-c37c-de1a-92bc9f72750c-ecc7496f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#process.w-node-_2eaf7690-a734-f941-0663-812152cd9696-ecc7496f, #w-node-cc18c57d-dc76-3803-b690-1334eb6716a7-ecc7496f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1eaa2bda-44b4-6de6-ad41-56bccd79fdc7-ecc7496f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cd6de376-cf66-1f1e-fcea-551911494b0c-ecc7496f, #w-node-_2ad2f28c-c668-bc0f-3a1c-eb12d9deef1a-ecc7496f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#final-ui.w-node-_30a6789f-40f9-795a-243c-c201c704d05b-ecc7496f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#item1.w-node-_30a6789f-40f9-795a-243c-c201c704d061-ecc7496f {
  justify-self: end;
}

#w-node-_30a6789f-40f9-795a-243c-c201c704d063-ecc7496f {
  justify-self: center;
}

#item1.w-node-_30a6789f-40f9-795a-243c-c201c704d065-ecc7496f {
  justify-self: start;
}

#w-node-_30a6789f-40f9-795a-243c-c201c704d067-ecc7496f {
  justify-self: end;
}

#w-node-_30a6789f-40f9-795a-243c-c201c704d069-ecc7496f {
  justify-self: center;
}

#w-node-_30a6789f-40f9-795a-243c-c201c704d06b-ecc7496f {
  place-self: start;
}

#w-node-_4a6bbe0a-8798-c37c-de1a-92bc9f72750c-d4e47038 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#process.w-node-_2eaf7690-a734-f941-0663-812152cd9696-d4e47038, #w-node-d262edf7-253c-8da9-b1df-2fc5153b8578-d4e47038 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#item1.w-node-a708ce53-4d3f-5a93-57d6-7e5d475e0fa3-d4e47038 {
  justify-self: end;
}

#w-node-a708ce53-4d3f-5a93-57d6-7e5d475e0fa5-d4e47038 {
  justify-self: center;
}

#item1.w-node-a708ce53-4d3f-5a93-57d6-7e5d475e0fa7-d4e47038 {
  justify-self: start;
}

#w-node-a708ce53-4d3f-5a93-57d6-7e5d475e0fa9-d4e47038 {
  justify-self: end;
}

#w-node-a708ce53-4d3f-5a93-57d6-7e5d475e0fab-d4e47038 {
  justify-self: center;
}

#w-node-a708ce53-4d3f-5a93-57d6-7e5d475e0fad-d4e47038 {
  place-self: start;
}

#w-node-_6b4e85f6-cb66-a188-c366-b340cb24a934-b9e916c4 {
  grid-area: Area;
}

#w-node-_1c308add-004a-13a2-447c-a61c931b2e38-ebcf59b6 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#process.w-node-_2eaf7690-a734-f941-0663-812152cd9696-ebcf59b6, #w-node-_8eb8a7db-8093-db24-bab9-08cb56698852-ebcf59b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#final-ui.w-node-_02af4fbf-5b86-9a53-7f76-f5a184d27e25-ebcf59b6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4a6bbe0a-8798-c37c-de1a-92bc9f72750c-650fa4b0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_2eaf7690-a734-f941-0663-812152cd9696-650fa4b0, #w-node-e35bfa72-a7bf-fcce-7b4f-131edbd6579c-650fa4b0, #w-node-cbcdb285-4d20-4ec1-6de6-05c5ed2d3ae0-650fa4b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a6bbe0a-8798-c37c-de1a-92bc9f72750c-e43de172 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#process.w-node-_2eaf7690-a734-f941-0663-812152cd9696-e43de172, #w-node-d262edf7-253c-8da9-b1df-2fc5153b8578-e43de172 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#final-ui.w-node-ed07cd43-9c96-7fd9-675d-4e39076a4b53-e43de172 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ed07cd43-9c96-7fd9-675d-4e39076a4b59-e43de172 {
  grid-area: text1;
}

#w-node-ed07cd43-9c96-7fd9-675d-4e39076a4b61-e43de172 {
  grid-area: text2;
}

#w-node-ed07cd43-9c96-7fd9-675d-4e39076a4b69-e43de172 {
  grid-area: text3;
}

#w-node-ed07cd43-9c96-7fd9-675d-4e39076a4b71-e43de172 {
  grid-area: text4;
}

#w-node-ed07cd43-9c96-7fd9-675d-4e39076a4b79-e43de172 {
  grid-area: text5;
}

#w-node-ed07cd43-9c96-7fd9-675d-4e39076a4b81-e43de172 {
  grid-area: text6;
}

#item1.w-node-ed07cd43-9c96-7fd9-675d-4e39076a4b5f-e43de172 {
  grid-area: image1;
}

#item1.w-node-ed07cd43-9c96-7fd9-675d-4e39076a4b67-e43de172 {
  grid-area: image2;
}

#item1.w-node-ed07cd43-9c96-7fd9-675d-4e39076a4b6f-e43de172 {
  grid-area: image3;
}

#item1.w-node-ed07cd43-9c96-7fd9-675d-4e39076a4b77-e43de172 {
  grid-area: image4;
}

#item1.w-node-ed07cd43-9c96-7fd9-675d-4e39076a4b7f-e43de172 {
  grid-area: image5;
}

#item1.w-node-ed07cd43-9c96-7fd9-675d-4e39076a4b87-e43de172 {
  grid-area: image6;
}

#w-node-_4a6bbe0a-8798-c37c-de1a-92bc9f72750c-c90749cb {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#process.w-node-_2eaf7690-a734-f941-0663-812152cd9696-c90749cb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#item1.w-node-_65a739c9-b3f6-7885-0045-2c6ff47a575f-c90749cb {
  justify-self: end;
}

#w-node-_65a739c9-b3f6-7885-0045-2c6ff47a5761-c90749cb {
  justify-self: center;
}

#item1.w-node-_65a739c9-b3f6-7885-0045-2c6ff47a5763-c90749cb {
  justify-self: start;
}

#w-node-_4a6bbe0a-8798-c37c-de1a-92bc9f72750c-ac341f56 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#process.w-node-_2eaf7690-a734-f941-0663-812152cd9696-ac341f56, #w-node-d262edf7-253c-8da9-b1df-2fc5153b8578-ac341f56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#final-ui.w-node-e4cdcf59-7df3-d370-d891-162a204c3fc7-ac341f56 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e4cdcf59-7df3-d370-d891-162a204c3fcd-ac341f56 {
  grid-area: text1;
}

#w-node-e4cdcf59-7df3-d370-d891-162a204c3fd4-ac341f56 {
  grid-area: text2;
}

#w-node-e4cdcf59-7df3-d370-d891-162a204c3fdb-ac341f56 {
  grid-area: text3;
}

#w-node-e4cdcf59-7df3-d370-d891-162a204c3fe2-ac341f56 {
  grid-area: text4;
}

#w-node-e4cdcf59-7df3-d370-d891-162a204c3fe9-ac341f56 {
  grid-area: text5;
}

#w-node-e4cdcf59-7df3-d370-d891-162a204c3ff0-ac341f56 {
  grid-area: text6;
}

#item1.w-node-e4cdcf59-7df3-d370-d891-162a204c3fd2-ac341f56 {
  grid-area: image1;
}

#w-node-e96083cb-1fc3-426a-0d71-0efb47ebdd10-ac341f56 {
  grid-area: image2;
}

#item1.w-node-e4cdcf59-7df3-d370-d891-162a204c3fe0-ac341f56 {
  grid-area: image3;
}

#item1.w-node-e4cdcf59-7df3-d370-d891-162a204c3fe7-ac341f56 {
  grid-area: image4;
}

#item1.w-node-e4cdcf59-7df3-d370-d891-162a204c3fee-ac341f56 {
  grid-area: image5;
}

#item1.w-node-e4cdcf59-7df3-d370-d891-162a204c3ff5-ac341f56 {
  grid-area: image6;
}

#w-node-_4a6bbe0a-8798-c37c-de1a-92bc9f72750c-07ba3352 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#process.w-node-_2eaf7690-a734-f941-0663-812152cd9696-07ba3352 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#item1.w-node-_400b2da5-4d8b-329e-082b-52e04737508c-07ba3352 {
  justify-self: end;
}

#w-node-_400b2da5-4d8b-329e-082b-52e04737508e-07ba3352 {
  justify-self: center;
}

#item1.w-node-_400b2da5-4d8b-329e-082b-52e047375090-07ba3352 {
  justify-self: start;
}

#w-node-_400b2da5-4d8b-329e-082b-52e047375092-07ba3352 {
  justify-self: end;
}

#w-node-_400b2da5-4d8b-329e-082b-52e047375094-07ba3352 {
  justify-self: center;
}

#w-node-_400b2da5-4d8b-329e-082b-52e047375096-07ba3352 {
  place-self: start;
}

#w-node-_4a6bbe0a-8798-c37c-de1a-92bc9f72750c-6e76c286 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#process.w-node-_2eaf7690-a734-f941-0663-812152cd9696-6e76c286 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_04e247d8-8338-1842-065a-98303328485d-3328485b {
  align-self: center;
}

#w-node-_7df9a5ab-c702-7a7e-3d82-bd8aaf65c48f-3328485b {
  place-self: end center;
}

#w-node-_56c9ca65-8bf5-935f-bff4-782ea257f6a3-a257f6a1 {
  align-self: center;
}

#w-node-_7500344d-449e-4684-5a34-ae02bd62274a-a257f6a1 {
  place-self: end center;
}

#w-node-_8a220489-2900-5cfa-e989-905593b506bd-93b506bb {
  align-self: center;
}

#w-node-_3726ea4a-edb4-c7a2-e8ba-fbcd30da1a19-93b506bb {
  place-self: end center;
}

#w-node-_9190bc9e-bc28-3899-e12c-848d75bd3187-75bd3185 {
  align-self: center;
}

#w-node-db47e05c-17a0-07a8-f4ab-b3ffbd14ddc8-75bd3185 {
  place-self: end center;
}

#w-node-d96f2349-7429-5ae4-7a62-a403024a1b81-024a1b7f {
  align-self: center;
}

#w-node-_539ff633-76bf-e44d-a817-305e5c7e4082-024a1b7f {
  place-self: end center;
}

#w-node-_174394ce-d798-0007-242e-b542c13652d3-c13652d1 {
  align-self: center;
}

#w-node-_2a110fdd-2bb9-4ee6-2cc1-11976dff262f-c13652d1 {
  place-self: end center;
}

#w-node-_1dea4210-4e97-0620-cc21-ab76df0d47b2-df0d47b0 {
  align-self: center;
}

#w-node-_89518ef6-b72e-c732-101a-1d0b2c40aefe-df0d47b0 {
  place-self: end center;
}

#w-node-b350986b-d244-2069-e54b-f7b4bb1ed456-bb1ed454 {
  align-self: center;
}

#w-node-_55f369fd-8666-8d4d-1e1e-ae729b2c1770-bb1ed454 {
  place-self: end center;
}

#w-node-_688ec573-ef4c-0fea-5fa5-76b87f459233-7f459231 {
  align-self: center;
}

#w-node-_66c0b7fb-0ceb-4b66-37de-4b5e4d48c67f-7f459231 {
  place-self: end center;
}

#w-node-b7c50d8c-f4d3-7b1f-818d-d2ac8d90e7c7-8d90e7c5 {
  align-self: center;
}

#w-node-_9c979fa4-2c25-5a9e-c957-039e2f216c66-8d90e7c5 {
  place-self: end center;
}

#w-node-_4a6bbe0a-8798-c37c-de1a-92bc9f72750c-af3e7aa6 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#process.w-node-_2eaf7690-a734-f941-0663-812152cd9696-af3e7aa6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#item1.w-node-_7c619b3f-10d3-16a0-2bed-b010f3916077-af3e7aa6 {
  justify-self: end;
}

#w-node-_7c619b3f-10d3-16a0-2bed-b010f3916079-af3e7aa6 {
  justify-self: center;
}

#item1.w-node-_7c619b3f-10d3-16a0-2bed-b010f391607b-af3e7aa6 {
  justify-self: start;
}

#w-node-_7c619b3f-10d3-16a0-2bed-b010f391607d-af3e7aa6 {
  justify-self: end;
}

#w-node-_7c619b3f-10d3-16a0-2bed-b010f391607f-af3e7aa6 {
  justify-self: center;
}

#w-node-_7c619b3f-10d3-16a0-2bed-b010f3916081-af3e7aa6 {
  place-self: start;
}

#w-node-_4a6bbe0a-8798-c37c-de1a-92bc9f72750c-f488b21f, #w-node-_4a6bbe0a-8798-c37c-de1a-92bc9f72750c-28e8117e, #w-node-_4a6bbe0a-8798-c37c-de1a-92bc9f72750c-d9fd52cf, #w-node-_4a6bbe0a-8798-c37c-de1a-92bc9f72750c-e2889039, #w-node-_4a6bbe0a-8798-c37c-de1a-92bc9f72750c-b14586e2, #w-node-_4a6bbe0a-8798-c37c-de1a-92bc9f72750c-87db44af, #w-node-_4a6bbe0a-8798-c37c-de1a-92bc9f72750c-fdaf6200, #w-node-_4a6bbe0a-8798-c37c-de1a-92bc9f72750c-f3996de6, #w-node-_4a6bbe0a-8798-c37c-de1a-92bc9f72750c-80cf8cea, #w-node-_4a6bbe0a-8798-c37c-de1a-92bc9f72750c-f9fec1a3, #w-node-_4a6bbe0a-8798-c37c-de1a-92bc9f72750c-df437564, #w-node-_4a6bbe0a-8798-c37c-de1a-92bc9f72750c-f6f34563, #w-node-_4a6bbe0a-8798-c37c-de1a-92bc9f72750c-7e1d1eb9, #w-node-_4a6bbe0a-8798-c37c-de1a-92bc9f72750c-24657f08, #w-node-_4a6bbe0a-8798-c37c-de1a-92bc9f72750c-5ee8f971, #w-node-_4a6bbe0a-8798-c37c-de1a-92bc9f72750c-24d4ace2, #w-node-_4a6bbe0a-8798-c37c-de1a-92bc9f72750c-72784bc4, #w-node-_4a6bbe0a-8798-c37c-de1a-92bc9f72750c-eb5ee8ed {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-cd6de376-cf66-1f1e-fcea-551911494b0c-ecc7496f, #w-node-_0783aa7a-2b52-6cf4-3e38-7a3a464b2a53-ecc7496f, #w-node-_2ad2f28c-c668-bc0f-3a1c-eb12d9deef1a-ecc7496f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f60e76fa-6507-a61d-26f5-61665a45d831-b9e916c4, #w-node-_6b4e85f6-cb66-a188-c366-b340cb24a8a6-b9e916c4 {
    grid-area: Experience;
  }

  #w-node-_6b4e85f6-cb66-a188-c366-b340cb24a934-b9e916c4 {
    grid-area: About;
  }

  #w-node-cbcdb285-4d20-4ec1-6de6-05c5ed2d3ae0-650fa4b0, #w-node-cbcdb285-4d20-4ec1-6de6-05c5ed2d3ae6-650fa4b0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #process.w-node-_2eaf7690-a734-f941-0663-812152cd9696-c90749cb, #process.w-node-_2eaf7690-a734-f941-0663-812152cd9696-07ba3352, #process.w-node-_2eaf7690-a734-f941-0663-812152cd9696-6e76c286, #process.w-node-_2eaf7690-a734-f941-0663-812152cd9696-af3e7aa6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_2187d112-06bc-2216-946b-5f9ee2279488-f488b21f, #w-node-_2187d112-06bc-2216-946b-5f9ee2279488-28e8117e, #w-node-_2187d112-06bc-2216-946b-5f9ee2279488-d9fd52cf, #w-node-_2187d112-06bc-2216-946b-5f9ee2279488-e2889039, #w-node-_2187d112-06bc-2216-946b-5f9ee2279488-b14586e2, #w-node-_2187d112-06bc-2216-946b-5f9ee2279488-87db44af, #w-node-_2187d112-06bc-2216-946b-5f9ee2279488-fdaf6200, #w-node-_2187d112-06bc-2216-946b-5f9ee2279488-f3996de6, #w-node-_2187d112-06bc-2216-946b-5f9ee2279488-80cf8cea, #w-node-_2187d112-06bc-2216-946b-5f9ee2279488-f9fec1a3, #w-node-_2187d112-06bc-2216-946b-5f9ee2279488-df437564, #w-node-_2187d112-06bc-2216-946b-5f9ee2279488-f6f34563, #w-node-_2187d112-06bc-2216-946b-5f9ee2279488-7e1d1eb9, #w-node-_2187d112-06bc-2216-946b-5f9ee2279488-24657f08, #w-node-_2187d112-06bc-2216-946b-5f9ee2279488-5ee8f971, #w-node-_2187d112-06bc-2216-946b-5f9ee2279488-24d4ace2, #w-node-_2187d112-06bc-2216-946b-5f9ee2279488-72784bc4, #w-node-_2187d112-06bc-2216-946b-5f9ee2279488-eb5ee8ed {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2187d112-06bc-2216-946b-5f9ee2279488-ecc7496f, #w-node-_9f7607a4-1400-4985-492f-1c5ed03ed91f-ecc7496f, #w-node-cd6de376-cf66-1f1e-fcea-551911494b0c-ecc7496f, #w-node-_0783aa7a-2b52-6cf4-3e38-7a3a464b2a53-ecc7496f, #w-node-_2ad2f28c-c668-bc0f-3a1c-eb12d9deef1a-ecc7496f, #w-node-_47351471-0449-a1b1-b5e4-d5e264ce7cb3-b9e916c4, #w-node-_1c308add-004a-13a2-447c-a61c931b2e3a-ebcf59b6, #w-node-_1c308add-004a-13a2-447c-a61c931b2e3f-ebcf59b6, #w-node-_02af4fbf-5b86-9a53-7f76-f5a184d27e29-ebcf59b6, #w-node-_02af4fbf-5b86-9a53-7f76-f5a184d27e2c-ebcf59b6, #w-node-_2187d112-06bc-2216-946b-5f9ee2279488-650fa4b0, #w-node-_9f7607a4-1400-4985-492f-1c5ed03ed91f-650fa4b0, #w-node-cbcdb285-4d20-4ec1-6de6-05c5ed2d3ae0-650fa4b0, #w-node-cbcdb285-4d20-4ec1-6de6-05c5ed2d3ae6-650fa4b0, #w-node-_81a9ce11-d72e-b06c-cd1d-1675b27dca7f-650fa4b0, #w-node-d2985990-8ee6-faef-7000-0695f3640525-650fa4b0, #w-node-_2187d112-06bc-2216-946b-5f9ee2279488-e43de172, #w-node-_9f7607a4-1400-4985-492f-1c5ed03ed91f-e43de172, #w-node-_2187d112-06bc-2216-946b-5f9ee2279488-ac341f56, #w-node-_9f7607a4-1400-4985-492f-1c5ed03ed91f-ac341f56, #w-node-_04681b00-f35e-8585-f852-c93e71ce262b-6e76c286, #w-node-_04681b00-f35e-8585-f852-c93e71ce262e-6e76c286 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c6901250-f3c7-385d-89b9-fed4dcf1c1ff-5db512d3, #w-node-c6901250-f3c7-385d-89b9-fed4dcf1c203-5db512d3, #w-node-ef568651-a24e-fa50-9dcd-3ff348e83c46-5db512d3 {
    justify-self: start;
  }
}


