/* line 5, ../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/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, ../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/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;
}

/*** MIXINS ** */
/* line 46, ../../../sass/style.sass */
body {
  font: 300 16px "GothamBook", Arial;
  color: #444;
  overflow-x: hidden;
}
/* line 50, ../../../sass/style.sass */
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

/* line 54, ../../../sass/style.sass */
.frame {
  width: 100%;
  max-width: 1280px;
  padding: 0 50px;
  box-sizing: border-box;
  margin: 0 auto;
  *zoom: 1;
}
/* line 38, ../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.frame:after {
  content: "";
  display: table;
  clear: both;
}

/* line 62, ../../../sass/style.sass */
h1 {
  font-size: 60px;
  line-height: 1.2;
  font-family: GothamThin;
  font-weight: bold;
}

/* line 68, ../../../sass/style.sass */
h2 {
  font-size: 48px;
  font-family: "GothamThin";
  margin-bottom: 60px;
  color: #222;
}
/* line 73, ../../../sass/style.sass */
h2 span {
  display: inline-block;
  font-size: 16px;
  font-family: GothamMedium;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
  border-bottom: 2px solid #ECC100;
}

/* line 82, ../../../sass/style.sass */
p {
  margin-bottom: 30px;
}

/* line 85, ../../../sass/style.sass */
strong {
  font-weight: 800;
}

/* line 88, ../../../sass/style.sass */
input {
  outline: none;
  box-sizing: border-box;
  padding: 15px;
  border: 0 none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
  font-family: "GothamBook";
}

/* line 97, ../../../sass/style.sass */
button {
  outline: none;
  border: 0 none;
}

/* line 101, ../../../sass/style.sass */
button.button {
  background: #ECC100;
  border: 0 none;
  font-size: 16px;
  text-transform: uppercase;
  font-family: GothamMedium;
  padding: 20px 30px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}

/* line 111, ../../../sass/style.sass */
.button-group {
  display: inline-block;
  *zoom: 1;
}
/* line 38, ../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.button-group:after {
  content: "";
  display: table;
  clear: both;
}
/* line 114, ../../../sass/style.sass */
.button-group button {
  float: left;
}
/* line 116, ../../../sass/style.sass */
.button-group button:first-child {
  -moz-border-radius: 100px 0 0 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px 0 0 100px;
  border-right: 1px solid #b99700;
}
/* line 119, ../../../sass/style.sass */
.button-group button:last-child {
  -moz-border-radius: 0 100px 100px 0;
  -webkit-border-radius: 0;
  border-radius: 0 100px 100px 0;
  border-left: 1px solid #ffd620;
}

/* line 123, ../../../sass/style.sass */
button.ghost {
  display: inline-block;
  background: none;
  border: 1px solid #fff;
  padding: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  border-radius: 4px;
  -moz-transition: all cubic-bezier(0.14, 0.87, 0.07, 1.02);
  -o-transition: all cubic-bezier(0.14, 0.87, 0.07, 1.02);
  -webkit-transition: all cubic-bezier(0.14, 0.87, 0.07, 1.02);
  transition: all cubic-bezier(0.14, 0.87, 0.07, 1.02);
  cursor: pointer;
}
/* line 134, ../../../sass/style.sass */
button.ghost:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 137, ../../../sass/style.sass */
.alc {
  text-align: center;
}

/* line 140, ../../../sass/style.sass */
.flag-item {
  padding-left: 40px;
  background: transparent url(../img/flags/ebr.svg) left center no-repeat;
  background-size: auto 22px;
  text-transform: capitalize;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 148, ../../../sass/style.sass */
.flag-item.esc {
  background-image: url(../img/flags/esc.svg);
}
/* line 150, ../../../sass/style.sass */
.flag-item.fra {
  background-image: url(../img/flags/fra.svg);
}
/* line 152, ../../../sass/style.sass */
.flag-item.deu {
  background-image: url(../img/flags/deu.svg);
}
/* line 154, ../../../sass/style.sass */
.flag-item.ebr {
  background-image: url(../img/flags/ebr.svg);
}
/* line 156, ../../../sass/style.sass */
.flag-item.ita {
  background-image: url(../img/flags/ita.svg);
}
/* line 158, ../../../sass/style.sass */
.flag-item.ara {
  background-image: url(../img/flags/ara.svg);
}
/* line 160, ../../../sass/style.sass */
.flag-item.chi {
  background-image: url(../img/flags/chi.svg);
}
/* line 162, ../../../sass/style.sass */
.flag-item.ned {
  background-image: url(../img/flags/ned.svg);
}
/* line 164, ../../../sass/style.sass */
.flag-item.eng {
  background-image: url(../img/flags/eng.svg);
}
/* line 166, ../../../sass/style.sass */
.flag-item.grk {
  background-image: url(../img/flags/grk.svg);
}
/* line 168, ../../../sass/style.sass */
.flag-item.gle {
  background-image: url(../img/flags/gle.svg);
}
/* line 170, ../../../sass/style.sass */
.flag-item.jpn {
  background-image: url(../img/flags/jpn.svg);
}
/* line 172, ../../../sass/style.sass */
.flag-item.kor {
  background-image: url(../img/flags/kor.svg);
}
/* line 174, ../../../sass/style.sass */
.flag-item.pol {
  background-image: url(../img/flags/pol.svg);
}
/* line 176, ../../../sass/style.sass */
.flag-item.por {
  background-image: url(../img/flags/por.svg);
}
/* line 178, ../../../sass/style.sass */
.flag-item.rus {
  background-image: url(../img/flags/rus.svg);
}
/* line 180, ../../../sass/style.sass */
.flag-item.esp {
  background-image: url(../img/flags/esp.svg);
}
/* line 182, ../../../sass/style.sass */
.flag-item.sve {
  background-image: url(../img/flags/sve.svg);
}
/* line 184, ../../../sass/style.sass */
.flag-item.tur {
  background-image: url(../img/flags/tur.svg);
}
/* line 186, ../../../sass/style.sass */
.flag-item.vie {
  background-image: url(../img/flags/vie.svg);
}
/* line 188, ../../../sass/style.sass */
.flag-item.far {
  background-image: url(../img/flags/far.svg);
}
/* line 190, ../../../sass/style.sass */
.flag-item.tgl {
  background-image: url(../img/flags/tgl.svg);
}
/* line 192, ../../../sass/style.sass */
.flag-item.hin {
  background-image: url(../img/flags/hin.svg);
}
/* line 194, ../../../sass/style.sass */
.flag-item.heb {
  background-image: url(../img/flags/heb.svg);
}
/* line 196, ../../../sass/style.sass */
.flag-item.eng {
  background-image: url(../img/flags/eng.svg);
}

/**** LISTS *** */
/* line 201, ../../../sass/style.sass */
ul.bullet li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}
/* line 205, ../../../sass/style.sass */
ul.bullet li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: 6px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #ffe053;
}

/* line 215, ../../../sass/style.sass */
.action-play, .action-pause {
  position: absolute;
  top: 0;
  left: 0;
  -moz-transition: all 300ms cubic-bezier(0.14, 0.87, 0.07, 1.02);
  -o-transition: all 300ms cubic-bezier(0.14, 0.87, 0.07, 1.02);
  -webkit-transition: all 300ms cubic-bezier(0.14, 0.87, 0.07, 1.02);
  transition: all 300ms cubic-bezier(0.14, 0.87, 0.07, 1.02);
  background: transparent url(../img/action-play.svg) no-repeat center 45%;
  background-size: 75px;
  background-color: transparent;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 2;
  cursor: pointer;
}

/* line 228, ../../../sass/style.sass */
.action-pause {
  background-image: url(../img/action-pause.svg);
}

