/****************************************

  Variables

****************************************/
/*for mixin */
/****************************************

  Media Query Mixins

****************************************/
* {
  font-family: "museo-sans", Helvetica, Arial, sans-serif; }

html {
  font-size: 62.5%; }

body {
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  color: #66686A;
  font-weight: 300;
  font-size: 1.7rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5 {
  font-weight: 500;
  margin: 0px; }

h1 {
  color: #001628;
  font-size: 3.1rem;
  line-height: 1.45; }
  @media only screen and (min-width: 767px) {
    h1 {
      font-size: 4rem; } }
  @media (min-width: 992px) {
    h1 {
      font-size: 5rem; } }

h2 {
  margin-bottom: 40px;
  font-size: 3rem;
  color: #001628;
  font-weight: 500; }
  @media only screen and (min-width: 767px) {
    h2 {
      font-size: 3.5rem; } }
  @media (min-width: 992px) {
    h2 {
      font-size: 4rem; } }

h3 {
  font-size: 2.3rem;
  font-weight: 300;
  color: #001628; }
  @media only screen and (min-width: 767px) {
    h3 {
      font-size: 2.5rem; } }
  @media (min-width: 992px) {
    h3 {
      font-size: 2.8rem; } }

h4 {
  margin: 0px 0 15px 0;
  font-weight: 600; }

a {
  color: #FF4968;
  text-decoration: none; }

p {
  margin: 0;
  margin-bottom: 30px; }

@media only screen and (min-width: 767px) {
  .larger-text {
    font-size: 1.9rem; } }

.title-heading {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #888C92; }
  @media only screen and (min-width: 767px) {
    .title-heading {
      font-size: 1.1rem; } }
  .title-heading i {
    font-style: normal; }
  .title-heading--border {
    position: relative;
    z-index: 0; }
    .title-heading--border span {
      background: #fff;
      padding-right: 50px;
      z-index: 1;
      position: relative; }
    .title-heading--border:after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: #EDEDED;
      position: absolute;
      top: 8px;
      right: 0px; }

.lead {
  font-size: 2rem;
  margin: 15px 0 0 0px;
  font-weight: 300; }
  @media only screen and (min-width: 767px) {
    .lead {
      font-size: 2.3rem; } }
  @media (min-width: 992px) {
    .lead {
      font-size: 2.8rem; } }

.promo {
  font-size: 4rem;
  font-weight: 100;
  line-height: 1.3; }
  @media only screen and (min-width: 767px) {
    .promo {
      font-size: 5rem; } }
  @media (min-width: 992px) {
    .promo {
      font-size: 6rem; } }
  @media (min-width: 1200px) {
    .promo {
      font-size: 6.4rem; } }

p strong {
  color: #001628; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  background: #F7F6F6; }

body {
  opacity: 1;
  -webkit-transition: 1s opacity;
  -o-transition: 1s opacity;
  transition: 1s opacity; }
  body.fade-out {
    opacity: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }

.wrapper {
  max-width: 1530px;
  margin: auto;
  background: #fff;
  overflow: hidden;
  padding-bottom: 100px;
  position: relative; }

.container {
  max-width: 1360px;
  margin: auto;
  padding: 0px 20px; }
  @media only screen and (min-width: 767px) {
    .container {
      padding: 0px 30px; } }

.intro-heading {
  max-width: 880px; }
  .intro-heading h1 {
    max-width: 600px;
    font-weight: 700; }
    @media (min-width: 992px) {
      .intro-heading h1 {
        max-width: 700px; } }
  .intro-heading--large {
    max-width: 980px; }
    .intro-heading--large h1 {
      max-width: none; }
  .intro-heading .lead {
    margin-bottom: 40px; }

/*.chapter {
	margin-top: 40px;
	@include tablet {
		margin-top: 70px;
	}
	@include desktop {
		margin-top: 100px;
	}
}*/
.push-top {
  margin-top: 50px; }
  @media only screen and (min-width: 767px) {
    .push-top {
      margin-top: 70px; } }
  @media (min-width: 992px) {
    .push-top {
      margin-top: 100px; } }

.body-content {
  padding: 40px 0 15px 0; }
  .body-content--contact {
    max-width: 800px; }

.block-padding {
  padding: 40px 0; }
  @media only screen and (min-width: 767px) {
    .block-padding {
      padding: 60px 0; } }
  @media (min-width: 992px) {
    .block-padding {
      padding: 70px 0; } }
  @media (min-width: 1200px) {
    .block-padding {
      padding: 100px 0; } }

.row {
  margin: 0px -15px;
  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; }
  @media only screen and (min-width: 767px) {
    .row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }

[class^="col"] {
  padding: 0px 15px; }

.col-half {
  width: 100%; }

@media only screen and (min-width: 767px) {
  .col-half {
    width: 50%; }
  .col-lg {
    width: 60%; }
  .col-sm {
    width: 40%; } }

@media (min-width: 1200px) {
  .col-right-padded {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .col-right-padded .col-sm {
      width: 30%; } }

.hero {
  padding: 20vh 0 5vh 0;
  position: relative; }
  @media only screen and (min-width: 767px) {
    .hero {
      padding: 20vh 0 15vh 0; } }
  .hero .container {
    z-index: 2;
    position: relative; }
  .hero--hitched, .hero--fpv, .hero--tpt, .hero--cp, .hero--game {
    color: #fff;
    text-shadow: 0 1px 10px rgba(0, 22, 40, 0.14); }
    .hero--hitched h1, .hero--hitched h4, .hero--fpv h1, .hero--fpv h4, .hero--tpt h1, .hero--tpt h4, .hero--cp h1, .hero--cp h4, .hero--game h1, .hero--game h4 {
      color: #fff; }
    .hero--hitched:after, .hero--fpv:after, .hero--tpt:after, .hero--cp:after, .hero--game:after {
      content: "";
      display: block;
      width: 100%;
      height: calc(100% + 200px);
      position: absolute;
      top: -200px;
      left: 0;
      opacity: 0.10;
      z-index: 0;
      background-repeat: repeat; }
  .hero--cp {
    background: #DE3E3E; }
  .hero--game {
    background: #a12283; }
    .hero--game:after {
      background-image: url("../images/casestudies/game/pattern.png"); }
    .hero--game .hero__image {
      bottom: -40px;
      right: 50px;
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8); }
      @media only screen and (min-width: 767px) {
        .hero--game .hero__image {
          right: -40px;
          bottom: -120px;
          -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
          transform: scale(0.8); } }
      @media (min-width: 992px) {
        .hero--game .hero__image {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1);
          bottom: -50px;
          right: 0px; } }
      @media (min-width: 1600px) {
        .hero--game .hero__image {
          right: 50px; } }
    .hero--game .lead {
      max-width: 720px; }
  .hero--hitched {
    background: #E85171; }
    .hero--hitched:after {
      background-image: url("../images/casestudies/hitched/pattern.png"); }
    .hero--hitched .hero__image {
      bottom: -170px;
      right: 50px;
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8); }
      @media (min-width: 992px) {
        .hero--hitched .hero__image {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); } }
  .hero--tpt {
    background: #0B1238; }
    .hero--tpt:after {
      background-image: url("../images/casestudies/tpt/pattern.png"); }
    .hero--tpt .hero__image {
      bottom: -62px;
      right: 50px;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
      @media (min-width: 992px) {
        .hero--tpt .hero__image {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); } }
    .hero--tpt .lead {
      max-width: 880px; }
  .hero--fpv {
    background: #4AC1BF; }
    .hero--fpv .lead {
      max-width: 770px; }
      @media (min-width: 1200px) {
        .hero--fpv .lead {
          max-width: 750px; } }
      @media (min-width: 1600px) {
        .hero--fpv .lead {
          max-width: 770px; } }
    .hero--fpv:after {
      background-image: url("../images/casestudies/fpvuk/pattern.png"); }
  .hero__image {
    position: absolute;
    right: -10vw;
    bottom: -10vh;
    display: none;
    z-index: 1; }
    @media only screen and (min-width: 767px) {
      .hero__image {
        display: block;
        right: -30vw;
        bottom: -160px;
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6); } }
    @media (min-width: 992px) {
      .hero__image {
        right: -250px;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        bottom: -130px; } }
    @media (min-width: 1200px) {
      .hero__image {
        right: -200px;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9); } }
    @media (min-width: 1600px) {
      .hero__image {
        right: -10vw;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); } }

ul {
  list-style: none;
  padding: 0px;
  margin: 0px; }

.btn {
  cursor: pointer;
  border-radius: 3px;
  display: inline-block;
  padding: 10px 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn--primary {
    background: #FF4968;
    color: #fff; }
    .btn--primary:hover {
      background-color: #ff3053; }
  .btn--readmore {
    color: #FF4968;
    position: relative; }
    .btn--readmore:after {
      content: "";
      display: inline-block;
      width: 60px;
      height: 1px;
      background: #FF4968;
      top: -4px;
      left: 30px;
      position: relative;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .btn--readmore:hover {
      color: #ff163e; }
      .btn--readmore:hover:after {
        width: 100px; }
  .btn + .btn {
    margin-left: 30px; }

.divider {
  display: inline-block;
  margin: 0px 20px;
  width: 30px;
  height: 1px;
  background-color: #D8D8D8;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
  position: relative;
  top: -5px; }

.read-link:after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 1px;
  background: #fff;
  top: -4px;
  left: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.list {
  margin-bottom: 30px; }
  .list li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px; }
    .list li:before {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      border: 2px solid #FF4968;
      border-radius: 50%;
      position: absolute;
      left: 0px;
      top: 8px; }

.skillset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .skillset > li {
    width: 50%;
    padding: 15px; }
    @media only screen and (min-width: 767px) {
      .skillset > li {
        width: 25%; } }
  .skillset ul li {
    margin-bottom: 12px; }
  .skillset h3 {
    margin-bottom: 25px; }

.showcase {
  background: #F3F2F3;
  padding: 70px 20px; }
  @media only screen and (min-width: 767px) {
    .showcase {
      padding: 70px 50px; } }
  .showcase__wrapper {
    margin: auto;
    max-width: 895px;
    -webkit-box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.07); }
  .showcase__tab {
    display: none;
    position: relative; }
    .showcase__tab.active {
      display: inherit; }
  .showcase__window {
    overflow-x: hidden;
    overflow-y: auto;
    overflow: hidden;
    position: relative;
    height: 600px;
    width: 100%; }
    @media only screen and (min-width: 767px) {
      .showcase__window {
        height: 600px;
        width: 100%;
        -webkit-animation: scrollWindow 20s ease infinite;
        animation: scrollWindow 20s ease infinite;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 0 0%; }
        .showcase__window:hover {
          -webkit-animation-play-state: paused;
          animation-play-state: paused;
          cursor: move;
          /* fallback if grab cursor is unsupported */
          cursor: grab;
          cursor: -webkit-grab; }
        .showcase__window:active {
          -webkit-animation: step-end;
          animation: step-end;
          cursor: grabbing;
          cursor: -webkit-grabbing; } }
    .showcase__window img {
      width: 100%;
      display: block;
      vertical-align: bottom;
      /*@include tablet {
				display: none;
			}*/ }
  .showcase__bar {
    width: 100%;
    border-radius: 3px 3px 0 0;
    background: #E6E5E6;
    height: 20px; }
    @media only screen and (min-width: 767px) {
      .showcase__bar {
        height: 40px; } }
    @media only screen and (min-width: 767px) {
      .showcase__bar span {
        display: inline-block;
        width: 10px;
        height: 10px;
        background: #FFC002;
        border-radius: 50%;
        position: relative;
        left: 30px;
        top: 7px; }
        .showcase__bar span:before, .showcase__bar span:after {
          content: "";
          display: inline-block;
          width: 10px;
          height: 10px;
          background: #FF5F53;
          border-radius: 50%;
          position: absolute;
          left: -18px;
          top: 0px; }
        .showcase__bar span:after {
          left: auto;
          right: -18px;
          background: #14CB35; } }
  .showcase__prev, .showcase__next {
    width: 40px;
    height: 40px;
    border: 1px solid #4AC1BF;
    border-width: 1px 1px 0 0;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    cursor: pointer; }
    @media only screen and (min-width: 767px) {
      .showcase__prev, .showcase__next {
        right: -30px; } }
    @media (min-width: 992px) {
      .showcase__prev, .showcase__next {
        right: 0px;
        width: 50px;
        height: 50px; } }
    @media (min-width: 1600px) {
      .showcase__prev, .showcase__next {
        right: 20px; } }
    .showcase__prev:hover, .showcase__next:hover {
      border-color: #23293E; }
  .showcase__prev {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    -ms-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
    left: 20px;
    right: auto; }
    @media only screen and (min-width: 767px) {
      .showcase__prev {
        left: -30px; } }
    @media (min-width: 992px) {
      .showcase__prev {
        left: 0px; } }
    @media (min-width: 1600px) {
      .showcase__prev {
        left: 20px; } }
  .showcase__pager {
    font-size: 3rem;
    text-align: center;
    margin: 30px -2px 0 -2px; }
    .showcase__pager span {
      color: #66686A;
      margin: 0px 2px;
      cursor: pointer; }
      .showcase__pager span:hover {
        color: #23293E; }
    .showcase__pager .cycle-pager-active {
      color: #4AC1BF; }

@-webkit-keyframes scrollWindow {
  20% {
    background-position: 0 0%; }
  50% {
    background-position: 0 100%; }
  100% {
    background-position: 0 0%; } }

@keyframes scrollWindow {
  20% {
    background-position: 0 0%; }
  50% {
    background-position: 0 100%; }
  100% {
    background-position: 0 0%; } }

.switcher {
  color: #66686A;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px; }
  .switcher a {
    cursor: pointer;
    display: inline-block;
    color: inherit; }
    .switcher a:hover {
      color: #001628; }
  .switcher .active {
    color: #001628; }

.results-bubble {
  width: 255px;
  height: 255px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 50%;
  background: #4AC1BF;
  color: #fff;
  text-align: center;
  padding: 0px 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -60%) scale(0.7);
  -ms-transform: translate(-50%, -60%) scale(0.7);
  transform: translate(-50%, -60%) scale(0.7);
  font-weight: 500; }
  @media only screen and (min-width: 767px) {
    .results-bubble {
      -webkit-transform: translate(-50%, -80%) scale(0.5);
      -ms-transform: translate(-50%, -80%) scale(0.5);
      transform: translate(-50%, -80%) scale(0.5); } }
  @media (min-width: 992px) {
    .results-bubble {
      -webkit-transform: translate(-50%, -60%) scale(0.7);
      -ms-transform: translate(-50%, -60%) scale(0.7);
      transform: translate(-50%, -60%) scale(0.7); } }
  @media (min-width: 1200px) {
    .results-bubble {
      -webkit-transform: translate(-50%, -60%) scale(1);
      -ms-transform: translate(-50%, -60%) scale(1);
      transform: translate(-50%, -60%) scale(1); } }
  .results-bubble__figure {
    font-weight: 300;
    font-size: 9rem;
    display: block;
    line-height: 1; }
  .results-bubble--tpt {
    background: #46CC3A; }

form label {
  font-weight: 500;
  display: block;
  color: #001628;
  margin: 0px; }

form .form-group {
  position: relative;
  margin-bottom: 15px;
  padding-top: 35px; }
  form .form-group label {
    position: absolute;
    bottom: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

form input {
  border: 0px none;
  width: 100%;
  border-bottom: 1px solid #B9BABB;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #66686A;
  border-radius: 0px; }
  form input:focus {
    outline: none;
    border-color: #001628; }
  form input:focus + label,
  form input:valid + label,
  form input:placeholder-shown + label {
    bottom: 25px;
    font-size: 1.4rem; }

form textarea {
  border: 0px none;
  width: 100%;
  color: #66686A;
  border-radius: 0px;
  height: 80px;
  border-bottom: 1px solid #B9BABB; }

form .required {
  color: #FF4968; }

form p {
  margin: 0px; }

form .form-message {
  margin: 35px 0 10px 0; }

form .form-footer {
  overflow: hidden;
  margin-top: 35px; }
  form .form-footer p {
    float: left;
    font-size: 1.4rem; }

form input.btn {
  width: auto;
  display: inline-block;
  border: 0px none;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: right; }

.img-responsive {
  width: 100%;
  max-width: 100%;
  image-rendering: crisp-edges; }

#message-outcome {
  color: #FF4968;
  font-size: 1.4rem;
  margin-top: 15px; }
  #message-outcome .validationsuccess {
    background-color: #00D4B6;
    font-size: 1.6rem;
    clear: both;
    font-weight: 700;
    text-align: center;
    display: block;
    margin-top: 40px;
    color: #fff;
    padding: 8px 20px; }

.work-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.work {
  width: calc(100% - 40px);
  margin: 0px 20px 40px 20px;
  overflow: hidden;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 21, 40, 0.1);
  box-shadow: 0 2px 10px 0 rgba(0, 21, 40, 0.1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media only screen and (min-width: 767px) {
    .work {
      width: calc(50% - 40px); } }
  .work:hover {
    -webkit-box-shadow: 0 2px 40px 0 rgba(0, 21, 40, 0.2);
    box-shadow: 0 2px 40px 0 rgba(0, 21, 40, 0.2); }
    .work:hover .btn:after {
      width: 100px; }
  .work__text {
    padding: 30px; }
  .work__image img {
    width: 100%;
    height: auto; }
  .work__list {
    margin: 7px -6px 0px -6px;
    font-size: 1.4rem;
    color: #66686A; }
    .work__list li {
      display: inline-block;
      margin: 0px 6px; }
      .work__list li:after {
        content: "/";
        padding-left: 12px; }
      .work__list li:last-child:after {
        content: none; }
  .work h2 {
    margin: 0px;
    line-height: 1.3;
    font-weight: 500;
    font-size: 2.8rem; }
  .work .btn {
    padding: 0px;
    font-size: 1.6rem;
    margin: 15px 0 0 0; }

.casestudy {
  color: #FAFAFA;
  position: relative;
  margin-bottom: 50px; }
  @media only screen and (min-width: 767px) {
    .casestudy {
      margin-bottom: 60px; } }
  .casestudy__block {
    padding: 30px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden; }
    @media only screen and (min-width: 767px) {
      .casestudy__block {
        padding: 50px; } }
    @media (min-width: 992px) {
      .casestudy__block {
        padding: 65px; } }
    .casestudy__block:after {
      content: "";
      display: block;
      width: 200%;
      height: 200%;
      position: absolute;
      top: 0;
      left: -10%;
      opacity: 0.15;
      -webkit-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
      transform: rotate(25deg); }
    .casestudy__block:hover .read-link {
      xcolor: #001628; }
      .casestudy__block:hover .read-link:after {
        width: 100px; }
    .casestudy__block:hover .casestudy__text {
      -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      transform: translateY(-20px); }
  .casestudy__text {
    display: block;
    color: #fff;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .casestudy h2 {
    font-size: 4rem;
    line-height: 1.2;
    margin: 0px 0 20px 0;
    color: #fff;
    font-weight: 700; }
    @media only screen and (min-width: 767px) {
      .casestudy h2 {
        font-size: 4.8rem; } }
    @media (min-width: 992px) {
      .casestudy h2 {
        font-size: 5.6rem; } }
    @media (min-width: 1200px) {
      .casestudy h2 {
        font-size: 6.4rem; } }
  .casestudy__lead {
    margin: 0px 0 30px 0;
    line-height: 1.4;
    font-size: 2rem; }
    @media only screen and (min-width: 767px) {
      .casestudy__lead {
        font-size: 2.5rem; } }
    @media (min-width: 992px) {
      .casestudy__lead {
        font-size: 3.5rem; } }
  .casestudy .read-link {
    color: #fff; }

.casestudy-row {
  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;
  z-index: 1;
  position: relative; }
  @media (min-width: 992px) {
    .casestudy-row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }

.casestudy--fpv {
  margin-top: 30px; }
  .casestudy--fpv h2 {
    font-size: 5rem; }
    @media only screen and (min-width: 767px) {
      .casestudy--fpv h2 {
        font-size: 6.2rem; } }
    @media (min-width: 992px) {
      .casestudy--fpv h2 {
        font-size: 7.2rem; } }
  .casestudy--fpv .casestudy__block {
    background-color: #4AC1BF;
    max-width: 1135px; }
    @media only screen and (max-width: 767px) {
      .casestudy--fpv .casestudy__block {
        padding-bottom: 80px; } }
    .casestudy--fpv .casestudy__block:after {
      background: url("../images/casestudies/fpvuk/pattern.png") repeat; }
    .casestudy--fpv .casestudy__block:hover {
      background-color: #3eb4b2; }
  .casestudy--fpv .casestudy__text {
    max-width: 460px; }
    @media (min-width: 992px) {
      .casestudy--fpv .casestudy__text {
        max-width: 520px; } }
  .casestudy--fpv .casestudy__image {
    position: absolute;
    right: -45vw;
    bottom: -44px;
    width: 400px;
    max-width: 100%;
    z-index: 0; }
    @media only screen and (min-width: 767px) {
      .casestudy--fpv .casestudy__image {
        width: 100%;
        top: 141px;
        right: -270px;
        max-width: 525px; } }
    @media (min-width: 992px) {
      .casestudy--fpv .casestudy__image {
        top: 180px;
        width: 760px;
        right: -200px;
        max-width: none; } }
    @media (min-width: 1200px) {
      .casestudy--fpv .casestudy__image {
        width: auto;
        top: 120px;
        right: -12%; } }

.casestudy--tpt {
  width: 100%; }
  @media (min-width: 992px) {
    .casestudy--tpt {
      max-width: calc(50% - 15px); } }
  .casestudy--tpt .casestudy__block {
    position: relative;
    background-color: #0B1238; }
    @media only screen and (max-width: 767px) {
      .casestudy--tpt .casestudy__block {
        padding-bottom: 40px; } }
    .casestudy--tpt .casestudy__block:after {
      background: url("../images/casestudies/tpt/pattern.png") repeat; }
    .casestudy--tpt .casestudy__block:hover {
      background-color: #070b23; }
  .casestudy--tpt .casestudy__image {
    position: absolute;
    position: absolute;
    right: -10px;
    bottom: -44px;
    z-index: 0;
    width: 270px; }
    @media only screen and (min-width: 767px) {
      .casestudy--tpt .casestudy__image {
        bottom: -55px;
        right: -10px;
        width: 280px; } }
    @media (min-width: 992px) {
      .casestudy--tpt .casestudy__image {
        width: 330px;
        bottom: -48px;
        right: -15px; } }
    @media (min-width: 1200px) {
      .casestudy--tpt .casestudy__image {
        width: auto;
        bottom: -66px;
        right: 0; } }

.casestudy--hitched {
  width: 100%; }
  @media (min-width: 992px) {
    .casestudy--hitched {
      max-width: calc(50% - 15px);
      margin: 50px auto auto 30px; } }
  @media (min-width: 992px) {
    .casestudy--hitched {
      margin-top: 79px; } }
  .casestudy--hitched .casestudy__block {
    position: relative;
    background-color: #E85171;
    padding-bottom: 45px; }
    @media only screen and (min-width: 767px) {
      .casestudy--hitched .casestudy__block {
        padding-top: 60px;
        padding-bottom: 70px; } }
    @media (min-width: 992px) {
      .casestudy--hitched .casestudy__block {
        padding-bottom: 40px;
        padding-top: 60px; } }
    .casestudy--hitched .casestudy__block:after {
      background: url("../images/casestudies/hitched/pattern.png") repeat; }
    .casestudy--hitched .casestudy__block:hover {
      background-color: #e64366; }
  .casestudy--hitched .casestudy__image {
    position: absolute;
    right: -15px;
    bottom: -130px;
    width: 180px;
    z-index: 0; }
    @media only screen and (min-width: 767px) {
      .casestudy--hitched .casestudy__image {
        width: 200px;
        right: -16px;
        bottom: -143px; } }
    @media (min-width: 992px) {
      .casestudy--hitched .casestudy__image {
        width: 200px;
        right: -16px;
        bottom: -143px; } }
    @media (min-width: 1200px) {
      .casestudy--hitched .casestudy__image {
        width: auto;
        bottom: -166px;
        right: -20px; } }

.text-block h2, .text-block h3 {
  font-size: 2.3rem;
  font-weight: 300;
  color: #001628;
  margin-bottom: 10px; }
  @media only screen and (min-width: 767px) {
    .text-block h2, .text-block h3 {
      font-size: 2.5rem;
      margin-bottom: 20px; } }
  @media (min-width: 992px) {
    .text-block h2, .text-block h3 {
      font-size: 2.8rem; } }

@media only screen and (max-width: 767px) {
  .research .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.cardsort-fpv {
  color: #fff;
  position: relative; }
  .cardsort-fpv .container {
    position: relative;
    z-index: 2; }
  .cardsort-fpv__wrap {
    background: #23293E;
    overflow: hidden;
    position: relative; }
    .cardsort-fpv__wrap:after {
      content: "";
      display: block;
      width: 200%;
      height: 200%;
      position: absolute;
      top: 0;
      left: -10%;
      opacity: 0.10;
      z-index: 0;
      -webkit-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
      transform: rotate(25deg);
      background: url("../images/casestudies/fpvuk/pattern.png") repeat; }
  @media only screen and (max-width: 767px) {
    .cardsort-fpv .block-padding {
      padding-bottom: 100px; } }
  .cardsort-fpv .row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .cardsort-fpv h2 {
    color: #4AC1BF; }
  .cardsort-fpv .row .col-half {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0px -15px; }
    @media only screen and (min-width: 767px) {
      .cardsort-fpv .row .col-half {
        width: 60%; } }
  .cardsort-fpv .c-list {
    width: calc(50% - 15px);
    margin: 0px 15px; }
    @media only screen and (max-width: 767px) {
      .cardsort-fpv .c-list {
        display: none; } }
    .cardsort-fpv .c-list > li {
      font-weight: 500;
      color: #4AC1BF; }
    .cardsort-fpv .c-list ul {
      margin-top: 15px;
      position: relative; }
      .cardsort-fpv .c-list ul:before {
        width: 2px;
        height: calc(100% - 20px);
        content: "";
        display: block;
        background: #4AC1BF;
        position: absolute;
        left: 5px;
        top: 10px; }
      .cardsort-fpv .c-list ul li {
        color: #fff;
        margin-bottom: 12px;
        padding-left: 30px;
        position: relative; }
        .cardsort-fpv .c-list ul li:before, .cardsort-fpv .c-list ul li:after {
          content: "";
          display: block;
          width: 12px;
          height: 12px;
          background: #4AC1BF;
          border-radius: 50%;
          position: absolute;
          left: 0px;
          top: 7px; }
        .cardsort-fpv .c-list ul li:before {
          -webkit-box-shadow: 0px 1px 4px rgba(35, 41, 62, 0.51);
          box-shadow: 0px 1px 4px rgba(35, 41, 62, 0.51); }
        .cardsort-fpv .c-list ul li:after {
          width: 6px;
          height: 6px;
          background: #fff;
          position: absolute;
          left: 3px;
          top: 10px; }
  .cardsort-fpv__image {
    position: absolute;
    bottom: -30px;
    right: -40px;
    width: 480px; }
    @media only screen and (min-width: 767px) {
      .cardsort-fpv__image {
        bottom: -40px;
        width: 650px;
        right: 0px; } }
    @media (min-width: 992px) {
      .cardsort-fpv__image {
        bottom: -60px;
        width: auto; } }

/*.showcase__window {	
	&--home {
		background-image: url(../images/casestudies/fpvuk/gallery-home.jpg);
	}
	&--ca {
		background-image: url(../images/casestudies/fpvuk/gallery-ca.jpg);
	}
	&--home-wf {
		background-image: url(../images/casestudies/fpvuk/gallery-home-wf.png);
	}
}*/
.mobile-fpv {
  background: url("../images/casestudies/fpvuk/background-cs.png") no-repeat #23293E;
  background-size: cover;
  color: #4AC1BF;
  position: relative;
  padding-top: 50px; }
  .mobile-fpv .col-half {
    width: 100%;
    text-align: center; }
  @media only screen and (min-width: 767px) {
    .mobile-fpv .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (min-width: 992px) {
    .mobile-fpv {
      padding-top: 70px; }
      .mobile-fpv .col-half {
        width: 50%;
        text-align: left; }
      .mobile-fpv .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }
  .mobile-fpv .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .mobile-fpv img {
    display: block;
    margin: auto;
    width: auto;
    max-width: 100%; }

.fpv-goals .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .fpv-goals .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }

.fpv-goals__image {
  background: #4AC1BF;
  text-align: center;
  padding: 80px 40px; }
  .fpv-goals__image img {
    display: block;
    margin: auto;
    width: auto;
    max-width: 100%; }

.fpv-goals__text {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px; }
  @media only screen and (min-width: 767px) {
    .fpv-goals__text {
      padding: 40px 80px; } }
  @media (min-width: 1600px) {
    .fpv-goals__text {
      padding: 40px 100px; } }

.results .col-sm {
  position: relative; }

.testimonial--fpv {
  color: #fff;
  padding: 120px 0 120px 0;
  background: #4AC1BF;
  position: relative; }
  .testimonial--fpv:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0;
    background: url("../images/casestudies/fpvuk/testimonial-bg.jpg") no-repeat;
    background-size: cover;
    opacity: 0.09;
    width: 100%;
    height: 100%; }

.testimonial .row {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.testimonial .container {
  z-index: 2;
  position: relative; }

.testimonial__copy {
  max-width: 900px; }

.testimonial__profile {
  margin-top: 20px;
  font-weight: 500;
  font-size: 1.4rem; }
  .testimonial__profile span {
    font-weight: 300; }

.testimonial__image {
  border-radius: 50%;
  width: 140px;
  height: 140px; }

.testimonial--hitched {
  color: #fff;
  padding: 120px 0 100px 0;
  background: #E85171;
  position: relative; }
  .testimonial--hitched:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0;
    background: url("../images/casestudies/hitched/pattern.png") repeat;
    opacity: 0.09;
    width: 100%;
    height: 100%; }
  @media (min-width: 992px) {
    .testimonial--hitched {
      xheight: 700px; } }

.showcase--hitched {
  padding: 0px;
  width: auto;
  background: none; }
  .showcase--hitched .showcase__wrapper {
    max-width: none; }
  .showcase--hitched .showcase__window {
    height: auto; }
    @media only screen and (min-width: 767px) {
      .showcase--hitched .showcase__window {
        height: 800px; } }

.wireframe-hitched .container {
  position: relative; }

.wireframe-hitched .promo {
  font-size: 2.8rem;
  text-align: center;
  color: #E85171; }
  @media only screen and (min-width: 767px) {
    .wireframe-hitched .promo {
      display: none; } }

.wireframe-hitched__image {
  border: 1px solid #D6DADE;
  display: block;
  vertical-align: bottom;
  width: 100%; }
  @media only screen and (min-width: 767px) {
    .wireframe-hitched__image {
      width: 700px;
      height: auto; } }
  @media (min-width: 992px) {
    .wireframe-hitched__image {
      width: 800px;
      height: auto; } }
  @media (min-width: 1200px) {
    .wireframe-hitched__image {
      width: auto; } }

@-webkit-keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 25px rgba(232, 76, 61, 0);
    box-shadow: 0 0 0 25px rgba(232, 76, 61, 0); } }

@keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 25px rgba(232, 76, 61, 0);
    box-shadow: 0 0 0 25px rgba(232, 76, 61, 0); } }

.message-block {
  position: absolute;
  z-index: 1;
  left: 50px;
  top: 50%; }
  @media only screen and (max-width: 767px) {
    .message-block {
      display: none; } }
  .message-block__trigger {
    display: block;
    width: 20px;
    height: 20px;
    background: #E85171;
    -webkit-box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
    box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -40px;
    -webkit-animation: pulse 1.25s infinite ease;
    animation: pulse 1.25s infinite ease; }
    .message-block__trigger:before {
      position: absolute;
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      background: #fff;
      top: 6px;
      left: 6px;
      border-radius: 50%; }
    .message-block__trigger.active {
      -webkit-animation: none;
      animation: none; }
    .message-block__trigger:hover {
      /*animation: pulse 1.25s infinite ease;*/
      background: #e2244c; }
  .message-block__bubble {
    padding: 30px 30px 20px 30px;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0) translateX(20%);
    -ms-transform: scale(0) translateX(20%);
    transform: scale(0) translateX(20%); }
    .message-block__bubble.open {
      -webkit-transform: scale(1) translateX(0%);
      -ms-transform: scale(1) translateX(0%);
      transform: scale(1) translateX(0%); }
    @media only screen and (min-width: 767px) {
      .message-block__bubble:before {
        content: "";
        display: block;
        height: 27px;
        width: 27px;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
        position: absolute;
        left: -13px;
        top: 50%;
        background: #fff;
        -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12); }
      .message-block__bubble:after {
        content: "";
        display: block;
        background: #fff;
        width: 20px;
        height: 50px;
        position: absolute;
        left: 0px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    @media (min-width: 1600px) {
      .message-block__bubble {
        padding: 30px 40px 20px 40px; } }
  .message-block ul {
    margin: 0px; }
  @media only screen and (min-width: 767px) {
    .message-block {
      right: 20px;
      left: auto;
      width: 320px; }
      .message-block--1 {
        top: 50px; }
      .message-block--2 {
        top: 380px; }
      .message-block--3 {
        top: 820px; }
      .message-block--4 {
        top: 1220px; } }
  @media (min-width: 992px) {
    .message-block {
      width: 350px;
      right: 20px; }
      .message-block--1 {
        top: 100px; }
      .message-block--2 {
        top: 460px; }
      .message-block--3 {
        top: 940px; }
      .message-block--4 {
        top: 1420px; } }
  @media (min-width: 1200px) {
    .message-block--1 {
      top: 160px; }
    .message-block--2 {
      top: 600px; }
    .message-block--3 {
      top: 1200px; }
    .message-block--4 {
      top: 1850px; } }
  @media (min-width: 1600px) {
    .message-block {
      width: 425px;
      right: 0px; } }

.competition-hitched__wrap {
  background: url("../images/casestudies/hitched/background-texture.jpg") no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 20px; }

.competition-hitched__image {
  position: relative;
  top: 80px;
  left: 50px; }

.competition-hitched__message {
  position: absolute;
  padding: 30px;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
  z-index: 2;
  left: 50px;
  top: 50%; }
  .competition-hitched__message:after {
    content: "";
    display: block;
    height: 27px;
    width: 27px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    right: -13px;
    top: 50%;
    background: #fff; }
  @media (min-width: 1200px) {
    .competition-hitched__message {
      left: auto;
      right: 100px; }
      .competition-hitched__message:after {
        right: auto;
        left: -13px; } }

.competition-hitched__tags-wrap {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .competition-hitched__tags-wrap {
      height: 80px; } }

.competition-hitched__tags {
  position: absolute;
  width: 215px; }
  .competition-hitched__tags--1 {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
    top: -55px;
    left: -13px;
    z-index: 2; }
  .competition-hitched__tags--2 {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
    top: -45px;
    left: 120px;
    z-index: 2; }
  .competition-hitched__tags--3 {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
    top: -45px;
    left: 215px;
    z-index: 2; }
  @media only screen and (min-width: 767px) {
    .competition-hitched__tags {
      width: 242px; }
      .competition-hitched__tags--1 {
        -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg);
        top: 26px;
        left: 35px;
        z-index: 2; }
      .competition-hitched__tags--2 {
        -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        transform: rotate(-2deg);
        top: 73px;
        left: 30px;
        z-index: 1; }
      .competition-hitched__tags--3 {
        -webkit-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
        transform: rotate(-25deg);
        top: 129px;
        left: 43px; } }
  @media (min-width: 992px) {
    .competition-hitched__tags {
      width: 282px; } }
  @media (min-width: 1200px) {
    .competition-hitched__tags {
      width: auto; } }

.mobile-hitched {
  background: url("../images/casestudies/hitched/background-texture.jpg") no-repeat;
  background-size: cover;
  color: #E85171;
  position: relative;
  padding: 50px 0;
  text-align: center; }
  .mobile-hitched .row {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .mobile-hitched .col-sm {
    position: relative; }
  .mobile-hitched img {
    top: 0%;
    right: 0;
    display: block;
    margin: auto;
    width: auto;
    max-width: 100%; }
  .mobile-hitched .promo {
    font-size: 3rem; }
  @media only screen and (min-width: 767px) {
    .mobile-hitched {
      padding: 0px;
      min-height: 500px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      text-align: left;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .mobile-hitched img {
        position: absolute;
        width: 30rem;
        top: -18rem;
        right: 0px; }
      .mobile-hitched .promo {
        font-size: 4rem; } }
  @media (min-width: 992px) {
    .mobile-hitched {
      min-height: 570px; }
      .mobile-hitched img {
        width: 350px;
        top: -80%;
        right: 50px; }
      .mobile-hitched .promo {
        font-size: 4.7rem; } }
  @media (min-width: 1200px) {
    .mobile-hitched {
      min-height: 670px; }
      .mobile-hitched img {
        width: auto;
        top: -75%;
        right: 50px; }
      .mobile-hitched .promo {
        font-size: 6rem; } }

.analysis-tpt {
  position: relative; }
  .analysis-tpt .container {
    position: relative;
    z-index: 2; }
  .analysis-tpt__wrap {
    position: relative;
    background: url("../images/casestudies/tpt/analysis-bg.jpg") no-repeat #0B1238;
    background-size: cover; }
  .analysis-tpt .row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .analysis-tpt h2 {
    color: #4AC1BF; }
  .analysis-tpt .c-list {
    width: 100%;
    margin: 20px 0 0px 15px;
    color: #fff; }
    @media only screen and (min-width: 767px) {
      .analysis-tpt .c-list {
        width: calc(50% - 15px);
        margin: 0px 15px; } }
    .analysis-tpt .c-list span {
      display: inline-block;
      background: #fff;
      padding: 8px 20px;
      -webkit-box-shadow: 0px 1px 4px rgba(11, 18, 56, 0.51);
      box-shadow: 0px 1px 4px rgba(11, 18, 56, 0.51);
      color: #0B1238;
      border-radius: 2px;
      -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
      transform: rotate(-5deg);
      position: relative;
      left: -20px; }
    .analysis-tpt .c-list > li {
      font-weight: 500;
      color: #46CC3A; }
    .analysis-tpt .c-list ul {
      margin-top: 35px;
      position: relative; }
      .analysis-tpt .c-list ul li {
        color: #fff;
        margin-bottom: 12px;
        padding-left: 30px;
        position: relative; }
        .analysis-tpt .c-list ul li:before, .analysis-tpt .c-list ul li:after {
          content: "";
          display: block;
          width: 12px;
          height: 12px;
          background: #38b02d;
          border-radius: 50%;
          position: absolute;
          left: 0px;
          top: 7px; }
        .analysis-tpt .c-list ul li:before {
          -webkit-box-shadow: 0px 1px 4px rgba(11, 18, 56, 0.51);
          box-shadow: 0px 1px 4px rgba(11, 18, 56, 0.51); }
        .analysis-tpt .c-list ul li:after {
          width: 6px;
          height: 6px;
          background: #fff;
          position: absolute;
          left: 3px;
          top: 10px; }
  .analysis-tpt__card {
    background: #fff;
    padding: 30px;
    max-width: 600px;
    -webkit-box-shadow: 0px 1px 14px rgba(11, 18, 56, 0.15);
    box-shadow: 0px 1px 14px rgba(11, 18, 56, 0.15);
    margin: 40px 20px -50px 20px; }
    .analysis-tpt__card h2 {
      color: #0B1238; }
    .analysis-tpt__card .lead {
      line-height: 1.4; }
    @media only screen and (min-width: 767px) {
      .analysis-tpt__card {
        margin: 40px 20px -90px 20px; } }
    @media (min-width: 992px) {
      .analysis-tpt__card {
        width: 40%;
        padding: 40px;
        margin: 40px 0px -90px 0px; }
        .analysis-tpt__card .lead {
          font-size: 2.2rem;
          line-height: 1.5; } }
    @media (min-width: 1200px) {
      .analysis-tpt__card {
        padding: 50px;
        margin: 40px 20px -120px 0px; }
        .analysis-tpt__card .lead {
          font-size: 2.4rem;
          line-height: 1.4; } }
    @media (min-width: 1600px) {
      .analysis-tpt__card {
        margin: 40px 0px -120px 0px; }
        .analysis-tpt__card .lead {
          font-size: 2.8rem;
          line-height: 1.4; } }
  @media only screen and (min-width: 767px) {
    .analysis-tpt .col-half {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .analysis-tpt .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (min-width: 992px) {
    .analysis-tpt .row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
    .analysis-tpt .col-half {
      width: 60%; } }

.wireframe-tpt .col-lg {
  width: 100%; }
  @media (min-width: 992px) {
    .wireframe-tpt .col-lg {
      width: 65%; } }
  @media (min-width: 1600px) {
    .wireframe-tpt .col-lg {
      width: 80%; } }

.wireframe-tpt .col-sm {
  margin-top: 30px; }

@include-tablet {
  .wireframe-tpt .col-sm {
    margin-top: 0px; } }
  @media (min-width: 992px) {
    .wireframe-tpt .col-sm {
      margin-top: 15px; } }

@media only screen and (min-width: 767px) {
  .wireframe-tpt .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .wireframe-tpt .col-sm {
    width: 100%; }
  .wireframe-tpt .col-sm .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .wireframe-tpt .col-copy {
    width: 60%; } }

@media (min-width: 992px) {
  .wireframe-tpt .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .wireframe-tpt .col-sm .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .wireframe-tpt .col-copy {
    width: 100%; }
  .wireframe-tpt .col-sm {
    width: 35%; } }

.showcase--tpt {
  padding: 0px;
  width: auto;
  background: none; }
  .showcase--tpt .showcase__wrapper {
    max-width: none; }
  .showcase--tpt .showcase__window {
    height: auto; }
    @media only screen and (min-width: 767px) {
      .showcase--tpt .showcase__window {
        height: 800px; } }

.testing-tpt {
  background: url("../images/casestudies/tpt/testing-bg.jpg") no-repeat #0B1238;
  background-size: cover;
  padding: 100px 0;
  position: relative; }
  .testing-tpt:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(11, 18, 56, 0.8);
    top: 0px;
    left: 0px; }
  .testing-tpt__card {
    background: #fff;
    padding: 30px;
    max-width: 550px;
    -webkit-box-shadow: 0px 1px 14px rgba(11, 18, 56, 0.15);
    box-shadow: 0px 1px 14px rgba(11, 18, 56, 0.15); }
  .testing-tpt .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 992px) {
      .testing-tpt .container {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }

.mobile-tpt {
  background: url("../images/casestudies/tpt/mobile-bg.jpg") no-repeat #0B1238 center;
  background-size: cover;
  padding: 100px 0;
  position: relative;
  height: 500px; }
  @media only screen and (min-width: 767px) {
    .mobile-tpt {
      height: 600px; } }
  @media (min-width: 992px) {
    .mobile-tpt {
      height: 700px; } }
  .mobile-tpt .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (min-width: 992px) {
      .mobile-tpt .container {
        -webkit-box-align: end;
        -webkit-align-items: end;
        -ms-flex-align: end;
        align-items: end; } }
  .mobile-tpt__copy {
    max-width: 600px;
    color: #fff; }

.macbook-tpt {
  position: relative; }
  .macbook-tpt .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    @media (min-width: 992px) {
      .macbook-tpt .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }

.col-mac {
  width: 100%; }

@media only screen and (min-width: 767px) {
  .col-mac-copy {
    width: 80%;
    z-index: 2; }
    .col-mac-copy ul {
      -webkit-columns: 2;
      -moz-columns: 2;
      columns: 2; } }

@media (min-width: 992px) {
  .col-mac-copy {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    width: 260px;
    position: absolute;
    right: 0px;
    top: 70px;
    padding: 15px 25px 0 25px;
    background: #fff; }
    .col-mac-copy ul {
      -webkit-columns: 1;
      -moz-columns: 1;
      columns: 1; } }

@media (min-width: 1200px) {
  .col-mac-copy {
    width: 260px;
    padding: 15px 20px 0 20px; } }

.insitu-mac {
  position: relative; }
  @media only screen and (min-width: 767px) {
    .insitu-mac {
      margin: 0px;
      margin-left: -150px;
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9); } }
  @media (min-width: 992px) {
    .insitu-mac {
      margin-left: -110px;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); } }
  .insitu-mac__mac {
    position: relative;
    z-index: 1;
    display: none; }
    @media only screen and (min-width: 767px) {
      .insitu-mac__mac {
        display: block; } }
  @media only screen and (min-width: 767px) {
    .insitu-mac__wrap {
      position: absolute;
      z-index: 2;
      top: 40px;
      left: 139px;
      height: 553px;
      overflow: hidden;
      width: 880px; } }
  .insitu-mac__wrap img {
    width: 100%; }

.testimonial--tpt {
  color: #fff;
  padding: 120px 0 100px 0;
  background: url("../images/casestudies/tpt/testimonial-bg.jpg") no-repeat;
  background-size: cover;
  position: relative; }

.header {
  padding: 40px 0 0 0;
  position: absolute;
  width: 100%;
  z-index: 3;
  /*padding-bottom: 6vh;	
	@include desktop {
		padding-bottom: 10vh;
	}*/ }
  .header .container {
    position: relative; }
  .header__logo {
    diplay: block;
    position: absolute;
    top: 0px;
    left: 30px;
    z-index: 3; }
    .header__logo .guii-logo {
      fill: #FF4968; }
  @media only screen and (max-width: 767px) {
    .header__menu-wrapper {
      display: block;
      background: #001628;
      position: fixed;
      z-index: 2;
      width: 100%;
      height: 100%;
      left: 0px;
      top: 0px;
      text-align: center;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s;
      overflow: hidden; }
      .header__menu-wrapper li {
        position: relative;
        opacity: 0;
        height: 10%; }
      .header__menu-wrapper.open {
        opacity: 1;
        visibility: visible;
        height: 100%; }
        .header__menu-wrapper.open li {
          -webkit-animation: fadeInTop .5s ease forwards;
          animation: fadeInTop .5s ease forwards;
          -webkit-animation-delay: .35s;
          animation-delay: .35s; }
          .header__menu-wrapper.open li:nth-of-type(2) {
            -webkit-animation-delay: .4s;
            animation-delay: .4s; }
          .header__menu-wrapper.open li:nth-of-type(3) {
            -webkit-animation-delay: .45s;
            animation-delay: .45s; }
          .header__menu-wrapper.open li:nth-of-type(4) {
            -webkit-animation-delay: .50s;
            animation-delay: .50s; } }
  @media only screen and (max-width: 767px) {
    .header__navigation {
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0px;
      padding-top: 30vh; } }
  .header__navigation li {
    color: #fff;
    margin-bottom: 30px;
    height: 30px;
    font-weight: 500; }
    .header__navigation li:hover {
      color: #FF4968; }
    .header__navigation li.active {
      color: #FF4968; }
  .header__navigation a {
    color: inherit; }
  @media only screen and (min-width: 767px) {
    .header__navigation {
      text-align: right;
      display: block;
      margin-top: 8px; }
      .header__navigation li {
        color: #001628;
        display: inline-block;
        margin: 0px; }
        .header__navigation li + li {
          margin-left: 25px; }
        .header__navigation li.active {
          color: #FF4968; } }
  .header.theme .guii-logo {
    fill: #fff; }
  .header.theme .header__navigation li {
    color: #fff; }
  .header.theme .header__menu-button-bar
.header__menu-button-bar:after,
  .header.theme .header__menu-button-bar:before {
    background: #fff; }

.header__menu-button {
  display: inline-block;
  padding: 15px 10px;
  position: absolute;
  right: 20px;
  top: 0px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1; }
  .header__menu-button-bar {
    display: block;
    width: 23px;
    height: 2px;
    background: #66686A;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .header__menu-button-bar:before, .header__menu-button-bar:after {
      content: "";
      display: block;
      width: 23px;
      height: 2px;
      background: #66686A;
      position: relative;
      top: -6px;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .header__menu-button-bar:after {
      top: 4px; }
  .header__menu-button:hover .header__menu-button-bar {
    background: #001628; }
    .header__menu-button:hover .header__menu-button-bar:before, .header__menu-button:hover .header__menu-button-bar:after {
      background: #001628;
      top: -8px; }
    .header__menu-button:hover .header__menu-button-bar:after {
      top: 6px; }
  .header__menu-button.active {
    z-index: 2; }
    .header__menu-button.active .header__menu-button-bar {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 0px;
      background: #fff; }
      .header__menu-button.active .header__menu-button-bar:after {
        background: #fff;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        top: -1px; }
      .header__menu-button.active .header__menu-button-bar:before {
        opacity: 0; }
  @media only screen and (min-width: 767px) {
    .header__menu-button {
      display: none; } }

@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    top: 20%; }
  100% {
    opacity: 1;
    top: 0; } }

@keyframes fadeInTop {
  0% {
    opacity: 0;
    top: 20%; }
  100% {
    opacity: 1;
    top: 0; } }

.sign-off {
  margin-top: 40px; }
  @media (min-width: 1200px) {
    .sign-off {
      margin-top: 80px; } }
  .sign-off__container {
    max-width: 700px;
    padding: 40px 0; }
    @media only screen and (min-width: 767px) {
      .sign-off__container {
        padding: 60px 0; } }
    @media (min-width: 992px) {
      .sign-off__container {
        padding: 80px 0; } }
    @media (min-width: 1200px) {
      .sign-off__container {
        padding: 100px 0 120px 0; } }
    @media (min-width: 1600px) {
      .sign-off__container {
        padding: 100px 0 140px 0; } }
  .sign-off .lead {
    color: #001628;
    font-weight: 300;
    margin-bottom: 30px; }

.social-scene ul {
  text-align: left;
  font-weight: 500; }
  @media only screen and (min-width: 767px) {
    .social-scene ul {
      text-align: right; } }

.social-scene li {
  display: inline-block;
  font-size: 1.4rem; }
  .social-scene li + li {
    margin-left: 15px; }

.social-scene a {
  color: inherit; }

.social-scene__dribbble {
  color: #EA4C89; }

.social-scene__github {
  color: #0366D6; }

.social-scene__instagram {
  color: #FB3958; }

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