@charset "UTF-8";
/*
   HTML5 CSS reset | http://html5doctor.com/html-5-reset-stylesheet
   ========================================================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
body {
  backgorund-color: #000;
}
/*
   Clearfix
   ========================================================================== */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
.clearfix {
  display: block;
}
/*
   Mixins
   ========================================================================== */
/*
   Colors
   ========================================================================== */
/*
   Custom radio checkbox and button styles
   //ran out of time to tidy code
   ========================================================================== */
.button-style,
.iradio {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  border: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.iradio {
  border: 2px solid #ebebeb;
  width: 100%;
  height: 35px;
}
.iradio:before,
.iradio:after {
  font-family: 'Lato', 'helvetica', arial, sans-serif;
  font-weight: 400;
  font-size: 1.125em;
  /* 18/16 */
  width: 100%;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 31px;
  color: #fff;
}
.button-style,
.iradio {
  overflow: hidden;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-style::before,
.iradio::before {
  font-weight: 900;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #9f5781;
  z-index: -1;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button-style:hover,
.iradio.hover {
  color: #fff;
  border-color: #9f5781;
}
.button-style:hover::before,
.iradio.hover::before {
  content: '';
  text-align: center;
  width: 100%;
  line-height: 35px;
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.radio.hover::before {
  background: #9f5781;
}
.iradio.checked {
  background-color: #9f5781;
  border-color: #9f5781;
}
.iradio.checked:after {
  font-weight: 900;
}
.iradio.checked::before {
  z-index: -1;
  opacity: 0;
}
.iradio.disabled {
  cursor: default;
}
.iradio.unchecked {
  opacity: 0.5;
}
.button-style {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-color: #9f5781;
  color: #fff;
  border: 0;
  padding: 0 60px;
  font-family: 'Lato', 'helvetica', arial, sans-serif;
  font-weight: 900;
  font-size: 1.25em;
  text-transform: uppercase;
  margin: 25px 0;
  cursor: pointer;
  height: 45px;
  line-height: 45px;
}
.button-style::before {
  background: #89426b;
}
.button-style:after {
  content: '';
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: -150px 0;
  width: 11px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .button-style:after {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-2x.png);
    background-size: 650px 450px;
  }
}
.bot-skip {
  display: inline-block;
  position: absolute;
  right: 0;
  top: -85px;
  background-color: #9f5781;
  color: #fff;
  border: 0;
  padding: 0 15px;
  font-family: 'Lato', 'helvetica', arial, sans-serif;
  font-weight: 900;
  font-size: 0.875em;
  text-transform: uppercase;
  margin: 25px 0;
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  text-decoration: none;
  box-sizing: border-box;
  z-index: 100;
}
.bot-skip:after {
  content: none;
}
/*
   Header
   ========================================================================== */
header {
  width: 90%;
  padding: 20px 5%;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  border-bottom: 1px solid #d0ced1;
  -webkit-transition: top ease-in-out 500ms;
  -moz-transition: top ease-in-out 500ms;
  -ms-transition: top ease-in-out 500ms;
  -o-transition: top ease-in-out 500ms;
}
header .logo {
  width: 113px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/sprite-mobile.png);
  background-repeat: no-repeat;
  background-position: 0 -50px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  header .logo {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-mobile-2x.png);
    background-size: 650px 450px;
  }
}
header .more-info {
  float: right;
}
header .more-info.more-left {
  float: left;
}
header .more-info .info-button {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url(../images/sprite-mobile.png);
  background-repeat: no-repeat;
  background-position: -300px 0;
  text-decoration: none;
  font-size: 0.9375em;
  /* 15/16 */
  color: #9f5781;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  header .more-info .info-button {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-mobile-2x.png);
    background-size: 650px 450px;
  }
}
header .more-info .info-button:hover {
  text-decoration: underline;
}
header .more-info .about-close-button {
  background-image: url(../images/sprite-mobile.png);
  background-repeat: no-repeat;
  background-position: -300px -50px;
  width: 26px;
  height: 26px;
  display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  header .more-info .about-close-button {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-mobile-2x.png);
    background-size: 650px 450px;
  }
}
/*
   Body Sections
   ========================================================================== */
html,
body {
  font-family: 'Lato', 'helvetica', arial, sans-serif;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html .wrapper,
body .wrapper {
  padding-top: 65px;
  position: relative;
  overflow-x: hidden;
}
body {
  position: relative;
}
ul li {
  list-style-type: none;
}
h1 {
  line-height: 1.1;
}
ul.pagination {
  position: fixed;
  right: 10px;
  top: 50%;
  z-index: 80;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
ul.pagination li {
  margin: 10px 0;
  clear: both;
}
ul.pagination li a {
  width: 8px;
  height: 8px;
  background: #e2e2e1;
  border-radius: 4px;
  display: block;
  -webkit-transition: all ease-in-out 250ms;
  -moz-transition: all ease-in-out 250ms;
  -ms-transition: all ease-in-out 250ms;
  -o-transition: all ease-in-out 250ms;
}
ul.pagination li.active a {
  background: #9f5781;
}
ul.pagination.hidden {
  opacity: 0;
}
.initial-wrap {
  position: relative;
  visibility: visible;
}
a:focus {
  outline: 0;
}
.scroll {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 200;
}
.scroll p {
  font-family: 'Lato', 'helvetica', arial, sans-serif;
  font-weight: 900;
  font-size: 0.875em;
  /* 14/16 */
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: none;
}
.scroll p.dark-text {
  color: #b7b7b7;
}
.scroll .arrow {
  width: 60px;
  background: #9f5781;
  margin: 0 auto;
  display: block;
  padding: 20px 0;
}
.scroll .arrow:after {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15px;
  height: 10px;
  background-image: url(../images/sprite-mobile.png);
  background-repeat: no-repeat;
  background-position: -100px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .scroll .arrow:after {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-mobile-2x.png);
    background-size: 650px 450px;
  }
}
.hide-mobile {
  display: none !important;
}
/*
	About
   ========================================================================== */
.about-container {
  position: fixed;
  z-index: 9998;
  top: 65px;
  left: 0;
  background-color: #fff;
  height: 100%;
  width: 100%;
  padding-top: 20px;
  display: none;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.about-container .inner-about-container {
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 80%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 6.25%;
}
.about-container .video-container {
  width: 100%;
  border: 10px solid #ebebeb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.about-container article h1 {
  font-size: 1.4375em;
  /* 23/16 */
  margin: 25px 0;
}
.about-container article p {
  font-family: 'Lato', 'helvetica', arial, sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  /* 14/16 */
  color: #404148;
  line-height: 1.4;
  margin-bottom: 10px;
}
.about-container .button-style {
  display: none!important;
  padding: 0 30px;
  font-size: 1.125em;
  /* 18/16 */
  margin: 0 20px;
}
.about-container .button-style:after {
  display: none;
}
.about-container ul {
  margin: 25px 0;
  text-align: justify;
}
.about-container ul* {
  display: inline;
}
.about-container ul:after {
  content: "";
  width: 100%;
  display: inline-block;
}
.about-container ul li {
  display: inline-block;
  vertical-align: middle;
}
.about-container ul li.twoDegrees {
  background-image: url(../images/sprite-mobile.png);
  background-repeat: no-repeat;
  background-position: 0 -200px;
  width: 23px;
  height: 31px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .about-container ul li.twoDegrees {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-mobile-2x.png);
    background-size: 650px 450px;
  }
}
.about-container ul li.Spark {
  background-image: url(../images/sprite-mobile.png);
  background-repeat: no-repeat;
  background-position: -100px -200px;
  width: 28px;
  height: 35px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .about-container ul li.Spark {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-mobile-2x.png);
    background-size: 650px 450px;
  }
}
.about-container ul li.Vodafone {
  background-image: url(../images/sprite-mobile.png);
  background-repeat: no-repeat;
  background-position: -200px -200px;
  width: 43px;
  height: 29px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .about-container ul li.Vodafone {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-mobile-2x.png);
    background-size: 650px 450px;
  }
}
.about-container ul li.ASB {
  background-image: url(../images/sprite-mobile.png);
  background-repeat: no-repeat;
  background-position: -350px -200px;
  width: 44px;
  height: 11px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .about-container ul li.ASB {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-mobile-2x.png);
    background-size: 650px 450px;
  }
}
.about-container ul li.BNZ {
  background-image: url(../images/sprite-mobile.png);
  background-repeat: no-repeat;
  background-position: -500px -200px;
  width: 50px;
  height: 23px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .about-container ul li.BNZ {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-mobile-2x.png);
    background-size: 650px 450px;
  }
}
.about-container ul li.Snapper {
  background-image: url(../images/sprite-mobile.png);
  background-repeat: no-repeat;
  background-position: -300px -350px;
  width: 50px;
  height: 40px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .about-container ul li.Snapper {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-mobile-2x.png);
    background-size: 650px 450px;
  }
}
/*
  	Responsive embedded video
   ========================================================================== */
.responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border: 1px solid #d0ced1;
}
.responsive-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
   Parallax
   ========================================================================== */
div.sections {
  position: relative;
  width: 100%;
  overflow: hidden;
}
div.sections section {
  width: 100%;
  text-align: center;
  position: relative;
}
div.sections section.fullscreen {
  position: relative;
  width: 100%;
}
div.sections section.fullscreen .inner-content {
  margin: 0 auto;
  position: relative;
  max-width: 960px;
}
div.sections section.fullscreen .description {
  top: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 200px;
  position: absolute;
  line-height: 1.3;
  font-size: 1.3em;
  display: block;
  opacity: 0;
  -webkit-transition: all ease-in-out 250ms;
  -moz-transition: all ease-in-out 250ms;
  -ms-transition: all ease-in-out 250ms;
  -o-transition: all ease-in-out 250ms;
}
div.sections section.fullscreen .description.single-word {
  font-weight: bold;
}
div.sections section.fullscreen .description.single-word p {
  display: inline;
  color: #000;
}
div.sections section.fullscreen .description.single-word p:first-child:after,
div.sections section.fullscreen .description.single-word p:nth-child(2n):after {
  content: '...';
  font-weight: bold;
  display: inline;
}
div.sections section.fullscreen .show-desc {
  opacity: 1;
}
div.sections section.fullscreen .phone-image,
div.sections section.fullscreen .mask,
div.sections section.fullscreen .terminal-image,
div.sections section.fullscreen .screen-image {
  -webkit-transition: all ease-in-out 250ms;
  -moz-transition: all ease-in-out 250ms;
  -ms-transition: all ease-in-out 250ms;
  -o-transition: all ease-in-out 250ms;
}
div.sections section.fullscreen .in-screen-image {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
div.sections section.fullscreen .out-screen-image {
  opacity: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
div.sections section.fullscreen .in-payment-area {
  -webkit-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  -o-transform: rotate(50deg);
}
div.sections section.fullscreen .out-payment-area {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
div.sections section.fullscreen .is-hidden {
  opacity: 0 !important;
}
div.sections section#screen-banks .banks-image {
  background-position: -250px -550px;
}
div.sections section#screen-banks .payment-image {
  background-position: -500px -550px;
}
div.sections section#screen-banks .payment-image-snapper {
  background-position: -745px -550px;
}
div.sections section#screen-banks .description {
  right: 5%;
}
div.sections section.intro {
  position: relative;
  width: 90%;
  padding: 0 5%;
  background: #69c2c2;
  overflow: hidden;
  z-index: 200;
  max-width: 100%;
}
div.sections section.intro .hero-image-triangle {
  width: 186px;
  height: 95px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/hero-triangle.png);
  background-repeat: no-repeat;
  background-size: 186px 96px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  div.sections section.intro .hero-image-triangle {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/hero-triangle-2x.png);
    background-size: 186px 95px;
  }
}
div.sections section.intro .hero-green-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 95px 95px 95px 0;
  border-color: transparent #c4c832 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
