* {
  margin: 0;
}

html, body {
  font-family: "Barlow", sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
}

h1 {
  margin: 0;
  padding: 1em 0;
  font-size: 2em;
  line-height: 1em;
  color: #39A2E3;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}

.contact h1, .work h1 {
  padding: 1.5em 0 0.5em;
  color: #39A2E3;
  text-align: left;
}

h2 {
  margin: 0;
  padding: 2em 0 1em;
  font-size: 1.2em;
  line-height: 1em;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  margin: 0;
  padding: 30% 0 0.35em;
  font-size: 1.8em;
  line-height: 1em;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
}

p {
  margin: 0;
  padding: 0 0 0.5em;
  font-size: 1.1em;
  line-height: 1.4em;
  color: #000000;
  font-weight: 300;
  letter-spacing: 0.02rem;
}

p.lrg {
  font-size: 25.6px;
  line-height: 33.28px;
  padding-bottom: 1.5em;
}

strong {
  font-weight: 500;
}

span {
  color: #39A2E3;
}

p a {
  color: #000000;
  text-decoration: none;
}

p a:hover {
  text-decoration: none;
  color: #39A2E3;
}

input::-moz-focus-inner {
  border: 0;
}

a {
  outline: 0;
}

/* ---- above the fold ---- */
div.mobile {
  display: none;
}

header {
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 600;
  padding: 47px 0 20px;
}

.main {
  margin: 0 auto;
  display: block;
  height: 100%;
  margin-top: 60px;
}

.mainInner {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}

.mainInner div {
  display: table-cell;
  vertical-align: middle;
  font-size: 3em;
  letter-spacing: 1.25px;
}

#sidebarMenu {
  z-index: 500;
  height: 100%;
  position: fixed;
  right: 0;
  width: 50vw;
  top: 0;
  transform: translateX(50vw);
  transition: transform 250ms ease-in-out;
  background: #39A2E3;
  overflow-x: hidden;
}

.sidebarMenuInner {
  margin: 5em 0 0;
  padding: 0;
}

.sidebarMenuInner li {
  list-style: none;
  color: #000;
  text-transform: uppercase;
  padding: 20px;
  cursor: pointer;
}

.sidebarMenuInner li span {
  display: block;
  font-size: 14px;
  color: #000000;
}

.sidebarMenuInner li a {
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}

input[type=checkbox]:checked ~ #sidebarMenu {
  transform: translateX(0);
}

input[type=checkbox] {
  transition: all 0.3s;
  box-sizing: border-box;
  display: none;
}

.sidebarIconToggle {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  z-index: 700;
  height: 100%;
  width: 100%;
  top: 20px;
  right: 25px;
  height: 22px;
  width: 22px;
}

.spinner {
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #000;
}

.horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}

.diagonal.part-1 {
  position: relative;
  transition: all 0.3s;
  box-sizing: border-box;
  float: left;
}

.diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  opacity: 0;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: 8px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -9px;
}

nav {
  position: relative;
  float: right;
  margin: 0.75em 0 0 0.5em;
}

nav ul {
  padding: 0 45px 0 0;
}

nav li {
  display: inline;
  text-transform: uppercase;
  padding: 0 0 0 1.5em;
  font-size: 12.75px;
  font-weight: 500;
}

nav li a {
  text-decoration: none;
  color: #000000;
  padding-bottom: 0.25em;
}

nav li a:hover {
  text-decoration: none;
  color: #39A2E3;
  border-bottom: 4px solid #000000;
}

.intro {
  text-align: center;
  font-size: 25.6px;
  line-height: 33.28px;
}