/**** PAGE STYLE *** */
/* line 233, ../../../sass/style.sass */
ul.tech-selector {
  *zoom: 1;
  position: relative;
  z-index: 2;
}
/* line 38, ../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
ul.tech-selector:after {
  content: "";
  display: table;
  clear: both;
}
/* line 237, ../../../sass/style.sass */
ul.tech-selector li {
  float: left;
  width: 25%;
  text-align: center;
  padding: 13px 0 15px;
  box-sizing: border-box;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.3s cubic-bezier(0.14, 0.87, 0.07, 1.02);
  -o-transition: all 0.3s cubic-bezier(0.14, 0.87, 0.07, 1.02);
  -webkit-transition: all 0.3s cubic-bezier(0.14, 0.87, 0.07, 1.02);
  transition: all 0.3s cubic-bezier(0.14, 0.87, 0.07, 1.02);
  cursor: pointer;
}
/* line 246, ../../../sass/style.sass */
ul.tech-selector li:hover {
  background-color: rgba(39, 153, 225, 0.1);
}
/* line 248, ../../../sass/style.sass */
ul.tech-selector li div {
  position: relative;
  height: 40px;
  width: 50px;
  display: inline-block;
  background: transparent url(../img/tech-icons/rosetta.png) no-repeat center;
}
/* line 254, ../../../sass/style.sass */
ul.tech-selector li span {
  display: block;
  font-size: 13px;
}

/* line 258, ../../../sass/style.sass */
#onpage-navi {
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  z-index: 97;
  background: #fff;
}
/* line 267, ../../../sass/style.sass */
#onpage-navi .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
}
/* line 274, ../../../sass/style.sass */
#onpage-navi #logo {
  position: absolute;
}
/* line 277, ../../../sass/style.sass */
#onpage-navi .cta-cont {
  overflow: hidden;
  max-width: 0;
}
/* line 280, ../../../sass/style.sass */
#onpage-navi button {
  right: 50px;
  font-size: 13px;
  padding: 15px;
  margin-left: 25px;
}
/* line 286, ../../../sass/style.sass */
#onpage-navi .feature-selector {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
/* line 291, ../../../sass/style.sass */
#onpage-navi .feature-selector li {
  min-width: 100px;
  text-align: center;
  position: relative;
  padding: 25px;
  cursor: pointer;
  -moz-transition: all 300ms cubic-bezier(0.14, 0.87, 0.07, 1.02);
  -o-transition: all 300ms cubic-bezier(0.14, 0.87, 0.07, 1.02);
  -webkit-transition: all 300ms cubic-bezier(0.14, 0.87, 0.07, 1.02);
  transition: all 300ms cubic-bezier(0.14, 0.87, 0.07, 1.02);
}
/* line 299, ../../../sass/style.sass */
#onpage-navi .feature-selector li svg {
  position: absolute;
  top: 40%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 304, ../../../sass/style.sass */
#onpage-navi .feature-selector li:hover {
  background: rgba(39, 153, 225, 0.1);
}
/* line 307, ../../../sass/style.sass */
#onpage-navi.sticky {
  position: fixed;
  -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
}
/* line 310, ../../../sass/style.sass */
#onpage-navi.sticky .cta-cont {
  max-width: 200px;
}
/* line 312, ../../../sass/style.sass */
#onpage-navi.sticky button {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 316, ../../../sass/style.sass */
#onpage-navi.sticky li svg path {
  fill: rgba(0, 0, 0, 0.2);
}
/* line 318, ../../../sass/style.sass */
#onpage-navi.sticky li.active {
  background: #EDECEA;
}
/* line 321, ../../../sass/style.sass */
#onpage-navi.sticky li.active svg path {
  fill: #2799E1;
}

/* line 326, ../../../sass/style.sass */
body.traveler #hero .hero-bg {
  background-position: center;
  background-size: cover;
  display: block;
}
/* line 330, ../../../sass/style.sass */
body.traveler #hero #main-header {
  height: 55vh;
  align-items: center;
  text-align: center;
}
/* line 334, ../../../sass/style.sass */
body.traveler #hero #main-header h1 {
  text-transform: uppercase;
  font-family: GothamBold;
}
/* line 337, ../../../sass/style.sass */
body.traveler #hero #main-header p {
  margin: 10px 0 100px;
  font-size: 26px;
}
/* line 340, ../../../sass/style.sass */
body.traveler #hero #main-header .button {
  position: absolute;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}
/* line 343, ../../../sass/style.sass */
body.traveler h2 {
  font-family: GothamMedium;
  font-size: 40px;
}

/* line 350, ../../../sass/style.sass */
body.selfimprover #hero .hero-bg {
  background-image: url(../img/selfimprover/selfimprover-bg.jpg);
  background-position: center;
  background-size: cover;
  display: block;
}
/* line 355, ../../../sass/style.sass */
body.selfimprover #hero #main-header {
  height: 55vh;
  max-width: 800px;
  margin-left: auto;
  align-items: center;
  text-align: center;
}
/* line 361, ../../../sass/style.sass */
body.selfimprover #hero #main-header h1 {
  text-transform: uppercase;
  font-family: GothamBold;
}
/* line 364, ../../../sass/style.sass */
body.selfimprover #hero #main-header p {
  margin: 10px 0 100px;
  font-size: 26px;
  color: #000000;
}
/* line 368, ../../../sass/style.sass */
body.selfimprover #hero #main-header .button {
  position: relative;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}
/* line 371, ../../../sass/style.sass */
body.selfimprover h2 {
  font-family: GothamMedium;
  font-size: 40px;
}

@media only screen and (min-width: 640px) {
  /* line 376, ../../../sass/style.sass */
  body.selfimprover #hero #main-header {
    text-align: right;
  }
}
/* line 379, ../../../sass/style.sass */
#main-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
/* line 385, ../../../sass/style.sass */
#main-nav .white-bar {
  background: #fff;
  padding: 10px 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}

/* line 391, ../../../sass/style.sass */
#hero {
  height: 100vh;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  align-items: center;
}
/* line 400, ../../../sass/style.sass */
#hero #top-frame {
  display: flex;
  z-index: 2;
  margin-top: 25px;
}
/* line 404, ../../../sass/style.sass */
#hero #top-frame .stage {
  position: relative;
}
/* line 407, ../../../sass/style.sass */
#hero #top-frame .stage > img {
  position: relative;
  display: inline-block;
  width: 690px;
  z-index: 1;
}
/* line 412, ../../../sass/style.sass */
#hero #top-frame .stage video {
  width: 434px;
  position: absolute;
  left: 86px;
  z-index: 0;
  top: 25px;
  z-index: 2;
}
/* line 419, ../../../sass/style.sass */
#hero #top-frame .stage svg {
  position: absolute;
  top: 30px;
  left: 20px;
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
  z-index: 0;
}
/* line 426, ../../../sass/style.sass */
#hero #main-header {
  flex-grow: 1;
  position: relative;
}
/* line 429, ../../../sass/style.sass */
#hero #main-header h1 {
  color: #222;
}
/* line 431, ../../../sass/style.sass */
#hero #main-header p {
  font-size: 20px;
  margin-top: 25px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.5);
}
/* line 436, ../../../sass/style.sass */
#hero #main-header .button {
  position: absolute;
  bottom: 10px;
  left: 0;
}
/* line 441, ../../../sass/style.sass */
#hero > footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 20px 0;
  z-index: 2;
  color: #ffffff;
  text-align: center;
}
/* line 450, ../../../sass/style.sass */
#hero .hero-bg {
  display: none;
  background: #fff;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  z-index: 1;
}
/* line 460, ../../../sass/style.sass */
#hero .hero-bg:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  z-index: 1;
}
/* line 470, ../../../sass/style.sass */
#hero #trial-confirmation {
  position: absolute;
  left: 0;
  top: 0;
  padding: 25px;
  width: 100%;
  box-sizing: border-box;
  z-index: 10;
  background: #ECC100;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* line 484, ../../../sass/style.sass */
#hero.select-languages.submit #logo-white {
  top: 0 !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 488, ../../../sass/style.sass */
#hero.select-languages.submit form {
  bottom: -70px;
}
/* line 490, ../../../sass/style.sass */
#hero.select-languages.submit form input, #hero.select-languages.submit form #action-request-demo {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 492, ../../../sass/style.sass */
#hero.select-languages.submit #lang-selection {
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 496, ../../../sass/style.sass */
section.cta {
  padding: 75px 0 150px;
  text-align: center;
}

/* line 500, ../../../sass/style.sass */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 98;
  display: none;
}

