:root {
  --white: white;
  --black: black;
  --wf-red: #d41c2c;
}

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

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-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-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 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.container.nerrow {
  max-width: 820px;
}

.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;
  margin-top: 10px;
  font-family: Merriweather, serif;
  font-size: 31px;
  font-weight: 300;
  line-height: 50px;
}

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

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

.label {
  color: #858585;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid #dbdbdb;
  border-radius: 15px;
  padding: 2px 8px;
  font-size: 8px;
  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;
}

.label.lock {
  background-image: url('../images/lock.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-color: #000;
  width: 30px;
  box-shadow: 0 0 4px #333333a8;
}

.paragraph-light {
  opacity: .6;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

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

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  margin-left: 100px;
  margin-right: 100px;
}

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

.section.split {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .4fr .6fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
  position: relative;
}

.section.hide {
  display: none;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

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

.logo-link {
  z-index: 1;
  color: #1a1b1f;
}

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

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

.logo-link.w--current:hover {
  color: #1d1d1d;
}

.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.hide {
  display: 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: 10px;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 100px;
}

.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 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

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

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

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

.work-image {
  text-align: center;
  background-image: linear-gradient(225deg, #000, #7c7c7c);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 550px;
  display: flex;
}

.work-image:hover {
  opacity: 1;
  background-image: linear-gradient(270deg, #000, #7c7c7c);
}

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

.work-image.cc-work-1 {
  background-image: url('../images/screenshot.jpg'), linear-gradient(225deg, #000, #7c7c7c);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.work-image.cc-work-2 {
  background-image: url('../images/ubuntu-dashboard.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.work-image.cc-work-4 {
  background-image: url('../images/beyond.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.work-image.cc-work-5 {
  background-image: url('../images/pluscard.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.work-image.cc-work-6 {
  background-image: url('../images/wint.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.work-image.cc-work-7 {
  background-image: url('../images/sceen.png'), linear-gradient(#424242, #424242);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
}

.work-image.cc-work-8 {
  background-image: url('../images/wflogo.svg'), linear-gradient(#dd1e25, #dd1e25);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 90px, auto;
}

.work-image.cc-work-9 {
  background-image: url('../images/wellsfargo.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.project-name-link {
  color: #000;
  font-family: Merriweather, serif;
  font-size: 28px;
  font-weight: 300;
  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: space-between;
  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 {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-links.hide {
  display: none;
}

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

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

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

.service-name-text {
  opacity: .6;
  margin-bottom: 10px;
}

.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: ". ."
  / 1fr 1fr;
  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: 100px;
  grid-template: ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 120px;
  margin-bottom: 135px;
}

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

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

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.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-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  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;
}

.post-item {
  flex-direction: column;
  grid-template-columns: 1fr;
  margin-bottom: 80px;
  display: flex;
}

.blog-content {
  width: 100%;
  max-width: 960px;
}

.blog-layout {
  margin-top: 100px;
  margin-left: 25%;
  margin-right: 25%;
}

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

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
}

.list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: block;
}

.list-item {
  padding: 15px;
  display: inline-block;
}

.h2 {
  font-size: 17px;
  line-height: 32px;
}

.h3 {
  font-family: Merriweather, serif;
  font-size: 23px;
  line-height: 33px;
}

.body {
  background-color: #f3f3f3;
  text-decoration: none;
}

.project-divider {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  width: 100%;
}

.div-block {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 25px;
  padding: 30px;
}

.div-block:hover {
  box-shadow: 5px 5px 10px #00000014;
}

.div-block.hide {
  display: none;
}

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

.link-in-text {
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}

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

.social-icons {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.icon {
  opacity: .52;
  width: 30px;
  transition: opacity .775s;
}

.icon:hover {
  opacity: 1;
}

.labels {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.grid-3 {
  display: block;
}

.link {
  color: #03f;
  display: inline-block;
}

.logo {
  perspective-origin: 50% 1360px;
  width: 456px;
  height: 312px;
  margin-top: 50px;
  margin-bottom: 50px;
  transition: opacity .2s;
  position: relative;
}

.blue {
  perspective-origin: 100%;
  transform-origin: 100%;
  background-image: url('../images/blue.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 240px;
  height: 137px;
  position: absolute;
  top: 174px;
  right: 212px;
  transform: none;
}

.purple {
  perspective-origin: 0%;
  transform-origin: 0%;
  background-image: url('../images/purple.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 260px;
  height: 137px;
  position: absolute;
  top: 174px;
  left: 197px;
}

.yellow {
  perspective-origin: 0 100%;
  transform-origin: 0 100%;
  background-image: url('../images/yello.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 166px;
  height: 256px;
  position: absolute;
  top: -3px;
  left: 221px;
}

.green {
  perspective-origin: 100% 100%;
  transform-origin: 100% 100%;
  background-image: url('../images/green.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 222px;
  height: 255px;
  position: absolute;
  left: 92px;
}

.flower {
  transform: translate(0);
}

.stacklist, .text-block {
  display: none;
}

.wip {
  background-color: var(--white);
  white-space: nowrap;
  object-fit: fill;
  border: 1px solid #000;
  border-radius: 20px;
  order: 1;
  padding-left: 15px;
  padding-right: 15px;
}

.project-divider-2 {
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.text-block-2 {
  white-space: normal;
}

.link-block {
  display: flex;
}

.password {
  text-decoration: none;
}

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

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

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

  .section.split {
    grid-template-columns: 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .button {
    justify-content: center;
  }

  .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 {
    background-color: #fff;
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

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

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

  .intro-wrap {
    margin-bottom: 60px;
    position: static;
  }

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

  .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 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .services-items-grid {
    grid-row-gap: 0px;
    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: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

  .blog-layout {
    margin-top: 0;
    margin-left: 30px;
    margin-right: 30px;
  }

  .div-block {
    margin-bottom: 10px;
  }
}

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

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

  .container {
    text-align: center;
  }

  .label {
    white-space: nowrap;
    display: flex;
  }

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

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

  .section.split {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .section.hide {
    display: block;
  }

  .section.history {
    margin-top: 0;
  }

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

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

  .navigation {
    padding: 20px 30px;
  }

  .intro-wrap {
    position: static;
  }

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

  .works-grid {
    align-content: stretch;
  }

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

  .work-image.cc-work-1 {
    height: 300px;
  }

  .work-image.cc-work-2 {
    background-position: 50%;
    background-size: cover;
    height: 300px;
  }

  .work-image.cc-work-4 {
    height: 300px;
  }

  .work-image.cc-work-3 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
  }

  .work-image.cc-work-5, .work-image.cc-work-6, .work-image.cc-work-7 {
    height: 300px;
  }

  .project-name-link {
    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-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;
  }

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

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

  .div-block {
    margin-bottom: 0;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .labels {
    flex-wrap: wrap;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .rich-text {
    width: 100%;
    max-width: none;
  }

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

  .label {
    white-space: nowrap;
    display: block;
    position: relative;
  }

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

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

  .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, .project-overview-grid, .project-description-grid {
    width: 100%;
    max-width: none;
  }

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

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

  .labels {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .logo {
    transform: scale(.5);
  }
}

#w-node-_34f3d0d4-0947-ab41-71bc-490db9f35e93-38afb6e2 {
  align-self: start;
}

#w-node-ec1d1396-3ff8-0874-8970-0bb28144dc48-38afb6e2, #w-node-b686779e-2b70-dd61-42f4-226ea7d9c7dd-38afb6e2, #w-node-ffb3e15c-3cda-12f2-df71-932b7c0cdf10-38afb6e2, #w-node-_22baff62-ca81-f390-4561-23e43588bd70-38afb6e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fb4-38afb6e2 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-fbe82ec1-2981-3256-8238-d9ab76df1864-38afb6e2, #w-node-fbe82ec1-2981-3256-8238-d9ab76df1865-38afb6e2, #w-node-_99714ac7-3f00-51c1-7a36-ac95a7ad18a1-38afb6e2, #w-node-_99714ac7-3f00-51c1-7a36-ac95a7ad18a2-38afb6e2, #w-node-c0de606f-b2a2-a7b4-a1fd-ec29a709e590-38afb6e2, #w-node-_6c4e5a19-df1e-8287-dc74-9fe6b1f1d55b-38afb6e2, #w-node-_6ebbb809-2543-e062-217f-38323438c7b4-38afb6e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c1-31afb6e5 {
  grid-area: 1 / 1 / 2 / 2;
}

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

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-b6afb6e7 {
  grid-area: 2 / 1 / 3 / 5;
}

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

#w-node-_07a533ee-5d4f-5e13-9ee8-2add69cbfd50-b6afb6e7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c2a3774e-ca49-58b8-21d1-8ba0004e6ade-b6afb6e7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c2a3774e-ca49-58b8-21d1-8ba0004e6ae9-b6afb6e7 {
  grid-area: 1 / 1 / 2 / 2;
}

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

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-f6afb6e8 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-f6afb6e8 {
  grid-area: 2 / 3 / 3 / 5;
}

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

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

#w-node-cbf013c1-3184-2fd8-89ef-aaa4f423ddf8-f6afb6e8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cbf013c1-3184-2fd8-89ef-aaa4f423de1c-f6afb6e8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c9e16de6-e67e-3218-e6cd-091696176c0f-f6afb6e8 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-c9e16de6-e67e-3218-e6cd-091696176c17-f6afb6e8 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_532de469-4f2a-4727-ed24-38f119b0b5cc-f6afb6e8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_532de469-4f2a-4727-ed24-38f119b0b5f0-f6afb6e8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1e5d7b87-d8d3-4bb3-9c26-f7b6f73926d4-f6afb6e8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1e5d7b87-d8d3-4bb3-9c26-f7b6f73926dd-f6afb6e8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_080e1019-f939-76a8-1bba-61773c93caa7-f6afb6e8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_080e1019-f939-76a8-1bba-61773c93cab0-f6afb6e8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_457d57f5-c89f-e7bf-b389-735e9de1e1b2-caafb6e9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-caafb6e9, #w-node-_4d68e14d-f94f-63ba-f553-abe130be8d9e-caafb6e9 {
  grid-area: 2 / 1 / 3 / 3;
}

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

#w-node-_32040423-4078-1b23-6771-e6c78f8a716d-caafb6e9 {
  grid-area: 1 / 1 / 2 / 2;
}

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

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-28afb6ea {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-28afb6ea {
  grid-area: 2 / 3 / 3 / 5;
}

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

#w-node-_1f85730f-9889-a71b-9be8-c086a8d10760-28afb6ea {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c8-c0380b53, #w-node-_906aa894-5a22-ca69-f421-86b172642e16-c0380b53, #w-node-_4d0dce0c-4686-bd85-a8c9-e27d02a6ebff-c0380b53 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c1-c54c2fda {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c8-c54c2fda {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd8a-c54c2fda {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd8f-c54c2fda {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd90-c54c2fda {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd99-c54c2fda {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffda1-c54c2fda {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffda6-c54c2fda {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffdd8-c54c2fda {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffe12-c54c2fda {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9d-c54c2fda, #w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9d-c54c2fda:active {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9e-c54c2fda {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9f-c54c2fda {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea0-c54c2fda {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea1-c54c2fda {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea2-c54c2fda {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea3-c54c2fda {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea4-c54c2fda {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a32-d0df4a24 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a36-d0df4a24 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a3a-d0df4a24 {
  grid-area: 2 / 1 / 3 / 3;
}

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

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-52ed43f0 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-52ed43f0 {
  grid-area: 2 / 3 / 3 / 5;
}

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

#w-node-_1f85730f-9889-a71b-9be8-c086a8d10760-52ed43f0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_38882c64-2f88-fe84-3c54-2ed4fe3abf2b-52ed43f0, #w-node-_28532211-1e03-86d8-0238-0b7688334142-52ed43f0, #w-node-_8f9f0c08-6918-3463-647c-64253dcf6ab6-52ed43f0, #w-node-_588f3a9b-a52e-71d2-9e04-525d0d6f809c-52ed43f0, #w-node-a3ef9d2a-2b52-1c20-97cd-cd7fe5c09601-52ed43f0, #w-node-_6034e9a8-f550-c560-40a8-d52bb3a23ee5-52ed43f0, #w-node-_93ef6afb-016c-bb3d-d76b-1cb8948d5453-52ed43f0 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_34f3d0d4-0947-ab41-71bc-490db9f35e93-38afb6e2 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    align-self: start;
  }

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

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-b6afb6e7 {
    grid-column-end: 2;
  }

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

  #w-node-_07a533ee-5d4f-5e13-9ee8-2add69cbfd50-b6afb6e7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c2a3774e-ca49-58b8-21d1-8ba0004e6ade-b6afb6e7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c2a3774e-ca49-58b8-21d1-8ba0004e6ae9-b6afb6e7, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-f6afb6e8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-f6afb6e8 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-f6afb6e8 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-f6afb6e8, #w-node-cbf013c1-3184-2fd8-89ef-aaa4f423ddf8-f6afb6e8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c9e16de6-e67e-3218-e6cd-091696176c0f-f6afb6e8 {
    grid-column-end: 2;
  }

  #w-node-c9e16de6-e67e-3218-e6cd-091696176c17-f6afb6e8 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_532de469-4f2a-4727-ed24-38f119b0b5cc-f6afb6e8, #w-node-_1e5d7b87-d8d3-4bb3-9c26-f7b6f73926d4-f6afb6e8, #w-node-_080e1019-f939-76a8-1bba-61773c93caa7-f6afb6e8, #w-node-_457d57f5-c89f-e7bf-b389-735e9de1e1b2-caafb6e9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-caafb6e9, #w-node-_4d68e14d-f94f-63ba-f553-abe130be8d9e-caafb6e9 {
    grid-column-end: 2;
  }

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

  #w-node-_32040423-4078-1b23-6771-e6c78f8a716d-caafb6e9, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-28afb6ea {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-28afb6ea {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-28afb6ea {
    grid-area: 3 / 1 / 4 / 2;
  }

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

  #w-node-_1f85730f-9889-a71b-9be8-c086a8d10760-28afb6ea {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c8-c0380b53, #w-node-_906aa894-5a22-ca69-f421-86b172642e16-c0380b53, #w-node-_4d0dce0c-4686-bd85-a8c9-e27d02a6ebff-c0380b53, #w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c8-c54c2fda, #w-node-dac044b7-be90-60f3-414d-4224828ffd8f-c54c2fda, #w-node-dac044b7-be90-60f3-414d-4224828ffd99-c54c2fda {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dac044b7-be90-60f3-414d-4224828ffdd8-c54c2fda {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-dac044b7-be90-60f3-414d-4224828ffe12-c54c2fda {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9e-c54c2fda {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea0-c54c2fda {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea1-c54c2fda {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea2-c54c2fda {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea3-c54c2fda {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea4-c54c2fda {
    grid-area: 4 / 2 / 5 / 3;
  }

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

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-52ed43f0 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-52ed43f0 {
    grid-area: 3 / 1 / 4 / 2;
  }

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

  #w-node-_1f85730f-9889-a71b-9be8-c086a8d10760-52ed43f0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_38882c64-2f88-fe84-3c54-2ed4fe3abf2b-52ed43f0, #w-node-_28532211-1e03-86d8-0238-0b7688334142-52ed43f0, #w-node-_8f9f0c08-6918-3463-647c-64253dcf6ab6-52ed43f0, #w-node-_588f3a9b-a52e-71d2-9e04-525d0d6f809c-52ed43f0, #w-node-a3ef9d2a-2b52-1c20-97cd-cd7fe5c09601-52ed43f0, #w-node-_6034e9a8-f550-c560-40a8-d52bb3a23ee5-52ed43f0, #w-node-_93ef6afb-016c-bb3d-d76b-1cb8948d5453-52ed43f0 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_34f3d0d4-0947-ab41-71bc-490db9f35e93-38afb6e2, #w-node-ff0c90b7-74f7-30c0-5055-cea3035dd860-38afb6e2 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-d783a17e-0b35-a13a-0448-a852d0df4a36-d0df4a24 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d783a17e-0b35-a13a-0448-a852d0df4a3a-d0df4a24 {
    grid-area: 3 / 1 / 4 / 2;
  }
}


