@charset "UTF-8";
/* SETTINGS */
/* COLOURS */
/* SETTINGS */
/* COLOURS */
/*
 *  KEYFRAMES
 */
@-webkit-keyframes fadeIn {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}
@-ms-keyframes fadeOut {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}
@-moz-keyframes fadeInOut {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}
@-ms-keyframes fadeInOut {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}
@keyframes fadeInOut {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}
@-webkit-keyframes animateItem {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@-moz-keyframes animateItem {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@-ms-keyframes animateItem {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@keyframes animateItem {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
/* FONTS */
@font-face {
  font-family: "Minion Pro";
  src: url("../fonts/MinionPro-Regular.eot");
  src: local(":relaxed:"), url("../fonts/MinionPro-Regular.woff") format("woff"), url("../fonts/MinionPro-Regular.ttf") format("truetype"), url("../fonts/MinionPro-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
/* Messina Serif */
@font-face {
  font-family: "Messina Serif";
  src: url("../fonts/MessinaSerif-Bold.eot");
  src: local(":relaxed:"), url("../fonts/MessinaSerif-Bold.woff") format("woff"), url("../fonts/MessinaSerif-Bold.ttf") format("truetype"), url("../fonts/MessinaSerif-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}
/* Founders Grotesk */
@font-face {
  font-family: "Founders Grotesk";
  src: url("../fonts/FoundersGrotesk-Regular.eot") format("embedded-opentype");
  src: local(":relaxed:"), url("../fonts/FoundersGrotesk-Regular.woff") format("woff"), url("../fonts/FoundersGrotesk-Regular.otf") format("opentype"), url("../fonts/FoundersGrotesk-Regular.ttf") format("truetype"), url("../fonts/FoundersGrotesk-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Founders Grotesk";
  src: url("../fonts/FoundersGrotesk-Semibold.eot");
  src: local(":relaxed:"), url("../fonts/FoundersGrotesk-Semibold.woff") format("woff"), url("../fonts/FoundersGrotesk-Semibold.ttf") format("truetype"), url("../fonts/FoundersGrotesk-Semibold.svg") format("svg");
  font-weight: 600;
  font-style: normal;
}
html, body {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  line-height: 1.3;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

ol, ul {
  list-style: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

p {
  color: #333;
}

a {
  color: #234bff;
}

a:hover {
  color: #002bef;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  outline: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

button,
input {
  border: 1px solid;
  outline: none;
  line-height: normal;
  *overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

::selection {
  background: #234bff;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #234bff;
  color: #FFF;
  text-shadow: none;
}

/* SETTINGS */
/* COLOURS */
/* SETTINGS */
/* COLOURS */
/*
 *  KEYFRAMES
 */
@-webkit-keyframes fadeIn {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}
@-ms-keyframes fadeOut {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}
@-moz-keyframes fadeInOut {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}
@-ms-keyframes fadeInOut {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}
@keyframes fadeInOut {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}
@-webkit-keyframes animateItem {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@-moz-keyframes animateItem {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@-ms-keyframes animateItem {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@keyframes animateItem {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
/* FONTS */
@font-face {
  font-family: "Minion Pro";
  src: url("../fonts/MinionPro-Regular.eot");
  src: local(":relaxed:"), url("../fonts/MinionPro-Regular.woff") format("woff"), url("../fonts/MinionPro-Regular.ttf") format("truetype"), url("../fonts/MinionPro-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
/* Messina Serif */
@font-face {
  font-family: "Messina Serif";
  src: url("../fonts/MessinaSerif-Bold.eot");
  src: local(":relaxed:"), url("../fonts/MessinaSerif-Bold.woff") format("woff"), url("../fonts/MessinaSerif-Bold.ttf") format("truetype"), url("../fonts/MessinaSerif-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}
/* Founders Grotesk */
@font-face {
  font-family: "Founders Grotesk";
  src: url("../fonts/FoundersGrotesk-Regular.eot") format("embedded-opentype");
  src: local(":relaxed:"), url("../fonts/FoundersGrotesk-Regular.woff") format("woff"), url("../fonts/FoundersGrotesk-Regular.otf") format("opentype"), url("../fonts/FoundersGrotesk-Regular.ttf") format("truetype"), url("../fonts/FoundersGrotesk-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Founders Grotesk";
  src: url("../fonts/FoundersGrotesk-Semibold.eot");
  src: local(":relaxed:"), url("../fonts/FoundersGrotesk-Semibold.woff") format("woff"), url("../fonts/FoundersGrotesk-Semibold.ttf") format("truetype"), url("../fonts/FoundersGrotesk-Semibold.svg") format("svg");
  font-weight: 600;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Founders Grotesk";
  font-weight: 400;
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  body {
    left: 0 !important;
  }
}

section {
  padding: 30px 0;
  width: 100%;
  overflow: hidden;
  background-color: #FFF;
}

.inner {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
}

.flex {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}

.fifty > div {
  width: 50%;
}

.verticalCenter {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

h1 {
  font-size: 8em;
  font-weight: 600;
}
@media only screen and (max-width: 960px) {
  h1 {
    font-size: 8.3333333333vw;
  }
}
@media only screen and (max-width: 650px) {
  h1 {
    font-size: 5.4em;
  }
}
@media only screen and (max-width: 370px) {
  h1 {
    font-size: 14.5945945946vw;
  }
}

h2 {
  font-size: 5em;
  font-weight: 600;
  max-width: 800px;
  margin: 0 auto 70px;
}
@media only screen and (max-width: 960px) {
  h2 {
    font-size: 5.2083333333vw;
  }
}
@media only screen and (max-width: 650px) {
  h2 {
    font-size: 3.4em;
  }
}
@media only screen and (max-width: 370px) {
  h2 {
    font-size: 9.1891891892vw;
  }
}

h3 {
  font-family: "Messina Serif";
  font-weight: 700;
  font-size: 2.8em;
  color: #234bff;
  margin-bottom: 30px;
}
@media only screen and (max-width: 960px) {
  h3 {
    font-size: 2.9166666667vw;
  }
}
@media only screen and (max-width: 650px) {
  h3 {
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 370px) {
  h3 {
    font-size: 4.8648648649vw;
  }
}

h4 {
  font-size: 1.8em;
  font-weight: 600;
  color: #234bff;
  margin-bottom: 10px;
}

h5 {
  font-family: "Messina Serif";
  font-weight: 700;
  font-size: 1.4em;
  color: #234bff;
}

p {
  font-size: 1.6em;
}

.fadebg {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,234bff+100&1+0,0.75+100 */
  background: -moz-linear-gradient(left, black 0%, #234bff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, black 0%, #234bff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, black 0%, #234bff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#bf234bff",GradientType=1 );
  /* IE6-9 */
}

/* BUTTONS */
.eftbtn, header .main-navigation ul li:last-child a {
  height: 48px;
  min-width: 150px;
  background-color: #234bff;
  color: #FFF;
  font-size: 1.6em;
  line-height: 1;
  text-align: center;
  padding: 16px 8px;
  position: relative;
  display: inline-block;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.eftbtn:hover, header .main-navigation ul li:last-child a:hover {
  background-color: #002bef;
}
.eftbtn.white, header .main-navigation ul li:last-child a.white {
  background-color: #FFF;
  color: #234bff;
}
.eftbtn.white:hover, header .main-navigation ul li:last-child a.white:hover {
  background-color: #cccccc;
}
.eftbtn.slim, header .main-navigation ul li:last-child a.slim {
  height: 32px;
  padding: 8px;
}

.eftbtn-fancy {
  height: 48px;
  min-width: 150px;
  position: relative;
  display: inline-block;
}
.eftbtn-fancy > span {
  background-color: #234bff;
  color: #FFF;
  font-size: 1.6em;
  line-height: 1.4;
  text-align: center;
  padding: 16px 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.eftbtn-fancy:hover > span {
  background-color: #002bef;
}
.eftbtn-fancy:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  bottom: -8px;
  right: -8px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,2b51ff+100&0.25+0,1+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.25) 0%, #2b51ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.25) 0%, #2b51ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.25) 0%, #2b51ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#40ffffff", endColorstr="$primarylinkback",GradientType=0 );
  /* IE6-9 */
}
.eftbtn-fancy.white > span {
  background-color: #FFF;
  color: #234bff;
}
.eftbtn-fancy.white:hover > span {
  background-color: #cccccc;
}
.eftbtn-fancy.white:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
}
.eftbtn-fancy.slim {
  height: 32px;
}
.eftbtn-fancy.slim > span {
  padding: 8px;
}

.pill {
  -khtml-border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  height: 35px;
  background-color: #234bff;
  color: #FFF;
  font-size: 1.4em;
  line-height: 44px;
  display: inline-block;
  padding: 0 15px;
}
.pill .current {
  font-size: 1.715em;
}
@media only screen and (max-width: 840px) {
  .pill {
    display: none;
  }
}

header {
  height: 90px;
  background-color: #FFF;
}
header .logo {
  padding: 25px 0;
  display: inline-block;
}
header .logo a {
  width: 174px;
  height: 40px;
  display: block;
  background: transparent url(../images/global/logo.svg) no-repeat center/cover;
  overflow: hidden;
  text-indent: -9999em;
}
@media only screen and (max-width: 820px) {
  header .logo {
    padding: 30px 0;
  }
  header .logo a {
    width: 130px;
    height: 30px;
  }
}
header .main-navigation {
  float: right;
  padding: 21px 0;
}
header .main-navigation .mobile-handle {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
}
header .main-navigation .mobile-handle span {
  display: block;
  position: absolute;
  top: 50%;
  left: 15%;
  width: 70%;
  height: 4px;
  margin-top: -2px;
  background-color: #333;
}
header .main-navigation .mobile-handle span:before, header .main-navigation .mobile-handle span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .main-navigation .mobile-handle span:before {
  top: -8px;
}
header .main-navigation .mobile-handle span:after {
  bottom: -8px;
}
header .main-navigation .mobile-logo {
  display: none;
  width: 160px;
  height: 90px;
  background: transparent url(../images/global/logo.svg) no-repeat center/contain;
  overflow: hidden;
  text-indent: -9999em;
  margin: 0 auto;
}
header .main-navigation ul {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
header .main-navigation ul li:not(:last-child) {
  padding: 0 20px;
  line-height: 48px;
}
header .main-navigation ul li:not(:last-child) a {
  color: #000;
  line-height: 48px;
  font-size: 1.6em;
}
header .main-navigation ul li:not(:last-child) a:hover {
  color: #234bff;
}
header .main-navigation ul li:last-child {
  line-height: 48px;
}
header .main-navigation ul li:last-child a {
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  header .main-navigation .mobile-handle {
    display: block;
  }
  header .main-navigation ul {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  body {
    position: relative;
    -webkit-box-shadow: 0 0 12px 0px #000;
    -moz-box-shadow: 0 0 12px 0px #000;
    box-shadow: 0 0 12px 0px #000;
  }
  body.mobile-nav-open header .main-navigation .mobile-handle span {
    background-color: transparent;
  }
  body.mobile-nav-open header .main-navigation .mobile-handle span:before, body.mobile-nav-open header .main-navigation .mobile-handle span:after {
    transform-origin: 50% 50%;
    top: 50%;
    margin-top: -2px;
  }
  body.mobile-nav-open header .main-navigation .mobile-handle span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  body.mobile-nav-open header .main-navigation .mobile-handle span:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  header .menu-container {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    background-color: #333;
  }
  header .main-navigation .mobile-logo {
    display: block;
  }
  header .main-navigation ul {
    display: block;
  }
  header .main-navigation ul li {
    width: 100%;
    display: block;
  }
  header .main-navigation ul li:not(:last-child) a {
    color: #FFF;
  }
  header .main-navigation ul li:last-child {
    text-align: center;
    margin-top: 40px;
  }
}
/* SETTINGS */
/* COLOURS */
.wp-block-eftsure-test-block {
  background-color: transparent;
  color: #000;
}

/* SETTINGS */
/* COLOURS */
/* SETTINGS */
/* COLOURS */
/*
 *  KEYFRAMES
 */
@-webkit-keyframes fadeIn {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}
@-ms-keyframes fadeOut {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}
@-moz-keyframes fadeInOut {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}
@-ms-keyframes fadeInOut {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}
@keyframes fadeInOut {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}
@-webkit-keyframes animateItem {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@-moz-keyframes animateItem {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@-ms-keyframes animateItem {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@keyframes animateItem {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
/* FONTS */
@font-face {
  font-family: "Minion Pro";
  src: url("../fonts/MinionPro-Regular.eot");
  src: local(":relaxed:"), url("../fonts/MinionPro-Regular.woff") format("woff"), url("../fonts/MinionPro-Regular.ttf") format("truetype"), url("../fonts/MinionPro-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
/* Messina Serif */
@font-face {
  font-family: "Messina Serif";
  src: url("../fonts/MessinaSerif-Bold.eot");
  src: local(":relaxed:"), url("../fonts/MessinaSerif-Bold.woff") format("woff"), url("../fonts/MessinaSerif-Bold.ttf") format("truetype"), url("../fonts/MessinaSerif-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}
/* Founders Grotesk */
@font-face {
  font-family: "Founders Grotesk";
  src: url("../fonts/FoundersGrotesk-Regular.eot") format("embedded-opentype");
  src: local(":relaxed:"), url("../fonts/FoundersGrotesk-Regular.woff") format("woff"), url("../fonts/FoundersGrotesk-Regular.otf") format("opentype"), url("../fonts/FoundersGrotesk-Regular.ttf") format("truetype"), url("../fonts/FoundersGrotesk-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Founders Grotesk";
  src: url("../fonts/FoundersGrotesk-Semibold.eot");
  src: local(":relaxed:"), url("../fonts/FoundersGrotesk-Semibold.woff") format("woff"), url("../fonts/FoundersGrotesk-Semibold.ttf") format("truetype"), url("../fonts/FoundersGrotesk-Semibold.svg") format("svg");
  font-weight: 600;
  font-style: normal;
}
footer {
  padding: 60px 0;
  background-color: #FFF;
}
footer.bar {
  position: relative;
}
footer.bar:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 4px;
  width: 90%;
  max-width: 1120px;
  background-color: #000;
}
footer .inner {
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
footer .footer-menu-container {
  font-size: 1.6em;
  line-height: 1.4em;
  width: 100%;
}
footer .footer-menu-container > div {
  width: 180px;
}
footer .footer-menu-container > div:first-child {
  width: 250px;
}
@media only screen and (max-width: 850px) {
  footer .footer-menu-container > div {
    width: 30%;
  }
  footer .footer-menu-container > div:first-child {
    width: 40%;
  }
}
footer .social {
  margin-top: 20px;
}
footer .social a {
  overflow: hidden;
  text-indent: -9999em;
  margin-right: 20px;
  display: inline-block;
}
footer .social a.twitter {
  width: 25px;
  height: 20px;
  background: transparent url(../images/global/icon-twitter.svg) no-repeat center;
}
footer .social a.linkedin {
  width: 25px;
  height: 24px;
  background: transparent url(../images/global/icon-linkedin.svg) no-repeat center;
}
footer .footer-menu li {
  line-height: 1.4em;
}
footer .footer-menu a {
  color: #000;
}
footer .footer-menu a:hover {
  color: #002bef;
}
footer .ctas a {
  display: block;
  margin-bottom: 16px;
}
footer .site-info {
  margin-top: 25px;
  line-height: 1.2;
}
footer .site-info span[role=separator] {
  padding: 0 3px;
}
footer .site-info a {
  color: #000;
}
footer .site-info a:hover {
  color: #002bef;
}
@media only screen and (max-width: 660px) {
  footer .inner:first-child {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  footer .ctas {
    margin-bottom: 30px;
  }
  footer .ctas a {
    max-width: 400px;
    margin: 0 auto 16px;
  }
}
@media only screen and (max-width: 550px) {
  footer .footer-menu-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .footer-menu-container > div {
    width: 50%;
    text-align: center;
  }
  footer .footer-menu-container > div:first-child {
    width: 100%;
    margin-bottom: 30px;
  }
  footer .site-info {
    width: 100%;
    text-align: center;
  }
}

section#hero {
  background: #FFF url(../images/homepage/hero-background.jpg) no-repeat center;
  min-height: 520px;
  padding: 0;
}
section#hero .inner {
  min-height: 520px;
}
section#hero .headline {
  padding: 0 6.5% 6% 4%;
}
section#hero .headline h1 {
  color: #FFF;
}
section#hero .content {
  max-width: 370px;
  padding-left: 4%;
  position: relative;
}
section#hero .content p {
  color: #FFF;
}
section#hero .content a.eftbtn-fancy {
  position: absolute;
  bottom: 130px;
  left: 12%;
}
@media only screen and (max-width: 1200px) {
  section#hero {
    background-position: left 20px center;
  }
}
@media only screen and (max-width: 650px) {
  section#hero {
    background-position: center;
  }
  section#hero .inner {
    display: block;
    padding: 100px 0;
    text-align: center;
  }
  section#hero .inner > div {
    width: 100%;
  }
  section#hero .content {
    display: block;
    max-width: none;
    padding-left: 0;
  }
  section#hero .content p {
    width: 90%;
    max-width: 320px;
    margin: 0 auto 30px;
  }
  section#hero .content a.eftbtn-fancy {
    position: relative;
    bottom: auto;
    left: auto;
  }
}
section#logos .inner {
  padding: 0 3.2%;
}
section#logos h5 {
  margin-bottom: 30px;
}
section#logos .logos {
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  section#logos h5 {
    text-align: center;
  }
  section#logos .logos {
    max-width: 600px;
    height: 65px;
    margin: 0 auto;
    /* JS Animation */
  }
  section#logos .logos img:nth-child(n+4) {
    display: none;
  }
}
@media only screen and (max-width: 550px) {
  section#logos .logos {
    max-width: 280px;
    -webkit-box-pack: space-around;
    -moz-box-pack: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
  }
  section#logos .logos img:nth-child(n+3) {
    display: none;
  }
}
section#problem {
  text-align: center;
}
section#problem .pill {
  position: absolute;
  top: 0;
  right: 0;
}
section#problem .slider {
  position: relative;
  height: 444px;
  margin-bottom: 20px;
}
section#problem .slider .cards > div {
  position: absolute;
  top: 0;
  left: 50%;
  width: 444px;
  height: 444px;
  padding: 50px;
  color: #ccc;
  background: #f1f1f1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section#problem .slider .cards > div div {
  width: 100%;
}
section#problem .slider .cards > div div * {
  color: #ccc;
}
section#problem .slider .cards > div img {
  margin: 30px auto;
}
section#problem .slider .cards > div.current {
  background: transparent url(../images/homepage/slidercard-background.jpg) no-repeat center/cover;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  color: #FFF;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  margin-left: -222px;
  z-index: 2;
}
section#problem .slider .cards > div.current div * {
  color: #FFF;
}
section#problem .slider .cards > div.current img {
  filter: brightness(200%);
}
section#problem .slider .cards > div.next {
  left: auto;
  right: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  z-index: 1;
}
section#problem .slider .cards > div.previous {
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  z-index: 1;
}
section#problem .slider .nav {
  width: 444px;
  height: 52px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -222px;
  z-index: 3;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
section#problem .slider .nav span {
  display: block;
  width: 50%;
  height: 52px;
  background: transparent url(../images/global/icon-arrow-wbr.svg) no-repeat right 20px center;
  cursor: pointer;
  text-indent: -999em;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
section#problem .slider .nav span:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
section#problem .slider .nav span.left {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (max-width: 1000px) {
  section#problem .slider .cards > div.next {
    right: -10%;
  }
  section#problem .slider .cards > div.previous {
    left: -10%;
  }
}
@media only screen and (max-width: 450px) {
  section#problem .slider .cards > div.current {
    width: 110%;
    margin-left: -55%;
  }
  section#problem .slider .nav {
    width: 100%;
    margin-left: -50%;
  }
}
section#immune {
  text-align: center;
}
section#immune .inner {
  max-width: 1180px;
}
section#immune .floating-grid {
  position: relative;
  text-align: right;
  margin-bottom: 80px;
}
section#immune .floating-grid .block {
  position: absolute;
  width: 384px;
  height: 384px;
  padding: 20px;
  color: #FFF;
  text-align: center;
}
section#immune .floating-grid .block > div {
  height: 100%;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