/* line 506, ../../../sass/style.sass */
#signup-form {
  display: none;
  padding: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 99;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  width: 360px;
}
/* line 517, ../../../sass/style.sass */
#signup-form header {
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
  font-family: GothamBold;
  font-size: 18px;
  margin-bottom: 45px;
}
/* line 525, ../../../sass/style.sass */
#signup-form form.pending {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 527, ../../../sass/style.sass */
#signup-form form .optin {
  background: #F5F6F5;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  text-align: left;
  margin: 10px 0;
  padding: 15px 10px;
  font-size: 13px;
  display: flex;
}
/* line 536, ../../../sass/style.sass */
#signup-form form .optin input {
  margin-right: 10px;
  float: left;
}
/* line 539, ../../../sass/style.sass */
#signup-form form .optin label {
  cursor: pointer;
}
/* line 541, ../../../sass/style.sass */
#signup-form form .optin label span {
  display: block;
  margin-left: 25px;
}
/* line 544, ../../../sass/style.sass */
#signup-form form .optin a {
  color: inherit;
  white-space: nowrap;
}
/* line 547, ../../../sass/style.sass */
#signup-form form .form-row {
  margin-top: 5px;
}
/* line 549, ../../../sass/style.sass */
#signup-form form .form-row input, #signup-form form .form-row button {
  width: 100%;
}
/* line 552, ../../../sass/style.sass */
#signup-form form .error .error-msg {
  opacity: 1;
  max-height: 15px;
  padding: 5px 0px;
}
/* line 556, ../../../sass/style.sass */
#signup-form form .error input[type="text"], #signup-form form .error input[type="email"], #signup-form form .error input[type="password"], #signup-form form .error textarea {
  border-color: red;
}
/* line 558, ../../../sass/style.sass */
#signup-form form .error-msg {
  padding: 0px;
  font-size: 11px;
  color: red;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -moz-transition: all 300ms cubic-bezier(0.14, 0.87, 0.07, 1.02);
  -o-transition: all 300ms cubic-bezier(0.14, 0.87, 0.07, 1.02);
  -webkit-transition: all 300ms cubic-bezier(0.14, 0.87, 0.07, 1.02);
  transition: all 300ms cubic-bezier(0.14, 0.87, 0.07, 1.02);
}
/* line 567, ../../../sass/style.sass */
#signup-form #lang-selector {
  border: 1px solid #ccc;
  display: block;
  background: #fff;
  color: #222;
  text-align: left;
  position: relative;
}
/* line 574, ../../../sass/style.sass */
#signup-form #lang-selector:before {
  content: "";
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 10px;
  height: 20px;
  background: transparent url(../img/selector-arrows.svg) center no-repeat;
}
/* line 584, ../../../sass/style.sass */
#signup-form input {
  border: 1px solid #ccc;
  font-size: 16px;
  margin: 0;
}
/* line 590, ../../../sass/style.sass */
#signup-form input:focus, #signup-form #lang-selector:focus, #signup-form #user-name:focus {
  border: 1px solid #ECC100;
  -moz-box-shadow: 0 0 10px #ECC100;
  -webkit-box-shadow: 0 0 10px #ECC100;
  box-shadow: 0 0 10px #ECC100;
}
/* line 594, ../../../sass/style.sass */
#signup-form .input-group {
  display: flex;
  justify-content: space-between;
}
/* line 597, ../../../sass/style.sass */
#signup-form .input-group input {
  flex-grow: 0;
  max-width: 50%;
}
/* line 600, ../../../sass/style.sass */
#signup-form .input-group input:first-child {
  border-radius: 4px 0 0 4px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 603, ../../../sass/style.sass */
#signup-form .input-group input:last-child {
  border-radius: 0 4px 4px 0;
}
/* line 606, ../../../sass/style.sass */
#signup-form #action-request-demo {
  position: relative;
  color: #000;
  font-weight: bold;
  box-sizing: border-box;
  white-space: nowrap;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  margin: 0;
}

/* line 615, ../../../sass/style.sass */
#gdpr-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
  background: #fff;
  display: none;
  width: 40vw;
  border-radius: 4px;
  padding: 50px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  line-height: 1.4;
}
/* line 626, ../../../sass/style.sass */
#gdpr-info a {
  color: #2799E1;
}
/* line 628, ../../../sass/style.sass */
#gdpr-info .box-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
}
/* line 632, ../../../sass/style.sass */
#gdpr-info button {
  padding: 10px 15px;
  font-size: 16px;
}

/* line 636, ../../../sass/style.sass */
#lang-selection {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
  background: #fff;
  display: none;
  align-items: stretch;
  width: 60vw;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  padding: 50px;
  border-radius: 4px;
}
/* line 648, ../../../sass/style.sass */
#lang-selection .action-close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  background: transparent url("../img/action-close.svg") no-repeat center;
  background-size: contain;
  opacity: 0.5;
}
/* line 658, ../../../sass/style.sass */
#lang-selection ul {
  width: 100%;
  max-width: 1104px;
  *zoom: 1;
}
/* line 38, ../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
#lang-selection ul:after {
  content: "";
  display: table;
  clear: both;
}
/* line 662, ../../../sass/style.sass */
#lang-selection ul li {
  float: left;
  width: 33.3%;
  padding: 2.5vh;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  -moz-transition: all 0.15s cubic-bezier(0.14, 0.87, 0.07, 1.02);
  -o-transition: all 0.15s cubic-bezier(0.14, 0.87, 0.07, 1.02);
  -webkit-transition: all 0.15s cubic-bezier(0.14, 0.87, 0.07, 1.02);
  transition: all 0.15s cubic-bezier(0.14, 0.87, 0.07, 1.02);
}

/* line 672, ../../../sass/style.sass */
#method {
  position: relative;
  background: rgba(237, 236, 234, 0.5);
}
/* line 677, ../../../sass/style.sass */
#method .frame {
  position: relative;
  min-height: 650px;
  box-sizing: border-box;
  overflow: hidden;
}
/* line 683, ../../../sass/style.sass */
#method #girl {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -moz-transform: translate(-63%);
  -ms-transform: translate(-63%);
  -webkit-transform: translate(-63%);
  transform: translate(-63%);
}
/* line 689, ../../../sass/style.sass */
#method #phrasebook {
  position: absolute;
  max-width: 80%;
}
/* line 693, ../../../sass/style.sass */
#method #sentence {
  padding: 10px 25px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  z-index: 2;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
/* line 702, ../../../sass/style.sass */
#method #sentence-boxes {
  display: flex;
  justify-content: space-between;
  margin: 50px auto;
  z-index: 2;
}
/* line 707, ../../../sass/style.sass */
#method #sentence-boxes > div {
  position: relative;
}
/* line 709, ../../../sass/style.sass */
#method #sentence-boxes > div > div {
  width: 110px;
  background: #fff;
  overflow: hidden;
  border-radius: 4px;
  -moz-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.15);
  text-align: left;
}
/* line 717, ../../../sass/style.sass */
#method #sentence-boxes > div > img {
  position: absolute;
  top: 100%;
  left: 50%;
  -moz-transform: translate(-50%, 15px);
  -ms-transform: translate(-50%, 15px);
  -webkit-transform: translate(-50%, 15px);
  transform: translate(-50%, 15px);
}
/* line 722, ../../../sass/style.sass */
#method #sentence-boxes > div header {
  font-size: 13px;
  font-weight: 600;
  padding: 5px;
}
/* line 726, ../../../sass/style.sass */
#method #sentence-boxes > div figure {
  background: #F5B14E url(../img/girl.jpg) no-repeat center;
  background-size: cover;
  height: 85px;
}
/* line 731, ../../../sass/style.sass */
#method #sentence-boxes > div.box-2 figure {
  background-color: #97D1FA;
  background-image: url(../img/throwing.jpg);
}
/* line 735, ../../../sass/style.sass */
#method #sentence-boxes > div.box-3 figure {
  background-color: #A5D074;
  background-image: url(../img/ball.jpg);
}
/* line 739, ../../../sass/style.sass */
#method #video-ball {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 3;
  width: 160px;
  height: 160px;
  overflow: hidden;
  background: #000;
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  border-radius: 100%;
  -moz-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}
/* line 751, ../../../sass/style.sass */
#method #video-ball .slide-show {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 754, ../../../sass/style.sass */
#method #video-ball .slide-show img {
  min-height: 100%;
  position: absolute;
  z-index: 1;
}
/* line 758, ../../../sass/style.sass */
#method #video-ball .slide-show:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  z-index: 2;
}
/* line 764, ../../../sass/style.sass */
#method #video-ball .action-play {
  background-size: 50px;
  background-position: 55% 50%;
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  z-index: 2;
}
/* line 770, ../../../sass/style.sass */
#method .corner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 125px 0 0 100vw;
  border-color: transparent transparent transparent #fff;
}