div.sections section.intro article {
  position: relative;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 67.96875%;
  line-height: 1.2;
  text-align: left;
}
div.sections section.intro article h1 {
  font-family: 'Lato', 'helvetica', arial, sans-serif;
  font-weight: 900;
  font-size: 2.5em;
  /* 40/16 */
  color: #fff;
}
div.sections section.intro article h2 {
  font-family: 'Lato', 'helvetica', arial, sans-serif;
  font-weight: 400;
  font-size: 1.125em;
  color: #fff;
  margin-top: 15px;
}
div.sections section.sim .sim-image {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  z-index: 20;
  margin: 30px 0 0 -40px;
  width: 80px;
  height: 80px;
  background-image: url(../images/sprite-parallax-mobile.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  div.sections section.sim .sim-image {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-parallax-mobile-2x.png);
    background-size: 1550px 1000px;
  }
}
div.sections section.sim .logos {
  position: absolute;
  top: 40% !important;
  right: 0;
  left: 0;
  margin: 0 auto;
}
div.sections section.sim .logos .two-logo {
  width: 100%;
  margin: 0 auto;
}
div.sections section.sim .logos .two-logo img {
  margin-left: 25px;
}
div.sections section.phone .phone-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  z-index: 10;
  margin: -30px 0 0 -52px;
  width: 105px;
  height: 202px;
  -webkit-transition: all ease-in-out 250ms;
  -moz-transition: all ease-in-out 250ms;
  -ms-transition: all ease-in-out 250ms;
  -o-transition: all ease-in-out 250ms;
}
div.sections section.phone .phone-wrap .phone-image {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 60;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(../images/sprite-parallax-mobile.png);
  background-repeat: no-repeat;
  background-position: -250px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  div.sections section.phone .phone-wrap .phone-image {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-parallax-mobile-2x.png);
    background-size: 1550px 1000px;
  }
}
div.sections section.phone .phone-wrap .mask {
  position: absolute;
  top: 5%;
  left: 2.5%;
  width: 94%;
  height: 90%;
  background: #c4c832;
  z-index: 10;
}
div.sections section.phone .phone-wrap.rotate {
  transform: rotate(50deg);
}
div.sections section.phone .button-android {
  background-image: url(../images/sprite-mobile.png);
  background-repeat: no-repeat;
  background-position: -300px -300px;
  height: 17px;
  display: inline-block;
  width: 85px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  div.sections section.phone .button-android {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-mobile-2x.png);
    background-size: 650px 450px;
  }
}
div.sections section.phone h3 {
  margin: 10px auto;
  font-weight: 700;
}
div.sections section.phone h3 span.android {
  width: 85px;
  height: 17px;
  display: inline-block;
  background-image: url(../images/sprite-mobile.png);
  background-repeat: no-repeat;
  background-position: -300px -300px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  div.sections section.phone h3 span.android {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-mobile-2x.png);
    background-size: 650px 450px;
  }
}
div.sections section .screen-image {
  top: 50%;
  left: 50%;
  right: 0;
  margin: -10px 0 0 -46px;
  z-index: 30;
  width: 92px;
  height: 163px;
  position: absolute;
  display: block;
  -webkit-transition: all ease-in-out 250ms;
  -moz-transition: all ease-in-out 250ms;
  -ms-transition: all ease-in-out 250ms;
  -o-transition: all ease-in-out 250ms;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
div.sections section .screen-image.rotate {
  transform: rotate(50deg);
}
div.sections section .store-image {
  background-image: url(../images/sprite-parallax-mobile.png);
  background-repeat: no-repeat;
  background-position: 0 -550px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  div.sections section .store-image {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-parallax-mobile-2x.png);
    background-size: 1550px 1000px;
  }
}
div.sections section .banks-image {
  background-image: url(../images/sprite-parallax-mobile.png);
  background-repeat: no-repeat;
  background-position: -250px -550px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  div.sections section .banks-image {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-parallax-mobile-2x.png);
    background-size: 1550px 1000px;
  }
}
div.sections section .payment-image {
  background-image: url(../images/sprite-parallax-mobile.png);
  background-repeat: no-repeat;
  background-position: -500px -550px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  div.sections section .payment-image {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-parallax-mobile-2x.png);
    background-size: 1550px 1000px;
  }
}
div.sections section.screen-store .button-play-store {
  background-image: url(../images/sprite-mobile.png);
  background-repeat: no-repeat;
  background-position: 0 -300px;
  display: inline-block;
  height: 27px;
  width: 75px;
  margin-top: 10px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  div.sections section.screen-store .button-play-store {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-mobile-2x.png);
    background-size: 650px 450px;
  }
}
div.sections section.screen-payment .terminal-image {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  z-index: 0;
  margin: -40px 0 0 -55px;
  width: 111px;
  height: 228px;
  background-image: url(../images/sprite-parallax-mobile.png);
  background-repeat: no-repeat;
  background-position: -550px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  div.sections section.screen-payment .terminal-image {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-parallax-mobile-2x.png);
    background-size: 1550px 1000px;
  }
}
div.sections section.screen-payment .description {
  top: 130px;
}
div.sections section.screen-payment .description.left-desc {
  margin-top: -40px;
}
div.sections section.snapper-terminal .snapper-terminal-image {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  z-index: 0;
  margin: -40px 0 0 -130px;
  width: 258px;
  height: 260px;
  background-image: url(../images/sprite-parallax-mobile.png);
  background-repeat: no-repeat;
  background-position: -800px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  div.sections section.snapper-terminal .snapper-terminal-image {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-parallax-mobile-2x.png);
    background-size: 1550px 1000px;
  }
}
div.sections section.snapper-terminal .description {
  top: 100px;
}
div.sections section.snapper-terminal .single-word {
  top: 190px;
}
div.sections section.snapper-terminal .description.left-desc {
  margin-top: -40px;
}
div.sections section.snapper-terminal .button-littlefish {
  background-image: url('../images/sprite.png');
  background-position: -499px -296px;
  background-size: 650px 450px;
  display: inline-block;
  height: 42px;
  vertical-align: middle;
  width: 55px;
}
div.sections section.screen-payment-details .description {
  top: 30px;
  max-width: 215px;
}
div.sections section.screen-payment-details .button-paywave {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: -200px -300px;
  display: inline-block;
  height: 39px;
  vertical-align: middle;
  width: 68px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  div.sections section.screen-payment-details .button-paywave {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-2x.png);
    background-size: 650px 450px;
  }
}
div.sections section.screen-payment-details .button-littlefish {
  background-image: url('../images/sprite.png');
  background-position: -499px -300px;
  background-size: 650px 450px;
  display: inline-block;
  height: 40px;
  vertical-align: middle;
  width: 55px;
}
div.sections section.screen-payment-details .terminal-image {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  z-index: 0;
  margin: -40px 0 0 -55px;
  width: 111px;
  height: 228px;
  background-image: url(../images/sprite-parallax-mobile.png);
  background-repeat: no-repeat;
  background-position: -1298px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  div.sections section.screen-payment-details .terminal-image {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-parallax-mobile-2x.png);
    background-size: 1550px 1000px;
  }
}
div.sections section.ready-to-semble .ready-to-semble-hero {
  font-size: 2em;
  margin: 0 auto;
  max-width: 230px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
}
.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1950px;
  z-index: -1;
  background-position: 0 0;
  background-image: url('../images/bg-pattern-mobile.gif');
  background-size: cover;
}
/*
   Form
   ========================================================================== */
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.questionnare-container {
  z-index: 100;
  padding: 0;
  border-bottom: 1px solid #d0ced1;
  position: relative;
  width: 100%;
}
.questionnare-container .prog-bar-wrap {
  width: 100%;
}
.questionnare-container .prog-bar-wrap .prog-bar {
  height: 5px;
  background-color: rgba(255, 255, 255, 0.4);
  width: 0%;
  z-index: 5000;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
}
.questionnare-container form {
  position: relative;
  display: inline-block;
  display: block;
  zoom: 1;
  background-color: #69c2c2;
  width: 100%;
  height: 400px;
}
.questionnare-container form:before,
.questionnare-container form:after {
  content: "";
  display: table;
}
.questionnare-container form:after {
  clear: both;
}
.questionnare-container form .accordion-element {
  position: absolute;
  height: 100%;
  top: 0%;
  width: 100%;
  right: -100%;
  background-color: #69c2c2;
}
.questionnare-container form .accordion-element:nth-child(1) {
  z-index: 1000;
}
.questionnare-container form .accordion-element:nth-child(2) {
  z-index: 2000;
}
.questionnare-container form .accordion-element:nth-child(3) {
  z-index: 3000;
}
.questionnare-container form .accordion-element.completed .accordion-menu-button h1 {
  color: #9f5781;
}
.questionnare-container form .accordion-element.completed .accordion-menu-button h1 span.number {
  color: white;
  background: #9f5781;
  border: 3px solid #9f5781;
}
.questionnare-container form .accordion-element.completed .accordion-menu-button h2 {
  display: inline-block;
}
.questionnare-container form .accordion-element.completed .accordion-menu-button,
.questionnare-container form .accordion-element.disabled .accordion-menu-button {
  cursor: default;
}
.questionnare-container form .accordion-element.active-acc {
  right: 0%;
  background-color: #69c2c2;
}
.questionnare-container form .accordion-element.active-acc .accordion-menu-button {
  padding-top: 20px;
}
.questionnare-container form .accordion-element.active-acc .accordion-menu-button h1 {
  font-weight: bold;
  color: white;
}
.questionnare-container form .accordion-element.active-acc .accordion-menu-button h1 span.number {
  color: #9f5781;
  border: 3px solid white;
  background: white;
}
.questionnare-container form .accordion-element.active-acc .accordion-menu-button h1 .tool-tips-container {
  position: static;
}
.questionnare-container form .accordion-element.active-acc .accordion-menu-button h1 .tool-tips-container:before {
  display: none;
}
.questionnare-container form .accordion-element.active-acc .accordion-menu-button h2 {
  display: none;
}
.questionnare-container form .accordion-element.active-acc .inner-fieldset {
  height: auto;
  padding: 30px 20px 20px;
}
.questionnare-container form .accordion-element .accordion-menu-button {
  padding: 20px;
  border-top: 1px solid #d0ced1;
  padding-left: 20px;
  -webkit-transition: all ease-in-out 250ms;
  -moz-transition: all ease-in-out 250ms;
  -ms-transition: all ease-in-out 250ms;
  -o-transition: all ease-in-out 250ms;
}
.questionnare-container form .accordion-element .accordion-menu-button .inner {
  margin: 0 auto;
  max-width: 100%;
}
.questionnare-container form .accordion-element .accordion-menu-button h1 {
  position: relative;
  font-family: 'Lato', 'helvetica', arial, sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  color: #d0ced1;
  text-align: left;
  float: left;
  display: inline-block;
  width: 100%;
}
.questionnare-container form .accordion-element .accordion-menu-button h1 span.number {
  background-color: #fff;
  border: 3px solid #d0ced1;
  line-height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  font-family: 'Lato', 'helvetica', arial, sans-serif;
  font-weight: 900;
  font-size: 0.8em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 10px;
}
.questionnare-container form .accordion-element .accordion-menu-button h1 .title {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  margin-top: 5px;
}
.questionnare-container form .accordion-element .accordion-menu-button h1 .title.error-msg {
  width: 80%;
  margin-top: 0;
}
.questionnare-container form .accordion-element .accordion-menu-button h2 {
  color: #d0ced1;
  font-style: italic;
  font-size: 0.8em;
  display: none;
  line-height: 30px;
  float: left;
  margin-left: 50px;
  text-align: left;
}
.questionnare-container form .accordion-element .accordion-menu-button h2.static {
  display: inline-block;
}
.questionnare-container form .accordion-element .inner-fieldset {
  padding: 0 20px;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all ease-in-out 250ms;
  -moz-transition: all ease-in-out 250ms;
  -ms-transition: all ease-in-out 250ms;
  -o-transition: all ease-in-out 250ms;
}
.questionnare-container form .accordion-element .inner-fieldset.bank-checkboxes .custom-checkbox {
  margin: 0 0 15px;
  width: 49%;
}
.questionnare-container form .accordion-element .inner-fieldset.bank-checkboxes .custom-checkbox:first-child {
  margin-right: 2%;
}
.questionnare-container form .accordion-element .inner-fieldset.bank-checkboxes .custom-checkbox.Other {
  width: 100%;
}
.questionnare-container form .accordion-element .inner-fieldset.network-checkboxes .custom-checkbox:first-child .iradio:after {
  content: '2degrees';
}
.questionnare-container form .accordion-element .inner-fieldset .mad-selectbox {
  width: 67.96875%;
  padding-bottom: 100px;
}
.questionnare-container form .accordion-element .inner-fieldset .mad-selectbox .mad-selectbox-toggle {
  padding: 0px 20px !important;
  border: 2px solid #fff !important;
  -webkit-transition: background 0.2s ease-in;
  -moz-transition: background 0.2s ease-in;
  -ms-transition: background 0.2s ease-in;
  -o-transition: background 0.2s ease-in;
}
.questionnare-container form .accordion-element .inner-fieldset .mad-selectbox .mad-selectbox-toggle:hover {
  border: 2px solid #9f5781 !important;
}
.questionnare-container form .accordion-element .inner-fieldset .mad-selectbox .mad-selectbox-toggle::after {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: -100px 0;
  width: 17px;
  height: 10px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .questionnare-container form .accordion-element .inner-fieldset .mad-selectbox .mad-selectbox-toggle::after {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-2x.png);
    background-size: 650px 450px;
  }
}
.questionnare-container form .accordion-element .inner-fieldset .mad-selectbox .active {
  border: 2px solid #9f5781 !important;
}
.questionnare-container form .accordion-element .inner-fieldset .mad-selectbox .mad-selectbox-item {
  padding: 0px 20px !important;
}
/**
 * TODO
 */