section#immune .floating-grid .block a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
section#immune .floating-grid .block .logo {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
section#immune .floating-grid .block .quote {
  font-family: "Messina Serif";
  font-weight: 700;
  font-size: 2.6em;
  padding: 0 50px;
}
section#immune .floating-grid .block .link {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  font-size: 1.2em;
  line-height: 32px;
  padding-right: 50px;
  background: transparent url(../images/global/icon-round-arrow-right.svg) no-repeat right center;
}
section#immune .floating-grid .block.one {
  width: 470px;
  height: 470px;
  top: 0;
  left: 0;
  z-index: 3;
  background: url(../images/homepage/news-bg1.png) no-repeat center/cover;
}
section#immune .floating-grid .block.one .quote {
  font-size: 4.2em;
}
section#immune .floating-grid .block.two {
  background: url(../images/homepage/news-bg2.png) no-repeat center/cover;
  left: 50%;
  margin-left: -192px;
  bottom: -80px;
  z-index: 2;
}
section#immune .floating-grid .block.three {
  background: url(../images/homepage/news-bg3.png) no-repeat center/cover;
  right: 60px;
  top: 20px;
  z-index: 1;
}
section#solution {
  text-align: center;
}
section#solution .hotspots {
  text-align: left;
}
section#solution .hotspots .view {
  display: inline-block;
  position: relative;
}
section#solution .hotspots .view .dot {
  position: absolute;
  z-index: 1;
  background-color: #234bff;
  width: 10px;
  height: 10px;
  border: 1px solid #234bff;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 0 6px rgba(35, 75, 255, 0.1);
  -moz-box-shadow: 0 0 0 6px rgba(35, 75, 255, 0.1);
  box-shadow: 0 0 0 6px rgba(35, 75, 255, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
section#solution .hotspots .view .line {
  position: absolute;
  z-index: 0;
  display: block;
  height: 1px;
  width: 0;
  background-color: #234bff;
  -webkit-transform: translate(5px, 5px);
  -moz-transform: translate(5px, 5px);
  -ms-transform: translate(5px, 5px);
  -o-transform: translate(5px, 5px);
  transform: translate(5px, 5px);
}
section#solution .hotspots .view .detail {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  left: 100%;
  margin-left: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