/* line 781, ../../../sass/style.sass */
#ball-overlay {
  position: absolute;
  z-index: 99;
  background-color: rgba(34, 34, 34, 0);
  border-radius: 100%;
  -moz-transition: all 1200ms cubic-bezier(0.14, 0.87, 0.07, 1.02);
  -o-transition: all 1200ms cubic-bezier(0.14, 0.87, 0.07, 1.02);
  -webkit-transition: all 1200ms cubic-bezier(0.14, 0.87, 0.07, 1.02);
  transition: all 1200ms cubic-bezier(0.14, 0.87, 0.07, 1.02);
}
/* line 787, ../../../sass/style.sass */
#ball-overlay.closing {
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

/* line 791, ../../../sass/style.sass */
#demo-video .inner {
  position: relative;
}
/* line 793, ../../../sass/style.sass */
#demo-video .inner .action-play, #demo-video .inner .action-pause {
  background-size: 75px;
}
/* line 795, ../../../sass/style.sass */
#demo-video .inner .action-pause {
  z-index: 1;
}
/* line 798, ../../../sass/style.sass */
#demo-video .inner:hover .action-pause {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 800, ../../../sass/style.sass */
#demo-video video {
  width: 100%;
  display: block;
  max-height: 90vh;
}
/* line 805, ../../../sass/style.sass */
#demo-video.playing h3 {
  display: none;
}
/* line 808, ../../../sass/style.sass */
#demo-video .videosub-bar {
  font-size: 24px !important;
  width: 100% !important;
}
/* line 812, ../../../sass/style.sass */
#demo-video #tech-selection-bar {
  text-align: center;
  position: relative;
  background: #222;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  *zoom: 1;
  display: none;
}
/* line 38, ../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
#demo-video #tech-selection-bar:after {
  content: "";
  display: table;
  clear: both;
}
/* line 821, ../../../sass/style.sass */
#demo-video #tech-selection-bar #progress-bar {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background: #2799E1;
  width: 0;
  -moz-transition: all 0.6s cubic-bezier(0.14, 0.87, 0.07, 1.02);
  -o-transition: all 0.6s cubic-bezier(0.14, 0.87, 0.07, 1.02);
  -webkit-transition: all 0.6s cubic-bezier(0.14, 0.87, 0.07, 1.02);
  transition: all 0.6s cubic-bezier(0.14, 0.87, 0.07, 1.02);
}
/* line 829, ../../../sass/style.sass */
#demo-video #tech-selection-bar #tech-features {
  position: relative;
}
/* line 833, ../../../sass/style.sass */
#demo-video #tech-selection-bar ul.tech-selector li {
  width: 14.2857142857%;
  height: 10vh;
  min-height: 90px;
  color: #fff;
  border-right-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
/* line 840, ../../../sass/style.sass */
#demo-video #tech-selection-bar ul.tech-selector li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
/* line 843, ../../../sass/style.sass */
#demo-video #tech-selection-bar ul.tech-selector li:last-child div {
  margin-top: 5%;
}

/* line 846, ../../../sass/style.sass */
#demo-video.full-screen {
  display: none;
  position: fixed;
  background: #222;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
/* line 855, ../../../sass/style.sass */
#demo-video.full-screen #tech-selection-bar {
  display: block;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(3);
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}
@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(3);
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}
/* line 883, ../../../sass/style.sass */
#speech {
  background: #fff url(../img/wave.png) repeat-x;
}
/* line 885, ../../../sass/style.sass */
#speech .frame {
  position: relative;
}
/* line 888, ../../../sass/style.sass */
#speech .microphone {
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: #ECC100;
  top: -15px;
  right: -15px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 901, ../../../sass/style.sass */
#speech .microphone svg {
  width: 12px;
  position: relative;
  z-index: 2;
}
/* line 906, ../../../sass/style.sass */
#speech .microphone > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  background: rgba(236, 193, 0, 0.6);
  z-index: 0;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-animation: jumper 3s 0s linear infinite;
  -webkit-animation: jumper 3s 0s linear infinite;
  animation: jumper 3s 0s linear infinite;
}
/* line 921, ../../../sass/style.sass */
#speech .microphone > div:nth-child(2) {
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
/* line 924, ../../../sass/style.sass */
#speech .microphone > div:nth-child(3) {
  -moz-animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
/* line 928, ../../../sass/style.sass */
#speech #speech-box {
  display: inline-block;
  text-align: left;
  position: relative;
}
/* line 932, ../../../sass/style.sass */
#speech #speech-box .inner {
  width: 250px;
  background: #191919;
  border: 2px solid #ECC100;
  -moz-box-shadow: 0px 2px 40px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 40px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 40px 5px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
/* line 939, ../../../sass/style.sass */
#speech #speech-box header {
  padding: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
/* line 944, ../../../sass/style.sass */
#speech #speech-box .speech-input {
  height: 50px;
  background: #262626;
  position: relative;
  padding: 0 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
/* line 955, ../../../sass/style.sass */
#speech #speech-box .speech-input.native .wave {
  background-image: url(../img/wave-2.png);
}
/* line 957, ../../../sass/style.sass */
#speech #speech-box label {
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  color: #fff;
  text-align: right;
}
/* line 964, ../../../sass/style.sass */
#speech #speech-box .wave {
  height: 30px;
  width: 126px;
  background: transparent url(../img/wave-1.png) no-repeat center left;
}
/* line 969, ../../../sass/style.sass */
#speech #speech-box figure {
  height: 185px;
  background: transparent url("") no-repeat center;
  background-size: cover;
}

/* line 974, ../../../sass/style.sass */
#tutor {
  overflow: hidden;
}
/* line 976, ../../../sass/style.sass */
#tutor .frame {
  position: relative;
}
/* line 979, ../../../sass/style.sass */
#tutor .stage > img {
  display: inline-block;
  max-width: 100%;
}
/* line 982, ../../../sass/style.sass */
#tutor .stage video {
  width: 430px;
  position: absolute;
  right: 36px;
  z-index: 0;
  top: 18px;
}

/* line 989, ../../../sass/style.sass */
#games {
  background: #EDECEA;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjNmMiIvPjxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f3f2), color-stop(30%, #ffffff), color-stop(70%, #ffffff), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(#f4f3f2, #ffffff 30%, #ffffff 70%, #ffffff);
  background-image: -webkit-linear-gradient(#f4f3f2, #ffffff 30%, #ffffff 70%, #ffffff);
  background-image: linear-gradient(#f4f3f2, #ffffff 30%, #ffffff 70%, #ffffff);
  padding-top: 25px;
  position: relative;
  z-index: 2;
}
/* line 996, ../../../sass/style.sass */
#games .frame {
  position: relative;
  z-index: 2;
}
/* line 1000, ../../../sass/style.sass */
#games #v-user-2 {
  width: 185px;
}
/* line 1002, ../../../sass/style.sass */
#games #v-user-2 > video {
  -moz-transform: translate(-40%, -1px);
  -ms-transform: translate(-40%, -1px);
  -webkit-transform: translate(-40%, -1px);
  transform: translate(-40%, -1px);
}
/* line 1005, ../../../sass/style.sass */
#games #v-user-2, #games #v-user-1 {
  position: relative;
  width: 170px;
  overflow: hidden;
  height: 400px;
  display: inline-block;
  z-index: 2;
}
/* line 1012, ../../../sass/style.sass */
#games #v-user-2 > video, #games #v-user-1 > video {
  max-height: 100%;
  -moz-transform: translate(-38%, -1px);
  -ms-transform: translate(-38%, -1px);
  -webkit-transform: translate(-38%, -1px);
  transform: translate(-38%, -1px);
}
/* line 1016, ../../../sass/style.sass */
#games #screen-cast, #games h2 {
  position: relative;
  z-index: 2;
}
/* line 1020, ../../../sass/style.sass */
#games .desc {
  display: flex;
  justify-content: center;
  text-align: center;
}
/* line 1024, ../../../sass/style.sass */
#games .desc figure {
  margin: 0 10px;
}
/* line 1026, ../../../sass/style.sass */
#games .desc figcaption {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
  font-size: 12px;
}
/* line 1039, ../../../sass/style.sass */
#games #map-1 {
  position: absolute;
  left: -400px;
  top: 0px;
  -moz-transform: translate(20vw);
  -ms-transform: translate(20vw);
  -webkit-transform: translate(20vw);
  transform: translate(20vw);
}
/* line 1044, ../../../sass/style.sass */
#games #map-2 {
  position: absolute;
  right: -400px;
  -moz-transform: translate(-20vw);
  -ms-transform: translate(-20vw);
  -webkit-transform: translate(-20vw);
  transform: translate(-20vw);
  top: -106px;
  z-index: 1;
}
/* line 1050, ../../../sass/style.sass */
#games #pin-1 {
  position: absolute;
  top: 470px;
  left: -200px;
  -moz-transform: translate(20vw);
  -ms-transform: translate(20vw);
  -webkit-transform: translate(20vw);
  transform: translate(20vw);
  z-index: 2;
}
/* line 1056, ../../../sass/style.sass */
#games #pin-2 {
  position: absolute;
  right: -230px;
  -moz-transform: translate(-20vw);
  -ms-transform: translate(-20vw);
  -webkit-transform: translate(-20vw);
  transform: translate(-20vw);
  top: 503px;
  z-index: 2;
}
/* line 1063, ../../../sass/style.sass */
#games .corner {
  position: absolute;
  left: 0;
  top: -125px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 125px 100vw;
  border-color: transparent transparent #f4f3f2 transparent;
}

