/* ///////////// */
/* BASIC COMPASS */
/* ///////////// */
@import url(../fonts/thin.css);
@import url(../fonts/light.css);
@import url(../fonts/regular.css);
@import url(../fonts/medium.css);
@import url(../fonts/bold.css);
@import url(../fonts/black.css);
/* line 5, ../../../../../../.rvm/gems/ruby-2.4.0@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../.rvm/gems/ruby-2.4.0@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../.rvm/gems/ruby-2.4.0@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../.rvm/gems/ruby-2.4.0@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../.rvm/gems/ruby-2.4.0@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../.rvm/gems/ruby-2.4.0@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../.rvm/gems/ruby-2.4.0@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../.rvm/gems/ruby-2.4.0@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../.rvm/gems/ruby-2.4.0@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* ----------------------------------------------------------------------------------------------------

Super Form Reset

A couple of things to watch out for:

- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs

----------------------------------------------------------------------------------------------------*/
/* line 18, ../scss/plugins/_form-reset.scss */
input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  /* Browsers have different default form fonts */
  font-size: 13px;
}

/* Remove the stupid outer glow in Webkit */
/* line 38, ../scss/plugins/_form-reset.scss */
input:focus {
  outline: 0;
}

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
/* line 47, ../scss/plugins/_form-reset.scss */
input,
textarea {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* These elements are usually rendered a certain way by the browser */
/* line 56, ../scss/plugins/_form-reset.scss */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Text Inputs
-----------------------------------------------*/
/* Button Controls
-----------------------------------------------*/
/* line 92, ../scss/plugins/_form-reset.scss */
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px;
}

/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
/* line 111, ../scss/plugins/_form-reset.scss */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
/* line 118, ../scss/plugins/_form-reset.scss */
::-webkit-search-decoration {
  display: none;
}

/* Buttons
-----------------------------------------------*/
/* line 126, ../scss/plugins/_form-reset.scss */
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto;
}

/* IE8 and FF freak out if this rule is within another selector */
/* line 137, ../scss/plugins/_form-reset.scss */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

/* Textarea
-----------------------------------------------*/
/* line 147, ../scss/plugins/_form-reset.scss */
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto;
}

/* Selects
-----------------------------------------------*/
/* line 164, ../scss/plugins/_form-reset.scss */
select[multiple] {
  /* Move the label to the top */
  vertical-align: top;
}

/* //////////////////// */
/* SETTINGS / VARIABLES */
/* //////////////////// */
/**
  @font-face Includes
  ...
 */
@font-face {
  font-family: emoji;
  /* Fonts for text outside emoji blocks */
  src: local("Droid Sans Mono"), local("Lucida Console"), local("Arial Monospaced"), local(Arial);
}
@font-face {
  font-family: emoji;
  src: local("Apple Color Emoji"), local("Android Emoji"), local("Segoe UI"), local(EmojiSymbols), local(Symbola), url("font/Symbola-Emoji.eot?#iefix") format("embedded-opentype"), url("font/Symbola-Emoji.woff") format("woff"), url("font/Symbola-Emoji.ttf") format("truetype");
  /* Emoji unicode blocks */
  unicode-range: U+1F300-1F5FF, U+1F600-1F64F, U+1F680-1F6FF, U+2600-26FF;
}
/**
  Explicit Color-Variables

  $color_red: red;
  $color_red-dark: darkred;
  ...
 */
/**
  Readable Color-Variables
 */
/**
  Global Variables
 */
/* Font-Weights */
/* Font-Sizes Desktop */
/* Font-Sizes Tablet */
/* Font-Sizes Phone Landscape/Tablet Portrait */
/* Font-Sizes Phone Portrait */
/* Font-Names */
/**
  Mixins
  ...
 */
/**
  Declare Font-Sizes for all Responsive Viewports with one mixin
  @argument $fontkey = Map-Key (Bsp: h1, h2, copy, meta...)
 */
/**
  Use Describing Font-Weight Mixin
  Bsp: "@include fontweight(light)"
  @argument $fontweight: light, regular, medium, bold
 */
/**
  Responsive Breakpoints
 */
