@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thunder Vf;
  src: url('../fonts/Thunder-VF.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

.w-layout-hflex {
  flex-direction: row;
  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;
}

body {
  color: #202123;
  background-color: #eaeeef;
  font-family: Instrument Sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.9rem;
}

h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Instrument Serif, sans-serif;
}

h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Thunder Vf, Impact, sans-serif;
}

p {
  margin-bottom: 10px;
}

a {
  color: #202123;
  border-bottom: 1px solid #5bdeb8;
  font-weight: 400;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all .7s ease-in-out;
}

a:hover {
  color: #5bdeb8;
  border-bottom-color: #202123;
}

strong {
  font-weight: bold;
}

.header {
  background-image: linear-gradient(#fff 13%, #eaeeef 69%);
  padding-top: 60px;
  position: relative;
  overflow: hidden;
}

.header.background-dark {
  background-image: linear-gradient(#000 13%, #202123 69%);
}

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.container.background-workbook {
  color: #fff;
  background-color: #201e21;
  background-image: linear-gradient(#222223 14%, #1e1e20);
  height: 700px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  overflow: hidden;
}

.container.background-workbook:hover {
  transform: scale(1.023);
}

.container.background-202123 {
  color: #fff;
  background-color: #202123;
  overflow: visible;
}

.container.narrow {
  padding-left: 10%;
  padding-right: 10%;
}

.container.narrow.border-top {
  border-top: 1px solid #202123;
}

.container.cta {
  color: #202123;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 360px;
  margin-top: 140px;
  margin-bottom: -180px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  top: -180px;
}

.container.short {
  padding-top: 10px;
  padding-bottom: 10px;
}

.base.background-dark {
  margin-bottom: -141px;
  padding-top: 60px;
  padding-bottom: 141px;
}

.commoncarouseltext {
  z-index: 0;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  max-width: 100vw;
  height: 113%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.carouselcontainer {
  justify-content: space-around;
  min-width: 9000px;
  display: flex;
  position: relative;
}

.carouseltext {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Thunder Vf, Impact, sans-serif;
  font-size: 75rem;
  font-weight: 900;
  display: flex;
}

.text-plus {
  margin-bottom: 40px;
  font-size: 9rem;
  font-weight: 400;
  line-height: 9rem;
}

.text-green {
  color: #5bdeb8;
}

.wrapperlink {
  color: #000;
  border-bottom: 1px solid #000;
  flex-flow: column;
  flex: 1;
  justify-content: space-around;
  align-items: flex-start;
  min-width: 100%;
  padding-right: 40px;
  font-family: Instrument Serif, sans-serif;
  font-size: 4rem;
  line-height: 4rem;
  display: flex;
}

.wrapperlink:hover {
  color: #fff;
}

.iconlink {
  border-bottom-style: none;
  justify-content: flex-start;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Thunder Vf, Impact, sans-serif;
  font-weight: 500;
  display: inline-flex;
  position: relative;
}

.iconlink:hover {
  opacity: 100;
}

.iconlink.cta {
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-top: 40px;
}

.iconlink.cta:hover {
  color: #5bdeb8;
}

.iconlink.price {
  margin-top: 10px;
  margin-bottom: 10px;
}

.fa {
  align-self: center;
  margin-top: -2px;
  padding-right: 10px;
  font-family: "Fa Solid 900", Arial, sans-serif;
  display: inline-flex;
}

.fa.middle {
  padding-left: 10px;
}

.fa.rocket {
  margin-right: 13px;
  padding-right: 0;
  position: relative;
  transform: rotate(-90deg);
}

.fa.rocket.cta {
  margin-top: -4px;
}

.fa.cta-icon {
  padding-left: 10px;
  display: none;
}

.fa.text-mid {
  position: relative;
}

.fa.text-mid.icon-cta {
  color: #5bdeb8;
}

.fa.text-mid.icon-textimonials {
  top: -8px;
}

.text-scripts {
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin: 5px 1px;
  padding: 7px 0 4px;
  font-family: Thunder Vf, Impact, sans-serif;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1rem;
  display: inline-flex;
}

.text-scripts.withlove {
  margin-top: 0;
  margin-bottom: 10px;
  display: block;
}

.text-scripts.withlove.last {
  margin-top: 5px;
  margin-left: 0;
  padding-left: 0;
}

.text-scripts.withlove.end {
  margin-bottom: 5px;
  padding-bottom: 0;
  padding-right: 0;
  display: inline-block;
  position: relative;
}

.text-scripts.textdark {
  padding-right: 13px;
}

.nav {
  z-index: 10;
  width: 100vw;
  min-width: 100vw;
  position: relative;
  inset: 0% 0% auto;
}

.iconmenu {
  border-bottom-style: none;
  width: 24px;
  height: 24px;
}

.mainmenu {
  z-index: 10;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  display: flex;
}

.brand {
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/commonwealth_creative_official_seal_dropout.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border: 1px solid #202123;
  border-radius: 100px;
  flex-flow: row;
  flex: 0 auto;
  place-content: center space-between;
  align-self: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  padding-bottom: 0;
  transition: all .7s;
  top: auto;
}

.brand:hover {
  border-color: #5bdeb8;
  transform: translate(-2px, -2px);
  box-shadow: 5px 4px #5bdeb8;
}

.brand.w--current {
  background-color: #202123;
  background-image: url('../images/commonwealth_creative_official_seal_dropout.svg');
}

.commonflexwide {
  justify-content: space-between;
  align-items: center;
}

.menuwrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid #000;
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}

.menu {
  z-index: 1;
  color: #202123;
  cursor: pointer;
  background-color: #5bdeb8;
  background-image: url('../images/common-paper-bottom.svg');
  background-position: 50% 101%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 900px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menulinks {
  flex: 0 auto;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}

.text-mid {
  font-size: 1.7rem;
  line-height: 2.4rem;
}

.post-loop {
  grid-row-gap: 20px;
  padding-left: 0;
  padding-right: 0;
}

.card-post {
  border-radius: 20px;
  margin-bottom: 5px;
  padding: 40px;
  position: relative;
}

.card-post.img-link {
  color: #818181;
  border-bottom-style: none;
  margin-bottom: 20px;
  padding: 0;
}

.card-post.img-link:hover {
  color: #010101;
  transform: translate(0, -13px);
}

.img-post {
  width: 100%;
  margin-bottom: 5px;
}

.text-small {
  font-size: 13px;
  line-height: 23px;
}

.post-pair {
  padding-left: 0;
  padding-right: 0;
}

.button {
  margin-top: 80px;
  margin-bottom: 80px;
  font-family: Instrument Serif, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4rem;
  display: inline-block;
}

.button.white {
  color: #fff;
}

.button.white:hover {
  color: #5bdeb8;
  border-bottom-color: #fff;
}

.flex-center-center {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-center-center.text-left {
  text-align: left;
}

.stack-common {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  padding-left: 0;
  padding-right: 0;
}

.stack-common.footer-cta {
  margin-top: 40px;
  margin-bottom: 40px;
}

.stack-common.footer-links {
  flex: 1;
}

.img-icon-large {
  border-radius: 50%;
  width: 60px;
  margin-bottom: 40px;
  margin-right: 20px;
}

.text-thunder {
  font-family: Thunder Vf, Impact, sans-serif;
}

.text-thunder.shift {
  margin-right: 20px;
  font-weight: 700;
  line-height: 10.6rem;
}

.text-large {
  margin-bottom: 20px;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4rem;
}

.text-large.text-serif {
  font-weight: 400;
  line-height: 4.5rem;
}

.card {
  border-top: 1px solid #818181;
  margin-bottom: 60px;
  padding-top: 40px;
}

.stack-thirds {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-top: 60px;
  padding-left: 0;
  padding-right: 0;
}

.two-thirds {
  width: 66%;
}

.two-thirds.last {
  margin-left: 33%;
  padding-left: 30px;
}

.text-serif {
  font-family: Instrument Serif, sans-serif;
}

.text-serif.text-mid.footer-link {
  color: #fff;
  border-bottom-style: none;
}

.text-serif.text-mid.footer-link:hover {
  color: #5bdeb8;
}

.text-serif.text-plus {
  display: inline-flex;
}

.required-work {
  overflow: hidden;
}

.img-required-work {
  width: 600px;
  position: absolute;
  inset: -150px -30px auto auto;
  transform: rotate(13deg);
}

.required-work-quote {
  flex-flow: column;
  justify-content: space-between;
  height: 200px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.card-required-work {
  width: 66%;
  padding-left: 60px;
  position: relative;
}

.stack-one-thirds-two {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.cell-faqs {
  padding-top: 10px;
  display: block;
}

.accordion-item {
  border-bottom: 1px solid #818181;
  margin-bottom: 10px;
  padding-bottom: 4px;
}

.accordian-title {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  transition: all .7s ease-in-out;
  display: flex;
}

.accordian-title:hover {
  color: #5bdeb8;
}

.accordion__plus-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  margin-left: 20px;
  display: flex;
  position: relative;
}

.accordion__bar-vert {
  background-color: #202123;
  width: 2px;
  height: 100%;
  position: absolute;
}

.accordion__bar-hor {
  background-color: #202123;
  width: 100%;
  height: 2px;
}

.accordion__content-wrap {
  height: 0%;
  overflow: hidden;
}

.accordian-content {
  margin: 15px 20px 20px;
}

.toolsicon {
  filter: grayscale();
  color: #202123;
  cursor: pointer;
  border-bottom-style: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  height: 100px;
  font-size: .8rem;
  transition: all .7s;
  display: flex;
}

.toolsicon:hover {
  filter: grayscale(0%);
  color: #202123;
  padding-bottom: 10px;
}

.toolsimg {
  width: 32px;
  padding-bottom: 10px;
  position: relative;
}

.stack-tech {
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.mainmenu-bg {
  z-index: 2;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.testimonial {
  position: relative;
}

.cta-testimonial {
  color: #fff;
  text-align: center;
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  margin-left: 13%;
  margin-right: 13%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.img-span {
  width: 60px;
  height: 60px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: 10px;
}

.img-span._1 {
  background-image: url('../images/commonwealth-creative-client-1.avif');
  background-position: 50%;
  background-size: cover;
}

.img-span._2 {
  background-image: url('../images/commonwealth-creative-client-2.avif');
  background-position: 50%;
  background-size: cover;
}

.testimonial-title {
  color: #202123;
  background-image: url('../images/common-tear.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 50px;
  margin-top: -13px;
  margin-left: -5px;
  padding-left: 20px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  padding-top:20px;
}

.footer {
  color: #fff;
  background-color: #202123;
  margin-top: 0;
}

.footer-details {
  border-top: 1px solid #fff;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 0;
}

.spacer {
  margin-left: 10px;
  margin-right: 10px;
}

.cta-box {
  color: #fff;
  border: 1px solid #5bdeb8;
  padding: 20px;
  display: flex;
}

.cta-box:hover {
  color: #202123;
  background-color: #fff;
}

.stack-footer-cta {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  padding-left: 0;
  padding-right: 0;
}

.footer-logo {
  width: 13%;
  padding-left: 20px;
}

.footer-links {
  justify-content: flex-start;
}

.flex-horizontal-center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-horizontal-center.testimonial {
  margin-bottom: 20px;
}

.text-xl {
  margin-bottom: 40px;
  font-size: 6.5rem;
  font-weight: 400;
  line-height: 6.5rem;
}

.img-portfolio-logo {
  max-width: 70px;
  margin-top: 40px;
  margin-right: 40px;
}

.portfoilio-content {
  padding-right: 13%;
}

.portfolio-extra-content {
  margin-top: 40px;
  margin-bottom: 80px;
}

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

.movearrow {
  width: 50px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 40px;
  display: inline-flex;
}

.movearrow.more {
  filter: none;
  margin-bottom: -40px;
}

.portfolio-next-link {
  color: #5bdeb8;
  border-bottom-style: none;
  display: flex;
}

.portfolio-next-link:hover {
  color: #fff;
}

.template-part-services {
  background-color: #fff;
  margin-top: 80px;
  padding: 20px 40px;
}

.img-icon-small {
  border-radius: 50%;
  width: 30px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.card-product {
  border-bottom-style: none;
  margin-bottom: 40px;
  padding: 30px;
}

.card-product:hover {
  color: #fff;
  background-color: #202123;
}

.card-product.last {
  border-left: 1px solid #202123;
}

.card-product.white {
  color: #fff;
}

.card-product.white:hover {
  color: #5bdeb8;
}

.card-product.white.last {
  border-left-color: #5bdeb8;
}

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

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

.img-testimonial {
  width: 60px;
  height: 60px;
  margin-left: 10px;
  margin-right: 20px;
  display: inline-block;
}

.testimonial-big {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.teartop {
  min-height: 200px;
  margin-top: -2px;
  margin-bottom: -200px;
  padding-top: 220px;
  position: relative;
}

.img-tear-bottom {
  width: 100%;
  position: absolute;
  inset: auto 0% -1%;
}

.tearbottom {
  min-height: 200px;
  margin-top: -200px;
  margin-bottom: 0;
  position: relative;
}

.img-tear-top {
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.creative-shift {
  color: #fff;
  background-color: #010101;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.img-shift {
  height: 125%;
  position: absolute;
  inset: -10% auto auto -300px;
}

.workcontent {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  position: fixed;
  inset: 0%;
}

.workcontent.commoncenter {
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 100px;
}

.sectionlink {
  color: #fff;
  background-color: #202123;
  border-bottom-style: none;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.sectionlink:hover {
  color: #5bdeb8;
  border-bottom-style: none;
}

.commonworkrow {
  background-color: #202123;
  background-image: url('../images/commonwealth-creative-white-dropout-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.commonworkrow:hover {
  background-position: 50%;
}

.commonworkrow.post-background {
  background-image: url('../images/commonwealth-creative-george-wythe_1commonwealth-creative-george-wythe.webp');
}

.text-holder {
  background-image: radial-gradient(circle at 0 100%, #20212340 13%, #20212321 69%);
  border-bottom-style: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.flex-horizontal-space {
  justify-content: space-between;
  align-items: center;
}

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

  .container.background-workbook:hover {
    transform: scale(1);
  }

  .container.cta {
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .base.background-dark {
    padding-top: 10px;
  }

  .commoncarouseltext {
    padding-top: 100px;
  }

  .carouselcontainer {
    min-width: 8500px;
  }

  .carouseltext {
    flex-flow: column;
    font-size: 69rem;
  }

  .text-plus {
    font-size: 5rem;
    line-height: 5rem;
  }

  .wrapperlink {
    font-size: 2rem;
    line-height: 2rem;
  }

  .fa.text-mid.icon-textimonials {
    top: -4px;
  }

  .text-scripts.withlove.last {
    margin-top: 0;
  }

  .text-scripts.marquee {
    position: absolute;
    left: 80px;
  }

  .menuwrapper {
    border-top-style: none;
  }

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

  .menulinks {
    position: absolute;
    left: -999px;
  }

  .button.button-end {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .flex-center-center.footer-button {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .text-thunder.shift {
    line-height: 5.8rem;
  }

  .text-large {
    font-size: 3rem;
    line-height: 3rem;
  }

  .text-large.text-serif {
    line-height: 3.5rem;
  }

  .text-serif.text-mid.footer-link {
    margin-bottom: 20px;
  }

  .img-required-work {
    width: 500px;
    top: -10px;
    right: -30px;
  }

  .toolsicon {
    font-size: .8rem;
  }

  .toolsimg {
    padding-left: 3px;
    padding-right: 3px;
  }

  .footer-details {
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .stack-footer-cta {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
  }

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

  .text-xl {
    font-size: 4rem;
    line-height: 4rem;
  }

  .creative-shift {
    background-position: -300px;
    background-size: 1000px;
  }

  .img-shift {
    max-width: 200vw;
    left: -100%;
  }

  .workcontent {
    white-space: normal;
    padding-left: 20px;
    padding-right: 20px;
  }

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

@media screen and (max-width: 767px) {
  .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.background-workbook {
    flex-flow: column-reverse;
    align-items: center;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .container.narrow {
    padding-right: 10%;
  }

  .base.background-dark {
    padding-bottom: 200px;
  }

  .commoncarouseltext {
    padding-top: 0;
  }

  .carouseltext {
    flex-flow: column;
  }

  .text-plus {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  .iconlink.cta {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .fa.rocket.cta {
    margin-left: 10px;
    display: none;
  }

  .fa.cta-icon {
    display: inline-flex;
  }

  .fa.text-mid.icon-textimonials {
    top: -2px;
  }

  .text-scripts.withlove {
    margin-left: 0;
    padding-left: 0;
  }

  .text-scripts.withlove.end.hide-767 {
    display: none;
  }

  .text-scripts.marquee {
    letter-spacing: 0;
    left: 71px;
  }

  .mainmenu {
    flex-direction: row;
  }

  .icontext {
    display: inline-block;
  }

  .brand.w--current {
    width: 40px;
    height: 40px;
  }

  .menu {
    inset: 0% 0% auto auto;
  }

  .menulinks {
    display: none;
  }

  .text-mid {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .post-loop {
    padding-top: 0;
  }

  .card-post {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
  }

  .card-post.img-link {
    margin-bottom: 10px;
  }

  .button {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .button.button-end {
    margin-top: 20px;
  }

  .stack-common {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .img-icon-large {
    width: 40px;
  }

  .text-thunder.text-mid {
    margin-bottom: 10px;
  }

  .text-thunder.shift {
    line-height: 4.1rem;
  }

  .text-large {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .text-large.text-serif {
    line-height: 3rem;
  }

  .card {
    margin-bottom: 30px;
    padding-top: 20px;
  }

  .stack-thirds {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 20px;
  }

  .two-thirds {
    width: 100%;
  }

  .two-thirds.last {
    margin-left: 0%;
    padding-left: 0;
  }

  .text-serif.text-mid.footer-link {
    margin-bottom: 10px;
  }

  .img-required-work {
    width: 450px;
    position: relative;
    right: 0;
    transform: rotate(0);
  }

  .required-work-quote {
    height: auto;
  }

  .card-required-work {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .stack-one-thirds-two {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .accordian-title {
    width: 92vw;
  }

  .toolsicon {
    flex-flow: column;
    min-width: 150px;
    height: 100px;
  }

  .cta-testimonial {
    margin-left: 7%;
    margin-right: 7%;
  }

  .img-span {
    width: 40px;
    height: 40px;
    top: 6px;
  }

  .testimonial-title {
    padding-top: 10px;
  }

  .stack-footer-cta {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .flex-horizontal-center {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .text-xl {
    margin-bottom: 20px;
    font-size: 3rem;
    line-height: 3rem;
  }

  .portfoilio-content {
    padding-right: 0%;
  }

  .card-product.white.last {
    border: 1px solid #5bdeb8;
  }

  .stack-products {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .img-testimonial {
    width: 40px;
    height: 40px;
    top: 6px;
  }

  .creative-shift {
    background-position: -400px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .workcontent.commoncenter {
    justify-content: center;
    align-items: flex-start;
  }
}

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

  .text-plus {
    font-size: 3rem;
    line-height: 3rem;
  }

  .text-green.hide-478 {
    display: none;
  }

  .wrapperlink {
    padding-top: 5px;
    line-height: 1.5rem;
  }

  .fa.text-mid.icon-textimonials {
    top: 0;
  }

  .text-scripts.withlove {
    letter-spacing: 1px;
  }

  .text-scripts.marquee {
    letter-spacing: 0;
  }

  .nav {
    overflow: hidden;
  }

  .icontext {
    display: inline;
  }

  .commonflexwide {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .menuwrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .menu {
    justify-content: flex-end;
    align-items: center;
  }

  .menulinks {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
  }

  .post-loop {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .card-post {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .text-thunder.shift {
    margin-right: 8px;
    line-height: 3.5rem;
  }

  .text-large {
    font-size: 2rem;
    line-height: 2rem;
  }

  .text-large.text-serif {
    line-height: 2.5rem;
  }

  .accordion__plus-wrapper {
    margin-top: 15px;
    margin-left: 20px;
  }

  .toolsicon {
    min-width: 125px;
  }

  .img-span {
    width: 27px;
    height: 27px;
    top: 4px;
  }

  .hide-478 {
    display: none;
  }

  .text-xl {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

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

  .card-product {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .card-product.last {
    border-top: 1px solid #202123;
    border-bottom-style: solid;
    border-bottom-color: #202123;
    border-left-style: none;
  }

  .img-testimonial {
    width: 27px;
    height: 27px;
    top: 4px;
  }

  .teartop {
    position: relative;
  }

  .workcontent {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .workcontent.commoncenter {
    padding-left: 20px;
  }

  .flex-horizontal-space {
    justify-content: flex-start;
    align-items: center;
  }
}

#w-node-_67ee80b3-8329-7f49-6fcd-134a5b7e4607-389777a2 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ebebf713-8488-c8ef-9ff6-a1f0bba11e4a-389777a2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6b250788-65d0-b2af-3635-a95b2ecdbcf3-389777a2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b7e96b37-b852-763d-3015-6836ab0ee763-389777a2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_1e600c5c-0997-e7a6-91c6-819a87ddebd2-389777a2, #w-node-cba6ece7-9ada-b0ed-9a3c-c48497e4da44-389777a2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ee36abd3-0c6b-df3a-d30c-c3a2dd0a6bf6-389777a2 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-bc5be2d7-6f6f-9266-704e-dc2ef5269c8f-389777a2 {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_71f254ff-3ae9-7589-f364-278ab9b1d461-389777a2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_54b1cd8e-7534-739b-4e4e-d39880ac4007-389777a2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_793b37a0-c047-ae89-a2be-84d0f56764ec-389777a2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f4bd38c9-ab2a-39bb-f365-2aabd2b73cc7-389777a2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-aa859057-92e2-cacb-b4e8-3f766857d766-389777a2, #w-node-_49b65c3e-0db5-6b80-ae96-6efd6b7a617d-389777a2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_83f6e1e8-23a4-594a-a66c-e6230a3f8f9f-389777a2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2c5d15b5-6a87-4cf8-6cfd-a020ee1457fd-389777a2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2c5d15b5-6a87-4cf8-6cfd-a020ee1457d8-389777a2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d0a1dc86-81a3-6051-9bea-bb8281068f68-389777a2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_08b1fd5e-9c3b-bf80-3687-8348d23beed5-389777a2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6a39822d-6031-a2a4-7818-cb5af5facff5-389777a2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fc145278-dcec-7c9b-508c-3023c126bbb8-389777a2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_67ee80b3-8329-7f49-6fcd-134a5b7e4607-389777a2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_67ee80b3-8329-7f49-6fcd-134a5b7e462c-389777a2 {
    order: 9999;
  }

  #w-node-ebebf713-8488-c8ef-9ff6-a1f0bba11e4a-389777a2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b7e96b37-b852-763d-3015-6836ab0ee763-389777a2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_71f254ff-3ae9-7589-f364-278ab9b1d461-389777a2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_54b1cd8e-7534-739b-4e4e-d39880ac4007-389777a2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_793b37a0-c047-ae89-a2be-84d0f56764ec-389777a2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-aa859057-92e2-cacb-b4e8-3f766857d766-389777a2, #w-node-_49b65c3e-0db5-6b80-ae96-6efd6b7a617d-389777a2, #w-node-_2c5d15b5-6a87-4cf8-6cfd-a020ee1457d8-389777a2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b7e96b37-b852-763d-3015-6836ab0ee763-389777a2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_1e600c5c-0997-e7a6-91c6-819a87ddebd2-389777a2, #w-node-cba6ece7-9ada-b0ed-9a3c-c48497e4da44-389777a2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ee36abd3-0c6b-df3a-d30c-c3a2dd0a6bf6-389777a2 {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }

  #w-node-bc5be2d7-6f6f-9266-704e-dc2ef5269c8f-389777a2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-f4bd38c9-ab2a-39bb-f365-2aabd2b73cc7-389777a2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-aa859057-92e2-cacb-b4e8-3f766857d766-389777a2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_83f6e1e8-23a4-594a-a66c-e6230a3f8f9f-389777a2, #w-node-_2c5d15b5-6a87-4cf8-6cfd-a020ee1457fd-389777a2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2c5d15b5-6a87-4cf8-6cfd-a020ee1457d8-389777a2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-d0a1dc86-81a3-6051-9bea-bb8281068f68-389777a2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_08b1fd5e-9c3b-bf80-3687-8348d23beed5-389777a2, #w-node-fc145278-dcec-7c9b-508c-3023c126bbb8-389777a2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6b250788-65d0-b2af-3635-a95b2ecdbcf3-389777a2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b7e96b37-b852-763d-3015-6836ab0ee763-389777a2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-bc5be2d7-6f6f-9266-704e-dc2ef5269c8f-389777a2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_54b1cd8e-7534-739b-4e4e-d39880ac4007-389777a2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_49b65c3e-0db5-6b80-ae96-6efd6b7a617d-389777a2, #w-node-_2c5d15b5-6a87-4cf8-6cfd-a020ee1457d8-389777a2, #w-node-_08b1fd5e-9c3b-bf80-3687-8348d23beed5-389777a2, #w-node-fc145278-dcec-7c9b-508c-3023c126bbb8-389777a2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thunder Vf';
  src: url('../fonts/Thunder-VF.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}