:root {
  --ebebeb: #f2ebeb;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.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: #333;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  text-transform: uppercase;
  margin: 20px 0 10px;
  font-family: Open Sans, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 75px;
}

h2 {
  color: #666;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 10px 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

h3 {
  color: #666;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 10px 0;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  color: #666;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: -6px 0 10px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 24px;
}

h5 {
  color: #323232;
  text-align: center;
  margin: 10px 0 8px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

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

p {
  color: #666;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  line-height: 22px;
}

a {
  text-decoration: none;
}

a:hover {
  color: #51a7f9;
}

.button {
  color: #666;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  padding: 5px 18px;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  transition: all .246s;
  display: inline-block;
}

.button:hover {
  color: #fff;
  background-color: #323232;
  border-color: #323232;
}

.button.onnav {
  color: #000;
  border-color: #999;
  margin-right: 15px;
  padding-right: 18px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.button.onnav:hover {
  color: #fff;
}

.button.onnav.lastbutton {
  margin-right: 96px;
}

.logo {
  align-items: center;
  display: flex;
}

.menu {
  color: #666;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  text-decoration: none;
}

.menu:hover {
  color: #323232;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.menu:focus {
  font-weight: 400;
}

.section {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section.dark {
  background-color: #fff;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding-top: 75px;
  padding-bottom: 30px;
  display: flex;
  box-shadow: 0 1px 3px #000;
}

.section.contact {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 530px;
}

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

.spacer {
  text-align: left;
  background-color: #c4c4c4;
  width: 70px;
  height: 2px;
  margin: 20px auto;
  padding-left: 0;
  display: block;
}

.home-port-icon {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 4px;
}

.home-port-col {
  text-align: center;
  padding: 20px 22px;
}

.port-text {
  color: #999;
  text-align: left;
  letter-spacing: .25px;
  margin-top: auto;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.port-text.skill {
  margin-left: 3px;
  padding-top: 8px;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
}

.port-text.skill2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
}

.port-text.result, .port-text.journey-text {
  color: #fff;
}

.team-info {
  text-align: left;
  margin-top: -6px;
  margin-bottom: 30px;
  padding-bottom: 0;
}

.team-icons {
  margin-top: 25px;
}

.msg-text {
  border: 1px solid #c3c5c5;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 50px;
}

.email-text {
  border: 1px solid #c3c5c5;
  border-radius: 4px;
}

.nextbar {
  text-align: right;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 0;
  padding-bottom: 0;
}

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

.link:hover {
  color: #666;
}

.link.home {
  float: none;
  color: #53585f;
  letter-spacing: 2px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.link.home:hover {
  color: #000;
}

.slide {
  text-align: center;
  background-image: url('../images/hero-bg.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 150px;
}

.navbar {
  z-index: 1;
  background-color: #ffffffe6;
  border-bottom: 1px solid #ccc;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
}

.brand-logo {
  float: left;
  margin-top: 2px;
}

.brand-logo:hover {
  opacity: .64;
}

.thanks-msg {
  background-color: #0000;
  border: 1px solid #08a800;
  border-radius: 4px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.thankyou {
  color: #08a800;
  text-transform: none;
}

.error-msg {
  background-color: #0000;
  border: 1px solid #cf3030;
  border-radius: 4px;
  padding-top: 0;
  padding-bottom: 0;
}

.error {
  color: #cf3030;
  margin-top: 10px;
  margin-bottom: 10px;
}

.home {
  float: left;
  width: 30px;
}

.homeicon {
  float: left;
  margin-top: 13px;
  margin-right: 30px;
  display: none;
}

.portfolio-head {
  color: #53585f;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: break-spaces;
  object-fit: fill;
  margin-bottom: 3px;
  font-family: Noto Sans, sans-serif;
  font-weight: 700;
  display: block;
}

.portfolio-head.result {
  color: #fff;
  margin-top: 0;
}

.portfolio-head.journey {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 20px;
}

.port-row {
  margin-top: 160px;
  margin-left: auto;
  margin-right: auto;
}

.port-row.small {
  margin-left: 29px;
  margin-right: 29px;
}

.port-row.stat {
  margin-top: 0;
}

.textlink {
  color: #09c;
  text-decoration: none;
}

.textlink.resume {
  text-align: left;
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.textlink.footer-text {
  font-family: Lato, sans-serif;
  display: inline-block;
}

.contact-test {
  margin-bottom: 40px;
}

.port-container {
  text-align: center;
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.port-container.port-con-result {
  margin-top: 0;
}

.port-icon {
  margin-bottom: 20px;
}

.title {
  float: left;
  margin-top: 2px;
  padding-left: 10px;
}

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

.image {
  margin-top: auto;
  position: static;
}

.image.invis {
  display: none;
}

.column, .heading-2 {
  position: relative;
}

.link-block {
  display: none;
}

.container {
  padding-left: 10px;
}

.heading-3 {
  z-index: 0;
  color: #000;
  text-transform: none;
  margin-top: 60px;
  margin-bottom: 5px;
  font-family: Noto Sans, sans-serif;
  font-size: 55px;
  font-weight: 300;
  line-height: 55px;
  position: relative;
}

.text-block {
  z-index: 0;
  color: #52575f;
  letter-spacing: 6px;
  margin-top: 10px;
  margin-bottom: 70px;
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.heading-4 {
  margin-top: 0;
}

.div-block {
  margin-top: 160px;
  margin-left: 0;
  margin-right: 0;
}

.div-block.top {
  margin-top: 0;
}

.div-block.result {
  background-color: #09c;
  align-self: stretch;
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 70px;
}

.port-stat-number {
  color: #000;
  margin-top: 40px;
  font-family: Lato, sans-serif;
  font-size: 80px;
  font-weight: 300;
  line-height: 80px;
}

.port-stat-text {
  color: #999;
  margin-top: 5px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 27px;
}

.image-2 {
  border-bottom: 1px #ccc;
  border-left: 1px #ccc;
  border-right: 1px #ccc;
}

.image-3, .image-4, .image-5, .image-6 {
  border-bottom: 4px solid #e7e7ee;
}

.div-block-2 {
  justify-content: center;
  display: flex;
}

.image-7 {
  border: 1px #000;
  border-bottom: 1px solid #666;
}

.image-8 {
  max-width: 85%;
}

.image-9 {
  max-width: 90%;
}

.heading-5 {
  font-family: Lato, sans-serif;
  font-weight: 700;
  position: static;
}

.container-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-2 {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.home-name {
  color: #53585f;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
}

.container-3 {
  text-align: center;
  max-width: 1340px;
}

.div-block-3 {
  text-align: left;
  flex: 0 auto;
  align-self: flex-start;
  margin-left: 25px;
  margin-right: 10px;
}

.div-block-3.topblock {
  margin-bottom: 50px;
}

.home-projtitle {
  color: #000;
  text-align: left;
  text-transform: none;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Noto Sans, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 40px;
}

.home-company {
  color: #53585f;
  text-align: left;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-left: 3px;
  font-family: Noto Sans, sans-serif;
  font-size: 15px;
  line-height: 21px;
}

.image-10 {
  float: none;
  clear: none;
  object-fit: contain;
  max-width: 200px;
  max-height: 200px;
  display: block;
  position: relative;
}

.home-column {
  text-align: left;
  margin-top: 30px;
  position: relative;
  left: 25px;
}

.home-column.top {
  margin-top: 20px;
  margin-left: auto;
}

.home-col2 {
  text-align: left;
  padding-left: 5px;
}

.toptext {
  float: none;
  clear: left;
  color: #999;
  text-align: left;
  letter-spacing: .25px;
  margin-right: 10px;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  line-height: 27px;
  position: static;
}

.link-block-2 {
  z-index: auto;
  float: right;
  clear: none;
  object-fit: fill;
  margin-right: 120px;
  display: inline-block;
  position: relative;
  inset: 0% 0% 0% auto;
}

.home-col1 {
  text-align: right;
  padding-right: 10px;
}

.home-div-proj {
  flex: 0 auto;
  margin-bottom: 70px;
  margin-right: 120px;
}

.italic-text {
  color: #999;
  font-family: Noto Sans, sans-serif;
  font-size: 15px;
  font-style: normal;
}

.image-11 {
  float: left;
  max-width: 48px;
  position: relative;
}

.div-block-4 {
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.footer-text {
  margin-right: 2px;
  font-family: Noto Sans, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.image-12 {
  opacity: 1;
  max-width: 24px;
}

.link-block-4 {
  margin-bottom: 2px;
  display: block;
}

.link-block-5 {
  margin-top: 5px;
  margin-left: 3px;
  margin-right: 3px;
}

.div-block-5 {
  text-align: center;
  margin-top: 100px;
}

.container-4 {
  padding-left: 10px;
  padding-right: 10px;
}

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

.footer-block {
  text-align: center;
  margin-top: 80px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 2.75fr .75fr .25fr .75fr 2.75fr;
  grid-auto-flow: row;
  justify-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.journey-block-2 {
  background-color: #cf3a3f;
  border-radius: 15px;
  margin-top: 10px;
  padding: 20px;
}

.journey-block-2.stanford {
  background-color: #811515;
}

.journey-block-2.startup {
  background-color: #490089;
}

.journey-block-2.intuit {
  background-color: #2f54b7;
}

.journey-block-2.sf {
  background-color: #0092df;
}

.journey-block-2.intel {
  background-color: #0065bd;
}

.journey-block-2.white {
  background-color: #fff;
}

.journey-logo {
  text-align: left;
  max-width: 150px;
}

.journey-logo.sf {
  max-width: 200px;
}

.journey-logo.intel {
  max-width: 130px;
}

.timeline {
  background-color: silver;
  justify-content: center;
  min-width: 3px;
  max-width: 3px;
  display: flex;
}

.timelline-arm {
  background-color: #cf3a3f;
  width: auto;
  min-width: 130%;
  min-height: 3px;
  max-height: 3px;
}

.timelline-arm.stanford {
  background-color: #811515;
}

.timelline-arm.startup {
  background-color: #490089;
}

.timelline-arm.intuit {
  background-color: #2f54b7;
}

.timelline-arm.sf {
  background-color: #0092df;
}

.timelline-arm.intel {
  background-color: #0065bd;
}

.image-13 {
  position: static;
}

.image-14 {
  display: none;
}

.image-15 {
  display: block;
}

.italic-text-2 {
  font-family: Noto Sans, sans-serif;
}

.text-block-3 {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}

.home-subtitle {
  color: #53585f;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  align-self: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Noto Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.home-main-content {
  max-width: 1340px;
}

.home-summary {
  margin-top: 25px;
  margin-left: 25px;
}

.home-summary-text {
  margin-left: 25px;
}

.div-block-7 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.container-5 {
  max-width: 1340px;
}

.columns {
  align-items: flex-start;
  max-width: 1340px;
  display: flex;
}

.column-2 {
  text-align: right;
}

.column-3 {
  flex-flow: row;
  display: block;
}

html.w-mod-js [data-ix="slideinright"] {
  opacity: 0;
}

html.w-mod-js [data-ix="slildein"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="slildein-2"], html.w-mod-js [data-ix="fadein"] {
  opacity: 0;
}

html.w-mod-js [data-ix="slide-from-bottom"] {
  opacity: 0;
  transform: translate(0, 100px);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  .menu {
    color: #fff;
    background-color: #0000;
    border-radius: 0;
    padding-left: 25px;
  }

  .menu:hover {
    color: #fff;
  }

  .section {
    margin-top: 0;
    padding-top: 72px;
    padding-bottom: 0;
  }

  .section.dark {
    background-color: #fff;
  }

  .section.home-section {
    padding-top: 50px;
  }

  .services {
    margin-top: 0;
  }

  .port-text {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button.w--open {
    background-color: #323232;
    margin-right: -27px;
    padding-left: 18px;
    padding-right: 25px;
  }

  .link.home {
    float: none;
    position: relative;
  }

  .navbar {
    background-color: #ffffffe6;
  }

  .nav-menu {
    background-color: #000;
    position: absolute;
  }

  .close-sidebar {
    width: 50px;
    height: 50px;
    margin-left: auto;
    padding-top: 13px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }

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

  .portfolio-head {
    float: none;
    clear: none;
    white-space: normal;
    position: relative;
  }

  .port-row {
    margin-top: 120px;
  }

  .port-row.small {
    margin-left: 0;
    margin-right: 0;
  }

  .port-container {
    margin-top: 100px;
  }

  .column {
    order: 0;
    font-size: 20px;
  }

  .heading-2 {
    position: relative;
  }

  .div-block-3 {
    margin-left: 0;
    padding-left: 20px;
    display: block;
  }

  .home-projtitle {
    margin-top: 0;
  }

  .image-10 {
    max-width: 170px;
    max-height: 170px;
  }

  .home-column {
    left: auto;
  }

  .home-main-content {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: -15px;
    font-size: 35px;
  }

  .logo {
    padding-top: 0;
  }

  .menu {
    padding-left: 25px;
  }

  .section {
    padding-top: 78px;
  }

  .section.dark {
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .section.home-section {
    padding-top: 30px;
  }

  .port-text {
    margin-bottom: 5px;
    padding-bottom: 0;
  }

  .port-text.skill {
    padding-top: 0;
  }

  .team-info, .team-icons {
    text-align: center;
  }

  .menu-button.w--open {
    background-color: #323232;
    margin-right: 0;
    padding-right: 25px;
  }

  .nextbar {
    flex: 1;
  }

  .slide {
    margin-top: 16px;
    padding-top: 134px;
    padding-bottom: 154px;
  }

  .navbar {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .brand-logo {
    padding-left: 15px;
  }

  .menu-button {
    margin-top: 0;
  }

  .form {
    margin-bottom: 50px;
  }

  .home {
    margin-top: 13px;
    margin-right: 14px;
  }

  .homeicon {
    margin-top: 0;
    display: block;
  }

  .port-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-2 {
    display: none;
  }

  .link-block {
    display: block;
  }

  .port-stat-number {
    margin-top: 40px;
  }

  .div-block-3 {
    margin-left: 10px;
  }

  .home-column {
    left: 20px;
  }

  .home-col1 {
    text-align: left;
  }

  .journey-block-1 {
    margin-bottom: 60px;
  }

  .timeline, .timelline-arm, .image-13 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: -10px;
    margin-bottom: 3px;
    padding-bottom: 0;
    font-size: 25px;
  }

  h3 {
    padding-left: 0;
    padding-right: 0;
    font-size: 27px;
    line-height: 35px;
  }

  h4 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .button.onnav {
    margin-right: 10px;
  }

  .logo {
    display: flex;
  }

  .menu {
    padding-left: 25px;
  }

  .section {
    margin-top: 79px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.dark {
    margin-top: 0;
    padding-top: 85px;
    padding-bottom: 41px;
  }

  .section.contact {
    margin-top: 0;
    margin-bottom: 0;
  }

  .home-port-col {
    padding: 0 0 40px;
  }

  .nextbar {
    flex: 1;
    padding-left: 0;
    padding-right: 0;
  }

  .slide {
    padding-top: 95px;
    padding-bottom: 100px;
  }

  .homeicon {
    float: none;
    display: block;
    position: relative;
  }

  .port-row {
    margin-left: 10px;
    margin-right: -10px;
  }

  .link-block {
    display: block;
  }

  .grid {
    grid-template-columns: 2.75fr .75fr .25fr;
  }

  .journey-block-1 {
    overflow: visible;
  }

  .home-summary {
    flex-flow: column;
  }

  .home-summary-text {
    margin-top: 10px;
    margin-left: 0;
  }
}

#w-node-_8f54292d-ff23-b23b-fd2e-b69f982dccd4-99395450 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-d438c038-48f8-9330-7e0a-f57318540c78-99395450 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-a02dc0ca-6538-2076-f869-7b82c89a63dd-99395450 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_33278e35-e5e6-28c8-268f-cc6b241769cb-99395450 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_3384684c-9230-45f6-7688-eb9988ef6e19-99395450 {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-_59d51800-a168-4759-3a50-4f95370a65f8-99395450 {
  grid-area: 6 / 3 / 7 / 4;
}

#w-node-a28fb31d-0997-23ee-93df-5d2f054a5bed-99395450 {
  grid-area: 7 / 3 / 8 / 4;
}

#w-node-ce7be23e-e5a9-4b96-da32-c119831b22e7-99395450 {
  grid-area: 8 / 3 / 9 / 4;
}

#w-node-fb95e44d-e49c-9ed5-130f-cd4133e5d2d7-99395450 {
  grid-area: 9 / 3 / 10 / 4;
}

#w-node-_7d1142c7-2625-2f0c-43c5-088351af9d91-99395450 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_7d346f4c-144f-cb88-46f5-3a486d4927f3-99395450 {
  grid-area: 4 / 1 / 6 / 2;
}

#w-node-_3baf26df-5ec4-1300-6295-b495bba12e78-99395450 {
  grid-area: 7 / 1 / 9 / 2;
}

#w-node-e6f46c60-a27e-9977-8a5d-2efbd965e705-99395450 {
  grid-area: 2 / 5 / 4 / 6;
}

#w-node-_1010dfb3-219e-0dc6-1055-115b202c24de-99395450 {
  grid-area: 5 / 5 / 7 / 6;
}

#w-node-_3dfbcf63-44b4-1949-9f74-2d9a3ce4ff08-99395450 {
  grid-area: 8 / 5 / 10 / 6;
}

#w-node-bda4040a-3602-9966-4309-966854fbb9c1-99395450 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
}

#w-node-_5ecc5cde-cc5e-d9c9-d670-8a9145241aef-99395450 {
  grid-area: 4 / 2 / 5 / 3;
  align-self: center;
}

#w-node-dc43fa7a-2d2f-6717-036b-b960e2138035-99395450 {
  grid-area: 8 / 2 / 9 / 3;
  align-self: center;
}

#w-node-_7546e8a9-4d7f-b5a4-566a-5feb193a09b9-99395450 {
  grid-area: 3 / 4 / 4 / 5;
  align-self: center;
}

#w-node-d2db94ae-bdbb-3a94-5d90-959766cb7ed5-99395450 {
  grid-area: 6 / 4 / 7 / 5;
  align-self: center;
}

#w-node-_77009b47-620e-d200-8cbd-cb7e7e07c657-99395450 {
  grid-area: 9 / 4 / 10 / 5;
  align-self: center;
}

#w-node-_49dc4d78-1d3f-6ca4-b8ea-a33b25bf0b5f-99395450 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: center;
}

#w-node-cb80af50-ba82-080d-1233-0ea4130e675d-99395450 {
  grid-area: 3 / 3 / 4 / 4;
  align-self: center;
}