section#solution .hotspots .view .detail .number {
  background-color: #234bff;
  color: #FFF;
  font-size: 1.6em;
  display: block;
  width: 48px;
  height: 48px;
  -khtml-border-radius: 48px;
  -moz-border-radius: 48px;
  -webkit-border-radius: 48px;
  border-radius: 48px;
  flex-shrink: 0;
  text-align: center;
  line-height: 52px;
  margin-right: 20px;
}
section#solution .hotspots .view .detail .content {
  width: 180px;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
section#solution .hotspots .view .detail .content h4 {
  margin-bottom: 0;
}
section#solution .hotspots .view .detail .content p {
  font-size: 1.2em;
  margin-top: 10px;
}
section#solution .hotspots .view .spot.one .dot, section#solution .hotspots .view .spot.one .line {
  top: 33%;
  left: 35%;
}
section#solution .hotspots .view .spot.one .dot {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 2s;
  -webkit-animation-name: pulse;
  -webkit-animation-fill-mode: none;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 2s;
  -moz-animation-name: pulse;
  -moz-animation-fill-mode: none;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-name: pulse;
  animation-fill-mode: none;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
section#solution .hotspots .view .spot.one .detail {
  top: 35%;
}
section#solution .hotspots .view .spot.two .dot, section#solution .hotspots .view .spot.two .line {
  top: 40%;
  left: 54%;
}
section#solution .hotspots .view .spot.two .dot {
  -webkit-animation-delay: 0.3s;
  -webkit-animation-duration: 2s;
  -webkit-animation-name: pulse;
  -webkit-animation-fill-mode: none;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-delay: 0.3s;
  -moz-animation-duration: 2s;
  -moz-animation-name: pulse;
  -moz-animation-fill-mode: none;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  animation-delay: 0.3s;
  animation-duration: 2s;
  animation-name: pulse;
  animation-fill-mode: none;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