.bg {
  background: #0d6093;
  background: -moz-linear-gradient(top, #ffffff 0%, #39A2E3 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #39A2E3));
  background: -webkit-linear-gradient(top, #ffffff 0%, #39A2E3 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #39A2E3 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #39A2E3 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #39A2E3 100%);
  height: auto;
  min-height: 100%;
}

.wrap {
  max-width: 1178px;
  margin: 0 auto;
  text-align: left;
  padding: 0 51px;
  background: #ffffff;
}

.slimwrap {
  width: calc(100% - 266px);
  padding: 0 133px;
}

/* ---- below the fold ---- */
.portfolio {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 2em;
}

.portfolio-box {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 50%;
  flex: 0 50%;
  background: #474747;
  color: #ffffff;
  text-align: center;
}

.portfolio-box:before {
  content: "";
  float: left;
  padding-top: 80%;
}

.portfolio-box:nth-child(4n+0),
.portfolio-box:nth-child(4n+1) {
  background: #3f3f3e;
}

.portfolio-pane a {
  cursor: pointer;
  display: block;
}

.portfolio-pane article {
  width: 100% !important;
}

article {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}

.pf-link img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: 100% 95%;
  object-position: 100% 95%;
  transition: all 0.5s;
}

.pf-link:hover img {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.pf-txt {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(9, 44, 31, 0.7);
  z-index: 10;
}

.pf-txt a {
  text-decoration: none;
}

.pf-txt:hover {
  opacity: 1;
}

.inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.tbl {
  display: table;
  height: 100%;
  width: 100%;
  border-collapse: collapse;
}

.tblc {
  display: table-cell;
  vertical-align: middle;
}

.portfolio p {
  color: #ffffff;
  letter-spacing: 0.02rem;
}

p.lnk {
  font-size: 120%;
  letter-spacing: 0.05rem;
  padding-top: 1em;
  font-weight: 300;
  color: #ffffff;
  border-bottom: 5px solid #39A2E3;
  padding-bottom: 0.25em;
  display: inline-block;
}

p.lnk a {
  color: #ffffff;
  border-bottom: 5px solid #39A2E3;
  padding-bottom: 0.25em;
}

p.lnk a:hover {
  color: #39A2E3;
}

.so {
  font-size: 90%;
  padding-top: 2em;
  padding-bottom: 2em;
}

.fg {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.fg > div {
  -webkit-box-flex: 1;
  -ms-flex: 1 50%;
  flex: 1 50%;
}

form {
  margin-bottom: 2em;
}

form input[type=text], form textarea {
  font-family: "Barlow", sans-serif;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 300;
  border: 0;
  height: auto;
  margin: 0 0 1em;
  outline: 0 none;
  padding: 0.5em 8px;
  width: calc(100% - 16px);
  background: #efefef;
  color: #000000;
}

form textarea {
  height: 120px;
}

form input[type=submit] {
  font-family: "Barlow", sans-serif;
  font-size: 0.95em;
  line-height: 1em;
  padding: 0.6em 1.5em 0.75em;
  color: #ffffff;
  background-color: #3f3f3e;
  font-weight: 500;
  border: 0;
  margin: 0 0 0.5em;
  cursor: pointer;
}

form input[type=submit]:hover {
  color: #ffffff;
  background-color: #39A2E3;
  border: 0;
}

.logo-pos {
  position: absolute;
  bottom: 2em;
  right: 2vw;
}

.logo-pos svg {
  width: 20vw;
  height: auto;
  max-width: 250px;
  min-width: 150px;
}

.ora .logo-pos svg {
  width: 12vw;
  height: auto;
  max-width: 100px;
  min-width: 50px;
}

.client h1 {
  color: #ffffff;
  padding: 0.5em 2vw 0 0;
  text-align: right;
}

.pretty-curious .client h1, .workplacecarekit .client h1, .hays .client h1, .edfbrand .client h1 {
  color: #878787;
}

.client h2 {
  padding: 0.5em 10% 0 5%;
  text-transform: none;
}

.client p {
  padding: 0.25em 10% 0.5em 5%;
}

.client {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(6, 1fr);
}

.client > div {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.client > div:before {
  content: "";
  float: left;
  padding-top: 40%;
}

.client div:nth-of-type(1) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-span: 1;
  grid-row: span 1;
}

.client div:nth-of-type(3) {
  background-color: #f1f2f2;
  padding: 1em 0;
  position: relative;
}

.edf .client div:nth-of-type(4), .onzo .client div:nth-of-type(4), .pretty-curious .client div:nth-of-type(4), .pretty-curious .client div:nth-of-type(7), .oracaribbean .client div:nth-of-type(6), .oracaribbean .client div:nth-of-type(7), .oracaribbean .client div:nth-of-type(8), .fifa .client div:nth-of-type(7), .fifa .client div:nth-of-type(8), .canningtoncourt .client div:nth-of-type(4), .canningtoncourt .client div:nth-of-type(5), .canningtoncourt .client div:nth-of-type(8), .eventcentre .client div:nth-of-type(6), .eighteenapp .client div:nth-of-type(4), .eighteenapp .client div:nth-of-type(6) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-span: 1;
  grid-row: span 1;
}

.edf .client div:nth-of-type(6), .hpc .client div:nth-of-type(6), .workplacecarekit .client div:nth-of-type(5), .beachhouse .client div:nth-of-type(2), .sachtler .client div:nth-of-type(5), .fifa .client div:nth-of-type(5), .hays .client div:nth-of-type(4), .eventcentre .client div:nth-of-type(8) {
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}

.onzo .client div:nth-of-type(7), .hays .client div:nth-of-type(7), .eighteenapp .client div:nth-of-type(5) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}

.edf .client div:nth-of-type(8), .ayia-napa-marina .client div:nth-of-type(10), .ora .client div:nth-of-type(8), .ora .client div:nth-of-type(9), .eighteen .client div:nth-of-type(10), .hpc .client div:nth-of-type(9), .knightsbridge .client div:nth-of-type(4), .knightsbridge .client div:nth-of-type(5), .knightsbridge .client div:nth-of-type(6), .knightsbridge .client div:nth-of-type(7), .theclub .client div:nth-of-type(10), .beachhouse .client div:nth-of-type(7), .beachhouse .client div:nth-of-type(8), .sachtler .client div:nth-of-type(9), .edfbrand .client div:nth-of-type(4), .edfbrand .client div:nth-of-type(5), .edfbrand .client div:nth-of-type(6), .edfbrand .client div:nth-of-type(7) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-span: 1;
  grid-row: span 1;
}

