:root {
  --power-purple: #1c195b;
  --icy-blue-trans: #9eb8e64a;
  --middle-grey: #999;
  --paper-white: white;
  --icy-blue: #9eb8e6;
  --highligher-yellow: #f8cf48;
  --section-header: #1c195b33;
}

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

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

body {
  color: #000;
  padding-left: 0;
  padding-right: 0;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

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

em {
  font-style: italic;
}

.rule-div {
  background-color: var(--power-purple);
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.button-cta {
  background-color: var(--power-purple);
  text-align: center;
  border: 2px solid #fff;
  border-radius: 9px;
  align-self: center;
  margin: 0 20px 10px;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 10px 10px 0 -2px #0003;
}

.footer-copy {
  opacity: .8;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 14px;
  font-weight: 600;
}

.header-block {
  float: none;
  clear: none;
  border: 1px none var(--power-purple);
  background-color: var(--icy-blue-trans);
  opacity: 1;
  color: #000;
  text-align: center;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 0;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Jost, sans-serif;
  font-size: 32px;
  font-weight: 900;
  box-shadow: 0 9px 0 -2px #0003;
}

.cell {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
}

.cell.chicklets {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.text-quote {
  text-align: center;
  max-width: 90%;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: PT Serif, serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
}

.text-quote.text-right {
  opacity: 29;
  padding-top: 20px;
  font-style: italic;
}

.paragraph-open {
  background-color: var(--icy-blue-trans);
  padding: 20px 30px;
  font-weight: 400;
  line-height: 1.5;
  box-shadow: 8px 8px 0 -2px #0003;
}

.columns {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-leader {
  text-align: center;
  background-color: #9eb8e600;
  padding: 10px 90px;
  font-family: Jost, sans-serif;
  font-size: 16px;
}

.text-block-leader.bold {
  padding-bottom: 10px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 20px;
  font-weight: 900;
}

.list {
  font-size: 16px;
  line-height: 2;
  list-style-type: square;
}

.list-bullet {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}

.column {
  opacity: 1;
  text-align: left;
  background-color: #fff0;
}

.columns-bulleted {
  border: 0px none var(--middle-grey);
  background-color: var(--icy-blue-trans);
  border-radius: 0;
  margin-bottom: 20px;
}

.columns-bulleted.outline {
  border: 1px none var(--power-purple);
  border-radius: 1px;
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 10px 10px 0 -2px #0003;
}

.card-label-div {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-width: 0;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.card {
  background-color: var(--icy-blue-trans);
  color: #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  text-decoration: none;
  display: flex;
}

.card.image-icy {
  opacity: 1;
  outline-color: var(--paper-white);
  border-radius: 0;
  justify-content: flex-start;
  align-items: flex-end;
  width: 400px;
  box-shadow: 10px 10px 0 -2px #0003;
}

.text-right-title {
  opacity: .6;
  text-align: right;
  padding: 0 15px;
  font-weight: 600;
  line-height: 1.2;
}

.bold {
  font-weight: 900;
}

.quick-stack-work {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  padding-left: 40px;
  padding-right: 40px;
}

.div-centered {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 30px 15px 20px;
  display: flex;
}

.div-split {
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.heading-3 {
  padding-right: 80px;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.3;
}

.div-holder-flex6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-holder-centered {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

.heading-4 {
  margin-top: 0;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.image-icy {
  outline-color: var(--power-purple);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  box-shadow: 10px 10px 0 -2px #0003;
}

.grid-portfolio {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.left {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.card-image-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 120px;
  padding-right: 10px;
  display: flex;
  position: static;
}

.blended {
  opacity: 1;
  mix-blend-mode: multiply;
}

.section-back-to-top {
  opacity: .8;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 1200px;
  padding-bottom: 20px;
  display: flex;
}

.back-to-top-text-block {
  color: #000;
  text-align: left;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
}

.back-to-top-link-block {
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.back-to-top-image {
  margin: 0 2px 2px 10px;
  padding-top: 0;
  padding-right: 0;
  text-decoration: none;
}

.card-label-small {
  text-align: left;
  font-size: 12px;
}

.portfolio-summary-div {
  padding-top: 15px;
}

.portfolio-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 0;
  font-weight: 900;
  line-height: 1.2;
}

.portfolio-subheading {
  background-color: var(--icy-blue);
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 24px;
}

.portfolio-column {
  margin-left: 0;
  margin-right: 0;
}

.back-to-porfolio-button {
  border: 2px solid var(--paper-white);
  background-color: var(--power-purple);
  text-align: left;
  border-radius: 9px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 600;
  box-shadow: 10px 10px 0 -2px #0003;
}

.portfolio-images-column {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.animate-about.image-icy {
  outline-width: 0;
  box-shadow: 10px 10px 0 -2px #0003;
}

.image-8pixels {
  padding-top: 8px;
}

.foot-top-padding {
  background-color: #9eb8e659;
  border: 0 #000;
  border-radius: 0;
  margin-top: 30px;
}

.navbar {
  background-color: var(--icy-blue);
  color: var(--power-purple);
  text-transform: uppercase;
  font-weight: 600;
}

.nav-link-contact {
  background-color: var(--power-purple);
  opacity: .8;
  color: var(--paper-white);
}

.brand {
  padding-top: 5px;
}

.text-centered {
  text-align: center;
  padding: 20px 10px 10px;
  line-height: 1.2;
}

.div-padded {
  padding-top: 10px;
  padding-left: 60px;
  padding-right: 60px;
}

.column-4 {
  border-radius: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.flex-vert-centered {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.flexcontainer {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.div-block {
  flex: 1;
  padding-left: 10px;
}

.widecontainer {
  width: auto;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 10px;
}

.image {
  margin-top: 0;
  padding-top: 0;
}

.div-block-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-2 {
  opacity: 1;
  padding-top: 8px;
}

.image-3 {
  max-width: 80%;
  margin-top: 6px;
}

.container-9 {
  border: 0 #000;
}

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

.div-block-3 {
  background-color: var(--icy-blue-trans);
}

.flex-block {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 35%;
  max-width: 35%;
  margin-bottom: 20px;
  line-height: 1.2;
  display: flex;
}

.image-5 {
  text-align: left;
}

.quotecontainer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-left-title {
  opacity: .6;
  text-align: left;
  padding: 0 15px;
  font-weight: 600;
  line-height: 1.2;
}

@media screen and (min-width: 992px) and (max-width: 1439px) {
  #main .div-holder-centered {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  #main .div-holder-centered img {
    transform: scale(1.2);
  }
}

@media screen and (min-width: 1440px) {
  .text-quote {
    width: 80%;
    display: flex;
  }

  .text-quote.text-right {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    max-width: 80%;
  }

  .paragraph-open {
    box-shadow: none;
  }

  .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .text-right-title {
    text-align: right;
    padding-bottom: 0;
    line-height: 1.2;
  }

  .div-centered {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .heading-3 {
    padding-right: 60px;
  }

  .portfolio-summary-div {
    padding-top: 20px;
  }

  .portfolio-heading {
    margin-bottom: 15px;
    padding-top: 15px;
  }

  .portfolio-subheading {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .back-to-porfolio-button {
    margin-bottom: 0;
  }

  .navbar {
    font-weight: 600;
  }

  .text-centered {
    text-align: center;
    padding-bottom: 15px;
  }

  .div-padded {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .container {
    padding-bottom: 0;
  }

  .div-block {
    padding-left: 40px;
  }

  .image-2 {
    box-shadow: none;
  }

  .flex-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 35%;
    max-width: 35%;
    padding-bottom: 20px;
    display: flex;
  }

  .image-5, .image-6 {
    text-align: center;
  }

  .quotecontainer {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .container-12 {
    text-align: left;
    display: block;
  }

  .italic-text {
    text-align: right;
  }

  .text-left-title {
    text-align: left;
    padding-bottom: 0;
    line-height: 1.2;
  }
}

@media screen and (max-width: 991px) {
  .header-block {
    padding-bottom: 0;
  }

  .cell.chicklets {
    flex-flow: wrap;
  }

  .text-quote {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.2;
  }

  .paragraph-open {
    box-shadow: none;
  }

  .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .text-right-title {
    text-align: right;
    font-size: 14px;
  }

  .div-centered {
    text-align: center;
  }

  .heading-3 {
    padding-left: 20px;
  }

  .div-holder-flex6 {
    opacity: .8;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .div-holder-centered {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-portfolio {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .nav-link-contact {
    text-align: center;
  }

  .icon {
    background-color: var(--icy-blue);
    color: var(--power-purple);
  }

  .nav-menu {
    background-color: var(--icy-blue);
    text-align: left;
  }

  .nav-link {
    text-align: center;
    font-weight: 600;
  }

  .menu-button {
    background-color: var(--middle-grey);
  }

  .menu-button.w--open {
    background-color: var(--icy-blue);
  }

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

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

  .flex-block {
    width: 35%;
    max-width: 35%;
  }

  .quotecontainer {
    line-height: 1.2;
  }

  .italic-text {
    font-size: 18px;
  }

  .text-left-title {
    text-align: left;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .w-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-cta {
    font-size: 12px;
  }

  .header-block {
    padding-top: 10px;
    font-size: 18px;
  }

  .text-quote.text-right {
    padding-bottom: 10px;
  }

  .paragraph-open {
    box-shadow: none;
  }

  .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-leader {
    padding-top: 0;
    font-size: 14px;
  }

  .text-right-title {
    text-align: right;
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
    font-size: 14px;
  }

  .quick-stack-work {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3 {
    margin-left: 0;
    padding-left: 0;
    padding-right: 20px;
    font-size: 18px;
  }

  .div-holder-centered {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-icy {
    align-self: auto;
  }

  .grid-portfolio {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-padded {
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-5 {
    padding-left: 10px;
  }

  .flexcontainer {
    padding-left: 20px;
  }

  .div-block {
    padding-left: 20px;
  }

  .flex-block {
    width: 40%;
    max-width: 40%;
  }

  .italic-text {
    font-size: 18px;
  }

  .text-left-title {
    text-align: left;
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-cta {
    padding: 8px 10px;
    font-size: 14px;
    display: inline-block;
  }

  .header-block {
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 1.5;
  }

  .cell {
    flex-flow: row;
    padding-top: 0;
  }

  .paragraph-open {
    padding-left: 4px;
    padding-right: 2px;
    font-size: 16px;
    box-shadow: 8px 8px 0 -2px #0003;
  }

  .columns {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-leader {
    padding: 10px 10px 0;
    font-size: 12px;
  }

  .text-block-leader.bold {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 18px;
  }

  .list-bullet {
    font-size: 16px;
    line-height: 1.5;
  }

  .card-label-div {
    padding-bottom: 10px;
  }

  .card.image-icy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-right-title {
    text-align: right;
    padding-top: 0;
    padding-right: 10px;
    font-size: 12px;
    line-height: 1.2;
  }

  .quick-stack-work {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-centered {
    padding: 10px 15px 20px;
  }

  .div-split {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading-3 {
    align-self: auto;
    padding-left: 0;
    padding-right: 4px;
    font-size: 14px;
  }

  .div-holder-flex6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-2 {
    padding-left: 3px;
    padding-right: 0;
    font-size: 12px;
  }

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

  .div-holder-centered {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-4 {
    font-size: 18px;
    line-height: 1.3;
  }

  .paragraph-cell {
    font-size: 16px;
    line-height: 1.5;
  }

  .grid-portfolio {
    flex-flow: wrap;
    padding-left: 10px;
  }

  .left {
    font-size: 14px;
  }

  .back-to-top-text-block, .back-to-top-link-block, .back-to-top-image {
    text-decoration: none;
  }

  .card-label-small {
    font-size: 10px;
  }

  .portfolio-heading {
    font-size: 16px;
  }

  .back-to-portfolio-div {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .foot-top-padding {
    background-color: var(--icy-blue);
  }

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

  .menu-button {
    background-color: var(--icy-blue);
  }

  .div-padded {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-4, .column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    padding-bottom: 10px;
  }

  .flexcontainer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block {
    flex: 1;
    margin-left: 10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-2 {
    box-sizing: content-box;
    aspect-ratio: auto;
    box-shadow: none;
    text-align: left;
    object-fit: fill;
    max-width: 100%;
    margin-right: 0;
    padding-right: 0;
    position: static;
  }

  .flex-block {
    width: 60%;
    max-width: 60%;
    font-size: 14px;
  }

  .text-left-title {
    text-align: left;
    padding-top: 0;
    padding-right: 10px;
    font-size: 12px;
    line-height: 1.2;
  }

  .div-block-4 {
    margin-right: 10px;
    padding-right: 0;
  }

  .section-2 {
    margin-right: 0;
  }
}

#w-node-_6222c52e-95a1-d84f-6afb-ac59ffc6ff20-68bcc123, #w-node-_6222c52e-95a1-d84f-6afb-ac59ffc6ff22-68bcc123, #w-node-_6222c52e-95a1-d84f-6afb-ac59ffc6ff24-68bcc123, #w-node-_6222c52e-95a1-d84f-6afb-ac59ffc6ff26-68bcc123, #w-node-_6222c52e-95a1-d84f-6afb-ac59ffc6ff28-68bcc123, #w-node-_6222c52e-95a1-d84f-6afb-ac59ffc6ff2a-68bcc123 {
  justify-self: center;
}

#w-node-ba0266ac-e5cc-f716-32eb-d0051fce5691-68bcc123, #w-node-ba0266ac-e5cc-f716-32eb-d0051fce5692-68bcc123 {
  place-self: auto center;
}

#w-node-ba0266ac-e5cc-f716-32eb-d0051fce5694-68bcc123, #w-node-ba0266ac-e5cc-f716-32eb-d0051fce5696-68bcc123, #w-node-ba0266ac-e5cc-f716-32eb-d0051fce5698-68bcc123, #w-node-ba0266ac-e5cc-f716-32eb-d0051fce569a-68bcc123, #w-node-ba0266ac-e5cc-f716-32eb-d0051fce569b-68bcc123, #w-node-ba0266ac-e5cc-f716-32eb-d0051fce569c-68bcc123, #w-node-ba0266ac-e5cc-f716-32eb-d0051fce569e-68bcc123, #w-node-ba0266ac-e5cc-f716-32eb-d0051fce569f-68bcc123, #w-node-ba0266ac-e5cc-f716-32eb-d0051fce56a0-68bcc123, #w-node-ba0266ac-e5cc-f716-32eb-d0051fce56a1-68bcc123, #w-node-ba0266ac-e5cc-f716-32eb-d0051fce56a2-68bcc123, #w-node-ba0266ac-e5cc-f716-32eb-d0051fce56a3-68bcc123, #w-node-ba0266ac-e5cc-f716-32eb-d0051fce56a6-68bcc123, #w-node-ba0266ac-e5cc-f716-32eb-d0051fce56a7-68bcc123 {
  justify-self: center;
}

#w-node-e83b71d2-9719-bd29-8584-1c85e0e6db86-68bcc123 {
  place-self: auto center;
}

#w-node-e83b71d2-9719-bd29-8584-1c85e0e6db88-68bcc123, #w-node-e83b71d2-9719-bd29-8584-1c85e0e6db89-68bcc123 {
  justify-self: center;
}

#w-node-e83b71d2-9719-bd29-8584-1c85e0e6db87-68bcc123 {
  place-self: auto center;
}

#w-node-_3ea19fd1-0cb6-a835-e921-3d7a49eed395-68bcc131 {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr;
}

@media screen and (max-width: 479px) {
  #w-node-ba0266ac-e5cc-f716-32eb-d0051fce5691-68bcc123, #w-node-ba0266ac-e5cc-f716-32eb-d0051fce5692-68bcc123 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto center;
  }

  #w-node-ba0266ac-e5cc-f716-32eb-d0051fce5694-68bcc123 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-ba0266ac-e5cc-f716-32eb-d0051fce5696-68bcc123 {
    justify-self: center;
  }

  #w-node-ba0266ac-e5cc-f716-32eb-d0051fce569b-68bcc123, #w-node-ba0266ac-e5cc-f716-32eb-d0051fce56a2-68bcc123 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}

/* ===== UXgineer text wordmark (replaces former SI logo image) ===== */
.brand-wordmark {
  display: inline-block;
  font-family: Jost, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--power-purple);
  text-transform: none;
}
.brand-wordmark .brand-wordmark-soft {
  font-weight: 500;
}
@media screen and (max-width: 479px) {
  .brand-wordmark {
    font-size: 23px;
  }
}

/* ===== Responsive hardening: prevent horizontal overflow on phones/tablets ===== */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
.div-holder-flex6 {
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  /* Stack the custom flex two-column rows (awards on home, copy on Work) */
  .columns {
    flex-flow: column;
    align-items: stretch;
  }
  .columns > .w-col {
    width: 100%;
  }
  /* Stack hero text above the portrait instead of forcing a row */
  .flexcontainer {
    flex-flow: column;
  }
  .div-block {
    padding-left: 0;
  }
  /* Center + enlarge the hero headline copy on mobile */
  .div-block .heading-3 {
    text-align: center;
    font-size: 26px;
    line-height: 1.3;
  }
  /* Logo row: force 4 on the first line, 3 on the second (mobile only) */
  .div-holder-flex6 {
    flex-wrap: wrap;
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
  }
  .div-holder-flex6 > a {
    flex: 0 0 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 4px;
  }
  .div-holder-flex6 > a img {
    max-width: 100%;
    height: auto;
  }
  /* Quote author block: full width instead of a cramped 35-40% */
  .flex-block {
    width: 100%;
    max-width: 100%;
  }
  /* Portfolio cards: fit the viewport instead of a fixed 500px */
  .card {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .flexcontainer {
    padding-left: 0;
  }
  .div-block,
  .div-block-4 {
    padding-left: 0;
  }
  /* Keep the enlarged, centered headline on the smallest phones */
  .div-block .heading-3 {
    font-size: 26px;
  }
}