section#solution .hotspots .view .spot.two .detail {
  top: 42%;
}
section#solution .hotspots .view .spot.three .dot, section#solution .hotspots .view .spot.three .line {
  top: 62%;
  left: 13.5%;
}
section#solution .hotspots .view .spot.three .dot {
  -webkit-animation-delay: 0.6s;
  -webkit-animation-duration: 2s;
  -webkit-animation-name: pulse;
  -webkit-animation-fill-mode: none;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-delay: 0.6s;
  -moz-animation-duration: 2s;
  -moz-animation-name: pulse;
  -moz-animation-fill-mode: none;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  animation-delay: 0.6s;
  animation-duration: 2s;
  animation-name: pulse;
  animation-fill-mode: none;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
section#solution .hotspots .view .spot.three .detail {
  top: 63%;
}
section#solution .hotspots .view .spot.four .dot, section#solution .hotspots .view .spot.four .line {
  top: 66%;
  left: 80%;
}
section#solution .hotspots .view .spot.four .dot {
  -webkit-animation-delay: 0.9s;
  -webkit-animation-duration: 2s;
  -webkit-animation-name: pulse;
  -webkit-animation-fill-mode: none;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-delay: 0.9s;
  -moz-animation-duration: 2s;
  -moz-animation-name: pulse;
  -moz-animation-fill-mode: none;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  animation-delay: 0.9s;
  animation-duration: 2s;
  animation-name: pulse;
  animation-fill-mode: none;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
