/*
CSS created by David Oldfield
Made By Mod / hello@madebymod.co.uk
*/ 
@font-face {
    font-weight: 700;
    src: url('/fonts/HelveticaNeue-Medium.woff2') format('woff2'),
        url('/fonts/HelveticaNeue-Medium.woff') format('woff'),
        url('/fonts/HelveticaNeue-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-weight: 700;
    src: url('/fonts/HelveticaNeue-Bold.woff2') format('woff2'),
        url('/fonts/HelveticaNeue-Bold.woff') format('woff'),
        url('/fonts/HelveticaNeue-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue Thin';
    src: url('/fonts/HelveticaNeue-Thin.woff2') format('woff2'),
        url('/fonts/HelveticaNeue-Thin.woff') format('woff'),
        url('/fonts/HelveticaNeue-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Neue Light';
    src: url('/fonts/HelveticaNeue-Light.woff2') format('woff2'),
        url('/fonts/HelveticaNeue-Light.woff') format('woff'),
        url('/fonts/HelveticaNeue-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/fonts/HelveticaNeue.woff2') format('woff2'),
        url('/fonts/HelveticaNeue.woff') format('woff'),
        url('/fonts/HelveticaNeue.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


* {
  outline: none;
}
html, body {
  height: 100%;
}
html {
  font-size: 16px;
}
body {
  padding: 0px;
  margin: 0px;
  font-family: freight-sans-pro, sans-serif; 
    font-weight: 400;
  overflow-x: hidden;
    color: #333;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  /* Let's enforce some hardware acceleration */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
a:hover {
  text-decoration: underline;
}
p {
  line-height: 140%;
}
input, textarea, select, label, button {
  font-size: 1rem;
  font-family: freight-sans-pro, sans-serif; 
    font-weight: 400;
}
select[disabled] {
  color: #555;
}
select:disabled {
  opacity: 0.6;
}
.bold, strong {
  font-weight: 700;
}
#container {
    display: block;
    overflow: hidden;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  font-weight: 700;
}
.c_15 {
  width: 15%;
}
.c_20 {
  width: 20%;
}
.c_25 {
  width: 25%;
}
.c_30 {
  width: 30%;
}
.c_33 {
  width: 33.333333%;
}
.c_35 {
  width: 35%;
}
.c_40 {
  width: 40%;
}
.c_45 {
  width: 45%;
}
.c_50 {
  width: 50%;
}
.c_55 {
  width: 55%;
}
.c_60 {
  width: 60%;
}
.c_65 {
  width: 65%;
}
.c_66 {
  width: 66.666666%;
}
.c_70 {
  width: 70%;
}
.c_75 {
  width: 75%;
}
.c_80 {
  width: 80%;
}
.c_90 {
    width: 90%;
}
.c_100 {
  width: 100%;
}
.negative {
    margin-left: -10px;
    margin-right:-10px;
}
.negative .inner {
    margin:0px 10px;
}
hr {
  border: 0;
  border-bottom: 1px dashed #555;
  background: #000;
}
#status {
  width: 350px;
  padding: 20px;
  background-color: #f58429;
  color: #fff;
  position: fixed;
  top: 50%;
  margin-left: -195px;
  left: 50%;
  margin-top: -60px;
  z-index: 999999999999;
  text-align: center;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
}
#status h4 {
  font-weight: 700;
  font-size: 1.238rem;
  text-transform: uppercase;
}
#header_wrap {
    position: fixed;
    top:0px;
    left: 0px;
    z-index: 999;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  /* Let's enforce some hardware acceleration */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
.header, #footer {
    padding:100px 10% 30px 10%;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  /* Let's enforce some hardware acceleration */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
    position: relative;
    z-index: 1;
}
#header_wrap.minify {
    background-color: #1f162a;
    -moz-box-shadow: 0 0 10px #333;
-webkit-box-shadow: 0 0 10px #333;
box-shadow: 0 0 10px #333;
}
#header_wrap.minify.inner_menu, #header_wrap.inner_menu {
    background-color: #fff;
}
.bar #header_wrap.inner_menu {
    background:none;
}
.bar #header_wrap.minify.inner_menu {
    background-color: #0a203d;
}
#header_wrap.minify .header {
    padding-top:30px;
    padding-bottom: 0px;
    
}
.header img {
    position: absolute;
    left: 10%;
    top: 50px;
    z-index: 99;
    max-width: 250px;
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  /* Let's enforce some hardware acceleration */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
#header_wrap.minify .header img {
    top:13px;
    height: 65%;
}
.header ul {
    padding:10px 0px 0px 0px;
    margin:0px;
    list-style: none;
    text-align: right;
    justify-content: flex-end;
    
}
.header ul a {
    color: #fff;
    margin-left: 40px;
    display: block;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
    font-family: museo-sans, sans-serif;
    font-weight: 500;
}
.header ul a::before {
    content: "";
    width: 0%;
    height: 3px;
    background-color: #FA3C71;
    position: absolute;
    left:0px;
    bottom:0px;
    z-index: 9;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
  /* Let's enforce some hardware acceleration */
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}
.header ul a:hover::before {
    width: 100%;
}
.header::before {
    content:"";
    position: absolute;
    bottom: 0px;
    left:0px;
    z-index: 1;
    background-color: #FA3C71;
    height:4px;
    width: 80%;
    margin-left:10%;
}
.bar .header::before, .bar .header ul a::before {
    background-color: #58c1c8;
}
.header ul a:hover {
    text-decoration: none;
    color: #FA3C71;
}
.inner_menu ul a {
    color: #000;
}
.bar .inner_menu ul a {
    color: #fff;
}
#header_wrap.inner_menu .header img {
    left:10%;
}
#header_wrap.minify ul a {
    padding-bottom: 20px;
}