/* line 1073, ../../../sass/style.sass */
#feedback {
  background: #2799E1;
}
/* line 1076, ../../../sass/style.sass */
#feedback header.section-header {
  text-align: center;
  margin-bottom: 90px;
}
/* line 1079, ../../../sass/style.sass */
#feedback header.section-header h2 {
  color: #fff;
}
/* line 1081, ../../../sass/style.sass */
#feedback header.section-header h2 > span {
  color: #ECC100;
}
/* line 1084, ../../../sass/style.sass */
#feedback .action-open {
  font-size: 13px;
  padding: 12px 25px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  margin-top: 30px;
}
/* line 1091, ../../../sass/style.sass */
#feedback #feedback-wall {
  *zoom: 1;
  overflow: hidden;
  max-height: 700px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0 -15px;
  -moz-transition: all 0.6s cubic-bezier(0.14, 0.87, 0.07, 1.02);
  -o-transition: all 0.6s cubic-bezier(0.14, 0.87, 0.07, 1.02);
  -webkit-transition: all 0.6s cubic-bezier(0.14, 0.87, 0.07, 1.02);
  transition: all 0.6s cubic-bezier(0.14, 0.87, 0.07, 1.02);
}
/* line 38, ../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
#feedback #feedback-wall:after {
  content: "";
  display: table;
  clear: both;
}
/* line 1099, ../../../sass/style.sass */
#feedback #feedback-wall:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 26px;
  bottom: 0;
  left: 0;
  background: transparent url(../img/feedback/shadow.png) no-repeat center bottom;
  background-size: 100%;
  z-index: 2;
}
/* line 1109, ../../../sass/style.sass */
#feedback #feedback-wall.open {
  max-height: 3000px;
  border-bottom: 0 none;
}
/* line 1112, ../../../sass/style.sass */
#feedback #feedback-wall.open:before {
  display: none;
}
/* line 1114, ../../../sass/style.sass */
#feedback #feedback-wall .column {
  width: 25%;
  float: left;
}
/* line 1118, ../../../sass/style.sass */
#feedback #feedback-wall article {
  background: #fff;
  width: auto;
  margin: 0 10px 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 15px;
  position: relative;
  overflow: hidden;
}
/* line 1128, ../../../sass/style.sass */
#feedback #feedback-wall article a {
  text-decoration: none;
}
/* line 1130, ../../../sass/style.sass */
#feedback #feedback-wall article header {
  font-weight: 600;
  margin-bottom: 5px;
  position: relative;
}
/* line 1134, ../../../sass/style.sass */
#feedback #feedback-wall article .stars {
  margin-bottom: 15px;
}
/* line 1137, ../../../sass/style.sass */
#feedback #feedback-wall article.press {
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
/* line 1140, ../../../sass/style.sass */
#feedback #feedback-wall article.press img {
  margin-bottom: 15px;
}
/* line 1142, ../../../sass/style.sass */
#feedback #feedback-wall article.press p {
  color: #fff;
}
/* line 1144, ../../../sass/style.sass */
#feedback #feedback-wall article.press#review-focus {
  background-color: #DC1100;
}
/* line 1146, ../../../sass/style.sass */
#feedback #feedback-wall article.press#review-pcmag {
  background-color: #DF2025;
}
/* line 1148, ../../../sass/style.sass */
#feedback #feedback-wall article.press#review-wsj {
  background-color: #222222;
}
/* line 1150, ../../../sass/style.sass */
#feedback #feedback-wall article.press#review-techcrunch {
  background-color: #249403;
}
/* line 1153, ../../../sass/style.sass */
#feedback #feedback-wall article.video {
  height: 300px;
  cursor: pointer;
}
/* line 1156, ../../../sass/style.sass */
#feedback #feedback-wall article.video, #feedback #feedback-wall article.video figure, #feedback #feedback-wall article.video .action-play {
  -moz-transition: all 0.3s cubic-bezier(0.14, 0.87, 0.07, 1.02);
  -o-transition: all 0.3s cubic-bezier(0.14, 0.87, 0.07, 1.02);
  -webkit-transition: all 0.3s cubic-bezier(0.14, 0.87, 0.07, 1.02);
  transition: all 0.3s cubic-bezier(0.14, 0.87, 0.07, 1.02);
}
/* line 1158, ../../../sass/style.sass */
#feedback #feedback-wall article.video header {
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  text-align: left;
  z-index: 2;
}
/* line 1163, ../../../sass/style.sass */
#feedback #feedback-wall article.video figure {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 1173, ../../../sass/style.sass */
#feedback #feedback-wall article.video .action-play {
  position: absolute;
  width: 62px;
  height: 62px;
  background: transparent url(../img/feedback/action-play.png) center no-repeat;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  z-index: 2;
}
/* line 1184, ../../../sass/style.sass */
#feedback #feedback-wall article.video:hover figure {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 1186, ../../../sass/style.sass */
#feedback #feedback-wall article.video:hover .action-play {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* line 1189, ../../../sass/style.sass */
#usage-stats {
  background: #2799E1 url("") no-repeat center bottom;
  background-size: 101%;
  border-bottom: solid 6px #ECC100;
  min-height: 520px;
  text-align: center;
  position: relative;
}
/* line 1197, ../../../sass/style.sass */
#usage-stats h2 {
  font-size: 35px;
}
/* line 1200, ../../../sass/style.sass */
#usage-stats #stats-list {
  margin-top: 60px;
  padding-bottom: 90px;
}
/* line 1203, ../../../sass/style.sass */
#usage-stats #stats-list li {
  display: inline-block;
  width: 200px;
  height: 200px;
  background: rgba(0, 0, 0, 0.15);
  position: relative;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  position: relative;
  margin: 0 10px;
}
/* line 1212, ../../../sass/style.sass */
#usage-stats #stats-list li > span {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
/* line 1221, ../../../sass/style.sass */
#usage-stats #stats-list li strong {
  color: #ECC100;
}
/* line 1224, ../../../sass/style.sass */
#usage-stats #customer-logos {
  position: absolute;
  bottom: 0;
  padding-bottom: 1.1%;
  left: 50%;
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

/* line 1231, ../../../sass/style.sass */
#faq {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff;
}
/* line 1236, ../../../sass/style.sass */
#faq header.section-header {
  text-align: center;
  margin-bottom: 45px;
}
/* line 1240, ../../../sass/style.sass */
#faq .faq-wall {
  *zoom: 1;
  margin-top: 60px;
}
/* line 38, ../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
#faq .faq-wall:after {
  content: "";
  display: table;
  clear: both;
}
/* line 1243, ../../../sass/style.sass */
#faq .faq-wall header {
  text-align: center;
}
/* line 1245, ../../../sass/style.sass */
#faq .faq-wall header h3 {
  color: #e2b900;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}
