/*  Theme
-------------------------------- */
/*  Settings
-------------------------------- */
/*  This is the config of the LEGO CSS.

    The values are measured in pixels, but you should not include 'px'.
    Just type the value without an unit. This way we can convert our values
    into whatever value we need.

    In pixels = just enter value without 'px'
    px value  = enter your value with 'px'
    value     = enter your desired value with 'px', '%' or w/e
*/
/*  Debug
-------------------------------- */
/*  Put the page into Debug mode. ('true' or 'false')
    Various stuff will become highlighted that might cause issues
    and enables tools for responsive help.
*/
/*  Include default styling
-------------------------------- */
/*  Decide which objects, components and abstractions to use ('true' or 'false')
    This will only affect default styling - not functional styling
*/
/*  Base
-------------------------------- */
/*  Base variables will bleed through to many other variables, and liturally
    change the look'n'feel in most things. If the changes aren't sufficient,
    scroll down and find variables that are more unique to your issue.

    If the variable dosn't exist, let the frontend team know and create your own
    variable in your "Custom" folder.
*/
/*  Colors
-------------------------------- */
/*  Typography
-------------------------------- */
/* font-size, weight
*/
/*  Buttons
-------------------------------- */
/*  Form
-------------------------------- */
/*  Branding
-------------------------------- */
/*  Navigation
-------------------------------- */
/*  Breadcrumb
-------------------------------- */
/*  Modal
-------------------------------- */
/*  Character
-------------------------------- */
/*  Gallery
-------------------------------- */
/*  Settings
-------------------------------- */
/*  This is the config of the LEGO CSS.

    The values are measured in pixels, but you should not include 'px'.
    Just type the value without an unit. This way we can convert our values
    into whatever value we need.

    In pixels = just enter value without 'px'
    px value  = enter your value with 'px'
    value     = enter your desired value with 'px', '%' or w/e
*/
/*  Debug
-------------------------------- */
/*  Put the page into Debug mode. ('true' or 'false')
    Various stuff will become highlighted that might cause issues
    and enables tools for responsive help.
*/
/*  Include default styling
-------------------------------- */
/*  Decide which objects, components and abstractions to use ('true' or 'false')
    This will only affect default styling - not functional styling
*/
/*  Base
-------------------------------- */
/*  Base variables will bleed through to many other variables, and liturally
    change the look'n'feel in most things. If the changes aren't sufficient,
    scroll down and find variables that are more unique to your issue.

    If the variable dosn't exist, let the frontend team know and create your own
    variable in your "Custom" folder.
*/
/*  Colors
-------------------------------- */
/*  Typography
-------------------------------- */
/* font-size, weight
*/
/*  Buttons
-------------------------------- */
/*  Form
-------------------------------- */
/*  Branding
-------------------------------- */
/*  Navigation
-------------------------------- */
/*  Breadcrumb
-------------------------------- */
/*  Modal
-------------------------------- */
/*  Character
-------------------------------- */
/*  Gallery
-------------------------------- */
/*  Variables
-------------------------------- */
/*  This variables file should only contain variables that are not supposed to change.
    E.g. image formats or responsive breakpoints
*/
/*  Base
*/
/*  Responsive
*/
/*  Layout
*/
/*  Grid / List Grid
*/
/*  Formats
*/
/*  Base spacing variables
    We use the line-height variable to keep consistency on our base line.
    E.g.: p { margin-bottom: @small-spacing; } or .object { padding: @base-spacing; }
*/
/*  Default theme
-------------------------------- */
/*  This is the new default theme (07/08-2017)

    This file includes all of basestyles EXCLUDING functional styling, which can
    be found in basestyles.less instead.

    !IMPORTANT! Basestyles-default.less should ONLY be imported into your theme structure,
    and NOT to be compiled as a .css file directly.

    For any questions, contact any frontender and they may redirect you to the right person.
*/
/*  Tools
-------------------------------- */
/*  Tools - Debug
-------------------------------- */
/*  Core - Page
-------------------------------- */
/*  1.  Enable scrollbar and disable horizontal scroll on all pages.
    2.  Fonts on OSX will look more consistent with other systems that do not
        render text using sub-pixel anti-aliasing.
    3.  "Disables" tap highlight on iOS
    4.  Sets border-box to everything. Read more at css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
    5.  Makes sure flex is set on all elements, for better flexbox support in IE10 and IE11
*/
html {
  font-size: 1em;
  line-height: 1.5;
  font-family: "Cera Pro", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  background: #fff;
}
/*  Changing color of select highlight
*/
::-moz-selection {
  background: #333;
  color: #ffffff;
}
::selection {
  background: #333;
  color: #ffffff;
}
::-moz-selection {
  background: #333;
  color: #ffffff;
}
/*  Hidden classes
*/
@media screen and (min-width: 36em) {
}@media screen and (min-width: 48em) {
}@media screen and (min-width: 73.5em) {
}@media screen and (min-width: 73.5em) {
}@media screen and (min-width: 73.5em) {
}/*  Core - Typography
-------------------------------- */
/*  This is the place for most basic typography stuff. This is only the functional
    styling, as the more default styles are located around the places it's needed
*/
/*  Vars
*/
/*  Mixins
*/
/*  Styles
*/
a {
  color: #333;
}
._h,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Cera Pro", sans-serif;
}
h1,
.h1 {
  font-size: 2.25rem;
  font-weight: 700;
}
@media screen and (min-width: 36em) {
  h1,
  .h1 {
    font-size: 2.4375rem;
  }
}
h2,
.h2 {
  font-size: 1.4375rem;
  font-weight: 500;
}
@media screen and (min-width: 36em) {
  h2,
  .h2 {
    font-size: 1.625rem;
  }
}
h3,
.h3 {
  font-size: 1.125rem;
  font-weight: 500;
}
h4,
.h4 {
  font-size: 1.125rem;
  font-weight: 500;
}
h5,
.h5 {
  font-size: 1rem;
  font-weight: 300;
}
h6,
.h6 {
  font-size: 0.875rem;
  font-weight: 300;
}
.date {
  font-size: 0.875rem;
}
.legal-text {
  font-size: 0.75rem;
}
.product-id {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-id__number {
  font-size: 0.875em;
  opacity: 0.6;
  margin-bottom: -0.2em;
}
.product-id--header .product-id__number {
  font-size: 0.525em;
}
/*  Button - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
.btn--primary {
  padding: 8px 24px;
  background-color: #333;
  font-family: "Cera Pro", sans-serif;
  border-radius: 8px;
  color: white;
  font-size: 1.125rem;
  font-weight: 500;
}
.btn--primary:hover:not([disabled]) {
  background-color: #424242;
}
.btn--primary[disabled] {
  opacity: 0.5;
  cursor: default;
}
.btn--secondary {
  padding: 8px 24px;
  background-color: #333333;
  font-family: "Cera Pro", sans-serif;
  border-radius: 8px;
  color: white;
  font-size: 1.125rem;
  font-weight: 500;
}
.btn--secondary:hover:not([disabled]) {
  background-color: #424242;
}
.btn--secondary[disabled] {
  opacity: 0.5;
  cursor: default;
}
/*  Loader - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
/*  Form - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
/*  Rich Text - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
.rich-text {
  font-size: 1rem;
}
.rich-text h1,
.rich-text blockquote,
.rich-text p,
.rich-text pre,
.rich-text dl,
.rich-text dd,
.rich-text ol,
.rich-text ul,
.rich-text figure,
.rich-text hr,
.rich-text fieldset,
.rich-text legend {
  margin-bottom: 16px;
}
.rich-text ul,
.rich-text ol,
.rich-text dd {
  margin-left: 32px;
}
.rich-text ul,
.rich-text ol {
  list-style: initial;
}
.rich-text li {
  margin-bottom: 8px;
}
.rich-text li ol,
.rich-text li ul {
  margin-bottom: 16px;
}
.rich-text h2,
.rich-text h3,
.rich-text h4,
.rich-text h5,
.rich-text h6 {
  margin-bottom: 0;
  margin-top: 32px;
}
/*  Rich Text - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
.reveal-txt__btn {
  margin-top: 16px;
}
/*  Header - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
.header__icon {
  color: rgba(0, 0, 0, 0.8);
  margin-right: 8px;
}
.header__title-link {
  color: rgba(0, 0, 0, 0.8);
}
.header .inline-social {
  margin-left: 8px;
}
@media screen and (max-width: 35.9375em) {
  .header .inline-social {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
  }
  .header .inline-social > *:not(:first-child) {
    margin-top: 4px;
  }
}
/*  Pagination - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
.pagination__item {
  width: 8px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.25);
  margin: 0 2px;
  border-radius: 16px;
}
.pagination__item.is--active,
.pagination__item:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
/*  List Grid - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
.list-grid {
  margin: 8px 0;
}
.list-grid--large .list-grid__list {
  margin: -16px;
}
.list-grid--large .list-grid__item {
  padding: 16px;
}
@media screen and (max-width: 47.9375em) {
  .list-grid__eyecatcher {
    display: none;
  }
}
.list-grid__header:not(.details__header) {
  margin-bottom: 16px;
}
/*  Eyecatcher - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
/*  Content Item - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
.content-item,
a.content-item__primary,
a.content-item__secondary-inner {
  color: rgba(0, 0, 0, 0.7);
}
.video-duration-label {
  font-size: 0.875rem;
  font-weight: 300;
  bottom: 4px;
  right: 4px;
  color: white;
  background: rgba(0, 0, 0, 0.7);
  padding: 2px 4px;
}
/*  CTA - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
.cta-btn {
  color: rgba(0, 0, 0, 0.7);
}
/*  Details - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
.details {
  margin-top: 8px;
  margin-bottom: 32px;
}
@media screen and (min-width: 48em) {
  .details {
    margin-bottom: 64px;
  }
}
.details__header {
  margin-bottom: 32px;
}
@media screen and (min-width: 73.5em) {
  .details__header {
    margin-bottom: 64px;
  }
}
.details--article .details__header {
  margin-bottom: 16px;
}
.details__sub-header {
  margin-bottom: 16px;
}
.details__slider {
  margin-bottom: 16px;
}
@media screen and (min-width: 48em) {
  .details__slider {
    margin-bottom: 32px;
  }
}
.details__video {
  margin-bottom: 16px;
}
@media screen and (min-width: 48em) {
  .details__video {
    margin-bottom: 32px;
  }
}
.details__img {
  margin-bottom: 16px;
}
@media screen and (min-width: 48em) {
  .details__img {
    margin-bottom: 32px;
  }
}
.details__io {
  margin-bottom: 32px;
}
.details__descr {
  margin-bottom: 16px;
}
@media screen and (min-width: 48em) {
  .details__descr {
    margin-bottom: 32px;
  }
}
.details__descr .text__header {
  margin-bottom: 16px;
}
.details__section {
  margin-bottom: 16px;
}
@media screen and (min-width: 48em) {
  .details__section {
    margin-bottom: 32px;
  }
}
.details .list-grid {
  margin: 32px 0;
}
/*  Author - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
/*  Social - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
.social-scope > * {
  margin-bottom: 8px;
}
@media screen and (min-width: 23.375em) {
  .social-scope > * {
    margin-right: 8px;
  }
}
.social--view-count {
  font-size: 1.125rem;
  font-weight: 500;
}
.social--comment-count .social__icon {
  margin-right: 0.25rem;
}
.like-btn {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.stacked-social > *:not(:first-child) {
  margin-top: 4px;
}
.inline-social > *:not(:first-child) {
  margin-left: 8px;
}
/*  Branding - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
.has--no-banner .branding__inner {
  height: 100px;
}
.branding__logo {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.75);
          transform: translate3d(-50%, -50%, 0) scale(0.75);
  max-height: calc(100% + 25%);
}
.branding:not(.has--no-banner) .branding__banner-img {
  max-height: 100px;
}
/*  Navigation - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
.site-navigation .nav__list {
  background-color: #333;
}
.site-navigation .nav__item:not(.is--active) .nav__link:hover,
.site-navigation .nav__item:not(.is--active) .nav__link:active,
.site-navigation .nav__item:not(.is--active) .nav__link:focus {
  background-color: #4d4d4d;
}
.site-navigation .nav__item.is--active .nav__link {
  background-color: #242424;
  color: white;
}
@media screen and (min-width: 73.5em) {
  .site-navigation .nav__item:not(.has--no-title) .nav__icon {
    margin-right: 4px;
  }
}
.site-navigation .nav__link {
  font-size: 1.125rem;
  font-weight: 500;
  padding: 8px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  font-family: "Cera Pro", sans-serif;
  color: white;
}
.site-navigation .nav__link:hover,
.site-navigation .nav__link:active,
.site-navigation .nav__link:focus {
  color: white;
}
.site-navigation .nav__icon {
  font-size: 1.375rem;
}
@media screen and (min-width: 73.5em) {
  .nav__item:not(.has--no-title) .site-navigation .nav__icon {
    margin-right: 4px;
  }
}
/*  Breadcrumb - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
.breadcrumb {
  font-size: 0.875rem;
  font-weight: 300;
}
.breadcrumb__inner {
  padding: 8px 0;
}
.breadcrumb__label {
  color: rgba(0, 0, 0, 0.7);
  margin-right: 8px;
}
.breadcrumb__item {
  font-weight: bold;
}
.breadcrumb__item:before {
  color: #ccc;
  margin-left: 4px;
}
a.breadcrumb__title {
  color: rgba(0, 0, 0, 0.7);
}
/*  Carousel - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
/*  Slider - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
.slider__pagination {
  bottom: 16px;
}
.slider__btn-icon {
  position: relative;
  padding: 20px;
  display: block;
}
.slider__btn-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slider__btn--prev {
  margin-left: 8px;
}
.slider__btn--next {
  margin-right: 8px;
}
/*  Accordian - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
/*  Modal - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
/*  Page Intro - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
/*  Async List - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
.async-list .list-grid__item.ng-animate {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.async-list .list-grid__item.ng-enter,
.async-list .list-grid__item.ng-move {
  -webkit-animation-duration: 0.5s, 0.4s;
          animation-duration: 0.5s, 0.4s;
  -webkit-animation-name: slideInUp, fadeIn;
          animation-name: slideInUp, fadeIn;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.async-list .async-list__inner--stagger .list-grid__item.ng-enter-stagger {
  -webkit-animation-delay: 0.075s, 0.175s;
          animation-delay: 0.075s, 0.175s;
  -webkit-animation-duration: 0;
          animation-duration: 0;
}
.async-list__controls {
  margin-top: 16px;
}
.async-list__loader,
.async-list__btn {
  padding: 8px 24px;
  background-color: #333;
  font-family: "Cera Pro", sans-serif;
  border-radius: 8px;
  color: white;
  font-size: 1.125rem;
  font-weight: 500;
  min-width: 66.666%;
  max-width: 100%;
}
.async-list__loader:hover:not([disabled]),
.async-list__btn:hover:not([disabled]) {
  background-color: #424242;
}
.async-list__loader[disabled],
.async-list__btn[disabled] {
  opacity: 0.5;
  cursor: default;
}
@media screen and (min-width: 36em) {
  .async-list__loader,
  .async-list__btn {
    min-width: 33.333%;
  }
}
.grid-column--sidebar-left .async-list__loader,
.grid-column--sidebar-left .async-list__btn,
.grid-column--sidebar-right .async-list__loader,
.grid-column--sidebar-right .async-list__btn {
  min-width: 66.666%;
}
/*  Multiview List - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
/*  Mozaik List - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
/*  Promoted List - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
/*  App - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
/*  Character - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
/*  Accessory - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
/*  Quiz - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
/*  Article - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
.kidsnavigation {
  background: #FFCF00 !important;
  height: auto !important;
}
.kidsnavigation-content {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (min-width: 769px) {
  .kidsnavigation-content {
    max-width: calc(1200px + 32px * 2);
    padding: 0 32px;
  }
}
.kidsnavigation-left {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.kidsnavigation-left a {
  display: block;
}
.kidsnavigation__item {
  padding: 0 8px;
}
.kidsnavigation__item:first-child {
  padding: 0 24px 0 0;
}
.kidsnavigation .lego img {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 47.9375em) {
  .kidsnavigation .lego img {
    width: 40px;
    height: 40px;
  }
}
.kidsnavigation .round-link {
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 47.9375em) {
  .kidsnavigation .round-link {
    width: 40px;
    height: 40px;
  }
}
.kidsnavigation .round-link:hover .link-content {
  -webkit-transform: translate(0px, -2px);
          transform: translate(0px, -2px);
}
.kidsnavigation .link-depth {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}
.kidsnavigation .link-content {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  margin-bottom: 4px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.25);
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
.kidsnavigation .link-content svg {
  fill: #fff;
}
.kidsnavigation .games .link-depth {
  background: #006AAD;
}
.kidsnavigation .games .link-content {
  background: -webkit-gradient(linear, left top, left bottom, from(#006AAD), to(#007BC0));
  background: linear-gradient(180deg, #006AAD 0%, #007BC0 100%);
}
.kidsnavigation .videos .link-depth {
  background: #B6264D;
}
.kidsnavigation .videos .link-content {
  background: -webkit-gradient(linear, left top, left bottom, from(#B6264D), to(#E32648));
  background: linear-gradient(180deg, #B6264D 0%, #E32648 100%);
}
.kidsnavigation .sets .link-depth {
  background: #00744B;
}
.kidsnavigation .sets .link-content {
  background: -webkit-gradient(linear, left top, left bottom, from(#00744B), to(#008746));
  background: linear-gradient(180deg, #00744B 0%, #008746 100%);
}
.kidsnavigation .life-link {
  display: block;
  position: relative;
}
.kidsnavigation .life-link__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/lego-life-small.9f29ad8eae922ab55c8e1ee77d6d7907.png);
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: 40% center;
}
/*  Custom styles
-------------------------------- */
/*  This is the main import file for all custom styles
*/
/*  Variables
-------------------------------- */
/*  Mixins
-------------------------------- */
@media screen and (max-width: 61.4375em) {
  .game-title {
    font-size: 2.125rem;
    line-height: 34px;
  }
}
@media screen and (max-width: 47.9375em) {
  .game-title {
    font-size: 1.875rem;
    line-height: 30px;
  }
}
.flex-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 47.9375em) {
  .flex-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flex-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 47.9375em) {
  .flex-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.title-lg {
  font-size: 3.75rem;
  line-height: 60px;
  letter-spacing: 2px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
  text-shadow: -2px 1px 1px #000, -2px -1px 1px #000, 2px -1px 1px #000, 1px 1px 1px #000, 4px 4px 1px #000;
}
@media screen and (max-width: 73.4375em) {
  .title-lg {
    font-size: 3.4375rem;
    line-height: 55px;
  }
}
@media screen and (max-width: 35.9375em) {
  .title-lg {
    font-size: 2.5rem;
    line-height: 40px;
    word-break: break-word;
  }
}
.title-md {
  font-size: 2.5rem;
  line-height: 40px;
  letter-spacing: 2px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
  text-shadow: -2px 1px 1px #000, -2px -1px 1px #000, 2px -1px 1px #000, 1px 1px 1px #000, 4px 4px 1px #000;
}
@media screen and (max-width: 35.9375em) {
  .title-md {
    font-size: 1.75rem;
    line-height: 28px;
  }
}
.txt {
  font-size: 1.25rem;
}
@media screen and (max-width: 61.4375em) {
  .txt {
    font-size: 1.125rem;
  }
}
.city-hub {
  overflow: hidden;
}
.city-hub .full-section-1 {
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.city-hub .full-section-1 > .grid-column {
  max-width: none !important;
  padding: 0 !important;
}
.city-hub .format__obj {
  background: transparent !important;
}
.city-hub__loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 9999;
}
.city-hub__loader .grid-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.city-hub__loader .grid-content {
  padding: 0;
}
.city-hub__loader .cta {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border: 16px solid #e0e2f5;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@media screen and (max-width: 35.9375em) {
  .city-hub__loader .cta {
    width: 80px;
    height: 80px;
    border-width: 12px;
  }
}
.city-hub__loader video {
  max-width: none;
  width: 100%;
  height: 100%;
  height: auto;
  z-index: 1;
  position: relative;
}
.city-hub__logo {
  position: fixed;
  z-index: 11;
  width: 400px;
  top: 78px;
  left: -18px;
}
@media screen and (max-width: 47.9375em) {
  .city-hub__logo {
    width: 300px;
    left: -12px;
  }
}
.city-hub__logo .format {
  padding-bottom: 0;
  height: 100%;
}
.city-hub__logo .format__obj {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.city-hub__life.has-hand:after {
  content: "";
  display: block;
  z-index: 4;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 80px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/hand-move3.6aa73b93b6cd36ea5b73a22600f2f49e.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation: handMove 3s 1s infinite;
          animation: handMove 3s 1s infinite;
}
.city-hub__life .grid-column {
  padding: 0 !important;
  max-width: 100% !important;
}
.city-hub__life .grid-content {
  padding: 0 !important;
}
.city-hub__life .format {
  height: 100%;
  overflow: visible;
  padding-bottom: 0;
}
.city-hub__life .format__obj {
  width: auto;
  position: relative;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  height: 100vh;
}
@media all and (max-width: 914px) and (orientation: landscape) {
  .city-hub__life .format__obj {
    height: 120vh;
  }
}
.city-hub__life .list-grid__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.city-hub__life .list-grid__item {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  max-width: 100%;
  min-width: 1px;
}
.city-hub .city-container {
  background: url(../images/City_Skyline_Bg.f11353a7d030e4bd85ef5630088e2194.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 61.4375em) {
  .city-hub .city-container {
    background-position: top;
    background-size: contain;
  }
}
@media all and (max-width: 914px) and (orientation: landscape) {
  .city-hub .city-container {
    background-position: center;
  }
}
.city-hub .section-2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
}
.city-hub .section-2 > .grid-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: none !important;
  padding: 0 !important;
}
.city-hub__news--title {
  padding: 0 2em;
  background: #ffde01;
  border-right: 0;
  height: 40px;
  margin-left: -8px;
  display: none;
}
.city-hub__news--title .text__header {
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.125rem;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
@media screen and (max-width: 35.9375em) {
  .city-hub__news--title {
    padding: 0;
  }
}
.city-hub__news--list {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
  min-width: 100%;
  background: #fff;
  background: url(../images/brick-white.7f0d399c8c3d170bb589ce5d92ab6346.png);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: top;
  margin: 0;
  height: 40px;
}
.city-hub__news--list .grid-column {
  max-width: 100% !important;
}
.city-hub__news--list span {
  display: inline-block;
  margin: 0 5px;
}
.city-hub__news--list .list-grid__list {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  opacity: 0;
}
.city-hub__news--list .list-grid__item {
  display: inline-block;
  -webkit-flex-basis: 1px;
      -ms-flex-preferred-size: 1px;
          flex-basis: 1px;
  max-width: 100%;
  min-width: 1px;
  position: relative;
  padding: 0 20px;
}
.city-hub__news--list .list-grid__item:after {
  content: "";
  display: block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  left: 0;
  top: 50%;
  position: absolute;
  background: #000;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.city-hub__close {
  position: absolute;
  top: 16px;
  right: 12px;
  width: 40px;
  height: 40px;
  background: url(../images/close-btn.c2b043c8e6e79471525a5f796adafb51.png);
  background-repeat: no-repeat !important;
  background-size: contain !important;
  cursor: pointer;
}
@media screen and (max-width: 47.9375em) {
  .city-hub__close {
    right: 8px;
  }
}
@media screen and (max-width: 35.9375em) {
  .city-hub__close {
    width: 30px;
    height: 30px;
  }
}
.city-hub .ctn {
  position: absolute;
  bottom: -10px;
  z-index: 9;
  width: 300px;
  left: 2%;
}
@media all and (max-width: 926px) and (orientation: landscape) {
  .city-hub .ctn {
    width: 240px;
  }
}
@media screen and (max-width: 35.9375em) {
  .city-hub .ctn {
    width: 240px;
  }
}
.city-hub .ctn .format__obj {
  width: 100%;
}
.city-hub .br-news {
  position: absolute;
  width: 250px;
  bottom: 21px;
  left: -0.5%;
  z-index: 11;
}
@media screen and (max-width: 35.9375em) {
  .city-hub .br-news {
    left: -2.5%;
  }
}
.city-hub .br-news .format {
  padding-bottom: 0;
  height: 100%;
}
.city-hub .br-news .format__obj {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 100%;
}
.city-hub.city-2 .city-container {
  background-image: none;
  background-color: #0097de;
}
.city-hub.city-3 .city-container > .content-item__inner .format__obj {
  padding-top: 85px;
}
.city-hub .stuntz-intro {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  margin: 0;
  background: rgba(0, 120, 193, 0.7);
}
.city-hub .stuntz-intro > .grid-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 61.4375em) {
  .city-hub .stuntz-intro > .grid-column > .grid-content {
    height: 90vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.city-hub .stuntz-intro.active {
  z-index: 300;
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 61.4375em) {
  .city-hub .stuntz-intro.active {
    z-index: 999;
  }
}
.city-hub .stuntz-intro .cta {
  position: relative;
  width: 80%;
  margin: 0 auto;
  background-color: #5bcbf5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#57c9f4), color-stop(#b3e3fa), color-stop(#d2eefc), color-stop(#bfe8fb), to(#a3dcf7));
  background-image: linear-gradient(#57c9f4, #b3e3fa, #d2eefc, #bfe8fb, #a3dcf7);
  border: 6px solid #fff;
  padding: 6vh 0;
}
.city-hub .stuntz-intro .format {
  padding-bottom: 0;
  height: 100%;
  -webkit-animation: bounce 0.3s ease infinite alternate;
          animation: bounce 0.3s ease infinite alternate;
}
.city-hub .stuntz-intro .format__obj {
  width: auto;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  margin: 0 auto;
}
@media screen and (max-width: 35.9375em) {
  .city-hub .stuntz-intro .format__obj {
    width: 100%;
    padding: 16px;
  }
}
.ticker-wrapper {
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes handMove {
  0% {
    left: 50%;
  }
  25% {
    left: 40%;
  }
  50% {
    left: 50%;
  }
  75% {
    left: 40%;
  }
  100% {
    left: 50%;
  }
}
@keyframes handMove {
  0% {
    left: 50%;
  }
  25% {
    left: 40%;
  }
  50% {
    left: 50%;
  }
  75% {
    left: 40%;
  }
  100% {
    left: 50%;
  }
}
@-webkit-keyframes bounce {
  100% {
    bottom: -30px;
  }
}
@keyframes bounce {
  100% {
    bottom: -30px;
  }
}
.city-hub .pin {
  position: absolute;
  cursor: pointer;
  width: auto;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
.city-hub .pin .format__obj {
  height: 60px !important;
  width: 60px;
}
.city-hub .pin.disguise {
  top: 45%;
  left: 27%;
  background: url(../images/pin-decorate.6a93f7f0b1616657fd390c000b60c550.png);
}
.city-hub .pin.garbage {
  top: 50%;
  left: 35%;
  background: url(../images/pin-garbage.a84ad22bd75733c1719e82a50f2f021a.png);
}
.city-hub .pin.sportscar {
  top: 70%;
  left: 21%;
  background: url(../images/pin-sportscar.e1fc97fbd0baf91070889f57b12c4632.png);
}
.city-hub .pin.skaters {
  top: 71%;
  left: 47%;
  background: url(../images/pin-skaters.3f82ae99cddea0bca5a2bff3c047920e.png);
}
.city-hub .pin.catcher {
  top: 70%;
  left: 26.5%;
  background: url(../images/pin-skaters.3f82ae99cddea0bca5a2bff3c047920e.png);
}
.city-hub .pin.fire {
  top: 50%;
  left: 45%;
  background: url(../images/pin-skaters.3f82ae99cddea0bca5a2bff3c047920e.png);
}
.city-hub .pin.garage {
  top: 75%;
  left: 24%;
  background: url(../images/pin-skaters.3f82ae99cddea0bca5a2bff3c047920e.png);
}
.city-hub .pin.riddle {
  top: 55%;
  left: 43.5%;
  background: url(../images/pin-riddle.f6ead9a7ffe514a86a10330ca9606f86.png);
}
.city-hub .pin.pizza {
  top: 50%;
  left: 38.5%;
  background: url(../images/pin-pizza.6115636eb910f70ff8f64a124b01c773.png);
}
.city-hub .pin.pizza .format__obj {
  height: 160px !important;
  width: auto;
}
.city-hub .pin.cooking {
  top: 40%;
  left: 39%;
  background: url(../images/pin-decorate.6a93f7f0b1616657fd390c000b60c550.png);
}
.city-hub .pin.ramp-nav {
  top: 57%;
  left: 50.5%;
  background: url(../images/pin-sportscar.e1fc97fbd0baf91070889f57b12c4632.png);
}
.city-hub .pin.stickers {
  top: 60%;
  left: 23%;
  background: url(../images/pin-decorate.6a93f7f0b1616657fd390c000b60c550.png);
}
.city-hub .pin.playground {
  top: 80%;
  left: 37%;
  background: url(../images/pin-skaters.3f82ae99cddea0bca5a2bff3c047920e.png);
}
.city-hub .pin.memory {
  top: 68%;
  left: 49%;
  background: url(../images/pin-garbage.a84ad22bd75733c1719e82a50f2f021a.png);
}
.city-hub .pin.cell {
  top: 55%;
  left: 29%;
  background: url(../images/pin-decorate.6a93f7f0b1616657fd390c000b60c550.png);
}
.city-hub .pin.rating {
  top: 80%;
  left: 22%;
  background: url(../images/pin-riddle.f6ead9a7ffe514a86a10330ca9606f86.png);
}
.city-hub .pin.pretzel {
  top: 52%;
  left: 55%;
  background: url(../images/pin-decorate.6a93f7f0b1616657fd390c000b60c550.png);
}
.city-hub .pin.poo {
  top: 85%;
  left: 59%;
  background: url(../images/pin-decorate.6a93f7f0b1616657fd390c000b60c550.png);
}
.city-hub .pin.lights {
  top: 23%;
  left: 69.5%;
  background: url(../images/pin-decorate.6a93f7f0b1616657fd390c000b60c550.png);
}
.city-hub .pin.helmet {
  top: 50%;
  left: 59.5%;
  background: url(../images/pin-decorate.6a93f7f0b1616657fd390c000b60c550.png);
}
.city-hub .pin.house {
  top: 42%;
  left: 70%;
  background: url(../images/pin-decorate.6a93f7f0b1616657fd390c000b60c550.png);
}
.city-hub .pin.smoothie {
  top: 62%;
  left: 70%;
  background: url(../images/pin-decorate.6a93f7f0b1616657fd390c000b60c550.png);
}
.city-hub .pin.wildlife-1 {
  top: 26%;
  left: 10%;
  background: url(../images/pin-skaters.3f82ae99cddea0bca5a2bff3c047920e.png);
}
.city-hub .pin.stuntz-1 {
  top: 65%;
  left: 79.5%;
  background: url(../images/pin-skaters.3f82ae99cddea0bca5a2bff3c047920e.png);
}
.city-hub .pin.wildlife-memory {
  top: 50%;
  left: 15%;
  background: url(../images/pin-riddle.f6ead9a7ffe514a86a10330ca9606f86.png);
}
.city-hub .pin.bike {
  top: 50%;
  left: 91%;
  background: url(../images/pin-decorate.6a93f7f0b1616657fd390c000b60c550.png);
}
.city-hub .pin.spot {
  top: 40%;
  left: 88%;
  background: url(../images/pin-garbage.a84ad22bd75733c1719e82a50f2f021a.png);
}
.city-hub .pin.feed {
  top: 80%;
  left: 5%;
  background: url(../images/pin-garbage.a84ad22bd75733c1719e82a50f2f021a.png);
}
.city-hub .pin.stuntz-video {
  top: 32%;
  left: 81%;
  background: url(../images/Stuntzpulse.94d71a7b5086a9f3fff490c404ba917e.png);
}
.city-hub .pin.stuntz-video .format__obj {
  height: 160px !important;
  width: auto;
}
.pins-wrapper {
  display: none;
}
.game {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  visibility: hidden;
  margin: 0;
  opacity: 0;
  background: rgba(0, 120, 193, 0.7);
}
.game.active {
  z-index: 300;
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 61.4375em) {
  .game.active {
    z-index: 999;
  }
}
.game.active .disguise-ok {
  visibility: visible;
}
.game > .grid-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 61.4375em) {
  .game > .grid-column > .grid-content {
    height: 90vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.game .cta__title,
.game .cta__sub-title,
.game .cta__txt {
  color: #0067a9;
}
.game .cta__title {
  font-size: 2.625rem;
  margin-bottom: 16px;
  font-weight: 800;
  line-height: 42px;
}
@media all and (max-width: 1195px) {
  .game .cta__title {
    font-size: 2.375rem;
    line-height: 38px;
  }
}
@media screen and (max-width: 61.4375em) {
  .game .cta__txt {
    font-size: 0.875rem;
  }
}
.game .cta-extra {
  display: block;
  text-align: center;
}
.game .cta-extra__inner {
  display: inline-block;
  background: #0078c1;
  color: #fff;
  font-size: 1.625rem;
  padding: 8px 12px;
  border-radius: 8px;
  margin-top: 16px;
  cursor: pointer;
  text-transform: capitalize;
  font-weight: 600;
}
@media screen and (max-width: 61.4375em) {
  .game .cta-extra__inner {
    font-size: 1rem;
  }
}
@media screen and (max-width: 35.9375em) {
  .game .cta-extra__inner {
    font-size: 0.875rem;
    margin-top: 8px;
  }
}
.disguise .first-screen {
  width: 70%;
  margin: 0 auto;
  background-color: #5bcbf5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#57c9f4), color-stop(#b3e3fa), color-stop(#d2eefc), color-stop(#bfe8fb), to(#a3dcf7));
  background-image: linear-gradient(#57c9f4, #b3e3fa, #d2eefc, #bfe8fb, #a3dcf7);
  display: block;
  border: 6px solid #fff;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.disguise .first-screen > .disguise-list {
  display: none;
}
@media screen and (max-width: 73.4375em) {
  .disguise .first-screen {
    width: 85%;
  }
}
@media all and (max-width: 1024px) {
  .disguise .first-screen {
    width: 90%;
  }
}
@media screen and (max-width: 61.4375em) {
  .disguise .first-screen {
    height: auto;
    overflow-y: auto;
  }
}
@media screen and (max-width: 35.9375em) {
  .disguise .first-screen {
    padding-top: 4em;
  }
  .disguise .first-screen > .disguise-list {
    display: block;
    margin-top: 16px;
  }
  .disguise .first-screen > .disguise-list .list-grid__list {
    width: 95%;
    margin: 0 auto;
  }
}
.disguise .first-screen > .content-item__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
@media screen and (max-width: 61.4375em) {
  .disguise .first-screen > .content-item__inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 35.9375em) {
  .disguise .first-screen > .content-item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.disguise .first-screen > .content-item__inner > .content-item__primary {
  -webkit-flex-basis: 45.83333333%;
      -ms-flex-preferred-size: 45.83333333%;
          flex-basis: 45.83333333%;
  max-width: 45.83333333%;
  min-width: 45.83333333%;
}
@media screen and (max-width: 35.9375em) {
  .disguise .first-screen > .content-item__inner > .content-item__primary {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
    position: relative;
  }
  .disguise .first-screen > .content-item__inner > .content-item__primary:before {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    height: 4px;
    background: #fff;
  }
}
.disguise .first-screen > .content-item__inner > .content-item__primary .format {
  width: 90%;
  margin: 0 auto;
  margin-top: -16px;
  padding-bottom: 120%;
}
@media screen and (max-width: 35.9375em) {
  .disguise .first-screen > .content-item__inner > .content-item__primary .format {
    padding-bottom: 80%;
    width: 55%;
    margin-top: 16px;
  }
}
.disguise .first-screen > .content-item__inner > .content-item__primary .format__obj {
  height: 200%;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.disguise .first-screen > .content-item__inner > .content-item__secondary {
  -webkit-flex-basis: 41.66666667%;
      -ms-flex-preferred-size: 41.66666667%;
          flex-basis: 41.66666667%;
  max-width: 41.66666667%;
  min-width: 41.66666667%;
}
@media screen and (max-width: 61.4375em) {
  .disguise .first-screen > .content-item__inner > .content-item__secondary {
    -webkit-flex-basis: 45.83333333%;
        -ms-flex-preferred-size: 45.83333333%;
            flex-basis: 45.83333333%;
    max-width: 45.83333333%;
    min-width: 45.83333333%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .disguise .first-screen > .content-item__inner > .content-item__secondary__inner {
    -webkit-flex-basis: 66.66666667%;
        -ms-flex-preferred-size: 66.66666667%;
            flex-basis: 66.66666667%;
    max-width: 66.66666667%;
    min-width: 66.66666667%;
  }
  .disguise .first-screen > .content-item__inner > .content-item__secondary .disguise-list {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
    margin: 0 0 0 5%;
  }
  .disguise .first-screen > .content-item__inner > .content-item__secondary .disguise-list .list-grid__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 47.9375em) {
  .disguise .first-screen > .content-item__inner > .content-item__secondary {
    padding-top: 32px;
  }
}
@media screen and (max-width: 35.9375em) {
  .disguise .first-screen > .content-item__inner > .content-item__secondary {
    -webkit-flex-basis: 83.33333333%;
        -ms-flex-preferred-size: 83.33333333%;
            flex-basis: 83.33333333%;
    max-width: 83.33333333%;
    min-width: 83.33333333%;
    margin: 0 auto;
    padding-top: 0;
  }
  .disguise .first-screen > .content-item__inner > .content-item__secondary .disguise-list {
    display: none;
  }
}
@media screen and (max-width: 89.9375em) {
  .disguise .first-screen > .content-item__inner > .content-item__secondary .cta__title {
    font-size: 2.5rem;
    line-height: 40px;
  }
}
@media screen and (max-width: 73.4375em) {
  .disguise .first-screen > .content-item__inner > .content-item__secondary .cta__title {
    font-size: 2.375rem;
    line-height: 38px;
  }
}
@media screen and (max-width: 61.4375em) {
  .disguise .first-screen > .content-item__inner > .content-item__secondary .cta__title {
    font-size: 2.125rem;
    line-height: 34px;
  }
}
@media screen and (max-width: 47.9375em) {
  .disguise .first-screen > .content-item__inner > .content-item__secondary .cta__title {
    font-size: 1.75rem;
    line-height: 28px;
  }
}
.disguise .first-screen > .content-item__inner > .content-item__secondary .cta__sub-title,
.disguise .first-screen > .content-item__inner > .content-item__secondary .cta__txt {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (max-width: 73.4375em) {
  .disguise .first-screen > .content-item__inner > .content-item__secondary .cta__sub-title,
  .disguise .first-screen > .content-item__inner > .content-item__secondary .cta__txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .disguise .first-screen > .content-item__inner > .content-item__secondary .cta__sub-title,
  .disguise .first-screen > .content-item__inner > .content-item__secondary .cta__txt {
    font-size: 0.875rem;
  }
}
.disguise-list {
  margin-top: 3em;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
}
.disguise-list .content-item__primary,
.disguise-list .content-item__secondary {
  -webkit-flex-basis: 100% !important;
      -ms-flex-preferred-size: 100% !important;
          flex-basis: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}
@media screen and (max-width: 61.4375em) {
  .disguise-list .list-grid__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 80%;
    margin: 0 auto;
  }
}
.disguise-list .list-grid__item {
  cursor: pointer;
}
@media screen and (max-width: 61.4375em) {
  .disguise-list .list-grid__item {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 35.9375em) {
  .disguise-list .list-grid__item {
    -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
            flex-basis: 16.66666667%;
    max-width: 16.66666667%;
    min-width: 16.66666667%;
  }
}
.disguise-list .list-grid__item .cta {
  border: 2px solid #fbfeff;
  border-radius: 2px;
}
.disguise-list .list-grid__item.selected .cta {
  border-color: #0078c1;
}
.disguise-ok {
  position: absolute;
  right: 12px;
  bottom: 32px;
  text-align: right;
  cursor: pointer;
  visibility: hidden;
}
@media screen and (max-width: 61.4375em) {
  .disguise-ok {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    margin-right: 12px;
    margin-top: -92px;
    margin-bottom: 32px;
    width: 30%;
    margin-left: auto;
  }
}
@media screen and (max-width: 47.9375em) {
  .disguise-ok {
    margin-right: 8px;
    margin-top: -86px;
    margin-bottom: 21px;
  }
}
@media screen and (max-width: 35.9375em) {
  .disguise-ok {
    margin-top: -70px;
  }
}
.disguise-ok .cta__txt {
  font-size: 1.875rem;
  color: #fff;
  font-weight: 800;
  background: #0078c1;
  padding: 8px 10px;
  border-radius: 4px;
  display: inline-block;
  margin-left: auto;
}
@media screen and (max-width: 35.9375em) {
  .disguise-ok .cta__txt {
    font-size: 1.375rem;
  }
}
@media all and (max-width: 568px) {
  .disguise-ok {
    margin-top: 0;
    text-align: center;
    width: 90%;
    margin: 32px auto 32px;
    width: 75%;
  }
}
@media all and (max-width: 414px) and (orientation: portrait) {
  .disguise-ok .cta__txt {
    display: block;
  }
}
.disguise-back {
  position: absolute;
  top: 80px;
  right: 8px;
  width: 40px;
  height: 40px;
  background: url(../images/back-btn.fcd52251d6e55e140a42de446cc669e2.png);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  z-index: 3;
}
@media screen and (max-width: 47.9375em) {
  .disguise-back {
    right: 8px;
  }
}
.disguise-screen--2 .city-hub__close {
  right: 12px;
  z-index: 3;
}
.disguise-screen--2 .list-grid__inner {
  width: 70%;
  margin: 0 auto;
  background-color: #5bcbf5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#57c9f4), color-stop(#b3e3fa), color-stop(#d2eefc), color-stop(#bfe8fb), to(#a3dcf7));
  background-image: linear-gradient(#57c9f4, #b3e3fa, #d2eefc, #bfe8fb, #a3dcf7);
  display: block;
  border: 6px solid #fff;
  position: relative;
}
@media screen and (max-width: 73.4375em) {
  .disguise-screen--2 .list-grid__inner {
    width: 85%;
  }
}
@media all and (max-width: 1024px) {
  .disguise-screen--2 .list-grid__inner {
    width: 90%;
  }
}
@media all and (max-width: 914px) and (orientation: landscape) {
  .disguise-screen--2 .list-grid__inner {
    height: auto;
    overflow-y: auto;
  }
}
.disguise-screen--2 .list-grid__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  position: relative;
}
.disguise-screen--2 .list-grid__item {
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.disguise-screen--2 .list-grid__item:first-child {
  position: relative;
}
.disguise-screen--2 .list-grid__item .content-item__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 35.9375em) {
  .disguise-screen--2 .list-grid__item .content-item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.disguise-screen--2 .list-grid__item .content-item__inner:before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(../images/speech.419a755e7c1b7512bb1f1f02c8b3c6a6.png);
  background-repeat: no-repeat;
  position: absolute;
  background-size: 60%;
  background-position: 5% center;
}
@media screen and (max-width: 61.4375em) {
  .disguise-screen--2 .list-grid__item .content-item__inner:before {
    background-size: 66%;
    background-position: 1% center;
  }
}
@media screen and (max-width: 47.9375em) {
  .disguise-screen--2 .list-grid__item .content-item__inner:before {
    background-size: 65%;
    background-position: 8px center;
  }
}
@media screen and (max-width: 35.9375em) {
  .disguise-screen--2 .list-grid__item .content-item__inner:before {
    background: url(../images/speech-mobile.3b46c7178b7f7ea90cad84047c9c50ec.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center 24px;
    z-index: 1;
  }
}
.disguise-screen--2 .list-grid__item .content-item__primary {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  max-width: 50%;
  min-width: 50%;
  position: relative;
  z-index: 2;
}
.disguise-screen--2 .list-grid__item .content-item__primary .format {
  width: 90%;
  margin: 0 auto;
  margin-top: -6px;
  padding-bottom: 120%;
}
.disguise-screen--2 .list-grid__item .content-item__primary .format__obj {
  height: 200%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 35.9375em) {
  .disguise-screen--2 .list-grid__item .content-item__primary {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
    z-index: auto;
  }
}
.disguise-screen--2 .list-grid__item .content-item__secondary {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  max-width: 50%;
  min-width: 50%;
  position: relative;
}
.disguise-screen--2 .list-grid__item .content-item__secondary-inner {
  position: absolute;
  left: 0;
  right: 0;
  padding: 7em 3em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: -15%;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 61.4375em) {
  .disguise-screen--2 .list-grid__item .content-item__secondary-inner {
    padding: 7em 2em;
    right: -13%;
    padding-right: 8px;
  }
}
@media all and (max-width: 914px) and (orientation: landscape) {
  .disguise-screen--2 .list-grid__item .content-item__secondary-inner {
    padding: 7em 1em;
  }
}
@media screen and (max-width: 35.9375em) {
  .disguise-screen--2 .list-grid__item .content-item__secondary-inner {
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    padding: 7em 0em 2em;
    width: 85%;
    margin: 0 auto;
    margin-right: 0;
    padding-right: 32px;
  }
}
@media screen and (max-width: 35.9375em) {
  .disguise-screen--2 .list-grid__item .content-item__secondary {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
    z-index: 2;
  }
}
.disguise-screen--2 .cta__title {
  color: #0067a9;
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 32px;
}
@media screen and (max-width: 73.4375em) {
  .disguise-screen--2 .cta__title {
    font-size: 1.625rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 61.4375em) {
  .disguise-screen--2 .cta__title {
    font-size: 1.375rem;
    line-height: 24px;
  }
}
@media screen and (max-width: 35.9375em) {
  .disguise-screen--2 .cta__title {
    font-size: 1.125rem;
    line-height: 20px;
  }
}
@media all and (max-width: 375px) {
  .disguise-screen--2 .cta__title {
    font-size: 1rem;
    line-height: 18px;
  }
}
.disguise-screen--2 .cta__txt {
  color: #0067a9;
  padding-top: 16px;
}
@media screen and (max-width: 61.4375em) {
  .disguise-screen--2 .cta__txt {
    font-size: 0.8125rem;
    padding-top: 8px;
  }
}
@media all and (max-width: 375px) {
  .disguise-screen--2 .cta__txt {
    font-size: 0.75rem;
  }
}
.disguise-screen--2 .cta-extra__inner {
  background: #0078c1;
  color: #fff;
  font-size: 1.25rem;
  padding: 4px 12px;
  border-radius: 8px;
  margin-top: 16px;
  cursor: pointer;
  text-transform: capitalize;
  font-weight: 600;
}
@media screen and (max-width: 61.4375em) {
  .disguise-screen--2 .cta-extra__inner {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 35.9375em) {
  .disguise-screen--2 .cta-extra__inner {
    font-size: 0.875rem;
    margin-top: 8px;
  }
}
.disguise-screen--2 .cta.crook .format__obj {
  -webkit-transform: translate(-1%, -50%);
          transform: translate(-1%, -50%);
}
@media screen and (max-width: 35.9375em) {
  .disguise-screen--2 .cta.crook .content-item__secondary-inner {
    padding: 4.5em 32px 0em 0em;
  }
}
.disguise-screen--2 .cta.tree .format__obj {
  -webkit-transform: translate(-22%, -50%);
          transform: translate(-22%, -50%);
}
@media screen and (max-width: 35.9375em) {
  .disguise-screen--2 .cta.tree .content-item__secondary-inner {
    padding: 5em 32px 3em 0em;
  }
}
.disguise-screen--2 .cta.pizza .format__obj {
  -webkit-transform: translate(-43%, -50%);
          transform: translate(-43%, -50%);
}
@media screen and (max-width: 35.9375em) {
  .disguise-screen--2 .cta.pizza .content-item__secondary-inner {
    padding: 4em 32px 0em 0em;
  }
}
.disguise-screen--2 .cta.lady .format__obj {
  -webkit-transform: translate(-60%, -50%);
          transform: translate(-60%, -50%);
}
@media screen and (max-width: 35.9375em) {
  .disguise-screen--2 .cta.lady .content-item__secondary-inner {
    padding: 7em 32px 1em 0em;
  }
}
.disguise-screen--2 .cta.fox .format {
  width: 100%;
  margin-top: -18px;
}
.disguise-screen--2 .cta.fox .format__obj {
  -webkit-transform: translate(-78%, -50%);
          transform: translate(-78%, -50%);
}
@media screen and (max-width: 35.9375em) {
  .disguise-screen--2 .cta.fox .content-item__secondary-inner {
    padding: 5em 32px 3em 0em;
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(1px, 0px);
            transform: translate(1px, 0px);
  }
  10% {
    -webkit-transform: translate(-1px, 0px);
            transform: translate(-1px, 0px);
  }
  20% {
    -webkit-transform: translate(-3px, 0px);
            transform: translate(-3px, 0px);
  }
  30% {
    -webkit-transform: translate(3px, 0px);
            transform: translate(3px, 0px);
  }
  40% {
    -webkit-transform: translate(1px, 0px);
            transform: translate(1px, 0px);
  }
  50% {
    -webkit-transform: translate(-1px, 0px);
            transform: translate(-1px, 0px);
  }
  60% {
    -webkit-transform: translate(-3px, 0px);
            transform: translate(-3px, 0px);
  }
  70% {
    -webkit-transform: translate(3px, 0px);
            transform: translate(3px, 0px);
  }
  80% {
    -webkit-transform: translate(-1px, 0px);
            transform: translate(-1px, 0px);
  }
  90% {
    -webkit-transform: translate(1px, 0px);
            transform: translate(1px, 0px);
  }
  100% {
    -webkit-transform: translate(1px, 0px);
            transform: translate(1px, 0px);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: translate(1px, 0px);
            transform: translate(1px, 0px);
  }
  10% {
    -webkit-transform: translate(-1px, 0px);
            transform: translate(-1px, 0px);
  }
  20% {
    -webkit-transform: translate(-3px, 0px);
            transform: translate(-3px, 0px);
  }
  30% {
    -webkit-transform: translate(3px, 0px);
            transform: translate(3px, 0px);
  }
  40% {
    -webkit-transform: translate(1px, 0px);
            transform: translate(1px, 0px);
  }
  50% {
    -webkit-transform: translate(-1px, 0px);
            transform: translate(-1px, 0px);
  }
  60% {
    -webkit-transform: translate(-3px, 0px);
            transform: translate(-3px, 0px);
  }
  70% {
    -webkit-transform: translate(3px, 0px);
            transform: translate(3px, 0px);
  }
  80% {
    -webkit-transform: translate(-1px, 0px);
            transform: translate(-1px, 0px);
  }
  90% {
    -webkit-transform: translate(1px, 0px);
            transform: translate(1px, 0px);
  }
  100% {
    -webkit-transform: translate(1px, 0px);
            transform: translate(1px, 0px);
  }
}
@media screen and (max-width: 61.4375em) {
  .garbage-screen--1 > .grid-column > .grid-content {
    height: 100vh;
  }
}
.garbage-screen--1 > .grid-column > .grid-content > .list-grid__inner {
  position: relative;
  width: 80%;
  margin: 0 auto;
  background-color: #5bcbf5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#57c9f4), color-stop(#b3e3fa), color-stop(#d2eefc), color-stop(#bfe8fb), to(#a3dcf7));
  background-image: linear-gradient(#57c9f4, #b3e3fa, #d2eefc, #bfe8fb, #a3dcf7);
  border: 6px solid #fff;
  overflow: hidden;
}
@media screen and (max-width: 73.4375em) {
  .garbage-screen--1 > .grid-column > .grid-content > .list-grid__inner {
    width: 90%;
  }
}
@media screen and (max-width: 61.4375em) {
  .garbage-screen--1 > .grid-column > .grid-content > .list-grid__inner {
    width: 95%;
  }
}
.garbage-screen--1 > .grid-column > .grid-content > .list-grid__inner > .list-grid__list {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 61.4375em) {
  .garbage-screen--1 > .grid-column > .grid-content > .list-grid__inner > .list-grid__list {
    width: 50%;
  }
}
@media screen and (max-width: 47.9375em) {
  .garbage-screen--1 > .grid-column > .grid-content > .list-grid__inner > .list-grid__list {
    width: 60%;
  }
}
@media all and (max-width: 580px) and (orientation: portrait) {
  .garbage-screen--1 > .grid-column > .grid-content > .list-grid__inner > .list-grid__list {
    width: 95%;
    margin-top: 6em;
  }
}
.garbage-screen--1 > .grid-column > .grid-content > .list-grid__inner > .list-grid__list .list-grid__item {
  padding-top: 0;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}
@media screen and (max-width: 47.9375em) {
  .garbage-screen--1 > .grid-column > .grid-content > .list-grid__inner > .list-grid__list .list-grid__item {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
  }
}
.garbage-screen--1 > .grid-column > .grid-content > .list-grid__inner > .list-grid__list .format__obj {
  min-width: 1px;
}
.garbage .close-garbage {
  z-index: 7;
}
.garbage-single-item {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 6;
  background: rgba(115, 209, 246, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  visibility: hidden;
}
.garbage-single-item .grid-content,
.garbage-single-item .cta {
  height: 100%;
}
.garbage-single-item .cta__title,
.garbage-single-item .cta__sub-title {
  font-size: 2.625rem;
  font-weight: 800;
  line-height: 42px;
}
@media screen and (max-width: 89.9375em) {
  .garbage-single-item .cta__title,
  .garbage-single-item .cta__sub-title {
    font-size: 2.5rem;
    line-height: 40px;
  }
}
@media screen and (max-width: 73.4375em) {
  .garbage-single-item .cta__title,
  .garbage-single-item .cta__sub-title {
    font-size: 2.375rem;
    line-height: 38px;
  }
}
@media screen and (max-width: 61.4375em) {
  .garbage-single-item .cta__title,
  .garbage-single-item .cta__sub-title {
    font-size: 1.75rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 47.9375em) {
  .garbage-single-item .cta__title,
  .garbage-single-item .cta__sub-title {
    font-size: 1.5rem;
    line-height: 26px;
  }
}
.garbage-single-item .content-item__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (max-width: 580px) and (orientation: portrait) {
  .garbage-single-item .content-item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.garbage-single-item .content-item__primary {
  position: relative;
  z-index: 1;
}
.garbage-single-item .content-item__secondary {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 580px) and (orientation: portrait) {
  .garbage-single-item .content-item__secondary {
    position: relative;
  }
}
.garbage-intro .cta__title {
  margin-bottom: 16px;
}
.garbage-intro .format {
  width: 80%;
  margin-left: auto;
}
.garbage-intro .format__obj {
  min-width: 1px;
  width: 55%;
  top: 52%;
  left: 100%;
  -webkit-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%);
  height: auto;
}
@media all and (max-width: 580px) and (orientation: portrait) {
  .garbage-intro .format {
    padding-bottom: 0;
    height: 100%;
    width: 100%;
  }
  .garbage-intro .format__obj {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin-left: auto;
  }
}
@media all and (max-width: 580px) and (orientation: portrait) {
  .garbage-intro .content-item__inner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/speech-mobile-flipped.fb8ceadabafc0e891645e1e30e5f0faa.png);
    background-repeat: no-repeat;
    background-size: 105%;
    background-position: 0 8%;
  }
}
@media all and (max-width: 375px) {
  .garbage-intro .content-item__inner:before {
    background-size: 115%;
    background-position: 40% 8%;
  }
}
@media all and (max-width: 320px) {
  .garbage-intro .content-item__inner:before {
    background-size: 140%;
    background-position: 40% 8%;
  }
}
.garbage-intro .content-item__secondary:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/speech-bt-right.51b5e05b7c331d71223f101dc181be53.png);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: 5% center;
}
@media screen and (max-width: 47.9375em) {
  .garbage-intro .content-item__secondary:before {
    background-size: 75%;
    background-position: -10% center;
  }
}
.garbage-intro .content-item__secondary-inner {
  width: 40%;
  margin-left: 12%;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 580px) and (orientation: portrait) {
  .garbage-intro .content-item__secondary:before {
    display: none;
  }
  .garbage-intro .content-item__secondary-inner {
    width: 70%;
    margin-left: 20%;
    position: relative;
    z-index: 2;
    padding-top: 4.5em;
  }
}
@media all and (max-width: 375px) {
  .garbage-intro .content-item__secondary-inner {
    width: 80%;
    margin-left: 15%;
    padding-top: 3.5em;
  }
}
.garbage-celebration .cta__sub-title {
  margin-bottom: 16px;
}
.garbage-celebration .cta-extra {
  text-align: left;
}
.garbage-celebration .cta-extra__inner {
  text-transform: uppercase;
}
.garbage-celebration .format__obj {
  min-width: 1px;
  width: 45%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -85%);
          transform: translate(0%, -85%);
  height: auto;
}
@media all and (max-width: 580px) and (orientation: portrait) {
  .garbage-celebration .format__obj {
    width: 50%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
}
@media all and (max-width: 580px) and (orientation: portrait) {
  .garbage-celebration .content-item__inner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/speech-mobile.3b46c7178b7f7ea90cad84047c9c50ec.png);
    background-repeat: no-repeat;
    background-size: 110%;
    background-position: 78% 28%;
  }
}
@media all and (max-width: 375px) {
  .garbage-celebration .content-item__inner:before {
    background-size: 115%;
  }
}
@media all and (max-width: 320px) {
  .garbage-celebration .content-item__inner:before {
    background-size: 130%;
    background-position: 50% 25%;
  }
}
.garbage-celebration .content-item__secondary:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/speech-top-left.6bd17c34545dc0695e08a71e10f69ae9.png);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: 95% center;
}
.garbage-celebration .content-item__secondary-inner {
  width: 40%;
  margin-left: auto;
  position: relative;
  z-index: 2;
  margin-right: 8%;
}
@media screen and (max-width: 47.9375em) {
  .garbage-celebration .content-item__secondary:before {
    background-size: 65%;
  }
  .garbage-celebration .content-item__secondary-inner {
    width: 46%;
  }
}
@media all and (max-width: 580px) and (orientation: portrait) {
  .garbage-celebration .content-item__secondary:before {
    display: none;
  }
  .garbage-celebration .content-item__secondary-inner {
    width: 80%;
    margin-right: 0;
    margin-left: 12%;
    padding-top: 10em;
  }
}
@media all and (max-width: 375px) {
  .garbage-celebration .content-item__secondary-inner {
    margin-left: 8%;
  }
}
@media all and (max-width: 320px) {
  .garbage-celebration .content-item__secondary-inner {
    padding-top: 7em;
  }
}
.garbage-list .list-grid__list {
  display: block;
  height: 14em;
  position: relative;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 89.9375em) {
  .garbage-list .list-grid__list {
    width: 90%;
  }
}
@media screen and (max-width: 61.4375em) {
  .garbage-list .list-grid__list {
    width: 105%;
    height: 10em;
  }
}
@media all and (max-height: 320px) and (orientation: landscape) {
  .garbage-list .list-grid__list {
    height: 8em;
  }
}
.garbage-list .list-grid__item {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  max-width: 100%;
  min-width: 1px;
  display: inline-block;
  width: 14%;
  position: absolute;
}
.garbage-list .format {
  padding-bottom: 0;
  height: 100%;
  overflow: visible;
}
.garbage-list .format__obj {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  min-width: 1px;
  height: auto;
  width: 100%;
}
.garbage-list .garbage-0 {
  width: 22%;
  left: -6%;
  bottom: -5.5em;
  z-index: 2;
}
@media screen and (max-width: 47.9375em) {
  .garbage-list .garbage-0 {
    bottom: -4em;
  }
}
@media all and (max-width: 640px) and (orientation: landscape) {
  .garbage-list .garbage-0 {
    bottom: -3em;
  }
}
@media all and (max-width: 580px) and (orientation: portrait) {
  .garbage-list .garbage-0 {
    width: 45%;
    left: -13%;
    bottom: -4em;
  }
}
.garbage-list .garbage-1 {
  width: 20%;
  bottom: -2em;
  left: -1%;
  z-index: 1;
}
@media all and (max-width: 580px) and (orientation: portrait) {
  .garbage-list .garbage-1 {
    width: 34%;
    bottom: 0em;
    left: -11%;
  }
}
.garbage-list .garbage-2 {
  bottom: -4em;
  width: 24%;
  left: 8%;
}
@media all and (max-width: 580px) and (orientation: portrait) {
  .garbage-list .garbage-2 {
    bottom: -2em;
    width: 44%;
    left: 7%;
  }
}
.garbage-list .garbage-3 {
  width: 23%;
  left: 19%;
  bottom: -5em;
}
@media screen and (max-width: 47.9375em) {
  .garbage-list .garbage-3 {
    bottom: -4em;
  }
}
@media all and (max-width: 580px) and (orientation: portrait) {
  .garbage-list .garbage-3 {
    width: 38%;
    left: 15%;
    bottom: -2em;
  }
}
.garbage-list .garbage-4 {
  width: 16%;
  left: 22%;
  bottom: 1em;
  z-index: 2;
}
@media all and (max-width: 580px) and (orientation: portrait) {
  .garbage-list .garbage-4 {
    width: 26%;
    left: 27%;
    bottom: 2em;
  }
}
.garbage-list .garbage-5 {
  width: 24%;
  left: 23%;
  bottom: -4em;
  z-index: 2;
}
@media screen and (max-width: 47.9375em) {
  .garbage-list .garbage-5 {
    bottom: -3em;
  }
}
@media all and (max-width: 640px) and (orientation: landscape) {
  .garbage-list .garbage-5 {
    bottom: -2em;
  }
}
@media all and (max-width: 580px) and (orientation: portrait) {
  .garbage-list .garbage-5 {
    width: 36%;
    left: 14%;
    bottom: -2em;
  }
}
.garbage-list .garbage-6 {
  width: 23%;
  left: 32%;
  bottom: -5em;
  z-index: 1;
}
@media screen and (max-width: 47.9375em) {
  .garbage-list .garbage-6 {
    bottom: -3em;
  }
}
@media all and (max-width: 580px) and (orientation: portrait) {
  .garbage-list .garbage-6 {
    width: 36%;
    left: 37%;
  }
}
.garbage-list .garbage-7 {
  width: 13%;
  left: 45%;
  bottom: -2em;
  z-index: 1;
}
@media all and (max-width: 640px) and (orientation: landscape) {
  .garbage-list .garbage-7 {
    bottom: -1em;
  }
}
@media all and (max-width: 580px) and (orientation: portrait) {
  .garbage-list .garbage-7 {
    width: 18%;
    left: 52%;
    bottom: 3em;
  }
}
.garbage-list .garbage-8 {
  width: 24%;
  right: 29%;
  bottom: -3.5em;
}
@media screen and (max-width: 47.9375em) {
  .garbage-list .garbage-8 {
    bottom: -3em;
  }
}
@media all and (max-width: 580px) and (orientation: portrait) {
  .garbage-list .garbage-8 {
    width: 36%;
    right: 19%;
    bottom: 0;
  }
}
.garbage-list .garbage-9 {
  width: 17%;
  right: 28%;
  bottom: -3.5em;
  z-index: 3;
}
@media all and (max-width: 640px) and (orientation: landscape) {
  .garbage-list .garbage-9 {
    bottom: -2.5em;
  }
}
@media all and (max-width: 580px) and (orientation: portrait) {
  .garbage-list .garbage-9 {
    width: 24%;
    right: 19%;
    bottom: -2.5em;
  }
}
.garbage-list .garbage-10 {
  width: 18%;
  right: 23%;
  bottom: -1em;
  z-index: 1;
}
@media all and (max-width: 580px) and (orientation: portrait) {
  .garbage-list .garbage-10 {
    width: 25%;
    right: 8%;
    bottom: 1em;
  }
}
.garbage-list .garbage-11 {
  width: 27%;
  right: 13%;
  bottom: -5em;
  z-index: 2;
}
@media screen and (max-width: 47.9375em) {
  .garbage-list .garbage-11 {
    bottom: -4em;
  }
}
@media all and (max-width: 640px) and (orientation: landscape) {
  .garbage-list .garbage-11 {
    bottom: -3em;
  }
}
@media all and (max-width: 580px) and (orientation: portrait) {
  .garbage-list .garbage-11 {
    width: 40%;
    right: 2%;
    bottom: -3em;
  }
}
.garbage-list .garbage-12 {
  width: 16%;
  right: 9%;
  bottom: -5em;
  z-index: 2;
}
@media screen and (max-width: 47.9375em) {
  .garbage-list .garbage-12 {
    bottom: -4em;
  }
}
@media all and (max-width: 640px) and (orientation: landscape) {
  .garbage-list .garbage-12 {
    bottom: -2em;
  }
}
@media all and (max-width: 580px) and (orientation: portrait) {
  .garbage-list .garbage-12 {
    width: 25%;
    right: -3%;
    bottom: -5em;
  }
}
.garbage-list .garbage-13 {
  width: 23%;
  right: 1%;
  bottom: -5em;
}
@media screen and (max-width: 47.9375em) {
  .garbage-list .garbage-13 {
    right: 0;
    bottom: -4em;
  }
}
@media all and (max-width: 640px) and (orientation: landscape) {
  .garbage-list .garbage-13 {
    bottom: -3em;
  }
}
@media all and (max-width: 580px) and (orientation: portrait) {
  .garbage-list .garbage-13 {
    width: 42%;
    right: -11%;
    bottom: -3em;
  }
}
.garbage .time-container {
  position: absolute;
  top: 0;
  left: 0;
}
.garbage #time {
  background: #0078c1;
  margin: 18px;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  padding: 2px 12px;
  width: 110px;
}
@media screen and (max-width: 47.9375em) {
  .garbage #time {
    font-size: 1.375rem;
    width: 84px;
    margin: 16px 0 0 8px;
  }
}
@media screen and (max-width: 61.4375em) {
  .sportscar-tires > .grid-column > .grid-content {
    height: 100vh;
  }
}
.sportscar-tires .slider {
  position: relative;
  width: 80%;
  margin: 0 auto;
  background-color: #5bcbf5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#57c9f4), color-stop(#b3e3fa), color-stop(#d2eefc), color-stop(#bfe8fb), to(#a3dcf7));
  background-image: linear-gradient(#57c9f4, #b3e3fa, #d2eefc, #bfe8fb, #a3dcf7);
  border: 6px solid #fff;
  overflow: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
  padding: 5em 0 1em;
}
@media screen and (max-width: 73.4375em) {
  .sportscar-tires .slider {
    width: 90%;
  }
}
@media screen and (max-width: 61.4375em) {
  .sportscar-tires .slider {
    width: 95%;
    padding-top: 2em;
  }
}
@media screen and (max-width: 35.9375em) {
  .sportscar-tires .slider {
    padding-top: 4em;
  }
}
.sportscar-tires .slider__item .format {
  padding-bottom: 0 !important;
  height: 100% !important;
}
.sportscar-tires .slider__item .format__obj {
  min-height: 1px !important;
  width: 85% !important;
  left: 40%;
  position: relative !important;
  top: 0 !important;
  -webkit-transform: translate(-50%, 0) !important;
          transform: translate(-50%, 0) !important;
}
@media all and (max-width: 896px) and (orientation: landscape) {
  .sportscar-tires .slider__item .format__obj {
    width: 75% !important;
  }
}
@media all and (max-width: 812px) and (orientation: landscape) {
  .sportscar-tires .slider__item .format__obj {
    width: 65% !important;
  }
}
@media screen and (max-width: 35.9375em) {
  .sportscar-tires .slider__item .format__obj {
    width: 100% !important;
  }
}
@media all and (max-width: 568px) and (orientation: landscape) {
  .sportscar-tires .slider__item .format__obj {
    width: 50% !important;
  }
}
.sportscar-tires .slider__list {
  -webkit-transition: left 0s ease;
  transition: left 0s ease;
}
.sportscar-tires .slider__nav {
  width: 80%;
  top: unset;
  bottom: 4%;
}
@media screen and (max-width: 73.4375em) {
  .sportscar-tires .slider__nav {
    width: 85%;
  }
}
@media screen and (max-width: 61.4375em) {
  .sportscar-tires .slider__nav {
    display: none;
  }
}
.sportscar-tires .slider__nav .icon {
  font-size: 1.875rem;
  color: #0078c1;
}
.sportscar-tires .slider__nav .icon-angle-left:before {
  content: '\e626';
}
.sportscar-tires .slider__nav .icon-angle-right:before {
  content: '\e625';
}
.sportscar-tires .slider__pagination {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 61.4375em) {
  .sportscar-tires .slider__pagination {
    width: 60%;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media all and (max-width: 914px) and (orientation: landscape) {
  .sportscar-tires .slider__pagination {
    width: 86%;
  }
}
@media screen and (max-width: 35.9375em) {
  .sportscar-tires .slider__pagination {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.sportscar-tires .slider__pagination .pagination__item {
  background-color: transparent;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 60px;
  height: 60px;
  margin: 0 8px;
  border-radius: 100%;
  border: 4px solid transparent;
  -webkit-flex-basis: 60px;
      -ms-flex-preferred-size: 60px;
          flex-basis: 60px;
  max-width: 60px;
  min-width: 60px;
}
@media screen and (max-width: 35.9375em) {
  .sportscar-tires .slider__pagination .pagination__item {
    width: 50px;
    height: 50px;
    -webkit-flex-basis: 50px;
        -ms-flex-preferred-size: 50px;
            flex-basis: 50px;
    max-width: 50px;
    min-width: 50px;
  }
}
.sportscar-tires .slider__pagination .pagination__item.is--active {
  border-color: #0078c1;
}
.sportscar-tires .slider__pagination .pagination__item.tire-1 {
  background: url(../images/Wheel01.d7689e30a4cad40bfa8a49f338532ecc.png);
}
.sportscar-tires .slider__pagination .pagination__item.tire-2 {
  background: url(../images/Wheel02.188172b1b47a603f79defbfedfbd131c.png);
}
.sportscar-tires .slider__pagination .pagination__item.tire-3 {
  background: url(../images/Wheel03.00dd0f7d27caf964a1d38ae8bd5ffe2c.png);
}
.sportscar-tires .slider__pagination .pagination__item.tire-4 {
  background: url(../images/Wheel04.83c334dfe059a86351739bc3c5bfe689.png);
}
.sportscar-tires .slider__pagination .pagination__item.tire-5 {
  background: url(../images/Wheel05.d2cfdf03107641b969517c58775c58b8.png);
}
.sportscar-tires .slider__pagination .pagination__item.tire-6 {
  background: url(../images/Wheel06.7bb73e9656fd92523f12537db2524e7d.png);
}
.sportscar-tires .slider__pagination .pagination__item.tire-7 {
  background: url(../images/Wheel07.920a59719cf3d6b87736cf6742062c01.png);
}
.sportscar-tires .slider__pagination .pagination__item.tire-8 {
  background: url(../images/Wheel08.1fc315c478d7adcd2633e52b9f2e564e.png);
}
.sportscar-tires .slider__pagination .pagination__item.tire-9 {
  background: url(../images/Wheel09.c573aa5ce55c6a8a23202a72cc476fad.png);
}
.sportscar .close-sportscar {
  z-index: 7;
}
.sportscar-ok {
  position: absolute;
  right: 12px;
  bottom: 40px;
  z-index: 3;
}
@media screen and (max-width: 61.4375em) {
  .sportscar-ok {
    bottom: 8px;
  }
}
.sportscar-intro {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  background-color: #5bcbf5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#57c9f4), color-stop(#b3e3fa), color-stop(#d2eefc), color-stop(#bfe8fb), to(#a3dcf7));
  background-image: linear-gradient(#57c9f4, #b3e3fa, #d2eefc, #bfe8fb, #a3dcf7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  visibility: hidden;
}
.sportscar-intro:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/tires-bg.32eee1d16b6fa69f9f656b64a82def1b.png);
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: right bottom;
}
.sportscar-intro .format {
  height: 100%;
}
.sportscar-intro .format__obj {
  min-height: 1px;
  width: 80%;
  left: 28%;
  top: 60%;
}
@media all and (max-width: 567px) {
  .sportscar-intro .format {
    overflow: visible;
  }
  .sportscar-intro .format__obj {
    width: 60%;
    left: 20%;
    top: unset;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.sportscar-intro .grid-content,
.sportscar-intro .cta {
  height: 100%;
}
.sportscar-intro .cta__title {
  line-height: 42px;
}
@media screen and (max-width: 89.9375em) {
  .sportscar-intro .cta__title {
    font-size: 2.5rem;
    line-height: 40px;
  }
}
@media screen and (max-width: 73.4375em) {
  .sportscar-intro .cta__title {
    font-size: 2.375rem;
    line-height: 38px;
  }
}
@media screen and (max-width: 61.4375em) {
  .sportscar-intro .cta__title {
    font-size: 1.75rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 47.9375em) {
  .sportscar-intro .cta__title {
    font-size: 1.5rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 35.9375em) {
  .sportscar-intro .cta__title {
    font-size: 1.375rem;
    line-height: 24px;
  }
}
@media all and (max-width: 567px) {
  .sportscar-intro .content-item__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sportscar-intro .content-item__inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/speech-mobile.3b46c7178b7f7ea90cad84047c9c50ec.png);
    background-repeat: no-repeat;
    background-size: 125%;
    background-position: center -35%;
  }
}
@media all and (max-width: 375px) {
  .sportscar-intro .content-item__inner:before {
    background-size: 135%;
    background-position: center -25%;
  }
}
@media all and (max-width: 320px) {
  .sportscar-intro .content-item__inner:before {
    background-size: 155%;
    background-position: center -15%;
  }
}
.sportscar-intro .content-item__primary {
  height: 100%;
}
.sportscar-intro .content-item__secondary {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sportscar-intro .content-item__secondary-inner {
  width: 40%;
  margin-left: 40%;
  position: relative;
}
.sportscar-intro .content-item__secondary:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/speech-top-left.6bd17c34545dc0695e08a71e10f69ae9.png);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: 72% center;
}
@media all and (max-width: 667px) and (orientation: landscape) {
  .sportscar-intro .content-item__secondary:before {
    background-size: 70%;
    background-position: 90% center;
  }
}
@media all and (max-width: 567px) {
  .sportscar-intro .content-item__secondary {
    position: relative;
  }
  .sportscar-intro .content-item__secondary-inner {
    width: 75%;
    margin: 0 auto;
    padding-top: 2em;
  }
  .sportscar-intro .content-item__secondary:before {
    display: none;
  }
}
@media all and (max-width: 375px) {
  .sportscar-intro .content-item__secondary-inner {
    width: 70%;
  }
}
@media all and (max-width: 320px) {
  .sportscar-intro .content-item__secondary-inner {
    width: 87%;
    padding-top: 3em;
  }
}
.sportscar-celebration {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  background-color: #5bcbf5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#57c9f4), color-stop(#b3e3fa), color-stop(#d2eefc), color-stop(#bfe8fb), to(#a3dcf7));
  background-image: linear-gradient(#57c9f4, #b3e3fa, #d2eefc, #bfe8fb, #a3dcf7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  visibility: hidden;
  margin: 0;
}
.sportscar-celebration .format {
  height: 100%;
}
.sportscar-celebration .format__obj {
  height: 100%;
  width: auto;
  left: 42%;
}
@media all and (max-width: 567px) {
  .sportscar-celebration .format {
    padding-bottom: 100%;
  }
  .sportscar-celebration .format__obj {
    height: 40%;
    top: unset;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    min-height: 1px;
  }
}
.sportscar-celebration .list-grid__item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  padding: 0;
}
.sportscar-celebration .list-grid__item.selected {
  opacity: 1;
}
.sportscar-celebration .list-grid__item.selected .content-item__primary {
  height: 100%;
}
.sportscar-celebration .list-grid__item:first-child {
  opacity: 1;
  z-index: 1;
  background: url(../images/speech-center-right.8c7025a5d01f5f1a2ce144e8e5584cd8.png);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: 12% -55%;
}
@media all and (max-width: 1330px) {
  .sportscar-celebration .list-grid__item:first-child {
    background-position: 12% -40%;
  }
}
@media all and (max-width: 1024px) {
  .sportscar-celebration .list-grid__item:first-child {
    background-size: 65%;
    background-position: 1% -40%;
  }
}
@media screen and (max-width: 61.4375em) {
  .sportscar-celebration .list-grid__item:first-child {
    background-size: 70%;
    background-position: -10% -85%;
  }
}
@media all and (max-width: 768px) {
  .sportscar-celebration .list-grid__item:first-child {
    background-position: -10% -28%;
  }
}
@media all and (max-width: 567px) {
  .sportscar-celebration .list-grid__item:first-child {
    background: url(../images/speech-mobile-flipped.fb8ceadabafc0e891645e1e30e5f0faa.png);
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: 60% -45%;
  }
}
@media all and (max-width: 375px) {
  .sportscar-celebration .list-grid__item:first-child {
    background-size: 135%;
    background-position: 60% -28%;
  }
}
@media all and (max-width: 320px) {
  .sportscar-celebration .list-grid__item:first-child {
    background-size: 150%;
    background-position: 60% -20%;
  }
}
.sportscar-celebration .list-grid__item:first-child .cta {
  width: 35%;
  margin-left: 22%;
  padding-top: 1.5em;
}
.sportscar-celebration .list-grid__item:first-child .cta__title,
.sportscar-celebration .list-grid__item:first-child .cta__sub-title {
  font-size: 2.375rem;
  line-height: 40px;
  font-weight: 800;
  margin-bottom: 0;
}
.sportscar-celebration .list-grid__item:first-child .cta__txt {
  margin-top: 16px;
}
.sportscar-celebration .list-grid__item:first-child .cta-extra {
  text-align: left;
}
.sportscar-celebration .list-grid__item:first-child .cta-extra__inner {
  text-transform: uppercase;
}
@media all and (max-width: 1024px) {
  .sportscar-celebration .list-grid__item:first-child .cta {
    width: 40%;
    margin-left: 16%;
  }
}
@media screen and (max-width: 61.4375em) {
  .sportscar-celebration .list-grid__item:first-child .cta {
    width: 40%;
    margin-left: 14%;
  }
}
@media screen and (max-width: 47.9375em) {
  .sportscar-celebration .list-grid__item:first-child .cta__title,
  .sportscar-celebration .list-grid__item:first-child .cta__sub-title {
    font-size: 1.875rem;
    line-height: 32px;
  }
}
@media all and (max-width: 567px) {
  .sportscar-celebration .list-grid__item:first-child .cta {
    width: 80%;
    margin-left: 15%;
    padding-top: 2em;
  }
  .sportscar-celebration .list-grid__item:first-child .cta__title,
  .sportscar-celebration .list-grid__item:first-child .cta__sub-title {
    font-size: 1.75rem;
    line-height: 30px;
  }
}
.riddle-game .close-riddle {
  z-index: 7;
}
.riddle-game .list-grid__inner {
  position: relative;
  width: 80%;
  margin: 0 auto;
  background-color: #5bcbf5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#57c9f4), color-stop(#b3e3fa), color-stop(#d2eefc), color-stop(#bfe8fb), to(#a3dcf7));
  background-image: linear-gradient(#57c9f4, #b3e3fa, #d2eefc, #bfe8fb, #a3dcf7);
  border: 6px solid #fff;
  overflow: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
  padding: 3em 0 3em;
}
@media screen and (max-width: 73.4375em) {
  .riddle-game .list-grid__inner {
    width: 90%;
  }
}
@media screen and (max-width: 61.4375em) {
  .riddle-game .list-grid__inner {
    width: 95%;
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
@media all and (max-width: 914px) and (orientation: landscape) {
  .riddle-game .list-grid__inner {
    overflow-y: auto;
  }
}
@media screen and (max-width: 47.9375em) {
  .riddle-game .list-grid__inner {
    padding-bottom: 1em;
  }
}
.riddle-game .list-grid__list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.riddle-game .list-grid__item .content-item {
  position: static;
  cursor: pointer;
}
.riddle-game .list-grid__item .content-item__secondary {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
}
.riddle-game .list-grid__item .content-item__secondary-inner {
  height: 100%;
}
.riddle-game .list-grid__item .content-item.selected .content-item__primary {
  -webkit-animation: bounce 1s infinite alternate;
          animation: bounce 1s infinite alternate;
}
.riddle-game .list-grid__item .content-item.selected .content-item__secondary {
  visibility: visible;
  z-index: 3;
}
.riddle-game .list-grid__item .content-item.selected .content-item__secondary-inner {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 47.9375em) {
  .riddle-game .list-grid__item .content-item.selected .content-item__secondary-inner {
    width: 80%;
  }
}
@media screen and (max-width: 35.9375em) {
  .riddle-game .list-grid__item .content-item.selected .content-item__secondary-inner {
    padding-top: 22px;
  }
}
.riddle-game .list-grid__item .content-item.selected .cta__title {
  margin-bottom: 0;
}
.riddle-game .list-grid__item .content-item.selected .cta__sub-title {
  font-weight: 600;
}
.riddle-game .list-grid__item.inactive .cta {
  opacity: 0.4;
}
.riddle-game .list-grid__item:nth-child(2) .content-item__secondary {
  background: url(../images/riddle-bubble--1.380d36466f53d1759a75473dacc9e799.png);
}
.riddle-game .list-grid__item:nth-child(3) .content-item__secondary {
  background: url(../images/riddle-bubble--2.ef9b50aa6e1ff2d13fedc3f88896f563.png);
}
.riddle-game .list-grid__item:nth-child(4) .content-item__secondary {
  background: url(../images/riddle-bubble--3.53f22f5556fd86e66f7b408a3e8673b6.png);
}
.riddle-game .list-grid__item:nth-child(2) .content-item__secondary,
.riddle-game .list-grid__item:nth-child(3) .content-item__secondary,
.riddle-game .list-grid__item:nth-child(4) .content-item__secondary {
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center -15%;
}
@media screen and (max-width: 73.4375em) {
  .riddle-game .list-grid__item:nth-child(2) .content-item__secondary,
  .riddle-game .list-grid__item:nth-child(3) .content-item__secondary,
  .riddle-game .list-grid__item:nth-child(4) .content-item__secondary {
    background-size: 70%;
  }
}
@media all and (max-width: 1024px) {
  .riddle-game .list-grid__item:nth-child(2) .content-item__secondary,
  .riddle-game .list-grid__item:nth-child(3) .content-item__secondary,
  .riddle-game .list-grid__item:nth-child(4) .content-item__secondary {
    background-size: 80%;
  }
}
@media all and (max-width: 914px) and (orientation: landscape) {
  .riddle-game .list-grid__item:nth-child(2) .content-item__secondary,
  .riddle-game .list-grid__item:nth-child(3) .content-item__secondary,
  .riddle-game .list-grid__item:nth-child(4) .content-item__secondary {
    background-position: center -40%;
  }
}
@media screen and (max-width: 47.9375em) {
  .riddle-game .list-grid__item:nth-child(2) .content-item__secondary,
  .riddle-game .list-grid__item:nth-child(3) .content-item__secondary,
  .riddle-game .list-grid__item:nth-child(4) .content-item__secondary {
    background-size: 95%;
  }
}
@media all and (max-width: 580px) {
  .riddle-game .list-grid__item:nth-child(2) .content-item__secondary,
  .riddle-game .list-grid__item:nth-child(3) .content-item__secondary,
  .riddle-game .list-grid__item:nth-child(4) .content-item__secondary {
    background-size: 110%;
    background-position: center -45%;
  }
}
@media all and (max-width: 567px) {
  .riddle-game .list-grid__item:nth-child(2) .content-item__secondary,
  .riddle-game .list-grid__item:nth-child(3) .content-item__secondary,
  .riddle-game .list-grid__item:nth-child(4) .content-item__secondary {
    background-size: 150%;
    background-position: center -8%;
  }
}
@media all and (max-width: 375px) {
  .riddle-game .list-grid__item:nth-child(2) .content-item__secondary,
  .riddle-game .list-grid__item:nth-child(3) .content-item__secondary,
  .riddle-game .list-grid__item:nth-child(4) .content-item__secondary {
    background-size: 175%;
  }
}
@media all and (max-width: 320px) {
  .riddle-game .list-grid__item:nth-child(2) .content-item__secondary,
  .riddle-game .list-grid__item:nth-child(3) .content-item__secondary,
  .riddle-game .list-grid__item:nth-child(4) .content-item__secondary {
    background-size: 210%;
  }
}
@media screen and (max-width: 47.9375em) {
  .riddle-game .list-grid__item:nth-child(2),
  .riddle-game .list-grid__item:nth-child(3),
  .riddle-game .list-grid__item:nth-child(4) {
    -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%;
    min-width: 33.33333333%;
    padding: 0;
  }
}
.riddle-game .list-grid__item:nth-child(2) .content-item__primary,
.riddle-game .list-grid__item:nth-child(3) .content-item__primary,
.riddle-game .list-grid__item:nth-child(4) .content-item__primary {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.riddle-game .list-grid__item:nth-child(2) .content-item__primary:hover,
.riddle-game .list-grid__item:nth-child(3) .content-item__primary:hover,
.riddle-game .list-grid__item:nth-child(4) .content-item__primary:hover {
  -webkit-animation: bounce 0.5s infinite alternate;
          animation: bounce 0.5s infinite alternate;
}
.riddle-game .list-grid__item:first-child,
.riddle-game .list-grid__item:last-child {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
  min-width: 100%;
}
.riddle-game .list-grid__item:first-child .content-item,
.riddle-game .list-grid__item:last-child .content-item {
  cursor: inherit;
}
.riddle-game .list-grid__item:first-child .content-item__secondary,
.riddle-game .list-grid__item:last-child .content-item__secondary {
  position: relative;
  visibility: visible;
}
.riddle-game .list-grid__item:first-child.hide,
.riddle-game .list-grid__item:last-child.hide {
  display: block !important;
}
.riddle-game .list-grid__item:first-child.hide .cta__title,
.riddle-game .list-grid__item:last-child.hide .cta__title,
.riddle-game .list-grid__item:first-child.hide .cta__txt,
.riddle-game .list-grid__item:last-child.hide .cta__txt {
  visibility: hidden;
}
.riddle-game .list-grid__item:last-child .cta__txt {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 18px 24px;
  background: url(../images/tape.e80660e4d39351df277ce6947b6e7972.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
}
@media screen and (max-width: 47.9375em) {
  .riddle-game .list-grid__item:last-child .cta__txt {
    font-size: 1rem;
    background-size: 100% 100%;
  }
}
.riddle-game .format__obj {
  width: 100%;
}
.riddle-game .cta-extra {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}
.riddle-game .cta-extra__inner {
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (max-width: 47.9375em) {
  .riddle-game .cta__title {
    font-size: 1.875rem;
    line-height: 30px;
  }
}
@keyframes bounce {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
.game.skaters .close-skaters {
  z-index: 7;
}
.game.skaters .cta {
  position: relative;
  width: 80%;
  margin: 0 auto;
  background-color: #5bcbf5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#57c9f4), color-stop(#b3e3fa), color-stop(#d2eefc), color-stop(#bfe8fb), to(#a3dcf7));
  background-image: linear-gradient(#57c9f4, #b3e3fa, #d2eefc, #bfe8fb, #a3dcf7);
  border: 6px solid #fff;
  overflow: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.game.skaters .cta:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/ramp.e81eaaf6d121c44422dc6ec075dbce72.png);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: 135% bottom;
}
@media screen and (max-width: 73.4375em) {
  .game.skaters .cta {
    width: 90%;
  }
}
@media screen and (max-width: 61.4375em) {
  .game.skaters .cta {
    width: 95%;
  }
}
.game.skaters .format {
  padding-bottom: 0;
  height: 100%;
}
.game.skaters .format__obj {
  position: relative;
  left: 0;
  top: 0;
  -webkit-transform: translate(-6%, 30%);
          transform: translate(-6%, 30%);
  width: 40%;
}
@media screen and (max-width: 47.9375em) {
  .game.skaters .format__obj {
    -webkit-transform: translate(-15%, 30%);
            transform: translate(-15%, 30%);
    width: 45%;
  }
}
@media all and (max-width: 567px) {
  .game.skaters .format__obj {
    -webkit-transform: translate(-14%, 20%);
            transform: translate(-14%, 20%);
    width: 60%;
  }
}
@media all and (max-width: 567px) {
  .game.skaters .content-item__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    background: url(../images/speech-mobile.3b46c7178b7f7ea90cad84047c9c50ec.png);
    background-repeat: no-repeat;
    background-size: 150%;
    background-position: 45% -15%;
  }
}
@media all and (max-width: 375px) {
  .game.skaters .content-item__inner {
    background-size: 170%;
  }
}
@media all and (max-width: 320px) {
  .game.skaters .content-item__inner {
    background-size: 200%;
  }
}
.game.skaters .content-item__primary {
  z-index: 2;
}
@media all and (max-width: 567px) {
  .game.skaters .content-item__primary {
    z-index: 0;
  }
}
.game.skaters .content-item__secondary {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.game.skaters .content-item__secondary:before {
  content: "";
  display: block;
  position: absolute;
  top: -45%;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/speech-bt-left.70b166bc2c01c2a438bb47e4f2d9b995.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
  z-index: 1;
}
@media all and (min-width: 1500px) {
  .game.skaters .content-item__secondary:before {
    background-size: 55%;
  }
}
@media all and (min-width: 1280px) {
  .game.skaters .content-item__secondary:before {
    background-size: 75%;
  }
}
@media screen and (max-width: 47.9375em) {
  .game.skaters .content-item__secondary:before {
    background-size: 87%;
  }
}
.game.skaters .content-item__secondary-inner {
  height: 100%;
  width: 40%;
  margin: 0 auto;
  z-index: 2;
  padding-top: 2em;
  position: relative;
}
@media all and (min-width: 1500px) {
  .game.skaters .content-item__secondary-inner {
    width: 35%;
    padding-top: 4em;
  }
}
@media all and (max-width: 1280px) {
  .game.skaters .content-item__secondary-inner {
    padding-top: 1em;
    width: 50%;
  }
}
@media screen and (max-width: 47.9375em) {
  .game.skaters .content-item__secondary-inner {
    padding-top: 0;
    width: 60%;
  }
}
@media all and (max-width: 667px) {
  .game.skaters .content-item__secondary-inner {
    width: 70%;
  }
}
@media all and (max-width: 567px) {
  .game.skaters .content-item__secondary {
    position: static;
    padding-top: 2em;
  }
  .game.skaters .content-item__secondary:before {
    display: none;
  }
  .game.skaters .content-item__secondary-inner {
    position: static;
    width: 80%;
  }
}
@media all and (max-width: 320px) {
  .game.skaters .content-item__secondary-inner {
    width: 97%;
  }
}
.game.skaters .cta__title {
  margin-bottom: 8px;
}
@media screen and (max-width: 61.4375em) {
  .game.skaters .cta__title {
    font-size: 2.125rem;
    line-height: 34px;
  }
}
@media screen and (max-width: 47.9375em) {
  .game.skaters .cta__title {
    font-size: 1.875rem;
    line-height: 30px;
  }
}
.game.skaters .cta__sub-title {
  font-weight: 400;
}
@media screen and (max-width: 61.4375em) {
  .game.skaters .cta__sub-title {
    font-size: 0.875rem;
  }
}
.game.skaters .cta-extra,
.game.skaters .cta-btn {
  width: 50%;
  position: absolute;
  bottom: 18px;
}
.game.skaters .cta-extra__inner,
.game.skaters .cta-btn__inner {
  border-radius: 0;
  background-color: transparent;
  color: transparent;
  font-size: 0px !important;
  width: 170px;
  padding: 28px;
  cursor: pointer;
}
@media all and (max-width: 567px) {
  .game.skaters .cta-extra__inner,
  .game.skaters .cta-btn__inner {
    width: 115px;
  }
}
@media screen and (max-width: 47.9375em) {
  .game.skaters .cta-extra,
  .game.skaters .cta-btn {
    bottom: 8px;
  }
}
.game.skaters .cta-extra {
  left: 0;
  text-align: right;
}
.game.skaters .cta-extra__inner {
  background: url(../images/google-play.a480160b8bd0fdcfbee4dbe8461c578f.png);
  background-repeat: no-repeat;
  background-size: 95%;
}
.game.skaters .cta-btn {
  right: 0;
  z-index: 2;
}
.game.skaters .cta-btn__inner {
  background: url(../images/app-store.083fcbe15d139dd216e4e7ec1db16663.png);
  background-repeat: no-repeat;
  background-size: 96%;
}
.pizza-endings .close-pizza {
  z-index: 7;
  background: url(../images/close-btn-white.fd6f77d84e03c409cbb628254951b789.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.pizza-endings .list-grid__inner {
  position: relative;
  width: 80%;
  margin: 0 auto;
  background-color: #5bcbf5;
  background-image: url(../images/endings-bg.b2d0ac339d1234ae2f70d76f0eb83109.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 6px solid #fff;
  overflow: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
  padding: 0;
}
@media screen and (max-width: 73.4375em) {
  .pizza-endings .list-grid__inner {
    width: 90%;
  }
}
@media screen and (max-width: 61.4375em) {
  .pizza-endings .list-grid__inner {
    width: 95%;
  }
}
@media all and (max-width: 914px) and (orientation: landscape) {
  .pizza-endings .list-grid__inner {
    overflow-y: auto;
  }
}
@media all and (max-width: 375px) {
  .pizza-endings .list-grid__inner {
    overflow-y: auto;
  }
}
.pizza-endings .list-grid__list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: url(../images/flame-1.80e581286bf29d9d513f7761cf5ede1a.png), url(../images/flame-2.4796c3dc3272fdcc17901ba96a006fb1.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 20%, 22%;
  background-position: -5% -200%, 70% -150%;
}
.pizza-endings .list-grid__list:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -12%;
  left: 0;
  right: 0;
  top: 0;
  background: url(../images/pizzabox.660050e9771351a9bdb280646ac4a3ce.png);
  background-repeat: no-repeat;
  background-position: 23% bottom;
  background-size: 20%;
}
@media screen and (max-width: 73.4375em) {
  .pizza-endings .list-grid__list {
    background-size: 21%, 23%;
  }
}
@media screen and (max-width: 47.9375em) {
  .pizza-endings .list-grid__list {
    background-size: 27%, 29%;
  }
  .pizza-endings .list-grid__list:before {
    bottom: -30%;
  }
}
@media all and (max-width: 667px) {
  .pizza-endings .list-grid__list {
    background-size: 27%, 30%;
  }
}
@media screen and (max-width: 35.9375em) {
  .pizza-endings .list-grid__list {
    background-size: 30%, 34%;
  }
}
@media all and (max-width: 567px) {
  .pizza-endings .list-grid__list {
    background: transparent;
  }
  .pizza-endings .list-grid__list:before {
    display: none;
  }
}
.pizza-endings .list-grid__item:first-child {
  position: absolute;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
  min-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  background: url(../images/pizza-slice.34ca5c3c50545a6fa6ad64d7e252f511.png);
  background-repeat: no-repeat;
  background-size: 12%;
  background-position: 12% -50%;
}
.pizza-endings .list-grid__item:first-child .cta {
  width: 75%;
  padding-left: 5%;
  padding-top: 6em;
}
@media screen and (max-width: 89.9375em) {
  .pizza-endings .list-grid__item:first-child {
    background-size: 16%;
  }
}
@media screen and (max-width: 73.4375em) {
  .pizza-endings .list-grid__item:first-child {
    background-size: 18%;
  }
}
@media screen and (max-width: 61.4375em) {
  .pizza-endings .list-grid__item:first-child .cta {
    padding-top: 4em;
  }
}
@media all and (max-width: 567px) {
  .pizza-endings .list-grid__item:first-child {
    position: relative;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
    background-size: 32%;
  }
  .pizza-endings .list-grid__item:first-child .cta {
    width: 90%;
    padding-left: 0;
    margin: 0 auto;
  }
}
.pizza-endings .list-grid__item:nth-child(2) .cta,
.pizza-endings .list-grid__item:nth-child(3) .cta,
.pizza-endings .list-grid__item:nth-child(4) .cta {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.pizza-endings .list-grid__item:nth-child(2) .cta:hover,
.pizza-endings .list-grid__item:nth-child(3) .cta:hover,
.pizza-endings .list-grid__item:nth-child(4) .cta:hover {
  -webkit-animation: bounce 0.5s infinite alternate;
          animation: bounce 0.5s infinite alternate;
}
@media screen and (max-width: 47.9375em) {
  .pizza-endings .list-grid__item:nth-child(2),
  .pizza-endings .list-grid__item:nth-child(3),
  .pizza-endings .list-grid__item:nth-child(4) {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
    margin-bottom: 4em;
  }
}
@media all and (max-width: 567px) {
  .pizza-endings .list-grid__item:nth-child(2),
  .pizza-endings .list-grid__item:nth-child(3),
  .pizza-endings .list-grid__item:nth-child(4) {
    -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%;
    min-width: 33.33333333%;
    margin-bottom: 1em;
    margin-top: 1em;
  }
}
.pizza-endings .list-grid__item:last-child {
  padding-top: 6em;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  border-left: 6px solid #fff;
  background: url(../images/endings-full-bg.71e8e273134501574584f261daa17292.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.pizza-endings .list-grid__item:last-child .cta__txt {
  color: #fff;
  font-weight: 400;
  font-size: 1.125rem;
  width: 45%;
  margin: 0 auto;
  line-height: 18px;
}
.pizza-endings .list-grid__item:last-child .cta__txt:before {
  content: "";
  display: block;
  height: 45px;
  width: 100%;
  background: url(../images/play.84ab248bc047e5071919b8501d8e9d30.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 8px;
}
.pizza-endings .list-grid__item:last-child .content-item__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.pizza-endings .list-grid__item:last-child .content-item__primary {
  margin-top: -4em;
}
.pizza-endings .list-grid__item:last-child .content-item__secondary {
  margin-bottom: -9em;
}
@media screen and (max-width: 61.4375em) {
  .pizza-endings .list-grid__item:last-child .content-item__primary {
    margin-top: -2em;
  }
}
@media screen and (max-width: 47.9375em) {
  .pizza-endings .list-grid__item:last-child {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
  }
  .pizza-endings .list-grid__item:last-child .content-item__secondary {
    margin-bottom: -4em;
  }
}
@media all and (max-width: 567px) {
  .pizza-endings .list-grid__item:last-child {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
    border-left: 0 none;
    padding-top: 0;
    border-top: 6px solid #fff;
  }
  .pizza-endings .list-grid__item:last-child .content-item__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pizza-endings .list-grid__item:last-child .content-item__primary,
  .pizza-endings .list-grid__item:last-child .content-item__secondary {
    width: 50%;
  }
  .pizza-endings .list-grid__item:last-child .cta__txt {
    width: 75%;
  }
}
.pizza-endings .format__obj {
  width: 100%;
}
.pizza-endings .has--full-video .format {
  height: 100%;
  padding-bottom: 0;
}
.pizza-endings .has--full-video .format__obj {
  width: 130%;
  position: relative;
  left: 0;
  top: 0;
  -webkit-transform: translate(-15%, 0);
          transform: translate(-15%, 0);
}
@media all and (max-width: 567px) {
  .pizza-endings .has--full-video .format__obj {
    width: 100%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.pizza-endings .cta__title {
  color: #fff;
  font-size: 3.25rem;
  margin-bottom: 0;
  text-shadow: 6px 4px 0px #0f4d90, 6px 1px 0px #0f4d90;
  text-transform: uppercase;
  line-height: 52px;
}
@media screen and (max-width: 61.4375em) {
  .pizza-endings .cta__title {
    font-size: 3rem;
    line-height: 48px;
  }
}
@media screen and (max-width: 47.9375em) {
  .pizza-endings .cta__title {
    font-size: 2.25rem;
    line-height: 36px;
  }
}
@media screen and (max-width: 35.9375em) {
  .pizza-endings .cta__title {
    font-size: 1.75rem;
    line-height: 28px;
  }
}
.pizza-endings .cta__txt {
  font-weight: 800;
  font-size: 1.25rem;
}
@media screen and (max-width: 35.9375em) {
  .pizza-endings .cta__txt {
    font-size: 1.125rem;
  }
}
@media all and (max-width: 567px) {
  .pizza-endings .cta__txt {
    font-size: 1rem;
  }
}
.modal__inner {
  width: 90%;
  border: 6px solid #fff;
}
.modal__close {
  top: 20px;
  right: 20px;
}
.modal__close:before {
  font-size: 2.5rem;
  color: #fff;
}
.modal-backdrop.am-fade,
.aside-backdrop.am-fade {
  background: rgba(0, 0, 0, 0.7);
}
.game.catcher .close-catcher {
  z-index: 7;
}
.game.catcher .cta {
  position: relative;
  width: 80%;
  margin: 0 auto;
  background-color: #5bcbf5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#57c9f4), color-stop(#b3e3fa), color-stop(#d2eefc), color-stop(#bfe8fb), to(#a3dcf7));
  background-image: linear-gradient(#57c9f4, #b3e3fa, #d2eefc, #bfe8fb, #a3dcf7);
  border: 6px solid #fff;
  overflow: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.game.catcher .cta:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/crookcatcher-bg.eb94e6920acc6dc1c4424e8cda3d8c9f.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: 100% top;
}
@media all and (max-width: 567px) {
  .game.catcher .cta:before {
    display: none;
  }
}
@media screen and (max-width: 73.4375em) {
  .game.catcher .cta {
    width: 90%;
  }
}
@media screen and (max-width: 61.4375em) {
  .game.catcher .cta {
    width: 95%;
  }
}
.game.catcher .format {
  padding-bottom: 0;
  height: 100%;
}
.game.catcher .format__obj {
  position: relative;
  left: 0;
  top: 0;
  -webkit-transform: translate(-27%, 7%);
          transform: translate(-27%, 7%);
  width: 40%;
}
@media screen and (max-width: 47.9375em) {
  .game.catcher .format__obj {
    -webkit-transform: translate(-34%, 22%);
            transform: translate(-34%, 22%);
  }
}
@media all and (max-width: 567px) {
  .game.catcher .format__obj {
    -webkit-transform: translate(-10%, 20%);
            transform: translate(-10%, 20%);
    width: 60%;
  }
}
@media all and (max-width: 567px) {
  .game.catcher .content-item__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    background: url(../images/speech-mobile-flipped.fb8ceadabafc0e891645e1e30e5f0faa.png);
    background-repeat: no-repeat;
    background-size: 175%;
    background-position: 45% -18%;
  }
}
@media all and (max-width: 375px) {
  .game.catcher .content-item__inner {
    background-size: 200%;
  }
}
@media all and (max-width: 320px) {
  .game.catcher .content-item__inner {
    background-size: 200%;
  }
}
.game.catcher .content-item__primary {
  z-index: 2;
}
@media all and (max-width: 567px) {
  .game.catcher .content-item__primary {
    z-index: 0;
  }
}
.game.catcher .content-item__secondary {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.game.catcher .content-item__secondary:before {
  content: "";
  display: block;
  position: absolute;
  top: -45%;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/speech-bt-left.70b166bc2c01c2a438bb47e4f2d9b995.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
  z-index: 1;
}
@media all and (min-width: 1500px) {
  .game.catcher .content-item__secondary:before {
    background-size: 55%;
  }
}
@media all and (min-width: 1280px) {
  .game.catcher .content-item__secondary:before {
    background-size: 75%;
  }
}
@media screen and (max-width: 47.9375em) {
  .game.catcher .content-item__secondary:before {
    background-size: 87%;
  }
}
.game.catcher .content-item__secondary-inner {
  height: 100%;
  width: 40%;
  margin: 0 auto;
  z-index: 2;
  padding-top: 2em;
  position: relative;
}
@media all and (min-width: 1500px) {
  .game.catcher .content-item__secondary-inner {
    width: 35%;
    padding-top: 4em;
  }
}
@media all and (max-width: 1280px) {
  .game.catcher .content-item__secondary-inner {
    padding-top: 1em;
    width: 50%;
  }
}
@media screen and (max-width: 47.9375em) {
  .game.catcher .content-item__secondary-inner {
    padding-top: 0;
    width: 60%;
  }
}
@media all and (max-width: 667px) {
  .game.catcher .content-item__secondary-inner {
    width: 70%;
  }
}
@media all and (max-width: 567px) {
  .game.catcher .content-item__secondary {
    position: static;
    padding-top: 2em;
  }
  .game.catcher .content-item__secondary:before {
    display: none;
  }
  .game.catcher .content-item__secondary-inner {
    position: static;
    width: 80%;
  }
}
@media all and (max-width: 320px) {
  .game.catcher .content-item__secondary-inner {
    width: 97%;
  }
}
.game.catcher .cta__title {
  margin-bottom: 8px;
}
@media screen and (max-width: 61.4375em) {
  .game.catcher .cta__title {
    font-size: 2.125rem;
    line-height: 34px;
  }
}
@media screen and (max-width: 47.9375em) {
  .game.catcher .cta__title {
    font-size: 1.875rem;
    line-height: 30px;
  }
}
.game.catcher .cta__sub-title {
  font-weight: 400;
}
@media screen and (max-width: 61.4375em) {
  .game.catcher .cta__sub-title {
    font-size: 0.875rem;
  }
}
.game.catcher .cta-extra,
.game.catcher .cta-btn {
  width: 50%;
  position: absolute;
  bottom: 18px;
}
.game.catcher .cta-extra__inner,
.game.catcher .cta-btn__inner {
  border-radius: 0;
  background-color: transparent;
  color: transparent;
  font-size: 0px !important;
  width: 170px;
  padding: 28px;
  cursor: pointer;
}
@media all and (max-width: 567px) {
  .game.catcher .cta-extra__inner,
  .game.catcher .cta-btn__inner {
    width: 115px;
  }
}
@media screen and (max-width: 47.9375em) {
  .game.catcher .cta-extra,
  .game.catcher .cta-btn {
    bottom: 8px;
  }
}
.game.catcher .cta-extra {
  left: 0;
  text-align: right;
}
.game.catcher .cta-extra__inner {
  background: url(../images/google-play.a480160b8bd0fdcfbee4dbe8461c578f.png);
  background-repeat: no-repeat;
  background-size: 95%;
}
.game.catcher .cta-btn {
  right: 0;
  z-index: 2;
}
.game.catcher .cta-btn__inner {
  background: url(../images/app-store.083fcbe15d139dd216e4e7ec1db16663.png);
  background-repeat: no-repeat;
  background-size: 96%;
}
.game.fire .close-fire {
  z-index: 7;
}
.game.fire .cta {
  position: relative;
  width: 80%;
  margin: 0 auto;
  background-color: #5bcbf5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#57c9f4), color-stop(#b3e3fa), color-stop(#d2eefc), color-stop(#bfe8fb), to(#a3dcf7));
  background-image: linear-gradient(#57c9f4, #b3e3fa, #d2eefc, #bfe8fb, #a3dcf7);
  border: 6px solid #fff;
  overflow: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.game.fire .cta:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/Firetruck.9bfdda0800cf39f73cc188f6e0024746.png);
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: 100% bottom;
}
@media all and (max-width: 567px) {
  .game.fire .cta:before {
    display: none;
  }
}
@media screen and (max-width: 73.4375em) {
  .game.fire .cta {
    width: 90%;
  }
}
@media screen and (max-width: 61.4375em) {
  .game.fire .cta {
    width: 95%;
  }
}
.game.fire .format {
  padding-bottom: 0;
  height: 100%;
}
.game.fire .format__obj {
  position: relative;
  left: 0;
  top: 0;
  -webkit-transform: translate(-25%, 35%);
          transform: translate(-25%, 35%);
  width: 25%;
}
@media all and (max-width: 567px) {
  .game.fire .format__obj {
    -webkit-transform: translate(-25%, 35%);
            transform: translate(-25%, 35%);
    width: 60%;
  }
}
@media all and (max-width: 567px) {
  .game.fire .content-item__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    background: url(../images/speech-mobile-flipped.fb8ceadabafc0e891645e1e30e5f0faa.png);
    background-repeat: no-repeat;
    background-size: 175%;
    background-position: 45% -18%;
  }
}
@media all and (max-width: 375px) {
  .game.fire .content-item__inner {
    background-size: 200%;
  }
}
@media all and (max-width: 320px) {
  .game.fire .content-item__inner {
    background-size: 200%;
  }
}
.game.fire .content-item__primary {
  z-index: 2;
}
@media all and (max-width: 567px) {
  .game.fire .content-item__primary {
    z-index: 0;
  }
}
.game.fire .content-item__secondary {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.game.fire .content-item__secondary:before {
  content: "";
  display: block;
  position: absolute;
  top: -45%;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/speech-bt-left.70b166bc2c01c2a438bb47e4f2d9b995.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
  z-index: 2;
}
@media all and (min-width: 1500px) {
  .game.fire .content-item__secondary:before {
    background-size: 55%;
  }
}
@media all and (min-width: 1280px) {
  .game.fire .content-item__secondary:before {
    background-size: 75%;
  }
}
@media screen and (max-width: 47.9375em) {
  .game.fire .content-item__secondary:before {
    background-size: 87%;
  }
}
.game.fire .content-item__secondary-inner {
  height: 100%;
  width: 40%;
  margin: 0 auto;
  z-index: 2;
  padding-top: 2em;
  position: relative;
}
@media all and (min-width: 1500px) {
  .game.fire .content-item__secondary-inner {
    width: 35%;
    padding-top: 4em;
  }
}
@media all and (max-width: 1280px) {
  .game.fire .content-item__secondary-inner {
    padding-top: 1em;
    width: 50%;
  }
}
@media screen and (max-width: 47.9375em) {
  .game.fire .content-item__secondary-inner {
    padding-top: 0;
    width: 60%;
  }
}
@media all and (max-width: 667px) {
  .game.fire .content-item__secondary-inner {
    width: 70%;
  }
}
@media all and (max-width: 567px) {
  .game.fire .content-item__secondary {
    position: static;
    padding-top: 2em;
  }
  .game.fire .content-item__secondary:before {
    display: none;
  }
  .game.fire .content-item__secondary-inner {
    position: static;
    width: 80%;
  }
}
@media all and (max-width: 320px) {
  .game.fire .content-item__secondary-inner {
    width: 97%;
  }
}
.game.fire .cta__title {
  margin-bottom: 8px;
}
@media screen and (max-width: 61.4375em) {
  .game.fire .cta__title {
    font-size: 2.125rem;
    line-height: 34px;
  }
}
@media screen and (max-width: 47.9375em) {
  .game.fire .cta__title {
    font-size: 1.875rem;
    line-height: 30px;
  }
}
.game.fire .cta__sub-title {
  font-weight: 400;
}
@media screen and (max-width: 61.4375em) {
  .game.fire .cta__sub-title {
    font-size: 0.875rem;
  }
}
.game.fire .cta-extra,
.game.fire .cta-btn {
  width: 50%;
  position: absolute;
  bottom: 18px;
}
.game.fire .cta-extra__inner,
.game.fire .cta-btn__inner {
  border-radius: 0;
  background-color: transparent;
  color: transparent;
  font-size: 0px !important;
  width: 170px;
  padding: 28px;
  cursor: pointer;
}
@media all and (max-width: 567px) {
  .game.fire .cta-extra__inner,
  .game.fire .cta-btn__inner {
    width: 115px;
  }
}
@media screen and (max-width: 47.9375em) {
  .game.fire .cta-extra,
  .game.fire .cta-btn {
    bottom: 8px;
  }
}
.game.fire .cta-extra {
  left: 0;
  text-align: right;
}
.game.fire .cta-extra__inner {
  background: url(../images/google-play.a480160b8bd0fdcfbee4dbe8461c578f.png);
  background-repeat: no-repeat;
  background-size: 95%;
}
.game.fire .cta-btn {
  right: 0;
  z-index: 2;
}
.game.fire .cta-btn__inner {
  background: url(../images/app-store.083fcbe15d139dd216e4e7ec1db16663.png);
  background-repeat: no-repeat;
  background-size: 96%;
}
.game.garage .close-garage {
  z-index: 7;
}
.game.garage .cta {
  position: relative;
  width: 80%;
  margin: 0 auto;
  background-color: #5bcbf5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#57c9f4), color-stop(#b3e3fa), color-stop(#d2eefc), color-stop(#bfe8fb), to(#a3dcf7));
  background-image: linear-gradient(#57c9f4, #b3e3fa, #d2eefc, #bfe8fb, #a3dcf7);
  border: 6px solid #fff;
  overflow: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.game.garage .cta:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/Bricks.cb62d0e38f8f91485997722fc0be7c5d.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: 145% bottom;
}
@media all and (max-width: 567px) {
  .game.garage .cta:before {
    display: none;
  }
}
@media screen and (max-width: 73.4375em) {
  .game.garage .cta {
    width: 90%;
  }
}
@media screen and (max-width: 61.4375em) {
  .game.garage .cta {
    width: 95%;
  }
}
.game.garage .format {
  padding-bottom: 0;
  height: 100%;
}
.game.garage .format__obj {
  position: relative;
  left: 0;
  top: 0;
  -webkit-transform: translate(-70%, 30%);
          transform: translate(-70%, 30%);
  width: 100%;
}
@media all and (max-width: 567px) {
  .game.garage .content-item__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    background: url(../images/speech-mobile-flipped.fb8ceadabafc0e891645e1e30e5f0faa.png);
    background-repeat: no-repeat;
    background-size: 135%;
    background-position: 45% -60%;
  }
}
@media all and (max-width: 375px) {
  .game.garage .content-item__inner {
    background-size: 145%;
    background-position: 45% -65%;
  }
}
@media all and (max-width: 320px) {
  .game.garage .content-item__inner {
    background-size: 170%;
    background-position: 45% -115%;
  }
}
.game.garage .content-item__primary {
  z-index: 2;
}
@media all and (max-width: 567px) {
  .game.garage .content-item__primary {
    z-index: 0;
  }
}
.game.garage .content-item__secondary {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.game.garage .content-item__secondary:before {
  content: "";
  display: block;
  position: absolute;
  top: -45%;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/speech-bt-left.70b166bc2c01c2a438bb47e4f2d9b995.png);
  background-repeat: no-repeat;
  background-size: 67%;
  background-position: center;
  z-index: 2;
}
@media screen and (max-width: 47.9375em) {
  .game.garage .content-item__secondary:before {
    background-size: 87%;
  }
}
.game.garage .content-item__secondary-inner {
  height: 100%;
  width: 40%;
  margin: 0 auto;
  z-index: 2;
  padding-top: 2em;
  position: relative;
}
@media all and (min-width: 1500px) {
  .game.garage .content-item__secondary-inner {
    width: 35%;
    padding-top: 4em;
  }
}
@media all and (max-width: 1280px) {
  .game.garage .content-item__secondary-inner {
    padding-top: 1em;
    width: 50%;
  }
}
@media screen and (max-width: 47.9375em) {
  .game.garage .content-item__secondary-inner {
    padding-top: 0;
    width: 60%;
  }
}
@media all and (max-width: 667px) {
  .game.garage .content-item__secondary-inner {
    width: 70%;
  }
}
@media all and (max-width: 567px) {
  .game.garage .content-item__secondary {
    position: static;
    padding-top: 2em;
  }
  .game.garage .content-item__secondary:before {
    display: none;
  }
  .game.garage .content-item__secondary-inner {
    position: static;
    width: 80%;
  }
}
@media all and (max-width: 320px) {
  .game.garage .content-item__secondary-inner {
    width: 97%;
  }
}
.game.garage .cta__title {
  margin-bottom: 8px;
}
@media screen and (max-width: 61.4375em) {
  .game.garage .cta__title {
    font-size: 2.125rem;
    line-height: 34px;
  }
}
@media screen and (max-width: 47.9375em) {
  .game.garage .cta__title {
    font-size: 1.875rem;
    line-height: 30px;
  }
}
.game.garage .cta__sub-title {
  font-weight: 400;
}
@media screen and (max-width: 61.4375em) {
  .game.garage .cta__sub-title {
    font-size: 0.875rem;
  }
}
.game.garage .cta-extra,
.game.garage .cta-btn {
  width: 50%;
  position: absolute;
  bottom: 18px;
}
.game.garage .cta-extra__inner,
.game.garage .cta-btn__inner {
  border-radius: 0;
  background-color: transparent;
  color: transparent;
  font-size: 0px !important;
  width: 170px;
  padding: 28px;
  cursor: pointer;
}
@media all and (max-width: 567px) {
  .game.garage .cta-extra__inner,
  .game.garage .cta-btn__inner {
    width: 115px;
  }
}
@media screen and (max-width: 47.9375em) {
  .game.garage .cta-extra,
  .game.garage .cta-btn {
    bottom: 8px;
  }
}
.game.garage .cta-extra {
  left: 0;
  text-align: right;
}
.game.garage .cta-extra__inner {
  background: url(../images/google-play.a480160b8bd0fdcfbee4dbe8461c578f.png);
  background-repeat: no-repeat;
  background-size: 95%;
}
.game.garage .cta-btn {
  right: 0;
  z-index: 2;
}
.game.garage .cta-btn__inner {
  background: url(../images/app-store.083fcbe15d139dd216e4e7ec1db16663.png);
  background-repeat: no-repeat;
  background-size: 96%;
}
.cooking-main .list-grid__list {
  position: relative;
  width: 80%;
  margin: 0 auto;
  background-color: #5bcbf5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#57c9f4), color-stop(#b3e3fa), color-stop(#d2eefc), color-stop(#bfe8fb), to(#a3dcf7));
  background-image: linear-gradient(#57c9f4, #b3e3fa, #d2eefc, #bfe8fb, #a3dcf7);
  border: 6px solid #fff;
  overflow: hidden;
}
@media screen and (max-width: 73.4375em) {
  .cooking-main .list-grid__list {
    width: 90%;
  }
}
@media screen and (max-width: 61.4375em) {
  .cooking-main .list-grid__list {
    width: 95%;
  }
}
.cooking-main .list-grid__list .close-cooking {
  z-index: 7;
  background: url(../images/close-btn-white.fd6f77d84e03c409cbb628254951b789.png);
}
@media all and (max-width: 568px) and (orientation: portrait) {
  .cooking-main .list-grid__list .close-cooking {
    background: url(../images/close-btn.c2b043c8e6e79471525a5f796adafb51.png);
  }
}
.cooking-main .list-grid__item {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
  min-width: 100%;
  padding: 0;
}
.cooking-main .list-grid__item .format {
  padding-bottom: 0;
  height: 100%;
}
.cooking-main .list-grid__item .format__obj {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.cooking-main .list-grid__item .cta-extra__inner {
  text-transform: uppercase;
}
.cooking-main .list-grid__item:first-child {
  z-index: 2;
}
.cooking-main .list-grid__item:first-child .format__obj {
  width: 100%;
}
.cooking-main .list-grid__item:first-child .cta__sub-title {
  font-size: 2.625rem;
  font-weight: 800;
  line-height: 42px;
  margin-bottom: 0;
}
@media screen and (max-width: 61.4375em) {
  .cooking-main .list-grid__item:first-child .cta__sub-title {
    font-size: 2.125rem;
    line-height: 34px;
  }
}
@media screen and (max-width: 47.9375em) {
  .cooking-main .list-grid__item:first-child .cta__sub-title {
    font-size: 1.875rem;
    line-height: 30px;
  }
}
.cooking-main .list-grid__item:first-child,
.cooking-main .list-grid__item:nth-child(3) {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../images/pizzeria-bg.e355091f863f0bcf2178f19dfbb4d952.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
}
.cooking-main .list-grid__item:first-child .content-item__primary,
.cooking-main .list-grid__item:nth-child(3) .content-item__primary {
  height: 100%;
}
.cooking-main .list-grid__item:first-child .content-item__secondary,
.cooking-main .list-grid__item:nth-child(3) .content-item__secondary {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/speech-bt-left.70b166bc2c01c2a438bb47e4f2d9b995.png);
  background-repeat: no-repeat;
  background-size: 55%;
  background-position: 92% center;
}
.cooking-main .list-grid__item:first-child .content-item__secondary-inner,
.cooking-main .list-grid__item:nth-child(3) .content-item__secondary-inner {
  margin-left: 55%;
  width: 35%;
}
@media all and (max-width: 926px) and (orientation: landscape) {
  .cooking-main .list-grid__item:first-child .content-item__secondary,
  .cooking-main .list-grid__item:nth-child(3) .content-item__secondary {
    background-size: 65%;
    background-position: 92% center;
  }
  .cooking-main .list-grid__item:first-child .content-item__secondary-inner,
  .cooking-main .list-grid__item:nth-child(3) .content-item__secondary-inner {
    margin-left: 45%;
    width: 47%;
  }
}
.cooking-main .list-grid__item:first-child .format,
.cooking-main .list-grid__item:nth-child(3) .format {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cooking-main .list-grid__item:first-child .format__obj,
.cooking-main .list-grid__item:nth-child(3) .format__obj {
  width: 35%;
  margin-left: 2.5%;
}
@media screen and (max-width: 61.4375em) {
  .cooking-main .list-grid__item:first-child .cta__title,
  .cooking-main .list-grid__item:nth-child(3) .cta__title {
    font-size: 2.125rem;
    line-height: 34px;
  }
}
@media screen and (max-width: 47.9375em) {
  .cooking-main .list-grid__item:first-child .cta__title,
  .cooking-main .list-grid__item:nth-child(3) .cta__title {
    font-size: 1.875rem;
    line-height: 30px;
  }
}
@media all and (max-width: 568px) and (orientation: portrait) {
  .cooking-main .list-grid__item:first-child .content-item,
  .cooking-main .list-grid__item:nth-child(3) .content-item {
    background: url(../images/speech-mobile.3b46c7178b7f7ea90cad84047c9c50ec.png);
    background-repeat: no-repeat;
    background-size: 150%;
    background-position: center -21%;
  }
  .cooking-main .list-grid__item:first-child .content-item__inner,
  .cooking-main .list-grid__item:nth-child(3) .content-item__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .cooking-main .list-grid__item:first-child .content-item__secondary,
  .cooking-main .list-grid__item:nth-child(3) .content-item__secondary {
    position: relative;
    background: transparent;
    padding-top: 14%;
  }
  .cooking-main .list-grid__item:first-child .content-item__secondary-inner,
  .cooking-main .list-grid__item:nth-child(3) .content-item__secondary-inner {
    width: 90%;
    margin: 0 auto;
  }
  .cooking-main .list-grid__item:first-child .format__obj,
  .cooking-main .list-grid__item:nth-child(3) .format__obj {
    width: 70%;
    margin-left: 5.5%;
  }
}
.cooking-main .list-grid__item:nth-child(2) {
  visibility: hidden;
  z-index: 1;
}
.cooking-main .list-grid__item:nth-child(2) > .cooking-game > .content-item__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cooking-main .list-grid__item:nth-child(2) > .cooking-game > .content-item__inner .content-item__secondary {
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 6;
}
.cooking-main .list-grid__item:nth-child(2) > .cooking-game > .content-item__inner .format {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 45%;
  width: 45%;
  margin: 0 auto;
}
.cooking-main .list-grid__item:nth-child(2) > .cooking-game > .content-item__inner .format__obj {
  position: absolute;
  height: 100%;
}
@media all and (max-width: 568px) and (orientation: portrait) {
  .cooking-main .list-grid__item:nth-child(2) > .cooking-game > .content-item__inner .format {
    padding-bottom: 70%;
    width: auto;
    margin: 0 auto;
  }
  .cooking-main .list-grid__item:nth-child(2) > .cooking-game > .content-item__inner .format__obj {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media all and (max-width: 568px) and (orientation: portrait) {
  .cooking-main .list-grid__item:nth-child(2) > .cta {
    display: block;
    padding-bottom: 80%;
  }
}
.cooking-main .list-grid__item:nth-child(3) {
  visibility: hidden;
  z-index: 1;
}
.cooking-main .list-grid__item:nth-child(3) .format__obj {
  width: 40%;
}
@media all and (max-width: 568px) and (orientation: portrait) {
  .cooking-main .list-grid__item:nth-child(3) .format__obj {
    width: 90%;
  }
}
.cooking .my-pizza {
  position: absolute;
  bottom: 9%;
  left: -5.5%;
  width: 28%;
}
@media all and (max-width: 568px) and (orientation: portrait) {
  .cooking .my-pizza {
    bottom: -15%;
    left: -0.5%;
    width: 40%;
  }
}
.cooking .ing {
  position: absolute;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
.cooking .ing .format {
  padding-bottom: 0 !important;
  height: 100% !important;
  width: 100% !important;
}
.cooking .ing .format__obj {
  position: relative !important;
  width: 100%;
}
.cooking .ing.draggable {
  z-index: 1 !important;
}
.cooking .ing-1 {
  background: url(../images/pepperoni-2.d324e951963b576c7a2f874ffdff8109.png);
  width: 14%;
  left: 0;
  top: 2%;
}
@media all and (max-width: 568px) and (orientation: portrait) {
  .cooking .ing-1 {
    left: 7%;
    top: 50%;
  }
}
.cooking .ing-2 {
  background: url(../images/peas-2.9ab9c3063cd1573325211e1af5082a15.png);
  width: 10%;
  top: 10%;
  left: 16%;
}
@media all and (max-width: 568px) and (orientation: portrait) {
  .cooking .ing-2 {
    top: 54%;
    left: 33%;
  }
}
.cooking .ing-3 {
  background: url(../images/candy-2.30d9b9a52fcc7346d2c8746bff86daa8.png);
  width: 15%;
  top: 28%;
  left: 2%;
}
@media all and (max-width: 568px) and (orientation: portrait) {
  .cooking .ing-3 {
    top: 50%;
    left: 60%;
  }
}
.cooking .ing-4 {
  background: url(../images/egg-2.38628a34212a997f16585af850594db2.png);
  width: 18%;
  bottom: 22%;
  left: 10%;
}
@media all and (max-width: 568px) and (orientation: portrait) {
  .cooking .ing-4 {
    bottom: 32%;
    left: 80%;
  }
}
.cooking .ing-5 {
  background: url(../images/mushroom-2.8335d10363fb1069bc17d3a9f0de6606.png);
  width: 12%;
  bottom: 19%;
  left: 0%;
}
@media all and (max-width: 568px) and (orientation: portrait) {
  .cooking .ing-5 {
    bottom: 26%;
    left: 8%;
  }
}
.cooking .ing-6 {
  background: url(../images/tuna-2.4a27be4c4164330b5c44addc194965a0.png);
  width: 28%;
  bottom: 0;
  left: 0;
}
@media all and (max-width: 568px) and (orientation: portrait) {
  .cooking .ing-6 {
    bottom: 17%;
    left: 34%;
  }
}
.cooking .ing-7 {
  background: url(../images/orange-2.4f8f4837d9b6d88f60ed0472f5ad0577.png);
  width: 16%;
  right: 16%;
  top: 0;
}
@media all and (max-width: 568px) and (orientation: portrait) {
  .cooking .ing-7 {
    right: 78%;
    top: 80%;
  }
}
.cooking .ing-8 {
  background: url(../images/gummybear-green-2.a1b37ab9793d61218f1d249895f7033c.png);
  width: 10%;
  right: 14%;
  top: 28%;
}
@media all and (max-width: 568px) and (orientation: portrait) {
  .cooking .ing-8 {
    right: 44%;
    top: 64%;
  }
}
.cooking .ing-9 {
  background: url(../images/gummybear-orange-2.8256bc8ae1282e3bc63276279a7d1bc1.png);
  width: 10%;
  right: 6%;
  top: 16%;
}
@media all and (max-width: 568px) and (orientation: portrait) {
  .cooking .ing-9 {
    right: 65%;
    top: 88%;
  }
}
.cooking .ing-10 {
  background: url(../images/gummybear-purple-2.a2cd98f0943cf4e9212979f75532f52a.png);
  width: 12%;
  right: 2%;
  top: 40%;
}
@media all and (max-width: 568px) and (orientation: portrait) {
  .cooking .ing-10 {
    right: 19%;
    top: 85%;
  }
}
.cooking .ing-11 {
  background: url(../images/bacon-2.72a961181dc2b5fa98e49bcb9542ff09.png);
  width: 14%;
  right: 14%;
  bottom: 20%;
}
@media all and (max-width: 568px) and (orientation: portrait) {
  .cooking .ing-11 {
    right: 9%;
    bottom: 18%;
  }
}
.cooking .ing-12 {
  background: url(../images/ruccola-2.c4927dbf74c5f19c2c6fb31653777425.png);
  width: 19%;
  bottom: 1%;
  right: 2%;
}
@media all and (max-width: 568px) and (orientation: portrait) {
  .cooking .ing-12 {
    bottom: 1%;
    right: 38%;
  }
}
.ramp .list-grid__inner {
  position: relative;
  width: 80%;
  margin: 0 auto;
  background-color: #5bcbf5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#57c9f4), color-stop(#b3e3fa), color-stop(#d2eefc), color-stop(#bfe8fb), to(#a3dcf7));
  background-image: linear-gradient(#57c9f4, #b3e3fa, #d2eefc, #bfe8fb, #a3dcf7);
  border: 6px solid #fff;
  overflow: hidden;
  background-image: url(../images/ramp.919881ade261e1a53c315b148f0341ec.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
}
@media all and (max-width: 568px) and (orientation: portrait) {
  .ramp .list-grid__inner {
    background-image: none;
  }
}
@media screen and (max-width: 73.4375em) {
  .ramp .list-grid__inner {
    width: 90%;
  }
}
@media screen and (max-width: 61.4375em) {
  .ramp .list-grid__inner {
    width: 95%;
  }
}
.ramp .list-grid__inner .close-ramp {
  z-index: 7;
  background: url(../images/close-btn-white.fd6f77d84e03c409cbb628254951b789.png);
}
@media all and (max-width: 568px) and (orientation: portrait) {
  .ramp .list-grid__inner .close-ramp {
    background: url(../images/close-btn.c2b043c8e6e79471525a5f796adafb51.png);
  }
}
@media screen and (max-width: 61.4375em) {
  .ramp .cta__title {
    font-size: 2.125rem;
    line-height: 34px;
  }
}
@media screen and (max-width: 47.9375em) {
  .ramp .cta__title {
    font-size: 1.875rem;
    line-height: 30px;
  }
}
.ramp-nav .list-grid__list {
  width: 60%;
  margin-left: 5%;
  padding: 10% 0 16%;
}
@media all and (max-width: 568px) and (orientation: portrait) {
  .ramp-nav .list-grid__list {
    width: 90%;
    margin: 0 auto;
    padding-top: 16%;
  }
}
.ramp-nav .list-grid__item:first-child {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
  min-width: 100%;
}
@media screen and (max-width: 47.9375em) {
  .ramp-nav .list-grid__item:nth-child(2),
  .ramp-nav .list-grid__item:nth-child(3),
  .ramp-nav .list-grid__item:nth-child(4),
  .ramp-nav .list-grid__item:nth-child(5) {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
  }
}
@media all and (max-width: 568px) and (orientation: portrait) {
  .ramp-nav .list-grid__item:nth-child(2),
  .ramp-nav .list-grid__item:nth-child(3),
  .ramp-nav .list-grid__item:nth-child(4),
  .ramp-nav .list-grid__item:nth-child(5) {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
    padding: 12px;
  }
}
.ramp-nav .ramp-btn {
  border: 6px solid #fff;
  border-radius: 9px;
  -webkit-box-shadow: 0px 0px 12px #000000;
          box-shadow: 0px 0px 12px #000000;
  cursor: pointer;
}
.ramp-nav .ramp-btn.selected {
  border-color: #1dc1ea;
}
.ramp-nav .cta__title {
  width: 70%;
}
@media screen and (max-width: 89.9375em) {
  .ramp-nav .cta__title {
    width: 80%;
  }
}
@media screen and (max-width: 73.4375em) {
  .ramp-nav .cta__title {
    width: 85%;
  }
}
@media screen and (max-width: 61.4375em) {
  .ramp-nav .cta__title {
    width: 100%;
  }
}
@media all and (max-width: 568px) and (orientation: portrait) {
  .ramp-result .content-item__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.ramp-result .content-item__secondary {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../images/speech.419a755e7c1b7512bb1f1f02c8b3c6a6.png);
  background-repeat: no-repeat;
  background-size: 55%;
  background-position: 10% center;
}
.ramp-result .content-item__secondary-inner {
  width: 45%;
  margin-left: 10%;
}
@media screen and (max-width: 73.4375em) {
  .ramp-result .content-item__secondary {
    background-size: 65%;
    background-position: 5% center;
  }
}
@media screen and (max-width: 61.4375em) {
  .ramp-result .content-item__secondary {
    background-position: 0% center;
  }
  .ramp-result .content-item__secondary-inner {
    width: 50%;
    margin-left: 8%;
  }
}
@media screen and (max-width: 47.9375em) {
  .ramp-result .content-item__secondary {
    background-size: 80%;
    background-position: -40% center;
  }
}
@media all and (max-width: 568px) and (orientation: portrait) {
  .ramp-result .content-item__secondary {
    position: relative;
    background: transparent;
  }
  .ramp-result .content-item__secondary-inner {
    width: 95%;
    margin: 0 auto;
    padding-top: 16%;
  }
}
.ramp-result .format {
  padding-bottom: 50%;
  position: relative;
  z-index: 2;
}
.ramp-result .format__obj {
  height: 90%;
  margin-left: auto;
  width: auto;
  left: 70%;
}
@media all and (max-width: 568px) and (orientation: portrait) {
  .ramp-result .format {
    padding-bottom: 90%;
  }
  .ramp-result .format__obj {
    height: 100% !important;
    left: 50% !important;
    top: 70% !important;
  }
}
@media all and (max-width: 568px) and (orientation: portrait) {
  .ramp-result .cta {
    background: url(../images/speech-mobile-flipped.fb8ceadabafc0e891645e1e30e5f0faa.png);
    background-repeat: no-repeat;
    background-size: 155%;
    background-position: center -47%;
  }
}
.ramp-result .cta.ramp-2 .format__obj {
  height: 50%;
  left: 75%;
  top: 55%;
}
@media all and (max-width: 926px) and (orientation: landscape) {
  .ramp-result .cta.ramp-2 .format__obj {
    top: 45%;
  }
}
@media all and (max-width: 568px) and (orientation: portrait) {
  .ramp-result .cta.ramp-2 .format__obj {
    top: 60% !important;
  }
}
.ramp-result .cta.ramp-3 .cta__title {
  margin-bottom: 0;
}
.ramp-result .cta.ramp-3 .cta__sub-title {
  font-size: 2.625rem;
  line-height: 42px;
  font-weight: 800;
  margin-bottom: 16px;
}
@media screen and (max-width: 61.4375em) {
  .ramp-result .cta.ramp-3 .cta__sub-title {
    font-size: 2.125rem;
    line-height: 34px;
  }
}
@media screen and (max-width: 47.9375em) {
  .ramp-result .cta.ramp-3 .cta__sub-title {
    font-size: 1.875rem;
    line-height: 30px;
  }
}
.ramp-result .cta.ramp-3 .format__obj {
  height: 66%;
  left: 78%;
  top: 32%;
}
.ramp-result .cta.ramp-4 .format__obj {
  height: 45%;
  left: 72%;
  top: 58%;
}
@media all and (max-width: 926px) and (orientation: landscape) {
  .ramp-result .cta.ramp-4 .format__obj {
    top: 45%;
  }
}
@media all and (max-width: 568px) and (orientation: portrait) {
  .ramp-result .cta.ramp-4 .format__obj {
    height: 70% !important;
    top: 65% !important;
  }
}
.ramp-result .list-grid__list {
  position: relative;
}
.ramp-result .list-grid__item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
}
.ramp-result .list-grid__item:first-child {
  position: relative;
}
.ramp-result .list-grid__item.result {
  visibility: visible;
}
.stickers-main .list-grid__list {
  position: relative;
  width: 80%;
  margin: 0 auto;
  background-color: #5bcbf5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#57c9f4), color-stop(#b3e3fa), color-stop(#d2eefc), color-stop(#bfe8fb), to(#a3dcf7));
  background-image: linear-gradient(#57c9f4, #b3e3fa, #d2eefc, #bfe8fb, #a3dcf7);
  border: 6px solid #fff;
  overflow: hidden;
}
@media screen and (max-width: 73.4375em) {
  .stickers-main .list-grid__list {
    width: 90%;
  }
}
@media screen and (max-width: 61.4375em) {
  .stickers-main .list-grid__list {
    width: 95%;
  }
}
.stickers-main .list-grid__list .close-stickers {
  z-index: 7;
}
@media all and (max-width: 568px) and (orientation: portrait) {
  .stickers-main .list-grid__list .close-stickers {
    background: url(../images/close-btn.c2b043c8e6e79471525a5f796adafb51.png);
  }
}
.stickers-main .list-grid__item {
  background-color: #5bcbf5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#57c9f4), color-stop(#b3e3fa), color-stop(#d2eefc), color-stop(#bfe8fb), to(#a3dcf7));
  background-image: linear-gradient(#57c9f4, #b3e3fa, #d2eefc, #bfe8fb, #a3dcf7);
}
.stickers-main .list-grid__item .format {
  padding-bottom: 0;
  height: 100%;
}
.stickers-main .list-grid__item .format__obj {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.stickers-main .list-grid__item:first-child,
.stickers-main .list-grid__item:nth-child(3) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  padding: 0;
}
.stickers-main .list-grid__item:nth-child(2) {
  position: relative;
  visibility: hidden;
  z-index: 1;
}
.stickers-main .list-grid__item:first-child {
  visibility: visible;
  z-index: 2;
}
@media screen and (max-width: 61.4375em) {
  .stickers-main .cta__title {
    font-size: 2.125rem;
    line-height: 34px;
  }
}
@media screen and (max-width: 47.9375em) {
  .stickers-main .cta__title {
    font-size: 1.875rem;
    line-height: 30px;
  }
}
.stickers-intro {
  background: url(../images/Sticker-bg-car.f6d84533ccce333cb1aa86c5e1378309.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
}
@media screen and (max-width: 35.9375em) {
  .stickers-intro {
    background-size: 150%;
    background-position: left bottom;
  }
}
.stickers-intro .format {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.stickers-intro .format__obj {
  width: 45%;
  z-index: 2;
  margin-right: 24px;
}
@media screen and (max-width: 47.9375em) {
  .stickers-intro .format__obj {
    width: 34%;
    margin-right: 0;
  }
}
@media screen and (max-width: 35.9375em) {
  .stickers-intro .format__obj {
    margin-right: 20%;
  }
}
.stickers-intro .content-item__primary {
  height: 100%;
}
.stickers-intro .content-item__secondary {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/speech-bt-right.51b5e05b7c331d71223f101dc181be53.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: -80px -134px;
}
.stickers-intro .content-item__secondary-inner {
  width: 50%;
  margin-left: 5%;
  padding-top: 5%;
}
@media all and (max-width: 926px) and (orientation: landscape) {
  .stickers-intro .content-item__secondary {
    background-size: 85%;
    background-position: -160px -134px;
  }
}
@media screen and (max-width: 47.9375em) {
  .stickers-intro .content-item__secondary {
    background-size: 107%;
    background-position: -160px -134px;
  }
  .stickers-intro .content-item__secondary-inner {
    width: 60%;
  }
}
@media screen and (max-width: 35.9375em) {
  .stickers-intro .content-item__secondary {
    background: url(../images/speech-mobile-flipped.fb8ceadabafc0e891645e1e30e5f0faa.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -13rem -6rem;
  }
  .stickers-intro .content-item__secondary-inner {
    width: 80%;
    margin: 0 auto;
    padding-top: 12%;
  }
}
.stickers-game {
  padding: 4rem 0 8rem;
}
.stickers-game > .content-item__inner .format {
  padding-bottom: 1rem;
}
.stickers-game > .content-item__inner .format__obj {
  width: 75%;
  margin: 0 auto;
}
.stickers-game > .content-item__inner .content-item__secondary {
  position: absolute;
  right: 8px;
  bottom: 8px;
}
@media all and (max-width: 926px) and (orientation: landscape) {
  .stickers-game {
    padding: 1rem 0 6rem;
  }
  .stickers-game > .content-item__inner .format__obj {
    width: 70%;
  }
}
@media screen and (max-width: 35.9375em) {
  .stickers-game {
    padding: 6rem 0 14rem;
  }
  .stickers-game > .content-item__inner .format__obj {
    width: 95%;
  }
}
.stickers-game .car-sticker {
  position: absolute;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
.stickers-game .car-sticker .format {
  padding-bottom: 0 !important;
  height: 100% !important;
  width: 100% !important;
}
.stickers-game .car-sticker .format__obj {
  position: relative !important;
  width: 100%;
}
.stickers-game .car-sticker.draggable {
  z-index: 1 !important;
}
.stickers-game .car-sticker--1 {
  left: 4%;
  bottom: 3.5rem;
  width: 14%;
  background: url(../images/Sticker-01.6f5d339ede10b926960e714a2ee3fbde.png);
}
@media screen and (max-width: 35.9375em) {
  .stickers-game .car-sticker--1 {
    bottom: 10rem;
    width: 20%;
  }
}
.stickers-game .car-sticker--2 {
  left: 23%;
  bottom: 3.5rem;
  width: 5%;
  background: url(../images/Sticker-02.136bde87c6af6cf0314ccfa0916d288f.png);
}
@media screen and (max-width: 35.9375em) {
  .stickers-game .car-sticker--2 {
    left: 34%;
    bottom: 10rem;
    width: 8%;
  }
}
.stickers-game .car-sticker--3 {
  bottom: 3rem;
  left: 40%;
  width: 6%;
  background: url(../images/Sticker-03.d93e0da0cc65b52d476a815e2844c9a3.png);
}
@media screen and (max-width: 35.9375em) {
  .stickers-game .car-sticker--3 {
    bottom: 9.5rem;
    left: 55%;
    width: 9%;
  }
}
.stickers-game .car-sticker--4 {
  bottom: 3rem;
  left: 57%;
  width: 4%;
  background: url(../images/Sticker-04.860c5dafd09904591893003278339197.png);
}
@media screen and (max-width: 35.9375em) {
  .stickers-game .car-sticker--4 {
    bottom: 9.5rem;
    left: 80%;
    width: 7%;
  }
}
.stickers-game .car-sticker--5 {
  bottom: 4rem;
  left: 68%;
  width: 5%;
  background: url(../images/Sticker-05.6588afcb6a1b7fb6959ec02a92489daf.png);
}
@media screen and (max-width: 35.9375em) {
  .stickers-game .car-sticker--5 {
    bottom: 7rem;
    left: 23%;
    width: 8%;
  }
}
.stickers-game .car-sticker--6 {
  bottom: 4rem;
  left: 83%;
  width: 5%;
  background: url(../images/Sticker-06.05080bd878c9d0ee60c944d43235bfaf.png);
}
@media screen and (max-width: 35.9375em) {
  .stickers-game .car-sticker--6 {
    bottom: 8rem;
    left: 44%;
    width: 8%;
  }
}
.stickers-game .car-sticker--7 {
  left: 4%;
  bottom: 1rem;
  width: 15%;
  background: url(../images/Sticker-07.1fbff97fecbcacd1fdb1c44a4634e0d6.png);
}
@media screen and (max-width: 35.9375em) {
  .stickers-game .car-sticker--7 {
    left: 4%;
    bottom: 5rem;
    width: 24%;
  }
}
.stickers-game .car-sticker--8 {
  bottom: 1rem;
  left: 26%;
  width: 9%;
  background: url(../images/Sticker-08.c93f6c5e3bad362f00e382fe220c66ce.png);
}
@media screen and (max-width: 35.9375em) {
  .stickers-game .car-sticker--8 {
    bottom: 7rem;
    left: 60%;
    width: 15%;
  }
}
.stickers-game .car-sticker--9 {
  bottom: 1rem;
  left: 35%;
  width: 10%;
  background: url(../images/Sticker-09.2431ea83d87d9dc88550c1014c0e8456.png);
}
@media screen and (max-width: 35.9375em) {
  .stickers-game .car-sticker--9 {
    bottom: 4.5rem;
    left: 35%;
    width: 15%;
  }
}
.stickers-game .car-sticker--10 {
  bottom: 1rem;
  left: 48%;
  width: 6%;
  background: url(../images/Sticker-10.29258d1a51c6b905967eab027d894bb5.png);
}
@media screen and (max-width: 35.9375em) {
  .stickers-game .car-sticker--10 {
    bottom: 4.5rem;
    left: 80%;
    width: 8%;
  }
}
.stickers-game .car-sticker--11 {
  bottom: 1rem;
  left: 61.5%;
  width: 6%;
  background: url(../images/Sticker-11.abb9dfaa2284e1194696fc64742bea43.png);
}
@media screen and (max-width: 35.9375em) {
  .stickers-game .car-sticker--11 {
    left: 22%;
    width: 9%;
  }
}
.stickers-game .car-sticker--12 {
  bottom: 1rem;
  left: 70%;
  width: 16%;
  background: url(../images/Sticker-12.da6f82eb5af603bd74d4cea6b57e1c7a.png);
}
@media screen and (max-width: 35.9375em) {
  .stickers-game .car-sticker--12 {
    left: 47%;
    width: 32%;
  }
}
.stickers .my-design {
  position: absolute;
  bottom: -22%;
  right: -8%;
  width: 90%;
}
@media screen and (max-width: 47.9375em) {
  .stickers .my-design {
    bottom: -32%;
  }
}
@media screen and (max-width: 35.9375em) {
  .stickers .my-design {
    right: -2%;
    bottom: -42%;
  }
}
.stickers-outro .format {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.stickers-outro .format__obj {
  width: 25%;
  z-index: 2;
}
.stickers-outro .content-item__primary {
  height: 100%;
}
.stickers-outro .content-item__secondary {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url(../images/speech-bt-center.7247e9c771877397e475fa0327bea65e.png);
  background-repeat: no-repeat;
  background-size: 115%;
  background-position: -7rem -28rem;
}
.stickers-outro .content-item__secondary-inner {
  width: 75%;
  margin: 0 auto;
  padding-top: 2%;
}
@media all and (max-width: 1700px) {
  .stickers-outro .content-item__secondary {
    background-position: -7rem -16rem;
  }
}
@media all and (max-width: 1250px) {
  .stickers-outro .content-item__secondary {
    background-position: -7rem -10rem;
  }
}
@media screen and (max-width: 61.4375em) {
  .stickers-outro .content-item__secondary {
    background-position: -5rem -8rem;
  }
}
@media all and (max-width: 926px) and (orientation: landscape) {
  .stickers-outro .format__obj {
    width: 18%;
  }
  .stickers-outro .content-item__secondary {
    background-size: 105%;
    background-position: -2rem -11rem;
  }
  .stickers-outro .content-item__secondary-inner {
    width: 85%;
  }
}
@media screen and (max-width: 47.9375em) {
  .stickers-outro .content-item__secondary {
    background-size: 120%;
    background-position: -4rem -7rem;
  }
}
@media screen and (max-width: 35.9375em) {
  .stickers-outro .format__obj {
    width: 40%;
  }
  .stickers-outro .content-item__secondary {
    background-size: 205%;
    background-position: -13rem -3rem;
  }
}
.game.playground .close-playground {
  z-index: 7;
}
.game.playground .cta {
  position: relative;
  width: 80%;
  margin: 0 auto;
  background-color: #5bcbf5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#57c9f4), color-stop(#b3e3fa), color-stop(#d2eefc), color-stop(#bfe8fb), to(#a3dcf7));
  background-image: linear-gradient(#57c9f4, #b3e3fa, #d2eefc, #bfe8fb, #a3dcf7);
  border: 6px solid #fff;
  overflow: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.game.playground .cta:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/Challenge-bg.c6e6c273187f501540c45fa0445cc02c.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 73.4375em) {
  .game.playground .cta {
    width: 90%;
  }
}
@media screen and (max-width: 61.4375em) {
  .game.playground .cta {
    width: 95%;
  }
}
.game.playground .format {
  padding-bottom: 0;
  height: 100%;
}
.game.playground .format__obj {
  position: relative;
  left: 0;
  top: 0;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  width: 50%;
  padding-top: 10rem;
}
@media screen and (max-width: 35.9375em) {
  .game.playground .format__obj {
    width: 100%;
  }
}
@media all and (max-width: 567px) {
  .game.playground .content-item__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    background: url(../images/speech-mobile.3b46c7178b7f7ea90cad84047c9c50ec.png);
    background-repeat: no-repeat;
    background-size: 150%;
    background-position: 45% -15%;
    z-index: 1;
  }
}
@media all and (max-width: 375px) {
  .game.playground .content-item__inner {
    background-size: 170%;
  }
}
@media all and (max-width: 320px) {
  .game.playground .content-item__inner {
    background-size: 200%;
  }
}
.game.playground .content-item__primary {
  z-index: 2;
}
@media all and (max-width: 567px) {
  .game.playground .content-item__primary {
    z-index: 0;
  }
}
.game.playground .content-item__secondary {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.game.playground .content-item__secondary:before {
  content: "";
  display: block;
  position: absolute;
  top: -45%;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/speech-bt-left.70b166bc2c01c2a438bb47e4f2d9b995.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
  z-index: 1;
}
@media all and (min-width: 1500px) {
  .game.playground .content-item__secondary:before {
    background-size: 55%;
  }
}
@media all and (min-width: 1280px) {
  .game.playground .content-item__secondary:before {
    background-size: 65%;
  }
}
@media screen and (max-width: 47.9375em) {
  .game.playground .content-item__secondary:before {
    background-size: 87%;
  }
}
.game.playground .content-item__secondary-inner {
  height: 100%;
  width: 40%;
  margin: 0 auto;
  z-index: 2;
  padding-top: 2em;
  position: relative;
}
@media all and (min-width: 1500px) {
  .game.playground .content-item__secondary-inner {
    width: 35%;
    padding-top: 4em;
  }
}
@media all and (max-width: 1280px) {
  .game.playground .content-item__secondary-inner {
    padding-top: 1em;
    width: 45%;
  }
}
@media screen and (max-width: 47.9375em) {
  .game.playground .content-item__secondary-inner {
    padding-top: 0;
    width: 60%;
  }
}
@media all and (max-width: 667px) {
  .game.playground .content-item__secondary-inner {
    width: 70%;
  }
}
@media all and (max-width: 567px) {
  .game.playground .content-item__secondary {
    position: static;
    padding-top: 2em;
  }
  .game.playground .content-item__secondary:before {
    display: none;
  }
  .game.playground .content-item__secondary-inner {
    position: static;
    width: 80%;
  }
}
@media all and (max-width: 320px) {
  .game.playground .content-item__secondary-inner {
    width: 97%;
  }
}
.game.playground .cta__title {
  margin-bottom: 8px;
}
@media screen and (max-width: 61.4375em) {
  .game.playground .cta__title {
    font-size: 2.125rem;
    line-height: 34px;
  }
}
@media screen and (max-width: 47.9375em) {
  .game.playground .cta__title {
    font-size: 1.875rem;
    line-height: 30px;
  }
}
.game.playground .cta__sub-title {
  font-weight: 400;
}
@media screen and (max-width: 61.4375em) {
  .game.playground .cta__sub-title {
    font-size: 0.875rem;
  }
}
.game.playground .cta-extra,
.game.playground .cta-btn {
  width: 50%;
  position: absolute;
  bottom: 18px;
}
.game.playground .cta-extra__inner,
.game.playground .cta-btn__inner {
  border-radius: 0;
  background-color: transparent;
  color: transparent;
  font-size: 0px !important;
  width: 170px;
  padding: 28px;
  cursor: pointer;
}
@media all and (max-width: 567px) {
  .game.playground .cta-extra__inner,
  .game.playground .cta-btn__inner {
    width: 115px;
  }
}
@media screen and (max-width: 47.9375em) {
  .game.playground .cta-extra,
  .game.playground .cta-btn {
    bottom: 8px;
  }
}
.game.playground .cta-extra {
  left: 0;
  text-align: right;
}
.game.playground .cta-extra__inner {
  background: url(../images/google-play.a480160b8bd0fdcfbee4dbe8461c578f.png);
  background-repeat: no-repeat;
  background-size: 95%;
}
.game.playground .cta-btn {
  right: 0;
  z-index: 2;
}
.game.playground .cta-btn__inner {
  background: url(../images/app-store.083fcbe15d139dd216e4e7ec1db16663.png);
  background-repeat: no-repeat;
  background-size: 96%;
}
.memory .close-memory,
.memory .close-wildlife-memory {
  z-index: 7;
}
.memory .list-grid__inner {
  position: relative;
  width: 80%;
  margin: 0 auto;
  background-color: #5bcbf5;
  background-image: url(../images/Memory-bg-2.df9b63a0af0ac3fb91f537e53cf9aaa1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border: 6px solid #fff;
  overflow: hidden;
}
@media screen and (max-width: 73.4375em) {
  .memory .list-grid__inner {
    width: 90%;
  }
}
@media screen and (max-width: 61.4375em) {
  .memory .list-grid__inner {
    width: 95%;
  }
}
.memory .list-grid__list {
  width: 75%;
  margin: 0 auto;
  padding: 3rem 0;
}
.memory .list-grid__list .format {
  padding-bottom: 0;
  height: 100%;
  border-radius: 20px;
  border: 4px solid #fff;
  background: url(../images/Memory-card-back.3a5ae57466517223c0a450788b04abfc.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
.memory .list-grid__list .format__obj {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 100%;
  height: auto;
  opacity: 0;
}
@media all and (max-width: 926px) and (orientation: landscape) {
  .memory .list-grid__list {
    width: 55%;
  }
}
@media screen and (max-width: 35.9375em) {
  .memory .list-grid__list {
    width: 60%;
  }
}
.memory .list-grid__item {
  cursor: pointer;
}
.memory .list-grid__item.selected .format__obj {
  opacity: 1;
}
.memory .list-grid__item.matched .format__obj {
  opacity: 1;
}
.memory .list-grid__item.unmatched {
  -webkit-animation: shake 0.5s linear 3;
          animation: shake 0.5s linear 3;
}
@media screen and (max-width: 47.9375em) {
  .memory .list-grid__item {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
  }
}
@media screen and (max-width: 35.9375em) {
  .memory .list-grid__item {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
  }
}
.memory-intro,
.memory-outro {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
  visibility: hidden;
  z-index: 1;
}
.memory-intro .grid-column,
.memory-outro .grid-column,
.memory-intro .grid-content,
.memory-outro .grid-content,
.memory-intro .cta,
.memory-outro .cta,
.memory-intro .content-item__primary,
.memory-outro .content-item__primary {
  height: 100%;
}
.memory-intro .format,
.memory-outro .format {
  padding-bottom: 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.memory-intro .format__obj,
.memory-outro .format__obj {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 55%;
  height: auto;
  z-index: 1;
}
.memory-intro .content-item__secondary,
.memory-outro .content-item__secondary {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/speech-bt-right.51b5e05b7c331d71223f101dc181be53.png);
  background-repeat: no-repeat !important;
  background-position: center -6rem !important;
}
@media screen and (max-width: 47.9375em) {
  .memory-intro .content-item__secondary,
  .memory-outro .content-item__secondary {
    background-position: center -2rem !important;
  }
}
.memory-intro .content-item__secondary-inner,
.memory-outro .content-item__secondary-inner {
  width: 40%;
  margin: 0 auto;
  padding-top: 5%;
}
@media screen and (max-width: 35.9375em) {
  .memory-intro .content-item__secondary-inner,
  .memory-outro .content-item__secondary-inner {
    padding-top: 18%;
  }
}
.memory-intro .cta-extra,
.memory-outro .cta-extra {
  z-index: 2;
  cursor: pointer;
}
.memory-intro .cta-extra__inner,
.memory-outro .cta-extra__inner {
  text-transform: uppercase;
}
@media screen and (max-width: 61.4375em) {
  .memory-intro .cta__title,
  .memory-outro .cta__title {
    font-size: 2.125rem;
    line-height: 34px;
  }
}
@media screen and (max-width: 47.9375em) {
  .memory-intro .cta__title,
  .memory-outro .cta__title {
    font-size: 1.875rem;
    line-height: 30px;
  }
}
.memory-intro {
  visibility: visible;
}
.memory-intro .content-item__secondary {
  background-size: 55%;
}
@media screen and (max-width: 89.9375em) {
  .memory-intro .content-item__secondary {
    background-size: 70%;
  }
  .memory-intro .format__obj {
    width: 45%;
  }
}
@media screen and (max-width: 61.4375em) {
  .memory-intro .content-item__secondary {
    background-size: 80%;
  }
  .memory-intro .content-item__secondary-inner {
    width: 50%;
  }
}
@media all and (max-width: 926px) and (orientation: landscape) {
  .memory-intro .format__obj {
    width: 35%;
  }
}
@media screen and (max-width: 47.9375em) {
  .memory-intro .content-item__secondary {
    background-size: 85%;
  }
  .memory-intro .content-item__secondary-inner {
    width: 55%;
  }
}
@media screen and (max-width: 35.9375em) {
  .memory-intro .content-item__secondary {
    background-size: 200%;
  }
  .memory-intro .content-item__secondary-inner {
    width: 80%;
  }
}
.memory-outro .format__obj {
  width: 40%;
}
.memory-outro .content-item__secondary {
  background-size: 60%;
}
@media screen and (max-width: 89.9375em) {
  .memory-outro .content-item__secondary {
    background-size: 70%;
  }
  .memory-outro .content-item__secondary-inner {
    width: 50%;
  }
}
@media screen and (max-width: 73.4375em) {
  .memory-outro .content-item__secondary {
    background-size: 78%;
  }
}
@media all and (max-width: 926px) and (orientation: landscape) {
  .memory-outro .format__obj {
    width: 30%;
  }
}
@media screen and (max-width: 47.9375em) {
  .memory-outro .content-item__secondary {
    background-size: 85%;
  }
  .memory-outro .content-item__secondary-inner {
    width: 55%;
  }
}
@media screen and (max-width: 35.9375em) {
  .memory-outro .content-item__secondary {
    background-size: 200%;
  }
  .memory-outro .content-item__secondary-inner {
    width: 80%;
  }
}
.memory .time-container {
  position: absolute;
  top: 0;
  left: 0;
}
.memory .time-container div {
  background: #0078c1;
  margin: 8px;
  color: #fff;
  font-size: 1.625rem;
  font-weight: 600;
  padding: 2px 12px;
  width: 98px;
}
@media screen and (max-width: 47.9375em) {
  .memory .time-container div {
    font-size: 1.375rem;
    width: 84px;
    margin: 8px 0 0 8px;
  }
}
.memory.wildlife-memory .list-grid__inner {
  background-color: #5bcbf5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#57c9f4), color-stop(#b3e3fa), color-stop(#d2eefc), color-stop(#bfe8fb), to(#a3dcf7));
  background-image: linear-gradient(#57c9f4, #b3e3fa, #d2eefc, #bfe8fb, #a3dcf7);
}
.memory.wildlife-memory .list-grid__list .format {
  background: url(../images/Memory-wild-card-back.9614a75457aebfcabdbf24f9fa967d9b.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
.memory.wildlife-memory .wildlife-memory__intro .format__obj {
  width: 60%;
  -webkit-transform: translate(0%, 45%);
          transform: translate(0%, 45%);
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 47.9375em) {
  .memory.wildlife-memory .wildlife-memory__intro .format__obj {
    width: 50%;
    -webkit-transform: translate(-7%, 30%);
            transform: translate(-7%, 30%);
  }
}
@media screen and (max-width: 35.9375em) {
  .memory.wildlife-memory .wildlife-memory__intro .format__obj {
    width: 68%;
  }
}
.memory.wildlife-memory .wildlife-memory__intro .content-item__secondary {
  background: url(../images/Speech-bubble-left.5d16595a574b821b38fb97c96786ef10.png);
  background-repeat: no-repeat;
  background-position: 125% center !important;
  background-size: 70%;
}
@media screen and (max-width: 47.9375em) {
  .memory.wildlife-memory .wildlife-memory__intro .content-item__secondary {
    background-size: 75%;
  }
}
@media screen and (max-width: 35.9375em) {
  .memory.wildlife-memory .wildlife-memory__intro .content-item__secondary {
    background: url(../images/speech-mobile-flipped.fb8ceadabafc0e891645e1e30e5f0faa.png);
    background-repeat: no-repeat;
    background-position: 60% -33% !important;
    background-size: 190%;
  }
}
.memory.wildlife-memory .wildlife-memory__intro .content-item__secondary-inner {
  margin-left: 58%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 73.4375em) {
  .memory.wildlife-memory .wildlife-memory__intro .content-item__secondary-inner {
    width: 45%;
    margin-left: 55%;
  }
}
@media screen and (max-width: 47.9375em) {
  .memory.wildlife-memory .wildlife-memory__intro .content-item__secondary-inner {
    width: 48%;
    margin-left: 50%;
  }
}
@media screen and (max-width: 35.9375em) {
  .memory.wildlife-memory .wildlife-memory__intro .content-item__secondary-inner {
    width: 95%;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 35.9375em) {
  .memory.wildlife-memory .wildlife-memory__outro .format__obj {
    width: 70%;
  }
}
.memory.wildlife-memory .wildlife-memory__outro .content-item__secondary {
  background: url(../images/Speech-bubble-right.0511b6d7a2f06f6af6b2b4dceb5f7fde.png);
  background-repeat: no-repeat;
  background-position: -22% center !important;
  background-size: 70%;
}
@media screen and (max-width: 73.4375em) {
  .memory.wildlife-memory .wildlife-memory__outro .content-item__secondary {
    background-size: 78%;
  }
}
@media screen and (max-width: 35.9375em) {
  .memory.wildlife-memory .wildlife-memory__outro .content-item__secondary {
    background: url(../images/speech-mobile-flipped.fb8ceadabafc0e891645e1e30e5f0faa.png);
    background-repeat: no-repeat;
    background-position: 60% -33% !important;
    background-size: 190%;
  }
}
.memory.wildlife-memory .wildlife-memory__outro .content-item__secondary-inner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 5%;
}
@media screen and (max-width: 35.9375em) {
  .memory.wildlife-memory .wildlife-memory__outro .content-item__secondary-inner {
    width: 95%;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.cell .close-cell {
  z-index: 7;
}
.cell .format {
  padding-bottom: 0;
  height: 100%;
}
.cell .format__obj {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.cell .list-grid__list {
  width: 70%;
  margin: 0 auto;
  background-color: #5bcbf5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#57c9f4), color-stop(#b3e3fa), color-stop(#d2eefc), color-stop(#bfe8fb), to(#a3dcf7));
  background-image: linear-gradient(#57c9f4, #b3e3fa, #d2eefc, #bfe8fb, #a3dcf7);
  display: block;
  position: relative;
  border: 6px solid #fff;
}
@media screen and (max-width: 73.4375em) {
  .cell .list-grid__list {
    width: 85%;
  }
}
@media all and (max-width: 1024px) {
  .cell .list-grid__list {
    width: 90%;
  }
}
.cell .list-grid__item {
  padding: 0;
}
.cell .list-grid__item:first-child,
.cell .list-grid__item:nth-child(3) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
}
.cell .list-grid__item:first-child {
  background-color: #5bcbf5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#57c9f4), color-stop(#b3e3fa), color-stop(#d2eefc), color-stop(#bfe8fb), to(#a3dcf7));
  background-image: linear-gradient(#57c9f4, #b3e3fa, #d2eefc, #bfe8fb, #a3dcf7);
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .cell .list-grid__item:first-child .content-item__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background: url(../images/speech-top-center.65f377b542e29255934a26f914e978fd.png);
    background-repeat: no-repeat;
    background-size: 125%;
    background-position: 30% 135%;
  }
}
@media screen and (max-width: 35.9375em) {
  .cell .list-grid__item:first-child .content-item__inner {
    background-size: 196%;
  }
}
.cell .list-grid__item:first-child .content-item__secondary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../images/speech-center-right.8c7025a5d01f5f1a2ce144e8e5584cd8.png);
  background-repeat: no-repeat;
  background-position: -26% center;
  background-size: 70%;
}
.cell .list-grid__item:first-child .content-item__secondary-inner {
  width: 40%;
  margin-left: 4%;
}
@media screen and (max-width: 61.4375em) {
  .cell .list-grid__item:first-child .content-item__secondary {
    background-position: -78% center;
    background-size: 80%;
  }
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .cell .list-grid__item:first-child .content-item__secondary {
    background: transparent;
    position: relative;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .cell .list-grid__item:first-child .content-item__secondary-inner {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 2rem;
  }
}
.cell .list-grid__item:first-child .format__obj {
  width: 73%;
  margin-left: auto;
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .cell .list-grid__item:first-child .format__obj {
    width: 100%;
  }
}
.cell .list-grid__item:nth-child(2) {
  overflow: hidden;
}
@media screen and (max-width: 35.9375em) {
  .cell .list-grid__item:nth-child(2) .content-item__inner {
    padding-bottom: 2rem;
  }
}
.cell .list-grid__item:nth-child(2) .content-item__secondary {
  position: absolute;
  right: 8px;
  bottom: 12px;
  z-index: 2;
}
.cell .list-grid__item:nth-child(2) .cta__txt {
  font-size: 1.875rem;
  color: #fff;
  font-weight: 800;
  background: #0078c1;
  padding: 8px 10px;
  border-radius: 4px;
  display: inline-block;
  margin-left: auto;
  cursor: pointer;
}
@media screen and (max-width: 35.9375em) {
  .cell .list-grid__item:nth-child(2) .cta__txt {
    font-size: 1.375rem;
  }
}
.cell .list-grid__item:nth-child(2) .format {
  width: 60%;
  margin-left: auto;
  overflow: visible;
}
.cell .list-grid__item:nth-child(2) .format__obj {
  width: 120%;
  -webkit-transform: translate(-16%, 0%);
          transform: translate(-16%, 0%);
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .cell .list-grid__item:nth-child(2) .format {
    width: 100%;
  }
}
.cell .list-grid__item:nth-child(3) {
  visibility: hidden;
}
.cell .list-grid__item:nth-child(3) .content-item__primary,
.cell .list-grid__item:nth-child(3) .content-item__secondary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cell .list-grid__item:nth-child(3) .content-item__primary {
  z-index: 1;
}
.cell .list-grid__item:nth-child(3) .content-item__secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 2;
  background: url(../images/speech-top-center.65f377b542e29255934a26f914e978fd.png);
  background-repeat: no-repeat;
  background-position: -6rem 10rem;
  background-size: 65%;
}
.cell .list-grid__item:nth-child(3) .content-item__secondary-inner {
  width: 40%;
  margin-left: 4%;
  padding-bottom: 1rem;
}
@media all and (max-width: 1280px) {
  .cell .list-grid__item:nth-child(3) .content-item__secondary {
    background-position: -6rem 6rem;
    background-size: 80%;
  }
}
@media all and (max-width: 812px) {
  .cell .list-grid__item:nth-child(3) .content-item__secondary {
    background-position: -6rem 5rem;
  }
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .cell .list-grid__item:nth-child(3) .content-item__secondary {
    background-position: -10rem 228%;
    background-size: 160%;
  }
  .cell .list-grid__item:nth-child(3) .content-item__secondary-inner {
    width: 90%;
  }
}
@media screen and (max-width: 35.9375em) {
  .cell .list-grid__item:nth-child(3) .content-item__secondary {
    background-position: -6rem 116%;
    background-size: 160%;
  }
}
@media all and (max-width: 414px) {
  .cell .list-grid__item:nth-child(3) .content-item__secondary {
    background-position: -6rem 142%;
  }
}
.cell .list-grid__item:nth-child(3) .format__obj {
  width: 54%;
  -webkit-transform: translate(-34%, -10%);
          transform: translate(-34%, -10%);
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .cell .list-grid__item:nth-child(3) .format__obj {
    width: 80%;
    -webkit-transform: translate(-34%, 40%);
            transform: translate(-34%, 40%);
  }
}
@media screen and (max-width: 35.9375em) {
  .cell .list-grid__item:nth-child(3) .format__obj {
    width: 100%;
    -webkit-transform: translate(-34%, 40%);
            transform: translate(-34%, 40%);
  }
}
.cell .hide-items .cta__txt {
  visibility: hidden;
}
.cell .hide-items .draggable,
.cell .hide-items .wall {
  visibility: hidden;
}
.cell .content-item__decorate {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40%;
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .cell .content-item__decorate {
    width: 100%;
    height: 40vh;
    position: relative;
    padding-bottom: 2rem;
  }
}
.cell .props {
  position: absolute;
  z-index: 2;
}
.cell .props.dropped {
  background-repeat: no-repeat !important;
  background-size: 90% !important;
  background-position: center !important;
}
.cell .props.dropped img {
  opacity: 0;
}
.cell .props.selected {
  background-size: 82% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.cell .props.selected img {
  opacity: 0;
}
.cell .props-1 {
  width: 30%;
  top: 3%;
  left: 2%;
}
.cell .props-1.dropped {
  background: url(../images/Plant-1-right.92fdcaf5e81b26b5548327fccfe8173a.png);
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .cell .props-1 {
    width: 16%;
    left: 2%;
  }
}
.cell .props-2 {
  width: 26%;
  top: 4%;
  left: 40%;
}
.cell .props-2.dropped {
  background: url(../images/Plant-2-right.a7122808c7f28fd0c106641d995a029c.png);
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .cell .props-2 {
    width: 14%;
    left: 23%;
  }
}
@media screen and (max-width: 35.9375em) {
  .cell .props-2 {
    left: 30%;
  }
}
.cell .props-3 {
  width: 26%;
  top: 4%;
  left: 72%;
}
.cell .props-3.dropped {
  background: url(../images/Plant-3-right.1fc88fe7db718c0719493551cadf4538.png);
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .cell .props-3 {
    width: 14%;
    top: 20%;
    left: 40%;
  }
}
@media screen and (max-width: 35.9375em) {
  .cell .props-3 {
    top: 4%;
    left: 60%;
  }
}
.cell .props-4 {
  width: 24%;
  top: 36%;
  left: 26%;
  z-index: 1;
}
.cell .props-4.selected {
  background: url(../images/Wallpaper-1-right.85b8c44757631e366c271e58172658f7.png);
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .cell .props-4 {
    width: 16%;
    top: 11%;
    left: 60%;
  }
}
@media screen and (max-width: 35.9375em) {
  .cell .props-4 {
    top: 30%;
    left: 22%;
  }
}
.cell .props-5 {
  width: 24%;
  top: 36%;
  left: 51%;
  z-index: 1;
}
.cell .props-5.selected {
  background: url(../images/Wallpaper-2-right.5660df9ad296f44657edf8de56bead6e.png);
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .cell .props-5 {
    width: 16%;
    top: 11%;
    left: 81%;
  }
}
@media screen and (max-width: 35.9375em) {
  .cell .props-5 {
    top: 30%;
    left: 48%;
  }
}
.cell .props-6 {
  width: 24%;
  top: 36%;
  left: 76%;
  z-index: 1;
}
.cell .props-6.selected {
  background: url(../images/Wallpaper-3-right.da3b35f739ceb5ed4cf5de724611abe1.png);
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .cell .props-6 {
    width: 16%;
    top: 39%;
    left: 71%;
  }
}
@media screen and (max-width: 35.9375em) {
  .cell .props-6 {
    top: 30%;
    left: 75%;
  }
}
.cell .props-7 {
  width: 67%;
  bottom: 2%;
  left: 0;
}
.cell .props-7.dropped {
  background: url(../images/Launger-right.67210691273a3ca8c036fba28268a12b.png);
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .cell .props-7 {
    width: 44%;
    bottom: unset;
    top: 49%;
  }
}
.cell .props-8 {
  width: 45%;
  bottom: 2%;
  left: 64%;
}
.cell .props-8.dropped {
  background: url(../images/Teaset-right.1aed55c479a1080daf942c56f30e962b.png);
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .cell .props-8 {
    width: 30%;
    bottom: unset;
    left: 46%;
    top: 58%;
  }
}
.rating .close-rating {
  z-index: 7;
}
.rating .format {
  padding-bottom: 0;
  height: 100%;
}
.rating .format__obj {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 100%;
}
@media screen and (max-width: 47.9375em) {
  .rating .list-grid__inner {
    overflow-y: scroll;
  }
}
.rating .list-grid__list {
  width: 70%;
  margin: 0 auto;
  background-color: #5bcbf5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#57c9f4), color-stop(#b3e3fa), color-stop(#d2eefc), color-stop(#bfe8fb), to(#a3dcf7));
  background-image: linear-gradient(#57c9f4, #b3e3fa, #d2eefc, #bfe8fb, #a3dcf7);
  position: relative;
  border: 6px solid #fff;
  padding: 3rem 0 0.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 73.4375em) {
  .rating .list-grid__list {
    width: 85%;
  }
}
@media all and (max-width: 1024px) {
  .rating .list-grid__list {
    width: 90%;
  }
}
.rating .list-grid__list > .list-grid__item:first-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 0;
  background: rgba(255, 255, 255, 0.4);
}
.rating .list-grid__list > .list-grid__item:nth-child(3) {
  position: absolute;
  right: 12px;
  bottom: 8px;
  text-align: right;
}
.rating .list-grid__list > .list-grid__item:nth-child(3) .cta__txt {
  font-size: 1.875rem;
  color: #fff;
  font-weight: 800;
  background: #0078c1;
  padding: 8px 10px;
  border-radius: 4px;
  display: inline-block;
  margin-left: auto;
  cursor: pointer;
}
@media screen and (max-width: 35.9375em) {
  .rating .list-grid__list > .list-grid__item:nth-child(3) .cta__txt {
    font-size: 1.375rem;
  }
}
.rating-intro .cta-extra {
  text-align: right;
}
@media screen and (max-width: 61.4375em) {
  .rating-intro .cta__title {
    font-size: 2rem;
    line-height: 32px;
  }
}
@media screen and (max-width: 35.9375em) {
  .rating-intro .content-item__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    background: url(../images/speech-mobile.3b46c7178b7f7ea90cad84047c9c50ec.png);
    background-repeat: no-repeat;
    background-size: 205%;
    background-position: 40% -25%;
  }
}
.rating-intro .content-item__primary {
  height: 100%;
}
.rating-intro .content-item__secondary {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: url(../images/speech-center-left.5c6beaaed24ed9c6af93d8ef69a2634d.png);
  background-repeat: no-repeat;
  background-position: 156% 9rem;
  background-size: 80%;
}
.rating-intro .content-item__secondary-inner {
  width: 45%;
  margin-left: auto;
  padding-bottom: 1rem;
  margin-right: 3%;
}
@media all and (max-width: 1326px) {
  .rating-intro .content-item__secondary {
    background-position: 156% 5rem;
    background-size: 82%;
  }
  .rating-intro .content-item__secondary-inner {
    width: 55%;
  }
}
@media all and (max-width: 1195px) {
  .rating-intro .content-item__secondary {
    background-position: 156% 7rem;
    background-size: 84%;
  }
}
@media screen and (max-width: 61.4375em) {
  .rating-intro .content-item__secondary {
    background-position: 156% 7rem;
    background-size: 84%;
  }
}
@media all and (max-width: 810px) {
  .rating-intro .content-item__secondary {
    background-position: 156% 10rem;
  }
}
@media screen and (max-width: 35.9375em) {
  .rating-intro .content-item__secondary {
    position: relative;
    background: transparent;
  }
  .rating-intro .content-item__secondary-inner {
    width: 90%;
    margin: 0 auto;
    padding-top: 4rem;
  }
}
.rating-intro .format {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.rating-intro .format__obj {
  width: 40%;
  -webkit-transform: translate(-15%, 0%);
          transform: translate(-15%, 0%);
  z-index: 1;
}
@media screen and (max-width: 35.9375em) {
  .rating-intro .format__obj {
    width: 100%;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
.rating-wrapper {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.rating-wrapper .list-grid__item {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  max-width: 25%;
  min-width: 25%;
  -webkit-transition: 0.5s linear order;
  transition: 0.5s linear order;
}
@media screen and (max-width: 35.9375em) {
  .rating-wrapper .list-grid__item {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
  }
}
.rating-wrapper .list-grid__item.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.rating-wrapper .list-grid__item.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.rating-wrapper .list-grid__item.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
.rating-wrapper .list-grid__item.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}
.rating-2 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.rating-3 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.rating-4 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.rating-card {
  border-radius: 20px;
  border: 4px solid #fff;
  background: #658199;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
}
.rating-card .content-item__secondary {
  background: #658199;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.rating-card .sticker {
  visibility: hidden;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  bottom: -65%;
}
@media all and (min-width: 1920px) {
  .rating-card .sticker {
    bottom: -42%;
  }
}
@media all and (min-width: 1420px) {
  .rating-card .sticker {
    bottom: -48%;
  }
}
.rating-card .format__obj {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.rating-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 90%;
  margin: 0 auto;
  padding: 12px 0;
}
.rating .star {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  max-width: 25%;
  min-width: 25%;
  height: 40px;
  background: url(../images/Star-blue.5c26b80f49842fa5e52481654dc825dc.png);
  background-repeat: no-repeat !important;
  background-size: contain !important;
  cursor: pointer;
}
.rating .star.selected {
  background: url(../images/Star-yellow.55ecab6f93c0571e55449bc48d284c99.png);
}
.rating-celebrate {
  text-align: center;
  visibility: hidden;
}
.rating-celebrate .cta__title {
  margin-bottom: 0;
  margin-top: 24px;
}
.pretzel .close-pretzel {
  z-index: 7;
}
.pretzel .list-grid__inner {
  position: relative;
  width: 80%;
  margin: 0 auto;
  background-color: #5bcbf5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#57c9f4), color-stop(#b3e3fa), color-stop(#d2eefc), color-stop(#bfe8fb), to(#a3dcf7));
  background-image: linear-gradient(#57c9f4, #b3e3fa, #d2eefc, #bfe8fb, #a3dcf7);
  border: 6px solid #fff;
  overflow: hidden;
}
@media screen and (max-width: 73.4375em) {
  .pretzel .list-grid__inner {
    width: 90%;
  }
}
@media screen and (max-width: 61.4375em) {
  .pretzel .list-grid__inner {
    width: 95%;
  }
}
.pretzel .list-grid__item {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
  min-width: 100%;
  padding: 0;
  visibility: hidden;
}
.pretzel .list-grid__item:first-child,
.pretzel .list-grid__item:nth-child(3) {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.pretzel .list-grid__item .format {
  padding-bottom: 0;
  height: 100%;
}
.pretzel .list-grid__item .format__obj {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.pretzel .list-grid__item:first-child {
  z-index: 2;
  visibility: visible;
}
@media all and (max-width: 1024px) and (orientation: portrait) {
  .pretzel .list-grid__item:nth-child(2) {
    padding-bottom: 40%;
    position: relative;
  }
  .pretzel .list-grid__item:nth-child(2) .cta,
  .pretzel .list-grid__item:nth-child(2) .content-item__inner,
  .pretzel .list-grid__item:nth-child(2) .content-item__primary,
  .pretzel .list-grid__item:nth-child(2) .content-item__primary-inner,
  .pretzel .list-grid__item:nth-child(2) .cta-extra {
    position: static;
  }
}
@media all and (max-width: 568px) and (orientation: portrait) {
  .pretzel .list-grid__item:nth-child(2) {
    padding-bottom: 65%;
  }
}
.pretzel .cta-extra {
  text-align: right;
}
.pretzel-intro .cta__txt,
.pretzel-outro .cta__txt {
  margin-bottom: 16px;
}
@media screen and (max-width: 35.9375em) {
  .pretzel-intro .cta__title,
  .pretzel-outro .cta__title {
    font-size: 1.625rem;
    line-height: 26px;
  }
}
.pretzel-intro .content-item__primary,
.pretzel-outro .content-item__primary,
.pretzel-intro .format__obj,
.pretzel-outro .format__obj {
  height: 100%;
}
@media screen and (max-width: 61.4375em) {
  .pretzel-intro .format__obj,
  .pretzel-outro .format__obj {
    -webkit-transform: translate(-25%, 0) !important;
            transform: translate(-25%, 0) !important;
  }
}
.pretzel-intro .content-item__secondary,
.pretzel-outro .content-item__secondary {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pretzel-intro .content-item__secondary:before,
.pretzel-outro .content-item__secondary:before {
  content: "";
  display: block;
  position: absolute;
  top: 20%;
  left: -20%;
  width: 40%;
  height: 60px;
  background: url(../images/speech-arr.7f9d8076ee60f810723e508046d40f42.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
@media all and (max-width: 1024px) and (orientation: portrait) {
  .pretzel-intro .content-item__secondary:before,
  .pretzel-outro .content-item__secondary:before {
    top: -8%;
    left: 42%;
    width: 40%;
    height: 60px;
    background-position: center;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.pretzel-intro .content-item__secondary-inner,
.pretzel-outro .content-item__secondary-inner {
  width: 50%;
  margin: 0 12% 0 auto;
  text-align: right;
}
@media screen and (max-width: 61.4375em) {
  .pretzel-intro .content-item__secondary-inner,
  .pretzel-outro .content-item__secondary-inner {
    width: 100%;
    margin-right: 0;
    padding-right: 16px;
  }
}
@media all and (max-width: 1024px) and (orientation: portrait) {
  .pretzel-intro .content-item__inner,
  .pretzel-outro .content-item__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pretzel-intro .content-item__primary,
  .pretzel-outro .content-item__primary,
  .pretzel-intro .content-item__secondary,
  .pretzel-outro .content-item__secondary {
    height: 50%;
  }
  .pretzel-intro .content-item__secondary,
  .pretzel-outro .content-item__secondary {
    position: relative;
    width: 100%;
  }
  .pretzel-intro .format__obj,
  .pretzel-outro .format__obj {
    -webkit-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
  }
}
.pretzel-outro .cta-extra {
  position: absolute;
  right: 16px;
  bottom: 16px;
}
.pretzel-outro .my-pretzel {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
@media all and (max-width: 1024px) and (orientation: portrait) {
  .pretzel-outro .my-pretzel {
    width: 50%;
    margin: 0 auto;
  }
}
@media all and (max-width: 926px) and (orientation: landscape) {
  .pretzel-outro .my-pretzel {
    width: 35%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 35.9375em) {
  .pretzel-outro .my-pretzel {
    width: 35%;
    margin-left: 0;
  }
}
.pretzel-game .format {
  width: 50%;
  margin: 0 auto;
  padding: 2em 0 !important;
}
.pretzel-game .format__obj {
  width: 100%;
}
@media all and (max-width: 1024px) {
  .pretzel-game .format {
    width: 65%;
  }
}
@media all and (max-width: 926px) and (orientation: landscape) {
  .pretzel-game .format {
    width: 40%;
  }
}
.pretzel-game .cta-extra__inner {
  position: absolute;
  right: 16px;
  bottom: 16px;
}
.pretzel .sticker {
  pointer-events: auto;
  cursor: pointer;
}
@media all and (max-width: 926px) and (orientation: landscape) {
  .pretzel .sticker {
    width: 80px;
  }
}
@media screen and (max-width: 35.9375em) {
  .pretzel .sticker {
    width: 80px;
  }
}
.pretzel .sticker-0 {
  bottom: 30%;
  left: 11%;
}
.pretzel .sticker-1 {
  bottom: 20%;
  left: 3%;
}
.pretzel .sticker-2 {
  bottom: 43%;
  right: 5%;
}
.pretzel .sticker-3 {
  bottom: 59%;
  left: 13%;
}
.pretzel .sticker-4 {
  bottom: 77%;
  left: 8%;
}
.pretzel .sticker-5 {
  bottom: 70%;
  right: 3%;
}
.pretzel .sticker-6 {
  bottom: 58%;
  right: 12%;
}
.pretzel .sticker-7 {
  bottom: 24%;
  right: 4%;
}
.pretzel .sticker-8 {
  bottom: 50%;
  left: 2%;
}
.pretzel .sticker-9 {
  bottom: 11%;
  right: 15%;
}
.pretzel .sticker-10 {
  bottom: 8%;
  left: 14%;
}
@media screen and (max-width: 61.4375em) {
  .pretzel .sticker-5 {
    bottom: 37%;
    right: 16%;
  }
  .pretzel .sticker-7 {
    right: 8%;
  }
  .pretzel .sticker-9 {
    right: 21%;
  }
}
@media all and (max-width: 1024px) and (orientation: portrait) {
  .pretzel .sticker-2 {
    bottom: 28%;
  }
  .pretzel .sticker-3 {
    bottom: 18%;
    left: 30%;
  }
  .pretzel .sticker-4 {
    bottom: 5%;
    left: 30%;
  }
  .pretzel .sticker-5 {
    bottom: 22%;
    right: 45%;
  }
  .pretzel .sticker-6 {
    bottom: 2%;
    right: 40%;
  }
  .pretzel .sticker-7 {
    right: 28%;
  }
  .pretzel .sticker-8 {
    bottom: 10%;
    left: 63%;
  }
  .pretzel .sticker-9 {
    right: 15%;
  }
}
@media all and (max-width: 568px) and (orientation: portrait) {
  .pretzel .sticker-2 {
    bottom: 37%;
  }
  .pretzel .sticker-3 {
    bottom: 36%;
  }
  .pretzel .sticker-4 {
    bottom: 18%;
    left: 23%;
  }
  .pretzel .sticker-6 {
    right: 58%;
  }
  .pretzel .sticker-7 {
    bottom: 35%;
  }
  .pretzel .sticker-8 {
    left: 50%;
  }
  .pretzel .sticker-9 {
    bottom: 20%;
  }
  .pretzel .sticker-10 {
    bottom: 3%;
    left: 7%;
  }
}
.poo .close-poo {
  z-index: 7;
}
.poo .list-grid__inner {
  position: relative;
  width: 80%;
  margin: 0 auto;
  background-color: #5bcbf5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#57c9f4), color-stop(#b3e3fa), color-stop(#d2eefc), color-stop(#bfe8fb), to(#a3dcf7));
  background-image: linear-gradient(#57c9f4, #b3e3fa, #d2eefc, #bfe8fb, #a3dcf7);
  border: 6px solid #fff;
  overflow: hidden;
}
@media screen and (max-width: 73.4375em) {
  .poo .list-grid__inner {
    width: 90%;
  }
}
@media screen and (max-width: 61.4375em) {
  .poo .list-grid__inner {
    width: 95%;
  }
}
.poo .list-grid__item {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
  min-width: 100%;
  padding: 0;
}
.poo .list-grid__item:first-child,
.poo .list-grid__item:nth-child(3) {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.poo .list-grid__item:nth-child(3) {
  visibility: hidden;
}
.poo .list-grid__item .format {
  padding-bottom: 0;
  height: 100%;
}
.poo .list-grid__item .format__obj {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.poo .list-grid__item:first-child {
  z-index: 2;
  visibility: visible;
}
.poo .cta-extra {
  text-align: right;
}
.poo-intro .cta__txt,
.poo-outro .cta__txt {
  margin-bottom: 16px;
}
.poo-intro .cta-btn,
.poo-outro .cta-btn {
  display: none;
}
.poo-intro .content-item__primary,
.poo-outro .content-item__primary,
.poo-intro .format__obj,
.poo-outro .format__obj {
  height: 100%;
}
.poo-intro .content-item__secondary,
.poo-outro .content-item__secondary {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 55%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(5%, transparent), color-stop(40%, #fff));
  background-image: linear-gradient(to right, transparent 5%, #fff 40%);
}
.poo-intro .content-item__secondary-inner,
.poo-outro .content-item__secondary-inner {
  width: 50%;
  margin: 0 12% 0 auto;
  text-align: right;
}
.poo-game .format__obj {
  width: 100%;
}
.poo-game .content-item__secondary {
  position: absolute;
  top: 26px;
  left: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 35.9375em) {
  .poo-game .content-item__secondary {
    top: 8px;
    left: 8px;
  }
}
.poo-game .sticker {
  -webkit-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
  pointer-events: auto;
  cursor: pointer;
  visibility: hidden;
}
.poo-game .sticker.selected {
  visibility: hidden !important;
}
.poo-game .sticker-0 {
  bottom: 55%;
  left: 4%;
}
.poo-game .sticker-1 {
  bottom: 16%;
  left: 3%;
}
.poo-game .sticker-2 {
  bottom: 9%;
  left: 34%;
}
@media all and (max-width: 926px) and (orientation: landscape) {
  .poo-game .sticker-2 {
    bottom: 14%;
    left: 44%;
  }
}
.poo-game .sticker-3 {
  bottom: 30%;
  left: 38%;
}
.poo-game .sticker-4 {
  bottom: 70%;
  left: 22%;
}
.poo-game .sticker-5 {
  bottom: 69%;
  left: 50%;
}
.poo-game .sticker-6 {
  bottom: 6.5%;
  left: 64%;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
@media all and (max-width: 926px) and (orientation: landscape) {
  .poo-game .sticker-6 {
    bottom: 11.5%;
    left: 70%;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
.poo-game .sticker-7 {
  bottom: 8%;
  left: 94%;
}
@media all and (max-width: 926px) and (orientation: landscape) {
  .poo-game .sticker-7 {
    bottom: 15%;
  }
}
.poo-game .sticker-8 {
  bottom: 63%;
  left: 86%;
}
.poo-game .sticker-9 {
  bottom: 39%;
  left: 61%;
}
.poo-game.play .sticker,
.poo-game.play .poo-score {
  visibility: visible;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.poo-score {
  width: 30px;
  height: 30px;
  margin: 0 2px;
  background-image: url(../images/Empty-poo.16d76c08bc50677cba03949a2960af24.png);
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
  visibility: hidden;
}
.poo-score.poo-found {
  background-image: url(../images/selected-poo.bc0256e51b1ce38d17976a3c1ec556a3.png);
}
@media screen and (max-width: 35.9375em) {
  .poo-score {
    width: 20px;
    height: 20px;
  }
}
.lights .close-lights {
  z-index: 7;
  background: url(../images/close-btn-white.fd6f77d84e03c409cbb628254951b789.png);
}
.lights .list-grid__inner {
  position: relative;
  width: 80%;
  margin: 0 auto;
  background-color: #355377;
  border: 6px solid #fff;
  overflow: hidden;
}
@media screen and (max-width: 73.4375em) {
  .lights .list-grid__inner {
    width: 90%;
  }
}
@media screen and (max-width: 61.4375em) {
  .lights .list-grid__inner {
    width: 95%;
  }
}
@media screen and (max-width: 35.9375em) {
  .lights .list-grid__list {
    padding: 4rem 0;
  }
}
.lights .list-grid__item {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
  min-width: 100%;
  padding: 0;
}
.lights .list-grid__item:first-child,
.lights .list-grid__item:nth-child(3),
.lights .list-grid__item:nth-child(4) {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
@media all and (max-width: 820px) and (orientation: portrait) {
  .lights .list-grid__item:first-child,
  .lights .list-grid__item:nth-child(3),
  .lights .list-grid__item:nth-child(4) {
    background-color: rgba(53, 83, 119, 0.8);
  }
}
.lights .list-grid__item:nth-child(3),
.lights .list-grid__item:nth-child(4) {
  visibility: hidden;
}
.lights .list-grid__item .format {
  padding-bottom: 0;
  height: 100%;
}
.lights .list-grid__item .format__obj {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.lights .list-grid__item:first-child {
  z-index: 2;
  visibility: visible;
}
.lights .cta-extra {
  text-align: left;
}
.lights-intro .cta__title,
.lights-failed .cta__title,
.lights-outro .cta__title {
  color: #fff;
}
.lights-intro .cta__sub-title,
.lights-failed .cta__sub-title,
.lights-outro .cta__sub-title {
  color: #fff;
  margin-bottom: 16px;
  font-weight: 400;
}
.lights-intro .cta__txt,
.lights-failed .cta__txt,
.lights-outro .cta__txt {
  margin-bottom: 16px;
  color: #fff;
}
.lights-intro .cta-btn,
.lights-failed .cta-btn,
.lights-outro .cta-btn {
  display: none;
}
@media screen and (max-width: 35.9375em) {
  .lights-intro .cta__title,
  .lights-failed .cta__title,
  .lights-outro .cta__title {
    font-size: 1.625rem;
    line-height: 26px;
  }
  .lights-intro .cta__sub-title,
  .lights-failed .cta__sub-title,
  .lights-outro .cta__sub-title {
    font-size: 0.875rem;
  }
}
.lights-intro .content-item__primary,
.lights-failed .content-item__primary,
.lights-outro .content-item__primary,
.lights-intro .format__obj,
.lights-failed .format__obj,
.lights-outro .format__obj {
  height: 100%;
}
.lights-intro .content-item__secondary,
.lights-failed .content-item__secondary,
.lights-outro .content-item__secondary {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 55%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lights-intro .content-item__secondary-inner,
.lights-failed .content-item__secondary-inner,
.lights-outro .content-item__secondary-inner {
  width: 50%;
  margin: 0 auto 0 8%;
  text-align: left;
}
@media all and (max-width: 820px) and (orientation: portrait) {
  .lights-intro .content-item__secondary-inner,
  .lights-failed .content-item__secondary-inner,
  .lights-outro .content-item__secondary-inner {
    width: 100%;
  }
}
@media screen and (max-width: 35.9375em) {
  .lights-intro .content-item__secondary,
  .lights-failed .content-item__secondary,
  .lights-outro .content-item__secondary {
    width: 85%;
  }
}
.lights-game .format__obj {
  width: 100%;
}
.lights-game .content-item__primary {
  width: 80%;
  margin-left: auto;
  position: relative;
}
@media all and (max-width: 820px) and (orientation: portrait) {
  .lights-game .content-item__primary {
    width: 100%;
  }
}
.lights-game .content-item__secondary {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 55%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lights-game .content-item__secondary-inner {
  width: 50%;
  margin: 0 auto 0 8%;
  text-align: left;
  font-weight: bold;
  color: #fff;
  font-size: 28px;
  opacity: 0;
}
.lights-game .sticker {
  -webkit-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
}
@media all and (max-width: 926px) and (orientation: landscape) {
  .lights-game .sticker {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
}
@media all and (max-width: 820px) and (orientation: portrait) {
  .lights-game .sticker {
    opacity: 0.3;
  }
}
@media screen and (max-width: 35.9375em) {
  .lights-game .sticker {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
}
.lights-game .sticker.selected {
  background: url(../images/Light-off.ac7ae34d90820c4df8a61b7ff2d5f7fe.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.lights-game .sticker.selected img {
  opacity: 0;
}
.lights-game .sticker-0 {
  bottom: 76%;
  left: 40%;
}
.lights-game .sticker-1 {
  bottom: 53%;
  left: 41%;
}
.lights-game .sticker-2 {
  bottom: 55%;
  left: 51%;
}
.lights-game .sticker-3 {
  bottom: 17%;
  left: 46%;
}
.lights-game.play .sticker {
  pointer-events: auto;
  cursor: pointer;
  opacity: 1;
}
.lights-game.play .content-item__secondary-inner {
  opacity: 1;
}
.lights-game.lights-off .format {
  background: url(../images/Lights-outro-2_tiny.3b2debafa133908f6894bc3304e1a4d5.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.lights-game.lights-off .format__obj {
  opacity: 0;
}
.lights-game.lights-off .content-item__secondary-inner {
  opacity: 0;
}
@media all and (max-width: 820px) and (orientation: portrait) {
  .lights-game.lights-off .sticker {
    opacity: 0.3;
  }
}
.lights-game.failed .content-item__secondary-inner {
  opacity: 0;
}
@media all and (max-width: 820px) and (orientation: portrait) {
  .lights-game.failed .sticker {
    opacity: 0.3;
  }
}
.helmet .close-helmet {
  z-index: 7;
  background: url(../images/close-btn-white.fd6f77d84e03c409cbb628254951b789.png);
}
.helmet .format {
  padding-bottom: 0;
  height: 100%;
}
.helmet .format__obj {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.helmet .list-grid__list {
  width: 70%;
  margin: 0 auto;
  background-color: #5bcbf5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#57c9f4), color-stop(#b3e3fa), color-stop(#d2eefc), color-stop(#bfe8fb), to(#a3dcf7));
  background-image: linear-gradient(#57c9f4, #b3e3fa, #d2eefc, #bfe8fb, #a3dcf7);
  display: block;
  position: relative;
  border: 6px solid #fff;
}
@media screen and (max-width: 73.4375em) {
  .helmet .list-grid__list {
    width: 85%;
  }
}
@media all and (max-width: 1024px) {
  .helmet .list-grid__list {
    width: 90%;
  }
}
.helmet .list-grid__item {
  padding: 0;
}
.helmet .list-grid__item:first-child,
.helmet .list-grid__item:nth-child(3) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
}
.helmet .list-grid__item:nth-child(3) {
  visibility: hidden;
}
.helmet .list-grid__item:first-child {
  background-color: #5bcbf5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#57c9f4), color-stop(#b3e3fa), color-stop(#d2eefc), color-stop(#bfe8fb), to(#a3dcf7));
  background-image: linear-gradient(#57c9f4, #b3e3fa, #d2eefc, #bfe8fb, #a3dcf7);
}
.helmet .list-grid__item:first-child .content-item__primary {
  height: 100%;
}
.helmet .list-grid__item:first-child .content-item__secondary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../images/speech-center-right.8c7025a5d01f5f1a2ce144e8e5584cd8.png);
  background-repeat: no-repeat;
  background-position: -50% center;
  background-size: 70%;
}
.helmet .list-grid__item:first-child .content-item__secondary-inner {
  width: 40%;
  margin-left: 1%;
}
@media screen and (max-width: 61.4375em) {
  .helmet .list-grid__item:first-child .content-item__secondary {
    background-position: -78% center;
    background-size: 80%;
  }
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .helmet .list-grid__item:first-child .content-item__secondary {
    background: transparent;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background: url(../images/speech-top-center.65f377b542e29255934a26f914e978fd.png);
    background-repeat: no-repeat;
    background-size: 125%;
    background-position: 30% 135%;
  }
  .helmet .list-grid__item:first-child .content-item__secondary-inner {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 35.9375em) {
  .helmet .list-grid__item:first-child .content-item__secondary {
    background-size: 165%;
  }
}
@media all and (max-width: 375px) {
  .helmet .list-grid__item:first-child .content-item__secondary {
    background-position: 50% 100%;
  }
}
.helmet .list-grid__item:first-child .format {
  background: url(../images/Helmet_intro.35d69276ffa0f62efdfb622d65b1179c.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.helmet .list-grid__item:first-child .format__obj {
  width: auto;
  height: 100%;
  margin-left: auto;
  opacity: 0;
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .helmet .list-grid__item:first-child .format {
    background: transparent;
  }
  .helmet .list-grid__item:first-child .format__obj {
    opacity: 1;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 35.9375em) {
  .helmet .list-grid__item:first-child .format {
    background: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    justify-self: flex-end;
  }
  .helmet .list-grid__item:first-child .format__obj {
    opacity: 1;
    height: auto;
    width: 145%;
    -webkit-transform: translate(-15%, 0%);
            transform: translate(-15%, 0%);
  }
}
.helmet .list-grid__item:nth-child(2) {
  overflow: hidden;
}
.helmet-decorate {
  padding: 5rem 2rem 7rem;
}
.helmet-decorate:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60%;
  background: url(../images/shadow.170f5adecd93c43b73ceefb9788fbfb7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .helmet-decorate:before {
    display: none;
  }
}
@media all and (max-width: 375px) {
  .helmet-decorate {
    padding: 3rem 2rem 5rem;
  }
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .helmet-decorate .content-item__primary {
    padding-bottom: 4rem;
    position: relative;
  }
  .helmet-decorate .content-item__primary:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    width: 60%;
    background: url(../images/shadow.170f5adecd93c43b73ceefb9788fbfb7.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
  }
}
.helmet-decorate .content-item__secondary {
  position: absolute;
  right: 8px;
  bottom: 12px;
  z-index: 2;
}
.helmet-decorate .cta__txt {
  font-size: 1.875rem;
  color: #fff;
  font-weight: 800;
  background: #0078c1;
  padding: 8px 10px;
  border-radius: 4px;
  display: inline-block;
  margin-left: auto;
  cursor: pointer;
}
@media screen and (max-width: 35.9375em) {
  .helmet-decorate .cta__txt {
    font-size: 1.375rem;
  }
}
.helmet-decorate .format {
  width: 60%;
  margin-left: auto;
  overflow: visible;
}
.helmet-decorate .format__obj {
  width: 70%;
  margin: 0 auto;
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .helmet-decorate .format {
    margin: 0 auto;
  }
  .helmet-decorate .format__obj {
    width: 100%;
  }
}
.helmet .hide-items .cta-extra {
  visibility: hidden;
}
.helmet .hide-items .draggable,
.helmet .hide-items .paint {
  visibility: hidden;
}
.helmet .content-item__decorate-helmet {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40%;
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .helmet .content-item__decorate-helmet {
    width: 100%;
    height: 40vh;
    position: relative;
    padding-bottom: 2rem;
  }
}
.helmet .props {
  position: absolute;
}
.helmet .props.paint {
  width: 24%;
  border: 4px solid #fff;
  border-radius: 4px;
  cursor: pointer;
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .helmet .props.paint {
    width: 18%;
  }
}
.helmet .props.paint img {
  width: 100%;
}
.helmet .props.paint.selected {
  border-color: transparent;
}
.helmet .props.paint-top {
  top: 3rem;
}
.helmet .props.paint-bottom {
  top: 11rem;
}
@media all and (min-width: 1900px) {
  .helmet .props.paint-bottom {
    top: 38%;
  }
}
@media all and (max-width: 375px) {
  .helmet .props.paint-bottom {
    top: 9rem;
  }
}
.helmet .props.paint-1,
.helmet .props.paint-4 {
  left: 2rem;
}
@media screen and (max-width: 61.4375em) {
  .helmet .props.paint-1,
  .helmet .props.paint-4 {
    left: 1rem;
  }
}
.helmet .props.paint-2,
.helmet .props.paint-5 {
  left: 9rem;
}
@media all and (min-width: 1900px) {
  .helmet .props.paint-2,
  .helmet .props.paint-5 {
    left: 40%;
  }
}
@media screen and (max-width: 61.4375em) {
  .helmet .props.paint-2,
  .helmet .props.paint-5 {
    left: 7rem;
  }
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .helmet .props.paint-2,
  .helmet .props.paint-5 {
    left: 40%;
  }
}
.helmet .props.paint-3,
.helmet .props.paint-6 {
  left: 16rem;
}
@media all and (min-width: 1900px) {
  .helmet .props.paint-3,
  .helmet .props.paint-6 {
    left: 75%;
  }
}
@media screen and (max-width: 61.4375em) {
  .helmet .props.paint-3,
  .helmet .props.paint-6 {
    left: 13rem;
  }
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .helmet .props.paint-3,
  .helmet .props.paint-6 {
    left: unset;
    right: 1rem;
  }
}
.helmet .props.h-sticker {
  width: 20%;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}
.helmet .props.h-sticker img {
  visibility: hidden;
}
.helmet .props.h-sticker.dropped {
  background: transparent;
}
.helmet .props.h-sticker.dropped img {
  visibility: visible;
}
.helmet .props-7 {
  top: 18rem;
  left: 2rem;
  width: 16% !important;
  background: url(../images/helmet-sticker_1.032b5627c5c58e8c5b64446c10becf52.png);
}
@media all and (min-width: 1900px) {
  .helmet .props-7 {
    top: 64%;
  }
}
@media screen and (max-width: 61.4375em) {
  .helmet .props-7 {
    left: 1rem;
  }
}
@media all and (max-width: 375px) {
  .helmet .props-7 {
    top: 14rem;
  }
}
.helmet .props-8 {
  top: 19.5rem;
  left: 6.5rem;
  background: url(../images/helmet-sticker_2.2e1e8d8503f8041995b842fe6f443f4c.png);
}
@media all and (min-width: 1900px) {
  .helmet .props-8 {
    top: 69%;
    left: 27%;
  }
}
@media screen and (max-width: 61.4375em) {
  .helmet .props-8 {
    left: 4.5rem;
  }
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .helmet .props-8 {
    left: 25%;
  }
}
@media all and (max-width: 375px) {
  .helmet .props-8 {
    top: 15rem;
  }
}
.helmet .props-9 {
  top: 19rem;
  left: 12rem;
  background: url(../images/helmet-sticker_3.f99450a759410c0e0f22049a62247778.png);
}
@media all and (min-width: 1900px) {
  .helmet .props-9 {
    top: 67%;
    left: 52%;
  }
}
@media screen and (max-width: 61.4375em) {
  .helmet .props-9 {
    left: 9rem;
  }
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .helmet .props-9 {
    left: 50%;
  }
}
@media all and (max-width: 375px) {
  .helmet .props-9 {
    top: 14.5rem;
  }
}
.helmet .props-10 {
  top: 19rem;
  left: 18rem;
  background: url(../images/helmet-sticker_4.b882e50fea7df963682f14e2f9aa8c97.png);
}
@media all and (min-width: 1900px) {
  .helmet .props-10 {
    top: 67%;
    left: 78%;
  }
}
@media screen and (max-width: 61.4375em) {
  .helmet .props-10 {
    left: 14rem;
  }
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .helmet .props-10 {
    left: unset;
    right: 1rem;
  }
}
@media all and (max-width: 375px) {
  .helmet .props-10 {
    top: 14.5rem;
  }
}
.helmet-celebration .content-item__primary {
  height: 100%;
  width: 45%;
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .helmet-celebration .content-item__primary {
    width: 100%;
  }
}
.helmet-celebration .content-item__secondary {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: url(../images/speech-top-reversed.70d90f5efb27f043acc17f63de0de4fd.png);
  background-repeat: no-repeat;
  background-position: -22% 200%;
  background-size: 55%;
}
.helmet-celebration .content-item__secondary-inner {
  width: 40%;
  margin-left: 1%;
  padding-bottom: 4%;
}
@media screen and (max-width: 61.4375em) {
  .helmet-celebration .content-item__secondary {
    background-size: 62%;
  }
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .helmet-celebration .content-item__secondary {
    background: url(../images/speech-center-left.5c6beaaed24ed9c6af93d8ef69a2634d.png);
    background-position: -20% 115%;
    background-size: 115%;
    background-repeat: no-repeat;
  }
  .helmet-celebration .content-item__secondary-inner {
    padding-bottom: 8%;
    margin-right: 1%;
    margin-left: 35%;
  }
}
@media screen and (max-width: 35.9375em) {
  .helmet-celebration .content-item__secondary {
    background: url(../images/speech-center-left.5c6beaaed24ed9c6af93d8ef69a2634d.png);
    background-position: -8% 115%;
    background-size: 150%;
    background-repeat: no-repeat;
  }
  .helmet-celebration .content-item__secondary-inner {
    width: 60%;
    padding-bottom: 8%;
    margin-right: 1%;
    margin-left: 35%;
  }
}
.helmet-celebration .format {
  overflow: visible;
}
.helmet-celebration .format__obj {
  height: 140%;
  margin: 0 auto;
  -webkit-transform: translate(12%, -17%);
          transform: translate(12%, -17%);
}
@media all and (max-width: 926px) and (orientation: landscape) {
  .helmet-celebration .format {
    -webkit-transform: translate(4%, -14%);
            transform: translate(4%, -14%);
  }
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .helmet-celebration .format {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .helmet-celebration .format__obj {
    height: 75%;
    -webkit-transform: translate(-45%, 0%);
            transform: translate(-45%, 0%);
  }
}
@media screen and (max-width: 35.9375em) {
  .helmet-celebration .format {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .helmet-celebration .format__obj {
    height: 60%;
    -webkit-transform: translate(-30%, 0%);
            transform: translate(-30%, 0%);
  }
}
.house .close-house {
  z-index: 7;
  background: url(../images/close-btn-white.fd6f77d84e03c409cbb628254951b789.png);
}
.house .format {
  padding-bottom: 0;
  height: 100%;
}
.house .format__obj {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.house .list-grid__list {
  width: 70%;
  margin: 0 auto;
  background-color: #3a687f;
  display: block;
  position: relative;
  border: 6px solid #fff;
}
@media screen and (max-width: 73.4375em) {
  .house .list-grid__list {
    width: 85%;
  }
}
@media all and (max-width: 1024px) {
  .house .list-grid__list {
    width: 90%;
  }
}
.house .list-grid__item {
  padding: 0;
}
.house .list-grid__item:first-child,
.house .list-grid__item:nth-child(3) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
}
.house .list-grid__item:nth-child(3) {
  visibility: hidden;
}
.house .list-grid__item:first-child {
  background: url(../images/house-intro.32a8f4b9231876c76c57d7f4a3641bf9.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .house .list-grid__item:first-child {
    background-size: auto 100%;
    background-position: right bottom;
  }
}
@media all and (max-width: 375px) {
  .house .list-grid__item:first-child {
    background-size: auto 125%;
    background-position: right bottom;
  }
}
.house .list-grid__item:nth-child(2) {
  overflow: hidden;
}
.house-intro .content-item__primary,
.house-celebration .content-item__primary {
  height: 100%;
}
.house-intro .content-item__secondary,
.house-celebration .content-item__secondary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../images/speech-center-right.8c7025a5d01f5f1a2ce144e8e5584cd8.png);
  background-repeat: no-repeat;
  background-position: -50% center;
  background-size: 70%;
}
.house-intro .content-item__secondary-inner,
.house-celebration .content-item__secondary-inner {
  width: 40%;
  margin-left: 1%;
}
@media screen and (max-width: 61.4375em) {
  .house-intro .content-item__secondary,
  .house-celebration .content-item__secondary {
    background-position: -78% center;
    background-size: 80%;
  }
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .house-intro .content-item__secondary,
  .house-celebration .content-item__secondary {
    background: transparent;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background: url(../images/speech-top-center.65f377b542e29255934a26f914e978fd.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 125%;
  }
  .house-intro .content-item__secondary-inner,
  .house-celebration .content-item__secondary-inner {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 35.9375em) {
  .house-intro .content-item__secondary,
  .house-celebration .content-item__secondary {
    background-size: 145%;
  }
}
@media all and (max-width: 375px) {
  .house-intro .content-item__secondary,
  .house-celebration .content-item__secondary {
    background-position: 50% 100%;
  }
}
.house-celebration .cta__sub-title {
  font-weight: 400;
}
.house-celebration .cta__txt {
  font-size: 0.75rem;
  margin-top: 8px;
}
.house-celebration .cta-extra {
  text-align: left;
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .house-celebration .cta-extra {
    text-align: center;
  }
}
.house-decorate {
  padding: 5rem 2rem 2rem;
}
@media all and (max-width: 926px) and (orientation: landscape) {
  .house-decorate {
    padding: 1rem 2rem;
  }
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .house-decorate .content-item__primary {
    height: 63vh;
  }
}
@media screen and (max-width: 35.9375em) {
  .house-decorate .content-item__primary {
    height: 40vh;
  }
}
.house-decorate .content-item__secondary {
  position: absolute;
  right: 8px;
  bottom: 12px;
  z-index: 2;
}
.house-decorate .format {
  width: 60%;
  margin-left: auto;
  overflow: visible;
  margin-right: 5%;
}
.house-decorate .format__obj {
  width: 100%;
  margin: 0 auto;
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .house-decorate .format {
    margin: 0 auto;
    width: 100%;
  }
  .house-decorate .format__obj {
    width: 100%;
  }
}
.house-decorate.hide-items .draggable,
.house-decorate.hide-items .cta-extra {
  visibility: hidden;
}
.house .sticker {
  pointer-events: auto;
  -webkit-transform: translate3d(0px, 0px, 0px) scale(1, 1);
          transform: translate3d(0px, 0px, 0px) scale(1, 1);
  z-index: 2;
}
.house .sticker img {
  width: 65%;
}
@media screen and (max-width: 35.9375em) {
  .house .sticker img {
    width: 45%;
  }
}
.house .sticker-0,
.house .sticker-1,
.house .sticker-2 {
  top: 25%;
}
.house .sticker-3,
.house .sticker-4,
.house .sticker-5 {
  top: 55%;
}
.house .sticker-1,
.house .sticker-4 {
  left: 10%;
}
.house .sticker-2,
.house .sticker-5 {
  left: 25%;
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .house .sticker {
    top: unset !important;
    bottom: 6%;
  }
  .house .sticker-2 {
    left: 30%;
  }
  .house .sticker-3 {
    left: 46%;
  }
  .house .sticker-4 {
    left: 14%;
  }
  .house .sticker-5 {
    left: 62%;
  }
  .house .sticker-1 {
    left: 78%;
  }
}
.smoothie .close-smoothie {
  z-index: 7;
  background: url(../images/close-btn-white.fd6f77d84e03c409cbb628254951b789.png);
}
.smoothie .format {
  padding-bottom: 0;
  height: 100%;
}
.smoothie .format__obj {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.smoothie .list-grid__list {
  width: 70%;
  margin: 0 auto;
  background-color: #298bd2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#147acd), color-stop(#1b7fcd), color-stop(#298bd2), color-stop(#2c8ed2), to(#2486d0));
  background-image: linear-gradient(#147acd, #1b7fcd, #298bd2, #2c8ed2, #2486d0);
  display: block;
  position: relative;
  border: 6px solid #fff;
}
@media screen and (max-width: 73.4375em) {
  .smoothie .list-grid__list {
    width: 85%;
  }
}
@media all and (max-width: 1024px) {
  .smoothie .list-grid__list {
    width: 90%;
  }
}
.smoothie .list-grid__item {
  padding: 0;
}
.smoothie .list-grid__item:first-child,
.smoothie .list-grid__item:nth-child(3) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
}
.smoothie .list-grid__item:nth-child(3) {
  visibility: hidden;
  background-color: #298bd2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#147acd), color-stop(#1b7fcd), color-stop(#298bd2), color-stop(#2c8ed2), to(#2486d0));
  background-image: linear-gradient(#147acd, #1b7fcd, #298bd2, #2c8ed2, #2486d0);
}
.smoothie .list-grid__item:first-child {
  background: url(../images/smoothie-bg.fd3e988410665ef16c168f76a8c40c69.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .smoothie .list-grid__item:first-child {
    background-size: auto 100%;
    background-position: right bottom;
  }
}
@media all and (max-width: 375px) {
  .smoothie .list-grid__item:first-child {
    background-size: auto 125%;
    background-position: right bottom;
  }
}
.smoothie .list-grid__item:nth-child(2) {
  overflow: hidden;
}
.smoothie-intro .content-item__primary,
.smoothie-celebration .content-item__primary {
  height: 100%;
}
.smoothie-intro .content-item__secondary,
.smoothie-celebration .content-item__secondary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../images/speech-center-right.8c7025a5d01f5f1a2ce144e8e5584cd8.png);
  background-repeat: no-repeat;
  background-position: -50% center;
  background-size: 70%;
}
.smoothie-intro .content-item__secondary-inner,
.smoothie-celebration .content-item__secondary-inner {
  width: 40%;
  margin-left: 1%;
}
@media screen and (max-width: 61.4375em) {
  .smoothie-intro .content-item__secondary,
  .smoothie-celebration .content-item__secondary {
    background-position: -78% center;
    background-size: 80%;
  }
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .smoothie-intro .content-item__secondary,
  .smoothie-celebration .content-item__secondary {
    background: transparent;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background: url(../images/speech-top-center.65f377b542e29255934a26f914e978fd.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 125%;
  }
  .smoothie-intro .content-item__secondary-inner,
  .smoothie-celebration .content-item__secondary-inner {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 35.9375em) {
  .smoothie-intro .content-item__secondary,
  .smoothie-celebration .content-item__secondary {
    background-size: 145%;
  }
}
@media all and (max-width: 375px) {
  .smoothie-intro .content-item__secondary,
  .smoothie-celebration .content-item__secondary {
    background-position: 50% 100%;
  }
}
.smoothie-celebration .cta-extra {
  text-align: left;
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .smoothie-celebration .cta-extra {
    text-align: center;
  }
}
.smoothie-celebration .format {
  background-repeat: no-repeat !important;
  background-size: auto 80% !important;
  background-position: center !important;
  width: 60%;
  margin-left: auto;
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .smoothie-celebration .format {
    margin: 0 auto;
    background-size: auto 60% !important;
    background-position: top center !important;
  }
}
.smoothie-celebration .format__obj {
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.smoothie-celebration .smoothie-1 {
  background: url(../images/smoothie-1.36a4a212446196112a883fe22c86afa9.png);
}
.smoothie-celebration .smoothie-2 {
  background: url(../images/smoothie-2.b83fe034ca682e4f11727a4a10bfc1b4.png);
}
.smoothie-celebration .smoothie-3 {
  background: url(../images/smoothie-3.dabc008bec998dabd4b9a7c8e5085e60.png);
}
.smoothie-celebration .smoothie-4 {
  background: url(../images/smoothie-4.351be3fd0bfd591ade1044818f4fdaba.png);
}
.smoothie-celebration .smoothie-5 {
  background: url(../images/smoothie-5.fb689d3988c3eeced0b08f98c7f1f61a.png);
}
.smoothie-celebration .smoothie-6 {
  background: url(../images/smoothie-6.75b08f6ee0fac08ef8a60f65cdf7918f.png);
}
.smoothie-celebration .smoothie-7 {
  background: url(../images/smoothie-7.1d09039fcbd75acef127a523aa1ae4f8.png);
}
.smoothie-celebration .smoothie-8 {
  background: url(../images/smoothie-8.ddade238dc86de28ecf63d811974ff67.png);
}
.smoothie-celebration .smoothie-9 {
  background: url(../images/smoothie-9.dc30d3f15fb0cbe9003c9869b45ec715.png);
}
.smoothie-celebration .smoothie-10 {
  background: url(../images/smoothie-10.b830d81f89a988598ba891fd65f0212e.png);
}
.smoothie-celebration .smoothie-11 {
  background: url(../images/smoothie-11.e8651a973a428f22e94fd468bac8df2f.png);
}
.smoothie-celebration .smoothie-12 {
  background: url(../images/smoothie-12.8dcf3798b1895feaa8dac3adbcab79ea.png);
}
.smoothie-create {
  padding: 5rem 2rem 2rem;
}
@media all and (max-width: 926px) and (orientation: landscape) {
  .smoothie-create {
    padding: 1rem 2rem;
  }
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .smoothie-create .content-item__primary {
    height: 63vh;
  }
}
@media screen and (max-width: 35.9375em) {
  .smoothie-create .content-item__primary {
    height: 40vh;
  }
}
.smoothie-create .content-item__secondary {
  position: absolute;
  right: 8px;
  bottom: 12px;
  z-index: 2;
}
.smoothie-create .format {
  width: 60%;
  margin-left: auto;
  overflow: visible;
  margin-right: 5%;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
}
.smoothie-create .format__obj {
  width: 45%;
  margin: 0 auto;
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .smoothie-create .format {
    margin: 0 auto;
    width: 100%;
  }
}
@media all and (max-width: 375px) {
  .smoothie-create .format__obj {
    width: 65%;
  }
}
.smoothie-create .cta-extra {
  visibility: hidden;
}
.smoothie-create.activated .cta-extra {
  visibility: visible;
}
.smoothie .sticker {
  pointer-events: auto;
  -webkit-transform: translate3d(0px, 0px, 0px) scale(1, 1);
          transform: translate3d(0px, 0px, 0px) scale(1, 1);
  z-index: 1;
}
.smoothie .sticker img {
  width: 65%;
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .smoothie .sticker img {
    top: 55%;
  }
}
@media screen and (max-width: 35.9375em) {
  .smoothie .sticker img {
    width: 45%;
  }
}
.smoothie .sticker.dropped {
  opacity: 0.6;
}
.smoothie .sticker-0 {
  top: 20%;
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .smoothie .sticker-0 {
    top: 84%;
  }
}
.smoothie .sticker-1 {
  left: 10%;
  top: 14%;
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .smoothie .sticker-1 {
    left: 60%;
    top: 84%;
  }
}
.smoothie .sticker-2 {
  top: 22%;
  left: 32%;
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .smoothie .sticker-2 {
    top: 79%;
    left: 22%;
  }
}
.smoothie .sticker-3 {
  top: 37%;
  left: 7%;
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .smoothie .sticker-3 {
    top: 92%;
    left: 15%;
  }
}
.smoothie .sticker-4 {
  top: 47%;
  left: 24%;
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .smoothie .sticker-4 {
    top: 93%;
    left: 69%;
  }
}
.smoothie .sticker-5 {
  top: 66%;
  left: 1%;
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .smoothie .sticker-5 {
    top: 81%;
    left: 90%;
  }
}
.smoothie .sticker-6 {
  top: 68%;
  left: 15%;
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .smoothie .sticker-6 {
    top: 85%;
    left: 45%;
  }
}
.game.wildlife-1 .close-wildlife-1 {
  z-index: 7;
}
.game.wildlife-1 .cta {
  position: relative;
  width: 80%;
  margin: 0 auto;
  background-color: #5bcbf5;
  background: url(../images/Monkey-bg-2.3882006308f119150d93e55125e13331.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border: 6px solid #fff;
  overflow: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}
@media screen and (max-width: 73.4375em) {
  .game.wildlife-1 .cta {
    width: 90%;
  }
}
@media screen and (max-width: 61.4375em) {
  .game.wildlife-1 .cta {
    width: 95%;
  }
}
.game.wildlife-1 .format {
  padding-bottom: 0;
  height: 100%;
}
.game.wildlife-1 .format__obj {
  position: relative;
  left: 0;
  top: 0;
  -webkit-transform: translate(-14%, 0%);
          transform: translate(-14%, 0%);
  width: 65%;
  padding: 9% 9% 0;
}
@media all and (max-width: 567px) {
  .game.wildlife-1 .content-item__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    background: url(../images/speech-mobile-flipped.fb8ceadabafc0e891645e1e30e5f0faa.png);
    background-repeat: no-repeat;
    background-size: 175%;
    background-position: 45% -40%;
  }
}
@media all and (max-width: 375px) {
  .game.wildlife-1 .content-item__inner {
    background-size: 205%;
    background-position: 56% -65%;
  }
}
@media all and (max-width: 320px) {
  .game.wildlife-1 .content-item__inner {
    background-size: 230%;
    background-position: 56% -65%;
  }
}
.game.wildlife-1 .content-item__primary {
  z-index: 2;
}
@media all and (max-width: 567px) {
  .game.wildlife-1 .content-item__primary {
    z-index: 0;
  }
}
.game.wildlife-1 .content-item__secondary {
  position: absolute;
  top: 0;
  left: 25%;
  right: -25%;
  bottom: 0;
}
@media all and (max-width: 1280px) {
  .game.wildlife-1 .content-item__secondary {
    left: 8%;
  }
}
@media screen and (max-width: 61.4375em) {
  .game.wildlife-1 .content-item__secondary {
    left: 0;
  }
}
.game.wildlife-1 .content-item__secondary:before {
  content: "";
  display: block;
  position: absolute;
  top: -45%;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/speech-bt-left.70b166bc2c01c2a438bb47e4f2d9b995.png);
  background-repeat: no-repeat;
  background-size: 67%;
  background-position: center;
  z-index: 2;
}
@media screen and (max-width: 47.9375em) {
  .game.wildlife-1 .content-item__secondary:before {
    background-size: 87%;
  }
}
.game.wildlife-1 .content-item__secondary-inner {
  height: 100%;
  width: 40%;
  margin: 0 auto;
  z-index: 2;
  padding-top: 2em;
  position: relative;
}
@media all and (min-width: 1500px) {
  .game.wildlife-1 .content-item__secondary-inner {
    width: 35%;
    padding-top: 4em;
  }
}
@media all and (max-width: 1280px) {
  .game.wildlife-1 .content-item__secondary-inner {
    padding-top: 1em;
    width: 50%;
  }
}
@media screen and (max-width: 47.9375em) {
  .game.wildlife-1 .content-item__secondary-inner {
    padding-top: 0;
    width: 60%;
  }
}
@media all and (max-width: 667px) {
  .game.wildlife-1 .content-item__secondary-inner {
    width: 70%;
  }
}
@media all and (max-width: 567px) {
  .game.wildlife-1 .content-item__secondary {
    position: static;
    padding-top: 2em;
  }
  .game.wildlife-1 .content-item__secondary:before {
    display: none;
  }
  .game.wildlife-1 .content-item__secondary-inner {
    position: static;
    width: 80%;
  }
}
@media all and (max-width: 320px) {
  .game.wildlife-1 .content-item__secondary-inner {
    width: 97%;
  }
}
.game.wildlife-1 .cta__title {
  margin-bottom: 8px;
}
@media screen and (max-width: 61.4375em) {
  .game.wildlife-1 .cta__title {
    font-size: 2.125rem;
    line-height: 34px;
  }
}
@media screen and (max-width: 47.9375em) {
  .game.wildlife-1 .cta__title {
    font-size: 1.875rem;
    line-height: 30px;
  }
}
.game.wildlife-1 .cta__sub-title {
  font-weight: 400;
}
@media screen and (max-width: 61.4375em) {
  .game.wildlife-1 .cta__sub-title {
    font-size: 0.875rem;
  }
}
.game.wildlife-1 .cta-extra,
.game.wildlife-1 .cta-btn {
  width: 50%;
  position: absolute;
  bottom: 18px;
}
.game.wildlife-1 .cta-extra__inner,
.game.wildlife-1 .cta-btn__inner {
  border-radius: 0;
  background-color: transparent;
  color: transparent;
  font-size: 0px !important;
  width: 170px;
  padding: 28px;
  cursor: pointer;
}
@media all and (max-width: 567px) {
  .game.wildlife-1 .cta-extra__inner,
  .game.wildlife-1 .cta-btn__inner {
    width: 115px;
  }
}
@media screen and (max-width: 47.9375em) {
  .game.wildlife-1 .cta-extra,
  .game.wildlife-1 .cta-btn {
    bottom: 8px;
  }
}
.game.wildlife-1 .cta-extra {
  left: 0;
  text-align: right;
}
.game.wildlife-1 .cta-extra__inner {
  background: url(../images/google-play.a480160b8bd0fdcfbee4dbe8461c578f.png);
  background-repeat: no-repeat;
  background-size: 95%;
}
.game.wildlife-1 .cta-btn {
  right: 0;
  z-index: 2;
}
.game.wildlife-1 .cta-btn__inner {
  background: url(../images/app-store.083fcbe15d139dd216e4e7ec1db16663.png);
  background-repeat: no-repeat;
  background-size: 96%;
}
.game.stuntz-1 .close-stuntz-1 {
  z-index: 7;
}
.game.stuntz-1 .cta {
  position: relative;
  width: 80%;
  margin: 0 auto;
  background-color: #5bcbf5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#57c9f4), color-stop(#b3e3fa), color-stop(#d2eefc), color-stop(#bfe8fb), to(#a3dcf7));
  background-image: linear-gradient(#57c9f4, #b3e3fa, #d2eefc, #bfe8fb, #a3dcf7);
  border: 6px solid #fff;
  overflow: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}
@media screen and (max-width: 73.4375em) {
  .game.stuntz-1 .cta {
    width: 90%;
  }
}
@media screen and (max-width: 61.4375em) {
  .game.stuntz-1 .cta {
    width: 95%;
  }
}
@media all and (max-width: 567px) {
  .game.stuntz-1 .cta {
    background: url(../images/Stuntz-build.6f24d9e2a8c5bf11499cb874dd5fa189.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}
.game.stuntz-1 .format {
  padding-bottom: 0;
  height: 100%;
}
.game.stuntz-1 .format__obj {
  position: relative;
  left: 0;
  top: 0;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  width: 100%;
}
@media screen and (max-width: 61.4375em) {
  .game.stuntz-1 .format__obj {
    -webkit-transform: translate(-15%, 0%);
            transform: translate(-15%, 0%);
    width: 135%;
  }
}
@media all and (max-width: 567px) {
  .game.stuntz-1 .format__obj {
    opacity: 0;
    width: 180%;
  }
}
@media all and (max-width: 567px) {
  .game.stuntz-1 .content-item__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    background: url(../images/speech-mobile-flipped.fb8ceadabafc0e891645e1e30e5f0faa.png);
    background-repeat: no-repeat;
    background-size: 135%;
    background-position: 45% -60%;
  }
}
@media all and (max-width: 375px) {
  .game.stuntz-1 .content-item__inner {
    background-size: 180%;
    background-position: 57% -65%;
  }
}
@media all and (max-width: 320px) {
  .game.stuntz-1 .content-item__inner {
    background-size: 215%;
    background-position: 60% -115%;
  }
}
.game.stuntz-1 .content-item__primary {
  z-index: 2;
}
@media all and (max-width: 567px) {
  .game.stuntz-1 .content-item__primary {
    z-index: 0;
  }
}
.game.stuntz-1 .content-item__secondary {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.game.stuntz-1 .content-item__secondary:before {
  content: "";
  display: block;
  position: absolute;
  top: -45%;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/speech-mobile-flipped.fb8ceadabafc0e891645e1e30e5f0faa.png);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
  z-index: 2;
}
@media screen and (max-width: 61.4375em) {
  .game.stuntz-1 .content-item__secondary:before {
    background-size: 75%;
  }
}
.game.stuntz-1 .content-item__secondary-inner {
  height: 100%;
  width: 40%;
  margin: 0 auto;
  z-index: 2;
  padding-top: 2em;
  position: relative;
}
@media all and (min-width: 1500px) {
  .game.stuntz-1 .content-item__secondary-inner {
    width: 35%;
    padding-top: 4em;
  }
}
@media all and (max-width: 1280px) {
  .game.stuntz-1 .content-item__secondary-inner {
    padding-top: 1em;
    width: 50%;
  }
}
@media screen and (max-width: 47.9375em) {
  .game.stuntz-1 .content-item__secondary-inner {
    padding-top: 0;
    width: 60%;
  }
}
@media all and (max-width: 667px) {
  .game.stuntz-1 .content-item__secondary-inner {
    width: 70%;
  }
}
@media all and (max-width: 567px) {
  .game.stuntz-1 .content-item__secondary {
    position: static;
    padding-top: 2em;
  }
  .game.stuntz-1 .content-item__secondary:before {
    display: none;
  }
  .game.stuntz-1 .content-item__secondary-inner {
    position: static;
    width: 80%;
  }
}
@media all and (max-width: 320px) {
  .game.stuntz-1 .content-item__secondary-inner {
    width: 97%;
  }
}
.game.stuntz-1 .cta__title {
  margin-bottom: 8px;
}
@media screen and (max-width: 61.4375em) {
  .game.stuntz-1 .cta__title {
    font-size: 2.125rem;
    line-height: 34px;
  }
}
@media screen and (max-width: 47.9375em) {
  .game.stuntz-1 .cta__title {
    font-size: 1.875rem;
    line-height: 30px;
  }
}
.game.stuntz-1 .cta__sub-title {
  font-weight: 400;
}
@media screen and (max-width: 61.4375em) {
  .game.stuntz-1 .cta__sub-title {
    font-size: 0.875rem;
  }
}
.game.stuntz-1 .cta-extra,
.game.stuntz-1 .cta-btn {
  width: 50%;
  position: absolute;
  bottom: 18px;
}
.game.stuntz-1 .cta-extra__inner,
.game.stuntz-1 .cta-btn__inner {
  border-radius: 0;
  background-color: transparent;
  color: transparent;
  font-size: 0px !important;
  width: 170px;
  padding: 28px;
  cursor: pointer;
}
@media all and (max-width: 567px) {
  .game.stuntz-1 .cta-extra__inner,
  .game.stuntz-1 .cta-btn__inner {
    width: 115px;
  }
}
@media screen and (max-width: 47.9375em) {
  .game.stuntz-1 .cta-extra,
  .game.stuntz-1 .cta-btn {
    bottom: 8px;
  }
}
.game.stuntz-1 .cta-extra {
  left: 0;
  text-align: right;
}
.game.stuntz-1 .cta-extra__inner {
  background: url(../images/google-play.a480160b8bd0fdcfbee4dbe8461c578f.png);
  background-repeat: no-repeat;
  background-size: 95%;
}
.game.stuntz-1 .cta-btn {
  right: 0;
  z-index: 2;
}
.game.stuntz-1 .cta-btn__inner {
  background: url(../images/app-store.083fcbe15d139dd216e4e7ec1db16663.png);
  background-repeat: no-repeat;
  background-size: 96%;
}
.bike .close-bike {
  z-index: 7;
}
.bike .format {
  padding-bottom: 0;
  height: 100%;
}
.bike .format__obj {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.bike .list-grid__list {
  width: 70%;
  margin: 0 auto;
  background-color: #5bcbf5;
  background-image: url(../images/Stuntz-bike_bg.9509157b009a7d6962f456d261b1590b.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  display: block;
  position: relative;
  border: 6px solid #fff;
}
@media screen and (max-width: 73.4375em) {
  .bike .list-grid__list {
    width: 85%;
  }
}
@media all and (max-width: 1024px) {
  .bike .list-grid__list {
    width: 90%;
  }
}
.bike .list-grid__item {
  padding: 0;
}
.bike .list-grid__item:first-child,
.bike .list-grid__item:nth-child(3) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
}
.bike .list-grid__item:nth-child(3) {
  visibility: hidden;
}
.bike .list-grid__item:first-child {
  background-color: #5bcbf5;
  background-image: url(../images/Stuntz-bike-intro_bg.02111f47c2924ee27646e9f813a05da6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.bike .list-grid__item:first-child .content-item__primary {
  height: 100%;
}
.bike .list-grid__item:first-child .content-item__secondary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../images/Speech-bubble-right.0511b6d7a2f06f6af6b2b4dceb5f7fde.png);
  background-repeat: no-repeat;
  background-position: -50% center;
  background-size: 70%;
}
.bike .list-grid__item:first-child .content-item__secondary-inner {
  width: 40%;
  margin-left: 1%;
}
@media screen and (max-width: 61.4375em) {
  .bike .list-grid__item:first-child .content-item__secondary {
    background-position: -78% center;
    background-size: 80%;
  }
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .bike .list-grid__item:first-child .content-item__secondary {
    background: transparent;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background: url(../images/Speech-bubble-mobile-bt.d99108c696e23fe2dcca6031deb40925.png);
    background-repeat: no-repeat;
    background-size: 125%;
    background-position: 60% -325%;
  }
  .bike .list-grid__item:first-child .content-item__secondary-inner {
    width: 90%;
    margin: 0 auto;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 35.9375em) {
  .bike .list-grid__item:first-child .content-item__secondary {
    background-size: 180%;
    background-position: 60% -42%;
  }
  .bike .list-grid__item:first-child .content-item__secondary-inner {
    padding-top: 4rem;
  }
}
@media all and (max-width: 375px) {
  .bike .list-grid__item:first-child .content-item__secondary {
    background-position: 52% -270%;
  }
  .bike .list-grid__item:first-child .content-item__secondary-inner {
    padding-top: 2rem;
  }
}
.bike .list-grid__item:first-child .format {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.bike .list-grid__item:first-child .format__obj {
  width: 80%;
  -webkit-transform: translate(50%, 0%);
          transform: translate(50%, 0%);
}
@media screen and (max-width: 61.4375em) {
  .bike .list-grid__item:first-child .format__obj {
    width: 100%;
    -webkit-transform: translate(40%, 0%);
            transform: translate(40%, 0%);
  }
}
@media all and (max-width: 926px) and (orientation: landscape) {
  .bike .list-grid__item:first-child .format__obj {
    width: 60%;
    -webkit-transform: translate(23%, 0%);
            transform: translate(23%, 0%);
    margin-right: 0;
    margin-left: auto;
  }
}
@media all and (max-width: 768px) {
  .bike .list-grid__item:first-child .format__obj {
    width: 70%;
    -webkit-transform: translate(75%, 15%);
            transform: translate(75%, 15%);
    z-index: 1;
  }
}
.bike .list-grid__item:nth-child(2) {
  overflow: hidden;
}
.bike-decorate {
  padding-top: 4rem;
  height: 60vh;
}
@media all and (max-width: 926px) and (orientation: landscape) {
  .bike-decorate {
    height: 85vh;
  }
}
.bike-decorate .content-item__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 61.4375em) {
  .bike-decorate .content-item__inner {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
.bike-decorate .content-item__secondary {
  position: absolute;
  right: 8px;
  bottom: 12px;
  z-index: 2;
}
.bike-decorate .cta__txt {
  font-size: 1.875rem;
  color: #fff;
  font-weight: 800;
  background: #0078c1;
  padding: 8px 10px;
  border-radius: 4px;
  display: inline-block;
  margin-left: auto;
  cursor: pointer;
}
@media screen and (max-width: 35.9375em) {
  .bike-decorate .cta__txt {
    font-size: 1.375rem;
  }
}
.bike-decorate .format__obj {
  width: 65%;
  margin: 0 auto;
}
@media screen and (max-width: 89.9375em) {
  .bike-decorate .format__obj {
    width: 85%;
  }
}
@media all and (max-width: 1024px) {
  .bike-decorate .format__obj {
    width: 75%;
  }
}
.bike .bike-stickers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 60px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 61.4375em) {
  .bike .bike-stickers {
    width: 95%;
  }
}
.bike .bike-stickers div {
  -webkit-flex-basis: 8.33333333%;
      -ms-flex-preferred-size: 8.33333333%;
          flex-basis: 8.33333333%;
  max-width: 8.33333333%;
  min-width: 8.33333333%;
  background: red;
  height: 60px;
  position: absolute;
  top: 0;
}
.bike .bike-stickers .b-sticker {
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}
.bike .bike-stickers .b-sticker-1 {
  left: 11%;
  background: url(../images/Bike-sticker_1-bg.30d259c94b4b7770871a3d59b14e6737.png);
}
.bike .bike-stickers .b-sticker-1.dropped {
  background: url(../images/Bike-sticker_1.c0d027798a1e63979fa1fdbf14d79391.png);
}
.bike .bike-stickers .b-sticker-2 {
  left: 22%;
  background: url(../images/Bike-sticker_2-bg.aa41bf069331e04e89d83fe7e4ffe95b.png);
}
.bike .bike-stickers .b-sticker-2.dropped {
  background: url(../images/Bike-sticker_2.419784d25d29906595f907c912f2aa4b.png);
}
.bike .bike-stickers .b-sticker-3 {
  left: 33%;
  background: url(../images/Bike-sticker_3-bg.c44b62a80399f7762469ff2762dd6964.png);
}
.bike .bike-stickers .b-sticker-3.dropped {
  background: url(../images/Bike-sticker_3.977b7f61c3d74fedc4a87e1f2760ed08.png);
}
.bike .bike-stickers .b-sticker-4 {
  left: 44%;
  background: url(../images/Bike-sticker_4-bg.e3b113a49ed1203069f21144e65855c1.png);
}
.bike .bike-stickers .b-sticker-4.dropped {
  background: url(../images/Bike-sticker_4.11da0c75451710e0750f3c4af246af44.png);
}
.bike .bike-stickers .b-sticker-5 {
  left: 55%;
  background: url(../images/Bike-sticker_5-bg.b62e04106e9706c1316e6028e4f64f58.png);
}
.bike .bike-stickers .b-sticker-5.dropped {
  background: url(../images/Bike-sticker_5.1dc3e1b6451be97aa225bac347b0fbf9.png);
}
.bike .bike-stickers .b-sticker-6 {
  left: 66%;
  background: url(../images/Bike-sticker_6-bg.748118f373f85241b3da3303801086fe.png);
}
.bike .bike-stickers .b-sticker-6.dropped {
  background: url(../images/Bike-sticker_6.f02a3f69f4e71cfc93ed14642eef58bb.png);
}
.bike .bike-stickers .b-sticker-7 {
  left: 77%;
  background: url(../images/Bike-sticker_7-bg.9bef48697e786bd932d4be09129c714c.png);
}
.bike .bike-stickers .b-sticker-7.dropped {
  background: url(../images/Bike-sticker_7.bd6080e75adedf0fe15dacd9c53eff8b.png);
}
.bike .bike-stickers .b-sticker-8 {
  left: 88%;
  background: url(../images/Bike-sticker_8-bg.fc8349f3dd7079bf565f4e4ecc83493a.png);
}
.bike .bike-stickers .b-sticker-8.dropped {
  background: url(../images/Bike-sticker_8.84ce12d71c9d758d7e1c8449033b94d7.png);
}
.bike .hide-items .cta-extra {
  visibility: hidden;
}
.bike .hide-items .draggable {
  visibility: hidden;
}
.bike-celebration .content-item__primary {
  height: 100%;
  width: 45%;
}
@media all and (max-width: 926px) and (orientation: landscape) {
  .bike-celebration .content-item__primary {
    width: 30%;
  }
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .bike-celebration .content-item__primary {
    width: 100%;
  }
}
.bike-celebration .content-item__secondary {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: url(../images/Speech-bubble-mobile-bt-rev.f92552780b588170a46067d3a637f230.png);
  background-repeat: no-repeat;
  background-position: -18% -14rem;
  background-size: 70%;
}
.bike-celebration .content-item__secondary-inner {
  width: 60%;
  margin-left: 1%;
  padding-top: 2%;
}
@media all and (max-width: 1670px) {
  .bike-celebration .content-item__secondary {
    background-position: -18% -8rem;
  }
}
@media all and (max-width: 1500px) {
  .bike-celebration .content-item__secondary {
    background-size: 75%;
  }
}
@media screen and (max-width: 89.9375em) {
  .bike-celebration .content-item__secondary {
    background-position: -28% -110%;
  }
}
@media all and (max-width: 1320px) {
  .bike-celebration .content-item__secondary {
    background-position: -28% -65%;
  }
}
@media all and (max-width: 1230px) {
  .bike-celebration .content-item__secondary {
    background-position: -45% -65%;
    background-size: 80%;
  }
}
@media all and (max-width: 1180px) {
  .bike-celebration .content-item__secondary {
    background-position: -45% -190%;
  }
}
@media all and (max-width: 1100px) {
  .bike-celebration .content-item__secondary {
    background-position: -45% -120%;
  }
}
@media all and (max-width: 1024px) {
  .bike-celebration .content-item__secondary {
    background-position: -13rem -13rem;
    background-size: 95%;
  }
}
@media screen and (max-width: 61.4375em) {
  .bike-celebration .content-item__secondary {
    background-position: -6rem -4rem;
  }
}
@media all and (max-width: 926px) and (orientation: landscape) {
  .bike-celebration .content-item__secondary {
    background-size: 75%;
  }
}
@media screen and (max-width: 35.9375em) {
  .bike-celebration .content-item__secondary {
    background-position: center -4rem;
    background-size: 185%;
  }
  .bike-celebration .content-item__secondary-inner {
    width: 95%;
    padding-top: 18%;
    margin: 0 auto;
  }
}
@media all and (max-width: 375px) {
  .bike-celebration .content-item__secondary {
    background-position: center -2rem;
    background-size: 195%;
  }
}
.bike-celebration .format {
  overflow: visible;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.bike-celebration .format__obj {
  width: 45%;
  height: auto;
  -webkit-transform: translate(-25%, 0);
          transform: translate(-25%, 0);
  z-index: 2;
}
@media screen and (max-width: 35.9375em) {
  .bike-celebration .format__obj {
    width: 28%;
  }
}
.spot .close-spot {
  z-index: 7;
  background: url(../images/close-btn-white.fd6f77d84e03c409cbb628254951b789.png);
}
@media all and (max-width: 990px) and (orientation: portrait) {
  .spot .close-spot {
    background: url(../images/close-btn.c2b043c8e6e79471525a5f796adafb51.png);
  }
}
.spot .format {
  padding-bottom: 0;
  height: 100%;
}
.spot .format__obj {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.spot .list-grid__list {
  width: 70%;
  margin: 0 auto;
  background-color: #2689d0;
  display: block;
  position: relative;
  border: 6px solid #fff;
}
@media screen and (max-width: 73.4375em) {
  .spot .list-grid__list {
    width: 85%;
  }
}
@media all and (max-width: 1024px) {
  .spot .list-grid__list {
    width: 90%;
  }
}
.spot .list-grid__item {
  padding: 0;
  background-color: #2689d0;
}
.spot .list-grid__item:first-child,
.spot .list-grid__item:nth-child(3) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
}
.spot .list-grid__item:nth-child(3) {
  visibility: hidden;
}
.spot .list-grid__item:first-child .content-item__primary {
  height: 100%;
}
.spot .list-grid__item:first-child .content-item__secondary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../images/Speech-bubble-right.0511b6d7a2f06f6af6b2b4dceb5f7fde.png);
  background-repeat: no-repeat;
  background-position: -50% center;
  background-size: 70%;
}
.spot .list-grid__item:first-child .content-item__secondary-inner {
  width: 40%;
  margin-left: 1%;
}
@media all and (max-width: 990px) and (orientation: portrait) {
  .spot .list-grid__item:first-child .content-item__secondary {
    background: url(../images/Speech-bubble-mobile-bt.d99108c696e23fe2dcca6031deb40925.png);
    background-repeat: no-repeat;
    background-size: 115%;
    background-position: center -61%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .spot .list-grid__item:first-child .content-item__secondary-inner {
    width: 95%;
    margin: 0 auto;
    padding-top: 12%;
  }
}
@media screen and (max-width: 35.9375em) {
  .spot .list-grid__item:first-child .content-item__secondary {
    background-size: 145%;
    background-position: center -40%;
  }
}
@media all and (max-width: 375px) {
  .spot .list-grid__item:first-child .content-item__secondary {
    background-size: 165%;
  }
}
.spot .list-grid__item:first-child .format {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.spot .list-grid__item:first-child .format__obj {
  width: 50%;
  margin-left: auto;
  margin-right: 2%;
}
@media all and (max-width: 990px) and (orientation: portrait) {
  .spot .list-grid__item:first-child .format {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .spot .list-grid__item:first-child .format__obj {
    width: 55%;
    margin: 0 auto;
  }
}
.spot .list-grid__item:nth-child(2) {
  overflow: hidden;
}
.spot-game {
  padding: 6% 0;
}
.spot-game .content-item__inner {
  position: relative;
}
.spot-game .content-item__primary {
  width: 65%;
  margin: 0 auto;
}
.spot-game .content-item__secondary {
  position: absolute;
  bottom: 0;
  left: 6%;
  text-align: right;
  z-index: 2;
}
@media all and (max-width: 990px) and (orientation: portrait) {
  .spot-game .content-item__inner {
    padding-top: 7%;
  }
  .spot-game .content-item__primary {
    width: 90%;
    margin: 0 auto;
  }
  .spot-game .content-item__secondary {
    position: relative;
    left: 0;
    text-align: center;
    padding-top: 5%;
  }
  .spot-game .content-item__secondary-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media all and (max-width: 926px) and (orientation: landscape) {
  .spot-game .content-item__primary {
    width: 45%;
  }
}
.spot-game .cta__txt {
  color: #fff;
  font-size: 3.125rem;
  font-weight: bold;
}
.spot-game .cta-extra__inner {
  color: transparent;
  border-radius: 0;
  font-size: 0px;
  padding: 3rem;
  background: url(../images/Stuntz-mistakes_fullscreen.14a980d232843c0487d8b69c4643841a.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  margin-top: 0;
}
@media all and (max-width: 990px) and (orientation: portrait) {
  .spot-game .cta__txt {
    margin-right: 32px;
  }
}
.spot-game .format__obj {
  width: 100%;
}
.spot-game .sticker {
  -webkit-transform: scale(1);
          transform: scale(1);
  pointer-events: visible;
  opacity: 0;
  z-index: 1;
}
.spot-game .sticker img {
  margin: auto;
}
.spot-game .sticker.selected {
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.spot-game .spot-0 {
  bottom: 0;
  left: -2%;
  visibility: hidden;
}
.spot-game .spot-1 {
  top: 13%;
  right: 22%;
  width: 10%;
}
.spot-game .spot-2 {
  top: 27%;
  right: 24%;
  height: 18%;
  width: 11%;
}
.spot-game .spot-3 {
  bottom: 34%;
  right: 7%;
  width: 10%;
}
.spot-game .spot-4 {
  bottom: 46%;
  left: 45%;
  width: 10%;
}
.spot-game .spot-5 {
  bottom: 12%;
  left: 2%;
  width: 34%;
  height: 25%;
}
.spot-game .close-full {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../images/close-btn-white.fd6f77d84e03c409cbb628254951b789.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.spot-game.show-img .cta-extra__inner {
  visibility: hidden;
}
.spot-game.show-img .spot-0 {
  visibility: visible;
  opacity: 1;
}
.spot-game.show-img .cta__txt {
  opacity: 0;
}
.spot-game.show-img .selected {
  opacity: 0;
}
.spot-celebration .content-item__primary {
  height: 100%;
  width: 50%;
}
@media all and (max-width: 990px) and (orientation: portrait) {
  .spot-celebration .content-item__primary {
    margin: 0 auto;
  }
}
@media screen and (max-width: 35.9375em) {
  .spot-celebration .content-item__primary {
    margin-left: 0;
  }
}
.spot-celebration .content-item__secondary {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../images/Speech-bubble-left.5d16595a574b821b38fb97c96786ef10.png);
  background-repeat: no-repeat;
  background-position: 120% center;
  background-size: 70%;
}
.spot-celebration .content-item__secondary-inner {
  width: 45%;
  margin-right: 1%;
  padding-top: 2%;
  margin-left: auto;
}
@media all and (max-width: 990px) and (orientation: portrait) {
  .spot-celebration .content-item__secondary {
    background: url(../images/Speech-bubble-mobile-bt-rev.f92552780b588170a46067d3a637f230.png);
    background-size: 115%;
    background-position: center -61%;
    background-repeat: no-repeat;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .spot-celebration .content-item__secondary-inner {
    width: 95%;
    margin: 0 auto;
    padding-top: 12%;
  }
}
@media screen and (max-width: 35.9375em) {
  .spot-celebration .content-item__secondary {
    background-size: 145%;
    background-position: center -40%;
  }
}
.spot-celebration .format {
  overflow: visible;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
}
.spot-celebration .format__obj {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: 0;
  z-index: 2;
  -webkit-transform: translate(0%, 16%);
          transform: translate(0%, 16%);
}
@media all and (max-width: 990px) and (orientation: portrait) {
  .spot-celebration .format {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .spot-celebration .format__obj {
    -webkit-transform: translate(0, 40%);
            transform: translate(0, 40%);
  }
}
.feed .close-feed {
  z-index: 7;
  background: url(../images/close-btn-white.fd6f77d84e03c409cbb628254951b789.png);
}
.feed .format {
  padding-bottom: 0;
  height: 100%;
}
.feed .format__obj {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 100%;
}
.feed .list-grid__inner {
  width: 70%;
  margin: 0 auto;
  background-color: #2c8ed2;
  display: block;
  position: relative;
  border: 6px solid #fff;
}
@media screen and (max-width: 73.4375em) {
  .feed .list-grid__inner {
    width: 85%;
  }
}
@media all and (max-width: 1024px) {
  .feed .list-grid__inner {
    width: 90%;
  }
}
.feed .list-grid__list {
  position: relative;
  z-index: 2;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 5%;
}
.feed .list-grid__item {
  -webkit-flex-basis: 29.16666667%;
      -ms-flex-preferred-size: 29.16666667%;
          flex-basis: 29.16666667%;
  max-width: 29.16666667%;
  min-width: 29.16666667%;
  margin-top: 25%;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}
@media all and (max-width: 926px) and (orientation: landscape) {
  .feed .list-grid__item {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
    margin-top: 20%;
  }
}
@media screen and (max-width: 35.9375em) {
  .feed .list-grid__item {
    margin-top: 55%;
  }
}
.feed-intro,
.feed-celebration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
}
.feed-intro .grid-column,
.feed-celebration .grid-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../images/speech-center-right.8c7025a5d01f5f1a2ce144e8e5584cd8.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: -20% center;
}
@media screen and (max-width: 35.9375em) {
  .feed-intro .grid-column,
  .feed-celebration .grid-column {
    background: url(../images/speech-mobile-flipped.fb8ceadabafc0e891645e1e30e5f0faa.png);
    background-repeat: no-repeat;
    background-size: 110%;
    background-position: 170% -78%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.feed-intro .cta,
.feed-celebration .cta {
  width: 45%;
  margin-left: 2%;
}
@media screen and (max-width: 35.9375em) {
  .feed-intro .cta,
  .feed-celebration .cta {
    width: 70%;
  }
}
.feed-intro {
  background: url(../images/Feed-intro.a5e697e2460053dff20872b9b305cf9e.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
}
.feed-celebration {
  visibility: hidden;
  background: url(../images/Feed-outro.386ab81c62724befa105c547a5b785dd.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.feed .monkey .format__obj {
  width: 50%;
  margin: 0 auto;
}
.feed .feed-food {
  position: absolute;
  top: 8%;
  height: 80px;
  left: 0;
  right: 0;
  width: 80%;
  margin: 0 auto;
}
@media all and (max-width: 926px) and (orientation: landscape) {
  .feed .feed-food {
    top: 15%;
    height: 40px;
    width: 75%;
  }
}
@media screen and (max-width: 35.9375em) {
  .feed .feed-food {
    width: 90%;
    top: 15%;
  }
}
.feed .food {
  position: absolute;
  width: 12%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}
.feed .food-1 {
  left: 0;
  top: 28%;
  background: url(../images/Feed-food-1.a78f184e0ced408001eeb1de8b8019f5.png);
}
.feed .food-2 {
  left: 14%;
  background: url(../images/Feed-food-2.c738d4d0d8aaf1a35c047c40ab14b026.png);
}
.feed .food-3 {
  left: 30%;
  top: 20%;
  background: url(../images/Feed-food-3.148f34b2c140720c03451b60bec59261.png);
}
.feed .food-4 {
  left: 50%;
  background: url(../images/Feed-food-4.65535cc2acdee44129965a6ce856b363.png);
}
.feed .food-5 {
  left: 70%;
  top: 16%;
  background: url(../images/Feed-food-5.a7286169b63e122127a5c10ce31cefef.png);
}
.feed .food-6 {
  left: 85%;
  background: url(../images/Feed-food-6.b58d81cc16710b08b6d5fd42f7434d93.png);
}
.nasa .format {
  padding-bottom: 0;
  height: 100%;
}
.nasa .format__obj {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  background: transparent;
  width: 100%;
}
.nasa .cta__title,
.nasa .cta__sub-title,
.nasa .cta__txt {
  color: #000;
  font-style: italic;
}
.nasa .has--video .content-item__primary:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 16%;
  height: 16%;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: url(../images/play-btn.03b4bf262f9b7b620bef89b32ce0d2c8.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.nasa .section-1 {
  margin-top: 64px;
}
.nasa__intro {
  margin: 0;
}
.nasa__intro .grid-content {
  padding-top: 0;
}
.nasa__intro .list-grid__list {
  margin: 0;
  overflow: hidden;
  position: relative;
}
.nasa__intro .list-grid__item {
  padding: 0;
}
.nasa__intro .list-grid__item:nth-child(2) {
  position: absolute;
  top: 1%;
  right: -6%;
  -webkit-flex-basis: 23.33333333%;
      -ms-flex-preferred-size: 23.33333333%;
          flex-basis: 23.33333333%;
  max-width: 23.33333333%;
  min-width: 23.33333333%;
  -webkit-animation: jump 22s linear alternate infinite;
          animation: jump 22s linear alternate infinite;
}
.nasa__intro .list-grid__item:last-child {
  position: absolute;
  top: 7%;
  left: -26%;
  -webkit-flex-basis: 41.66666667%;
      -ms-flex-preferred-size: 41.66666667%;
          flex-basis: 41.66666667%;
  max-width: 41.66666667%;
  min-width: 41.66666667%;
}
.nasa__intro .sticker {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
@media screen and (max-width: 73.4375em) {
  .nasa__intro .sticker {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
@media screen and (max-width: 61.4375em) {
  .nasa__intro .sticker {
    -webkit-transform: scale(0.55);
            transform: scale(0.55);
  }
}
.nasa__news {
  width: 99%;
  margin: 0 auto;
  background: url(../images/brick-white.7f0d399c8c3d170bb589ce5d92ab6346.png);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: top;
  position: relative;
  margin-top: -2%;
  padding: 8px 0;
}
.nasa__news .grid-column {
  overflow: hidden;
}
.nasa__news span {
  display: inline-block;
  margin: 0 5px;
}
.nasa__news h4 {
  font-weight: 800;
}
.nasa__news .list-grid__list {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  opacity: 0;
}
.nasa__news .list-grid__item {
  display: inline-block;
  -webkit-flex-basis: 1px;
      -ms-flex-preferred-size: 1px;
          flex-basis: 1px;
  max-width: 100%;
  min-width: 1px;
  position: relative;
  padding: 0 20px;
}
.nasa__news .list-grid__item:after {
  content: "";
  display: block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  left: 0;
  top: 50%;
  position: absolute;
  background: #000;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.nasa .ticker-wrapper {
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.nasa__item--1 {
  padding-top: 24px;
}
.nasa__item--1 .content-item__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 47.9375em) {
  .nasa__item--1 .content-item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 47.9375em) {
  .nasa__item--1 .content-item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.nasa__item--1 .content-item__primary {
  -webkit-flex-basis: 41.66666667%;
      -ms-flex-preferred-size: 41.66666667%;
          flex-basis: 41.66666667%;
  max-width: 41.66666667%;
  min-width: 41.66666667%;
}
.nasa__item--1 .content-item__secondary {
  -webkit-flex-basis: 58.33333333%;
      -ms-flex-preferred-size: 58.33333333%;
          flex-basis: 58.33333333%;
  max-width: 58.33333333%;
  min-width: 58.33333333%;
}
@media screen and (max-width: 47.9375em) {
  .nasa__item--1 .content-item__secondary {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
    padding-bottom: 8px;
  }
}
.nasa__item--1 .cta__title {
  font-size: 3.75rem;
  line-height: 60px;
  letter-spacing: 2px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
  text-shadow: -2px 1px 1px #000, -2px -1px 1px #000, 2px -1px 1px #000, 1px 1px 1px #000, 4px 4px 1px #000;
}
@media screen and (max-width: 73.4375em) {
  .nasa__item--1 .cta__title {
    font-size: 3.4375rem;
    line-height: 55px;
  }
}
@media screen and (max-width: 35.9375em) {
  .nasa__item--1 .cta__title {
    font-size: 2.5rem;
    line-height: 40px;
    word-break: break-word;
  }
}
.nasa__item--1 .cta__sub-title,
.nasa__item--1 .cta__txt {
  font-weight: 400;
  font-size: 1.25rem;
  display: inline-block;
  width: 49%;
  padding-top: 8px;
  vertical-align: top;
}
@media screen and (max-width: 61.4375em) {
  .nasa__item--1 .cta__sub-title,
  .nasa__item--1 .cta__txt {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 61.4375em) {
  .nasa__item--1 .cta__sub-title,
  .nasa__item--1 .cta__txt {
    width: 100%;
    padding: 8px 0 0 !important;
  }
}
.nasa__item--1 .cta__sub-title {
  padding-right: 8px;
}
.nasa__item--1 .cta__txt {
  padding-left: 8px;
}
.nasa__item--2 {
  margin-top: -7.5%;
}
@media screen and (max-width: 73.4375em) {
  .nasa__item--2 {
    margin-top: -16px;
  }
}
.nasa__item--2 .content-item__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 47.9375em) {
  .nasa__item--2 .content-item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 73.4375em) {
  .nasa__item--2 .content-item__inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 47.9375em) {
  .nasa__item--2 .content-item__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.nasa__item--2 .content-item__primary {
  -webkit-flex-basis: 6.66666667%;
      -ms-flex-preferred-size: 6.66666667%;
          flex-basis: 6.66666667%;
  max-width: 6.66666667%;
  min-width: 6.66666667%;
}
@media screen and (max-width: 73.4375em) {
  .nasa__item--2 .content-item__primary {
    padding: 0 8px;
    background: #fff;
  }
}
@media screen and (max-width: 61.4375em) {
  .nasa__item--2 .content-item__primary {
    display: none;
  }
}
.nasa__item--2 .content-item__secondary {
  -webkit-flex-basis: 91.66666667%;
      -ms-flex-preferred-size: 91.66666667%;
          flex-basis: 91.66666667%;
  max-width: 91.66666667%;
  min-width: 91.66666667%;
  background: #084b7f;
  padding: 16px 32px;
}
@media screen and (max-width: 73.4375em) {
  .nasa__item--2 .content-item__secondary {
    padding: 10px 24px;
  }
}
@media screen and (max-width: 61.4375em) {
  .nasa__item--2 .content-item__secondary {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 73.4375em) {
  .nasa__item--2 .cta {
    background: #084b7f;
  }
}
.nasa__item--2 .cta__sub-title,
.nasa__item--2 .cta__txt {
  display: inline;
  color: #fff;
  font-size: 1.125rem;
  font-style: normal;
}
@media screen and (max-width: 73.4375em) {
  .nasa__item--2 .cta__sub-title,
  .nasa__item--2 .cta__txt {
    font-size: 1rem;
  }
}
.nasa__item--2 .cta__txt {
  font-weight: 600;
}
.nasa__item--3 {
  padding-top: 16px;
}
.nasa__item--3 .content-item__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 32px;
  border-bottom: 4px solid #000;
}
@media screen and (max-width: 47.9375em) {
  .nasa__item--3 .content-item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 47.9375em) {
  .nasa__item--3 .content-item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.nasa__item--3 .content-item__primary {
  -webkit-flex-basis: 58.33333333%;
      -ms-flex-preferred-size: 58.33333333%;
          flex-basis: 58.33333333%;
  max-width: 58.33333333%;
  min-width: 58.33333333%;
}
@media screen and (max-width: 47.9375em) {
  .nasa__item--3 .content-item__primary {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
.nasa__item--3 .content-item__secondary {
  -webkit-flex-basis: 37.5%;
      -ms-flex-preferred-size: 37.5%;
          flex-basis: 37.5%;
  max-width: 37.5%;
  min-width: 37.5%;
  padding-right: 3%;
  border-right: 4px solid #000;
}
@media screen and (max-width: 47.9375em) {
  .nasa__item--3 .content-item__secondary {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
    padding-bottom: 8px;
    border-right: 0 none;
  }
}
.nasa__item--3 .cta__title {
  font-size: 3.75rem;
  line-height: 60px;
  letter-spacing: 2px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
  text-shadow: -2px 1px 1px #000, -2px -1px 1px #000, 2px -1px 1px #000, 1px 1px 1px #000, 4px 4px 1px #000;
}
@media screen and (max-width: 73.4375em) {
  .nasa__item--3 .cta__title {
    font-size: 3.4375rem;
    line-height: 55px;
  }
}
@media screen and (max-width: 35.9375em) {
  .nasa__item--3 .cta__title {
    font-size: 2.5rem;
    line-height: 40px;
    word-break: break-word;
  }
}
.nasa__item--3 .cta__txt {
  font-size: 1.25rem;
}
@media screen and (max-width: 61.4375em) {
  .nasa__item--3 .cta__txt {
    font-size: 1.125rem;
  }
}
.nasa__item--4 .cta__title,
.nasa__item--5 .cta__title {
  font-size: 3.75rem;
  line-height: 60px;
  letter-spacing: 2px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
  text-shadow: -2px 1px 1px #000, -2px -1px 1px #000, 2px -1px 1px #000, 1px 1px 1px #000, 4px 4px 1px #000;
}
@media screen and (max-width: 73.4375em) {
  .nasa__item--4 .cta__title,
  .nasa__item--5 .cta__title {
    font-size: 3.4375rem;
    line-height: 55px;
  }
}
@media screen and (max-width: 35.9375em) {
  .nasa__item--4 .cta__title,
  .nasa__item--5 .cta__title {
    font-size: 2.5rem;
    line-height: 40px;
    word-break: break-word;
  }
}
.nasa__item--4 {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  max-width: 50%;
  min-width: 50%;
}
@media screen and (max-width: 61.4375em) {
  .nasa__item--4 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
}
.nasa__item--5 {
  text-align: center;
}
.nasa__item--5 .cta {
  position: relative;
}
.nasa__item--5 .cta:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: -50%;
  left: 0;
  width: 28%;
  background: url(../images/Nasa-patch.e1109d6f36c5c326bbe21ab1b8a96326.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
@media screen and (max-width: 61.4375em) {
  .nasa__item--5 .cta:before {
    display: none;
  }
}
.nasa__item--6 .cta__sub-title {
  font-size: 1.5rem;
  font-weight: 800;
}
.nasa__item--7 .cta__title {
  font-size: 1.875rem;
  text-shadow: 3px 2px 0px #091548;
  font-weight: 600;
  font-style: italic;
  color: #fff;
}
.nasa__item--7 .cta__txt {
  color: #fff;
  font-style: normal;
}
.nasa__slider .content-item__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.nasa__slider .content-item__primary {
  padding: 16px 0;
  margin: 32px 0;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
}
.nasa__slider .content-item__secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media screen and (max-width: 47.9375em) {
  .nasa__slider .content-item__secondary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.nasa__slider .content-item__secondary-inner,
.nasa__slider .has--sticker {
  -webkit-flex-basis: 41.66666667%;
      -ms-flex-preferred-size: 41.66666667%;
          flex-basis: 41.66666667%;
  max-width: 41.66666667%;
  min-width: 41.66666667%;
}
@media screen and (max-width: 47.9375em) {
  .nasa__slider .content-item__secondary-inner,
  .nasa__slider .has--sticker {
    -webkit-flex-basis: 91.66666667%;
        -ms-flex-preferred-size: 91.66666667%;
            flex-basis: 91.66666667%;
    max-width: 91.66666667%;
    min-width: 91.66666667%;
  }
}
.nasa__slider .sticker {
  position: relative;
  z-index: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.nasa__slider .cta__title {
  font-size: 2.5rem;
  line-height: 40px;
  letter-spacing: 2px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
  text-shadow: -2px 1px 1px #000, -2px -1px 1px #000, 2px -1px 1px #000, 1px 1px 1px #000, 4px 4px 1px #000;
}
@media screen and (max-width: 35.9375em) {
  .nasa__slider .cta__title {
    font-size: 1.75rem;
    line-height: 28px;
  }
}
.nasa__slider .cta__txt {
  font-size: 1.125rem;
}
.nasa .slider__pagination {
  display: none;
}
.nasa .slider__nav {
  top: 25%;
}
@media screen and (max-width: 35.9375em) {
  .nasa .slider__nav {
    top: 50%;
  }
}
.nasa .slider__btn-icon {
  background: #1487c9;
  color: #fff;
  border-radius: 100%;
}
.nasa .section-3 > .grid-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 61.4375em) {
  .nasa .section-3 > .grid-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.nasa__weather {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  max-width: 50%;
  min-width: 50%;
  margin-right: 8px;
}
@media screen and (max-width: 61.4375em) {
  .nasa__weather {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}
@media screen and (max-width: 35.9375em) {
  .nasa__weather {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
.nasa__weather .cta__title,
.nasa__weather .cta__sub-title {
  text-transform: uppercase;
  font-weight: 300;
  font-style: normal;
}
.nasa__weather .cta__txt {
  font-style: normal;
}
.nasa__weather .list-grid__list {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 35.9375em) {
  .nasa__weather .list-grid__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.nasa__weather .list-grid__item {
  padding: 0;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  max-width: none;
  min-width: 1px;
}
@media screen and (max-width: 35.9375em) {
  .nasa__weather .list-grid__item:first-child {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 8px;
    text-align: center;
  }
}
.nasa__weather .list-grid__item:nth-child(2) .content-item__inner,
.nasa__weather .list-grid__item:last-child .content-item__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.nasa__weather .list-grid__item:nth-child(2) .format__obj,
.nasa__weather .list-grid__item:last-child .format__obj {
  width: 65px;
  padding: 0 8px;
}
.nasa__list--1 .list-grid__list {
  padding-top: 32px;
  margin-top: 8px;
  border-top: 1px dashed #050505;
  border-bottom: 4px solid #000;
  padding-bottom: 22px;
  margin-bottom: 32px;
}
@media screen and (max-width: 61.4375em) {
  .nasa__list--1 .list-grid__item__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 61.4375em) {
  .nasa__list--1 .list-grid__item {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
.nasa__list--1 .list-grid__item:first-child .content-item__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nasa__list--1 .list-grid__item:first-child .content-item__primary {
  -webkit-flex-basis: 33.33333333%;
      -ms-flex-preferred-size: 33.33333333%;
          flex-basis: 33.33333333%;
  max-width: 33.33333333%;
  min-width: 33.33333333%;
}
@media all and (max-width: 375px) {
  .nasa__list--1 .list-grid__item:first-child .content-item__primary {
    display: none;
  }
}
.nasa__list--1 .list-grid__item:first-child .content-item__secondary {
  -webkit-flex-basis: 62.5%;
      -ms-flex-preferred-size: 62.5%;
          flex-basis: 62.5%;
  max-width: 62.5%;
  min-width: 62.5%;
}
@media all and (max-width: 375px) {
  .nasa__list--1 .list-grid__item:first-child .content-item__secondary {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
.nasa__list--1 .list-grid__item:first-child .cta__sub-title {
  font-size: 1.25rem;
  font-weight: 800;
}
@media screen and (max-width: 61.4375em) {
  .nasa__list--1 .list-grid__item:first-child .cta__sub-title {
    font-size: 1.125rem;
  }
}
.nasa__list--1 .list-grid__item:first-child .cta__txt {
  font-size: 1.25rem;
}
@media screen and (max-width: 61.4375em) {
  .nasa__list--1 .list-grid__item:first-child .cta__txt {
    font-size: 1.125rem;
  }
}
.nasa__list--1 .list-grid__item:last-child .content-item__secondary {
  padding: 10px 8px;
}
.nasa__list--1 .list-grid__item:last-child .cta__txt {
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 61.4375em) {
  .nasa__list--1 .list-grid__item:last-child .cta__txt {
    font-size: 1.125rem;
  }
}
.nasa__list--1 .cta__sticker {
  bottom: 0;
  -webkit-transform: scale(0.55);
          transform: scale(0.55);
}
@media screen and (max-width: 35.9375em) {
  .nasa__list--2 .list-grid__item {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
}
.nasa__list--4 {
  margin-top: 16px;
}
.nasa__list--4 .list-grid__item:first-child .cta__title {
  font-size: 3.75rem;
  line-height: 60px;
  letter-spacing: 2px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
  text-shadow: -2px 1px 1px #000, -2px -1px 1px #000, 2px -1px 1px #000, 1px 1px 1px #000, 4px 4px 1px #000;
}
@media screen and (max-width: 73.4375em) {
  .nasa__list--4 .list-grid__item:first-child .cta__title {
    font-size: 3.4375rem;
    line-height: 55px;
  }
}
@media screen and (max-width: 35.9375em) {
  .nasa__list--4 .list-grid__item:first-child .cta__title {
    font-size: 2.5rem;
    line-height: 40px;
    word-break: break-word;
  }
}
.nasa__list--4 .list-grid__item:last-child .cta__sub-title {
  font-size: 1.375rem;
  font-weight: 800;
}
.nasa__list--4 .list-grid__item:last-child .cta__txt {
  font-size: 1.25rem;
}
@media screen and (max-width: 61.4375em) {
  .nasa__list--4 .list-grid__item:last-child .cta__txt {
    font-size: 1.125rem;
  }
}
.nasa__list--5 .content-item__title {
  font-size: 1rem;
  color: #fff;
  font-weight: 300;
  padding: 8px;
  margin-top: 16px;
  background: #0c0d21;
}
@media screen and (max-width: 35.9375em) {
  .nasa__list--5 .list-grid__item {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
}
.nasa .section-5 > .grid-column {
  background: url(../images/astronaut-2.da0d44c2723946c5d26d92b798563f13.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  border-bottom: 4px solid #000;
  padding-bottom: 16px !important;
}
@media screen and (max-width: 73.4375em) {
  .nasa .section-5 > .grid-column {
    background-size: 18%;
  }
}
@media screen and (max-width: 61.4375em) {
  .nasa .section-5 > .grid-column {
    background: transparent;
  }
}
.nasa__legend {
  display: inline-block;
  vertical-align: top;
  width: 30%;
}
@media screen and (max-width: 73.4375em) {
  .nasa__legend {
    width: 40%;
  }
}
@media screen and (max-width: 61.4375em) {
  .nasa__legend {
    width: 100%;
  }
}
.nasa__legend .list-grid__item {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
  min-width: 100%;
  position: relative;
  padding-left: 32px;
}
.nasa__legend .list-grid__item span {
  display: block;
  background: #000;
  color: #fff;
  padding: 0px 8px;
  border-radius: 100%;
  position: absolute;
  top: 12px;
  left: 0;
  font-style: italic;
}
.nasa .full-section-6 {
  background: url(../images/city-main-background.fb34c6885a939dfa51e4d83b3484c591.jpg);
  background-repeat: no-repeat;
  background-size: 1440px;
  background-position: center;
  padding-bottom: 32px;
  margin-top: 32px;
  position: relative;
}
.nasa .full-section-6:before {
  content: "";
  display: block;
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  border-top: 18px solid #0a0b21;
}
.nasa .full-section-6 > .grid-column {
  padding-top: 32px;
  position: relative;
}
.nasa .full-section-6 > .grid-column:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  border-top: 4px solid #a5e5f9;
}
.nasa .full-section-6 > .grid-column:after {
  content: "";
  display: block;
  position: absolute;
  width: 140px;
  height: 2px;
  top: 0;
  right: 20%;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0px 24px 5px #fff;
          box-shadow: 0 0px 24px 5px #fff;
}
.nasa__carousel .content-item {
  background: #0d1034;
  border-radius: 4px;
}
.nasa__carousel .format__obj {
  padding: 1px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.nasa__carousel .content-item__secondary {
  padding: 8px;
}
.nasa__carousel .product-id__number,
.nasa__carousel .product-id__name {
  font-size: 1rem;
  color: #fff;
  font-weight: 300;
}
.nasa__carousel .carousel__btn-icon {
  background: #1487c9;
  color: #fff;
  border-radius: 100%;
}
.nasa__ll {
  background: url(../images/Cardboard_LL_BG.2e8b93fe660e0f8db2cf0c1df78aeda4.jpg);
  background-repeat: no-repeat;
  background-size: 1440px 100%;
  background-position: center;
  padding: 0 0 32px;
  position: relative;
}
.nasa__ll:after {
  content: "";
  display: block;
  position: absolute;
  right: 16%;
  bottom: 0;
  background-image: url(../images/Spaceman_LL.df7c14d20df0081441043206f7838def.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 325px;
  height: 100%;
}
@media all and (max-width: 1620px) {
  .nasa__ll:after {
    right: 10%;
  }
}
@media screen and (max-width: 89.9375em) {
  .nasa__ll:after {
    right: 0;
  }
}
@media screen and (max-width: 61.4375em) {
  .nasa__ll:after {
    display: none;
  }
}
.nasa__ll .content-item__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: self-start;
  -webkit-align-items: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 89.9375em) {
  .nasa__ll .content-item__inner {
    width: 67%;
  }
}
@media screen and (max-width: 73.4375em) {
  .nasa__ll .content-item__inner {
    margin-left: 0;
    width: 75%;
  }
}
@media screen and (max-width: 61.4375em) {
  .nasa__ll .content-item__inner {
    width: 100%;
  }
}
@media screen and (max-width: 35.9375em) {
  .nasa__ll .content-item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.nasa__ll .content-item__primary {
  width: 200px;
}
@media screen and (max-width: 35.9375em) {
  .nasa__ll .content-item__primary {
    width: 100%;
  }
}
.nasa__ll .content-item__secondary {
  position: relative;
}
.nasa__ll .grid-column {
  position: relative;
  padding-top: 32px !important;
}
.nasa__ll .grid-column:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 4px solid #a5e5f9;
}
.nasa__ll .grid-column:after {
  content: "";
  display: block;
  position: absolute;
  width: 140px;
  height: 2px;
  top: 0;
  right: 20%;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0px 24px 5px #fff;
          box-shadow: 0 0px 24px 5px #fff;
}
.nasa__ll .cta__title {
  font-size: 1.875rem;
  text-shadow: 3px 2px 0px #091548;
  font-weight: 600;
  font-style: italic;
  color: #fff;
}
.nasa__ll .cta__txt {
  color: #fff;
}
.nasa__ll .cta-extra,
.nasa__ll .cta__btn {
  display: inline-block;
  width: 165px;
  height: 68px;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 73.4375em) {
  .nasa__ll .cta-extra,
  .nasa__ll .cta__btn {
    height: 55px;
  }
}
.nasa__ll .cta-extra:hover,
.nasa__ll .cta__btn:hover {
  -webkit-animation: floating 4s infinite;
          animation: floating 4s infinite;
  opacity: 0.8;
}
.nasa__ll .cta-extra {
  background-image: url(../images/apple.470fb05626f90b5cd897f8764f64f645.png);
}
.nasa__ll .cta__btn {
  background-image: url(../images/google.f9c87356d681292ec5b782fe2a06e259.png);
  position: absolute;
  bottom: 0px;
  left: 195px;
}
@media all and (max-width: 375px) {
  .nasa__ll .cta__btn {
    position: relative;
    left: 0;
  }
}
.nasa__ll .format__obj {
  width: auto;
  height: 100%;
}
.nasa .video-js:hover .vjs-big-play-button .vjs-icon-placeholder:before {
  -webkit-transform: translate(-50%, -50%) translateX(3px);
          transform: translate(-50%, -50%) translateX(3px);
}
.nasa .icon-play:before,
.nasa .video .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  background: none;
}
@-webkit-keyframes floating {
  from {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(0px, -8px);
            transform: translate(0px, -8px);
  }
  to {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes floating {
  from {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(0px, -8px);
            transform: translate(0px, -8px);
  }
  to {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
            transform: translate3d(0, 0, 0) rotate(0deg);
  }
  40% {
    -webkit-transform: translate3d(0, 30%, 0) rotate(45deg);
            transform: translate3d(0, 30%, 0) rotate(45deg);
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0) rotate(0deg);
            transform: translate3d(0, 100%, 0) rotate(0deg);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
            transform: translate3d(0, 0, 0) rotate(0deg);
  }
  40% {
    -webkit-transform: translate3d(0, 30%, 0) rotate(45deg);
            transform: translate3d(0, 30%, 0) rotate(45deg);
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0) rotate(0deg);
            transform: translate3d(0, 100%, 0) rotate(0deg);
  }
}


/*# sourceMappingURL=city-2021-1hy.css.map*/