:root {
  --white: white;
  --black: black;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.all {
  color: #000;
  border: 5px #000;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: aktiv-grotesk-extended, sans-serif;
  display: block;
}

.all.center {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.all.project {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 60px;
  line-height: 60px;
  display: block;
}

.all.aboutheading {
  color: #000;
  text-align: left;
  padding-bottom: 0;
}

.all.clients {
  border-top-style: solid;
  border-top-width: 2px;
}

.container {
  background-color: #fff;
  border: 2px solid #000;
  max-width: 100%;
}

.image-3 {
  border-right: 2px solid #000;
}

.menu {
  color: #000;
  text-align: center;
  border-left: 2px solid #000;
  height: 60px;
  padding: 21px 50px 0;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.menu.w--current {
  color: #000;
}

.navbar {
  background-color: #0000;
  max-width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.container-2 {
  background-color: #000;
  border: 2px solid #000;
  border-bottom-width: 0;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
}

.div-block-3 {
  text-align: center;
  border-right: 2px solid #000;
  flex-direction: row;
  justify-content: flex-start;
  width: 300px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.social {
  align-content: flex-start;
}

.div-block-4 {
  background-color: #fff;
  border-top: 2px #000;
  border-bottom: 2px #000;
  flex: 0 auto;
  justify-content: space-between;
  display: flex;
}

.body {
  background-color: #ddd;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.section {
  border-top: 1px #000;
}

.newsletter {
  color: #000;
  text-align: center;
  border-left: 2px solid #000;
  height: 71px;
  padding: 27px 40px 0;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

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

.middle {
  object-fit: none;
  border-top: 5px #000;
  border-bottom: 5px #000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: block;
  overflow: visible;
}

.nav-menu {
  overflow: visible;
}

.marquee_text {
  color: #fff;
  border: 1px solid #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  overflow: hidden;
}

.marquee_div {
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

.marquee_container {
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 200%;
  display: flex;
  overflow: hidden;
}

.paragraph {
  color: #1a1a1a;
  column-count: 0;
  margin: 0 0 40px;
  padding-top: 10px;
  font-family: aktiv-grotesk-extended, sans-serif;
}

.paragraph.gap {
  color: #000;
  -webkit-text-stroke-color: #000;
  margin-top: 10px;
  text-decoration: none;
}

.paragraph.gap:hover {
  text-decoration: underline;
}

.paragraph.project {
  color: #fff;
  margin-top: 0;
}

.paragraph.project.white {
  width: 100%;
  font-size: 20px;
  line-height: 28px;
}

.paragraph.nogap {
  color: #000;
  -webkit-text-stroke-color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  text-decoration: none;
}

.paragraph.nogap:hover {
  text-decoration: underline;
}

.paragraph.white {
  color: #fff;
}

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

.footer {
  text-align: center;
  padding-top: 10px;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.footerdiv {
  background-color: #fff;
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.backup {
  color: #000;
  text-align: center;
  border-left: 0 solid #000;
  min-width: 300px;
  max-width: 300px;
  height: 71px;
  padding: 27px 40px 0;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.section-5 {
  border: 2px #000;
  border-style: none solid;
  flex: 1;
  align-self: stretch;
  min-height: 100%;
  margin-top: 0;
  text-decoration: none;
  position: static;
}

.container-7 {
  text-align: left;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: row;
  flex: 4 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
}

.button-primary-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #000;
  border: 2px solid #000;
  padding: 12px 16px;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  font-weight: 400;
}

.button-primary-2:active {
  background-color: #43464d;
}

.hero-split-2-stroke {
  cursor: pointer;
  border: 0 #000;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
}

.h2 {
  color: #000;
  border: 5px #000;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.section-6 {
  color: #000;
  background-color: #fff;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
}

.highlights {
  background-color: #f2f2f2;
  border-top: 2px solid #000;
  padding-top: 80px;
  padding-bottom: 80px;
}

.separator {
  background-color: #fff;
  border-left-style: none;
  border-left-color: #000;
  border-right-style: none;
  border-right-color: #000;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.slider-2 {
  height: 100%;
}

.slide-2 {
  color: #000;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  height: 100%;
}

.slide-1 {
  background-image: url('../images/painbranding1.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 0;
}

.div-block-17 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 80px 80px 0;
  display: block;
}

.thumbnail {
  object-fit: none;
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  width: 29%;
  max-width: 450px;
  display: flex;
}

.work {
  background-color: #fff;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  align-self: stretch;
  margin-top: 63px;
  padding: 0;
}

.gallery {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  object-fit: contain;
  background-color: #f1f1f1;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.imagethumnail {
  width: 100%;
  height: 100%;
}

.background-video-2 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  display: flex;
}

.project {
  margin-top: 80px;
}

.div-block-18 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: fixed;
  inset: 80px 62px auto;
}

.div-block-19 {
  flex-direction: row;
  flex: none;
  align-self: flex-start;
  align-items: flex-start;
  width: 30%;
  display: block;
}

.projec-content {
  grid-column-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 70%;
  margin-top: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-20 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-21 {
  background-image: url('../images/maindivisionheader_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom: 2px solid #000;
  flex-wrap: wrap;
  align-items: flex-start;
  min-height: 600px;
  margin-top: 0;
  padding: 0;
  display: block;
}

.full-width-image {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 10px;
  display: flex;
}

.html-embed {
  margin-left: 2px;
  margin-right: 2px;
}

.section-content {
  background-color: #fff;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  align-self: stretch;
  margin-top: 63px;
  padding: 0 0 40px;
}

.project-content {
  grid-column-gap: 40px;
  margin-top: 80px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.button-primary-3 {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  cursor: auto;
  background-color: #fff;
  border: 2px solid #000;
  padding: 12px 16px;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
  font-weight: 400;
}

.button-primary-3:active {
  background-color: #43464d;
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-column-light.all {
  background-color: #000;
  border-top-width: 0;
  border-bottom-width: 0;
}

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

.centered-heading {
  color: #000;
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  background-color: #fff;
  border: 2px solid #000;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #0000;
  align-items: center;
  padding: 0;
  display: flex;
}

.testimonial-main-heading {
  margin-top: 0;
  margin-bottom: 2px;
  font-weight: 600;
}

.team {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.team.all {
  background-color: #fff;
  border-top-style: solid;
  border-top-width: 2px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border: 2px solid #000;
  border-radius: 0%;
  width: 260px;
  height: 340px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.about {
  background-color: #fff;
  align-self: stretch;
  margin-top: 63px;
  padding: 0;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.clients-image-three {
  max-height: 120px;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.div-block-23 {
  background-color: #000;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
}

.div-block-21-copy {
  border-style: none solid;
  border-color: #000;
  border-left-width: 2px;
  border-right-width: 2px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  min-height: 400px;
  margin-top: 0;
  padding: 80px 10%;
  display: flex;
}

.about-content {
  grid-column-gap: 40px;
  width: 60%;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.text-field {
  border: 2px solid #000;
  height: 100px;
}

.text-field-2, .text-field-3 {
  border: 2px solid #000;
}

.form {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.container-10 {
  flex: 1;
}

.form-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.clients {
  padding-top: 40px;
  padding-bottom: 40px;
}

.clients.all {
  background-color: #fff;
  border-bottom-width: 2px;
  border-left-style: solid;
  border-left-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
}

.clienttext {
  color: #686868;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
}

.success {
  color: #000;
  background-color: #0000;
  font-family: aktiv-grotesk-extended, sans-serif;
}

.error-message {
  color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 12px;
  position: relative;
  top: -59px;
  left: 6px;
}

.slide-nav {
  display: none;
}

.html-embed-3 {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  display: block;
}

.project-name {
  color: #000;
  border: 5px #000;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 40px;
  font-family: aktiv-grotesk-extended, sans-serif;
  display: block;
}

.div-block-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  height: 34vw;
  display: flex;
}

.project-content-2 {
  grid-column-gap: 40px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.div-block-26 {
  margin-top: 10px;
}

.right-arrow, .left-arrow {
  background-color: #000;
  width: 40px;
  height: 60px;
  display: none;
}

.div-block-27 {
  background-color: #00000040;
  align-items: center;
  min-height: 600px;
  padding: 80px 60px;
  display: flex;
}

.field-label {
  color: #000;
}

.button-primary3 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #000;
  border: 2px solid #000;
  padding: 12px 16px;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  transition: all .2s;
}

.button-primary3:hover {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  font-weight: 400;
}

.button-primary3:active {
  background-color: #43464d;
}

.black {
  background-color: #f1f1f1;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
}

.square-video {
  justify-content: center;
  width: 100%;
  height: 60vw;
  display: flex;
}

.image-12 {
  width: 100px;
  margin-top: 10px;
}

.plain-text {
  column-count: 0;
  margin: 0;
  padding-top: 10px;
  font-family: aktiv-grotesk-extended, sans-serif;
}

.div-block-28 {
  flex-direction: column;
  display: flex;
}

.hero-split-3 {
  flex-direction: row;
  flex: 4 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: block;
}

.hero-headline-hide {
  flex-direction: row;
  flex: 4 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: none;
}

.button-home {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #000;
  border: 2px solid #000;
  padding: 12px 16px;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  transition: all .2s;
}

.button-home:hover {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  font-weight: 400;
}

.button-home:active {
  background-color: #43464d;
}

.link {
  color: #000;
}

.ig {
  background-color: #000;
  border-top: 2px solid #000;
  border-left: 2px #000;
  border-right: 2px #000;
}

.div-block-29 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.slide-3 {
  background-image: url('../images/mosaic_live_office.jpg');
  background-position: 100%;
  background-size: cover;
  padding: 0;
}

.squarevid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.square {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  height: 60vw;
  display: flex;
}

._4col {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.insta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  height: 60vw;
  display: flex;
}

.newvids {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  height: 34vw;
  display: flex;
}

.verticalvids {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  height: 40vw;
  display: flex;
}

._3images {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

@media screen and (min-width: 1280px) {
  .paragraph.project.white {
    column-count: 1;
  }

  .section-5 {
    min-height: 100%;
  }

  .hero-split-2-stroke {
    border-style: solid;
  }

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

  .highlights {
    background-color: #f1f1f1;
  }

  .separator {
    background-color: #fff;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .work {
    background-color: #fff;
  }

  .gallery {
    justify-content: center;
  }

  .imagethumnail {
    border: 0 solid #000;
    width: 100%;
    height: 100%;
    display: block;
  }

  .background-video-2 {
    width: 100%;
    height: 100%;
  }

  .projec-content {
    grid-column-gap: 40px;
    margin-top: 0;
  }

  .div-block-20 {
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

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

  .project-content {
    grid-column-gap: 40px;
    margin-top: 80px;
  }

  .container-9 {
    max-width: 100%;
  }

  .testimonial-card-two {
    background-color: #fff;
    border-width: 2px;
    border-color: #000;
    justify-content: space-between;
  }

  .testimonial-info-three {
    background-color: #0000;
    flex-direction: row;
    align-items: flex-end;
    padding-bottom: 0;
    padding-left: 0;
  }

  .testimonial-main-heading {
    margin-top: 0;
  }

  .team.all {
    background-color: #fff;
    border-top-style: solid;
    border-top-width: 2px;
  }

  .team-member-image {
    border-radius: 0%;
  }

  .about {
    background-color: #fff;
  }

  .clients-image-three {
    max-height: 140px;
  }

  .about-content {
    grid-column-gap: 40px;
    margin-top: 0;
  }

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

  .clients.all {
    padding-left: 30px;
    padding-right: 30px;
  }

  .clienttext {
    font-weight: 400;
  }

  .html-embed-3 {
    height: 100%;
  }

  .div-block-25 {
    height: 34vw;
  }

  .project-content-2 {
    grid-column-gap: 40px;
    margin-top: 0;
  }

  .square-video {
    height: 60vw;
  }

  .div-block-29 {
    grid-template-rows: auto;
  }

  .slide-3 {
    background-position: 100%;
    background-size: cover;
  }

  .squarevid {
    height: 34vw;
  }

  .square {
    height: 60vw;
  }

  ._4col {
    grid-template-rows: auto;
  }

  .insta {
    height: 60vw;
  }

  .newvids {
    height: 34vw;
  }

  .verticalvids {
    height: 40vw;
  }

  ._3images {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 1440px) {
  .paragraph {
    width: 100%;
  }

  .paragraph.project {
    column-count: 2;
  }

  .paragraph.home {
    width: 100%;
  }

  .section-5 {
    min-height: 100%;
  }

  .button-primary-2:hover {
    font-weight: 400;
  }

  .separator {
    margin-top: 0;
  }

  .thumbnail {
    max-width: 400px;
  }

  .work {
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    display: block;
  }

  .gallery {
    justify-content: center;
  }

  .imagethumnail {
    width: 100%;
    height: 100%;
  }

  .image-11 {
    width: 100%;
  }

  .div-block-19 {
    width: 30%;
  }

  .projec-content {
    max-width: 800px;
    margin-top: 0;
  }

  .div-block-20 {
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: 10px;
    display: flex;
  }

  .div-block-21 {
    border-bottom: 2px solid #000;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .full-width-image {
    width: 100%;
  }

  .section-content {
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    display: block;
  }

  .project-content {
    margin-top: 90px;
  }

  .button-primary-3:hover {
    font-weight: 400;
  }

  .container-9 {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .team-grid {
    flex-flow: wrap;
    place-content: center;
    max-width: 70%;
    display: flex;
  }

  .team-member-image {
    width: 260px;
    height: 340px;
    max-height: none;
  }

  .about {
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    display: block;
  }

  .div-block-21-copy {
    border-bottom: 2px solid #000;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .about-content {
    margin-top: 0;
  }

  .clients.all {
    padding-left: 30px;
    padding-right: 30px;
  }

  .html-embed-3 {
    object-fit: scale-down;
    flex: 1;
    display: flex;
  }

  .div-block-25 {
    flex: 0 auto;
    justify-content: center;
    align-items: stretch;
    height: 800px;
    display: flex;
  }

  .project-content-2 {
    margin-top: 0;
  }

  .div-block-27 {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .button-primary3:hover {
    font-weight: 400;
  }

  .square-video {
    height: 60vw;
  }

  .plain-text {
    width: 70%;
  }

  .button-home:hover {
    font-weight: 400;
  }

  .div-block-29 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .slide-3 {
    background-position: 100%;
    background-size: cover;
  }

  .squarevid {
    height: 36vh;
  }

  .square {
    height: 61vw;
  }

  ._4col {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .insta {
    height: 61vw;
  }

  .newvids {
    height: 34vw;
  }

  .verticalvids {
    height: 40vw;
  }

  ._3images {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 1920px) {
  .all {
    text-align: left;
    display: block;
  }

  .all.project {
    width: 100%;
  }

  .container-2 {
    border-style: solid solid none;
    border-width: 2px 2px 0;
  }

  .paragraph.project {
    color: #000;
    column-count: 2;
  }

  .paragraph.project.white {
    color: #fff;
    column-gap: 20px;
  }

  .paragraph.home {
    width: 100%;
  }

  .section-5 {
    min-height: 100%;
    margin-top: 0;
  }

  .hero-split-2-stroke {
    align-self: flex-start;
  }

  .separator {
    margin-top: 0;
  }

  .slider-2 {
    height: 100%;
  }

  .slide-1 {
    background-image: url('../images/painbranding1.jpg');
    padding: 0;
  }

  .div-block-17 {
    display: block;
  }

  .thumbnail {
    flex: 0 auto;
    width: 100%;
    max-width: 500px;
  }

  .work {
    width: 100%;
    margin-top: 63px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .gallery {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    margin-top: 0;
    padding: 60px;
  }

  .imagethumnail {
    display: inline-block;
  }

  .background-video-2 {
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    display: flex;
  }

  .image-11 {
    width: 100%;
  }

  .div-block-19 {
    width: 30%;
  }

  .projec-content {
    flex-direction: column;
    align-self: center;
    align-items: stretch;
    max-width: 800px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-20 {
    align-items: flex-start;
    max-width: 100%;
  }

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

  .html-embed {
    margin-bottom: 0;
    margin-left: 2px;
    margin-right: 2px;
  }

  .section-content {
    width: 100%;
    margin-top: 63px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .project-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: row;
    align-items: stretch;
    max-width: 100%;
    margin-top: 90px;
    margin-bottom: 0;
    display: flex;
  }

  .testimonial-column-light {
    background-color: #fff;
  }

  .testimonial-column-light.all {
    border-bottom-style: none;
  }

  .team {
    background-color: #f1f1f1;
  }

  .team-grid {
    max-width: 80%;
  }

  .team-member-image {
    border-radius: 0%;
  }

  .about {
    align-self: center;
    margin-top: 63px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-23 {
    background-color: #000;
    border-top: 2px solid #000;
  }

  .div-block-21-copy {
    border-bottom-style: none;
    width: 100%;
    margin-top: 0;
    padding-left: 20%;
    padding-right: 20%;
  }

  .about-content {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 70%;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .text-field {
    border: 2px solid #000;
    height: 200px;
  }

  .text-field-2, .text-field-3 {
    border: 2px solid #000;
  }

  .html-embed-3 {
    height: 100%;
  }

  .project-name {
    text-align: left;
    display: block;
  }

  .div-block-25 {
    height: 36vw;
    display: inline-block;
  }

  .project-content-2 {
    flex-direction: row;
    align-items: stretch;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .div-block-27 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 140px;
  }

  .square-video {
    height: 64vw;
    display: inline-block;
  }

  .image-12 {
    width: 120px;
  }

  .plain-text {
    width: 60%;
  }

  .ig {
    background-color: #000;
    border-top: 2px solid #000;
  }

  .div-block-29 {
    grid-column-gap: 12px;
    width: 100%;
  }

  .slide-3 {
    background-image: url('../images/mosaic_live.jpg');
    padding: 0;
  }

  .squarevid {
    height: 36vw;
    display: inline-block;
  }

  .square {
    height: 64vw;
    display: inline-block;
  }

  ._4col {
    grid-column-gap: 12px;
    width: 100%;
  }

  .insta {
    height: 64vw;
    display: inline-block;
  }

  .newvids {
    height: 36vw;
    display: inline-block;
  }

  .verticalvids {
    order: 0;
    height: 42vw;
    display: flex;
  }

  ._3images {
    grid-column-gap: 12px;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .all {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .all.center {
    padding-top: 20px;
  }

  .all.project {
    max-width: 80%;
    padding-bottom: 20px;
  }

  .image-2 {
    color: #fff;
    border-left: 2px solid #000;
    width: 100px;
  }

  .container {
    flex-direction: column;
    align-items: center;
    display: block;
    overflow: visible;
  }

  .menu {
    background-color: #fff;
    border-top: 2px #000;
    border-bottom: 2px solid #000;
    border-right: 3px solid #000;
    padding-top: 22px;
    overflow: visible;
  }

  .container-2 {
    border-style: none solid;
  }

  .div-block-3 {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .social {
    width: 71px;
    height: 71px;
    display: flex;
  }

  .div-block-4 {
    border-top-style: solid;
    border-bottom-style: solid;
    border-bottom-width: 0;
    flex-direction: column;
  }

  .newsletter {
    border-top: 2px solid #000;
    border-left-width: 0;
  }

  .menu-button-2 {
    padding: 0;
  }

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

  .nav-menu {
    background-color: #0000;
  }

  .marquee_text {
    width: 324%;
  }

  .paragraph.gap {
    margin-top: 10px;
    display: block;
  }

  .paragraph.nogap {
    margin-top: 0;
    display: block;
  }

  .paragraph.home {
    display: none;
  }

  .backup {
    border-top: 2px solid #000;
    min-width: 100%;
    max-width: 100%;
  }

  .container-7 {
    max-width: 450px;
  }

  .hero-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 450px;
    margin-bottom: 0;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 0;
  }

  .hero-split-2-stroke {
    max-width: 100%;
  }

  .h2 {
    margin-top: 10px;
    font-size: 20px;
  }

  .separator {
    padding-top: 20px;
  }

  .thumbnail {
    width: 100%;
    max-width: 310px;
    display: block;
  }

  .work {
    padding-bottom: 0;
  }

  .project {
    margin-top: 40px;
  }

  .div-block-18 {
    inset: 80px 62px auto 0%;
  }

  .div-block-19 {
    flex-direction: column;
    width: 100%;
    display: block;
  }

  .projec-content {
    flex-direction: column;
    max-width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-20 {
    flex-direction: column;
    align-items: flex-start;
  }

  .full-width-image {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .project-content {
    flex-direction: column;
    margin-top: 80px;
  }

  .testimonial-column-light.all {
    margin-top: 0;
  }

  .container-9 {
    max-width: 728px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .team.all {
    margin-top: 0;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 260px;
    height: 280px;
  }

  .about {
    padding-bottom: 0;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .about-content {
    flex-direction: column;
    margin-top: 0;
  }

  .form {
    width: 100%;
  }

  .clients.all {
    margin-top: 0;
  }

  .clienttext {
    color: #686868;
    margin-bottom: 20px;
    font-size: 10px;
    line-height: 16px;
  }

  .error-message {
    padding-top: 15px;
    padding-bottom: 15px;
    top: -59px;
    left: -75px;
  }

  .project-name {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .div-block-25 {
    height: 48vw;
    display: block;
  }

  .project-content-2 {
    flex-direction: column;
    margin-top: 0;
  }

  .square-video {
    height: 84vw;
    display: block;
  }

  .image-12 {
    width: 100px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 0;
    display: none;
  }

  .hero-headline-hide {
    max-width: 100%;
    margin-bottom: 0;
    display: block;
  }

  .button-home {
    display: none;
  }

  .slide-3 {
    background-position: 86%;
  }

  .squarevid {
    height: 48vw;
    display: block;
  }

  .square, .insta {
    height: 84vw;
    display: block;
  }

  .newvids {
    height: 48vw;
    display: block;
  }

  .verticalvids {
    height: 56vw;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .all {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .all.center {
    padding-top: 0;
    padding-bottom: 0;
  }

  .all.project {
    max-width: 100%;
    padding-bottom: 20px;
    font-size: 50px;
  }

  .image-2 {
    border-left-style: solid;
    border-left-color: #000;
    width: 100px;
    max-width: none;
    overflow: visible;
  }

  .container-2 {
    border-top-style: none;
  }

  .div-block-3 {
    text-align: left;
    border-right-style: none;
    justify-content: center;
  }

  .div-block-4 {
    text-align: left;
    border-top-style: solid;
    flex-direction: column;
  }

  .newsletter {
    border-top: 2px solid #000;
    border-left-style: none;
    padding-top: 24px;
  }

  .paragraph {
    flex-direction: row;
    display: block;
  }

  .paragraph.gap {
    margin-bottom: 10px;
  }

  .paragraph.nogap {
    margin-bottom: 0;
  }

  .backup {
    border-top: 2px solid #000;
    border-left-style: none;
    padding-top: 24px;
  }

  .hero-wrapper-2 {
    align-items: flex-start;
  }

  .hero-split-2 {
    width: 100%;
  }

  .hero-split-2-stroke {
    align-items: flex-start;
    display: block;
  }

  .highlights {
    padding: 40px 10px;
  }

  .thumbnail {
    flex-direction: column;
    max-width: 230px;
    margin: 10px;
    display: block;
  }

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

  .project {
    margin-top: 0;
  }

  .div-block-18 {
    top: 80px;
    left: 0;
    right: 30px;
  }

  .div-block-19 {
    width: 100%;
    display: block;
  }

  .projec-content {
    max-width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-content {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .project-content {
    margin-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-column-light.all {
    margin-top: 0;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .team {
    padding: 60px 15px;
  }

  .team.all {
    margin-top: 0;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    max-height: 100px;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-21-copy {
    flex-direction: column;
  }

  .about-content {
    width: 100%;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .clients.all {
    border-left-style: solid;
    border-left-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    margin-top: 0;
  }

  .clienttext {
    color: #686868;
    margin-bottom: 0;
    line-height: 16px;
  }

  .error-message {
    padding-top: 15px;
    padding-bottom: 15px;
    top: -59px;
    left: 18px;
  }

  .project-name {
    margin-top: 0;
    padding-top: 0;
  }

  .div-block-25 {
    height: 52vw;
  }

  .project-content-2 {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .square-video {
    height: 90vw;
  }

  .hero-split-3, .hero-headline-hide {
    width: 100%;
  }

  .container-11 {
    justify-content: center;
  }

  .slide-3 {
    background-position: 87%;
  }

  .squarevid {
    height: 52vw;
  }

  .square, .insta {
    height: 92vw;
  }

  .newvids {
    height: 52vw;
  }

  .verticalvids {
    height: 60vw;
  }
}

@media screen and (max-width: 479px) {
  .all {
    padding-top: 10px;
  }

  .all.center {
    padding-top: 0;
  }

  .all.project {
    width: 100%;
    max-width: 100%;
    padding-bottom: 20px;
    font-size: 35px;
    line-height: 40px;
  }

  .image-2 {
    border-left-style: none;
  }

  .container {
    text-align: center;
    flex-direction: column;
    display: flex;
  }

  .image-3 {
    text-align: left;
    border-right-style: none;
  }

  .menu {
    border-top-width: 0;
  }

  .container-2 {
    border-top-style: none;
  }

  .div-block-4 {
    border-top-style: solid;
  }

  .newsletter {
    border-top-style: solid;
    border-top-width: 2px;
  }

  .menu-button-2 {
    border-top: 2px solid #000;
    width: 100%;
  }

  .menu-button-2.w--open {
    border-top-width: 2px;
  }

  .paragraph.project {
    font-size: 12px;
  }

  .paragraph.project.white {
    font-size: 18px;
  }

  .backup {
    border-top-style: solid;
    border-top-width: 2px;
  }

  .section-5 {
    border-top-style: none;
    border-top-width: 0;
    min-height: 400px;
    margin-top: 126px;
  }

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

  .hero-split-2 {
    width: 100%;
  }

  .hero-split-2-stroke {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .section-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .highlights {
    padding: 20px 10px;
  }

  .separator {
    border-left: 0 #000;
    border-right: 0 #000;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide-1 {
    padding: 0;
  }

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

  .thumbnail {
    flex-direction: column;
    max-width: 450px;
    display: flex;
  }

  .work {
    margin-top: 126px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .gallery {
    grid-row-gap: 10px;
    color: #fff;
    background-color: #f2f2f2;
    margin-top: 0;
    font-family: aktiv-grotesk-extended, sans-serif;
    font-weight: 400;
  }

  .background-video-2 {
    padding-bottom: 40px;
  }

  .project {
    margin-top: 0;
  }

  .div-block-18 {
    justify-content: center;
    inset: 142px 10px auto;
  }

  .div-block-19 {
    width: 100%;
    display: block;
  }

  .projec-content {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-21 {
    background-position: 70%;
    padding: 0;
  }

  .section-content {
    margin-top: 126px;
    padding-left: 0;
    padding-right: 0;
  }

  .project-content {
    margin-top: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-primary-3 {
    min-width: 150px;
  }

  .testimonial-column-light.all {
    color: #fff;
    background-color: #000;
    border-bottom-width: 0;
  }

  .container-9 {
    flex-direction: column;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-text-two, .testimonial-main-heading {
    color: #000;
  }

  .team.all {
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    align-content: stretch;
    align-items: center;
    display: flex;
  }

  .team-member-image {
    width: 100%;
    height: 100vw;
    margin-bottom: 20px;
  }

  .team-member-name {
    font-size: 16px;
  }

  .team-member-position {
    font-size: 12px;
  }

  .about {
    margin-top: 126px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    max-width: 90%;
    margin-bottom: 0;
    padding-bottom: 20px;
    display: grid;
  }

  .clients-image-three {
    max-height: 120px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-23 {
    border-top: 2px solid #000;
  }

  .div-block-21-copy {
    padding: 20px 10px;
  }

  .about-content {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .container-10 {
    flex: 1;
  }

  .clienttext {
    margin-bottom: 10px;
    font-size: 9px;
    line-height: 16px;
  }

  .error-message {
    padding-top: 5px;
    padding-bottom: 5px;
    top: 0;
    left: 0;
  }

  .slide-nav {
    display: none;
    overflow: visible;
  }

  .div-block-25 {
    height: 52vw;
  }

  .project-content-2 {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon {
    margin-right: 0;
  }

  .right-arrow {
    background-color: #000;
    width: 40px;
    height: 60px;
    display: none;
  }

  .icon-2 {
    margin-left: 0;
  }

  .left-arrow {
    background-color: #000;
    width: 40px;
    height: 60px;
    display: none;
  }

  .div-block-27 {
    padding: 40px 20px;
  }

  .field-label {
    font-style: normal;
    text-decoration: none;
  }

  .button-primary3 {
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
  }

  .black {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .square-video {
    height: 94vw;
  }

  .hero-split-3, .hero-headline-hide {
    width: 100%;
  }

  .ig {
    border-top: 2px solid #000;
  }

  .div-block-29 {
    grid-template-columns: 1fr;
  }

  .slide-3 {
    background-position: 89%;
    background-size: cover;
    padding: 0;
  }

  .squarevid {
    height: 52vw;
  }

  .square {
    height: 94vw;
  }

  ._4col {
    grid-template-columns: 1fr 1fr;
  }

  .insta {
    height: 94vw;
  }

  .newvids {
    height: 54vw;
  }

  .verticalvids {
    height: 60vw;
  }

  ._3images {
    grid-template-columns: 1fr;
  }
}

#w-node-_35d4341a-f702-2e53-37b4-a6f80b703fbd-181c3fc7, #w-node-_35d4341a-f702-2e53-37b4-a6f80b703fc7-181c3fc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