/* line 1251, ../../../sass/style.sass */
#faq .faq-wall .column {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
/* line 1255, ../../../sass/style.sass */
#faq .faq-wall .column:first-child {
  padding-right: 15px;
}
/* line 1257, ../../../sass/style.sass */
#faq .faq-wall .column:last-child {
  padding-left: 15px;
}
/* line 1260, ../../../sass/style.sass */
#faq article {
  position: relative;
  margin-bottom: 30px;
  padding: 30px 30px 60px;
  box-sizing: border-box;
  border: 1px solid #aaa;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.3s cubic-bezier(0.14, 0.87, 0.07, 1.02);
  -o-transition: all 0.3s cubic-bezier(0.14, 0.87, 0.07, 1.02);
  -webkit-transition: all 0.3s cubic-bezier(0.14, 0.87, 0.07, 1.02);
  transition: all 0.3s cubic-bezier(0.14, 0.87, 0.07, 1.02);
  cursor: pointer;
}
/* line 1269, ../../../sass/style.sass */
#faq article:hover {
  background: rgba(255, 255, 255, 0.3);
}
/* line 1272, ../../../sass/style.sass */
#faq article header {
  font-weight: 400;
  height: 50px;
  margin-bottom: 15px;
  font-size: 20px;
  letter-spacing: -1.1px;
}
/* line 1278, ../../../sass/style.sass */
#faq article > div {
  max-height: 40px;
  overflow: hidden;
  -moz-transition: all 0.3s cubic-bezier(0.14, 0.87, 0.07, 1.02);
  -o-transition: all 0.3s cubic-bezier(0.14, 0.87, 0.07, 1.02);
  -webkit-transition: all 0.3s cubic-bezier(0.14, 0.87, 0.07, 1.02);
  transition: all 0.3s cubic-bezier(0.14, 0.87, 0.07, 1.02);
}
/* line 1283, ../../../sass/style.sass */
#faq article .action-more {
  position: absolute;
  left: 50%;
  bottom: 15px;
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 20px;
  height: 20px;
  z-index: 2;
  background: transparent url(../img/arrow-down.svg) no-repeat center;
  background-size: contain;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transition: all 0.3s cubic-bezier(0.14, 0.87, 0.07, 1.02);
  -o-transition: all 0.3s cubic-bezier(0.14, 0.87, 0.07, 1.02);
  -webkit-transition: all 0.3s cubic-bezier(0.14, 0.87, 0.07, 1.02);
  transition: all 0.3s cubic-bezier(0.14, 0.87, 0.07, 1.02);
}
/* line 1295, ../../../sass/style.sass */
#faq article.expanded {
  background: rgba(255, 255, 255, 0.8);
}
/* line 1297, ../../../sass/style.sass */
#faq article.expanded > div {
  max-height: 1000px !important;
}
/* line 1299, ../../../sass/style.sass */
#faq article.expanded .action-more {
  -moz-transform: translate(-50%) rotate(180deg);
  -ms-transform: translate(-50%) rotate(180deg);
  -webkit-transform: translate(-50%) rotate(180deg);
  transform: translate(-50%) rotate(180deg);
}

/* line 1304, ../../../sass/style.sass */
#main-footer {
  background: none repeat scroll 0 0 #ECC100;
  font-size: 13px;
  padding-bottom: 15px;
}
/* line 1309, ../../../sass/style.sass */
#main-footer a {
  color: #222;
}
/* line 1312, ../../../sass/style.sass */
#main-footer #links {
  background: #f5f5f5;
  padding: 60px 0;
  *zoom: 1;
}
/* line 38, ../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
#main-footer #links:after {
  content: "";
  display: table;
  clear: both;
}
/* line 1317, ../../../sass/style.sass */
#main-footer #links h4 {
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 16px;
}
/* line 1322, ../../../sass/style.sass */
#main-footer #links .link-block {
  float: left;
  width: 180px;
}
/* line 1326, ../../../sass/style.sass */
#main-footer #links .link-block ul li {
  margin-bottom: 15px;
}
/* line 1329, ../../../sass/style.sass */
#main-footer #footer-infos {
  display: flex;
  justify-content: center;
}
/* line 1333, ../../../sass/style.sass */
#main-footer #footer-infos .guarantee, #main-footer #footer-infos .newsletter {
  padding-left: 90px;
  background: transparent url(../img/guarantee-de.png) no-repeat left center;
  background-size: 80px;
}
/* line 1337, ../../../sass/style.sass */
#main-footer #footer-infos .guarantee h4, #main-footer #footer-infos .newsletter h4 {
  margin-bottom: 10px;
}
/* line 1339, ../../../sass/style.sass */
#main-footer #footer-infos .guarantee p, #main-footer #footer-infos .newsletter p {
  width: 200px;
  padding-left: 15px;
  margin-bottom: 0;
}
/* line 1343, ../../../sass/style.sass */
#main-footer #footer-infos .newsletter {
  background-image: url(../img/newsletter.png);
}
/* line 1346, ../../../sass/style.sass */
#main-footer #footer-infos .newsletter form {
  position: relative;
  overflow: hidden;
}
/* line 1349, ../../../sass/style.sass */
#main-footer #footer-infos .newsletter form button {
  padding: 7px 15px;
  font-size: 10px;
  position: absolute;
  top: 5px;
  right: 5px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/* line 1357, ../../../sass/style.sass */
#main-footer #footer-infos .newsletter form.progress button, #main-footer #footer-infos .newsletter form.success button {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  top: 40px;
}
/* line 1361, ../../../sass/style.sass */
#main-footer #footer-infos .newsletter form.success:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  top: 50%;
}
/* line 1364, ../../../sass/style.sass */
#main-footer #footer-infos .newsletter form:before {
  content: "";
  position: absolute;
  right: 15px;
  top: -10px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: all 300ms cubic-bezier(0.14, 0.87, 0.07, 1.02) 300ms;
  -o-transition: all 300ms cubic-bezier(0.14, 0.87, 0.07, 1.02) 300ms;
  -webkit-transition: all 300ms cubic-bezier(0.14, 0.87, 0.07, 1.02);
  -webkit-transition-delay: 300ms;
  transition: all 300ms cubic-bezier(0.14, 0.87, 0.07, 1.02) 300ms;
  width: 22px;
  height: 14px;
  background: transparent url(../img/check.svg) no-repeat center;
}
/* line 1375, ../../../sass/style.sass */
#main-footer #footer-infos .newsletter input {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  outline: none;
  font-size: 13px;
}
/* line 1383, ../../../sass/style.sass */
#main-footer #footer-infos .social {
  margin-left: 90px;
}
/* line 1385, ../../../sass/style.sass */
#main-footer #footer-infos .social h4 {
  margin-bottom: 10px;
}
/* line 1387, ../../../sass/style.sass */
#main-footer #footer-infos .social ul {
  margin-bottom: 5px;
  *zoom: 1;
}
/* line 38, ../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
#main-footer #footer-infos .social ul:after {
  content: "";
  display: table;
  clear: both;
}
/* line 1390, ../../../sass/style.sass */
#main-footer #footer-infos .social li {
  display: inline-block;
  padding: 7px 12px 0 0;
}
/* line 1393, ../../../sass/style.sass */
#main-footer #footer-infos .social a {
  background: url("../img/social-buttons.png") top center no-repeat;
  background-repeat: no-repeat;
  background-size: 210px 29px;
  text-decoration: none;
  height: 32px;
  width: 32px;
  font-size: 0;
  float: left;
}
/* line 1403, ../../../sass/style.sass */
#main-footer #footer-infos .social a.twitter {
  background-position: 0 0;
}
/* line 1405, ../../../sass/style.sass */
#main-footer #footer-infos .social a.facebook {
  background-position: -45px 0;
}
/* line 1407, ../../../sass/style.sass */
#main-footer #footer-infos .social a.youtube {
  background-position: -91px 0;
}
/* line 1409, ../../../sass/style.sass */
#main-footer #footer-infos .social a.googleplus {
  background-position: -136px 0;
}
/* line 1411, ../../../sass/style.sass */
#main-footer #footer-infos .social a.blog {
  background-position: -182px 0;
}
/* line 1415, ../../../sass/style.sass */
#main-footer #legal {
  *zoom: 1;
  margin-bottom: 15px;
  padding-top: 15px;
}
/* line 38, ../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
#main-footer #legal:after {
  content: "";
  display: table;
  clear: both;
}
/* line 1419, ../../../sass/style.sass */
#main-footer #legal .logo {
  float: left;
}
/* line 1421, ../../../sass/style.sass */
#main-footer #legal .footer-links {
  float: right;
  margin-top: 15px;
  *zoom: 1;
}
/* line 38, ../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
#main-footer #legal .footer-links:after {
  content: "";
  display: table;
  clear: both;
}
/* line 1425, ../../../sass/style.sass */
#main-footer #legal .footer-links li {
  float: left;
  margin-left: 15px;
}

