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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

p {
  margin-bottom: 21px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.navbar-logo-left {
  z-index: 9;
  width: 100%;
  max-width: 1140px;
  background-color: #fff;
  position: fixed;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

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

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  display: flex;
}

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

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

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

.nav-link.w--current {
  border-bottom: 1px solid #000;
  font-weight: 600;
}

.home-type-container {
  width: 100%;
  height: auto;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 83px;
  padding-left: 40px;
  display: block;
}

.home-mega-text-design {
  height: auto;
  font-family: Open Sans, sans-serif;
  font-size: 120px;
  line-height: 85px;
  display: block;
}

.home-mega-text-studio {
  margin-top: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 120px;
  line-height: 70px;
  display: block;
}

.rotatingtext {
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 27px;
  font-weight: 300;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rotate-wrap-3 {
  width: 100%;
  height: 40px;
  max-width: 1140px;
  position: relative;
  overflow: hidden;
}

.rotating-text-home {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 100px;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rotating-text-home.rotatingtext {
  height: 100px;
  text-align: left;
  font-size: 40px;
  line-height: 40px;
  position: absolute;
}

.rotating-text-home.rotatingtext.home-rotate-color-1 {
  color: #ff6f00;
}

.rotating-text-home.rotatingtext.home-rotate-color-2 {
  color: #c210ee;
}

.rotating-text-home.rotatingtext.home-rotate-color-3 {
  color: #3ce511;
}

.rotating-text-home.rotatingtext.home-rotate-color-4 {
  color: #067df3;
}

.rotate-container-better {
  width: 100%;
  padding-left: 9px;
}

.main-site-container {
  max-width: 1140px;
  overflow: hidden;
}

.main-content {
  max-width: 1140px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 101px;
  display: flex;
}

.home-about {
  padding-left: 40px;
  padding-right: 100px;
}

.global-footer {
  border-top: 1px solid #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding-top: 19px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.list {
  display: inline;
}

.footer-list-item {
  margin-right: 19px;
  display: inline-block;
}

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

.paragraph {
  color: #7e7171;
  font-size: 12px;
}

.portfolio-info {
  width: 100%;
  border-bottom: 1px solid #000;
  justify-content: flex-start;
  margin-top: 33px;
  margin-bottom: 37px;
  display: flex;
}

.port-info-block {
  width: 200px;
  border-right: 1px solid #000;
  flex-direction: column;
  margin-right: 25px;
  padding-right: 0;
  display: flex;
}

.paragraph-2 {
  font-size: 18px;
}

.heading {
  color: #a8a3a3;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.heading-2 {
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.portfolio-images {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.portfolio-proj-desc {
  width: 100%;
  flex-direction: column;
  padding-bottom: 14px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.cell-9 {
  background-image: url('../images/levis-desk-prod.jpg');
  background-position: 0 0;
  background-size: cover;
}

.cell-9.cell.box-shadow-port-items {
  background-image: url('../images/levis-desk-prod.jpg');
  background-size: cover;
}

.cell-10 {
  background-image: url('../images/levis-explore-sizefinder.gif');
  background-position: 0 0;
  background-size: cover;
}

.cell-11 {
  background-image: url('../images/levis-mob-prod.jpg');
  background-position: 0 0;
  background-size: cover;
}

.cell-12 {
  background-image: url('../images/levis-desk-cat.jpg');
  background-position: 0 0;
  background-size: cover;
}

.cell-13 {
  background-image: url('../images/levis-cart.png');
  background-position: 0 0;
  background-size: cover;
}

.cell-14 {
  background-image: url('../images/levis-mobile-001.jpg');
  background-position: 0 0;
  background-size: cover;
}

.cell-15 {
  background-image: url('../images/levis-ds-intro.jpg');
  background-position: 0 0;
  background-size: auto;
}

.cell-15.cell {
  background-size: cover;
}

.cell-15.cell.box-shadow-port-items {
  background-image: url('../images/levis-ds-intro.jpg');
  background-position: 0 0;
  background-size: cover;
}

.cell-16 {
  background-image: url('../images/levis-desk-desSys.jpg');
  background-position: 0 0;
  background-size: cover;
}

.quick-stack-2 {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  padding-left: 0;
  padding-right: 0;
}

.box-shadow-port-items {
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.port-info-block-last {
  width: auto;
  border-right: 1px solid #000;
  flex-direction: column;
  margin-right: 25px;
  padding-right: 61px;
  display: flex;
}

.cell-box-shadow {
  box-shadow: 0 0 25px rgba(0, 0, 0, .2);
}

.port-img-embed {
  width: 100%;
  border-radius: 10px;
  align-items: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.cell-17 {
  background-image: url('../images/nemo-styleguide.jpg');
  background-position: 0 0;
  background-size: cover;
}

.quick-stack-3 {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  padding-left: 0;
  padding-right: 0;
}

.port-images-tenable {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  padding-left: 0;
  padding-right: 0;
}

.ic-port-images {
  padding-left: 0;
  padding-right: 0;
}

.cell-19 {
  justify-content: center;
  align-items: center;
}

.ic-watch {
  max-width: 70%;
  align-self: center;
}

.cell-20 {
  justify-content: center;
  align-items: center;
}

.port-img-embed-md {
  width: 75%;
  max-width: 75%;
  border-radius: 10px;
  align-self: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.cell-21 {
  align-items: center;
}

.cell-22 {
  justify-content: center;
  align-items: center;
}

.cell-23 {
  align-items: center;
}

.cell-24 {
  justify-content: flex-start;
}

.image-19 {
  margin-top: 81px;
}

.image-20 {
  width: 90%;
}

.gthrive-iconset {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 79px;
}

.iconset-icon {
  max-height: 32px;
  max-width: 32px;
}

.iconset-icon.icon-gthrive {
  max-height: 36px;
  max-width: 36px;
}

.gthrive-port-images {
  padding-left: 0;
  padding-right: 0;
}

.stp-port-images {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  padding-top: 19px;
  padding-left: 0;
  padding-right: 0;
}

.port-img-embed-resp {
  width: 75%;
  max-width: 75%;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.cell-25, .cell-26 {
  align-items: center;
}

.stp-mu-iconset {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 42px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 66px;
  margin-left: 0;
}

.image-21 {
  max-width: 70%;
}

.cell-27 {
  justify-content: center;
  align-items: center;
}

.cbs-port-images {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  padding-left: 0;
  padding-right: 0;
}

.img-logo-seedschurch {
  width: 50%;
}

.img-logo-bartletts {
  width: 90%;
}

.img-logo-jrf {
  width: 80%;
}

.img-logo-derailed {
  width: 90%;
}

.cell-28, .cell-29, .cell-31, .cell-32, .cell-33, .cell-35 {
  justify-content: center;
  align-items: center;
}

.cell-36 {
  justify-content: center;
}

.cell-37, .cell-39, .cell-40, .cell-41 {
  justify-content: center;
  align-items: center;
}

.port-logos {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
}

.cell-43, .cell-44, .cell-45 {
  justify-content: center;
  align-items: center;
}

.port-print-samples {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  padding-left: 0;
  padding-right: 0;
}

.cell-46 {
  align-items: center;
}

.deck-left {
  position: static;
  top: -28px;
  right: -38px;
}

.deck-middle {
  position: static;
  bottom: -20px;
}

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

.port-clothes {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-top: 70px;
  padding-left: 0;
  padding-right: 0;
}

.about-profile-picture {
  width: 40%;
  flex-direction: column;
  flex: 0 auto;
  margin-left: 39px;
  margin-right: 58px;
  display: flex;
}

.type-container-2-col {
  width: 90%;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.port-nav-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.port-img-text-chip {
  z-index: 2;
  width: 80%;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .8);
  border-radius: 10px;
  justify-content: center;
  margin-top: -20px;
  padding: 10px 5px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  display: block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.port-img-text-chip.private-project {
  background-image: url('../images/lock-icon.svg');
  background-position: 7%;
  background-repeat: no-repeat;
  background-size: auto 20px;
}

.cell-47, .cell-48, .cell-49, .cell-50, .cell-51, .cell-52, .cell-53, .cell-54, .cell-55 {
  align-items: center;
}

.link-block {
  width: 100%;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block:visited {
  text-decoration: none;
}

._2-col-basic-content {
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  padding-bottom: 14px;
  padding-left: 0;
  padding-right: 99px;
  display: flex;
}

.bold-text {
  font-weight: 400;
}

.link {
  color: #3a7739;
}

.services-container {
  width: 100%;
  flex-direction: column;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.services-grid {
  padding-left: 0;
  padding-right: 0;
}

.heading-3 {
  margin-bottom: 18px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.service-card {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  padding: 10px 20px 20px;
  font-family: Open Sans, sans-serif;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.body {
  border: 1px solid #f3f0f0;
}

.error-page-container {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 59px;
  display: flex;
}

._404-icon {
  width: 20%;
}

.div-block {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.paragraph-3 {
  width: 50%;
  text-align: center;
}

.heading-4 {
  font-weight: 600;
}

.reset-button-style {
  background-color: #000;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.port-thumbs-work {
  width: 100%;
  filter: blur(2px);
  border-radius: 10px;
  align-items: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.paragraph-4 {
  padding-left: 0;
  padding-right: 40px;
}

.type-container-1-col {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 100px;
  display: flex;
}

.button {
  color: #000;
  background-color: #fff;
  border: 1px #000;
  border-radius: 3px;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.button.button-left-seperator {
  border-left-style: solid;
  border-radius: 0;
  margin-left: 24px;
  padding-left: 22px;
  padding-right: 25px;
}

._2-button-cont {
  width: 100%;
  border-top: 0 #000;
  border-bottom: 1px #000;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.client-logos {
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 27px;
  margin-bottom: 71px;
  padding-left: 40px;
  display: flex;
}

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

@media screen and (min-width: 1280px) {
  p {
    margin-bottom: 19px;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    line-height: 27px;
  }

  .nav-link:hover {
    border-bottom: 1px solid #000;
  }

  .nav-link.w--current {
    border-bottom: 1px solid #000;
    font-weight: 600;
  }

  .nav-link.w--current:hover {
    border-bottom: 1px solid #000;
  }

  .home-type-container {
    margin-bottom: 54px;
  }

  .home-about {
    flex-direction: column;
    display: flex;
  }

  .heading-2 {
    font-size: 25px;
  }
}

@media screen and (max-width: 991px) {
  .container-2 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

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

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

  .menu-button {
    padding: 12px;
  }

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

  .main-content {
    padding-left: 22px;
    padding-right: 22px;
  }

  .global-footer {
    padding-left: 19px;
    padding-right: 20px;
  }

  .portfolio-images {
    object-fit: fill;
  }

  .portfolio-proj-desc {
    padding-bottom: 9px;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-15.cell.box-shadow-port-items {
    background-image: url('../images/levis-ds-intro.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .port-images-tenable {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .port-img-embed-resp {
    width: 100%;
    max-width: 100%;
  }

  .stp-mu-iconset {
    margin-left: 39px;
  }

  .port-logos {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .type-container-2-col {
    padding-right: 20px;
  }

  .port-nav-grid {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
  }

  .port-img-text-chip {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
  }

  .port-img-text-chip.private-project {
    background-size: auto 15px;
  }

  ._2-col-basic-content {
    padding-bottom: 9px;
    padding-left: 0;
    padding-right: 0;
  }

  .services-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .services-list {
    padding-left: 20px;
  }

  .client-logos {
    margin-bottom: 29px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left {
    padding-left: 22px;
  }

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

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

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

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

  .rotating-text-home.rotatingtext.home-rotate-color-1 {
    color: #b4058e;
  }

  .rotating-text-home.rotatingtext.home-rotate-color-2 {
    color: #f08;
  }

  .rotating-text-home.rotatingtext.home-rotate-color-3 {
    color: #31db07;
  }

  .rotating-text-home.rotatingtext.home-rotate-color-4 {
    color: #08e5d6;
  }

  .home-about {
    padding-right: 7px;
  }

  .global-footer {
    align-items: center;
    padding-bottom: 21px;
  }

  .footer-list-item {
    margin-right: 12px;
    padding-top: 9px;
  }

  .footer-link {
    font-family: Open Sans, sans-serif;
    line-height: 14px;
  }

  .paragraph {
    margin-bottom: 0;
    line-height: 12px;
  }

  .paragraph-2 {
    font-size: 15px;
  }

  .portfolio-proj-desc {
    flex-direction: column;
    padding-left: 2px;
    padding-right: 5px;
  }

  .port-info-block-last {
    border-right-style: none;
  }

  .port-img-embed {
    width: 50%;
  }

  .port-img-embed-md {
    width: 100%;
    max-width: 100%;
  }

  .image-20 {
    align-self: center;
  }

  .gthrive-iconset {
    margin-top: 55px;
  }

  .gthrive-port-images {
    grid-column-gap: 51px;
    grid-row-gap: 51px;
    padding-left: 0;
    padding-right: 0;
  }

  .stp-mu-iconset {
    margin-top: 80px;
    margin-left: 0;
  }

  .img-logo-mysam {
    margin-bottom: 50px;
    display: block;
  }

  .img-logo-nuturedsoul.logo-img-sm, .img-logo-tsm, .img-logo-spongecake, .img-logo-seedschurch, .img-logo-icitizen, .img-logo-digitalgift, .img-logo-bartletts, .img-logo-avoca, .img-logo-creativefrustration, .img-logo-jrf, .img-logo-equipsupply, .img-logo-acegolf, .img-logo-pixeltech, .img-logo-derailed {
    margin-bottom: 50px;
  }

  .port-logos {
    grid-column-gap: 50px;
    grid-row-gap: 30px;
  }

  .port-clothes {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-profile-picture {
    width: 100%;
    order: 1;
    align-items: center;
    margin-bottom: 27px;
  }

  .type-container-2-col {
    width: 100%;
  }

  .port-nav-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .port-img-text-chip {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
    line-height: 13px;
  }

  ._2-col-basic-content {
    flex-direction: column;
    padding-left: 2px;
    padding-right: 5px;
  }

  .services-grid {
    align-self: auto;
    padding-left: 100px;
    padding-right: 100px;
  }

  .service-card {
    align-items: flex-start;
  }

  .port-thumbs-work {
    width: 100%;
  }

  .type-container-1-col {
    width: 100%;
    padding-right: 40px;
  }

  .client-logos {
    padding-left: 20px;
  }

  .image-22 {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left {
    padding-left: 0;
  }

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

  .navbar-wrapper {
    padding-left: 20px;
  }

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

  .home-type-container {
    margin-top: 3px;
    margin-bottom: 45px;
    padding-left: 0;
  }

  .home-mega-text-design {
    font-size: 78px;
    line-height: 50px;
  }

  .home-mega-text-studio {
    font-size: 78px;
    line-height: 46px;
  }

  .rotating-text-home.rotatingtext {
    font-size: 20px;
  }

  .main-content {
    padding-top: 101px;
  }

  .home-about {
    padding-left: 0;
    padding-right: 0;
  }

  .global-footer {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .list {
    padding-left: 0;
    font-size: 11px;
  }

  .footer-list-item {
    margin-right: 14px;
  }

  .portfolio-info {
    border-bottom-style: none;
    flex-direction: column;
  }

  .port-info-block {
    width: 100%;
    border-bottom: 1px solid #000;
    border-right-style: none;
  }

  .paragraph-2, .heading {
    font-size: 13px;
  }

  .portfolio-proj-desc {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-10 {
    background-size: contain;
    background-attachment: scroll;
  }

  .cell-15.cell.box-shadow-port-items {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .quick-stack-2 {
    grid-column-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .port-info-block-last {
    width: 100%;
    border-bottom: 1px solid #000;
    border-right-style: none;
  }

  .port-img-embed {
    width: 100%;
  }

  .cell-17.port-img-embed {
    background-repeat: no-repeat;
    background-size: contain;
  }

  .port-images-tenable {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .gthrive-iconset {
    grid-column-gap: 18px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .iconset-icon.icon-gthrive {
    max-height: 25px;
    max-width: 25px;
  }

  .stp-mu-iconset {
    width: 100%;
    grid-column-gap: 25px;
    margin-bottom: 33px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .img-logo-mysam, .img-logo-nuturedsoul.logo-img-sm, .img-logo-tsm, .img-logo-spongecake, .img-logo-seedschurch, .img-logo-icitizen, .img-logo-digitalgift, .img-logo-bartletts, .img-logo-avoca, .img-logo-creativefrustration, .img-logo-jrf, .img-logo-equipsupply, .img-logo-acegolf, .img-logo-pixeltech, .img-logo-derailed {
    margin-top: 50px;
  }

  .about-profile-picture {
    order: 1;
  }

  ._2-col-basic-content, .services-container, .services-grid {
    padding-left: 0;
    padding-right: 0;
  }

  ._404-icon {
    width: 44%;
  }

  .paragraph-3 {
    width: 90%;
  }

  .port-thumbs-work {
    width: 100%;
  }

  .paragraph-4 {
    padding-right: 0;
  }

  .type-container-1-col {
    padding-left: 0;
    padding-right: 0;
  }

  .button.button-left-seperator {
    border-top-style: solid;
    border-left-style: none;
    margin-top: 10px;
    margin-left: 0;
    padding-top: 17px;
    padding-left: 0;
  }

  ._2-button-cont {
    flex-direction: column;
    padding-top: 20px;
  }

  .client-logos {
    padding-left: 0;
  }
}

#w-node-_0dc6ef71-f2ca-9be3-f7d3-612421226348-35943be6 {
  grid-template-rows: minmax(600px, 1fr) minmax(600px, 1fr) minmax(600px, 1fr) minmax(600px, 1fr) minmax(500px, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0dc6ef71-f2ca-9be3-f7d3-612421226349-35943be6, #w-node-_83cbf2c4-137a-d53b-008b-0ec744f72a35-35943be6, #w-node-_474b4132-d853-2796-3805-480fe3ce57d8-35943be6 {
  grid-column: span 2 / span 2;
}

#w-node-_8b51bb7c-a07f-6fe2-0e56-d6d71f0833c6-35943be6, #w-node-b196afb5-2d9d-07b9-793a-d578c8195a78-35943be6 {
  grid-column: span 3 / span 3;
}

#w-node-_634002c7-6aaf-9fae-63bb-2fff30619032-89711257 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1.25fr .25fr 1fr;
}

#w-node-_634002c7-6aaf-9fae-63bb-2fff30619033-89711257, #w-node-_7548cbe5-ee2b-fefe-619b-35e75cfcdab2-89711257 {
  grid-column: span 2 / span 2;
}

#w-node-b06782c6-42ef-888e-314c-8a4c40c93dc4-89711257, #w-node-_4a0d1c8d-f89f-ba69-ce01-e1f1a760e797-89711257, #w-node-ce299201-9c94-8311-e1af-4280cce197f2-89711257, #w-node-_3950f3fd-d13e-87e4-c5b2-bfe9c2447f29-89711257, #w-node-_47d9dc0b-a415-1f12-9684-62acf106b9be-89711257 {
  grid-column: span 4 / span 4;
}

#w-node-_7b270d00-ca69-bc99-0b8c-d2d98c8a1c41-6bf72651 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 2fr;
}

#w-node-b03e8f98-d428-0062-91ee-637cb0eedf35-6bf72651, #w-node-_4175e91a-5686-3d0a-dc84-4e646297855d-6bf72651, #w-node-c077332e-c094-19af-bd38-144deda7ea6c-6bf72651 {
  grid-column: span 4 / span 4;
}

#w-node-_0cbb8894-d4d6-6e2d-5536-d9b2e8cd4d45-36d2cb45 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0cbb8894-d4d6-6e2d-5536-d9b2e8cd4d46-36d2cb45 {
  grid-column: span 2 / span 2;
}

#w-node-_5ddaa893-c07a-49b5-1f3b-d1d99df5aeb4-36d2cb45, #w-node-e62838e4-436b-7ba0-8d92-a3c45090386a-36d2cb45, #w-node-_3871ad4d-8661-da45-df62-c55937c224e4-36d2cb45 {
  grid-column: span 3 / span 3;
}

#w-node-_03e10554-b78a-829d-890c-1c51934d3b4e-b2c31917 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr 1fr;
}

#w-node-_20a87eae-049f-d5ce-1dde-b911a2241d49-b2c31917 {
  grid-column: span 3 / span 3;
}

#w-node-_572cb37c-3023-a4b8-d6c2-9a8ccc205ba8-b2c31917 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_572cb37c-3023-a4b8-d6c2-9a8ccc205ba9-b2c31917 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_572cb37c-3023-a4b8-d6c2-9a8ccc205baa-b2c31917 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_572cb37c-3023-a4b8-d6c2-9a8ccc205bab-b2c31917 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_572cb37c-3023-a4b8-d6c2-9a8ccc205bac-b2c31917 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_572cb37c-3023-a4b8-d6c2-9a8ccc205bad-b2c31917 {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_572cb37c-3023-a4b8-d6c2-9a8ccc205bae-b2c31917 {
  grid-area: 1 / 7 / 2 / 8;
}

#w-node-_572cb37c-3023-a4b8-d6c2-9a8ccc205baf-b2c31917 {
  grid-area: 1 / 8 / 2 / 9;
}

#w-node-_572cb37c-3023-a4b8-d6c2-9a8ccc205bb0-b2c31917 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_572cb37c-3023-a4b8-d6c2-9a8ccc205bb1-b2c31917 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_572cb37c-3023-a4b8-d6c2-9a8ccc205bb2-b2c31917 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_572cb37c-3023-a4b8-d6c2-9a8ccc205bb3-b2c31917 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_572cb37c-3023-a4b8-d6c2-9a8ccc205bb4-b2c31917 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_572cb37c-3023-a4b8-d6c2-9a8ccc205bb5-b2c31917 {
  grid-area: 2 / 6 / 3 / 7;
}

#w-node-_572cb37c-3023-a4b8-d6c2-9a8ccc205bb6-b2c31917 {
  grid-area: 2 / 7 / 3 / 8;
}

#w-node-_572cb37c-3023-a4b8-d6c2-9a8ccc205bb7-b2c31917 {
  grid-area: 2 / 8 / 3 / 9;
}

#w-node-_572cb37c-3023-a4b8-d6c2-9a8ccc205bb8-b2c31917 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_572cb37c-3023-a4b8-d6c2-9a8ccc205bb9-b2c31917 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_572cb37c-3023-a4b8-d6c2-9a8ccc205bba-b2c31917 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_572cb37c-3023-a4b8-d6c2-9a8ccc205bbb-b2c31917 {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-_572cb37c-3023-a4b8-d6c2-9a8ccc205bbc-b2c31917 {
  grid-area: 3 / 5 / 4 / 6;
}

#w-node-_572cb37c-3023-a4b8-d6c2-9a8ccc205bbd-b2c31917 {
  grid-area: 3 / 6 / 4 / 7;
}

#w-node-_572cb37c-3023-a4b8-d6c2-9a8ccc205bbe-b2c31917 {
  grid-area: 3 / 7 / 4 / 8;
}

#w-node-_572cb37c-3023-a4b8-d6c2-9a8ccc205bbf-b2c31917 {
  grid-area: 3 / 8 / 4 / 9;
}

#w-node-_572cb37c-3023-a4b8-d6c2-9a8ccc205bc0-b2c31917 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_572cb37c-3023-a4b8-d6c2-9a8ccc205bc1-b2c31917 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_572cb37c-3023-a4b8-d6c2-9a8ccc205bc2-b2c31917 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_469b23a4-314f-45a3-6b8d-d6abed756466-ab9b1bbc {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_3f065776-3bf7-8960-bd0a-5631b0528e19-ab9b1bbc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f065776-3bf7-8960-bd0a-5631b0528e1a-ab9b1bbc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3f065776-3bf7-8960-bd0a-5631b0528e1b-ab9b1bbc {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3f065776-3bf7-8960-bd0a-5631b0528e1c-ab9b1bbc {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3f065776-3bf7-8960-bd0a-5631b0528e1d-ab9b1bbc {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_3f065776-3bf7-8960-bd0a-5631b0528e1e-ab9b1bbc {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_3f065776-3bf7-8960-bd0a-5631b0528e1f-ab9b1bbc {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_3f065776-3bf7-8960-bd0a-5631b0528e20-ab9b1bbc {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_3f065776-3bf7-8960-bd0a-5631b0528e21-ab9b1bbc {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_3f065776-3bf7-8960-bd0a-5631b0528e22-ab9b1bbc {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_3f065776-3bf7-8960-bd0a-5631b0528e23-ab9b1bbc {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-_3f065776-3bf7-8960-bd0a-5631b0528e24-ab9b1bbc {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_3f065776-3bf7-8960-bd0a-5631b0528e25-ab9b1bbc {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_3f065776-3bf7-8960-bd0a-5631b0528e26-ab9b1bbc {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_3f065776-3bf7-8960-bd0a-5631b0528e27-ab9b1bbc {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_3f065776-3bf7-8960-bd0a-5631b0528e28-ab9b1bbc {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-_3f065776-3bf7-8960-bd0a-5631b0528e29-ab9b1bbc {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_3f065776-3bf7-8960-bd0a-5631b0528e2a-ab9b1bbc {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_3f065776-3bf7-8960-bd0a-5631b0528e2b-ab9b1bbc {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-_3f065776-3bf7-8960-bd0a-5631b0528e2c-ab9b1bbc {
  grid-area: 5 / 4 / 6 / 5;
}

#w-node-_3f065776-3bf7-8960-bd0a-5631b0528e2d-ab9b1bbc {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-_3f065776-3bf7-8960-bd0a-5631b0528e2e-ab9b1bbc {
  grid-area: 6 / 3 / 7 / 4;
}

#w-node-_3f065776-3bf7-8960-bd0a-5631b0528e2f-ab9b1bbc {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_0f27e8f8-cf6a-e3a5-a7fe-95e5bf5998f9-d98f98ce {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .25fr 1fr 1fr;
}

#w-node-_94eaf0e1-a49c-bf59-f2ef-d649ddafce2e-d98f98ce, #w-node-aaead62a-1c2b-666b-2692-5f30cd0f7adf-d98f98ce {
  grid-column: span 2 / span 2;
}

#w-node-_3598d3d7-c09e-c945-65bc-f1a04fdb11c3-d98f98ce, #w-node-_3eff3aaa-7a3c-2593-19da-73bfc945d44a-d98f98ce {
  grid-column: span 4 / span 4;
}

#w-node-_7b1c3bcc-3601-375e-5314-5d6ac55c9859-0517936b {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0e9d3ea9-468a-59f2-146d-61c4b88e8983-7a329882 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_0e9d3ea9-468a-59f2-146d-61c4b88e8984-7a329882 {
  grid-column: span 4 / span 4;
}

#w-node-_17672b02-6ba6-a927-79d2-361f7f04e9b0-7a329882, #w-node-f0e225a0-dca5-440a-ee9a-47f6559cd9fd-7a329882, #w-node-_6aa77ee3-06aa-739e-7e3e-f0a7a04b8b48-7a329882, #w-node-cf86e13a-2d09-4d91-b53d-adf0f9477d18-7a329882, #w-node-dfa77df4-8370-e281-4e12-359c0e4a3b47-7a329882, #w-node-_0075dfb1-729d-b7bc-a30f-020131f68d83-7a329882 {
  grid-column: span 2 / span 2;
}

#w-node-c2b6dbbc-1134-3d26-570c-2fb02a8c4f6b-7a329882 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_928307e0-7089-9171-c766-dfa8cf18870a-7a329882 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0e803c9f-0f78-9b92-e1bf-dcbbe30eb209-5580db40 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b8adae46-d941-6073-b1e3-b961d81de7e6-16b7ca97 {
  grid-template-rows: auto minmax(272px, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_0dc6ef71-f2ca-9be3-f7d3-612421226348-35943be6 {
    grid-template-rows: minmax(600px, 1fr) minmax(600px, 1fr) minmax(600px, 1fr) minmax(600px, 1fr) minmax(500px, 1fr) minmax(600px, 1fr) auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_0dc6ef71-f2ca-9be3-f7d3-612421226349-35943be6 {
    grid-column: span 3 / span 3;
  }

  #w-node-_8c6ce840-7644-9e65-77fc-18bef535b00a-35943be6 {
    grid-column: span 2 / span 2;
  }

  #w-node-_83cbf2c4-137a-d53b-008b-0ec744f72a35-35943be6 {
    grid-column: span 3 / span 3;
  }

  #w-node-_634002c7-6aaf-9fae-63bb-2fff30619032-89711257 {
    grid-template-rows: auto minmax(500px, 1fr) auto auto auto auto;
    grid-template-columns: 1fr 1.25fr .25fr 1fr;
  }

  #w-node-_634002c7-6aaf-9fae-63bb-2fff30619033-89711257, #w-node-_7548cbe5-ee2b-fefe-619b-35e75cfcdab2-89711257 {
    grid-column: span 4 / span 4;
  }

  #w-node-b8adae46-d941-6073-b1e3-b961d81de7e7-16b7ca97, #w-node-b8adae46-d941-6073-b1e3-b961d81de7e8-16b7ca97, #w-node-_8e5ad823-3fe4-1b4a-201c-a4ec77d039f5-16b7ca97, #w-node-_2d459afe-898f-2092-c2ac-66fe507c9cbd-16b7ca97, #w-node-_47e71c60-1726-7c08-28b7-cd3715535564-16b7ca97, #w-node-_77a8faff-cc18-aecf-d2c5-6f0cc956d99a-16b7ca97 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7b270d00-ca69-bc99-0b8c-d2d98c8a1c41-6bf72651 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 2fr;
  }

  #w-node-_7b270d00-ca69-bc99-0b8c-d2d98c8a1c42-6bf72651 {
    grid-column: span 2 / span 2;
  }

  #w-node-_7b28281f-7e28-c307-8518-4aab794e4cba-6bf72651 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6ece7515-6e87-f28e-02af-9007fb692840-6bf72651, #w-node-_03e10554-b78a-829d-890c-1c51934d3b4f-b2c31917, #w-node-_20a87eae-049f-d5ce-1dde-b911a2241d49-b2c31917, #w-node-_94eaf0e1-a49c-bf59-f2ef-d649ddafce2e-d98f98ce, #w-node-aaead62a-1c2b-666b-2692-5f30cd0f7adf-d98f98ce {
    grid-column: span 4 / span 4;
  }

  #w-node-_0e803c9f-0f78-9b92-e1bf-dcbbe30eb20a-5580db40 {
    grid-column: span 1 / span 1;
  }

  #w-node-b8adae46-d941-6073-b1e3-b961d81de7e6-16b7ca97 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-b8adae46-d941-6073-b1e3-b961d81de7e7-16b7ca97, #w-node-b8adae46-d941-6073-b1e3-b961d81de7e8-16b7ca97, #w-node-_8e5ad823-3fe4-1b4a-201c-a4ec77d039f5-16b7ca97, #w-node-_2d459afe-898f-2092-c2ac-66fe507c9cbd-16b7ca97, #w-node-_47e71c60-1726-7c08-28b7-cd3715535564-16b7ca97, #w-node-_77a8faff-cc18-aecf-d2c5-6f0cc956d99a-16b7ca97 {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0dc6ef71-f2ca-9be3-f7d3-612421226348-35943be6 {
    grid-template-rows: minmax(500px, 1fr) minmax(600px, 1fr) minmax(600px, 1fr) minmax(600px, 1fr) minmax(500px, 1fr) minmax(600px, 1fr) minmax(200px, .25fr);
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_8c6ce840-7644-9e65-77fc-18bef535b00a-35943be6, #w-node-b836a6e2-8f42-b446-dfcc-1efe0efb2314-35943be6, #w-node-_474b4132-d853-2796-3805-480fe3ce57d8-35943be6, #w-node-_701c5864-7435-8198-b73b-f7d4fac79908-35943be6 {
    grid-column: span 3 / span 3;
  }

  #w-node-b196afb5-2d9d-07b9-793a-d578c8195a78-35943be6 {
    grid-row: span 7 / span 7;
  }

  #w-node-_634002c7-6aaf-9fae-63bb-2fff30619032-89711257 {
    grid-template-rows: auto minmax(300px, 1fr) auto auto auto auto;
    grid-template-columns: 1fr 1.25fr .25fr 1fr;
  }

  #w-node-_7b270d00-ca69-bc99-0b8c-d2d98c8a1c41-6bf72651 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_7b270d00-ca69-bc99-0b8c-d2d98c8a1c42-6bf72651, #w-node-_7b270d00-ca69-bc99-0b8c-d2d98c8a1c43-6bf72651, #w-node-_7b28281f-7e28-c307-8518-4aab794e4cba-6bf72651, #w-node-_6ece7515-6e87-f28e-02af-9007fb692840-6bf72651, #w-node-b03e8f98-d428-0062-91ee-637cb0eedf35-6bf72651, #w-node-_4175e91a-5686-3d0a-dc84-4e646297855d-6bf72651, #w-node-c077332e-c094-19af-bd38-144deda7ea6c-6bf72651, #w-node-_0cbb8894-d4d6-6e2d-5536-d9b2e8cd4d46-36d2cb45, #w-node-dc8d7f29-da8e-51c3-8f91-714bafb6f2ac-36d2cb45, #w-node-e27d889c-8f73-1959-25d3-347baff04b29-36d2cb45, #w-node-cc0a3c32-55eb-3997-ca47-cbab087bb994-36d2cb45, #w-node-ef9fb000-b0b8-bef1-b14d-cbaa867cf2fc-36d2cb45, #w-node-_7b1c3bcc-3601-375e-5314-5d6ac55c985a-0517936b, #w-node-_7b1c3bcc-3601-375e-5314-5d6ac55c985b-0517936b, #w-node-c8611d5d-afe7-8f40-6c80-304b732e6817-0517936b, #w-node-_5b53c683-2771-3e10-db11-6f75cb0db216-0517936b, #w-node-_2724b385-52ee-83a4-6f28-dda81f180d38-0517936b, #w-node-e1b2fcaa-eca0-bf08-8928-60f531be88a6-0517936b, #w-node-be9981d0-386e-8156-6617-f06f498a9a47-0517936b, #w-node-_952fc8f0-3fc4-1bc1-4f1c-10637bb66055-0517936b, #w-node-_93233849-75f5-a597-698d-5165419c80b2-0517936b, #w-node-ff2d17d5-4062-e031-4c77-f30ac8893194-0517936b, #w-node-_74ecc9a8-4d55-e59f-9104-15920ca57ede-0517936b, #w-node-_57f2f724-758d-4a74-15fd-ee012aeac4ee-0517936b, #w-node-_0093dbe9-f450-d5a1-f0b6-6932ca727881-0517936b, #w-node-f45138e6-a733-fcfd-c821-9da5c1a7dad1-0517936b, #w-node-_36cbdb4e-335c-7811-1276-a9a18b54cf46-0517936b {
    grid-column: span 3 / span 3;
  }

  #w-node-_17672b02-6ba6-a927-79d2-361f7f04e9b0-7a329882, #w-node-f0e225a0-dca5-440a-ee9a-47f6559cd9fd-7a329882, #w-node-_6aa77ee3-06aa-739e-7e3e-f0a7a04b8b48-7a329882, #w-node-cf86e13a-2d09-4d91-b53d-adf0f9477d18-7a329882, #w-node-dfa77df4-8370-e281-4e12-359c0e4a3b47-7a329882, #w-node-_0075dfb1-729d-b7bc-a30f-020131f68d83-7a329882 {
    grid-column: span 4 / span 4;
  }

  #w-node-c2b6dbbc-1134-3d26-570c-2fb02a8c4f6c-7a329882, #w-node-c2b6dbbc-1134-3d26-570c-2fb02a8c4f6d-7a329882, #w-node-b9e7b9e7-9f78-445a-ed50-3342b4e0c1c0-7a329882, #w-node-cbfbed6f-c9eb-ea20-8956-538cf9c44105-7a329882, #w-node-a243a008-5c70-9de9-733a-69cd9884bdc0-7a329882, #w-node-cda27ef4-30e7-311f-91d4-25cabd7a24ee-7a329882, #w-node-f476c5a0-e321-5aa2-48a0-e0bf6a48c4fd-7a329882, #w-node-_5968101c-b504-52e1-f059-44d6751cb1e4-7a329882, #w-node-cdba8cb7-d2cc-8c42-ad25-7fdb5d22f877-7a329882, #w-node-_9f30248e-d7ff-4e43-1b20-79707d29b2cb-7a329882, #w-node-_24bfdf5b-ccb7-fc17-8b70-53587fb15177-7a329882, #w-node-_836a358d-8734-b1b5-ffd1-7fb3b8a5acb2-7a329882 {
    grid-column: span 3 / span 3;
  }

  #w-node-_928307e0-7089-9171-c766-dfa8cf18870b-7a329882, #w-node-_928307e0-7089-9171-c766-dfa8cf18870c-7a329882, #w-node-_71022331-faae-79f7-c070-2f7e865228e1-7a329882, #w-node-ca9183c5-eb35-f20c-086b-809e577804f8-7a329882, #w-node-_2b070288-4140-d324-e288-01dd578fb9c4-7a329882, #w-node-c471a52f-5070-02a5-2455-8032ec557e7f-7a329882, #w-node-_98904dd4-9ae1-9804-1457-55a86732ecae-7a329882, #w-node-_79a0e77f-3e2b-ebd6-fdb2-ad37374681d0-7a329882, #w-node-_24429e57-6a77-8379-7eaa-54130a54a970-7a329882, #w-node-a4448bfe-e6d0-0872-93e9-94f238463f70-7a329882 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0e803c9f-0f78-9b92-e1bf-dcbbe30eb20a-5580db40, #w-node-_0e803c9f-0f78-9b92-e1bf-dcbbe30eb20b-5580db40, #w-node-_7f5fd63f-ed86-759e-df4e-18e7d2b8b56d-5580db40, #w-node-cfefd097-d986-e77f-d893-b74b258c87be-5580db40, #w-node-c65d4397-c1ce-1f08-e1d5-9a69f4059ca0-5580db40, #w-node-bd339cfa-0e7f-8422-51e8-7e01b9aa0138-5580db40, #w-node-f922b775-fd18-d255-08ad-a17c42a66aa4-5580db40, #w-node-_45a3f19c-b8a3-0af9-26f7-379014bd4f19-5580db40, #w-node-d3a30dd6-d620-c2f5-71f7-4c88132e557c-5580db40 {
    grid-column: span 3 / span 3;
  }
}