/**
 Desktop-First Responsive Mixin
 @argument $width =
 wide = Widescreen
 tw   = Tablet Wide
 tp   = Tablet Portrait
 pw   = Phone Wide
 pp   = Phone Portrait
 */
/**
  Grid-Classes
  ...
 */
/* ///////////// */
/* GLOBAL STYLES */
/* ///////////// */
/* line 1, ../scss/global/_typography.scss */
a {
  color: #FBF5F3;
  text-decoration: none;
}
/* line 5, ../scss/global/_typography.scss */
a.negative-link {
  color: #E72F97;
}

/* line 10, ../scss/global/_typography.scss */
.instructions {
  color: #4F4F4F;
  line-height: 1.2;
}

/* line 16, ../scss/global/_typography.scss */
span .highlight, p .highlight {
  color: #FEBD46;
  font-family: "cera-round-pro-normal-medium";
}
/* line 21, ../scss/global/_typography.scss */
span.highlight--red, p.highlight--red {
  color: #FF4B57;
  font-family: "cera-round-pro-normal-medium";
}

/* line 27, ../scss/global/_typography.scss */
h2 {
  font-family: "cera-round-pro-normal-medium";
  font-size: 24px;
  color: #FBF5F3;
}
/* line 32, ../scss/global/_typography.scss */
h2 .highlight {
  color: #FEBD46;
}

/* line 37, ../scss/global/_typography.scss */
h1 {
  font-family: "cera-round-pro-normal-medium";
  font-size: 34px;
  color: #FBF5F3;
  line-height: 1.2;
}

/* line 45, ../scss/global/_typography.scss */
.tv .instructions {
  font-size: 38px;
}

/* line 1, ../scss/global/_global.scss */
* {
  box-sizing: border-box;
}
/* line 4, ../scss/global/_global.scss */
*:focus {
  outline: 0;
}

/* line 10, ../scss/global/_global.scss */
*::-webkit-scrollbar-track {
  background: #2B2A32;
}

/* line 15, ../scss/global/_global.scss */
*::-webkit-scrollbar {
  width: 10px;
  background: #4F4F4F;
}

/* line 21, ../scss/global/_global.scss */
*::-webkit-scrollbar-thumb {
  background: #22212B;
}

/* line 28, ../scss/global/_global.scss */
body {
  position: relative;
  font-family: "cera-round-pro-normal-regular";
  font-size: 16px;
  background: #1C1B26;
  overflow-x: hidden;
}