section#solution .hotspots .view .spot.four .detail {
  top: 68%;
}
section#solution .hotspots .view .active .dot {
  background-color: #FFF;
}
section#solution .hotspots .view .active .detail {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
@media only screen and (max-width: 1100px) {
  section#solution .hotspots {
    text-align: center;
  }
  section#solution .hotspots .view {
    margin: 80px auto 0;
  }
  section#solution .hotspots .view .line {
    display: none !important;
  }
  section#solution .hotspots .view .detail {
    text-align: left;
    top: -80px !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 850px) {
  section#solution .hotspots .view img {
    width: 100%;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(35, 75, 255, 0.5);
    -moz-box-shadow: 0 0 0 0px rgba(35, 75, 255, 0.5);
    box-shadow: 0 0 0 0px rgba(35, 75, 255, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 8px rgba(35, 75, 255, 0);
    -moz-box-shadow: 0 0 0 8px rgba(35, 75, 255, 0);
    box-shadow: 0 0 0 8px rgba(35, 75, 255, 0);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(35, 75, 255, 0.5);
    -moz-box-shadow: 0 0 0 0px rgba(35, 75, 255, 0.5);
    box-shadow: 0 0 0 0px rgba(35, 75, 255, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 8px rgba(35, 75, 255, 0);
    -moz-box-shadow: 0 0 0 8px rgba(35, 75, 255, 0);
    box-shadow: 0 0 0 8px rgba(35, 75, 255, 0);
  }
}
@-ms-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(35, 75, 255, 0.5);
    -moz-box-shadow: 0 0 0 0px rgba(35, 75, 255, 0.5);
    box-shadow: 0 0 0 0px rgba(35, 75, 255, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 8px rgba(35, 75, 255, 0);
    -moz-box-shadow: 0 0 0 8px rgba(35, 75, 255, 0);
    box-shadow: 0 0 0 8px rgba(35, 75, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(35, 75, 255, 0.5);
    -moz-box-shadow: 0 0 0 0px rgba(35, 75, 255, 0.5);
    box-shadow: 0 0 0 0px rgba(35, 75, 255, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 8px rgba(35, 75, 255, 0);
    -moz-box-shadow: 0 0 0 8px rgba(35, 75, 255, 0);
    box-shadow: 0 0 0 8px rgba(35, 75, 255, 0);
  }
}
section#solution-slider {
  text-align: center;
  padding-top: 110px;
}
section#solution-slider .inner {
  position: relative;
}
section#solution-slider .pill {
  position: absolute;
  top: 25px;
  right: 0;
}
section#solution-slider .revealer {
  background: transparent url(../images/homepage/solution-background.jpg) no-repeat left center;
  min-height: 570px;
}
section#solution-slider .content {
  width: 400px;
  flex-shrink: 0;
  padding: 85px 0 85px 75px;
  position: relative;
  text-align: left;
}
section#solution-slider .content .slide {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 85px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
section#solution-slider .content .slide.active {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  top: 45%;
}
section#solution-slider .content .next {
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  bottom: 85px;
  left: 75px;
  background: transparent url(../images/global/icon-arrow-wbr.svg) no-repeat center;
  cursor: pointer;
  text-indent: -999em;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#solution-slider .content .next:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
