.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  margin-top: 128px;
  font-family: 'Fontfabric nexa', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

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

.nav-bar {
  position: static;
  left: 0px;
  top: 0px;
  width: 100%;
  padding-bottom: 5px;
  background-color: #fff;
  box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.75);
}

.section {
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #7a7a7a;
  line-height: 38px;
  font-weight: 200;
}

.section.hero-section {
  margin-top: 0px;
  padding-top: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), color-stop(55%, transparent)), url('../images/hero-holding-image-2-desktop.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 55%), url('../images/hero-holding-image-2-desktop.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.cta {
  height: auto;
  margin-bottom: -25px;
  padding-bottom: 0px;
  background-color: #b6bd00;
  font-family: Nexa, sans-serif;
}

.section.special {
  height: 700px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 21, 65, 0.67)), color-stop(41%, transparent)), url('../images/Intelligent-design-desktop-2.jpg');
  background-image: linear-gradient(180deg, rgba(4, 21, 65, 0.67), transparent 41%), url('../images/Intelligent-design-desktop-2.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, auto;
}

.section.lime-green {
  margin-top: 0px;
  background-color: #b6bd00;
}

.section.special-header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
}

.section.page-header {
  margin-top: 108px;
}

.section.portfolio {
  overflow: hidden;
  font-weight: 300;
}

.section.intro {
  height: auto;
  margin-top: 15px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: transparent;
}

.section.what-we-do {
  overflow: hidden;
  height: auto;
  margin-top: 0px;
  padding-top: 50px;
  background-color: transparent;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  font-size: 20px;
  font-weight: 300;
}

.section.what-we-do.print {
  height: auto;
  margin-bottom: 100px;
}