/* Custom iCheck plugin */
/* iCheck plugin Minimal skin, green
----------------------------------- */
.custom-checkbox {
  position: relative;
  width: 45.97701149%;
  display: inline-block;
  margin: 0 5px 15px;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.custom-checkbox.ASB .iradio:after {
  content: 'ASB';
}
.custom-checkbox.BNZ .iradio:after {
  content: 'BNZ';
}
.custom-checkbox.Other .iradio:after {
  content: 'Other';
}
.custom-checkbox.Vodafone .iradio:after {
  content: 'Vodafone';
}
.custom-checkbox.Spark .iradio:after {
  content: 'Spark';
}
.bank-checkboxes .custom-checkbox.Other .iradio:after {
  content: 'My bank\'s not here';
}
/*
   Results section
   ========================================================================== */
.results-block {
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all ease-in-out 250ms;
  -moz-transition: all ease-in-out 250ms;
  -ms-transition: all ease-in-out 250ms;
  -o-transition: all ease-in-out 250ms;
}
.results-block.active {
  height: auto;
}
.results-container {
  width: 100%;
  height: auto;
  background-color: #69c2c2;
  padding: 75px 20px;
  position: relative;
  z-index: 100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.results-container article h1 {
  font-family: 'Lato', 'helvetica', arial, sans-serif;
  font-weight: 900;
  font-size: 1.7em;
  color: #fff;
  line-height: 1.2;
}
.results-container article h1 div {
  margin: 0 auto 10px;
}
.results-container article h1 div.yes,
.results-container article h1 div.no {
  width: 40px;
  height: 40px;
}
.results-container article h1 div.yes {
  background-image: url(../images/sprite-mobile.png);
  background-repeat: no-repeat;
  background-position: -350px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .results-container article h1 div.yes {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-mobile-2x.png);
    background-size: 650px 450px;
  }
}
.results-container article h1 div.no {
  background-image: url(../images/sprite-mobile.png);
  background-repeat: no-repeat;
  background-position: -450px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .results-container article h1 div.no {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-mobile-2x.png);
    background-size: 650px 450px;
  }
}
.results-container article ul {
  margin: 20px auto;
}
.results-container article ul li {
  max-width: 550px;
  color: #fff;
  font-size: 0.875em;
  /* 14/16 */
  margin-bottom: 10px;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -ms-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
}
.results-container article ul li span {
  font-style: italic;
  font-weight: 900;
  line-height: 25px;
  display: inline-block;
}
.results-container article ul li.cross .icon_tick,
.results-container article ul li.star .icon_tick,
.results-container article ul li.tick .icon_tick {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  float: left;
  margin-right: 10px;
}
.results-container article ul li.cross .icon_star,
.results-container article ul li.star .icon_star,
.results-container article ul li.tick .icon_star {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  float: left;
  margin-right: 10px;
  background-image: url(../images/sprite-mobile.png);
  background-repeat: no-repeat;
  background-position: -550px 0px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .results-container article ul li.cross .icon_star,
  .results-container article ul li.star .icon_star,
  .results-container article ul li.tick .icon_star {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-mobile-2x.png);
    background-size: 650px 450px;
  }
}
.results-container article ul li.tick .icon_tick {
  background-image: url(../images/sprite-mobile.png);
  background-repeat: no-repeat;
  background-position: -250px 0px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .results-container article ul li.tick .icon_tick {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-mobile-2x.png);
    background-size: 650px 450px;
  }
}
.results-container article ul li.cross {
  color: #006a6a;
}
.results-container article ul li.cross .icon_tick {
  background-image: url(../images/sprite-mobile.png);
  background-repeat: no-repeat;
  background-position: -250px -50px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .results-container article ul li.cross .icon_tick {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-mobile-2x.png);
    background-size: 650px 450px;
  }
}
.results-container article .back-to-start-button {
  display: block;
  text-decoration: underline;
  font-size: 1em;
  /* 14/16 */
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
}
.results-container article .button-style {
  width: 100%;
  text-decoration: none;
  text-align: center;
  margin: 0 0 20px;
}
/*
   Header / Footer logos
   ========================================================================== */
header .inner-header .partner_logo {
  padding: 55px 0 0;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
}
header .inner-header .partner_logo .company-logo {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header .inner-header .partner_logo .get-logosnapper {
  background-image: url(../images/sprite-mobile.png);
  background-repeat: no-repeat;
  background-position: -300px -350px;
  width: 50px;
  height: 40px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  header .inner-header .partner_logo .get-logosnapper {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-mobile-2x.png);
    background-size: 650px 450px;
  }
}
header .inner-header .partner_logo .get-logo2degrees {
  background-image: url(../images/sprite-mobile.png);
  background-repeat: no-repeat;
  background-position: 0 -100px;
  width: 22px;
  height: 30px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  header .inner-header .partner_logo .get-logo2degrees {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-mobile-2x.png);
    background-size: 650px 450px;
  }
}
header .inner-header .partner_logo .get-logoSpark {
  background-image: url(../images/sprite-mobile.png);
  background-repeat: no-repeat;
  background-position: -50px -100px;
  width: 60px;
  height: 27px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  header .inner-header .partner_logo .get-logoSpark {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-mobile-2x.png);
    background-size: 650px 450px;
  }
}
header .inner-header .partner_logo .get-logoVodafone {
  background-image: url(../images/sprite-mobile.png);
  background-repeat: no-repeat;
  background-position: -150px -100px;
  width: 80px;
  height: 25px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  header .inner-header .partner_logo .get-logoVodafone {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-mobile-2x.png);
    background-size: 650px 450px;
  }
}
header .inner-header .partner_logo .get-logoASB {
  background-image: url(../images/sprite-mobile.png);
  background-repeat: no-repeat;
  background-position: -300px -100px;
  width: 63px;
  height: 23px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  header .inner-header .partner_logo .get-logoASB {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-mobile-2x.png);
    background-size: 650px 450px;
  }
}
header .inner-header .partner_logo .get-logoBNZ {
  background-image: url(../images/sprite-mobile.png);
  background-repeat: no-repeat;
  background-position: -450px -100px;
  width: 62px;
  height: 30px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  header .inner-header .partner_logo .get-logoBNZ {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-mobile-2x.png);
    background-size: 650px 450px;
  }
}
.beta-text {
  display: inline-block;
  vertical-align: middle;
  color: #e0e0e0;
  font-weight: normal;
  text-transform: uppercase;
  padding-left: 10px;
}
header .inner-header .partner_logo .company-logo-plus {
  margin: 0 10px;
  width: 9px;
  height: 9px;
  background-image: url(../images/sprite-mobile.png);
  background-repeat: no-repeat;
  background-position: -200px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  header .inner-header .partner_logo .company-logo-plus {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-mobile-2x.png);
    background-size: 650px 450px;
  }
}
header .inner-header .partner_logo .snapper-logo-plus {
  margin: 0 10px;
  width: 9px;
  height: 9px;
  background-image: url(../images/sprite-mobile.png);
  background-repeat: no-repeat;
  background-position: -200px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  header .inner-header .partner_logo .snapper-logo-plus {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-mobile-2x.png);
    background-size: 650px 450px;
  }
}
header .inner-header .partner_logo {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
header .inner-header .partner_logo .company-logo-plus,
header .inner-header .partner_logo .snapper-logo-plus,
header .inner-header .partner_logo .company-logo,
header .inner-header .partner_logo .snapper-logo {
  display: inline-block;
  vertical-align: middle;
}
/*
   Footer
================================================================================= */
.footer-logos {
  width: 100%;
  padding: 20px 0 0;
  background: #fff;
}
.footer-logos .logo {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(../images/sprite-mobile.png);
  background-repeat: no-repeat;
  background-position: 0 -50px;
  width: 113px;
  height: 20px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .footer-logos .logo {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-mobile-2x.png);
    background-size: 650px 450px;
  }
}
footer {
  position: relative;
  z-index: 100;
  background: #fff;
  padding: 10px 0 20px;
}
footer nav {
  text-align: center;
}
footer nav ul {
  width: 100%;
}
footer nav ul li {
  font-size: 0.6875em;
  /* 11/16 */
  color: #787c82;
  display: inline;
}
footer nav ul li:first-child:after,
footer nav ul li.privacy-policy:before {
  content: '|';
  color: #d0ced1;
  width: 1px;
  display: inline-block;
}
footer nav ul li:first-child:after {
  padding: 0 8px;
}
footer nav ul li.privacy-policy:before {
  padding: 0 8px;
}
footer nav ul li a {
  color: #787c82;
  text-decoration: none;
}
/*
   IE8 Message
   ========================================================================== */
