/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.paused {
  animation-play-state: paused;
}
.delayed {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.fast2x {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.slow2x {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.fadeInUpHalfway {
  -webkit-animation-name: fadeInUpHalfway;
  animation-name: fadeInUpHalfway;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
* {
  box-sizing: border-box;
}
.btn {
  pointer-events: auto;
  cursor: pointer;
}
.clear {
  clear: both;
}
.hide {
  display: none;
}
.crop {
  overflow: hidden;
}
input {
  -khtml-user-select: auto;
  -webkit-touch-callout: auto;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  -o-user-select: auto;
  user-select: auto;
}
article.ipsp-grid {
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
  width: calc(100% + 17px);
  position: relative;
  z-index: -4;
  min-height: 100vh;
}
.platform-mobile article.ipsp-grid {
  width: 100%;
}
.platform-appleios article.ipsp-grid {
  -webkit-overflow-scrolling: touch;
}
.ipsp-grid section {
  display: block;
  position: relative;
  text-align: center;
}
.ipsp-grid section .section-back {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -2;
  height: 100%;
  width: 100%;
}
article.ipsp-grid.align-center section {
  text-align: center;
}
article.ipsp-grid.align-left section {
  text-align: left;
}
article.ipsp-grid.align-right section {
  text-align: right;
}
article.ipsp-grid section.align-center {
  text-align: center;
}
article.ipsp-grid section.align-left {
  text-align: left;
}
article.ipsp-grid section.align-right {
  text-align: right;
}
.article-container {
  position: absolute;
  top: 50%;
  width: 100%;
  max-height: 100%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.article-container.valign-top {
  top: 0px;
  transform: translateY(0%);
  -ms-transform: translateY(0%);
}
.article-container.valign-bottom {
  top: auto;
  bottom: 1px;
  transform: translateY(0%);
  -ms-transform: translateY(0%);
}
article.ipsp-grid.flat-view {
  z-index: auto;
  width: auto;
  min-height: auto;
  overflow-y: auto;
}
article.ipsp-grid.flat-view .article-container {
  position: static;
  top: auto;
  transform: none;
  -ms-transform: none;
  max-height: none;
}
.ipsp-grid .section-inset {
  position: relative;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  max-width: 960px;
}
@media only screen and (max-width: 980px) {
  .ipsp-grid .section-inset {
    max-width: 768px;
  }
}
@media only screen and (max-width: 767px) {
  .ipsp-grid .section-inset {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
}
.ipsp-grid .section-container {
  line-height: 0px;
  font-size: 0px;
  margin: 0 auto;
}
.ipsp-grid .section-container > * {
  font-size: 16px;
  line-height: 120%;
}
.ipsp-grid .column {
  position: relative;
  vertical-align: top;
  display: inline-block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .ipsp-grid .column .column-empty {
    width: 0px;
  }
}
.ipsp-grid .width0 {
  width: 0px;
}
@media only screen and (max-width: 980px) {
  .ipsp-grid .width0 {
    width: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .ipsp-grid .width0 {
    display: block;
    width: 100%;
  }
}
.ipsp-grid .width1 {
  width: 80px;
}
@media only screen and (max-width: 980px) {
  .ipsp-grid .width1 {
    width: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .ipsp-grid .width1 {
    display: block;
    width: 100%;
  }
}
.ipsp-grid .width2 {
  width: 160px;
}
@media only screen and (max-width: 980px) {
  .ipsp-grid .width2 {
    width: 128px;
  }
}
@media only screen and (max-width: 767px) {
  .ipsp-grid .width2 {
    display: block;
    width: 100%;
  }
}
.ipsp-grid .width3 {
  width: 240px;
}
@media only screen and (max-width: 980px) {
  .ipsp-grid .width3 {
    width: 192px;
  }
}
@media only screen and (max-width: 767px) {
  .ipsp-grid .width3 {
    display: block;
    width: 100%;
  }
}
.ipsp-grid .width4 {
  width: 320px;
}
@media only screen and (max-width: 980px) {
  .ipsp-grid .width4 {
    width: 256px;
  }
}
@media only screen and (max-width: 767px) {
  .ipsp-grid .width4 {
    display: block;
    width: 100%;
  }
}
.ipsp-grid .width5 {
  width: 400px;
}
@media only screen and (max-width: 980px) {
  .ipsp-grid .width5 {
    width: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .ipsp-grid .width5 {
    display: block;
    width: 100%;
  }
}
.ipsp-grid .width6 {
  width: 480px;
}
@media only screen and (max-width: 980px) {
  .ipsp-grid .width6 {
    width: 384px;
  }
}
@media only screen and (max-width: 767px) {
  .ipsp-grid .width6 {
    display: block;
    width: 100%;
  }
}
.ipsp-grid .width7 {
  width: 560px;
}
@media only screen and (max-width: 980px) {
  .ipsp-grid .width7 {
    width: 448px;
  }
}
@media only screen and (max-width: 767px) {
  .ipsp-grid .width7 {
    display: block;
    width: 100%;
  }
}
.ipsp-grid .width8 {
  width: 640px;
}
@media only screen and (max-width: 980px) {
  .ipsp-grid .width8 {
    width: 512px;
  }
}
@media only screen and (max-width: 767px) {
  .ipsp-grid .width8 {
    display: block;
    width: 100%;
  }
}
.ipsp-grid .width9 {
  width: 720px;
}
@media only screen and (max-width: 980px) {
  .ipsp-grid .width9 {
    width: 576px;
  }
}
@media only screen and (max-width: 767px) {
  .ipsp-grid .width9 {
    display: block;
    width: 100%;
  }
}
.ipsp-grid .width10 {
  width: 800px;
}
@media only screen and (max-width: 980px) {
  .ipsp-grid .width10 {
    width: 640px;
  }
}
@media only screen and (max-width: 767px) {
  .ipsp-grid .width10 {
    display: block;
    width: 100%;
  }
}
.ipsp-grid .width11 {
  width: 880px;
}
@media only screen and (max-width: 980px) {
  .ipsp-grid .width11 {
    width: 704px;
  }
}
@media only screen and (max-width: 767px) {
  .ipsp-grid .width11 {
    display: block;
    width: 100%;
  }
}
.ipsp-grid .width12 {
  width: 960px;
}
@media only screen and (max-width: 980px) {
  .ipsp-grid .width12 {
    width: 768px;
  }
}
@media only screen and (max-width: 767px) {
  .ipsp-grid .width12 {
    display: block;
    width: 100%;
  }
}
.ipsp-grid .width100 {
  width: 100%;
}
.ipsp-grid .widget {
  width: 100%;
  height: auto;
}
.ipsp-grid .widget video,
.ipsp-grid .widget img {
  width: 100%;
  height: auto;
}
.ipsp-grid .widget.iframe-container {
  height: 360px;
  overflow: hidden;
  background-color: #f0f0f0;
  transform: translateY(0px);
  -ms-transform: translateY(0px);
}
.ipsp-grid .widget iframe {
  frameborder: no;
  height: 360px;
  width: 100%;
}
.ipsp-grid .widget.img-container {
  transform: translateY(0px);
  -ms-transform: translateY(0px);
  overflow: hidden;
  width: 100%;
}
.ipsp-grid .widget .background {
  height: 100%;
  width: 100%;
}
.ipsp-grid .widget .background svg {
  height: 100%;
  width: 100%;
}
.ipsp-grid .widget-text .widget-inner p {
  -webkit-margin-after: 32px;
  -webkit-margin-before: 32px;
}
.ipsp-grid .widget-text .widget-inner p:first-child {
  -webkit-margin-before: 0px;
}
.ipsp-grid .widget-text .widget-inner p:last-child {
  -webkit-margin-after: 0px;
}
.ipsp-grid .widget-image {
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ipsp-grid .widget-line {
  height: 6px;
  background-color: #000;
  border-radius: 3px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ipsp-grid .widget-backing {
  position: absolute;
  z-index: -1;
  padding: 0px;
}
.ipsp-grid .widget-backing.hoverable {
  z-index: 0;
}
.ipsp-grid .widget-stub {
  padding: 0px;
}
.ipsp-grid .transp {
  background: none;
}
.ipsp-grid .inverse {
  color: #fff;
}
.ipsp-grid .back-image,
.ipsp-grid .back-image-fixed {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.ipsp-grid .back-image-fixed {
  background-attachment: fixed;
}
.ipsp-grid .back-layer {
  position: absolute;
  width: 100%;
}
.ipsp-grid .back-layer-elt {
  position: absolute;
  z-index: -1;
}
.ipsp-grid .back-layer-elt.alleft {
  left: 0px;
}
.ipsp-grid .back-layer-elt.alright {
  right: 0px;
}
.ipsp-grid .back-layer-elt.allcenter {
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .platform-mobile .widget-backing {
    display: block;
    max-width: 100vw;
    position: static;
    transform: none !important;
    -ms-transform: none !important;
    left: 0px !important;
    top: 0px !important;
  }
}
.hud-root {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.hud-block {
  pointer-events: none;
}
.hud-block > div {
  pointer-events: auto;
}
.hud-block.opaque {
  pointer-events: auto;
}
.hud-badge-elt .text {
  text-align: center;
}
.hud-badge-elt.fixsize {
  position: relative;
}
.hud-badge-elt.fixsize .text {
  text-align: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.hud-block .placer {
  text-align: center;
  line-height: 0px;
}
.hud-block .placer > .hud-elt {
  line-height: 120%;
  text-align: inherit;
  display: inline-block;
}
.hud-block .placer > .hud-elt.hide {
  display: none;
}
.hud-block-horiz {
  white-space: nowrap;
}
.hud-block-horiz > * {
  white-space: normal;
}
.hud-block-horiz > .placer {
  display: inline-block;
}
.hud-elt .background {
  height: 100%;
  width: 100%;
}
.hud-elt.hud-sticky-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.hud-elt.hud-sticky-left {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.hud-elt.hud-sticky-right {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.hud-elt.hud-sticky-top {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.hud-elt.hud-sticky-bottom {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.hud-elt.hud-sticky-top-left {
  position: absolute;
  left: 30px;
  top: 30px;
}
.hud-elt.hud-sticky-top-right {
  position: absolute;
  right: 30px;
  top: 30px;
}
.hud-elt.hud-sticky-bottom-right {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.hud-elt.hud-sticky-bottom-left {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .hud-elt.hud-sticky-left {
    left: 10px;
  }
  .hud-elt.hud-sticky-right {
    right: 10px;
  }
  .hud-elt.hud-sticky-top {
    top: 10px;
  }
  .hud-elt.hud-sticky-bottom {
    bottom: 10px;
  }
  .hud-elt.hud-sticky-top-left {
    left: 10px;
    top: 10px;
  }
  .hud-elt.hud-sticky-top-right {
    right: 10px;
    top: 10px;
  }
  .hud-elt.hud-sticky-bottom-right {
    right: 10px;
    bottom: 10px;
  }
  .hud-elt.hud-sticky-bottom-left {
    left: 10px;
    bottom: 10px;
  }
}
.hud-btn {
  pointer-events: auto;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-std svg,
.btn-std-white svg {
  height: 100%;
  max-width: 100%;
}
.btn-std g,
.btn-std-white g,
.btn-std polyline,
.btn-std-white polyline,
.btn-std polygon,
.btn-std-white polygon,
.btn-std path,
.btn-std-white path,
.btn-std circle,
.btn-std-white circle {
  transition: fill 0.3s, stroke 0.3s;
}
.btn-std .front,
.btn-std-white .front {
  fill: #fff;
  stroke: none;
}
.btn-std .front > *,
.btn-std-white .front > * {
  fill: #fff;
  stroke: none;
}
.btn-std .back,
.btn-std-white .back {
  fill: rgba(0,0,0,0.3);
  stroke: none;
}
.btn-std .back > *,
.btn-std-white .back > * {
  fill: rgba(0,0,0,0.3);
  stroke: none;
}
.btn-std:hover .front,
.btn-std-white:hover .front {
  fill: #fff;
}
.btn-std:hover .back,
.btn-std-white:hover .back {
  fill: #000;
}
.btn-std:hover .back > *,
.btn-std-white:hover .back > * {
  fill: #000;
}
.btn-std-white .front {
  fill: rgba(255,255,255,0.7);
  stroke: none;
}
.btn-std-white .front > * {
  fill: rgba(255,255,255,0.7);
  stroke: none;
}
.btn-std-white:hover .front {
  fill: #fff;
}
.btn-std-white:hover .front > * {
  fill: #fff;
}
@font-face {
  font-family: RobotoRegular;
  src: url("../fonts/Roboto/Roboto-Regular.eot");
  src: url("../fonts/Roboto/Roboto-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/Roboto/Roboto-Regular.woff") format('woff'), url("../fonts/Roboto/Roboto-Regular.woff2") format('woff2'), url("../fonts/Roboto/Roboto-Regular.ttf") format('truetype'), url("../fonts/Roboto/Roboto-Regular.svg#pt_sansbold") format('svg');
}
@font-face {
  font-family: Roboto;
  font-weight: normal;
  src: url("../fonts/Roboto/Roboto-Regular.eot");
  src: url("../fonts/Roboto/Roboto-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/Roboto/Roboto-Regular.woff") format('woff'), url("../fonts/Roboto/Roboto-Regular.woff2") format('woff2'), url("../fonts/Roboto/Roboto-Regular.ttf") format('truetype'), url("../fonts/Roboto/Roboto-Regular.svg#pt_sansbold") format('svg');
}
@font-face {
  font-family: Roboto;
  font-weight: bold;
  src: url("../fonts/Roboto/Roboto-Bold.eot");
  src: url("../fonts/Roboto/Roboto-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/Roboto/Roboto-Bold.woff") format('woff'), url("../fonts/Roboto/Roboto-Bold.woff2") format('woff2'), url("../fonts/Roboto/Roboto-Bold.ttf") format('truetype'), url("../fonts/Roboto/Roboto-Bold.svg#pt_sansbold") format('svg');
}
.text-style-h1-cover {
  font-family: Roboto;
  font-size: 92px;
  line-height: 96px;
  transform: translateY(6px);
  -ms-transform: translateY(6px);
  text-align: left;
  text-transform: none;
}
@media only screen and (max-width: 980px) {
  .text-style-h1-cover {
    font-family: Roboto;
    font-size: 25px;
    line-height: 40px;
    transform: translateY(-6px);
    -ms-transform: translateY(-6px);
  }
}
.text-style-h2 {
  font-family: Roboto;
  font-size: 36px;
  line-height: 48px;
  transform: translateY(-13px);
  -ms-transform: translateY(-13px);
  text-align: center;
  text-transform: none;
}
@media only screen and (max-width: 980px) {
  .text-style-h2 {
    font-family: Roboto;
    font-size: 25px;
    line-height: 40px;
    transform: translateY(-6px);
    -ms-transform: translateY(-6px);
  }
}
.text-style-body {
  font-family: Roboto;
  font-size: 17px;
  line-height: 28px;
  transform: translateY(0px);
  -ms-transform: translateY(0px);
  text-align: left;
  text-transform: none;
}
.text-style-body-selected {
  font-family: Roboto;
  font-size: 20px;
  line-height: 32px;
  transform: translateY(0px);
  -ms-transform: translateY(0px);
  text-align: left;
  text-transform: none;
}
.text-style-h3--color {
  font-family: Roboto;
  font-size: 25px;
  line-height: 40px;
  transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  text-align: left;
  text-transform: none;
}
.text-style-h2-cover {
  font-family: Roboto;
  font-size: 25px;
  line-height: 40px;
  transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  text-align: left;
  text-transform: none;
}
.text-style-body-background--gray {
  font-family: Roboto;
  font-size: 15px;
  line-height: 24px;
  transform: translateY(6px);
  -ms-transform: translateY(6px);
  text-align: left;
  text-transform: none;
}
.text-style-image-description {
  font-family: Roboto;
  font-size: 11px;
  line-height: 16px;
  transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  text-align: left;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .text-style-h1-cover {
    font-family: Roboto;
    font-size: 36px;
    line-height: 48px;
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  .text-style-h2 {
    font-family: Roboto;
    font-size: 25px;
    line-height: 40px;
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  .text-style-body {
    font-family: Roboto;
    font-size: 15px;
    line-height: 24px;
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  .text-style-body-selected {
    font-family: Roboto;
    font-size: 15px;
    line-height: 24px;
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  .text-style-h3--color {
    font-family: Roboto;
    font-size: 20px;
    line-height: 32px;
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  .text-style-h2-cover {
    font-family: Roboto;
    font-size: 20px;
    line-height: 32px;
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  .text-style-body-background--gray {
    font-family: Roboto;
    font-size: 11px;
    line-height: 16px;
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
}
.image-gallery {
  width: 100%;
  height: 100%;
  position: absolute;
}
.image-gallery .desc {
  position: absolute;
  top: 104px;
  left: 24px;
  background-color: #222;
  padding: 12px 16px;
  color: #fff;
  max-width: 400px;
}
.image-gallery img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 133.3333333333vh; /* 100 * 4 / 3 */
  min-width: 100%;
  min-height: 75vw; /* 100 * 3 / 4 */
}
.image-gallery .ctl {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.image-gallery .ctl.horizontal {
  right: auto;
  top: auto;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}
.image-gallery .ctl-point {
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  margin-bottom: 10px;
}
.image-gallery .ctl-point.active {
  background-color: #fff;
}
.image-gallery .ctl.horizontal {
  right: auto;
  top: auto;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}
.image-gallery .ctl.horizontal .ctl-point {
  display: inline-block;
  margin-bottom: auto;
  margin-left: 10px;
}
.image-gallery .frame {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.image-gallery .frame > div {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}
.image-gallery.prop43 {
  position: relative;
  height: auto;
  padding-bottom: 75%;
}
.image-gallery.prop43 .frame img {
  min-width: 100%;
  min-height: 100%;
}
.image-gallery.prop32 {
  position: relative;
  height: auto;
  padding-bottom: 66.66667%;
}
.image-gallery.prop32 .frame img {
  min-width: 100%;
  min-height: 100%;
}
.image-gallery.prop169 {
  position: relative;
  height: auto;
  padding-bottom: 56.25%;
}
.image-gallery.prop169 .frame img {
  min-width: 100%;
  min-height: 100%;
}
.image-gallery .ctl-btn-prev,
.image-gallery .ctl-btn-next {
  border-radius: 50%;
  background-color: #808080;
  position: absolute;
  width: 30px;
  height: 30px;
}
.image-gallery .ctl-btn-prev.vertical {
  top: 0px;
  left: 50%;
  transform: translateX(-50px);
  -ms-transform: translateX(-50px);
}
.image-gallery .ctl-btn-prev.horizontal {
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.image-gallery .ctl-btn-next.vertical {
  bottom: 0px;
  left: 50%;
  transform: translateX(-50px);
  -ms-transform: translateX(-50px);
}
.image-gallery .ctl-btn-next.horizontal {
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#lightbox {
  display: none;
}
.lightbox {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 100;
}
.lightbox > * {
  pointer-events: auto;
}
.lightbox .ipsp-grid {
  background: #fff;
}
.paginator > div {
  pointer-events: auto;
  cursor: pointer;
  display: block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .paginator {
    display: none;
  }
}
body {
  background-color: #fff;
}
.ipsp-grid {
  min-height: 100%;
}
.ipsp-grid .text-style-h1-cover,
.ipsp-grid .text-style-h2-cover {
  text-align: center;
}
.ipsp-grid .text-style-h2 {
  padding-bottom: 30px;
}
.ipsp-grid .text-style-h3--color,
.ipsp-grid .text-style-body-selected {
  color: #0183ff;
}
.ipsp-grid .text-style-h3--color {
  padding-top: 20px;
  margin-top: 16px;
}
.ipsp-grid .text-style-body-selected {
  padding-bottom: 15px;
}
.ipsp-grid .text-style-body-background--gray {
  color: #7a7a7a;
}
.ipsp-grid .section--top .section-inset {
  top: 15%;
}
.ipsp-grid .section--bottom {
  min-height: 50vh;
}
.ipsp-grid .section--bottom .section-inset {
  bottom: 0;
  max-width: none;
  width: 100%;
}
.ipsp-grid .section--bottom .section-inset .widget-image {
  padding-left: 0;
  padding-right: 0;
}
.ipsp-grid .widget-timeline svg {
  width: 100%;
  height: 1560px;
}
@media only screen and (max-width: 980px) {
  .ipsp-grid .widget-timeline svg {
    height: 1220px;
  }
}
.ipsp-grid .widget-timeline svg .popup,
.ipsp-grid .widget-timeline svg .timeline_click_mobile,
.ipsp-grid .widget-timeline svg .timeline_click {
  cursor: pointer;
}
.ipsp-grid .widget-image {
  padding-left: 32px;
  padding-right: 32px;
}
.ipsp-grid .divider {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 60px;
  padding-top: 60px;
}
@media only screen and (max-width: 980px) {
  .ipsp-grid .divider {
    width: 180px;
    margin: 0 auto;
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.ipsp-grid .widget-text {
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 16px;
}
.ipsp-grid .body-image {
  color: #0183ff;
}
.ipsp-grid .body-image .widget-inner {
  border-top: 3px solid #0183ff;
  padding-top: 18px;
}
.ipsp-grid .section-background {
  background: #f8f4ea;
  margin-top: 38px;
  margin-bottom: 38px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.ipsp-grid .section-background .text-style-body-background--gray {
  margin-top: 12px;
}
.ipsp-grid .text-style-image-description {
  color: #7a7a7a;
  margin-top: 17px;
}
.ipsp-grid .image5 {
  padding: 40px 0px;
}
.ipsp-grid .image5 .widget-image {
  padding-left: 8px;
}
@media only screen and (max-width: 980px) {
  .ipsp-grid .image5 .widget-image {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.ipsp-grid .image5-descr {
  padding: 40px 0px;
}
.ipsp-grid .btn-next--red {
  width: 57px;
  margin: 30px auto;
}
.ipsp-grid .btn-next--red svg line,
.ipsp-grid .btn-next--red svg polyline,
.ipsp-grid .btn-next--red svg circle {
  stroke: #ff1117 !important;
}
.ipsp-grid .section-promo,
.ipsp-grid .section-promo-list {
  min-height: 880px;
  padding-top: 100px;
}
.ipsp-grid .section-promo .arrow-prev,
.ipsp-grid .section-promo-list .arrow-prev {
  position: absolute;
  top: -50px;
  left: 0;
}
.ipsp-grid .section-promo .btn-videopop,
.ipsp-grid .section-promo-list .btn-videopop {
  left: 190px;
  margin-top: 251px;
  position: absolute;
  opacity: 0.85;
}
.ipsp-grid .section-promo a,
.ipsp-grid .section-promo-list a {
  color: #ff1117;
}
.ipsp-grid .section-promo .text-style-h2,
.ipsp-grid .section-promo-list .text-style-h2 {
  color: #ff1117;
  text-align: left;
  padding-bottom: 0;
}
.ipsp-grid .section-promo .text-style-body-selected,
.ipsp-grid .section-promo-list .text-style-body-selected {
  color: #000;
}
.ipsp-grid .section-promo .award-icon,
.ipsp-grid .section-promo-list .award-icon {
  padding-bottom: 65px;
}
.ipsp-grid .section-promo .award-icon img,
.ipsp-grid .section-promo-list .award-icon img {
  width: 88px;
}
.ipsp-grid .section-promo .text-invert,
.ipsp-grid .section-promo-list .text-invert {
  color: #fff;
}
.ipsp-grid .section-promo .text-invert .text-style-h2,
.ipsp-grid .section-promo-list .text-invert .text-style-h2 {
  color: #fff;
}
.ipsp-grid .section-promo .btn-watch-again,
.ipsp-grid .section-promo-list .btn-watch-again {
  margin: 150px 0px;
}
.ipsp-grid .section-promo-list {
  min-height: auto;
  padding-top: 44px;
  padding-bottom: 64px;
}
.ipsp-grid .section-promo-list .width6 {
  padding-top: 20px;
}
.ipsp-grid .section-cover-mobile {
  height: 100vh;
}
.ipsp-grid .section-cover-mobile .section-back {
  background-position: bottom !important;
}
.ipsp-grid .section-cover-mobile .text-style-h1-cover,
.ipsp-grid .section-cover-mobile .text-style-h2-cover {
  color: #fff;
}
.ipsp-grid .section-cover-mobile .text-style-h1-cover {
  margin-top: 50px;
}
.ipsp-grid .section-cover-mobile .cover-mobile-btn-next svg line,
.ipsp-grid .section-cover-mobile .cover-mobile-btn-next svg polyline,
.ipsp-grid .section-cover-mobile .cover-mobile-btn-next svg circle {
  stroke: #fff !important;
}
.ipsp-grid .section-cover-mobile .section-back {
  background-color: #0183ff;
}
.ipsp-grid .section-cover-mobile .section-inset {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1200px) {
  .hud-block .placer .hud-thermo {
    display: none;
  }
}
.col-copyright .widget-inner {
  text-align: center;
}
.col-copyright .widget-inner .selected {
  color: #ff1117;
}
.platform-mobile .ipsp-grid .image5,
.platform-mobile .ipsp-grid .image5-descr {
  padding: 10px 0px 0px 0px;
}
.platform-mobile .logo-miele-mobile svg #logo-text path {
  fill: #fff;
}
.section-promo-mobile .image-gallery .ctl.horizontal .ctl-point {
  background-color: #555;
  width: 5px;
  height: 5px;
  margin-left: 8px;
}
.section-promo-mobile .image-gallery .ctl.horizontal .ctl-point.active {
  background-color: #fff;
}
.section-promo-mobile .prop43 {
  padding-bottom: 127%;
}
.section-promo-mobile .image-gallery .ctl.horizontal {
  z-index: 2;
}
.section-promo-mobile .image-gallery .ctl-btn-next.horizontal,
.section-promo-mobile .image-gallery .ctl-btn-prev.horizontal {
  z-index: 1;
  top: unset;
  transform: none;
  bottom: 20px;
  width: 37px;
  height: 37px;
  border: 2px solid #777;
  background-color: transparent;
}
.section-promo-mobile .image-gallery .ctl-btn-next.horizontal:after,
.section-promo-mobile .image-gallery .ctl-btn-prev.horizontal:after,
.section-promo-mobile .image-gallery .ctl-btn-next.horizontal:before,
.section-promo-mobile .image-gallery .ctl-btn-prev.horizontal:before {
  content: "";
  width: 10px;
  height: 2px;
  background: #777;
  position: absolute;
  top: 0;
  left: 0;
}
.section-promo-mobile .image-gallery .ctl-btn-next.horizontal:after {
  top: 19px;
  left: 12px;
  transform: rotate(-45deg);
}
.section-promo-mobile .image-gallery .ctl-btn-next.horizontal:before {
  top: 12px;
  left: 12px;
  transform: rotate(45deg);
}
.section-promo-mobile .image-gallery .ctl-btn-prev.horizontal:after {
  top: 19px;
  left: 10px;
  transform: rotate(45deg);
}
.section-promo-mobile .image-gallery .ctl-btn-prev.horizontal:before {
  top: 13px;
  left: 10px;
  transform: rotate(-45deg);
}
.section-promo-mobile .widget-image-gallery .frame img {
  padding-bottom: 64px;
}
.section-promo-mobile .image-gallery .ctl-btn-next.horizontal {
  right: 10px;
}
.section-promo-mobile .image-gallery .ctl-btn-prev.horizontal {
  left: 10px;
}
.section-promo-mobile .text-style-h2-cover {
  text-align: left;
  color: #ff1117;
}
.section-promo-mobile .logo2-miele-mobile {
  margin-left: 32px;
  margin-bottom: 20px;
  width: 96px;
}
.section-promo-mobile .image-gallery .desc {
  top: unset;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 60px;
  padding-top: 40px;
  max-width: none;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 15%, #000 60%, #000 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 15%, #000 60%, #000 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 15%, #000 60%, #000 100%);
}
.section-promo-mobile .image-gallery .desc p {
  font-size: 12px;
  line-height: 16px;
}
.section-promo-mobile .image-gallery .desc h3 {
  font-size: 21px;
  line-height: 32px;
}
.section-final-mobile {
  margin-top: 50%;
}
.section-final-mobile .column-social {
  padding: 50px 0px;
  text-align: center;
}
.section-final-mobile .column-social .btn-social-vk,
.section-final-mobile .column-social .btn-social-fb,
.section-final-mobile .column-social .btn-social-tw {
  width: 45px;
  display: inline-block;
}
.logo-miele #logo-text path {
  fill: #7a7a7a !important;
}
.logo-miele-mobile #logo-text path {
  fill: #fff !important;
}
.logo-miele.white #logo-text path {
  fill: #fff !important;
}
.logo-miele--background {
  background: rgba(255,255,255,0.8);
}
.grid-cover {
  background-image: url("Cover_tile.svg");
  background-color: #2795ff;
  background-size: 190px;
  color: #f8f4ea;
  width: 100%;
}
.grid-cover .btn-nexxt2 svg line,
.grid-cover .btn-nexxt2 svg polyline,
.grid-cover .btn-nexxt2 svg circle {
  stroke: #fff !important;
}
.grid-cover .article-container {
  top: auto;
  transform: none;
  -ms-transform: none;
  min-height: 100%;
}
.browser-ie .ipsp-grid.grid-cover.flat-view {
  min-height: 100%;
}
.browser-ie .ipsp-grid.grid-cover.flat-view .article-container {
  min-height: 100vh;
}
.link_miele1,
.link_miele2 {
  color: #ff1117;
  cursor: pointer;
}
.link_miele1 {
  border-bottom: 1px solid #f00;
}
.link_miele2 {
  border-bottom: 2px solid #f00;
}
.thermo-nav-1,
.thermo-nav-2,
.thermo-nav-3,
.thermo-nav-4 {
  pointer-events: auto;
  cursor: pointer;
}
.thermo-nav-1:hover,
.thermo-nav-2:hover,
.thermo-nav-3:hover,
.thermo-nav-4:hover {
  fill: #0183ff !important;
}
#miele {
  display: none;
}
.painter {
  width: 496px;
  height: 748px;
  overflow: hidden;
}
@media only screen and (max-width: 980px) {
  .painter {
    width: 384px;
  }
}
@media only screen and (max-width: 767px) {
  .painter {
    padding: 32px;
    width: 100%;
    height: 812px;
  }
}
.lightbox article.ipsp-grid {
  background-color: rgba(0,0,0,0.5);
}
.tipso_bubble {
  font-size: 15px;
  line-height: 24px;
  border: 2px solid #ff1117;
  text-align: left;
  color: #ff1117 !important;
  border-radius: 0;
  padding: 10px 20px;
  min-width: 600px;
}
@media only screen and (max-width: 980px) {
  .tipso_bubble {
    padding: 16px;
    border-radius: 0px;
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;
    min-width: auto;
  }
}
:focus {
  outline-color: transparent;
  outline-style: none;
}
html,
body {
  height: 100%;
  width: 100%;
}
.compos {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.flat-view-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.view-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}
.view-layer > div {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}
.view-layer > div > div {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 100%;
  width: 100%;
}
.view-layer > div > div > * {
  pointer-events: auto;
}
.ipsp-grid section:first-child {
  padding-top: 64px;
}
.ipsp-grid section:last-child {
  padding-bottom: 64px;
}
#fish {
  display: none;
}
body {
  width: 100%;
  height: 100vh;
  margin: 0;
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInUpHalfway {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUpHalfway {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInUpHalfway {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpHalfway {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-o-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-moz-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-o-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-moz-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-o-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-moz-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-o-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-moz-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-o-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-moz-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-o-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-moz-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes twinkling-fill-keyframes {
  0% {
    fill-opacity: 0.5;
  }
  5% {
    fill-opacity: 1;
  }
  10% {
    fill-opacity: 1;
  }
  30% {
    fill-opacity: 0.5;
  }
  100% {
    fill-opacity: 0.5;
  }
}
@-webkit-keyframes twinkling-fill-keyframes {
  0% {
    fill-opacity: 0.5;
  }
  5% {
    fill-opacity: 1;
  }
  10% {
    fill-opacity: 1;
  }
  30% {
    fill-opacity: 0.5;
  }
  100% {
    fill-opacity: 0.5;
  }
}
@-o-keyframes twinkling-fill-keyframes {
  0% {
    fill-opacity: 0.5;
  }
  5% {
    fill-opacity: 1;
  }
  10% {
    fill-opacity: 1;
  }
  30% {
    fill-opacity: 0.5;
  }
  100% {
    fill-opacity: 0.5;
  }
}
@keyframes twinkling-fill-keyframes {
  0% {
    fill-opacity: 0.5;
  }
  5% {
    fill-opacity: 1;
  }
  10% {
    fill-opacity: 1;
  }
  30% {
    fill-opacity: 0.5;
  }
  100% {
    fill-opacity: 0.5;
  }
}
@-moz-keyframes radial-pulse-keyframes {
  0% {
    border: 0px solid #fff;
    width: 0%;
    height: 0%;
  }
  20% {
    border: 8px solid #fff;
    width: 0%;
    height: 0%;
  }
  100% {
    border: 8px solid #fff;
    width: 100%;
    height: 100%;
  }
}
@-webkit-keyframes radial-pulse-keyframes {
  0% {
    border: 0px solid #fff;
    width: 0%;
    height: 0%;
  }
  20% {
    border: 8px solid #fff;
    width: 0%;
    height: 0%;
  }
  100% {
    border: 8px solid #fff;
    width: 100%;
    height: 100%;
  }
}
@-o-keyframes radial-pulse-keyframes {
  0% {
    border: 0px solid #fff;
    width: 0%;
    height: 0%;
  }
  20% {
    border: 8px solid #fff;
    width: 0%;
    height: 0%;
  }
  100% {
    border: 8px solid #fff;
    width: 100%;
    height: 100%;
  }
}
@keyframes radial-pulse-keyframes {
  0% {
    border: 0px solid #fff;
    width: 0%;
    height: 0%;
  }
  20% {
    border: 8px solid #fff;
    width: 0%;
    height: 0%;
  }
  100% {
    border: 8px solid #fff;
    width: 100%;
    height: 100%;
  }
}