.section.what-we-do.logo-design {
  height: auto;
  background-color: transparent;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.section.what-we-do.print-design {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.section.what-we-do.websites {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  font-weight: 400;
}

.section.test {
  overflow: hidden;
  height: 50vh;
}

.section.flex {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
}

.section.last {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.body {
  margin-top: 0px;
  background-color: #fff;
  font-family: Nexa, sans-serif;
  line-height: 120%;
}

.body.special-content {
  margin-top: 20px;
  background-color: transparent;
  font-size: 16px;
  line-height: 22px;
}

.brand-container {
  width: 18%;
  margin-top: 18px;
  margin-bottom: 10px;
}

.brand-container.alternative {
  width: 15%;
  min-width: 12%;
  margin-left: 2%;
}

.nav-link {
  margin-top: 35px;
  padding-top: 10px;
  padding-bottom: 40px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
  font-family: 'Fontfabric nexa', sans-serif;
  color: #fff;
  font-size: 1.35em;
  font-weight: 300;
  text-align: center;
}

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

.nav-link.w--current {
  border-bottom: 1px solid rgba(182, 189, 0, 0.6);
  color: #b6bd00;
}

.heading {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Nexa, sans-serif;
  color: #8d9202;
  font-size: 28px;
  line-height: 140%;
  font-weight: 300;
  text-align: center;
}

.heading.hero-title {
  margin-top: 125px;
  margin-bottom: 259px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
}

.heading.special {
  margin-bottom: 20px;
  color: #fff;
  font-size: 3em;
  line-height: 150%;
  font-weight: 300;
  text-align: center;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.61);
}

.body {
  margin-top: 113px;
}

.container {
  display: block;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 25px;
}

.container.portfolio {
  width: 1600px;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
}

.container.special-portfolio {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.container.cta {
  padding-top: 12px;
  padding-bottom: 12px;
}

.container.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-block {
  margin-top: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #2d3241;
  font-size: 16px;
}

.body-text {
  margin-bottom: 20px;
  padding-top: 10px;
  font-family: Nexa, sans-serif;
  color: #1c3b46;
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
  text-align: left;
}

.body-text.cta-text {
  margin-top: 17px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.body-text.footer-text {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Nexa, sans-serif;
  color: #b6bd00;
  font-size: 15px;
  line-height: 140%;
  text-align: center;
}

.body-text.privacy-policy {
  padding-top: 0px;
  font-size: 1em;
  line-height: 140%;
}

.body-text.alt {
  font-weight: 400;
  text-align: left;
}

.body-text.alt.bold {
  font-weight: 700;
}

.body-text.design-process {
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 25px;
  color: #fff;
  line-height: 155%;
  font-style: italic;
  letter-spacing: 1px;
  text-indent: 0px;
}

.body-text.stronger {
  font-weight: 400;
}

.body-text.portfolio-info {
  margin-bottom: 8px;
  padding-top: 5px;
  font-size: 15px;
  line-height: 125%;
  font-style: normal;
}

.image-link-block {
  width: 100%;
  background-color: #000;
}

.link-image {
  width: 100%;
}

.linking-text {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 13px;
  padding-bottom: 12px;
  background-color: #b6bd00;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.linking-text:hover {
  background-color: #fff;
  color: #b6bd00;
}

.cta-text-block {
  width: 66%;
  float: left;
  clear: none;
}

.response-block {
  display: inline-block;
  width: 25%;
  float: right;
}

.button {
  display: block;
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 9px 40px 6px;
  border: 2px solid #b6bd00;
  border-radius: 30px;
  background-color: #fff;
  font-family: Nexa, sans-serif;
  color: #000;
  font-size: 1em;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
  background-color: #b6bd00;
  color: #fff;
}

.button.more {
  width: 30%;
  margin-top: 30px;
  float: none;
  border-width: 1px;
  border-color: #7a7a7a;
  border-radius: 20px;
  background-color: hsla(0, 0%, 47.8%, 0.02);
  -webkit-transition: opacity 400ms ease, background-color 400ms ease;
  transition: opacity 400ms ease, background-color 400ms ease;
  color: #7a7a7a;
  font-size: 14px;
}

.button.more:hover {
  border-color: #fff;
  background-color: hsla(0, 0%, 47.8%, 0.7);
  color: #fff;
}

.button.more.right {
  margin-right: 10px;
  float: right;
}

.button.cta {
  width: 30%;
  margin-top: 0px;
  margin-bottom: 0px;
  float: right;
  clear: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.3);
  background-color: hsla(0, 0%, 100%, 0.2);
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 16px;
  font-weight: 300;
}

.button.cta:hover {
  background-color: #fff;
  color: #b6bd00;
}

.button.contrained {
  position: static;
  width: 33.333%;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.teaser-wide-container {
  display: block;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 24px;
  line-height: 150%;
  font-weight: 300;
  text-align: center;
}

.heading-2.special {
  color: #fff;
  font-size: 2em;
  line-height: 150%;
  font-weight: 400;
  text-align: center;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
}

.heading-2.detail-block {
  padding-left: 20px;
  background-color: transparent;
  font-family: Nexa, sans-serif;
  color: #fff;
  font-size: 2.5em;
  text-align: left;
}

.heading-2.content {
  margin-bottom: 30px;
  background-color: transparent;
  font-family: Nexa, sans-serif;
  color: #8d9202;
  font-size: 26px;
  line-height: 140%;
  font-weight: 300;
  text-align: center;
}

.body-2 {
  margin-top: 0px;
  font-family: Raleway;
}

.section-2 {
  height: 40vh;
  background-color: #93fbf5;
  background-image: url('../images/Cerebral-background-2.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrapper.centred {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-wrapper.people {
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-2 {
  height: auto;
  margin: 0px 10px;
  padding: 0px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #0098ff;
}

.teaser-text-block {
  position: static;
  top: 215px;
  display: block;
  width: 100%;
  height: 20%;
  margin-top: 80%;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  background-color: #000;
}

.text-block {
  display: block;
  padding: 6px 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: transparent;
  color: #000;
  font-size: 1.25em;
  line-height: 120%;
  text-align: center;
}

.text-block.phone-no {
  display: block;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-top: 10px;
  float: none;
  clear: left;
  background-color: transparent;
  font-family: Nexa, sans-serif;
  color: #7a7a7a;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.text-block.phone-no:hover {
  color: #8d9202;
}

.text-block.address {
  display: block;
  margin-top: 12px;
  margin-bottom: 25px;
  font-family: Nexa, sans-serif;
  color: #7a7a7a;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.text-block.address.mobile {
  display: none;
}

.text-block.privacy {
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 1.2em;
  text-align: center;
}

.text-block.portfolio-overview {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Nexa, sans-serif;
  font-weight: 300;
  text-align: center;
}

.text-block.portfolio-overview.title {
  font-weight: 700;
}

.text-block.cta {
  width: 65%;
  float: left;
  clear: left;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.text-block.design-process {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Nexa, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
}

.text-block-2 {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b6bd00;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}

.image {
  display: block;
  overflow: hidden;
  width: 100%;
  float: none;
}

.image.phone {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  float: left;
}

.image.phone.special {
  width: 100%;
}

.image.mouse-icon {
  width: 25%;
}

.pull-quote {
  width: 100%;
  margin-top: 5px;
  font-family: 'Noto Serif', sans-serif;
  color: #8d9202;
  font-size: 22px;
  line-height: 150%;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.left-wrapper {
  width: 50%;
  height: auto;
  float: left;
  background-color: transparent;
}

.left-wrapper.image-holder {
  height: 50vh;
  background-image: url('../images/web-samples-mobile-and-tablet-crop.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.right-wrapper {
  width: 50%;
  height: 40vh;
  min-height: auto;
  float: right;
  background-color: transparent;
}

.right-wrapper.image-holder {
  height: 50vh;
  min-height: auto;
  background-image: url('../images/web-samples-mobile-and-tablet.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.special-section {
  background-color: transparent;
}

.special-section.green {
  background-color: #fff;
}

.special-section.grey {
  background-color: hsla(0, 0%, 47.8%, 0.25);
}

.special-content-block {
  width: 490px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 15px;
  padding-right: 10px;
  padding-left: 20px;
  float: left;
}

.special-content-block.right {
  padding-top: 15px;
  float: left;
}

.special-content-block.positioned-right {
  float: right;
}

.heading-3 {
  font-family: Nexa, sans-serif;
  color: #8d9202;
  font-size: 24px;
  line-height: 140%;
  font-weight: 300;
}

.heading-3.centred {
  text-align: center;
}

.div-block-7 {
  display: block;
  width: 80%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.alt-nav-bar {
  display: block;
  width: 80%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.nav-menu {
  margin-right: 2%;
}

.special-nav-section {
  position: absolute;
  width: 100%;
  background-color: #fff;
}

.special-div-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1400px;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.thiird-width-div {
  display: block;
  width: 32.33%;
  min-height: 50px;
  margin-right: 0.5%;
  margin-left: 0.5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 4px none #fff;
  background-color: #b6bd00;
}

.logo-special {
  display: block;
  width: 20%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 20px;
}

.container-2 {
  padding-top: 0px;
}

.test-block-special {
  padding-top: 16px;
  color: #fff;
  font-size: 2em;
  text-align: center;
}

.field-label {
  margin-bottom: 5px;
  font-family: Nexa, sans-serif;
  color: #7a7a7a;
  font-size: 1em;
  line-height: 150%;
}

.text-field {
  margin-bottom: 15px;
  font-family: Nexa, sans-serif;
  font-size: 1em;
  line-height: 150%;
}

.link {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: Nexa, sans-serif;
  color: #7a7a7a;
  font-weight: 300;
}

.link:hover {
  color: #8d9202;
}

.link.portfolio-link {
  display: block;
  width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 1.25em;
  text-align: center;
}

.link.footer {
  color: #b6bd00;
  font-size: 15px;
}

.link.footer:hover {
  color: hsla(0, 0%, 100%, 0.6);
}

.list-item {
  margin-bottom: 15px;
  font-size: 1em;
  line-height: 125%;
}

.list-block {
  margin-bottom: 32px;
}

.column-wrapper {
  position: relative;
}

.flex-child {
  position: relative;
  display: block;
  min-height: 400px;
  margin: 0.5%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 24%;
  -ms-flex: 0 24%;
  flex: 0 24%;
  background-color: #b6bd00;
  color: transparent;
}

.flex-child.people {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  margin-right: 0%;
  margin-left: 0%;
  padding: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-basis: 15%;
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
  background-color: #fff;
}

.flex-child.mouse-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 15%;
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
  background-color: transparent;
}

.teaser-title {
  padding: 8px;
  background-color: #b6bd00;
  color: #fff;
  font-size: 22px;
  text-align: center;
}

.div.test-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b6bd00;
}

.div.detail-header {
  background-color: #00a79d;
  color: #b6bd00;
}

.div.another-div {
  background-color: #5091c9;
}

.image-display {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  min-height: auto;
  background-color: #b6bd00;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.image-display:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.full-width-container {
  position: static;
  display: block;
  width: 100%;
  max-width: none;
  margin: 40px auto 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.full-width-container.mobile {
  display: none;
}

.portfolio-image-wrapper {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100px;
  margin-bottom: 0px;
  float: none;
  clear: none;
  background-color: #fff;
}

.portfolio-trigger {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 30.333%;
  margin: 1.5%;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #adadad;
  cursor: pointer;
}

.portfolio-trigger._2 {
  display: block;
  overflow: visible;
}

.portfolio-wrapper {
  position: relative;
  display: block;
  width: 60%;
  max-width: 1300px;
  min-height: 1000px;
  margin: 30px auto;
  padding-left: 0px;
}

.portfolio-detail-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.portfolio-detail-wrapper._2 {
  display: none;
}

.portfolio-detail-wrapper._3 {
  display: none;
}

.portfolio-detail-wrapper._4 {
  display: none;
}

.portfolio-detail-wrapper._5 {
  display: none;
}

.portfolio-detail-wrapper._6 {
  display: none;
}

.portfolio-detail-wrapper._7 {
  display: none;
}

.portfolio-detail-wrapper._8 {
  display: none;
}

.portfolio-detail-wrapper._12 {
  display: none;
}

.portfolio-detail-wrapper._10 {
  display: none;
}

.portfolio-detail-wrapper._9 {
  display: none;
}

.portfolio-detail-wrapper._1 {
  position: fixed;
  z-index: 1005;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.portfolio-image-container {
  display: block;
  overflow: hidden;
}

.portfolio-image-container._2 {
  display: block;
}

.portfolio-image-container._1 {
  display: block;
  overflow: hidden;
}

.portfolio-image {
  display: block;
  width: 100%;
}

.portfolio-info-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b6bd00;
}

.portfolio-detail-container {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1006;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: auto;
  max-width: 1040px;
  min-width: auto;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.portfolio-title {
  margin-top: 5px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: Nexa, sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 27px;
  font-weight: 300;
  text-transform: uppercase;
}

.portfolio-title.portfolio-ref {
  margin-right: auto;
  margin-left: auto;
  padding-top: 7px;
  padding-bottom: 0px;
  clear: none;
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
}

.portfolio-title.insert {
  color: #6d6d6d;
}

.portfolio {
  max-width: none;
}

.portfolio-info-container {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.navigation-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 1.5% 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px 1px 0px;
  border-color: #000;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: auto;
  min-height: auto;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #2d3241 #2d3241 rgba(45, 50, 65, 0.25);
  background-color: #fff;
}

.brand {
  width: 230px;
  height: auto;
  margin-bottom: 5px;
  padding-right: 12px;
}

.logo {
  width: auto;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 5px;
}

.close-trigger {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1005;
  display: block;
  background-color: rgba(80, 80, 80, 0.5);
  color: transparent;
}

.link-block {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: auto;
}

.close-modal-swtich {
  padding-right: 12px;
  padding-left: 12px;
  background-color: #bbb;
}

.section-4 {
  height: 90vh;
}

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

.div-block-9 {
  width: 100%;
  height: 100%;
}

.grid-2 {
  width: auto;
  height: 100%;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.div-block-10 {
  width: 1000px;
  height: 750px;
  padding: 12px;
  border: 1px solid #7a7a7a;
}

.grid-3 {
  -ms-grid-columns: 1fr 0.5fr 1fr;
  grid-template-columns: 1fr 0.5fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.full-width-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.project-flex-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  min-height: 250px;
  margin-right: 0.5%;
  margin-bottom: 15px;
  margin-left: 0.5%;
  padding: 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 20%;
  -ms-flex: 0 20%;
  flex: 0 20%;
  border: 1px none #7a7a7a;
  background-color: #bbb;
}

.project-flex-child.brief {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #ee6770;
}

.project-flex-child.research {
  background-color: #f68f4d;
}

.project-flex-child.visualise {
  background-color: #ad8dc1;
}

.project-flex-child.finalise {
  background-color: #27aae1;
}

.project-flex-child.deliver {
  background-color: #b6bd00;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transform: rotate(-23deg);
  -ms-transform: rotate(-23deg);
  transform: rotate(-23deg);
}

.quote-container {
  width: 1000px;
  min-height: auto;
  margin: 35px auto 40px;
  padding: 20px;
  background-image: url('../images/Quote-corner-BR2.svg'), url('../images/Quote-corner-BL2.svg'), url('../images/Quote-corner-TR2.svg'), url('../images/Quote-corner-TL2.svg');
  background-position: 100% 100%, 0% 100%, 100% 0%, 0% 0%;
  background-size: 20px, 20px, 20px, 20px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}

.bg2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79))), url('../images/printing-press-background.gif');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79)), url('../images/printing-press-background.gif');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.bg3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/grey-globe-background.gif');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/grey-globe-background.gif');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.bg5 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -4;
  display: block;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/grey-printing-press-background.gif');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/grey-printing-press-background.gif');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

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

.bg4 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  display: block;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/grey-scalpel-hand-background.gif');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/grey-scalpel-hand-background.gif');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.bg1 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/grey-eye-background.gif');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/grey-eye-background.gif');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.full-bg-image-container {
  display: block;
  overflow: hidden;
  width: 100%;
  background-color: #71a3d5;
}

.full-bg-image-container._2 {
  background-color: transparent;
}

.demo-bgs {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: block;
  background-color: transparent;
}

.section-5 {
  margin-top: 103px;
}

.section-5.full-page {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 100vh;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.text-block-7 {
  font-size: 50px;
  line-height: 100%;
}

.grid-wrapper {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1100px;
  min-height: auto;
  margin: 40px auto 60px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 2fr 16px minmax(0px, 2fr) 16px auto;
  grid-template-rows: 2fr minmax(0px, 2fr) auto;
}

.grid-child {
  padding: 20px;
  background-color: #7a7a7a;
}

.grid-child.briefing {
  background-color: #ee6770;
  background-image: url('../images/Number-1-mod.svg');
  background-position: 50% 30%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.grid-child.research {
  background-color: #f6853d;
  background-image: url('../images/Number-2-mod.svg');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.grid-child.visualise {
  background-color: #a579c0;
  background-image: url('../images/Number-3-mod.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.grid-child.develop {
  background-color: #9e9c9c;
  background-image: url('../images/Number-4-mod.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.grid-child.finaliae {
  background-color: #1095cc;
  background-image: url('../images/Number-5-mod.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.grid-child.deliver {
  background-color: #b6bd00;
  background-image: url('../images/Number-6.-mod.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.grid-child.portfolio {
  position: relative;
  min-height: 31%;
  padding: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #bbb;
}

.body-3 {
  background-image: url('../images/green-brain-background.gif');
  background-size: cover;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: rgba(45, 50, 65, 0.9);
}

.navigation-grid {
  width: 100%;
  padding-bottom: 10px;
  grid-row-gap: 16px;
  grid-template-areas: ". Area";
  -ms-grid-columns: 1fr 5fr 1fr;
  grid-template-columns: 1fr 5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon {
  width: 40px;
  float: right;
  color: #1f4d58;
  font-size: 44px;
  line-height: 100%;
  text-align: center;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-4 {
  width: 100%;
}

.portfolio-thumb {
  width: 100%;
}

.div-block-13 {
  min-height: auto;
}

.portfolio-text {
  font-family: Nexa, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
}

.grid-portfolio-detail {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.label-text-container {
  display: block;
  width: 100%;
  padding: 5px 10px 10px;
}

.detail-main-image {
  overflow: visible;
  width: auto;
  min-height: 100px;
  background-color: #8d9202;
}

.detail-small-image {
  background-color: #8d9202;
}

.detail-flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.detail-flex-wrapper.full-width {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.detail-main-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.166%;
  min-height: auto;
  margin-right: 0.5%;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #bbb;
  background-color: rgba(39, 170, 225, 0.32);
  color: transparent;
}

.detail-main-image-container.full-width {
  width: 100%;
}

.detail-secondary-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32.833%;
  margin-left: 0.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: transparent;
  color: #fff;
}

.detail-secondary-wrapper.no-display {
  display: none;
}

.detail-secondary-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #bbb;
  background-color: #fff;
}

.detail-secondary-container.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 3%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-container {
  display: block;
}

.portfolio-name-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: rgba(182, 189, 0, 0.85);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  text-decoration: none;
}

.portfolio-name-wrapper:hover {
  background-color: #8d9202;
}

.name-block-text-container {
  width: auto;
  padding: 5px 10px;
  background-color: transparent;
}

.portfolio-detail-title {
  width: auto;
  margin-bottom: 10px;
  font-family: Nexa, sans-serif;
  color: #8d9202;
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
}

.portfolio-large-image {
  overflow: hidden;
  width: 100%;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.portfolio-supporting-image {
  overflow: hidden;
  width: 100%;
}

.portfolio-detail-title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  clear: left;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.close-window-icon {
  width: 80%;
  float: right;
}

.close-window-icon:hover {
  opacity: 0.4;
}

.icon-container {
  width: 4%;
}

.portfolio-detail-info-text {
  width: 100%;
}

.image-block-wrapper {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1100px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-block-wrapper.mobile {
  display: none;
  width: auto;
}

.special-item {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 31.333%;
  min-height: 300px;
  margin-right: 5px;
  margin-left: 5px;
  float: none;
  border-style: solid;
  border-width: 1px;
  border-color: #bbb;
  background-color: #b6bd00;
}

.special-item.left {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 0;
  display: block;
  margin-right: 0%;
  margin-left: 0.5%;
  background-color: transparent;
}

.special-item.right {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  margin-right: 0.5%;
  margin-left: 0px;
  background-color: transparent;
}

.special-item.centre {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 200;
  display: block;
  height: auto;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.full-frame-image {
  border-style: solid;
  border-width: 1px;
  border-color: #bbb;
}

.full-frame-image.spacing {
  margin-top: 20px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 90vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-div {
  margin-bottom: 21px;
}

.utility-link-box {
  padding-top: 10px;
  padding-bottom: 8px;
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: #b6bd00;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.utility-link-box:hover {
  border-color: #8d9202;
  background-color: #fff;
  color: #8d9202;
}

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

.phone-image-container {
  width: 33.333%;
  padding-right: 53px;
  padding-left: 0px;
}

html.w-mod-js *[data-ix="teaser-interaction"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

@media screen and (max-width: 991px) {
  body {
    margin-top: 120px;
  }

  .section.cta {
    margin-top: 30px;
  }

  .section.special {
    height: 400px;
    padding-top: 100px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 21, 65, 0.67)), color-stop(41%, transparent)), url('../images/Intelligent-design-tablet.jpg');
    background-image: linear-gradient(180deg, rgba(4, 21, 65, 0.67), transparent 41%), url('../images/Intelligent-design-tablet.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .section.intro {
    margin-top: 0px;
  }

  .section.what-we-do {
    padding-top: 25px;
    background-image: none;
  }

  .section.what-we-do.print {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section.what-we-do.logo-design {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section.what-we-do.print-design {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section.what-we-do.websites {
    padding-right: 10px;
    padding-left: 10px;
  }

  .body.special-content {
    font-size: 15px;
    line-height: 20px;
  }

  .heading {
    position: relative;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 140%;
  }

  .heading.hero-title {
    margin-bottom: 287px;
  }

  .heading.special {
    margin-bottom: 10px;
    font-size: 2.5em;
  }

  .container {
    padding: 5px 15px;
  }

  .container.portfolio {
    width: auto;
  }

  .container.flex {
    height: 100%;
  }

  .footer-block {
    font-size: 15px;
  }

  .body-text {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .body-text.footer-text {
    margin-bottom: 1px;
    font-size: 15px;
  }

  .body-text.design-process {
    padding-left: 20px;
  }

  .body-text.portfolio-info {
    font-size: 14px;
  }

  .linking-text {
    top: 171px;
  }

  .button.more {
    width: 50%;
  }

  .button.cta {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .heading-2 {
    margin-top: 10px;
  }

  .heading-2.special {
    font-size: 1.8em;
  }

  .heading-2.content {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .section-2 {
    height: 30vh;
  }

  .flex-wrapper {
    width: auto;
    max-width: 1000px;
  }

  .text-block.phone-no {
    margin-bottom: 15px;
  }

  .text-block.cta {
    width: 100%;
    float: none;
    text-align: center;
  }

  .image {
    overflow: hidden;
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-left: 0%;
  }

  .pull-quote {
    font-size: 18px;
    line-height: 140%;
  }

  .left-wrapper {
    overflow: hidden;
    width: 50%;
    height: auto;
  }

  .left-wrapper.image-holder {
    height: 30vh;
  }

  .right-wrapper {
    height: auto;
    min-height: auto;
    float: right;
  }

  .right-wrapper.image-holder {
    height: 30vh;
  }

  .special-content-block {
    width: 50%;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 20px;
    float: left;
  }

  .special-content-block.right {
    width: 100%;
    padding-bottom: 20px;
  }

  .special-content-block.positioned-right {
    width: auto;
    float: left;
  }

  .heading-3 {
    font-size: 20px;
  }

  .heading-3.centred {
    margin-bottom: 0px;
  }

  .div-block-7 {
    width: 100%;
  }

  .container-2 {
    padding-top: 0px;
  }

  .test-block-special {
    font-size: 1.8em;
  }

  .field-label {
    display: block;
  }

  .list-item {
    margin-bottom: 10px;
  }

  .list-block {
    margin-bottom: 25px;
  }

  .flex-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-flex-basis: 32.333%;
    -ms-flex-preferred-size: 32.333%;
    flex-basis: 32.333%;
  }

  .flex-child.mouse-icon {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .full-width-container {
    width: auto;
    margin-top: 10px;
  }

  .portfolio-trigger {
    width: 47.25%;
    margin-right: 1.25%;
    margin-left: 1.25%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    list-style-type: disc;
  }

  .portfolio-trigger._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 47.25%;
    margin-top: 1.25%;
    margin-bottom: 1.25%;
  }

  .portfolio-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    min-height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    list-style-type: disc;
  }

  .portfolio-detail-wrapper._2 {
    display: none;
  }

  .portfolio-info-wrapper {
    display: block;
  }

  .portfolio-detail-container {
    width: 80%;
    min-height: auto;
    margin-right: 10px;
    margin-left: 10px;
  }

  .portfolio-title {
    font-size: 20px;
    line-height: 28px;
  }

  .navigation-wrapper {
    padding-top: 0px;
  }

  .navbar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .brand {
    width: 180px;
  }

  .logo {
    padding-bottom: 0px;
  }

  .quote-container {
    width: 96%;
    height: auto;
    margin-bottom: 25px;
  }

  .bg2 {
    background-size: cover;
  }

  .bg1 {
    display: block;
    background-size: cover;
  }

  .grid-wrapper {
    width: auto;
    min-height: auto;
    min-width: auto;
    margin-top: 30px;
    margin-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-flow: row;
    -ms-grid-columns: 0.5fr 0.5fr;
    grid-template-columns: 0.5fr 0.5fr;
    -ms-grid-rows: 2fr minmax(0px, 2fr) auto;
    grid-template-rows: 2fr minmax(0px, 2fr) auto;
  }

  .grid-child {
    min-height: 250px;
    padding: 15px;
  }

  .grid-child.portfolio {
    min-height: auto;
  }

  .menu-button {
    position: relative;
    display: block;
  }

  .icon {
    font-size: 38px;
  }

  .portfolio-text {
    font-size: 14px;
    line-height: 20px;
  }

  .label-text-container {
    padding-top: 3px;
    padding-bottom: 8px;
  }

  .detail-flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .detail-main-image-container {
    width: 100%;
    margin-bottom: 10px;
  }

  .detail-secondary-wrapper {
    width: 100%;
    margin-left: 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .detail-secondary-container {
    display: block;
    width: 49.25%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .detail-secondary-container.top {
    width: 49.25%;
    margin-bottom: 0%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .portfolio-detail-title {
    font-size: 22px;
    line-height: 28px;
  }

  .portfolio-detail-title-container {
    width: 100%;
  }

  .close-window-icon {
    width: 70%;
  }

  .image-block-wrapper {
    width: 98%;
    margin-right: auto;
    padding-left: 0px;
  }

  .special-item {
    min-height: auto;
  }

  .phone-image-container {
    padding-right: 45px;
  }
}

@media screen and (max-width: 767px) {
  body {
    margin-top: 105px;
  }

  .section.special {
    height: 300px;
    padding-top: 62px;
    background-size: auto, auto;
  }

  .section.lime-green {
    padding-bottom: 5px;
  }

  .section.intro {
    height: 100%;
  }

  .section.what-we-do {
    margin-bottom: 15px;
    padding-top: 20px;
  }

  .section.what-we-do.print {
    margin-bottom: 40px;
  }

  .heading {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 120%;
  }

  .heading.special {
    font-size: 2em;
  }

  .container {
    overflow: visible;
    padding: 0px 3%;
  }

  .container.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .body-text {
    margin-bottom: 10px;
    padding-top: 7px;
    line-height: 135%;
  }

  .body-text.footer-text {
    font-size: 13px;
  }

  .body-text.design-process {
    padding-left: 15px;
    line-height: 145%;
  }

  .body-text.portfolio-info {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 120%;
  }

  .linking-text {
    min-height: 0px;
  }

  .button {
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .button.more.right {
    display: block;
    float: none;
  }

  .button.cta {
    width: 50%;
    padding-top: 7px;
    padding-bottom: 4px;
    font-size: 14px;
  }

  .button.contrained {
    width: 50%;
  }

  .heading-2 {
    font-size: 1.8em;
  }

  .heading-2.special {
    font-size: 1.5em;
  }

  .heading-2.content {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 120%;
  }

  .section-2 {
    height: 20vh;
  }

  .text-block.phone-no {
    margin-bottom: 15px;
  }

  .text-block.address {
    display: block;
    margin-bottom: 15px;
  }

  .text-block.address.mobile {
    display: block;
  }

  .text-block.cta {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .image.phone {
    width: 40%;
    float: none;
  }

  .pull-quote {
    font-size: 18px;
    line-height: 130%;
  }

  .left-wrapper {
    width: 100%;
  }

  .right-wrapper {
    width: 100%;
  }

  .special-content-block {
    width: 100%;
  }

  .heading-3 {
    margin-top: 15px;
    font-size: 18px;
    line-height: 120%;
  }

  .heading-3.centred {
    margin-top: 15px;
  }

  .logo-special {
    width: 114px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .test-block-special {
    padding-top: 10px;
    font-size: 1.5em;
  }

  .link.footer {
    font-size: 13px;
  }

  .flex-child {
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }

  .full-width-container {
    display: block;
    width: 95%;
    margin-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .full-width-container.mobile {
    display: block;
  }

  .portfolio-trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    list-style-type: disc;
  }

  .portfolio-trigger._3 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .portfolio-detail-wrapper._1 {
    display: none;
  }

  .portfolio-detail-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    min-height: auto;
    margin-right: 10px;
    margin-left: 10px;
    padding: 15px 15px 10px;
  }

  .portfolio-title {
    font-size: 17px;
    line-height: 22px;
  }

  .brand {
    width: 160px;
  }

  .bg5 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/grey-printing-press-background.gif');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/grey-printing-press-background.gif');
    background-attachment: scroll, scroll;
  }

  .demo-bgs {
    display: none;
  }

  .grid-wrapper {
    margin-bottom: 50px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .grid-child {
    height: auto;
  }

  .grid-child.portfolio {
    min-height: auto;
  }

  .icon {
    font-size: 26px;
  }

  .portfolio-text {
    font-size: 13px;
    line-height: 18px;
  }

  .label-text-container {
    padding-right: 7px;
    padding-left: 7px;
  }

  .portfolio-detail-title {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 24px;
  }

  .close-window-icon {
    width: 60%;
  }

  .image-block-wrapper {
    display: none;
  }

  .image-block-wrapper.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-block-wrapper.desktop {
    display: none;
  }

  .special-item {
    background-color: transparent;
  }

  .special-item.mobile {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    margin-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .utility-link-box {
    font-size: 18px;
  }

  .heading-4 {
    font-size: 26px;
    line-height: 30px;
  }

  .phone-image-container {
    padding-right: 35px;
  }
}

@media screen and (max-width: 479px) {
  body {
    margin-top: 90px;
  }

  .section {
    margin-bottom: 0px;
  }

  .section.special {
    background-image: url('../images/Intelligent-design-mobile.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(4, 21, 65, 0.67)), color-stop(41%, transparent)), url('../images/Intelligent-design-tablet.jpg');
    background-image: url('../images/Intelligent-design-mobile.jpg'), linear-gradient(180deg, rgba(4, 21, 65, 0.67), transparent 41%), url('../images/Intelligent-design-tablet.jpg');
    background-position: 50% 0px, 0px 0px, 50% 0px;
    background-size: cover, auto, auto;
    background-repeat: repeat, repeat, no-repeat;
  }

  .section.what-we-do {
    padding-top: 10px;
  }

  .section.what-we-do.print {
    margin-bottom: 30px;
  }

  .heading {
    font-size: 20px;
  }

  .heading.special {
    font-size: 1.8em;
    line-height: 130%;
  }

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

  .body-text {
    padding-top: 5px;
    font-size: 14px;
    line-height: 130%;
  }

  .body-text.footer-text {
    color: #b6bd00;
    font-size: 0.8em;
  }

  .body-text.design-process {
    padding-left: 10px;
  }

  .body-text.portfolio-info {
    line-height: 110%;
  }

  .button {
    width: 100%;
  }

  .button.cta {
    width: 65%;
  }

  .button.contrained {
    width: auto;
    margin-bottom: 10px;
  }

  .heading-2 {
    font-size: 1.5em;
  }

  .heading-2.special {
    line-height: 130%;
  }

  .heading-2.content {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .section-2 {
    height: 30vh;
  }

  .text-block.phone-no {
    font-size: 1.2em;
  }

  .text-block.address {
    font-size: 1.1em;
  }

  .image.mouse-icon {
    width: 70%;
  }

  .pull-quote {
    font-size: 16px;
    line-height: 140%;
  }

  .heading-3 {
    font-size: 17px;
  }

  .logo-special {
    width: 100px;
  }

  .test-block-special {
    font-size: 1.35em;
  }

  .list-item {
    margin-bottom: 8px;
    line-height: 115%;
  }

  .flex-child {
    -webkit-flex-basis: 99%;
    -ms-flex-preferred-size: 99%;
    flex-basis: 99%;
  }

  .flex-child.people {
    margin-right: 1%;
    margin-left: 1%;
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }

  .full-width-container.mobile {
    width: 100%;
  }

  .portfolio-trigger {
    width: 97%;
  }

  .portfolio-detail-wrapper._1 {
    display: none;
  }

  .portfolio-detail-container {
    width: 85%;
    padding: 15px 16px 5px;
  }

  .portfolio-title {
    font-size: 17px;
    line-height: 20px;
  }

  .brand {
    width: 140px;
  }

  .grid-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-flow: row;
    -ms-grid-rows: 2fr minmax(0px, 2fr) auto auto auto auto auto auto auto;
    grid-template-rows: 2fr minmax(0px, 2fr) auto auto auto auto auto auto auto;
  }

  .grid-child {
    margin-bottom: 10px;
  }

  .grid-child.briefing {
    min-height: auto;
  }

  .grid-child.portfolio {
    margin-bottom: 20px;
  }

  .icon {
    font-size: 24px;
  }

  .portfolio-thumb {
    display: block;
  }

  .portfolio-text {
    font-size: 13px;
    line-height: 17px;
  }

  .portfolio-detail-title {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 23px;
  }

  .image-block-wrapper.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    padding-right: 0%;
    padding-left: 0%;
  }

  .special-item.mobile {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .phone-image-container {
    width: 50%;
    padding-right: 33px;
  }
}

#w-node-_612e4928-c0c8-ce18-0002-f75d3a941ab7-511f268c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_95001da2-4739-d477-481a-174d67cdb04e-67cdb04c {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

.navigation-grid>#w-node-_95001da2-4739-d477-481a-174d67cdb04e-67cdb04c {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#w-node-_251a6226-74d1-04a1-d840-689a95aa47bb-67cdb04c {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b1a6038f-10e6-b06a-5301-888cf411df9e-ec1f269f {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
}

@media screen and (max-width: 991px) {
  #w-node-_612e4928-c0c8-ce18-0002-f75d3a941ab7-511f268c {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-c8fc5142-1724-aff5-e358-d4c7a4eabdf0-511f268c {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
}

@font-face {
  font-family: 'Nexa';
  src: url('../fonts/Nexa-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/Nexa-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontfabric nexa';
  src: url('../fonts/Fontfabric---Nexa-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontfabric nexa';
  src: url('../fonts/Fontfabric---Nexa-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontfabric nexa';
  src: url('../fonts/Fontfabric---Nexa-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}