#w-node-f719ef28-d16b-6a47-261d-074f92862020-99395450 {
  grid-area: 4 / 3 / 5 / 4;
  align-self: center;
}

#w-node-_01b5c8ed-2b18-bba0-9a19-668ec5d00ba1-99395450 {
  grid-area: 6 / 3 / 7 / 4;
  align-self: center;
}

#w-node-_6744ecb9-288c-7c91-ead4-ecb4312c0fc8-99395450 {
  grid-area: 8 / 3 / 9 / 4;
  place-self: center;
}

#w-node-_729e5f5d-7754-0b7f-863c-4d31c2fa9141-99395450 {
  grid-area: 9 / 3 / 10 / 4;
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-fb95e44d-e49c-9ed5-130f-cd4133e5d2d7-99395450 {
    align-self: end;
  }

  #w-node-_7d1142c7-2625-2f0c-43c5-088351af9d91-99395450 {
    grid-row-end: 2;
    grid-column-end: 6;
  }

  #w-node-_7d346f4c-144f-cb88-46f5-3a486d4927f3-99395450 {
    grid-row-start: 5;
    grid-column-end: 6;
  }

  #w-node-_3baf26df-5ec4-1300-6295-b495bba12e78-99395450 {
    grid-row: 9 / 10;
    grid-column-end: 6;
  }

  #w-node-e6f46c60-a27e-9977-8a5d-2efbd965e705-99395450 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_1010dfb3-219e-0dc6-1055-115b202c24de-99395450 {
    grid-row: 7 / 8;
    grid-column-start: 1;
  }

  #w-node-_3dfbcf63-44b4-1949-9f74-2d9a3ce4ff08-99395450 {
    grid-row: 11 / 12;
    grid-column-start: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7d1142c7-2625-2f0c-43c5-088351af9d91-99395450, #w-node-_7d346f4c-144f-cb88-46f5-3a486d4927f3-99395450, #w-node-_3baf26df-5ec4-1300-6295-b495bba12e78-99395450, #w-node-e6f46c60-a27e-9977-8a5d-2efbd965e705-99395450, #w-node-_1010dfb3-219e-0dc6-1055-115b202c24de-99395450, #w-node-_3dfbcf63-44b4-1949-9f74-2d9a3ce4ff08-99395450 {
    grid-column-end: 4;
  }
}