/* line 1429, ../../../sass/style.sass */
#cookie-box {
  position: fixed;
  bottom: 20px;
  left: 20px;
  padding: 30px;
  background: #111;
  color: #fff;
  z-index: 3;
  width: 300px;
  line-height: 1.4;
  font-size: 14px;
  -moz-transform: translateY(calc(100% + 30px));
  -ms-transform: translateY(calc(100% + 30px));
  -webkit-transform: translateY(calc(100% + 30px));
  transform: translateY(calc(100% + 30px));
  -moz-transition: all 600ms cubic-bezier(0.14, 0.87, 0.07, 1.02);
  -o-transition: all 600ms cubic-bezier(0.14, 0.87, 0.07, 1.02);
  -webkit-transition: all 600ms cubic-bezier(0.14, 0.87, 0.07, 1.02);
  transition: all 600ms cubic-bezier(0.14, 0.87, 0.07, 1.02);
}
/* line 1442, ../../../sass/style.sass */
#cookie-box.open {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 1444, ../../../sass/style.sass */
#cookie-box a {
  color: #ECC100;
}
/* line 1446, ../../../sass/style.sass */
#cookie-box button {
  margin-top: 30px;
  border-radius: 0;
  border-width: 2px;
  border-color: #ECC100;
  display: block;
  color: #ECC100;
  padding: 6px 8px;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  font-family: GothamMedium;
}
/* line 1458, ../../../sass/style.sass */
#cookie-box button:hover {
  background: #ECC100;
  color: #444;
}