#banner {
    position: relative;
    z-index: 1;
    min-height: 1000px;
    background-color: #1f162a;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
#banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(/images/bg-banner.jpg) no-repeat;
    background-size: cover;
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
}

#banner.half {
    justify-content: flex-start;
    align-items: flex-end;
}
#banner.half.inner {
    align-items: center;
}
#banner.half.alt {
    justify-content: center;
    align-items: center;
}
#banner.article_banner {
    min-height: 900px;
}
#banner.article_banner h1 {
    display: block;
    width: 50%;
    font-size: 3rem;
    margin-bottom: 80px;
    max-width: 75%;
}
.bar #banner {
}
#banner h2 {
    font-weight: 500;
    color: #FA3C71;
    font-size: 5rem;
    margin-top: -10px;
    margin-left:-100%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    /* Let's enforce some hardware acceleration */
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}
#banner.active h2 {
    margin-left: 0;
}
#banner p {
    display: block;
    width: 65%;
    color: #fff;
    font-size: 1.231rem;
}
#banner p.first {
    font-size: 1rem!important;
    text-transform: uppercase;
    margin-top:100px!important;
}
#banner span.arr {
    color: #FA3C71;
    font-size: 2rem;
    transform-origin: center center;
    transform: rotate(90deg);
    display: inline-block;
    margin-top:15px;  
}
#banner span {
    color: #FA3C71;
}
@keyframes bounce-1 {
  0% {
    transform: translateY(0), rotate(90deg);
      
  }
  50% {
    transform: translateY(20px), rotate(90deg);
  }
  100% {
    transform: translateY(0), rotate(90deg);
  }
}
.client {
    min-height: 50vh;
    background-color: #3d4f5c;
}
.client .c_50:first-child {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.client .c_50 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
#banner.half div, .client .c_50:first-child div {
    margin-left:10%;
    color: #fff;
    position: relative;
    z-index: 99;
    width: 80%;
}
.client .c_50:first-child div {
    margin-left: 20%;
}
#banner.half div div {
    margin-left: 0;
    margin-bottom: 0;
}
#banner.half.alt div {
    margin-left: 0px;
    padding-top:150px;
}
#banner.half p, .client .c_50:first-child p {
    padding:0px;
    margin:0px;
    font-size: 1.231rem;
    font-weight: 400;
}
#banner::before, .client .c_50:first-child::before {
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: "";
    background-color:rgba(31,22,42, 0.5);
}
#banner div {
    position: relative;
    z-index: 9;
}
#banner h1, .client .c_50:first-child h1 {
    font-weight: 700;
    font-size: 4.538rem;
    color: #fff;
    margin-bottom: 20px;
    display: block;
    max-width: 65%;
    line-height: 100%;
    margin-top:15px;
}
.client .c_50:first-child h1 {
    max-width: 80%;
}
#banner h1.full {
    max-width: 100%;
    width: 100%;
}
#banner a.btn {
    position: absolute;
    left:15%;
    bottom: 150px;
    z-index: 99;
    padding:15px 25px;
    font-family: museo-sans, sans-serif;
    font-weight: 500;
}
img.arrow {
    position: absolute;
    top:-100px;
    left:50%;
    z-index: 99;
    width: 16px;
    height:200px;
    maergin-left:-8px;
}
section {
    padding: 100px 15%;
    position: relative;
    z-index: 1;
}
section.content {
    padding: 100px 10%;
}
section .flex {
    position: relative;
    z-index: 2;
}
h3 {
    font-size: 3rem;
}
.intro {
    padding-top: 250px;
    width: 60%;
    font-size:1.231rem;
}
.page_intro {
    text-align: center;
    padding:100px 10%;
    font-size: 1.385rem;
    color: #FA3C71;
}
.page_intro.contact {
    text-align: left;
}
.bar .page_intro {
    background-color: #0a203d;
}
.page_intro .emph, .contact p span {
    color: #FA3C71;
}
.contact p a {
    color: #fff;
}
.contact p.emph {
    margin-bottom: 50px;
}
.bar .page_intro .emph {
    color: #58c1c8;
}
.page_intro h5, .sectors h6, h6 {
    font-weight: 700;
   
    font-size: 0.8231rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.page_intro h5, .sectors h6 {
     color: #fff;
}
.bar #banner span {
    color: #58c1c8;
}
.bar #banner h1 {
    color: #58c1c8;
}
.page {
    padding:100px 25%!important;
    text-align: center;
}
.accordion h5 {
    font-size: 2rem;
    display: block;
    padding:10px 0px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  /* Let's enforce some hardware acceleration */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;color: #000;
}
.accordion h5 span {
    color: #000;
    position: absolute;
    right: 5%;
    top: 10px;
    z-index: 1;
    -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  /* Let's enforce some hardware acceleration */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
.accordion h5:hover {
	cursor: pointer;
	color: #FA3C71;
}
.accordion h5:hover span {
    right: 0%;
}
.accordion h5.active span {
    right: 0%;
    transform: rotate(90deg)
}
.creating::before {
    content: "Elevate";
    position: absolute;
    right:-100%;
    font-size: 18vw;
    top: 0px;
    z-index: 0;
    color: #FA3C71;
    font-weight: 700;
    opacity: 0;
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
  /* Let's enforce some hardware acceleration */
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    transform: scale(0)
}
.creating.black::before {
    color: #000;
}
.blob.active::before {
    right:0%;
    opacity: 0.2;
    transform: scale(1)
}
.promote::before {
    content: "Create";
    position: absolute;
    right:-100%;
    font-size: 18vw;
    top: 0px;
    z-index: 0;
    color: #FA3C71;
    font-weight: 700;
    opacity: 0;
    transform: scale(0)
}
.promote.active::before {
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
  /* Let's enforce some hardware acceleration */
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    opacity: 0.2;
    transform: scale(1);
    right:0%;
}
.featured, #footer, .sectors, .opts, .page_intro, .inner_wrapper, .purple {
    background-color: #1f162a;
    color: #fff;
}
.featured {
    padding-bottom: 280px;
}
.featured::before {
    content: "Promote";
    position: absolute;
    left:-100%;
    font-size: 26vw;
    bottom:-70px;
    z-index: 0;
    color: #fff;
    font-weight: 700;
    opacity: 0;
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
  /* Let's enforce some hardware acceleration */
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}
.featured.art::before {
    display: none;
}
.featured.active::before {
    opacity: 0.2;
    transform: scale(1);
    left: -2%;
}
.featured h3 {
    display: block;
    margin-bottom: 40px;
}
.featured img {
    display: block;
    width: 100%;
}
.featured .inner {
    padding:50px 60px;
}
.featured .inner span {
    color: #FA3C71;
}
.featured a {
    color: #fff;
}
.featured.art {
    padding: 100px 10%;
}
img.feat_img {
    margin-bottom: 60px;
}
a.btn, .sectors a span {
    display: inline-block;
    font-size: 1.077rem;
    font-family: museo-sans, sans-serif;
    font-weight: 500;
    padding: 15px 25px;
    color: #fff;
    border:2px solid #FA3C71;
    background-color: #FA3C71;
    border-radius: 50px;
}
.bar a.btn {
    background-color: #58c1c8;
     border:2px solid #58c1c8;
}
a.btn:hover {
    color: rgba(210,62,125,1)!important;
    background-color: #fff!important;
    text-decoration: none;
}
.bar a.btn:hover {
    color: #58c1c8!important;
}
a.btn.reverse:hover {
    background-color: rgba(210,62,125,1)!important;
    color: #fff!important;
    text-decoration: none;
}
.featured a.btn {
    margin-top: 25px;
    margin-right: 25px;
}
a.btn.reverse, .sectors a span {
    background: none;
}
h5 {
    color: #FA3C71;
    font-size: 2rem;
}
.large {
    font-size:1.231rem;
}
.video {
    background-color: #eee;
    min-height: 25vh;
    padding:50px;
    position: relative;
    z-index: 1;
}
.about {
    position: relative;
    z-index: 2;
}
.about img {
    width: 90%;
    display: block;
    margin-top:-40px;
    margin-left: 5%;
}
.about h3 {
    margin-top:140px;
}
.about .c_70 {
    position: relative;
    z-index: 1;
    padding-bottom: 150px;
}
.about a.btn {
    position: absolute;
    right:0px;
    bottom:0px;
    z-index: 3;
}
.about a.btn.small, .sectors a span {
    padding:15px 25px;
}
section.collaboration {
    padding:200px 15%;
}
.collaboration::before {
    content: "Collaborate";
    position: absolute;
    left:-100%;
    font-size: 19vw;
    top: 0%;
    z-index: 0;
    color: #000;
    font-weight: 700;
    opacity: 0;
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
  /* Let's enforce some hardware acceleration */
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}
.collaboration.active::before {
    opacity: 0.2;
    left: -0%;
}
.short.purple::before {
    content: "Outcome";
    position: absolute;
    left:-100%;
    font-size: 19vw;
    bottom: 0%;
    z-index: 0;
    color: #fff;
    font-weight: 700;
    opacity: 0;
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
  /* Let's enforce some hardware acceleration */
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}
.short.purple.active::before {
    opacity: 0.1;
    left: 10%;
}
.raise::before {
    content: "Raise the bar";
    position: absolute;
    left:0%;
    font-size: 17vw;
    bottom: 10%;
    z-index: 0;
    color: #58c1c8;
    font-weight: 700;
    opacity: 0.2;
    text-align: justify;
    width:110%
}
.raise {
    padding-bottom: 250px!important;
    font-size: 1.231rem;
}
#footer {
    padding-top: 150px;
}
#footer a {
    color: #fff;
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 2px solid #FA3C71;
}
.bar #footer a {
    border-bottom: 2px solid #58c1c8;
}
#footer span {
    color: #FA3C71;
}
.bar #footer span {
    color: #58c1c8;
}
#footer img {
    width:73%;
    margin-top:15px;
}
.social img {
    width: 30px!important;
    margin-right:10px;
}
#footer a:hover {
    text-decoration: none;
    border-bottom: 2px solid #fff;
}
.video video {
    width: 85%;
    margin:0px auto 40px auto;
    display: block;
}
.wrapper {
    position: relative;
    z-index: 1;
}
.sectors {
    background-color: #1f162a;
}
.sectors a {
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    align-items: center;
    align-content: center;
    padding:0px 15%;
    font-size: 4rem;
    color: #fff;
    font-weight: 700;
    position: relative;
    z-index: 1;
}
.team_wrap a {
    font-size: 2rem;
}
.sectors a h2 {
    font-size: 2rem;
}
.clients a {
    align-content: center;
    justify-content: center;
    overflow: hidden;
}
.sectors div {
    position: relative;
    z-index: 99;
}
.sectors a::before {
    content: "";
    width: 100%;
    height: 100%;
    left:0px;
    top:0px;
    z-index: 1;
    background-color:rgba(0, 0, 0, 0.2);
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  /* Let's enforce some hardware acceleration */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*border:20px solid rgba(210,62,125,0);*/
    
}
.clients a:before {
    /*border:20px solid rgba(31,22,42,1);*/
}
.clients {
    padding:0px;
    background-color: rgba(31,22,42,1);
}
.sectors span {
    display: inline-block;
    margin-top:60px;
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  /* Let's enforce some hardware acceleration */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
.clients span {
    margin-top:20px;
}
.clients a h3 {
    font-size: 2.385rem;
    display: block;
    text-align: center;
}
.clients .strapline {
    position: absolute;
    top:0px;
    left:0px;
    z-index: 99;
    background-color: #1f162a;
    text-align: center;
    align-items: center;
    align-content: center;
    font-size: 1.154rem;
    font-weight: 400;
    width:70%;
    height:70%;
    padding:15%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  /* Let's enforce some hardware acceleration */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
.clients a:hover .strapline {
    opacity: 1;
}
.sectors a span {
    font-size: 1.077rem;
}
.sectors a:hover {
    text-decoration: none;
}
.sectors a:hover span {
    background-color: #FA3C71;
}
.sectors a:hover::before {
    text-decoration: none;
    /*border:20px solid rgba(210,62,125,1);*/
}
#breadcrumbs {
    margin-bottom: 30px;
    margin-top:30px;
}
#breadcrumbs ul {
    padding:0px;
    margin:0px;
    list-style: none;
}
#breadcrumbs a {
    color: #FA3C71;
}
#breadcrumbs li {
    padding:0px 6px;
}
#breadcrumbs li:first-child {
    padding-left: 0px;
}
p.emph, .content .c_90 p:first-child {
    font-size: 1.385rem;
    font-weight: 700;
}
.services h2 {
    font-size: 0.8231rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing:1px;
    margin-top:20px;
    color: #30243f;
}
.services ul, .bullets ul, .content .c_90 ul {
    padding:20px 0px;
    margin:0px;
    list-style: none;
    font-size: 1.154rem;
}
.services ul li, .bullets ul li, .content .c_90 ul li {
    margin-bottom: 15px!important;
    padding-left: 30px;
    position: relative;
    z-index: 1;
    display: block;
}
.services ul li::before, .bullets ul li::before, .content .c_90 ul li::before {
    content:"";
    display: block;
    width: 15px;
    height:6px;
    background-color: #FA3C71;
    border-radius:40px;
    position: absolute;
    top:10px;
    left:0px;
    z-index: 1;
}
.services img {
    width: calc(100% - 4px)!important;
    display: block;
    height: auto;
    border: 2px solid #FA3C71;
    border-radius: 500px;
}
.services h3 {
    font-size: 1.154rem!important;
}
.content .large p:first-child {
    font-weight: 700;
}
.bullets h3 {
    margin-top:20px;
    color: #30243f;
}
.content ul li {
    margin-bottom: 10px;
}
.content a.btn.reverse {
    color: #333;
    font-size: 1.154rem;
    padding:30px 50px;
}
.opts, .clients {
    border-bottom: 1px solid #30243f;
}
.opts .c_50 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.testimonial {
    padding:0px 10%;
    font-size: 1.538rem;
    font-weight: 700;
}
.testimonial p:first-child, .related p:first-child {
    font-size: 1rem;
    color: #FA3C71;
    text-transform: uppercase;
    font-weight: 400;
}
.testimonial p:last-child {
    display: inline-block;
    font-size: 1rem;
    padding-bottom: 7px;
    border-bottom:3px solid #FA3C71;
    font-weight: 400;
}
.large {
    font-size: 1.231rem;
}
.clients a div {
    width:100%;
}
.clients h2 {
    font-size: 2rem;
}
.line {
    position: absolute;
    left:5%;
    width: 1px;
    background-color: #fff;
    height:100px;
    margin-top:50px;
    top:0px;
    z-index: 9;
    transform-origin: top left;
    transform: rotate(-45deg);
    -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      
}
.line.active {
    transform: rotate(0deg);
    background-color: #FA3C71;
}
.line.active.right {
    transform: rotate(-90deg);
    transform-origin: top left;
}
.clients p, .sectors p {
    font-weight: 400;
    font-size: 1rem;
    padding-bottom: 0px;
    margin-bottom: 0px;
    display: block;
    position: relative;
    z-index: 1
}
.clients a span {
    border:none;
    padding:0px 0px 8px 0px;
    border-bottom: none;
    border-radius:0px;
    position: absolute;
    right:0px;
    top:-20px;
    z-index: 1;
    text-align: right;
    display: block;
    width: 100%;
}
.clients a span::before {
    position: absolute;
    bottom: 0px;
    right:0px;
    z-index: 99;
    content:"";
    border-bottom: 3px solid #FA3C71;
    height: 3px;
    width: 60px;
    -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  /* Let's enforce some hardware acceleration */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
.clients a:hover span::before {
    background:none;
    border-bottom: 3px solid #fff;
    width:100%;
    /*padding-right: 30px;*/
}
.clients a:hover span {
    background: none;
}
.content h3 {
    font-size: 1.385rem;
}
.content .c_90 a {
    font-weight: 700;
}
.related {
    color: #fff;
    display: flex;
    justify-content: flex-start!important;
    text-align: left!important;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
}
.related h2 {
    font-size: 4rem;
    line-height: 100%;
}
.related a {
    color: #fff;
    padding: 0px 10%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    align-content: center;
    position: absolute;
    top:0px;
    left:0px;
    width: 80%;
    z-index: 99;
    height: 100%;
    overflow: hidden;
}
.related a::before {
    content: "";
    width: 100%;
    height: 100%;
    left:0px;
    top:0px;
    z-index: 1;
    background-color:rgba(0, 0, 0, 0.5);
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  /* Let's enforce some hardware acceleration */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
.related a div {
    position: relative;
    z-index: 99;
}
.related p {
    padding:0px;
    margin:0px;
}
.related a span {
    font-weight: 700;
    display: inline-block;
    padding:50px 0px 8px 0px;
    border-bottom: 3px solid #FA3C71;
}
.related a:hover {
    text-decoration: none;
}
.related a:hover::before, .sectors a:hover::before {
    background-color:rgba(0, 0, 0, 0.7);
}
#call {
    display: flex;
    align-items: center;
    height: 250px;
    background-color: #1f162a;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #fff;
    padding-left: calc(27% + 125px);
    color: #fff;
}
#call h5 {
    color: #fff;
}
#call img {
    position: absolute;
    left:10%;
    top:0px;
    height: calc(100% - 4px);
    z-index: 99;
    border-radius: 500px;
    border:2px solid #FA3C71;
}
#call span {
    color: #FA3C71;
}
#call a {
    color: #fff;
}
#call:before {
    content: "";
    width:calc(10% + 125px);
    background-color: #FA3C71;
    height:100%;
    position: absolute;
    left:0px;
    top:0px;
    z-index: 2;
}
.bar #call {
    border-top: 1px solid #fff;
    background-color: #0a203d;
}
.bar #call::before {
    background-color: #58c1c8;
}
.bar #call img {
    border:2px solid #58c1c8;
}
.bar #call span {
    color: #58c1c8;
}
.bar .sectors a span {
    border:2px solid #58c1c8;
}
.bar .sectors a:hover span {
    background-color: #58c1c8;
}
#nug {
    position: absolute;
    margin:0px auto;
    bottom:0px;
    z-index: 3;
    width: 1px;
    left:50%;
    background-color: #fff;
    height:10px;
    -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  /* Let's enforce some hardware acceleration */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