/* line 37, ../scss/global/_global.scss */
.fs {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 42, ../scss/global/_global.scss */
.inner {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}

/* line 48, ../scss/global/_global.scss */
.clear {
  clear: both;
}

/* line 52, ../scss/global/_global.scss */
.noselect {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 60, ../scss/global/_global.scss */
img {
  max-width: 100%;
}

/* line 64, ../scss/global/_global.scss */
.third {
  width: calc(100% / 3);
  float: left;
}

/* line 69, ../scss/global/_global.scss */
.page {
  width: 100%;
  float: left;
}

/* line 1, ../scss/global/_icons.scss */
.emoji {
  font-family: "emoji";
}

/* ----------- */
/* CSS X-CROSS */
/* ----------- */
/* line 8, ../scss/global/_icons.scss */
.cross {
  display: block;
  width: 16px;
  height: 16px;
}
/* line 13, ../scss/global/_icons.scss */
.cross .line {
  display: block;
  width: 21px;
  height: 3px;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  border-radius: 10px;
  overflow: hidden;
}
/* line 22, ../scss/global/_icons.scss */
.cross .line--top {
  -moz-transform: rotate(45deg) translate(1px, 3px);
  -ms-transform: rotate(45deg) translate(1px, 3px);
  -webkit-transform: rotate(45deg) translate(1px, 3px);
  transform: rotate(45deg) translate(1px, 3px);
}
/* line 26, ../scss/global/_icons.scss */
.cross .line--bot {
  -moz-transform: rotate(-45deg) translate(-1px, -1px);
  -ms-transform: rotate(-45deg) translate(-1px, -1px);
  -webkit-transform: rotate(-45deg) translate(-1px, -1px);
  transform: rotate(-45deg) translate(-1px, -1px);
}

/* line 32, ../scss/global/_icons.scss */
.cross--white .line {
  background: white;
}

/* ------------------- */
/* CSS Back-Arrow (<-) */
/* ------------------- */
/* line 39, ../scss/global/_icons.scss */
.back-arrow {
  width: 24px;
  height: 16px;
  background: url("../img/icons/arrow-back-white.svg") no-repeat center center;
  background-size: contain;
}
/* line 45, ../scss/global/_icons.scss */
.back-arrow .line {
  display: none;
  height: 3px;
  border-radius: 4px;
  position: absolute;
  top: 5px;
}
/* line 54, ../scss/global/_icons.scss */
.back-arrow .line--top, .back-arrow .line--bot {
  width: 11px;
}
/* line 58, ../scss/global/_icons.scss */
.back-arrow .line--top {
  -moz-transform: rotate(-45deg) translate(2px, -3px);
  -ms-transform: rotate(-45deg) translate(2px, -3px);
  -webkit-transform: rotate(-45deg) translate(2px, -3px);
  transform: rotate(-45deg) translate(2px, -3px);
}
/* line 62, ../scss/global/_icons.scss */
.back-arrow .line--bot {
  -moz-transform: rotate(45deg) translate(2px, 3px);
  -ms-transform: rotate(45deg) translate(2px, 3px);
  -webkit-transform: rotate(45deg) translate(2px, 3px);
  transform: rotate(45deg) translate(2px, 3px);
}
/* line 66, ../scss/global/_icons.scss */
.back-arrow .line--mid {
  width: 21px;
}

/* line 73, ../scss/global/_icons.scss */
.back-arrow--white .line {
  background: white;
}

/* line 1, ../scss/global/_buttons.scss */
button {
  cursor: pointer;
  will-change: transform, background;
  -moz-transition: ease-out 0.12s background-image 1.37s;
  -o-transition: ease-out 0.12s background-image 1.37s;
  -webkit-transition: ease-out 0.12s background-image;
  -webkit-transition-delay: 1.37s;
  transition: ease-out 0.12s background-image 1.37s;
}
/* line 7, ../scss/global/_buttons.scss */
button:hover {
  -moz-transform: scale(1.01, 1.01);
  -ms-transform: scale(1.01, 1.01);
  -webkit-transform: scale(1.01, 1.01);
  transform: scale(1.01, 1.01);
}
/* line 11, ../scss/global/_buttons.scss */
button:active {
  -moz-transform: scale(0.99, 0.99);
  -ms-transform: scale(0.99, 0.99);
  -webkit-transform: scale(0.99, 0.99);
  transform: scale(0.99, 0.99);
}

/* line 18, ../scss/global/_buttons.scss */
.button--text {
  font-size: 24px;
  color: #FBF5F3;
  padding: 18px 33px;
  border-radius: 50px;
  font-family: "cera-round-pro-normal-regular";
}

/* line 26, ../scss/global/_buttons.scss */
.button--cta {
  background-image: linear-gradient(78deg, #ff4b57 3%, #fdbe52 100%);
  box-shadow: 0 2px 12px 0 rgba(90, 50, 50, 0.23);
  position: relative;
  overflow: hidden;
}
/* line 33, ../scss/global/_buttons.scss */
.button--cta:before {
  content: ' ';
  display: block;
  width: 102%;
  height: 102%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  will-change: opacity, background-image, visibility;
  -moz-transition: ease-out 0.5s all;
  -o-transition: ease-out 0.5s all;
  -webkit-transition: ease-out 0.5s all;
  transition: ease-out 0.5s all;
}
/* line 49, ../scss/global/_buttons.scss */
.button--cta span {
  position: relative;
  z-index: 5;
}

/* line 55, ../scss/global/_buttons.scss */
.button--error {
  position: relative;
  overflow: hidden;
}
/* line 59, ../scss/global/_buttons.scss */
.button--error:before {
  background-image: linear-gradient(-299deg, #ff4b57 4%, #7e255b 100%);
  opacity: 1;
  visibility: visible;
}

/* line 67, ../scss/global/_buttons.scss */
.button--error--fadeout:before {
  opacity: 0;
  visibility: visible;
}

/* line 73, ../scss/global/_buttons.scss */
.button--text--small {
  font-size: 18px;
  padding: 13px 25px;
}

/* line 78, ../scss/global/_buttons.scss */
.button--icon {
  position: relative;
  display: block;
  border-radius: 100%;
  width: 44px;
  height: 44px;
}

/* line 86, ../scss/global/_buttons.scss */
.button__icon {
  position: absolute;
  top: 18px;
  left: 12.5px;
}

/* line 92, ../scss/global/_buttons.scss */
.button--red {
  background-image: linear-gradient(-299deg, #ff4b57 4%, #7e255b 100%);
}

/* line 96, ../scss/global/_buttons.scss */
.button--snd {
  background-image: linear-gradient(61deg, #e72f97 4%, #4f40fe 100%);
}

/* line 100, ../scss/global/_buttons.scss */
.button--hlt {
  background-image: linear-gradient(38deg, #ff4b57 4%, #4f40fe 100%);
}

/* line 104, ../scss/global/_buttons.scss */
.button--ghost {
  padding: 15px 30px;
  background: #2A293A;
  border: 2px solid #4F4F4F;
}

/* line 111, ../scss/global/_buttons.scss */
.button--facebook {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  border-radius: 60px;
  background: #4065B4;
  color: white;
  padding: 10px 12px 10px 50px;
  margin: 10px 0;
  font-family: "cera-round-pro-normal-medium";
  font-size: 16px;
}
/* line 127, ../scss/global/_buttons.scss */
.button--facebook:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 14px;
  left: 20px;
  width: 20px;
  height: 20px;
  background: url("../img/icons/fb-white.svg") no-repeat center center;
  background-size: contain;
}
/* line 139, ../scss/global/_buttons.scss */
.button--facebook span {
  position: relative;
  top: 8px;
  float: left;
}
/* line 145, ../scss/global/_buttons.scss */
.button--facebook img {
  float: right;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 100%;
  border: 2px solid #FBF5F3;
}

/* //////////////////// */
/* HEADER / MOBILE MENU */
/* //////////////////// */
/* line 1, ../scss/global/header/_header.scss */
.header {
  text-align: center;
  float: left;
  width: 100%;
  margin-top: 50px;
}

/* /////// */
/* FOOTER */
/* /////// */
/* line 1, ../scss/global/footer/_footer.scss */
.footer {
  position: relative;
  width: 100%;
  background: #22212B;
  float: left;
  margin-top: 100px;
  padding: 70px 0;
  z-index: 10;
}

/* //////////////////////// */
/* MODULE / MODULAR CONTENT */
/* //////////////////////// */
/* line 1, ../scss/lp/_hero.scss */
.hero {
  margin-top: 50px;
  text-align: center;
  width: 100%;
  float: left;
}

/* line 8, ../scss/lp/_hero.scss */
.hero__typo {
  position: relative;
  margin-top: 75px;
}
/* line 12, ../scss/lp/_hero.scss */
.hero__typo button {
  position: absolute;
  bottom: 100px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}

/* line 20, ../scss/lp/_hero.scss */
.hero__confetti {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1079px;
  height: 100%;
  background: url("../img/landingpage/hero-confetti.png") no-repeat;
  background-size: contain;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}

/* line 1, ../scss/lp/_shows.scss */
.shows {
  width: 100%;
  float: left;
  margin-top: 150px;
}

/* line 7, ../scss/lp/_shows.scss */
.shows__showrow {
  width: 100%;
  float: left;
  margin-top: 75px;
}

/* line 13, ../scss/lp/_shows.scss */
.show {
  position: relative;
  width: 183px;
  float: left;
  margin-right: 32px;
  cursor: help;
  -moz-transition: ease-in-out 0.4s all;
  -o-transition: ease-in-out 0.4s all;
  -webkit-transition: ease-in-out 0.4s all;
  transition: ease-in-out 0.4s all;
}
/* line 22, ../scss/lp/_shows.scss */
.show:last-of-type {
  margin-right: 0;
}
/* line 26, ../scss/lp/_shows.scss */
.show:hover {
  opacity: 1;
}
/* line 30, ../scss/lp/_shows.scss */
.show:hover .show__percentage {
  opacity: .9;
}

/* line 37, ../scss/lp/_shows.scss */
.show__percentage {
  position: absolute;
  width: 80%;
  height: 84%;
  background-image: linear-gradient(78deg, #ff4b57 3%, #fdbe52 100%);
  z-index: 2;
  border-radius: 6px;
  left: 10%;
  top: 4%;
  text-align: center;
  color: #22212B;
  opacity: 0;
  -moz-transition: ease-in-out 0.35s all;
  -o-transition: ease-in-out 0.35s all;
  -webkit-transition: ease-in-out 0.35s all;
  transition: ease-in-out 0.35s all;
}
/* line 55, ../scss/lp/_shows.scss */
.show__percentage .perc {
  display: inline-block;
  margin-top: 54%;
  font-size: 42px;
  font-family: "cera-round-pro-normal-medium";
}

/* line 63, ../scss/lp/_shows.scss */
.show--got {
  top: -40px;
  opacity: .25;
}

/* line 68, ../scss/lp/_shows.scss */
.show--bb {
  opacity: .75;
}

/* line 72, ../scss/lp/_shows.scss */
.show--ss {
  top: -150px;
}

/* line 76, ../scss/lp/_shows.scss */
.show--td {
  opacity: .5;
  top: 100px;
}

/* line 81, ../scss/lp/_shows.scss */
.show--if {
  opacity: .5;
  top: -60px;
}

/* line 86, ../scss/lp/_shows.scss */
.shows__infotext {
  float: left;
  margin-top: 25px;
}

/* line 1, ../scss/lp/_pro-con.scss */
.pro-con {
  margin-top: 250px;
  float: left;
  width: 100%;
}

/* line 7, ../scss/lp/_pro-con.scss */
.pro-con__bad {
  float: left;
  width: 100%;
}

/* line 12, ../scss/lp/_pro-con.scss */
.pro-con__good {
  position: relative;
  margin-top: 200px;
  float: left;
  width: 100%;
}
/* line 18, ../scss/lp/_pro-con.scss */
.pro-con__good img {
  position: relative;
  z-index: 2;
}

/* line 24, ../scss/lp/_pro-con.scss */
.pro-con__good__bg {
  position: absolute;
  bottom: 80px;
  left: calc( -1 * (100vw - 100%) / 2);
  width: 2037px;
  height: 1652px;
  background: url("../img/landingpage/pro-con-bg.png") no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}

/* line 1, ../scss/lp/_steps.scss */
.steps {
  width: 100%;
  float: left;
  margin-top: 250px;
}

/* line 7, ../scss/lp/_steps.scss */
.features {
  float: left;
  width: 100%;
  margin-top: 200px;
}

/* line 2, ../scss/features/_feat-page.scss */
.page--features .header {
  margin-top: 10px;
  margin-bottom: 50px;
  -moz-transform: scale(0.6, 0.6);
  -ms-transform: scale(0.6, 0.6);
  -webkit-transform: scale(0.6, 0.6);
  transform: scale(0.6, 0.6);
}
/* line 9, ../scss/features/_feat-page.scss */
.page--features button .emoji {
  position: relative;
  top: 1px;
}

/* line 17, ../scss/features/_feat-page.scss */
.scrollsec {
  float: left;
  width: 100%;
}

/* line 1, ../scss/features/_iphone.scss */
.iphone {
  position: relative;
  width: 320px;
  height: 627px;
  -moz-transition: ease 0.45s all;
  -o-transition: ease 0.45s all;
  -webkit-transition: ease 0.45s all;
  transition: ease 0.45s all;
}

/* line 8, ../scss/features/_iphone.scss */
.iphone--small {
  -moz-transform: scale(0.65, 0.65);
  -ms-transform: scale(0.65, 0.65);
  -webkit-transform: scale(0.65, 0.65);
  transform: scale(0.65, 0.65);
}
/* line 13, ../scss/features/_iphone.scss */
.iphone--small:hover {
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}

/* line 18, ../scss/features/_iphone.scss */
.iphone--fixed {
  position: fixed !important;
  bottom: 60px !important;
}

/* line 23, ../scss/features/_iphone.scss */
.iphone__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* line 31, ../scss/features/_iphone.scss */
.iphone__screens {
  width: 288px;
  height: 513px;
  position: absolute;
  top: 46px;
  left: 18px;
  z-index: 2;
}

/* line 44, ../scss/features/_iphone.scss */
.screen {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 49, ../scss/features/_iphone.scss */
.screen img {
  position: relative;
  left: -3px;
  max-width: calc(100% + 6px);
}
/* line 55, ../scss/features/_iphone.scss */
.screen.screen--active {
  opacity: 1;
}

/* line 1, ../scss/features/_feat-opener.scss */
.feat-opener {
  width: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 400px;
  top: -150px;
}
/* line 8, ../scss/features/_feat-opener.scss */
.feat-opener .iphone {
  position: fixed;
  right: calc( (100vw - 1100px) / 2 + 57px);
  bottom: -0px;
  cursor: pointer;
  will-change: transform;
  -moz-transition: ease-out 0.35s all;
  -o-transition: ease-out 0.35s all;
  -webkit-transition: ease-out 0.35s all;
  transition: ease-out 0.35s all;
}
/* line 17, ../scss/features/_feat-opener.scss */
.feat-opener .text {
  position: absolute;
  left: calc( (100vw - 1100px) / 2 );
  bottom: -62px;
}

/* line 1, ../scss/features/_feat-home.scss */
.scrollsec {
  margin-bottom: 400px;
}

/* line 1, ../scss/features/_feat-pairing.scss */
.scroll--menu-pair__bottom {
  width: 100%;
  float: left;
}
/* line 5, ../scss/features/_feat-pairing.scss */
.scroll--menu-pair__bottom img {
  float: left;
}
/* line 9, ../scss/features/_feat-pairing.scss */
.scroll--menu-pair__bottom button {
  float: left;
  margin: 30px 0 0 40px;
}

/* line 6, ../scss/features/_feat-setup.scss */
.scroll--setup__midrow img {
  display: none;
}
/* line 10, ../scss/features/_feat-setup.scss */
.scroll--setup__midrow .midrow--visible {
  display: block;
}

/* line 1, ../scss/features/_feat-request.scss */
.scroll--request__bottom {
  width: 100%;
  float: left;
}
/* line 5, ../scss/features/_feat-request.scss */
.scroll--request__bottom button {
  float: left;
}
/* line 8, ../scss/features/_feat-request.scss */
.scroll--request__bottom button:first-of-type {
  margin-right: 20px;
}

/* line 1, ../scss/features/_feat-greeting.scss */
.scroll--greeting {
  position: relative;
}
/* line 3, ../scss/features/_feat-greeting.scss */
.scroll--greeting .hidden-button {
  position: absolute;
  left: 159px;
  bottom: 64px;
  width: 62px;
  height: 60px;
  cursor: pointer;
}

/* line 14, ../scss/features/_feat-greeting.scss */
.scroll--greeting__wheelopen {
  position: relative;
  left: -83px;
  margin-top: -40px;
}

/* line 1, ../scss/features/_feat-watching.scss */
.scroll--watching__options {
  position: relative;
  width: 394px;
}
/* line 6, ../scss/features/_feat-watching.scss */
.scroll--watching__options div {
  position: absolute;
  opacity: .5;
  cursor: pointer;
}
/* line 12, ../scss/features/_feat-watching.scss */
.scroll--watching__options .options__rewind {
  top: 39px;
  left: 10px;
  display: block;
  width: 60px;
  height: 90px;
}
/* line 21, ../scss/features/_feat-watching.scss */
.scroll--watching__options .options__react {
  top: -5px;
  left: 110px;
  display: block;
  width: 170px;
  height: 170px;
}
/* line 30, ../scss/features/_feat-watching.scss */
.scroll--watching__options .options__star {
  top: 39px;
  right: 10px;
  display: block;
  width: 60px;
  height: 90px;
}

/* line 40, ../scss/features/_feat-watching.scss */
.info {
  display: none;
}

/* line 44, ../scss/features/_feat-watching.scss */
.scroll--watching__info {
  margin-top: 40px;
  min-height: 110px;
}

/* line 1, ../scss/features/_feat-last.scss */
.scroll--last {
  margin-bottom: 0;
}

/* ///////////////// */
/* PLUGIN OVERWRITES */
/* ///////////////// */