@media screen and (min-width: 768px) {
  /* line 1464, ../../../sass/style.sass */
  .show-mobile {
    display: none;
  }

  /* line 1467, ../../../sass/style.sass */
  section.interactive {
    padding: 75px 0;
    position: relative;
    *zoom: 1;
  }
  /* line 38, ../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  section.interactive:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 1473, ../../../sass/style.sass */
  section.interactive .stage {
    position: absolute;
    width: 50%;
    top: 0;
    min-height: 100%;
  }
  /* line 1479, ../../../sass/style.sass */
  section.interactive h2 {
    margin-bottom: 75px;
  }
  /* line 1482, ../../../sass/style.sass */
  section.interactive .desc-details {
    width: 50%;
  }
  /* line 1484, ../../../sass/style.sass */
  section.interactive .desc-details p {
    margin-bottom: 25px;
  }
  /* line 1486, ../../../sass/style.sass */
  section.interactive .desc-details li {
    margin-bottom: 25px;
  }
  /* line 1490, ../../../sass/style.sass */
  section.interactive.align-left .stage {
    right: 50px;
    text-align: right;
  }
  /* line 1493, ../../../sass/style.sass */
  section.interactive.align-left .section-header {
    width: 50%;
  }
  /* line 1497, ../../../sass/style.sass */
  section.interactive.align-right .desc {
    clear: right;
  }
  /* line 1499, ../../../sass/style.sass */
  section.interactive.align-right .desc-details {
    float: right;
  }
  /* line 1501, ../../../sass/style.sass */
  section.interactive.align-right .section-header {
    text-align: right;
    float: right;
    width: 50%;
  }
  /* line 1505, ../../../sass/style.sass */
  section.interactive.align-right .stage {
    right: auto;
    left: 50px;
  }
  /* line 1509, ../../../sass/style.sass */
  section.interactive.align-center {
    text-align: center;
  }
  /* line 1511, ../../../sass/style.sass */
  section.interactive.align-center .stage {
    position: relative;
    float: none;
    width: 100%;
  }

  /* line 1518, ../../../sass/style.sass */
  #hero #top-frame .stage {
    width: 50%;
    min-width: 520px;
    -moz-transform: translate(30%) scale(1.4);
    -ms-transform: translate(30%) scale(1.4);
    -webkit-transform: translate(30%) scale(1.4);
    transform: translate(30%) scale(1.4);
  }
  /* line 1522, ../../../sass/style.sass */
  #hero > footer {
    display: none;
  }

  /* line 1524, ../../../sass/style.sass */
  #method {
    padding: 0;
  }
  /* line 1526, ../../../sass/style.sass */
  #method .frame {
    padding: 50px 50px 180px;
  }
  /* line 1528, ../../../sass/style.sass */
  #method .section-header {
    margin-top: 10px;
  }
  /* line 1530, ../../../sass/style.sass */
  #method #sentence {
    position: absolute;
    bottom: 60px;
    right: 25%;
    -moz-transform: translate(50%);
    -ms-transform: translate(50%);
    -webkit-transform: translate(50%);
    transform: translate(50%);
  }
  /* line 1536, ../../../sass/style.sass */
  #method #sentence-boxes {
    width: 80%;
  }
  /* line 1539, ../../../sass/style.sass */
  #method #sentence-boxes > div.box-1 {
    -moz-transform: translateY(110px);
    -ms-transform: translateY(110px);
    -webkit-transform: translateY(110px);
    transform: translateY(110px);
  }
  /* line 1541, ../../../sass/style.sass */
  #method #sentence-boxes > div.box-3 {
    -moz-transform: translateY(45px);
    -ms-transform: translateY(45px);
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
  }
  /* line 1544, ../../../sass/style.sass */
  #method #phrasebook {
    top: 50%;
    right: 0;
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
  }

  /* line 1552, ../../../sass/style.sass */
  #lang-selection ul li:hover {
    -moz-box-shadow: 0 0 0px 1px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: 0 0 0px 1px rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 0px 1px rgba(255, 255, 255, 0.25);
    background-color: rgba(0, 0, 0, 0.05);
  }

  /* line 1557, ../../../sass/style.sass */
  #speech #speech-box {
    position: absolute;
    top: 68%;
    left: 50%;
    -moz-transform: translate(-90%, -60%);
    -ms-transform: translate(-90%, -60%);
    -webkit-transform: translate(-90%, -60%);
    transform: translate(-90%, -60%);
  }
  /* line 1562, ../../../sass/style.sass */
  #speech .section-header {
    width: 60%;
  }

  /* line 1564, ../../../sass/style.sass */
  #tutor {
    min-height: 350px;
  }
  /* line 1566, ../../../sass/style.sass */
  #tutor .stage > img {
    width: 520px;
    position: absolute;
    right: 0;
  }

  /* line 1571, ../../../sass/style.sass */
  #games #screen-cast {
    margin: 0 25px;
    width: 420px;
    margin-bottom: 50px;
  }
  /* line 1576, ../../../sass/style.sass */
  #games #user-2, #games #user-1 {
    display: none;
  }
}
@media screen and (min-width: 1450px) {
  /* line 1583, ../../../sass/style.sass */
  #hero #top-frame .stage {
    -moz-transform: translate(60%) scale(1.8);
    -ms-transform: translate(60%) scale(1.8);
    -webkit-transform: translate(60%) scale(1.8);
    transform: translate(60%) scale(1.8);
  }
}
@media screen and (max-width: 320px) {
  /* line 1590, ../../../sass/style.sass */
  #hero form #action-request-demo {
    font-size: 14px;
  }

  /* line 1593, ../../../sass/style.sass */
  #lang-selection .flag-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  /* line 1599, ../../../sass/style.sass */
  body, html {
    overflow-x: hidden;
  }

  /* line 1602, ../../../sass/style.sass */
  .hide-mobile {
    display: none;
  }

  /* line 1605, ../../../sass/style.sass */
  .interactive {
    padding: 0;
  }

  /* line 1608, ../../../sass/style.sass */
  .section-header {
    text-align: center;
  }
  /* line 1610, ../../../sass/style.sass */
  .section-header h2 {
    font-size: 26px;
    font-family: GothamBook;
    font-weight: normal;
  }
  /* line 1614, ../../../sass/style.sass */
  .section-header h2 > span {
    font-size: 13px;
  }

  /* line 1616, ../../../sass/style.sass */
  .frame {
    padding: 60px 25px;
  }

  /* line 1619, ../../../sass/style.sass */
  .stage {
    text-align: center;
  }

  /* line 1623, ../../../sass/style.sass */
  #onpage-navi .inner {
    padding: 5px 15px;
  }
  /* line 1625, ../../../sass/style.sass */
  #onpage-navi #logo {
    height: 34px;
    position: relative;
  }
  /* line 1628, ../../../sass/style.sass */
  #onpage-navi .feature-selector {
    display: none;
  }

  /* line 1632, ../../../sass/style.sass */
  #hero #main-header {
    text-align: center;
    box-sizing: border-box;
  }
  /* line 1635, ../../../sass/style.sass */
  #hero #main-header h1 {
    font-size: 30px;
    font-family: GothamBook;
    font-weight: normal;
  }
  /* line 1639, ../../../sass/style.sass */
  #hero #main-header p {
    font-size: 16px;
  }
  /* line 1641, ../../../sass/style.sass */
  #hero #main-header .button {
    position: relative;
    width: 100%;
  }
  /* line 1644, ../../../sass/style.sass */
  #hero #main-header .video-link {
    width: 70%;
    margin: 0 auto 50px;
  }
  /* line 1647, ../../../sass/style.sass */
  #hero .frame {
    padding: 0 25px;
    flex-direction: column;
  }
  /* line 1651, ../../../sass/style.sass */
  #hero .flag-item {
    padding-left: 45px;
  }

  /* line 1654, ../../../sass/style.sass */
  #signup-form {
    padding: 30px;
    width: 90vw;
    box-sizing: border-box;
  }

  /* line 1661, ../../../sass/style.sass */
  body.traveler #hero .hero-bg {
    background: no-repeat center;
    background-size: cover;
  }
  /* line 1665, ../../../sass/style.sass */
  body.traveler #hero .hero-bg:before {
    height: 40vh;
  }
  /* line 1667, ../../../sass/style.sass */
  body.traveler #hero #main-header {
    height: 70vh;
  }
  /* line 1669, ../../../sass/style.sass */
  body.traveler #hero #main-header h1 {
    font-size: 10vw;
  }
  /* line 1671, ../../../sass/style.sass */
  body.traveler #hero #main-header p {
    font-size: 20px;
  }
  /* line 1673, ../../../sass/style.sass */
  body.traveler #hero #main-header .button {
    position: absolute;
    bottom: 0;
  }
  /* line 1676, ../../../sass/style.sass */
  body.traveler h2 {
    font-size: 24px;
  }

  /* line 1680, ../../../sass/style.sass */
  #lang-selection {
    padding: 30px;
    width: 90vw;
    height: 70vh;
    box-sizing: border-box;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1687, ../../../sass/style.sass */
  #lang-selection .flag-item {
    font-size: 18px;
  }
  /* line 1689, ../../../sass/style.sass */
  #lang-selection .action-close {
    width: 30px;
    height: 30px;
    z-index: 2;
  }
  /* line 1693, ../../../sass/style.sass */
  #lang-selection ul {
    position: relative;
    margin-top: 20px;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    left: auto;
    top: auto;
  }
  /* line 1699, ../../../sass/style.sass */
  #lang-selection ul li {
    padding: 15px 0;
    width: auto;
    float: none;
  }

  /* line 1704, ../../../sass/style.sass */
  #method {
    overflow: visible;
  }
  /* line 1706, ../../../sass/style.sass */
  #method #sentence-boxes {
    margin-bottom: 110px;
  }
  /* line 1708, ../../../sass/style.sass */
  #method #sentence-boxes > div {
    width: 29vw;
  }
  /* line 1710, ../../../sass/style.sass */
  #method #sentence-boxes > div > img {
    display: none;
  }
  /* line 1712, ../../../sass/style.sass */
  #method #girl {
    display: none;
  }
  /* line 1714, ../../../sass/style.sass */
  #method #phrasebook {
    right: 10%;
  }
  /* line 1716, ../../../sass/style.sass */
  #method #sentence {
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }
  /* line 1718, ../../../sass/style.sass */
  #method #video-ball {
    display: none;
  }

  /* line 1721, ../../../sass/style.sass */
  #speech {
    background-size: 260%;
    background-position: -420px 35px;
  }
  /* line 1724, ../../../sass/style.sass */
  #speech .frame {
    padding-bottom: 0;
    padding-top: 0;
  }
  /* line 1727, ../../../sass/style.sass */
  #speech #speech-box {
    margin-top: 30px;
  }
  /* line 1729, ../../../sass/style.sass */
  #speech #speech-box .inner {
    min-width: 220px;
    width: 60vw;
  }

  /* line 1733, ../../../sass/style.sass */
  #tutor .stage {
    margin-top: 50px;
  }

  /* line 1735, ../../../sass/style.sass */
  #games {
    position: relative;
    overflow: hidden;
  }
  /* line 1738, ../../../sass/style.sass */
  #games #user-1, #games #user-2, #games #v-user-2, #games #v-user-1 {
    display: none;
  }
  /* line 1740, ../../../sass/style.sass */
  #games #screen-cast {
    width: 100%;
    margin-top: 30px;
  }

  /* line 1744, ../../../sass/style.sass */
  #feedback {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /* line 1747, ../../../sass/style.sass */
  #feedback #feedback-wall {
    margin: 0 -20px;
  }
  /* line 1749, ../../../sass/style.sass */
  #feedback #feedback-wall .column {
    width: 50%;
  }
  /* line 1751, ../../../sass/style.sass */
  #feedback #feedback-wall .column article {
    margin: 0 5px 10px;
  }

  /* line 1753, ../../../sass/style.sass */
  #usage-stats {
    background-size: 450%;
  }
  /* line 1755, ../../../sass/style.sass */
  #usage-stats h2 {
    font-size: 24px;
    padding: 0 10px;
  }
  /* line 1758, ../../../sass/style.sass */
  #usage-stats .frame {
    padding: 0 15px;
  }

  /* line 1760, ../../../sass/style.sass */
  #faq {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /* line 1764, ../../../sass/style.sass */
  #faq .faq-wall .column {
    float: none;
    width: auto;
    padding: 0 !important;
  }
  /* line 1768, ../../../sass/style.sass */
  #faq .faq-wall .column article {
    margin-bottom: 15px;
    padding: 15px 15px 30px;
  }
  /* line 1771, ../../../sass/style.sass */
  #faq .faq-wall .column article header {
    height: auto;
    font-size: 16px;
  }
  /* line 1775, ../../../sass/style.sass */
  #faq .faq-wall .column article > div {
    max-height: 0px;
  }

  /* line 1779, ../../../sass/style.sass */
  #main-footer #footer-infos {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px;
    padding: 30px 0 0;
    margin: 15px 0 0;
    width: 100%;
  }
  /* line 1785, ../../../sass/style.sass */
  #main-footer #links .link-block {
    padding: 0;
    width: 160px;
  }
  /* line 1788, ../../../sass/style.sass */
  #main-footer #links {
    padding: 0;
  }
  /* line 1791, ../../../sass/style.sass */
  #main-footer .frame {
    padding: 15px;
  }

  /* line 1793, ../../../sass/style.sass */
  #cookie-box {
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
  }
}
/* COUNTRY SPECIFIC STYLES */
/* line 1802, ../../../sass/style.sass */
body.uk .guarantee, body.eu .guarantee {
  background-image: url(../img/guarantee-uk.png) !important;
}

/* line 1806, ../../../sass/style.sass */
body.fr .guarantee {
  background-image: url(../img/guarantee-fr.png) !important;
}

/* line 1810, ../../../sass/style.sass */
body.it .guarantee {
  background-image: url(../img/guarantee-it.png) !important;
}

/* line 1814, ../../../sass/style.sass */
body.es .guarantee {
  background-image: url(../img/guarantee-es.png) !important;
}

/* line 1817, ../../../sass/style.sass */
#leadForm.hidden {
  display: none;
}

/* line 1820, ../../../sass/style.sass */
#trial-confirmation {
  display: none;
}

/* line 1823, ../../../sass/style.sass */
#trial-error {
  display: none;
}