.ie8-message {
  display: table;
  position: fixed;
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#F269C2C2', EndColorStr='#F269C2C2')";
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#F269C2C2', EndColorStr='#F269C2C2');
  zoom: 1!important;
  zoom: 1;
  width: 100%;
  z-index: 10000;
  top: 0;
  left: 0;
}
.ie8-message div {
  display: table-cell;
  vertical-align: middle;
}
.ie8-message article {
  max-width: 960px;
  margin: 0 auto;
  line-height: 1.2;
  position: relative;
  padding-left: 90px;
}
.ie8-message article:before {
  content: '';
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: -450px 0;
  width: 75px;
  height: 75px;
  display: inline-block;
  position: absolute;
  left: -20px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .ie8-message article:before {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-2x.png);
    background-size: 650px 450px;
  }
}
.ie8-message article h1 {
  font-size: 3.75em;
  /* 60/16 */
  color: #fff;
  display: inline-block;
  max-width: 605px;
}
.ie8-message article p {
  font-size: 1.25em;
  /* 20/16 */
  color: #fff;
  max-width: 605px;
  margin: 20px 0;
}
.ie8-message article ul li {
  float: left;
  border-left: 2px solid #fff;
}
.ie8-message article ul li:first-child {
  border-left: none;
}
.ie8-message article ul li:first-child a {
  padding-left: 0;
}
.ie8-message article ul li a {
  color: #fff;
  font-size: 1.25em;
  /* 20/16 */
  padding: 0 20px;
}
.orientation-message {
  display: none;
  background: #69c2c2;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
}
.orientation-message article {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 10%;
  max-width: 350px;
}
.orientation-message article span.rotate-image {
  background-image: url(../images/sprite-mobile.png);
  background-repeat: no-repeat;
  background-position: -450px -300px;
  display: inline-block;
  width: 45px;
  height: 35px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .orientation-message article span.rotate-image {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-mobile-2x.png);
    background-size: 650px 450px;
  }
}
.orientation-message article h1 {
  font-family: 'Lato', 'helvetica', arial, sans-serif;
  font-weight: 900;
  font-size: 2em;
  color: white;
  margin: 5px 0 15px;
}
.orientation-message article p {
  font-family: 'Lato', 'helvetica', arial, sans-serif;
  font-weight: 300;
  font-size: 0.875em;
  color: white;
}
.error-page-container {
  padding: 200px 0 50px 0;
  background-color: #69c2c2;
}
.error-page-container article {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  padding: 0 30px;
}
.error-page-container article h1 {
  font-size: 3.75em;
  /* 60/16 */
  color: #fff;
}
.error-page-container article h1:before {
  content: '';
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: -450px 0;
  width: 75px;
  height: 75px;
  display: block;
  margin: 0 auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .error-page-container article h1:before {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-2x.png);
    background-size: 650px 450px;
  }
}
.error-page-container article p {
  font-size: 1.25em;
  /* 20/16 */
  line-height: 1.2;
}
.error-page-container article p a {
  font-size: 1em;
}
.error-page-container article p,
.error-page-container article a {
  color: #fff;
  max-width: 605px;
  margin: 20px 0;
}
.lt-ie9 .about-container {
  display: none;
}
/*
   Tool Tips
   ========================================================================== */
.tool-tips-container {
  position: relative;
  display: inline;
}
.tool-tips-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 2;
  cursor: default;
}
.tool-tips-label {
  text-align: center;
  margin-left: 10px;
  cursor: pointer;
}
.tool-tips-label span {
  color: #fff;
  font-size: 0.5em;
  /* 8/16 */
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fecd31;
  font-weight: bold;
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 3px;
}
.popover {
  position: absolute;
  z-index: 2;
  padding-top: 10px;
  left: 0!important;
  color: #9f5781;
  font-family: 'Lato', 'helvetica', arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 0.5em !important;
  white-space: normal;
  opacity: 0;
}
.popover.fade {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
}
.popover.fade.in {
  opacity: 1;
}
.load-wrap {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  position: fixed;
  z-index: 99999999;
  background: white;
}
.load-inner {
  margin-top: -20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
}
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #69c2c2;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  -moz-transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotateZ(90deg);
  -o-transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  -moz-transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotateZ(180deg);
  -o-transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  -moz-transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotateZ(270deg);
  -o-transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    -moz-transform: perspective(140px) rotateX(-180deg);
    -ms-transform: perspective(140px) rotateX(-180deg);
    -o-transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    -moz-transform: perspective(140px) rotateX(0deg);
    -ms-transform: perspective(140px) rotateX(0deg);
    -o-transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    -moz-transform: perspective(140px) rotateY(180deg);
    -ms-transform: perspective(140px) rotateY(180deg);
    -o-transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    -moz-transform: perspective(140px) rotateX(-180deg);
    -ms-transform: perspective(140px) rotateX(-180deg);
    -o-transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    -moz-transform: perspective(140px) rotateX(0deg);
    -ms-transform: perspective(140px) rotateX(0deg);
    -o-transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    -moz-transform: perspective(140px) rotateY(180deg);
    -ms-transform: perspective(140px) rotateY(180deg);
    -o-transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
/* Media Queries
   Mobile First
   ========================================================================== */