section#solution-slider .visual {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
section#solution-slider .visual .screens {
  position: relative;
  line-height: 0;
  margin-left: 40px;
}
section#solution-slider .visual .screens:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 0;
  -khtml-border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
}
section#solution-slider .visual .screens .screen {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
section#solution-slider .visual .screens .screen.active {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  top: 50%;
}
section#solution-slider .visual .screens .surround {
  position: relative;
  z-index: 2;
}
section#solution-slider .eftbtn-fancy {
  margin-top: -24px;
}
@media only screen and (max-width: 1120px) {
  section#solution-slider .revealer {
    display: block;
    background-position: center top;
  }
  section#solution-slider .content {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0 30px;
  }
  section#solution-slider .content h5 {
    padding: 40px 0;
  }
  section#solution-slider .content .slide {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  section#solution-slider .content .slide.active {
    position: relative;
  }
  section#solution-slider .content .next {
    position: static;
    margin: 40px auto;
  }
  section#solution-slider .visual .screens {
    margin-left: 0;
  }
  section#solution-slider .visual .screens .surround, section#solution-slider .visual .screens .screen {
    width: 96%;
  }
  section#solution-slider .eftbtn-fancy {
    margin-top: 40px;
  }
}
section#features {
  text-align: center;
}
section#features .icons {
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-bottom: 100px;
}
section#features .icons > div {
  text-align: center;
  width: 18%;
  max-width: 180px;
}
section#features .icons > div .icon {
  height: 115px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}