#nug.active {
    width: 100%;
    left:0;
    background-color: #FA3C71;
}
.inner_wrapper {
    padding:50px 10%;
    border:1px solid #fff;
    border-width: 1px 0px;
    position: relative;
    z-index: 1;
}
.inner_wrapper h1 {
    font-size: 2rem;
}
.news img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}
.news .inner {
    position: relative;
    z-index: 1;
}
.news .inner div {
    position: absolute;
    bottom:30px;
    left: 30px;
    z-index: 99;
    width: calc(100% - 60px);
    color: #fff;
}
.news .inner:before {
    content: "";
    position: absolute;
    left:0px;
    top:0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color:rgba(31,22,42, 0.5);-webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  /* Let's enforce some hardware acceleration */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
    
}
.news .inner:hover:before {
    background-color: rgba(31,22,42,0.8);
}
.sectors h6 {
    margin-bottom: 10px;
}
section.blue {
    padding:100px 10%;
    background-color: #0a203d;
    color: #fff;
}
section.purple {
    padding:100px 10%;
}
.blue .emph {
    color: #58c1c8;
}
.blue .c_80 {
    font-size: 1.231rem;
}
.blue .c_33 h6 {
    color: #58c1c8;
}
.bar #footer {
    background-color: #0a203d;
}
.cta {
    background-color: #58c1c8;
    padding:50px 5%;
    margin:0px 5%;
    color: #fff;
    position: relative;
    z-index: 99;
    margin-bottom: -40px;
    font-size: 1.692rem;
}
.cta p {
    display: block;
    width: 66%;
}
.cta .flex {
    align-content: center;
    align-items: center;
}
.cta a.btn {
    background-color: #0a203d;
    color: #fff;
    padding-left: 40px;
    padding-right:40px;
}
section.short {
    padding:100px 10%;
}
.short h6 {
    margin-bottom: 40px;
}
.short.purple {
    background-color: #1f162a;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.copy {
    position: relative;
    z-index: 1;
    padding-left:30px;
    padding-bottom: 60px;
    padding-right:30px;
    margin-left:-30px;
}
.copy::before {
    content:"";
    display: block;
    width: 15px;
    height:6px;
    background-color: #58c1c8;
    border-radius:40px;
    position: absolute;
    top:13px;
    left:0px;
    z-index: 1
}
.purple .copy::before {
    background-color: #FA3C71;
}
.short h4 {
    color: #58c1c8;
    font-size: 1.6791rem;
    margin-bottom: 30px;
    font-weight: 700;
}
.purple.short h4 {
    color: #fff;
    font-weight: 400;
}
#map {
    height: 50vh;
    width: 100%;
    display: block;
}
.related_news img {
    margin-top: 18px;
    -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  /* Let's enforce some hardware acceleration */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
.related_news p {
    font-size: 0.9231rem;
}
.related_news h3 a:hover {
    color: #FA3C71;
    text-decoration: none;
}
.breaker {
    border-top:1px solid #ccc;
    margin-left:10px;
    margin-right:10px;
    margin-top:18px;
}
.related_news img:hover {
    border:2px solid #FA3C71;
}
.split, .split .c_50 {
    height:100vh;
    position: relative;
    z-index: 1;
}
.split a {
    height:100%;
    position: absolute;
    top:0px;
    left:0px;
    z-index: 99;
    width: 100%;
    display: flex;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.about_wrap {
    background-image: url("/images/bg-about.jpg");
}
.team {
    background-image: url("/images/bg-team.jpg");
}
.split a span {
    display: block;
    margin:50px 20% 100px 20%;
    font-weight: 700;
    font-size: 4rem;
    color: #fff;
    position:relative;
    z-index: 4;
}
.split a::before {
    position: absolute;
    z-index: 1;
    left:0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color:rgba(31,22,42, 0.6);
    content: "";-webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  /* Let's enforce some hardware acceleration */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
.split a:hover {
    text-decoration: none;
}
.split a:hover::before {
    background-color:rgba(31,22,42, 0.3);
}
.team_view p {
    padding:0px;
    margin:0px;
}
.team_view .c_66 {
    display: flex;
    align-content: center;
    align-items: center;
}
img.person {
    max-width: 30%;
    border-radius: 500px;
    border: 2px solid #FA3C71;
}
.hamburger {
    display: none;
}
p.social_links {
    font-size: 1rem;
    margin-top:23px;
}
.social_links a {
    color: #FA3C71!important;
    font-size: 1rem;
}
.filters {
    position: absolute;
    right:5%;
    top:50%;
    z-index: 99;
}
.filters ul {
    padding:0px;
    margin:-20px 0px 0px 0px;
    list-style: none;
}
.filters a {
    color: #fff;
    display: block;
    padding:8px 20px;
    border:2px solid #fff;
    border-radius:30px;
    margin-left:10px;
}
.filters a.active, .filters a:hover {
    background-color: #fff;
    text-decoration: none;
    color: #1f162a;
}
.testies .inner {
    border: 1px solid #efefef; /* Border color */
    border-radius: 5px; /* Rounded corners */
    padding: 30px; /* Inner spacing */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 30px;
}
@media only screen and (max-width:1024px) {}
/* Landscape ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {}
/* Portrait ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {}
@media only screen and (max-width:768px) {
    .hamburger {
	padding: 0px 10px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	position: absolute;
	right:5%;
	top: 30px;
	z-index: 99;
        
}
.hamburger:hover {
	opacity: 0.7;
}
.hamburger-box {
	width: 40px;
	height: 30px;
	display: inline-block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: 0px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 40px;
	height: 3px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -12px;
}
.hamburger-inner::after {
	bottom: -12px;
}
.hamburger--spin .hamburger-inner {
	transition-duration: 0.22s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
	transform: rotate(225deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
    
    .header {
        padding:20px 5%;
    }
    #footer {
        padding:30px 5%;
    }
    .c_15, .c_20, .c_25, .c_33, .c_40, .c_50, .c_60, .c_66, .c_70, .c_75, .c_80 {
        width: 100%;
    }
	.c_15 {
		width: 50%;
	}
    #banner h1 {
        font-size: 2.385rem;
        max-width: 85%;
    }
    .header::before {
        display: none;
    }
    .header ul {
        position: fixed;
        height:calc(100vh - 120px);
        width: 100vw;
        z-index: 98;
        top:0px;
        left: -115%;
        padding:100px 0% 20px 0%;
        text-align: center;
        align-items: center;
        align-content: center;
        justify-content: center;
        background-color: #1f162a;
        font-family: freight-sans-pro, sans-serif;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        /* Let's enforce some hardware acceleration */
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
    }
    #header_wrap.inner_menu .header ul {
        background-color: #fff;
    }
    .bar #header_wrap.inner_menu .header ul {
        background-color: #1f162a;
    }
    .header ul.active {
        left: 0;
    }
    .header li {
        width: 100%;
    }
    .header img {
        position: relative;
        left: 0%;
        top: 0px;
        max-width: 45%;
    }
    .header ul a {
        margin-left: 0px;
        font-family: freight-sans-pro, sans-serif;
        font-weight: 700;
        font-size: 1.692rem;
    }
    h3 {
        font-size: 2rem;
    }
    section {
        padding: 50px 5%;
    }
    .intro {
        padding-top: 10px;
        width: calc(100% - 50px);
        padding-left:0px;
    }
    img.arrow {
        top:-160px;
    }
    .creating::before {
        top:auto;
        bottom: 0px;
    }
    #header_wrap.minify .header {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    #header_wrap.minify .header img {
        top: 0px;
        width: 30%;
    }
    #header_wrap.minify .hamburger {
        top:20px;
    }
    .featured .inner {
        padding: 50px 0px;
    }
    a.btn {
        font-size: 1rem;
        padding: 15px 20px;
    }
    .featured {
        padding-bottom: 50px;
    }
    .promote::before {
        top: auto;
        font-size: 25vw;
    }
    .featured::before, .promote::before {
        bottom: 0;
    }
    .video {
        padding: 0px;
    }
    .video video {
        width: 100%;
        margin: 0px auto 50px auto;
    }
    .about h3 {
        margin-top: 20px;
    }
    .about a.btn, section.collaboration, .blank {
        display: none!important;
    }
    .about .c_70 {
        padding-bottom: 40px;
    }
    .about img {
        width: 100%;
        display: block;
        margin-top: -40px;
        margin-left: 0%;
    }
    #footer .c_25:first-child, #footer .c_20:first-child {
        width: 100%;
    }
    #footer .c_25, #footer .c_20 {
        width:50%;
    }
    #footer .c_25:first-child img, #footer .c_20:first-child img {
        max-width: 37%;
    } 
    .home, .home h1 {
        text-align: center!important;
    }
    .split .c_50 {
        width: 50%;
    }
    .split a span {
        display: block;
        margin:50px 10% 50px 10%;
        font-weight: 700;
        font-size: 2rem;
        color: #fff;
        position:relative;
        z-index: 4;
    }
    #banner.half div, .client .c_50:first-child div {
        margin-left: 5%;
        width: 90%;
    }
    #banner p {
        width: 100%;
    }
    #banner {
        min-height: 100vh;
    }
    section.content {
        padding: 50px 5%;
    }
    .c_25 .c_33, .related_news .c_33 {
        width: 33.3333%;
    }
    .c_25 .c_66, .related_news .c_66 {
        width: 66.6666%
    }
    #call {
        height: 120px;
        padding-left: 42%;
    }
    #call img {
        left: 5%;
    }
    #call::before {
        width: calc(5% + 60px);
    }
    #call h5 {
        font-size: 1.385rem;
    }
    #call p {
        padding: 0px;
        margin: 0px;
    }
    .testimonial {
        font-size: 1.077rem;
    }
    .testimonial {
        padding: 0px 5%;
    }
    .related h2 {
        font-size: 3rem;
    }
    .related a {
        padding:0px 5%;
        width: 90%;
    }
    .sectors a {
        font-size: 2rem;
        padding:0px 5%;
    }
    #header_wrap.inner_menu .header img {
        left: 0%;
    }
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after, .bar .hamburger-inner, .bar .hamburger-inner::before, .bar .hamburger-inner::after {
        background-color: #fff!important;
    }
    #header_wrap.minify.inner_menu .hamburger-inner, 
    #header_wrap.minify.inner_menu .hamburger-inner::before, 
    #header_wrap.minify.inner_menu .hamburger-inner::after, 
    #header_wrap.inner_menu .hamburger-inner, 
    #header_wrap.inner_menu .hamburger-inner::before, 
    #header_wrap.inner_menu .hamburger-inner::after {
        background-color: #1f162a!important;
    }
    #banner h2 {
        font-size: 1.382rem;
        display: block;
    }
    #banner.client_wrap {
        padding-left: 5%;
        padding-right:5%;
    }
    .negative {
        margin-left: 0px;
        margin-right: 0px;
    }
    .negative .inner {
        margin-left:0px;
        margin-right:0px;
    }
    section.purple {
        padding: 50px 5%;
    }
    #banner.article_banner h1 {
        font-size: 2rem;
        width: 100%;
    }
    .inner_wrapper {
        padding: 30px 5%;
    }
    .featured.art {
        padding: 50px 5%;
    }
    .related_news img {
        max-width: 80%;
    }
    .filters {
        position: relative;
        right:0%;
        top:0%;
        margin-top: 25px;
        z-index: 99;
        display: block;
    }
    .filters a {
        margin-left: 0px;
        margin-right:10px;
    }
}