@media only screen and (min-width: 600px) {
  .hide-mobile {
    display: block !important;
  }
  header .inner-header {
    max-width: 960px;
    margin: 0 auto;
  }
  header .inner-header .logo {
    background-image: url('../images/sprite-2x.png');
    background-size: 650px 450px;
    background-position: 0 -50px;
    width: 202px;
    height: 37px;
  }
  header .inner-header .partner_logo {
    background: #fff;
    display: inline-block;
    vertical-align: middle;
  }
  header .inner-header .partner_logo .company-logo-plus,
  header .inner-header .partner_logo .snapper-logo-plus {
    margin: 0 10px;
    width: 13px;
    height: 13px;
    background-image: url('../images/sprite-2x.png');
    background-size: 650px 450px;
    background-position: -200px 0;
  }
  header .inner-header .partner_logo .company-logo {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    background-image: url('../images/sprite-2x.png');
    background-size: 650px 450px;
  }
  header .inner-header .partner_logo .get-logosnapper {
    height: 80px;
    width: 98px;
    background-position: -300px -350px;
  }
  header .inner-header .partner_logo .get-logo2degrees {
    width: 37px;
    height: 48px;
    background-position: 0px -100px;
  }
  header .inner-header .partner_logo .get-logoSpark {
    width: 96px;
    height: 43px;
    background-position: -50px -100px;
  }
  header .inner-header .partner_logo .get-logoVodafone {
    width: 143px;
    height: 42px;
    background-position: -150px -100px;
  }
  header .inner-header .partner_logo .get-logoASB {
    width: 109px;
    height: 40px;
    background-position: -300px -100px;
  }
  header .inner-header .partner_logo .get-logoBNZ {
    width: 82px;
    height: 42px;
    background-position: -450px -100px;
  }
  header .more-info {
    cursor: pointer;
    line-height: 37px;
  }
  header .more-info .info-button {
    text-indent: 0;
    background: none;
    width: auto;
    height: auto;
    line-height: auto;
  }
  header .more-info .about-close-button {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: -300px 0;
    width: 18px;
    height: 18px;
    display: none;
  }
  header .more-info .about-close-button:hover {
    background-position: -300px -50px;
  }
  ul.pagination {
    right: 20px;
  }
  ul.pagination li a {
    width: 15px;
    height: 15px;
    border-radius: 10px;
  }
  div.sections section.fullscreen .description {
    top: 50% !important;
    max-width: 150px;
    text-align: left;
    left: auto;
    right: auto;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  div.sections section.fullscreen .description a {
    display: block;
    margin-top: 20px;
  }
  div.sections section.fullscreen .in-payment-area {
    -webkit-transform: scale(0.8) rotate(50deg) !important;
    -moz-transform: scale(0.8) rotate(50deg) !important;
    -ms-transform: scale(0.8) rotate(50deg) !important;
    -o-transform: scale(0.8) rotate(50deg) !important;
    top: 40% !important;
  }
  div.sections section.fullscreen .out-payment-area {
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
  }
  div.sections section.fullscreen .green-triangle {
    position: absolute;
    top: 100%;
    margin-top: -200px;
    -webkit-transition: all ease-in-out 500ms;
    -moz-transition: all ease-in-out 500ms;
    -ms-transition: all ease-in-out 500ms;
    -o-transition: all ease-in-out 500ms;
  }
  div.sections section.fullscreen .green-triangle.triangle-left {
    left: -200px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 200px 0 200px 200px;
    border-color: transparent transparent transparent #69c2c2;
  }
  div.sections section.fullscreen .green-triangle.triangle-right {
    right: -200px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 200px 200px 200px 0;
    border-color: transparent #c4c832 transparent transparent;
  }
  div.sections section.intro .hero-image-triangle {
    width: 567px;
    height: 283px;
    position: absolute;
    top: 0;
    right: -15%;
    background-image: url('../images/hero-triangle-2x.png');
    background-size: 567px 283px;
  }
  div.sections section.intro .hero-green-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 283px 283px 283px 0;
    border-color: transparent #c4c832 transparent transparent;
    position: absolute;
    top: 0;
    right: -15%;
  }
  div.sections section.intro article {
    max-width: 960px;
    margin: 0 auto;
    width: auto;
  }
  div.sections section.intro article h1 {
    max-width: 380px;
    font-size: 3.75em;
  }
  div.sections section.intro article h2 {
    max-width: 310px;
    font-size: 1.25em;
  }
  div.sections section.sim .sim-image {
    width: 169px;
    height: 169px;
    margin: -84px auto 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    background-image: url('../images/sprite-parallax-2x.png');
    background-size: 1550px 1000px;
    background-position: 0 0;
    left: 0;
  }
  div.sections section.sim .logos {
    max-width: 300px;
    left: 7%;
    height: 100px;
    top: 60% !important;
  }
  div.sections section.sim .logos .two-logo {
    width: 280px;
    height: 90px;
    margin: 3px auto 0px;
    background-image: url('../images/sprite-2x.png');
    background-size: 550px 381px;
    background-position: 0 -540px;
  }
  div.sections section.sim .logos .two-logo img {
    display: none;
  }
  div.sections section.sim .description {
    left: 5%;
  }
  div.sections section.phone .phone-wrap {
    margin: -250px auto 0;
    width: 259px;
    height: 500px;
    left: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  div.sections section.phone .phone-wrap .phone-image {
    background-image: url('../images/sprite-parallax-2x.png');
    background-size: 1550px 1000px;
    background-position: -250px 0;
  }
  div.sections section.phone .description {
    right: 5%;
  }
  div.sections section .screen-image {
    width: 227px;
    height: 400px;
    margin: -200px 0 0 -113px;
    left: 50%;
    background-size: 227px 400px;
    -webkit-transform: translateY(0) rotate(0deg);
    -moz-transform: translateY(0) rotate(0deg);
    -ms-transform: translateY(0) rotate(0deg);
    -o-transform: translateY(0) rotate(0deg);
    background-image: url('../images/sprite-parallax-2x.png');
    background-size: 1550px 1000px;
  }
  div.sections section#screen-store .store-image {
    background-position: 0 -550px;
  }
  div.sections section#screen-store .description {
    left: 5%;
  }
  div.sections section#screen-banks .banks-image {
    background-position: -250px -550px;
  }
  div.sections section#screen-banks .payment-image {
    background-position: -500px -550px;
  }
  div.sections section#screen-banks .payment-image-snapper {
    background-position: -750px -550px;
  }
  div.sections section#screen-banks .description {
    right: 5%;
  }
  div.sections section#screen-payment .description {
    text-align: center;
    line-height: 0.9;
    right: 5%;
  }
  div.sections section#screen-payment .description.single-word {
    font-weight: bold;
  }
  div.sections section#screen-payment .description.single-word p {
    display: block;
    color: #000;
  }
  div.sections section#screen-payment .description.single-word p:first-child:after,
  div.sections section#screen-payment .description.single-word p:nth-child(2n):after {
    content: '...';
    display: block;
    word-wrap: break-word;
    width: 1px;
    line-height: 8px;
    margin: 15px auto;
  }
  div.sections section#screen-payment .description.left-desc {
    left: 5%;
    right: auto;
    text-align: left;
    width: 150px;
  }
  div.sections section#screen-payment .terminal-image {
    background-image: url('../images/sprite-parallax-2x.png');
    background-size: 1550px 1000px;
    background-position: -550px 0;
    height: 451px;
    width: 227px;
    top: 50%;
    bottom: inherit;
    margin: -225px auto 0;
    left: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  div.sections section#snapper-terminal .description {
    text-align: center;
    line-height: 0.9;
    right: 5%;
  }
  div.sections section#snapper-terminal .description.single-word {
    font-weight: bold;
  }
  div.sections section#snapper-terminal .description.single-word#foo {
    top: 190px;
  }
  div.sections section#snapper-terminal .description.single-word p {
    display: block;
    color: #000;
  }
  div.sections section#snapper-terminal .description.single-word p:first-child:after,
  div.sections section#snapper-terminal .description.single-word p:nth-child(2n):after {
    content: '...';
    display: block;
    word-wrap: break-word;
    width: 1px;
    line-height: 8px;
    margin: 15px auto;
  }
  div.sections section#snapper-terminal .description.left-desc {
    left: 5%;
    right: auto;
    text-align: left;
    width: 150px;
  }
  div.sections section#snapper-terminal .snapper-terminal-image {
    background-image: url('../images/sprite-parallax-2x.png');
    background-size: 1550px 1000px;
    background-position: -799px 2px;
    height: 450px;
    width: 450px;
    top: 32%;
    bottom: inherit;
    margin: -165px auto 0;
    left: 0;
    right: 0;
    z-index: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  div.sections section#snapper-terminal .button-littlefish {
    background-image: url('../images/sprite-2x.png');
    /*background-repeat: no-repeat;*/
    /*background-size: -499px 300px;*/
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    width: 55px;
  }
  div.sections section#screen-payment-details .description {
    right: auto;
    max-width: 140px;
  }
  div.sections section#screen-payment-details .button-paywave {
    background-image: url('../images/sprite-parallax-2x.png');
    background-size: 1550px 1000px;
    background-position: 0 -350px;
    display: inline-block;
    width: 61px;
    height: 36px;
  }
  div.sections section#screen-payment-details .button-littlefish {
    background-image: url('../images/sprite-2x.png');
    /*background-repeat: no-repeat;*/
    /*background-size: -499px 300px;*/
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    width: 55px;
  }
  div.sections section#screen-payment-details .description {
    left: 10%;
  }
  div.sections section#screen-payment-details .terminal-image {
    background-image: url('../images/sprite-parallax-2x.png');
    background-size: 1550px 1000px;
    background-position: -1298px 0;
    height: 451px;
    width: 227px;
    top: 50%;
    bottom: inherit;
    margin: -225px auto 0;
    left: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  div.sections section#ready-to-semble .ready-to-semble-hero {
    font-size: 3.7em;
    max-width: 600px;
    text-align: left;
    position: relative;
  }
  div.sections .scroll p {
    display: inline-block;
  }
  .bg {
    background-image: url('../images/bg-pattern-2x.gif');
    background-size: cover;
  }
  .about-container {
    position: fixed;
    top: 77px;
    left: 0;
    z-index: 9998;
    background-color: #ebebeb;
    padding: 60px 0;
    margin-top: 0;
  }
  .about-container .inner-about-container {
    position: static;
    overflow-y: auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: auto;
    height: auto;
    background-color: #fff;
    max-width: 960px;
    margin: 0 auto;
    padding: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .about-container .inner-about-container .video-container {
    width: 57.29166667%;
    max-width: 550px;
    border: none;
    float: left;
  }
  .about-container .inner-about-container article {
    float: right;
    width: 36.45833333%;
    max-width: 350px;
  }
  .about-container .inner-about-container article h1 {
    font-size: 1.875em;
    /* 30/16 */
    margin-top: 0;
    padding: 0 0 0 0;
  }
  .about-container .inner-about-container article p {
    line-height: 1.6;
    padding: 0 0 0 0;
  }
  .about-container .inner-about-container .button-style {
    display: inline-block !important;
    height: 38px;
    width: auto;
    line-height: 38px;
    margin: 5px 0 0 0;
  }
  .about-container .inner-about-container .bot-skip {
    display: inline-block !important;
    height: 38px;
    width: auto;
    line-height: 38px;
    margin: 5px 0 0 0;
    top: -80px;
  }
  .about-container .inner-about-container ul {
    /*clear:both;*/
    padding-top: 30px;
    padding: 60px 0 0 0;
    max-width: 480px;
  }
  .about-container .inner-about-container ul.first-row {
    margin-right: 0;
    float: left;
    clear: both;
  }
  .about-container .inner-about-container ul.second-row {
    margin-right: 0;
    float: right;
    padding-top: 40px;
  }
  .about-container .inner-about-container ul li {
    margin-right: 40px;
  }
  .about-container .inner-about-container ul li.twoDegrees {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -200px;
    width: 58px;
    height: 77px;
  }
  .about-container .inner-about-container ul li.Spark {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: -100px -200px;
    width: 65px;
    height: 80px;
  }
  .about-container .inner-about-container ul li.Vodafone {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: -184px -200px;
    width: 136px;
    height: 71px;
    margin-right: 0;
  }
  .about-container .inner-about-container ul li.ASB {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: -350px -200px;
    width: 120px;
    height: 26px;
  }
  .about-container .inner-about-container ul li.BNZ {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: -500px -200px;
    width: 129px;
    height: 80px;
  }
  .about-container .inner-about-container ul li.Snapper {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: -300px -350px;
    width: 98px;
    height: 81px;
  }
  .questionnare-container {
    margin: 0 auto;
  }
  .questionnare-container form {
    position: relative;
  }
  .questionnare-container form:before {
    display: block;
    position: absolute;
    top: -50px;
    left: -75px;
    content: '';
    z-index: 5000;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 225px 0 225px 225px;
    border-color: transparent transparent transparent #9f5781;
  }
  .questionnare-container form .accordion-element {
    width: 100%;
    overflow: hidden;
    padding: 0;
  }
  .questionnare-container form .accordion-element#bankcheck .accordion-menu-button {
    padding-top: 100px;
    padding-bottom: 0px;
  }
  .questionnare-container form .accordion-element#phonecheck .accordion-menu-button {
    padding-bottom: 20px;
  }
  .questionnare-container form .accordion-element.active-acc {
    background-color: #69c2c2;
  }
  .questionnare-container form .accordion-element.active-acc .accordion-menu-button {
    padding-top: 100px;
  }
  .questionnare-container form .accordion-element.active-acc .accordion-menu-button h1 {
    font-weight: bold;
    color: white;
  }
  .questionnare-container form .accordion-element.active-acc .accordion-menu-button h1 span.number {
    color: #9f5781;
    border: 3px solid white;
  }
  .questionnare-container form .accordion-element.active-acc .inner-fieldset {
    height: auto;
    padding: 0 20px 50px 20px;
  }
  .questionnare-container form .accordion-element.active-acc .inner-fieldset:before {
    opacity: 1;
  }
  .questionnare-container form .accordion-element .accordion-menu-button {
    text-align: center;
    cursor: pointer;
    padding: 40px 20px;
  }
  .questionnare-container form .accordion-element .accordion-menu-button .inner {
    max-width: 530px;
  }
  .questionnare-container form .accordion-element .accordion-menu-button h1 {
    font-size: 1.5em;
  }
  .questionnare-container form .accordion-element .accordion-menu-button h1 span.number {
    line-height: 33px;
    width: 40px;
    height: 40px;
    margin-right: 30px;
  }
  .questionnare-container form .accordion-element .accordion-menu-button h1 .title {
    width: 80%;
  }
  .questionnare-container form .accordion-element .accordion-menu-button h2 {
    line-height: 40px;
    float: right;
    font-size: 1.2em;
  }
  .questionnare-container form .accordion-element .inner-fieldset {
    padding: 0 20px;
    max-width: 400px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all ease-in-out 250ms;
    -moz-transition: all ease-in-out 250ms;
    -ms-transition: all ease-in-out 250ms;
    -o-transition: all ease-in-out 250ms;
  }
  .results-container {
    position: relative;
    padding: 0;
  }
  .results-container.no_transition {
    -webkit-transition: all ease-in-out 0ms;
    -moz-transition: all ease-in-out 0ms;
    -ms-transition: all ease-in-out 0ms;
    -o-transition: all ease-in-out 0ms;
  }
  .results-container:after {
    left: inherit;
    display: block;
    content: '';
    background-image: url(../images/results_bottom_image.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 496px;
    height: 497px;
  }
  .results-container article {
    position: relative;
    z-index: 105;
    max-width: 815px;
    margin: 0 auto;
    padding: 150px 50px;
  }
  .results-container article h1 {
    font-size: 3em;
    display: table;
  }
  .results-container article h1 div {
    display: inline-block;
    margin: 0 30px 0 0;
    float: none;
  }
  .results-container article h1 div.yes,
  .results-container article h1 div.no {
    width: 75px;
    height: 75px;
  }
  .results-container article h1 div.yes {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: -350px 0;
  }
  .results-container article h1 div.no {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: -450px 0;
  }
  .results-container article h1 span {
    display: inline-block;
  }
  .results-container article ul {
    margin: 40px auto;
    padding-left: 0;
  }
  .results-container article ul li {
    font-size: 1.25em;
    /* 20/16 */
    margin-bottom: 20px;
  }
  .results-container article .button-style {
    width: auto;
    margin: 25px 0;
    margin-left: 0;
  }
  .results-container article .back-to-start-button {
    text-align: left;
    width: auto;
    margin-left: 0;
  }
  .footer-logos {
    background-color: #fff;
    text-align: center;
    width: 100%;
    padding-bottom: 30px;
    padding-top: 70px;
    z-index: 999999;
  }
  .footer-logos .logo {
    background-image: url('../images/sprite-2x.png');
    background-size: 650px 450px;
    background-position: 0 -50px;
    width: 202px;
    height: 37px;
  }
  footer {
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding-bottom: 70px;
  }
  footer nav {
    display: inline-block;
    width: auto;
  }
  footer nav ul {
    display: inline;
    padding-bottom: 0;
  }
  .error-page-container article {
    margin: 0 auto;
    max-width: 960px;
  }
  .error-page-container article h1 {
    display: inline-block;
    line-height: 75px;
  }
  .error-page-container article h1:before {
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
  }
  .error-page-container article p {
    padding-left: 105px;
    font-size: 1.25em;
    /* 20/16 */
    line-height: 1.2;
  }
  .error-page-container article p a {
    font-size: 1em;
  }
  .error-page-container article p,
  .error-page-container article a {
    color: #fff;
    max-width: 605px;
    margin: 20px 0;
  }
}
@media only screen and (min-width: 600px) and only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 600px) and only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 600px) and only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 600px) and only screen and (min-device-pixel-ratio: 2), only screen and (min-width: 600px) and only screen and (min-resolution: 192dpi), only screen and (min-width: 600px) and only screen and (min-resolution: 2dppx) {
  header .more-info .about-close-button {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-2x.png);
    background-size: 650px 450px;
  }
}
@media only screen and (min-width: 600px) and only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 600px) and only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 600px) and only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 600px) and only screen and (min-device-pixel-ratio: 2), only screen and (min-width: 600px) and only screen and (min-resolution: 192dpi), only screen and (min-width: 600px) and only screen and (min-resolution: 2dppx) {
  .about-container .inner-about-container ul li.twoDegrees {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-2x.png);
    background-size: 650px 450px;
  }
}
@media only screen and (min-width: 600px) and only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 600px) and only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 600px) and only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 600px) and only screen and (min-device-pixel-ratio: 2), only screen and (min-width: 600px) and only screen and (min-resolution: 192dpi), only screen and (min-width: 600px) and only screen and (min-resolution: 2dppx) {
  .about-container .inner-about-container ul li.Spark {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-2x.png);
    background-size: 650px 450px;
  }
}
@media only screen and (min-width: 600px) and only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 600px) and only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 600px) and only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 600px) and only screen and (min-device-pixel-ratio: 2), only screen and (min-width: 600px) and only screen and (min-resolution: 192dpi), only screen and (min-width: 600px) and only screen and (min-resolution: 2dppx) {
  .about-container .inner-about-container ul li.Vodafone {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-2x.png);
    background-size: 650px 450px;
  }
}
@media only screen and (min-width: 600px) and only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 600px) and only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 600px) and only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 600px) and only screen and (min-device-pixel-ratio: 2), only screen and (min-width: 600px) and only screen and (min-resolution: 192dpi), only screen and (min-width: 600px) and only screen and (min-resolution: 2dppx) {
  .about-container .inner-about-container ul li.ASB {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-2x.png);
    background-size: 650px 450px;
  }
}
@media only screen and (min-width: 600px) and only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 600px) and only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 600px) and only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 600px) and only screen and (min-device-pixel-ratio: 2), only screen and (min-width: 600px) and only screen and (min-resolution: 192dpi), only screen and (min-width: 600px) and only screen and (min-resolution: 2dppx) {
  .about-container .inner-about-container ul li.BNZ {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-2x.png);
    background-size: 650px 450px;
  }
}
@media only screen and (min-width: 600px) and only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 600px) and only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 600px) and only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 600px) and only screen and (min-device-pixel-ratio: 2), only screen and (min-width: 600px) and only screen and (min-resolution: 192dpi), only screen and (min-width: 600px) and only screen and (min-resolution: 2dppx) {
  .about-container .inner-about-container ul li.Snapper {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-2x.png);
    background-size: 650px 450px;
  }
}
@media only screen and (min-width: 600px) and only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 600px) and only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 600px) and only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 600px) and only screen and (min-device-pixel-ratio: 2), only screen and (min-width: 600px) and only screen and (min-resolution: 192dpi), only screen and (min-width: 600px) and only screen and (min-resolution: 2dppx) {
  .results-container:after {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/results_bottom_image-2x.png);
    background-size: 496px 497px;
  }
}
@media only screen and (min-width: 600px) and only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 600px) and only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 600px) and only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 600px) and only screen and (min-device-pixel-ratio: 2), only screen and (min-width: 600px) and only screen and (min-resolution: 192dpi), only screen and (min-width: 600px) and only screen and (min-resolution: 2dppx) {
  .results-container article h1 div.yes {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-2x.png);
    background-size: 650px 450px;
  }
}
@media only screen and (min-width: 600px) and only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 600px) and only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 600px) and only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 600px) and only screen and (min-device-pixel-ratio: 2), only screen and (min-width: 600px) and only screen and (min-resolution: 192dpi), only screen and (min-width: 600px) and only screen and (min-resolution: 2dppx) {
  .results-container article h1 div.no {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-2x.png);
    background-size: 650px 450px;
  }
}
@media (min-width: 800px) {
  .popover {
    left: 70px!important;
    white-space: nowrap;
  }
  .results-container {
    padding: 0 40px;
  }
  header .inner-header {
    max-width: 960px;
    margin: 0 auto;
  }
  header .more-info {
    cursor: pointer;
    line-height: 37px;
  }
  header .more-info .info-button {
    text-indent: 0;
    background: none;
    width: auto;
    height: auto;
    line-height: auto;
  }
  header .more-info .about-close-button {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: -300px 0;
    width: 18px;
    height: 18px;
  }
  header .more-info .about-close-button:hover {
    background-position: -300px -50px;
  }
  div.sections section.fullscreen .description {
    max-width: 200px;
    line-height: 1.2;
    font-size: 1.6em;
  }
  div.sections section.intro .hero-image-triangle {
    width: 945px;
    height: 473px;
    background-size: 945px 473px;
    right: -35%;
  }
  div.sections section.intro .hero-green-triangle {
    border-width: 472px 472px 472px 0;
    right: -35%;
  }
  div.sections section.sim .logos {
    left: 65%;
    height: 100px;
    top: 43% !important;
  }
  div.sections section.phone .button-android {
    background-image: url('../images/sprite-parallax-2x.png');
    background-size: 1550px 1000px;
    background-position: 0 -200px;
    display: inline-block;
    width: 136px;
    height: 29px;
  }
  div.sections section.screen-store .button-play-store {
    background-image: url('../images/sprite-parallax-2x.png');
    background-size: 1550px 1000px;
    background-position: 0 -251px;
    display: inline-block;
    width: 168px;
    height: 57px;
  }
  div.sections section#screen-payment-details .description {
    left: auto;
    right: 5%;
    max-width: 270px;
  }
  .results-container {
    position: relative;
    padding: 0;
  }
  .results-container.no_transition {
    -webkit-transition: all ease-in-out 0ms;
    -moz-transition: all ease-in-out 0ms;
    -ms-transition: all ease-in-out 0ms;
    -o-transition: all ease-in-out 0ms;
  }
  .results-container:after {
    left: inherit;
    display: block;
    content: '';
    background-image: url(../images/results_bottom_image.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 496px;
    height: 497px;
  }
  .results-container:before {
    left: inherit;
    display: block;
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 207px 0 207px 206px;
    border-color: transparent transparent transparent #9f5781;
  }
  .results-container article h1 div {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px 0 0;
    float: left;
  }
  .results-container article h1 div.yes,
  .results-container article h1 div.no {
    width: 75px;
    height: 75px;
  }
  .results-container article h1 div.yes {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: -350px 0;
  }
  .results-container article h1 div.no {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: -450px 0;
  }
  .results-container article h1 span {
    display: table-cell;
    vertical-align: middle;
  }
  .results-container article ul {
    padding-left: 110px;
  }
  .results-container article .button-style {
    margin-left: 110px;
  }
  .results-container article .back-to-start-button {
    margin-left: 110px;
  }
}
@media (min-width: 800px) and only screen and (-webkit-min-device-pixel-ratio: 2), (min-width: 800px) and only screen and (min--moz-device-pixel-ratio: 2), (min-width: 800px) and only screen and (-o-min-device-pixel-ratio: 2/1), (min-width: 800px) and only screen and (min-device-pixel-ratio: 2), (min-width: 800px) and only screen and (min-resolution: 192dpi), (min-width: 800px) and only screen and (min-resolution: 2dppx) {
  header .more-info .about-close-button {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-2x.png);
    background-size: 650px 450px;
  }
}
@media (min-width: 800px) and only screen and (-webkit-min-device-pixel-ratio: 2), (min-width: 800px) and only screen and (min--moz-device-pixel-ratio: 2), (min-width: 800px) and only screen and (-o-min-device-pixel-ratio: 2/1), (min-width: 800px) and only screen and (min-device-pixel-ratio: 2), (min-width: 800px) and only screen and (min-resolution: 192dpi), (min-width: 800px) and only screen and (min-resolution: 2dppx) {
  .results-container:after {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/results_bottom_image-2x.png);
    background-size: 496px 497px;
  }
}
@media (min-width: 800px) and only screen and (-webkit-min-device-pixel-ratio: 2), (min-width: 800px) and only screen and (min--moz-device-pixel-ratio: 2), (min-width: 800px) and only screen and (-o-min-device-pixel-ratio: 2/1), (min-width: 800px) and only screen and (min-device-pixel-ratio: 2), (min-width: 800px) and only screen and (min-resolution: 192dpi), (min-width: 800px) and only screen and (min-resolution: 2dppx) {
  .results-container article h1 div.yes {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-2x.png);
    background-size: 650px 450px;
  }
}
@media (min-width: 800px) and only screen and (-webkit-min-device-pixel-ratio: 2), (min-width: 800px) and only screen and (min--moz-device-pixel-ratio: 2), (min-width: 800px) and only screen and (-o-min-device-pixel-ratio: 2/1), (min-width: 800px) and only screen and (min-device-pixel-ratio: 2), (min-width: 800px) and only screen and (min-resolution: 192dpi), (min-width: 800px) and only screen and (min-resolution: 2dppx) {
  .results-container article h1 div.no {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../images/sprite-2x.png);
    background-size: 650px 450px;
  }
}
@media (min-width: 960px) {
  div.sections section.fullscreen.intro .hero-image-triangle,
  div.sections section.fullscreen.intro .hero-green-triangle {
    right: -25%;
  }
  .questionnare-container {
    margin: 0 auto;
  }
  .questionnare-container form .accordion-element .accordion-menu-button .inner {
    max-width: 700px;
  }
  .questionnare-container form .accordion-element .inner-fieldset {
    max-width: 600px;
  }
  .questionnare-container form .accordion-element .inner-fieldset .custom-checkbox {
    width: auto !important;
    display: inline-block;
    margin: 0 5px 15px 5px !important;
  }
  .questionnare-container form .accordion-element .inner-fieldset .custom-checkbox .iradio {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .questionnare-container {
    margin: 0 auto;
  }
  .questionnare-container form .accordion-element {
    -webkit-transition: all ease-in-out 1000ms;
    -moz-transition: all ease-in-out 1000ms;
    -ms-transition: all ease-in-out 1000ms;
    -o-transition: all ease-in-out 1000ms;
  }
  .questionnare-container form .accordion-element .inner-fieldset:before {
    left: -50px;
  }
  div.sections section.fullscreen .green-triangle.triangle-left {
    left: -100px;
  }
  div.sections section.fullscreen .green-triangle.triangle-right {
    right: -100px;
  }
  div.sections section.fullscreen.intro .hero-image-triangle,
  div.sections section.fullscreen.intro .hero-green-triangle {
    right: -100px;
  }
  div.sections section.fullscreen article {
    top: 50%;
  }
}
@media (min-width: 1200px) {
  div.sections section.fullscreen .green-triangle.triangle-left {
    left: 0;
  }
  div.sections section.fullscreen .green-triangle.triangle-right {
    right: 0;
  }
}
@media only screen and (max-device-width: 768px) and (orientation: landscape) {
  .orientation-message {
    display: block;
  }
}