@media only screen and (max-width: 800px) {
  section#features .icons {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section#features .icons > div {
    width: 26%;
    margin: 0 3% 20px;
  }
}
@media only screen and (max-width: 480px) {
  section#features .icons > div {
    width: 42%;
    margin: 0 3% 20px;
  }
}
section#case-studies {
  text-align: center;
}
section#case-studies .case-highlights {
  margin: 80px 0 40px;
  position: relative;
}
section#case-studies .case-highlights:before {
  content: "";
  position: absolute;
  right: 0;
  top: -40px;
  width: 100%;
  height: 100%;
  background: transparent url(../images/homepage/solution-background.jpg) no-repeat right 5px center;
}
section#case-studies .case-highlights .pill {
  position: absolute;
  top: 0;
  right: 0;
}
section#case-studies .case-study .block {
  position: relative;
  color: #FFF;
  padding: 50px;
}
section#case-studies .case-study .block a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
section#case-studies .case-study .block .author {
  font-size: 1.8em;
  line-height: 1;
  display: block;
}
section#case-studies .case-study .block .quote {
  display: block;
  font-family: "Messina Serif";
  font-weight: 700;
  font-size: 3.8em;
  line-height: 1;
  margin: 80px 0;
}
section#case-studies .case-study .block .quote:before {
  content: "“";
}
section#case-studies .case-study .block .quote:after {
  content: "”";
}
section#case-studies .case-study .block .link {
  display: inline-block;
  font-size: 1.2em;
  line-height: 32px;
  padding-right: 50px;
  background: transparent url(../images/global/icon-round-arrow-right.svg) no-repeat right center;
}
section#case-studies .case-study .case-logo {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1140px) {
  section#case-studies .case-highlights {
    overflow: hidden;
  }
  section#case-studies .case-highlights:before {
    top: 40px;
    left: 40px;
  }
  section#case-studies .case-study {
    display: block;
  }
  section#case-studies .case-study .block {
    width: 85%;
  }
  section#case-studies .case-logo {
    float: right;
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  section#case-studies .case-highlights:before {
    top: 80px;
    left: 0;
    background-size: cover;
  }
  section#case-studies .case-study .block {
    width: 90%;
    margin: 0 auto;
  }
  section#case-studies .case-logo {
    float: none;
    margin: 0 auto;
    padding: 40px 0;
  }
}
section#demo {
  background: #FFF url(../images/global/contact-background.jpg) no-repeat center;
  min-height: 520px;
  padding: 0;
}
section#demo .inner {
  min-height: 520px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section#demo .headline {
  width: 100%;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  padding-bottom: 20px;
}
section#demo .headline h2 {
  color: #FFF;
  max-width: 400px;
  margin-bottom: 0;
  left: 50px;
  position: relative;
}
section#demo .content {
  position: relative;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 7%;
}
section#demo .content p {
  max-width: 320px;
  color: #FFF;
  clear: right;
}
section#demo .content div {
  width: 100%;
  padding-top: 25px;
}
@media only screen and (max-width: 767px) {
  section#demo .headline h2 {
    left: auto;
    text-align: center;
  }
  section#demo .content {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  section#demo .content p {
    margin: 0 auto;
  }
  section#demo .inner > div:not(.headline):not(.content) {
    display: none;
  }
}

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