/**
 * Symplify Brand Colours
 */
.f-blue {
  color: #4A619E;
}

.f-light-blue {
  color: #87ABCF;
}

.f-purple {
  color: #8575A8;
}

.f-orange {
  color: #EA883D;
}

.f-red {
  color: #E05964;
}

.f-turquoise {
  color: #60BA96;
}

.f-green {
  color: #7FC073;
}

.f-yellow {
  color: #F9D24B;
}

.f-pink {
  color: #E994B6;
}

.f-brand {
  color: #E994B6;
}

.bg-blue {
  background: #4A619E;
}

.bg-light-blue {
  background: #87ABCF;
}

.bg-purple {
  background: #8575A8;
}

.bg-orange {
  background: #EA883D;
}

.bg-red {
  background: #E05964;
}

.bg-turquoise {
  background: #60BA96;
}

.bg-green {
  background: #7FC073;
}

.bg-yellow {
  background: #F9D24B;
}

.bg-pink {
  background: #E994B6;
}

.bg-brand {
  background: #4D4D4D;
}

.bg-transparent {
  background: transparent;
  color: #4D4D4D;
}

.bg-page {
  background: #F2F2F2;
}

.bg-brand-blue {
  background: #39385E;
}

.bg-white {
  background: white;
  color: #39385E;
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* 	Typography styles
/* ======================================= */
@font-face {
  font-family: "Apercu Bold";
  src: url("/pub/fonts/Apercu-Bold.eot");
  src: url("/pub/fonts/Apercu-Bold.eot?#iefix") format("embedded-opentype"), url("/pub/fonts/Apercu-Bold.woff") format("woff"), url("/pub/fonts/Apercu-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Apercu Regular";
  src: url("/pub/fonts/Apercu.eot");
  src: url("/pub/fonts/Apercu.eot?#iefix") format("embedded-opentype"), url("/pub/fonts/Apercu.woff") format("woff"), url("/pub/fonts/Apercu.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Apercu Mono";
  src: url("/pub/fonts/Apercu-Mono.eot");
  src: url("/pub/fonts/Apercu-Mono.eot?#iefix") format("embedded-opentype"), url("/pub/fonts/Apercu-Mono.woff") format("woff"), url("/pub/fonts/Apercu-Mono.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.f-mono, .sign-text {
  font-family: "Apercu Mono";
  font-weight: normal;
}

.f-regular, body, html {
  font-family: "Nunito";
}

.f-bold {
  font-family: "Nunito";
  font-weight: bold;
}

body {
  font-family: "Nunito", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

.page-heading {
  display: block;
  margin: 0 0 25px;
}
.page-heading h1 {
  font-size: 34px;
  line-height: 34px;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "icomoon";
  src: url("/pub/fonts/icomoon.eot?ksh1jc");
  src: url("/pub/fonts/icomoon.eot?ksh1jc#iefix") format("embedded-opentype"), url("/pub/fonts/icomoon.ttf?ksh1jc") format("truetype"), url("/pub/fonts/icomoon.woff?ksh1jc") format("woff"), url("/pub/fonts/icomoon.svg?ksh1jc#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-more2:before {
  content: "\e937";
}

.icon-minus:before {
  content: "\ea0b";
}

.icon-cancel-circle:before {
  content: "\ea0d";
}

.icon-menu:before {
  content: "\e92a";
}

/*  Form styling
/* ======================================= */
input,
input:active,
input:hover,
input:focus {
  outline: none;
}

.input-checkbox,
.input-radio {
  display: block;
  margin: 0 0 10px;
}
.input-checkbox input,
.input-radio input {
  display: none;
}
.input-checkbox input[type=checkbox] + label i,
.input-radio input[type=checkbox] + label i {
  display: inline-block;
  width: 21px;
  height: 21px;
  border-radius: 3px;
  background: #F2F2F2;
  vertical-align: middle;
}
.input-checkbox input[type=radio] + label i,
.input-radio input[type=radio] + label i {
  display: inline-block;
  width: 21px;
  height: 21px;
  border-radius: 300px;
  background: #F2F2F2;
  vertical-align: middle;
}
.input-checkbox input + label span,
.input-radio input + label span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
.input-checkbox input[type=checkbox]:checked + label i,
.input-radio input[type=checkbox]:checked + label i {
  background: #F2F2F2 url("/pub/img/green-tick.png") center center no-repeat;
  background-size: 15px;
}
.input-checkbox input[type=radio]:checked + label i,
.input-radio input[type=radio]:checked + label i {
  background: #50dcaa;
  border: 5px solid #F2F2F2;
}

/* 	Global styles
/* ======================================= */
* {
  box-sizing: border-box;
}

body, html {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: white;
  background: #39385E;
  color: #616161;
}

::-webkit-scrollbar {
  display: none;
}

#root {
  display: block;
  position: relative;
}

.app-component {
  display: block;
  position: relative;
  overflow: hidden;
  background: #F9D24B;
}

.video-wrapper {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 0 32px;
}
.video-wrapper:before {
  content: "";
  display: block;
  padding-top: 65%;
}
.video-wrapper iframe {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.clear {
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}

.section, .inner {
  display: block;
  position: relative;
  width: 100%;
}

.inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 32px 32px;
}

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

footer {
  background: white;
  display: block;
  width: 100%;
  color: white;
  padding-bottom: 24px;
}
footer a {
  color: #39385E;
}
footer ul {
  display: block;
  margin: 0;
  padding: 0;
}
footer ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
footer .footer-left,
footer .footer-right {
  display: block;
  width: 50%;
  float: left;
  font-size: 12px;
  line-height: 20px;
}
footer .footer-left {
  text-align: left;
}
footer .footer-left li {
  margin-right: 20px;
}
footer .footer-right {
  text-align: right;
}
footer .footer-right li {
  margin-left: 20px;
}

.full-section {
  min-height: 100vh;
  max-width: 1280px;
  margin: 0 auto;
}

header {
  display: block;
  margin: 0 auto 80px;
  width: 100%;
  max-width: 1280px;
  padding: 40px 32px;
  position: relative;
}
header .inner {
  padding: 0;
}
header h1 {
  margin: 0;
  padding: 0;
}
header h1 > span {
  display: none;
}
header h1 img {
  display: block;
  width: 200px;
}
header ul {
  display: block;
  position: absolute;
  right: 32px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 30px;
  text-align: right;
  color: #39385E;
  font-weight: normal;
  font-size: 18px;
}
header li {
  display: inline-block;
  padding-left: 20px;
}
header li a {
  color: #39385E;
  transition: all 0.1s ease-out;
  cursor: pointer;
}
header li a:hover {
  color: #ff5564;
}
header li .fire {
  color: #ff5564;
  text-decoration: underline;
  transition: all 0.1s ease-out;
}
header li .fire:hover {
  color: #39385E;
}

.intro-section {
  display: block;
  background: #F9D24B url("/pub/img/peeping-monsters.png") center bottom no-repeat;
  background-size: 900px auto;
  padding-bottom: 180px;
}
.intro-section h2 {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 36px;
}
.intro-section h2 > span {
  display: none;
}
.intro-section h2 img {
  display: block;
  width: 100%;
}
.intro-section h3, .intro-section h4 {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  max-width: 500px;
  margin: 0 auto 24px;
  width: 100%;
  color: #39385E;
}
.intro-section h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
}
.intro-section a {
  cursor: pointer;
}

.notify-me-section {
  background: #39385E;
  display: block;
  width: 100%;
  border-top: 12px solid #fffffe;
  color: white;
  padding: 32px 32px;
}
.notify-me-section input, .notify-me-section a {
  display: block;
  max-width: 410px;
  width: 100%;
  height: 56px;
}
.notify-me-section form {
  max-width: 410px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.notify-me-section form.hidden {
  display: none;
}
.notify-me-section input[type=text],
.notify-me-section input[type=email] {
  border: none;
  outline: none;
  padding: 8px 12px;
  border-radius: 5px 5px 0 0;
  text-align: center;
  transition: all 0.1s ease-out;
}
.notify-me-section input[type=text].error,
.notify-me-section input[type=email].error {
  background: #ff5564;
  color: white;
}
.notify-me-section a {
  background: #ff5564;
  color: white;
  text-align: center;
  border-radius: 0 0 5px 5px;
  font-size: 22px;
  line-height: 50px;
  overflow: hidden;
  border-bottom: 6px solid #ff2236;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.1s ease-out;
}
.notify-me-section a:hover {
  background: #ff6977;
  border-bottom: 6px solid #ff3648;
}
.notify-me-section h3 {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  margin: 0 0 32px;
}
.notify-me-section .thank-you-message.hidden {
  display: none;
}
.notify-me-section .thank-you-message h4 {
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #F9D24B;
}

.full-width-section {
  display: block;
  width: 100%;
  margin: 0;
  overflow: hidden;
  clear: both;
  position: relative;
}
.full-width-section .inner-block {
  float: left;
  display: block;
  width: 50%;
  min-height: 590px;
  position: relative;
  z-index: 10;
  padding: 60px;
}
.full-width-section .inner-block img {
  width: 70%;
  display: block;
  margin: 0 auto 20px auto;
}
.full-width-section .content {
  display: block;
  max-width: 490px;
  margin: auto;
  width: 100%;
}
.full-width-section h2 {
  font-size: 36px;
  margin: 0 0 16px;
}
.full-width-section p {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 36px;
}
.full-width-section p.no-margin {
  margin: 0;
}
.full-width-section .widgit-link {
  color: #F9D24B;
  text-decoration: underline;
}
.full-width-section .button {
  margin: 0 20px 20px 0;
}

.what-is-it-left {
  background: white;
  color: #39385E;
}

.what-is-it-right {
  position: relative;
  background: #E7E7E3 url("/pub/img/marketing-what-is-it.png") center center no-repeat;
  background-size: 60% auto;
  color: white;
}
.what-is-it-right iframe {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.word-lists {
  background: #ff5564;
  color: white;
}
.word-lists.inner-block img {
  width: 100%;
}

.costs-section:before, .costs-section:after,
.what-is-it-section:before,
.what-is-it-section:after,
.words-section:before,
.words-section:after,
.games-section:before,
.games-section:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  width: 50%;
  height: 100%;
}
.costs-section:before,
.what-is-it-section:before,
.words-section:before,
.games-section:before {
  left: 0;
}
.costs-section:after,
.what-is-it-section:after,
.words-section:after,
.games-section:after {
  left: 50%;
}

.what-is-it-section:before {
  background: white;
}
.what-is-it-section:after {
  background: #E7E7E3;
}
.what-is-it-section .inner-block {
  min-height: 500px;
}

.words-section:before {
  background: #ff5564;
}
.words-section:after {
  background: #39385E;
}

.games-section:before {
  background: #506de6 url("/pub/img/marketing-monsters.png") center bottom no-repeat;
  background-size: 100% auto;
}
.games-section:after {
  background: #F9D24B;
}

.costs-section .inner-block {
  min-height: 450px;
}
.costs-section:before {
  background: #50dcaa url("/pub/img/marketing-pricing-heads.png") center bottom no-repeat;
  background-size: 80% auto;
}
.costs-section:after {
  background: #39385E;
}

.great-therapy-games {
  color: white;
}

.comprehensive-search-tools {
  background: #39385E;
  color: white;
}
.comprehensive-search-tools.inner-block img {
  width: 100%;
}

.two-device-gameplay {
  background: #F9D24B;
  background-size: 50% auto;
  color: #39385E;
}
.two-device-gameplay.inner-block img {
  width: 100%;
}

.pricing {
  color: #39385E;
}
.pricing a {
  color: inherit;
  text-decoration: underline;
}

.sign-up {
  background: #39385e;
  color: white;
}
.sign-up h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
}
.sign-up a {
  text-decoration: underline;
  color: inherit;
}
.sign-up h3 {
  font-size: 30px;
  margin: 0 0 20px;
}
.sign-up form {
  display: block;
  width: 400px;
  margin: 0 auto;
}
.sign-up .row {
  min-height: 42px;
  overflow: hidden;
}
.sign-up input {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  font-size: 15px;
  padding: 12px;
  margin: 0 0 16px;
}
.sign-up input[type=checkbox] {
  display: none;
}
.sign-up input.half-size {
  width: 48%;
  float: left;
}
.sign-up input.half-size:first-child {
  margin-right: 4%;
}

.cookie-message {
  background: #39385E;
  color: white;
  display: block;
  padding: 22px;
  position: relative;
}
.cookie-message.hidden {
  display: none;
}
.cookie-message h3, .cookie-message p {
  padding: 0;
  margin: 0 0 16px;
  font-weight: bold;
}
.cookie-message p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.cookie-message a.close-cookie-message {
  display: block;
  right: 22px;
  top: 16px;
  color: white;
  position: absolute;
  font-size: 32px;
  line-height: 32px;
  cursor: pointer;
  transition: all 0.1s ease-out;
}
.cookie-message a.close-cookie-message:hover {
  color: #ff5564;
}

.sign-text {
  display: block;
  overflow: hidden;
  color: white;
}
.sign-text span {
  padding: 3px 8px;
  float: left;
  margin: 0 8px 8px 0;
}
.sign-text .block {
  clear: left;
}

.button {
  display: inline-block;
  outline: none;
  border: none;
  color: white;
  padding: 12px 20px;
  font-size: 20px;
  line-height: 20px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.button.button-small {
  font-size: 14px;
}
.button.red {
  background: #ff5564;
  border-bottom: 5px solid #ff2236;
}
.button.light-blue {
  background: #506de6;
  border-bottom: 5px solid #2348e0;
}
.button.yellow {
  background: #F9D24B;
  border-bottom: 5px solid #f7c61a;
}
.button.turquoise {
  background: #50dcaa;
  border-bottom: 5px solid #2ad094;
}
.button.green {
  background: #7FC073;
  border-bottom: 5px solid #5fb050;
}
.button.orange {
  background: #EA883D;
  border-bottom: 5px solid #dc6d18;
}
.button.purple {
  background: #8575A8;
  border-bottom: 5px solid #6b5a90;
}
.button.pink {
  background: #E994B6;
  border-bottom: 5px solid #e06a99;
}
.button.white {
  color: #4D4D4D;
  background: white;
  border-bottom: 5px solid #e6e6e6;
}

@media screen and (max-width: 640px) {
  /* 	Mobile styles
  /* ======================================= */
  .desktop-only {
    display: none !important;
  }
  header {
    padding: 32px;
    margin: 0 auto 60px;
  }
  header h1 img {
    width: 160px;
  }
  header h2 {
    font-size: 16px;
  }
  header ul {
    text-align: right;
  }
  header ul li {
    display: block;
  }
  .intro-section {
    background-size: 100% auto;
    padding: 32px 32px 150px;
  }
  .intro-section h2 {
    margin: 0 auto 32px;
  }
  .intro-section h3 {
    font-size: 22px;
    line-height: 29px;
  }
  .what-is-it-right {
    background-size: 80% auto;
  }
  .full-width-section .inner-block {
    float: none;
    width: 100%;
    display: block;
    padding: 50px 40px;
    min-height: 60vh;
  }
  .full-width-section .inner-block img {
    width: 100%;
  }
  .full-width-section h2 {
    font-size: 28px;
  }
  .full-width-section form {
    max-width: 100%;
  }
  .full-width-section .sign-up label {
    font-size: 14px;
  }
  .full-width-section .inner-block {
    min-height: auto;
  }
  .full-width-section .what-is-it-right {
    min-height: auto;
    background-size: 85% auto;
  }
  .full-width-section .what-is-it-right:before {
    display: block;
    content: "";
    padding-top: 100%;
  }
  .full-width-section .great-therapy-games {
    min-height: 550px;
    background: #506de6 url("/pub/img/marketing-monsters.png") center bottom no-repeat;
    background-size: 80% auto;
  }
  .full-width-section .pricing {
    background: #50dcaa url("/pub/img/marketing-pricing-heads.png") center bottom no-repeat;
    background-size: 80% auto;
  }
  footer {
    display: block;
  }
  footer .footer-left,
  footer .footer-right {
    width: 100%;
    float: none;
    display: block;
    text-align: left;
  }
  footer .footer-left li,
  footer .footer-right li {
    display: block;
    margin: 0 0 8px;
  }
}
@media screen and (max-width: 320px) {
  .full-width-section .inner-block {
    float: none;
    width: 100%;
  }
}
@media screen and (min-width: 640px) and (max-width: 840px) {
  /* 	Tablet styles
  /* ======================================= */
  .mobile-only {
    display: none !important;
  }
  .notify-me-section h3 {
    font-size: 18px;
    line-height: 29px;
  }
  .full-width-section {
    display: block;
    width: 100%;
    margin: 0;
    overflow: hidden;
    clear: both;
    position: relative;
  }
  .full-width-section p {
    margin: 0 0 26px;
  }
  .full-width-section .inner-block {
    min-height: 420px;
    padding: 40px;
  }
  .full-width-section .inner-block h2 {
    font-size: 24px;
  }
  .what-is-it-right {
    background-size: 80% auto;
  }
  .games-section:before {
    background-size: 100% auto;
  }
  .sign-up form {
    width: auto;
  }
  .sign-up form span {
    font-size: 13px;
  }
  footer .footer-right li {
    margin-left: 15px;
  }
  footer .footer-right li:first-child {
    margin-left: 0px;
  }
}
@media screen and (min-width: 1280px) {
  /* 	Desktop styles
  /* ======================================= */
  .mobile-only {
    display: none !important;
  }
  .what-is-it-right {
    background-size: 540px auto;
  }
  .games-section:before {
    background-size: 650px auto;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* 	Hi-def styles
  /* ======================================= */
}
/* 	Shameful styles
/* ======================================= */