.ayia-napa-marina .client div:nth-of-type(2), .ora .client div:nth-of-type(2), .pretty-curious .client div:nth-of-type(2), .hpc .client div:nth-of-type(4) {
  background-color: #ffffff;
  align-self: center;
}

.ayia-napa-marina .client div:nth-of-type(4), .ayia-napa-marina .client div:nth-of-type(7) {
  background-color: #f1f2f2;
}

.hpc .client div:nth-of-type(2) {
  background-color: #c1d7e5;
}

svg.vid {
  margin-top: 3em;
  fill: #39A2E3;
}

svg.vid:hover {
  fill: #878787;
}

#lottie {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
}

.sidesvg {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidesvg > svg {
  flex: 0 0 80%;
}

.firstname {
  display: none;
}

/* ---- responsive ---- */
@media (max-width: 1300px) {
  .edf .client div:nth-of-type(1) {
    display: block;
  }

  .edf .client {
    grid-template-rows: repeat(6, 1fr);
  }

  .pagehero {
    display: none;
  }

  .hero {
    display: grid;
  }

  .ani {
    display: none;
  }

  .mobani {
    display: inherit;
  }
}
@media (max-width: 1280px) {
  .wrap {
    width: calc(100% - 102px);
    margin: 0;
  }

  .hero {
    width: 100%;
  }

  .hero-pane-a h1, .hero-pane-b h1 {
    font-size: 40px;
    transition: all 0.4s ease-in-out;
  }
}
@media (max-width: 1024px) {
  .hero-pane-a h1, .hero-pane-b h1 {
    font-size: 35px;
    transition: all 0.4s ease-in-out;
  }
}
@media (max-width: 900px) {
  .hero-pane-a h1, .hero-pane-b h1 {
    font-size: 30px;
    transition: all 0.4s ease-in-out;
  }

  .client h1 {
    font-size: 30px;
  }

  .client h2 {
    font-size: 1em;
  }

  .client p {
    font-size: 1em;
  }
}
@media (max-width: 800px) {
  .intro {
    padding: 55px 1em;
  }

  .slimwrap {
    width: 100%;
    padding: 0;
  }

  .portfolio {
    font-size: 80%;
  }

  .hero-pane-a h1, .hero-pane-b h1 {
    font-size: 25px;
    transition: all 0.4s ease-in-out;
  }
}
@media (max-width: 640px) {
  h1 {
    font-size: 41.84px;
  }

  .wrap {
    width: calc(100% - 40px);
    padding: 0 20px;
  }

  .intro, p.lrg {
    font-size: 20.6px;
    line-height: 28.28px;
  }

  .portfolio-box {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }

  .portfolio-box:nth-child(4n+0),
.portfolio-box:nth-child(4n+1) {
    background: #474747;
  }

  .portfolio-box:nth-child(even) {
    background: #3f3f3e;
  }

  .hero-pane-a h1, .hero-pane-b h1 {
    font-size: 16px;
    transition: all 0.4s ease-in-out;
  }

  .client h1 {
    font-size: 25px;
  }

  .client h2 {
    font-size: 0.9em;
  }

  .client p {
    font-size: 0.9em;
  }
}
@media (max-width: 560px) {
  .edf .client {
    grid-template-columns: 1fr;
    grid-template-rows: 2fr 2fr auto 1fr 2fr 1fr 2fr 2fr 1fr;
  }

  .edf .client div:nth-of-type(1) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .edf .client div:nth-of-type(4) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    background-position: center left;
  }

  .edf .client div:nth-of-type(8) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .edf .client > div:before {
    padding-top: 50%;
  }

  .ayia-napa-marina .client {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr auto 1fr 1fr 1fr 1fr 1fr 1fr 0.5fr;
  }

  .ayia-napa-marina .client div:nth-of-type(1) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .ayia-napa-marina .client div:nth-of-type(10) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }

  .ayia-napa-marina .client > div:last-child {
    background-position: center left;
  }

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

  .ora .client div:nth-of-type(1) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .ora .client div:nth-of-type(8), .ora .client div:nth-of-type(9), .ora .client div:nth-of-type(10) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .eighteen .client {
    grid-template-columns: 1fr;
    grid-template-rows: 2fr 2fr auto 2fr 2fr 2fr 2fr 2fr 2fr 1fr;
  }

  .eighteen .client div:nth-of-type(1) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .eighteen .client div:nth-of-type(10) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }

  .onzo .client {
    grid-template-columns: 1fr;
    grid-template-rows: 2fr 2fr auto 1fr 2fr 2fr 2fr;
  }

  .onzo .client div:nth-of-type(1), .onzo .client div:nth-of-type(4), .onzo .client div:nth-of-type(7) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .pretty-curious .client {
    grid-template-columns: 1fr;
    grid-template-rows: 2fr 2fr auto 1fr 2fr 2fr 1fr 2fr 2fr;
  }

  .pretty-curious .client div:nth-of-type(1) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .pretty-curious .client div:nth-of-type(4), .pretty-curious .client div:nth-of-type(7) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }

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

  .hpc .client div:nth-of-type(1) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .hpc .client div:nth-of-type(9) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }

  .knightsbridge .client {
    grid-template-columns: 1fr;
    grid-template-rows: 2fr 2fr auto 2fr 1fr 1fr 1fr;
  }

  .knightsbridge .client div:nth-of-type(1) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .knightsbridge .client div:nth-of-type(4), .knightsbridge .client div:nth-of-type(5), .knightsbridge .client div:nth-of-type(6), .knightsbridge .client div:nth-of-type(7) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }

  .theclub .client {
    grid-template-columns: 2fr;
    grid-template-rows: 2fr 2fr auto 2fr 2fr 2fr 2fr 2fr 2fr 1fr;
  }

  .theclub .client div:nth-of-type(1) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .theclub .client div:nth-of-type(10) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }

  .oracaribbean .client {
    grid-template-columns: 2fr;
    grid-template-rows: 2fr 2fr auto 2fr 2fr 1fr 1fr 1fr;
  }

  .oracaribbean .client div:nth-of-type(1) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .oracaribbean .client div:nth-of-type(6), .oracaribbean .client div:nth-of-type(7), .oracaribbean .client div:nth-of-type(8) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .beachhouse .client {
    grid-template-columns: 2fr;
    grid-template-rows: 2fr 2fr 2fr auto 2fr 2fr 2fr 1fr 1fr;
  }

  .beachhouse .client div:nth-of-type(1) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .beachhouse .client div:nth-of-type(2) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }

  .beachhouse .client div:nth-of-type(5), .beachhouse .client div:nth-of-type(7), .beachhouse .client div:nth-of-type(8) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }

  .workplacecarekit .client {
    grid-template-columns: 2fr;
    grid-template-rows: 2fr 2fr auto 2fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr;
  }

  .workplacecarekit .client div:nth-of-type(1) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .workplacecarekit .client div:nth-of-type(5) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }

  .workplacecarekit .client div:nth-of-type(6), .workplacecarekit .client div:nth-of-type(7), .workplacecarekit .client div:nth-of-type(8), .workplacecarekit .client div:nth-of-type(9), .workplacecarekit .client div:nth-of-type(10) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }

  .sachtler .client {
    grid-template-columns: 1fr;
    grid-template-rows: 2fr 2fr auto 2fr 4fr 2fr 2fr 2fr 1fr;
  }

  .sachtler .client div:nth-of-type(1) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .sachtler .client div:nth-of-type(5), .sachtler .client div:nth-of-type(9) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }

  .fifa .client {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr auto 1fr 2fr 1fr 0.5fr 0.5fr;
  }

  .fifa .client div:nth-of-type(1) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .fifa .client div:nth-of-type(5), .fifa .client div:nth-of-type(7), .fifa .client div:nth-of-type(8) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }

  .canningtoncourt .client {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr auto 0.5fr 0.5fr 1fr 1fr 0.5fr;
  }

  .canningtoncourt .client div:nth-of-type(1) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .canningtoncourt .client div:nth-of-type(4), .canningtoncourt .client div:nth-of-type(5), .canningtoncourt .client div:nth-of-type(8) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }

  .hays .client {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr auto 2fr 1fr 1fr 1fr;
  }

  .hays .client div:nth-of-type(1) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    background-position: 60% center;
  }

  .hays .client div:nth-of-type(4), .hays .client div:nth-of-type(5), .hays .client div:nth-of-type(6), .hays .client div:nth-of-type(7) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }

  .edfbrand .client {
    grid-template-columns: 1fr;
    grid-template-rows: 2fr 2fr auto 1fr 1fr 1fr 1fr;
  }

  .edfbrand .client div:nth-of-type(1) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }

  .edfbrand .client div:nth-of-type(4), .edfbrand .client div:nth-of-type(5), .edfbrand .client div:nth-of-type(6), .edfbrand .client div:nth-of-type(7) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }

  .sushiyama .client {
    grid-template-columns: 1fr;
    grid-template-rows: 1.5fr 1.5fr 1fr repeat(8, 1.5fr);
  }

  .sushiyama .client div {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }

  .sushiyama .client div:nth-child(1) {
    background-position: right center;
  }

  .hpcway .client {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(11, 1fr);
  }

  .hpcway .client div {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }

  .hpcway .client div:nth-child(1) {
    background-position: 40% center;
  }

  .thesquare .client {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(11, 1fr);
  }

  .thesquare .client div {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }

  .thesquare .client div:nth-child(1) {
    background-position: 40% center;
  }

  .eventcentre .client {
    grid-template-columns: 1fr;
    grid-template-rows: 2fr 2fr auto 2fr 2fr 1fr 2fr 4fr 2fr;
  }

  .eventcentre .client div:nth-child(3), .eventcentre .client div:nth-child(4), .eventcentre .client div:nth-child(5), .eventcentre .client div:nth-child(6), .eventcentre .client div:nth-child(7), .eventcentre .client div:nth-child(8), .eventcentre .client div:nth-child(9) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }

  .eventcentre .client div:nth-child(1), .eventcentre .client div:nth-child(2) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }

  .eighteenapp .client {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 0.5fr 1fr 1fr;
  }

  .eighteenapp .client div {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }

  .eighteenapp .client div:nth-of-type(4) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }

  .eighteenapp .client div:nth-of-type(5) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }

  .eighteenapp .client div:nth-of-type(6) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }

  .eighteenapp .client div:nth-of-type(2) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }
}
@media (max-width: 500px) {
  nav.desktop {
    display: none;
  }

  div.mobile {
    display: block;
  }

  .intro, p.lrg {
    font-size: 15.6px;
    line-height: 23.28px;
  }

  .intro {
    padding: 2em 0.5em;
  }
}
@media (max-width: 450px) {
  .hays .client div:nth-of-type(1) {
    background-position: 75% center;
  }
}
@media (max-width: 400px) {
  .wrap {
    width: calc(100% - 50px);
    padding: 0 25px;
    margin: 0;
  }

  .portfolio {
    font-size: 60%;
  }

  .slimwrap {
    width: calc(100% - 2em);
    padding: 0 1em;
  }

  .hero-pane-a h1, .hero-pane-b h1 {
    font-size: 11px;
    transition: all 0.4s ease-in-out;
  }
}

/*# sourceMappingURL=style.css.map */
