* {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  background-repeat: no-repeat; }
  *:after, *:before {
    background-repeat: no-repeat; }

html {
  font-family: sans-serif;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0; }

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

ul {
  list-style: none; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio, video {
  display: inline-block; }

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

img {
  display: block;
  border-style: none;
  max-width: 100%; }

svg:not(:root) {
  overflow: hidden; }

input {
  outline: none; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details, menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

/* colours */
/* modular scale em */
html {
  height: 100%;
  font-size: 62.5%; }

body {
  color: #CACDDB;
  background-color: #2A2D3A;
  font-size: 1.4rem;
  font-family: "Source Sans Pro", helvetica, arial, sans-serif; }

.content {
  width: 100%;
  margin: 0 auto; }

main {
  padding: 1.5625em; }

header {
  margin-bottom: 1em; }

@media (min-width: 600px) {
  .col1 {
    float: left;
    width: 49%; } }

@media (min-width: 600px) {
  .col2 {
    float: right;
    width: 49%; } }

.panel-row {
  padding: 2.44140625em 2.44140625em; }
  .panel-row .content {
    position: relative;
    max-width: 1000px; }
  .panel-row h1, .panel-row h2 {
    margin-top: 0; }
  .panel-row:last-child {
    border-bottom: none; }
  .panel-row.light {
    background-color: #333646; }
  .panel-row.tint {
    background-color: #fafafa; }
  .panel-row .visual.rounded {
    border-radius: 100%;
    border: 0.1em solid #353849;
    overflow: hidden; }
  @media (max-width: 600px) {
    .panel-row .copy {
      margin-bottom: 1.953125em; } }
  @media (min-width: 601px) {
    .panel-row {
      padding-top: 4.768371582em;
      padding-bottom: 4.768371582em; }
      .panel-row:after {
        content: "";
        display: table;
        clear: both; }
      .panel-row .visual {
        width: 50%; }
        .panel-row .visual.restrict-width {
          width: 35%; }
      .panel-row.align-left .visual {
        float: right; }
      .panel-row.align-right .copy {
        left: 60%; }
      .panel-row.align-right .visual {
        float: left; } }
  @media (min-width: 1000px) {
    .panel-row.restict-width {
      padding-left: 0;
      padding-right: 0; } }

button {
  outline: none;
  cursor: pointer;
  background-color: transparent; }

.btn {
  display: inline-block;
  cursor: pointer;
  color: white;
  font-size: 1.25em;
  font-weight: 500;
  font-family: "Source Sans Pro";
  text-align: center;
  text-decoration: none;
  padding: 1em 2.44140625em;
  min-width: 11.6415321827em;
  transition: all 0.4s ease-in-out;
  border-radius: 2px;
  background-color: #70BAEF;
  border: 1px solid #70BAEF; }
  .btn.btn-red {
    color: white;
    background-color: #d95565; }
    .btn.btn-red:hover {
      background-color: #d44052; }
  .btn.btn-small {
    font-size: 0.8em;
    padding: 0.8em 1.5625em; }
  .btn:hover {
    background-color: #54adec;
    transition: all 0.4s ease-in-out; }

.btn-loader {
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  background-color: #70BAEF;
  border-radius: 2px; }
  .btn-loader:hover {
    background-color: #54adec;
    transition: all 0.4s ease-in-out; }
  .btn-loader input, .btn-loader .btn {
    position: relative;
    display: block;
    color: white;
    cursor: pointer;
    font-size: 1em;
    font-weight: 500;
    padding: 1em 2.44140625em;
    background: transparent; }
  .btn-loader:after {
    display: none;
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    right: 1em;
    top: 1.23em;
    z-index: 3;
    background-size: contain;
    background-image: url("../icons/light/ico-loader.svg"); }
  .btn-loader.full-width.loading {
    padding-right: 0; }
  .btn-loader.loading {
    padding-right: 1em; }
    .btn-loader.loading:after {
      display: block;
      transform-origin: center center;
      -webkit-animation: rotate 1s infinite linear;
      -moz-animation: rotate 1s infinite linear;
      -o-animation: rotate 1s infinite linear;
      animation: rotate 1s infinite linear; }

.btn-outline {
  color: white;
  background: transparent;
  border: 1px solid white; }
  .btn-outline:hover {
    color: #2A2D3A;
    background: white; }

.btn-inline {
  display: inline-block;
  margin: 0 0.2em;
  padding: 0.1em 0.75em 0.2em;
  color: white !important;
  font-size: 0.8em;
  text-decoration: none; }

.clearfix {
  content: "";
  display: table;
  clear: both; }

.full-width {
  max-width: 100%; }

.restrict-width {
  max-width: 1000px;
  margin: 0 auto; }

.no-padding {
  padding: 0 !important; }

img {
  max-width: 100%;
  line-height: 0; }

.align-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%); }

.align-y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

.align-xy {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

.hide {
  display: none !important; }

.show {
  display: block !important; }

h1, h2, h3, h4, h5, h6 {
  color: white;
  font-size: 1em;
  margin: 0 0 0 0;
  padding: 0;
  line-height: 1.25em; }

h1 {
  font-weight: 700;
  font-size: 1.953125em; }

h2 {
  font-size: 1.953125em;
  font-weight: 600;
  margin: 1.25em 0 1em; }

h3 {
  font-size: 1.25em;
  margin-bottom: 0.5em; }

p {
  line-height: 1.5625em;
  margin-bottom: 1em; }

a {
  color: #6CA7CC; }

p:last-child {
  margin-bottom: 0; }

.list {
  margin-left: 1.25em; }
  .list li {
    margin-bottom: 1em;
    line-height: 1.4em; }
    .list li:last-child {
      margin-bottom: 0; }

.checklist {
  margin-left: 0; }
  .checklist li {
    list-style: none;
    text-align: left;
    background-position: left center;
    background-size: 0.8em;
    padding-left: 1.5em;
    background-image: url("..//icons/color/ico-check-green.svg"); }
  .checklist li.cross {
    background-image: url("..//icons/color/ico-cross-red.svg"); }

ul.list {
  list-style: disc; }

ol.list {
  list-style: number; }

blockquote {
  font-style: italic;
  font-size: 1.1em;
  line-height: 1.5625em; }

cite {
  display: block;
  font-style: normal;
  opacity: 0.7;
  margin: 1.25em 0 0 0; }

.grid > li {
  width: 100%;
  float: left;
  margin-bottom: 1.5625em; }

@media (min-width: 600px) {
  .two-col > li {
    width: 49%; }
    .two-col > li:nth-of-type(2n+1) {
      margin-right: 2%; } }

@media (min-width: 850px) {
  .three-col > li {
    width: 32%; }
    .three-col > li:nth-of-type(2n+1) {
      margin-right: 0; }
    .three-col > li:nth-of-type(3n+1), .three-col > li:nth-of-type(3n+2) {
      margin-right: 2%; } }

@media (min-width: 1100px) {
  .four-col > li {
    width: 24%; }
    .four-col > li:nth-of-type(3n+1), .four-col > li:nth-of-type(3n+2) {
      margin-right: 0; }
    .four-col > li:nth-of-type(4n+1), .four-col > li:nth-of-type(4n+2), .four-col > li:nth-of-type(4n+3) {
      margin-right: 1.33%; } }

@media (min-width: 1400px) {
  .five-col > li {
    width: 19.2%; }
    .five-col > li:nth-of-type(4n+1), .five-col > li:nth-of-type(4n+2), .five-col > li:nth-of-type(4n+3) {
      margin-right: 0%; }
    .five-col > li:nth-of-type(5n+1), .five-col > li:nth-of-type(5n+2), .five-col > li:nth-of-type(5n+3), .five-col > li:nth-of-type(5n+4) {
      margin-right: 1%; } }

.ico {
  position: relative;
  display: block; }
  .ico:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 90%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-size: 1100%; }
  .ico.ico-btn:after {
    width: 50%;
    height: 50%; }
  .ico.ico-light:after {
    background-image: url("../icons/light/icons-light.svg"); }
  .ico.ico-dark:after {
    background-image: url("../icons/dark/icons-dark.svg"); }
  .ico.ico-social-dark:after {
    background-image: url("../icons/dark/icons-social.svg"); }
  .ico.ico-social-light:after {
    background-image: url("../icons/light/icons-social.svg"); }
  .ico.icon-payment:after {
    background-size: 300%;
    background-image: url("../icons/color/payment-icons.png");
    background-image: url("../icons/color/payment-icons.svg");
    background-image: url("../icons/payment-icons.png");
    background-image: url("../icons/payment-icons.svg"); }

.ico-user:after {
  background-position: 0 0; }

.ico-users:after {
  background-position: 10% 0; }

.ico-image:after {
  background-position: 20% 0; }

.ico-music:after {
  background-position: 30% 0; }

.ico-video:after {
  background-position: 40% 0; }

.ico-bell:after {
  background-position: 50% 0; }

.ico-phone:after {
  background-position: 60% 0; }

.ico-speaker:after {
  background-position: 70% 0; }

.ico-mic:after {
  background-position: 80% 0; }

.ico-star:after {
  background-position: 90% 0; }

.ico-starfilled:after {
  background-position: 100% 0; }

.ico-file:after {
  background-position: 0 16.6666666667%; }

.ico-files:after {
  background-position: 10% 16.6666666667%; }

.ico-pencil:after {
  background-position: 20% 16.6666666667%; }

.ico-compose:after {
  background-position: 30% 16.6666666667%; }

.ico-delete:after {
  background-position: 40% 16.6666666667%; }

.ico-share:after {
  background-position: 50% 16.6666666667%; }

.ico-replay:after {
  background-position: 60% 16.6666666667%; }

.ico-refresh:after {
  background-position: 70% 16.6666666667%; }

.ico-export:after {
  background-position: 80% 16.6666666667%; }

.ico-download:after {
  background-position: 90% 16.6666666667%; }

.ico-upload:after {
  background-position: 100% 16.6666666667%; }

.ico-inbox:after {
  background-position: 0% 33.3333333333%; }

.ico-mail:after {
  background-position: 10% 33.3333333333%; }

.ico-mailsolid:after {
  background-position: 20% 33.3333333333%; }

.ico-message:after {
  background-position: 30% 33.3333333333%; }

.ico-chat:after {
  background-position: 40% 33.3333333333%; }

.ico-help:after {
  background-position: 50% 33.3333333333%; }

.ico-calendar:after {
  background-position: 60% 33.3333333333%; }

.ico-calendaradd:after {
  background-position: 70% 33.3333333333%; }

.ico-clock:after {
  background-position: 80% 33.3333333333%; }

.ico-happy:after {
  background-position: 90% 33.3333333333%; }

.ico-sad:after {
  background-position: 100% 33.3333333333%; }

.ico-home:after {
  background-position: 0% 50%; }

.ico-globe:after {
  background-position: 10% 50%; }

.ico-spanner:after {
  background-position: 20% 50%; }

.ico-settings:after {
  background-position: 30% 50%; }

.ico-controls:after {
  background-position: 40% 50%; }

.ico-search:after {
  background-position: 50% 50%; }

.ico-computer:after {
  background-position: 60% 50%; }

.ico-mobile:after {
  background-position: 70% 50%; }

.ico-location:after {
  background-position: 80% 50%; }

.ico-heart:after {
  background-position: 90% 50%; }

.ico-heartfilled:after {
  background-position: 100% 50%; }

.ico-padlockclosed:after {
  background-position: 0% 66.6666666667%; }

.ico-padlockopen:after {
  background-position: 10% 66.6666666667%; }

.ico-creditcard:after {
  background-position: 20% 66.6666666667%; }

.ico-cash:after {
  background-position: 30% 66.6666666667%; }

.ico-stopcircle:after {
  background-position: 40% 66.6666666667%; }

.ico-infocircle:after {
  background-position: 50% 66.6666666667%; }

.ico-questioncircle:after {
  background-position: 60% 66.6666666667%; }

.ico-warning:after {
  background-position: 70% 66.6666666667%; }

.ico-question:after {
  background-position: 80% 66.6666666667%; }

.ico-info:after {
  background-position: 90% 66.6666666667%; }

.ico-eye:after {
  background-position: 100% 66.6666666667%; }

.ico-cloudupload:after {
  background-position: 0% 83.3333333333%; }

.ico-clouddownload:after {
  background-position: 10% 83.3333333333%; }

.ico-piechart:after {
  background-position: 20% 83.3333333333%; }

.ico-chart:after {
  background-position: 30% 83.3333333333%; }

.ico-chartup:after {
  background-position: 40% 83.3333333333%; }

.ico-chartdown:after {
  background-position: 50% 83.3333333333%; }

.ico-list:after {
  background-position: 60% 83.3333333333%; }

.ico-globe:after {
  background-position: 70% 83.3333333333%; }

.ico-rocket:after {
  background-position: 80% 83.3333333333%; }

.ico-left:after {
  background-position: 0% 100%; }

.ico-right:after {
  background-position: 10% 100%; }

.ico-up:after {
  background-position: 20% 100%; }

.ico-down:after {
  background-position: 30% 100%; }

.ico-minus:after {
  background-position: 40% 100%; }

.ico-plus:after {
  background-position: 50% 100%; }

.ico-check:after {
  background-position: 60% 100%; }

.ico-cross:after {
  background-position: 70% 100%; }

.ico-nav:after {
  background-position: 80% 100%; }

.ico-visa:after {
  background-position: 0% 0%; }

.ico-mastercard:after {
  background-position: 50% 0%; }

.ico-amex:after {
  background-position: 100% 0%; }

.ico-facebook:after {
  background-position: 0% 0%; }

.ico-twitter:after {
  background-position: 10% 0%; }

.ico-linkedin:after {
  background-position: 20% 0%; }

.ico-instagram:after {
  background-position: 30% 0%; }

.ico-youtube:after {
  background-position: 40% 0%; }

.ico-pinterest:after {
  background-position: 50% 0%; }

.ico-dribbble:after {
  background-position: 70% 0%; }

.ico-vimeo:after {
  background-position: 80% 0%; }

.ico-soundcloud:after {
  background-position: 90% 0%; }

.ico-googleplus:after {
  background-position: 100% 0%; }

.ico-rss:after {
  background-position: 0% 100%; }

.phone {
  position: relative;
  width: 10em;
  height: 20em;
  border-radius: 1em;
  border: 1px solid #ededed;
  background-color: white;
  padding: 1.5625em 0.2em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); }
  .phone:before {
    content: "";
    position: absolute;
    top: 0.65em;
    left: 50%;
    width: 2.6em;
    height: 0.4em;
    border-radius: 1em;
    margin-left: -1.3em;
    background-color: #DCDDDE; }
  .phone:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0.7em;
    width: 1.1em;
    height: 1.1em;
    margin-left: -0.55em;
    border: 1px solid #DCDDDE;
    border-radius: 100%; }

.tablet {
  position: relative;
  overflow: hidden;
  width: 26em;
  min-height: 25em;
  border-radius: 1em;
  border: 1px solid #DCDDDE;
  background-color: white;
  padding: 1.5625em 0.2em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08); }
  .tablet .viewport {
    height: 14.35em;
    overflow: hidden; }
  .tablet:before {
    content: "";
    position: absolute;
    top: 0.65em;
    left: 50%;
    width: 0.4em;
    height: 0.4em;
    margin-left: -0.2em;
    background-color: #DCDDDE;
    border-radius: 1em; }
  .tablet:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0.7em;
    width: 1.1em;
    margin-left: -0.55em;
    height: 1.1em;
    border: 1px solid #DCDDDE;
    border-radius: 100%; }

.browser {
  position: relative;
  width: 100%;
  min-width: 20em;
  height: auto;
  border-radius: 0.4em;
  background: white;
  overflow: hidden;
  border: 1px solid #ededed;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05); }
  .browser:before {
    content: "";
    position: absolute;
    width: 100%;
    opacity: 0.8;
    height: 2.5em;
    background: white;
    border-top-left-radius: 0.4em;
    border-top-right-radius: 0.4em;
    background-position: left 0.75em center;
    background-repeat: no-repeat;
    background-size: 3em;
    background-image: url("../images/ui/browser-controls.svg"); }
  .browser .viewport {
    height: 100%;
    margin-top: 2.5em;
    overflow: hidden; }
    .browser .viewport img {
      display: block; }
    .browser .viewport:before {
      left: 3.14em; }

.browser-and-phone {
  position: relative;
  height: 22em; }
  .browser-and-phone .browser {
    position: absolute;
    width: 90%;
    min-width: auto; }
  .browser-and-phone .phone {
    position: absolute;
    height: 18em;
    right: 0;
    top: 2em; }
  @media (min-width: 475px) {
    .browser-and-phone {
      height: 23em; }
      .browser-and-phone .phone {
        top: 5em; } }

.tablet-and-phone {
  position: relative;
  height: 18.6em; }
  .tablet-and-phone .phone {
    position: absolute;
    top: 0;
    left: 0; }
  .tablet-and-phone .tablet {
    left: 11.5em; }
  @media (min-width: 550px) {
    .tablet-and-phone {
      transform: rotate(-15deg);
      -ms-transform: rotate(-15deg); } }

/* colours */
.card {
  position: relative;
  padding: 1.5625em;
  margin-bottom: 1.5625em;
  background: #2e3240; }
  .card:last-of-type {
    margin-bottom: 0; }
  .card header {
    position: relative;
    overflow: hidden;
    text-align: left;
    padding-bottom: 1.25em;
    margin-bottom: 1.953125em;
    border-bottom: 1px solid #353849; }
    .card header h1 {
      float: left;
      margin: 0;
      font-size: 1.25em;
      font-weight: 600; }
    .card header a {
      float: right;
      margin-top: 0.2em;
      font-size: 0.9em; }

form .btn[type="submit"],
form .btn-next-step {
  display: block;
  clear: both; }

label,
legend {
  display: block;
  position: relative;
  color: #d9dbe5;
  font-size: 0.85em;
  margin-bottom: 0.65em;
  text-transform: uppercase; }
  label.required:after,
  legend.required:after {
    content: "*";
    color: #d95565;
    margin-left: 0.35em;
    font-size: 1em;
    font-weight: 500; }

legend {
  margin-bottom: 1em; }

.textbox,
.creditcard {
  display: block;
  position: relative;
  width: 100%;
  color: #2A2D3A !important;
  font-size: 1em;
  padding: 1em;
  margin: 0 0 1.25em;
  background-color: white;
  border: 1px solid #353849; }
  .textbox:focus,
  .creditcard:focus {
    background-color: #fafafa;
    transition: all 0.3s ease-in-out; }
  .textbox.error,
  .creditcard.error {
    position: relative;
    margin-bottom: 0;
    border: 1px solid #d95565;
    background-color: #fcf3f4; }

.error-message {
  display: block;
  color: white;
  font-size: 0.85em;
  font-weight: 500;
  margin-bottom: 1.5625em;
  padding: 0.6em 1em;
  background: #d6485a; }

.input-with-button {
  overflow: hidden; }
  .input-with-button .textbox {
    float: left;
    width: 75%;
    border-right: none; }
  .input-with-button .btn {
    float: right;
    clear: none !important;
    width: 25% !important;
    height: 3.3em;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.input {
  position: relative;
  margin-bottom: 1.25em;
  padding: 0.64em 0.64em 0.25em 0.64em;
  border: 1px solid #353849;
  background-color: white; }
  .input label {
    font-size: 0.75em; }
  .input .textbox {
    margin: 0;
    border: none;
    padding: 0.5em 0;
    background-color: transparent; }
  .input.error {
    padding-bottom: 2.44140625em;
    border: 1px solid #d95565; }
    .input.error label {
      color: #d95565; }
    .input.error .error-message {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      margin-bottom: 0; }

.select {
  position: relative;
  cursor: pointer;
  color: #2A2D3A;
  width: 100%;
  margin-bottom: 1.25em;
  overflow: hidden;
  border: 1px solid #353849;
  background-color: white; }
  .select.error {
    border: 1px solid #d95565; }
    .select.error select {
      color: #d95565; }
    .select.error .error-message {
      margin-bottom: 0; }
  .select:after {
    content: "";
    position: absolute;
    top: 1.4em;
    right: 1em;
    width: 0.85em;
    height: 0.5em;
    opacity: 0.35;
    pointer-events: none;
    background-size: contain;
    background-image: url("../icons/dark/ico-dropdown.svg"); }
  .select select {
    width: 120%;
    color: #2A2D3A;
    font-size: 1em;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border: transparent;
    outline: none;
    cursor: pointer;
    padding: 1em; }
  .select select::-ms-expand {
    display: none; }

textarea {
  min-height: 5.9604644775em;
  outline: none;
  resize: vertical; }

fieldset {
  clear: both;
  padding: 0;
  margin: 0 0 0.5em 0;
  border: none; }
  fieldset .checkbox,
  fieldset .radio {
    margin-bottom: 0.25em; }
  fieldset label {
    text-transform: none; }
  fieldset.error {
    padding: 0 1em 0 1em;
    border: 1px solid #d95565; }
    fieldset.error legend {
      color: #d95565;
      padding: 0 0.5em; }
  fieldset .error-message {
    clear: both;
    margin: 0 -1.25em; }

.checkbox,
.radio {
  float: left;
  margin-right: 1.5625em;
  margin-bottom: 0.75em; }
  .checkbox label,
  .radio label {
    float: left;
    line-height: 1.5625em;
    font-size: 1em;
    cursor: pointer;
    text-transform: none; }
  .checkbox input,
  .radio input {
    position: relative;
    float: left;
    width: 2em;
    height: 2em;
    cursor: pointer;
    margin-right: 1em;
    background: none;
    border: 1px solid #242631;
    background-size: 70%;
    background-position: center center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.2s ease-in-out; }

input:disabled {
  opacity: 0.5; }

.checkbox input:checked {
  border: none;
  background-color: #8CCC6C;
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: center center;
  background-image: url("../icons/light/ico-check.svg"); }

.radio input {
  border-radius: 100%; }
  .radio input:checked {
    border: none;
    background-color: #8CCC6C;
    transition: all 0.2s ease-in-out; }
    .radio input:checked:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 1em;
      height: 1em;
      border-radius: 100%;
      background-color: white;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }

.selector-bar {
  width: 100%; }
  .selector-bar input {
    display: none; }
  .selector-bar :checked + label {
    color: white;
    border: none;
    background-color: #6CA7CC; }
  .selector-bar label {
    display: block;
    width: 100%;
    cursor: pointer;
    margin: 0 0 0.5em 0;
    padding: 1.25em 1.5625em;
    border-radius: 2px;
    border: 1px solid #353849; }

.switch {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 1.25em; }
  .switch legend {
    position: absolute;
    left: 5em;
    top: 50%;
    text-transform: none;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
  .switch .switch-button {
    position: relative;
    float: left;
    width: 2.6em;
    height: 1.6em; }
  .switch .switch-checkbox {
    display: none; }
    .switch .switch-checkbox:checked + .switch-label {
      background-color: #8CCC6C;
      transition: all 0.2s ease-in-out; }
      .switch .switch-checkbox:checked + .switch-label .switch-handle {
        left: 1.6em !important; }
  .switch .switch-label {
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
    height: 100%;
    border-radius: 2em;
    background: black; }
  .switch .switch-handle {
    position: absolute;
    top: 50%;
    left: 0.2em;
    color: white;
    width: 1.75em;
    height: 1.75em;
    font-size: 0.85em;
    font-weight: 600;
    line-height: 2.1em;
    text-align: center;
    text-transform: uppercase;
    pointer-events: none;
    background-color: white;
    transition: all 0.1s ease-out;
    border-radius: 100%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%); }

.switch.withlabel legend {
  left: 7.5em; }

.switch.withlabel .switch-button {
  width: 5em;
  height: 2em; }

.switch.withlabel .switch-label {
  border-radius: 0;
  background: white;
  border: 1px solid #353849; }

.switch.withlabel .switch-handle {
  height: auto;
  width: 3em;
  border-radius: 0;
  background-color: #70BAEF; }
  .switch.withlabel .switch-handle:after {
    content: "No"; }

.switch.withlabel .switch-checkbox:checked + .switch-label {
  background-color: white; }
  .switch.withlabel .switch-checkbox:checked + .switch-label .switch-handle {
    background-color: #8CCC6C !important;
    left: 3.5em !important; }
    .switch.withlabel .switch-checkbox:checked + .switch-label .switch-handle:after {
      content: 'Yes'; }

::-webkit-input-placeholder {
  color: white; }

::-moz-placeholder {
  color: white; }

:-ms-input-placeholder {
  color: white; }

:-moz-placeholder {
  color: white; }

.error::-webkit-input-placeholder {
  color: #d95565; }

.error::-moz-placeholder {
  color: #d95565; }

.error:-ms-input-placeholder {
  color: #d95565; }

.error:-moz-placeholder {
  color: #d95565; }

.payment header {
  padding-bottom: 0; }
  .payment header h1 {
    margin-bottom: 0 !important; }

.payment-wrapper {
  padding-top: 1.25em; }

.payment-form .btn {
  width: 100%; }

@media (min-width: 600px) {
  .payment-form {
    float: left;
    width: 50%; } }

.payment-summary {
  width: 100%;
  padding: 0 1.25em;
  border-radius: 2px;
  background-color: #4a4f66; }
  .payment-summary thead th {
    border-bottom: 1px dotted #555b75; }
  .payment-summary thead th,
  .payment-summary tbody td {
    text-align: left;
    padding: 1em 0; }
  .payment-summary tbody td {
    color: white;
    font-weight: 600;
    font-size: 1.25em; }
    .payment-summary tbody td small {
      opacity: 0.7; }
  @media (max-width: 600px) {
    .payment-summary {
      margin-bottom: 1.5625em; } }
  @media (min-width: 600px) {
    .payment-summary {
      float: right;
      margin-top: 1.25em;
      width: 18.1898940355em; } }

@-webkit-keyframes shake {
  from {
    transform: translateX(-5px);
    -ms-transform: translateX(-5px); }
  to {
    transform: translateX(5px);
    -ms-transform: translateX(5px); } }

@-moz-keyframes shake {
  from {
    transform: translateX(-5px);
    -ms-transform: translateX(-5px); }
  to {
    transform: translateX(5px);
    -ms-transform: translateX(5px); } }

@-o-keyframes shake {
  from {
    transform: translateX(-5px);
    -ms-transform: translateX(-5px); }
  to {
    transform: translateX(5px);
    -ms-transform: translateX(5px); } }

@keyframes shake {
  from {
    transform: translateX(-5px);
    -ms-transform: translateX(-5px); }
  to {
    transform: translateX(5px);
    -ms-transform: translateX(5px); } }

@-webkit-keyframes rotate {
  from {
    transform: rotate(0);
    -ms-transform: rotate(0); }
  to {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg); } }

@-moz-keyframes rotate {
  from {
    transform: rotate(0);
    -ms-transform: rotate(0); }
  to {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg); } }

@-o-keyframes rotate {
  from {
    transform: rotate(0);
    -ms-transform: rotate(0); }
  to {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg); } }

@keyframes rotate {
  from {
    transform: rotate(0);
    -ms-transform: rotate(0); }
  to {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg); } }

.message {
  position: relative;
  padding: 1.953125em;
  overflow: hidden;
  width: 100%; }
  .message .ico:first-child {
    float: left;
    width: 3em;
    height: 3em;
    margin-right: 1.953125em;
    border-radius: 100%; }
    .message .ico:first-child:after {
      width: 50%;
      height: 50%; }
  .message .content {
    color: #c1c4d5;
    width: auto;
    overflow: hidden; }
    .message .content h1 {
      font-size: 1.25em; }
    .message .content p:last-child {
      margin-bottom: 0; }
  .message .btn {
    color: white !important;
    display: inline-block;
    padding: 0.75em 1.25em;
    border: none; }
  .message .btn-close-message {
    position: absolute;
    top: 1.25em;
    right: 1.25em;
    width: 1em;
    height: 1em;
    opacity: 0.6;
    margin-right: 0;
    background-color: transparent !important;
    transition: all 0.2s ease-in-out; }
    .message .btn-close-message:hover {
      opacity: 0.9; }
  .message.info {
    background-color: #deebf3; }
    .message.info h1, .message.info a {
      color: #6CA7CC; }
    .message.info .ico {
      background-color: #b0d0e4; }
    .message.info .btn {
      background-color: #8ab9d7; }
      .message.info .btn:hover {
        background-color: #6ca7cc; }
  .message.success {
    background-color: #ebf6e5; }
    .message.success h1, .message.success a {
      color: #8CCC6C; }
    .message.success .ico {
      background-color: #c1e4b0; }
    .message.success .btn {
      background-color: #9ed483; }
      .message.success .btn:hover {
        background-color: #86c964; }
  .message.warning {
    background-color: #fceedf; }
    .message.warning h1, .message.warning a {
      color: #F0AA61; }
    .message.warning .ico {
      background-color: #f6cda2; }
    .message.warning .btn {
      background-color: #f1af6a; }
      .message.warning .btn:hover {
        background-color: #ed9b45; }
  .message.error {
    background-color: #262834; }
    .message.error h1, .message.error a {
      color: white; }
    .message.error p {
      color: #cccccc; }
    .message.error .ico {
      background-color: #353849; }
    .message.error .btn {
      background-color: #e27f8b; }
      .message.error .btn:hover {
        background-color: #d95565; }
  @media (max-width: 400px) {
    .message .ico:first-child {
      float: none;
      width: 2.44140625em;
      height: 2.44140625em;
      margin: 0 auto; }
    .message .content {
      float: left;
      margin-top: 1.25em; } }

.blankslate-message {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  text-align: center;
  transform: translate(-50%, -50%); }
  .blankslate-message .mobile {
    display: inline-block; }
  .blankslate-message .desktop {
    display: none; }
  .blankslate-message img {
    max-width: 35%; }
  .blankslate-message h2 {
    position: relative;
    margin: 0 0 1.5625em; }
    .blankslate-message h2:after {
      content: "";
      position: absolute;
      bottom: -0.5em;
      left: 50%;
      width: 2.44140625em;
      height: 2px;
      background-color: white;
      transform: translateX(-50%);
      -ms-transform: translateX(-50%); }
  .blankslate-message a {
    color: #70BAEF; }
  @media (min-width: 500px) {
    .blankslate-message {
      width: 26em; }
      .blankslate-message .mobile {
        display: none; }
      .blankslate-message .desktop {
        display: inline-block; } }
  @media (min-width: 700px) {
    .blankslate-message {
      width: 24em; } }

.notification {
  position: fixed;
  top: -1.953125em;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 999999;
  text-align: center;
  padding: 0.75em 1em;
  transition: all 0.15s ease-in-out; }
  .notification.success {
    color: white;
    background-color: #8CCC6C; }
  .notification.error {
    color: white;
    background-color: #d95565; }
  .notification.show {
    top: 0;
    opacity: 1;
    transition: all 0.25s ease-in-out; }
  .notification .btn-close-notification {
    position: absolute;
    top: 50%;
    right: 1.5625em;
    opacity: 0.7;
    width: 0.85em;
    height: 0.85em;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: all 0.2s ease-in-out; }
    .notification .btn-close-notification:hover {
      opacity: 1; }

.pg-external {
  background-color: #404958;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-image: url("/assets/images/ui/space.png"); }
  .pg-external .logo {
    display: block;
    width: 7.4505805969em;
    margin: 1.953125em auto 0; }
  .pg-external .message {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    max-width: 28.4217094304em;
    color: white;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
    .pg-external .message h1 {
      font-size: 1.953125em;
      font-weight: 800;
      color: white;
      margin: 0.25em 0 0.5em; }
      .pg-external .message h1.large {
        font-size: 5.9604644775em;
        margin-bottom: 0; }

body {
  color: #CACDDB;
  background-color: #2A2D3A; }
  @media (min-width: 600px) {
    body {
      font-size: 1.6rem; } }
  @media (min-width: 801px) and (max-width: 1400px) {
    body {
      background-size: 100%; } }
  @media (min-width: 1401px) {
    body {
      font-size: 1.7rem; } }

.btn {
  margin-right: 0.5em; }

.btn-outline {
  margin-right: 0; }

header.panel-row {
  position: relative;
  padding-top: 2.44140625em;
  color: white;
  margin-bottom: 0;
  overflow: hidden;
  background: url("/assets/images/space.png"); }
  header.panel-row .content {
    position: relative; }
  header.panel-row .logo {
    max-width: 9.3132257462em;
    margin-bottom: 3.8146972656em; }
  header.panel-row .moneyback-badge {
    position: absolute;
    right: 0;
    width: 5.9604644775em;
    z-index: 1000; }
  header.panel-row .blurb {
    width: auto; }
  header.panel-row .demo-video {
    border: 5px solid white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6); }
  header.panel-row h1 {
    margin-bottom: 0.5em; }
  header.panel-row .tagline {
    font-size: 1.25em;
    margin-bottom: 1.953125em; }
  header.panel-row span {
    display: block;
    font-size: 0.9em;
    margin-top: 1em;
    color: #d9d9d9; }
  @media (max-width: 800px) {
    header.panel-row {
      background-position: left bottom;
      background-size: cover; }
      header.panel-row .btn {
        width: 100%; }
      header.panel-row .demo-video {
        margin-top: 1.25em; }
      header.panel-row .moneyback-badge {
        top: -1.25em;
        right: -1.25em; } }
  @media (min-width: 801px) {
    header.panel-row {
      background-size: contain;
      padding-bottom: 1.5625em; }
      header.panel-row .content {
        height: 100%;
        overflow: hidden; }
      header.panel-row .blurb {
        float: left;
        width: 38%; }
      header.panel-row .demo-video {
        float: right;
        width: 55%; }
      header.panel-row .moneyback-badge {
        top: 0;
        right: 0;
        width: 7.4505805969em; } }

.why-gravity .customer-type {
  padding: 1.5625em;
  margin-bottom: 1.5625em;
  background-color: #333646; }
  .why-gravity .customer-type h3 {
    margin-bottom: 1.25em; }

@media (min-width: 600px) {
  .why-gravity .customer-type {
    float: left;
    width: 48%;
    margin-bottom: 0; }
    .why-gravity .customer-type:first-of-type {
      margin-right: 2%; }
  .why-gravity .copy {
    width: 70%;
    margin-bottom: 1.25em; }
  .why-gravity .checklist li {
    padding-left: 1.5625em;
    background-position: center left; } }

.feature-list .feature {
  padding: 1.953125em;
  margin-bottom: 1.25em; }
  .feature-list .feature:last-child {
    margin-bottom: 0; }

.feature-list h3 {
  color: white;
  margin-bottom: 1.5625em; }

.feature-list .ico {
  position: relative;
  top: 2px;
  float: left;
  width: 1.4em;
  height: 1.4em;
  opacity: 0.5;
  margin-right: 1em; }

@media (min-width: 600px) {
  .feature-list {
    display: flex;
    flex-wrap: wrap; }
    .feature-list .feature {
      float: left;
      width: 48%;
      min-height: 11.6415321827em;
      flex: 48%;
      flex-direction: column; }
      .feature-list .feature:nth-child(even) {
        float: right;
        margin-left: 2%; } }

.pricing-tiers .tier h1 {
  color: #CACDDB;
  position: relative;
  top: 0.35em; }

.pricing-tiers .tier .price {
  float: right;
  color: white;
  font-weight: 800;
  font-size: 1.953125em; }
  .pricing-tiers .tier .price small {
    opacity: 0.7;
    font-size: 0.5em; }

.pricing-tiers .tier .btn {
  width: 100%;
  margin-top: 1.5625em;
  font-size: 1em; }

@media (min-width: 800px) {
  .pricing-tiers .tier {
    float: left;
    width: 30%;
    margin-right: 5%; }
    .pricing-tiers .tier.recommended {
      transform: scale(1.1); }
    .pricing-tiers .tier:last-child {
      margin-right: 0; } }

.integrations {
  clear: both;
  margin-top: 1.953125em;
  text-align: center; }
  .integrations a {
    display: inline-block;
    width: 9.3132257462em;
    height: 2.44140625em;
    text-align: center;
    margin-top: 1.953125em; }
  .integrations img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%; }

.contact {
  text-align: center; }
  .contact p {
    margin-bottom: 2.44140625em; }
  @media (max-width: 600px) {
    .contact .btn:first-of-type {
      margin-right: 0;
      margin-bottom: 1.25em; } }

.video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.code-examples {
  margin-top: 1.5625em; }
  .code-examples h3 {
    float: left; }

.code-examples-nav {
  float: left;
  margin-top: 0.3em;
  text-align: center; }
  .code-examples-nav a {
    display: inline-block;
    margin-right: 0.5em;
    text-decoration: none;
    padding: 0.5em 1em 0.6em;
    font-size: 0.8em;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    min-width: 9.3132257462em;
    color: #d9d9d9;
    opacity: 0.5;
    background-color: #262834; }
    .code-examples-nav a.active {
      opacity: 1; }
    .code-examples-nav a:last-child {
      margin-right: 0; }
  @media (min-width: 410px) {
    .code-examples-nav {
      float: right; } }

.code {
  clear: both;
  font-size: 0.8em;
  line-height: 1.5625em;
  padding: 0 1.5625em;
  max-height: 35.527136788em;
  overflow: scroll;
  background-color: #262834; }

.pg-download header {
  padding-bottom: 0; }

.pg-download .download-count {
  color: white;
  margin-top: 1.25em;
  font-weight: 600; }

.pg-download .panel-row {
  padding-top: 1.953125em; }

.support-link {
  float: left;
  clear: both;
  margin-top: 1.25em; }
