/**
 * selectize.default.css (v0.12.3) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
/* Slider */
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@charset "UTF-8";
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
/* ======== iPad Pro 12" =========== */
/* Landscape MAX */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block; }

html, body {
  padding: 0;
  margin: 0; }

input, select, textarea, button {
  font-family: inherit;
  font-size: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0; }

button {
  outline: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: none;
  background: none; }

p {
  padding: 0;
  margin: 0 0 1em; }

ul {
  padding: 0;
  margin: 0; }

@font-face {
  font-family: 'OpenSans';
  src: url('/res/fonts/OpenSans/OpenSans-Regular.eot');
  src: url('/res/fonts/OpenSans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('/res/fonts/OpenSans/OpenSans-Regular.woff2') format('woff2'), url('/res/fonts/OpenSans/OpenSans-Regular.woff') format('woff'), url('/res/fonts/OpenSans/OpenSans-Regular.ttf') format('truetype'), url('/res/fonts/OpenSans/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'OpenSans';
  src: url('/res/fonts/OpenSans/OpenSans-Bold.eot');
  src: url('/res/fonts/OpenSans/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('/res/fonts/OpenSans/OpenSans-Bold.woff2') format('woff2'), url('/res/fonts/OpenSans/OpenSans-Bold.woff') format('woff'), url('/res/fonts/OpenSans/OpenSans-Bold.ttf') format('truetype'), url('/res/fonts/OpenSans/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: 600;
  font-style: bold;
  font-display: swap; }

@font-face {
  font-family: 'Oswald';
  src: url('/res/fonts/Oswald/Oswald-Bold.eot');
  src: url('/res/fonts/Oswald/Oswald-Bold.eot?#iefix') format('embedded-opentype'), url('/res/fonts/Oswald/Oswald-Bold.woff2') format('woff2'), url('/res/fonts/Oswald/Oswald-Bold.woff') format('woff'), url('/res/fonts/Oswald/Oswald-Bold.ttf') format('truetype'), url('/res/fonts/Oswald/Oswald-Bold.svg#Oswald-Bold') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

.parallax {
  -webkit-background-attachment: fixed;
  background-attachment: fixed; }

.hasarrow {
  text-align: center;
  transform: rotate(180deg);
  margin-bottom: 50px; }
  .hasarrow svg {
    max-width: 480px;
    width: 100%;
    height: 60px; }

::-moz-selection {
  color: #fff;
  background: #000; }

::selection {
  color: #fff;
  background: #000; }

* {
  box-sizing: border-box; }

._standard .bgx-title h2 strong {
  color: #000; }
  ._standard .image-full-1 .slideshow-item {
    background-size: contain;
    background-repeat: no-repeat; }

table, th, td {
  border: 1px solid black; }

html, body {
  height: 100%; }

.bgLight {
  background-color: #fff; }

.darker {
  color: #000; }

.lighter {
  color: #b1b1b1; }

.has-bg {
  background: #efefef; }

.has-bg-light {
  background: #efefef; }

.has-bg-word {
  background: #dadada;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  border-radius: 200px; }

.img-full {
  width: 100%;
  height: 100%;
  object-fit: contain; }

.bgx {
  background: url('/res/img/x.png');
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 250px;
  width: 100%;
  height: 277px;
  right: 0;
  top: 93px;
  position: fixed;
  z-index: -1;
  display: none; }

._standard #service4 .bgx-title h2 strong, ._standard #service6 .bgx-title h2 strong {
  color: #000; }

.bgx-title h2 {
  margin: 0 0 1em;
  color: #b1b1b1;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.5em; }
  .bgx-title h2 strong {
    color: #b1b1b1;
    font-family: Oswald, Arial, sans-serif;
    font-size: 30px;
    font-weight: normal; }

body {
  font-family: OpenSans, Arial, sans-serif;
  color: #000;
  background-color: #fff;
  font-size: 15px; }

.has-sticky-header {
  padding-top: 56px; }

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

._environnement .header-vh, ._tarif .header-vh, ._confiance .header-vh {
  display: none; }

body:not(.amp) .lazy {
  background: none !important;
  opacity: 0;
  transition: opacity 1s; }
  body:not(.amp) .lazy * {
    background: none !important;
    opacity: 0;
    transition: opacity 1s; }

.lazy-menu * {
  background: none !important; }

h1, p.h1 {
  margin: 1em 0;
  color: #b1b1b1;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5em;
  text-transform: uppercase;
  font-family: Oswald, Arial, sans-serif; }
  h1 strong, p.h1 strong {
    color: #000;
    font-family: Oswald, Arial, sans-serif;
    font-size: 2.2rem;
    font-weight: bold;
    text-transform: uppercase; }
  h1 span, p.h1 span {
    color: #b1b1b1;
    text-transform: none; }

._index h1 {
  color: #000; }

div.h1 h2 {
  margin: 0 0 1em;
  color: #000;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5em;
  font-family: Oswald, Arial, sans-serif; }
  div.h1 h2 strong {
    color: #000;
    font-family: Oswald, Arial, sans-serif;
    font-size: 30px;
    font-weight: bold; }
  div.h1 h2 span {
    font-size: 30px !important;
    font-weight: bold; }
  div.h1.nomargin-title h2 {
    margin: 0; }

h3, h2 {
  color: #b1b1b1;
  font-family: Oswald, Arial, sans-serif; }

h3 {
  font-size: 1.5rem; }

div.h1-h3 h3 {
  margin: 0 0 1em;
  color: #000;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.5em;
  font-family: Oswald, Arial, sans-serif; }
  div.h1-h3 h3 strong {
    color: #292929;
    font-family: Oswald, Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: normal; }

.h3-bg h3 strong {
  color: #000;
  font-size: 1.5rem; }

.h3-bgx h3 strong {
  font-size: 1.5rem; }

div.h1-nomb h2 {
  margin-bottom: 0px; }

.hidden {
  display: none; }

.ovh {
  overflow: hidden; }

.rel {
  position: relative; }

.right {
  text-align: right; }

.justify {
  text-align: justify; }

.left {
  text-align: left; }

.center {
  text-align: center; }

.header-vh {
  height: 100vh; }

.h100 {
  height: 100vh; }

.h100p {
  height: 100%; }

.mh300 {
  max-height: 300px; }

.title-no-margin h3 {
  margin: 0;
  font-size: 1.5rem; }
  .title-no-margin p {
    font-size: 15px; }

.grid-travailler {
  max-width: 1024px;
  width: 100%;
  margin: auto; }

.small-title {
  text-align: center; }
  .small-title h3 {
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 1em;
    font-family: OpenSans, Arial, sans-serif;
    color: #000;
    text-transform: uppercase;
    font-size: 15px; }
  .small-title p {
    font-size: 15px; }

.tarif-text {
  transition: max-height 2s ease; }

.tarif-text .mh300 {
  max-height: 300px;
  transition: max-height 2s ease; }

.br60 {
  border-radius: 60px;
  box-shadow: 1px 1px 5px #000;
  margin: 0 auto;
  width: 80%; }

.prxs {
  padding-right: 20px; }

.prs {
  padding-right: 25px; }

.prm {
  padding-right: 85px; }

.pbxs {
  padding-bottom: 20px; }

.pbs {
  padding-bottom: 40px; }

.pbsm {
  padding-bottom: 50px; }

.pbm {
  padding-bottom: 60px; }

.pbxl {
  padding-bottom: 120px; }

.ptxs {
  padding-top: 20px; }

.pts {
  padding-top: 40px; }

.ptsm {
  padding-top: 50px; }

.ptm {
  padding-top: 60px; }

.ptl {
  padding-top: 80px; }

.mlm {
  margin-left: 20px; }

.mbxs {
  margin-bottom: 20px; }

.mbs {
  margin-bottom: 40px; }

.mbm {
  margin-bottom: 80px; }

.mbl {
  margin-bottom: 110px; }

.mbxl {
  margin-bottom: 125px; }

.mtb {
  margin: 50px 0; }

.mtxs {
  margin-top: 20px; }

.mts {
  margin-top: 40px; }

.mtm {
  margin-top: 80px; }

.mtl {
  margin-top: 110px; }

.mtxl {
  margin-top: 125px; }

.mltitle {
  margin-left: 45px; }

.list-type ul {
  list-style-type: disc;
  padding-left: 20px; }

.has-border-left {
  border-left: #292929 solid 1px; }

.has-border-right {
  border-right: #292929 solid 1px; }

.of-contain {
  object-fit: contain; }

.full-video {
  width: 100%;
  height: 100%;
  object-fit: cover; }

img.w100 {
  display: block;
  width: 100%;
  height: auto; }

.intro-video-player {
  width: 100%;
  height: auto; }

.green {
  color: #a3d0b5;
  /* content */ }

main {
  min-height: 100vh; }

._contact main {
  min-height: 70vh; }

.main-half {
  min-height: 50vh; }

.content {
  max-width: 1082px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto; }
  .content.wild {
    max-width: 1280px; }

.content-small {
  max-width: 1082px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto; }

.content-tarif {
  max-width: 1280px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto; }

.content-large {
  max-width: 1250px; }

.content-full {
  margin-left: 20px;
  margin-right: 20px; }

.text {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4em; }
  .text ul {
    padding-left: 40px;
    margin: 15px 0; }

.icons-txt {
  max-width: 320px;
  width: 100%;
  margin: auto; }
  .icons-txt h3 {
    line-height: normal; }
  .icons-txt.nowidth {
    max-width: 720px; }

.text-img-2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3em; }

.txt-img {
  padding: 40px 0; }

.btn-scroll {
  z-index: 200;
  position: absolute;
  color: #fff;
  left: 50px;
  bottom: 30px; }
  .btn-scroll svg {
    width: 24px;
    height: 37px;
    fill: #fff;
    animation: scrollAnimation 2s infinite; }

.btn-scroll-mobile {
  z-index: 200;
  position: absolute;
  color: #fff;
  left: 50%;
  bottom: 30px; }
  .btn-scroll-mobile svg {
    width: 24px;
    height: 37px;
    fill: #fff;
    animation: scrollAnimation 2s infinite; }

.title-header {
  z-index: 200;
  position: absolute;
  max-width: 700px;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 30px; }
  .title-header h1 {
    color: #fff; }
  .title-header p {
    color: #fff; }

._hotel .title-header {
  max-width: 760px; }

.charte p {
  margin: 2em 0; }

.toggle-parent > div {
  padding-bottom: 25px; }

.toggle-button {
  background: #dadada;
  color: #292929;
  padding: 10px 25px;
  border-radius: 8px;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  text-align: left; }
  .toggle-button:hover {
    background: #c1c1c1; }
  .toggle-button.active .t-minus {
    display: block; }
  .toggle-button.active .t-plus {
    display: none; }

.toggle-icon {
  float: right; }

.t-minus {
  display: none; }

.toggle-hidden-content {
  padding-top: 20px; }
  .toggle-hidden-content ul {
    padding-left: 40px; }

.tarif {
  font-weight: normal;
  font-style: italic; }
  .tarif strong, .tarif b {
    font-weight: bold; }

.last-p-0 p:last-child {
  margin-bottom: 0; }

.list-puce ul li {
  list-style: none;
  display: flex; }
  .list-puce ul li strong {
    display: contents; }
  .list-puce ul li:before {
    content: '';
    display: inline-block;
    height: 25px;
    width: 25px;
    background-image: url('/res/img/puce.svg');
    background-repeat: no-repeat;
    padding-right: 12px; }

.btn-scroll-label {
  display: block;
  letter-spacing: 3px;
  transform-origin: 0 0;
  transform: rotate(-90deg) translateY(1px); }

@keyframes scrollAnimation {
  0% {
    transform: translateY(0); }

  50% {
    transform: translateY(0); }

  75% {
    transform: translateY(10px); }

  100% {
    transform: translateY(0); } }

.btn {
  display: inline-block;
  padding: 0.5em 1.5em;
  color: #fff;
  font-size: 1.1rem;
  font-weight: normal;
  text-transform: uppercase;
  background: #000;
  transition: color 0.2s, background 0.2s; }
  .btn:hover, .btn:focus {
    color: #000;
    background: #fff;
    transition: color 0.2s, background 0.2s; }

.btn-glow {
  background: #000;
  animation: glowing 1500ms infinite; }
  .btn-glow:hover, .btn-glow:focus {
    animation: none; }

@keyframes glowing {
  0% {
    background-color: #000;
    box-shadow: 0 0 3px #000; }

  50% {
    background-color: #b1b1b1;
    box-shadow: 0 0 40px #b1b1b1; }

  100% {
    background-color: #000;
    box-shadow: 0 0 3px #000; } }

.btn-discover {
  display: inline-block;
  padding: 0.5em 1.5em;
  color: #fff;
  font-size: 1.1rem;
  font-weight: normal;
  text-transform: uppercase;
  background: #b1b1b1;
  transition: color 0.2s, background 0.2s; }
  .btn-discover:hover, .btn-discover:focus {
    color: #b1b1b1;
    background: #fff;
    transition: color 0.2s, background 0.2s; }

.btn-active {
  background: #292929; }
  .btn-active:hover, .btn-active:focus {
    color: #292929; }

.btn-lighter {
  background: #b1b1b1;
  border: #b1b1b1 solid 2px; }
  .btn-lighter:hover, .btn-lighter:focus {
    color: #b1b1b1; }
  .btn-lighter.btn-glow {
    border-color: #292929; }

.btn-active-border {
  border: #292929 solid 2px; }

.btn-alt {
  background: #000; }
  .btn-alt:hover, .btn-alt:focus {
    color: #000; }

.btns .btn {
  margin-left: 0.5em;
  margin-right: 0.5em; }

.page-slideshow {
  height: 500px; }

.ss-page-overlay {
  z-index: 199;
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  bottom: 30px; }
  .ss-page-overlay h2 {
    margin: 0;
    font-family: Oswald, Arial, sans-serif;
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    text-shadow: rgba(0, 0, 0, .3) 1px 1px 2px; }

._about-us #service3 .small-slideshow {
  height: 480px; }

.small-slideshow {
  height: 670px; }

.xs-slideshow {
  height: 450px; }

._testperso #service9 .xs-slideshow {
  height: 630px; }

._travailler {
  /* index */ }
  ._travailler .xs-slideshow {
    height: 550px; }

.index-logo {
  max-width: 500px;
  width: 100%;
  display: block; }

.index-logo-bis {
  max-width: 500px;
  width: 100%;
  margin: auto;
  display: block;
  margin-left: 0; }

.index-service {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 224px;
  padding: 20px;
  color: #fff;
  font-family: Oswald, Arial, sans-serif;
  font-size: 1.6rem;
  text-align: center;
  background-size: cover;
  background-position: center; }
  .index-service:first-child {
    margin-bottom: 20px; }
  .index-service.one-per-row {
    /* 2*224 + la marge */
    height: 468px; }
  .index-service .index-service-text {
    display: none;
    font-size: 15px;
    font-family: OpenSans, Arial, sans-serif;
    color: #fff; }
  .index-service:hover .index-service-title, .index-service:focus .index-service-title {
    display: none; }
  .index-service:hover .index-service-overlay, .index-service:focus .index-service-overlay {
    opacity: 1;
    transition: opacity 0.2s; }
  .index-service:hover .index-service-text, .index-service:focus .index-service-text {
    display: block;
    z-index: 1; }
  .index-service:hover .index-service-title:after, .index-service:focus .index-service-title:after {
    transform: scaleX(1);
    transition: transform 0.2s; }

.index-service-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 0; }

.bg-grey {
  background: rgba(232, 232, 232, 0.3); }

.index-service-title {
  color: #fff;
  position: relative;
  text-shadow: 1px 1px 4px #4a4949; }
  .index-service-title:after {
    content: '';
    display: block;
    width: 35px;
    height: 5px;
    margin: 0.3em auto 0;
    background: #b1b1b1;
    transform-origin: 50% 0;
    transform: scaleX(0);
    transition: transform 0.2s; }

.home-banner {
  position: fixed;
  bottom: 100px;
  height: 110px;
  background-color: ;
  width: 400px;
  z-index: 209;
  transition: transform 0.4s ease-out; }
  .home-banner.active {
    transform: translateX(0);
    transition: transform 0.4s ease-out; }
  .home-banner img {
    width: 70px; }

.left-banner {
  left: 0;
  text-align: left;
  border-top-right-radius: 4px;
  transform: translateX(-300px); }

.banner-btn {
  transition: opacity 0.3s; }
  .banner-btn:hover {
    opacity: 0.7;
    transition: opacity 0.3s; }

.right-banner {
  right: 0;
  text-align: center;
  border-top-left-radius: 4px;
  transform: translateX(330px); }

.banner-title {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px; }

.banner-content {
  font-size: 13px; }

.home-posts {
  height: 625px;
  color: #fff; }
  .home-posts .h1 strong {
    color: #fff; }
  .home-posts h3 {
    margin: 0 0 0.5em;
    font-family: Oswald, Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: normal; }

.home-post {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(50% - 10px);
  padding: 25px;
  background-size: cover;
  background-position: center; }
  .home-post:first-child {
    margin-bottom: 20px; }

.home-post-big {
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 0; }

.home-post-date {
  text-transform: uppercase; }
  .home-post-date a {
    color: inherit;
    text-decoration: underline; }
  .home-post-date a:hover, .home-post-date a:focus {
    text-decoration: none; }

.home-events-btn {
  display: flex;
  align-items: center;
  height: calc(50% - 10px);
  padding: 25px;
  color: #fff;
  font-family: Oswald, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: normal;
  background: #292929; }

.btn-instagram {
  display: inline-flex;
  align-items: center;
  color: #000;
  font-size: 1.3rem; }
  .btn-instagram svg {
    width: 25px;
    height: 25px;
    fill: #000;
    margin: 0 0.3em 0 0;
    transition: transform 0.2s; }
  .btn-instagram:hover svg, .btn-instagram:focus svg {
    transform: scale(1.2);
    transition: transform 0.2s; }

.insta-feed-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.social-item {
  position: relative;
  flex-basis: calc(25% - 10px);
  height: 250px;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center; }
  .social-item:hover .social-item-content, .social-item:focus .social-item-content {
    opacity: 1;
    transition: opacity 0.3s; }

.social-item-content {
  opacity: 0;
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 20px;
  font-size: 0.85rem;
  line-height: 1.5em;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  transition: opacity 0.3s; }

.timeline {
  margin-top: 3.5em; }

.phone-menupage {
  width: 100%;
  height: auto;
  /* Hotel */ }
  .phone-menupage .container {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto; }
  .phone-menupage .container .phone-menupage-content {
    width: 100%;
    max-width: 250px;
    height: 500px;
    margin: auto; }
  .phone-menupage .container .phone-menupage-content.sm-menupage-content {
    height: auto; }
  .phone-menupage .container .phone-menupage-content .overlay-block {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center; }
    .phone-menupage .container .phone-menupage-content .overlay-block.sm-overlay-block {
      height: 390px; }
    .phone-menupage .container .phone-menupage-content .overlay-block .menupage-item-overlay {
      position: absolute;
      top: 23px;
      left: 17px;
      width: 87%;
      margin: auto;
      height: 88%;
      border-radius: 35px;
      opacity: 0;
      transition: opacity 0.3s;
      background-color: rgba(255, 255, 255, 0.6); }
    .phone-menupage .container .phone-menupage-content .overlay-block .seemore {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
      transition: opacity 0.3s; }
      .phone-menupage .container .phone-menupage-content .overlay-block .seemore svg {
        width: 60px;
        height: 60px;
        fill: #000;
        transition: transform 0.3s; }
      .phone-menupage .container .phone-menupage-content .overlay-block .seemore:hover svg, .phone-menupage .container .phone-menupage-content .overlay-block .seemore:focus svg {
        transform: scale(1.3);
        transition: transform 0.3s; }
    .phone-menupage .container .phone-menupage-content .overlay-block:hover .menupage-item-overlay, .phone-menupage .container .phone-menupage-content .overlay-block:focus .menupage-item-overlay {
      transition: opacity 0.3s;
      opacity: 1; }
      .phone-menupage .container .phone-menupage-content .overlay-block:hover .seemore, .phone-menupage .container .phone-menupage-content .overlay-block:focus .seemore {
        transition: opacity 0.3s;
        opacity: 1; }
  .phone-menupage .container .phone-menupage-content .content-offset {
    height: 90px;
    text-align: center; }
    .phone-menupage .container .phone-menupage-content .content-offset h3 {
      margin-bottom: 5px;
      margin-top: 0; }
      .phone-menupage .container .phone-menupage-content .content-offset h3 strong {
        z-index: 1;
        position: relative;
        font-family: Oswald, Arial, sans-serif;
        font-size: 1.5rem; }
    .phone-menupage .container .phone-menupage-content .content-offset .btn-carousel {
      position: absolute;
      left: 25px;
      right: 25px;
      bottom: 10px;
      color: #fff; }
      .phone-menupage .container .phone-menupage-content .content-offset .btn-carousel:hover a, .phone-menupage .container .phone-menupage-content .content-offset .btn-carousel:focus a {
        box-shadow: 0 0 1em #dadada; }

#services-hotel {
  /*mosaic-1*/ }
  #services-hotel img {
    width: 140px;
    height: 140px; }

.mosaic-pr {
  padding-right: 20px;
  /* rooms */ }

.room {
  margin: 50px 0; }
  .room .slideshow-item {
    background-position: center bottom; }

.page-slideshow-room {
  height: 600px; }

.room-details {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  padding: 0.75em 16px;
  font-size: 1.1rem;
  text-align: center;
  background: #efefef; }
  .room-details li {
    padding: 0.75em 50px; }
  .room-details li:not(:last-child) {
    border-right: #b2b7bc solid 1px; }

.services {
  max-width: 645px;
  margin: 80px auto 65px;
  /* offers */ }
  .services li {
    margin: 0 0 1em; }
  .services img {
    margin: 0 20px 0 0;
    width: 30px;
    height: 29px; }

.offer {
  margin-top: 40px;
  /* events */ }
  .offer:first-child {
    margin-top: 65px; }

.event-date {
  position: absolute;
  left: calc(50% - 90px);
  bottom: 90px;
  width: 180px;
  padding: 45px 15px;
  color: #fff;
  font-family: Oswald, Arial, sans-serif;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.5em;
  background: #292929; }

.border-img {
  border: solid #000;
  border-width: thick;
  /* photos */ }

.gallery-sizer {
  width: calc(33.3% - 12px); }

.gallery-item {
  position: relative;
  width: calc(33.3% - 12px);
  height: 456px;
  margin-bottom: 18px;
  background-position: center;
  background-size: cover; }
  .gallery-item:hover .gallery-item-overlay, .gallery-item:focus .gallery-item-overlay {
    opacity: 1;
    transition: opacity 0.3s; }

.gallery-item-overlay {
  opacity: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(41, 41, 41, 0.85);
  transition: opacity 0.3s; }
  .gallery-item-overlay svg {
    width: 30px;
    height: 30px;
    fill: #fff; }

.gallery-item-1, .gallery-item-3, .gallery-item-4, .gallery-item-6, .gallery-item-7, .gallery-item-8 {
  height: 219px; }

.text-small-2 {
  padding: 15px;
  background: #dadada;
  min-height: 545px;
  display: flex;
  align-items: center; }

.border-r {
  border-right: 1px solid black; }

.words {
  /* forms */ }
  .words h2 {
    font-weight: normal;
    font-size: 30px;
    color: #fff; }
  .words h2:after {
    content: "";
    display: block;
    width: 315px;
    height: 2px;
    background: #000;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto; }
  .words .desc-words {
    font-size: 30px; }

label {
  display: block;
  margin: 0 0 1em; }

.hidden-label-title {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

.ajax-form-error + .form-error {
  display: block; }

.form-error {
  display: none;
  margin: 0.3em 0 0;
  color: #f00;
  font-size: 0.9rem; }

.ajax-form-mail-sent {
  text-align: center;
  display: none;
  padding-top: 10px; }
  .ajax-form-mail-sent p {
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    background: #16a085; }

.recaptcha-wrap {
  margin: 0 0 1em; }

#recaptcha-1 {
  transform-origin: 0 0;
  transform: scale(0.8);
  /* press */ }

.press {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  text-align: center; }

.press-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 185px;
  height: 290px;
  margin: 0 16px 32px;
  box-shadow: rgba(0, 0, 0, .25) 1px 1px 4px; }
  .press-item:hover .press-item-overlay, .press-item:focus .press-item-overlay {
    opacity: 1;
    transition: opacity 0.2s; }
  .press-item img {
    display: block; }

.press-item-overlay {
  opacity: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  transition: opacity 0.2s; }
  .press-item-overlay strong {
    display: block;
    margin: 0 0 0.5em;
    font-size: 1.1rem;
    font-weight: normal; }
  .press-item-overlay span {
    display: block;
    font-style: italic; }

.charte-logo {
  position: absolute;
  top: -128px;
  right: 132px;
  text-align: right; }
  .charte-logo img {
    width: 160px; }

.presentation img {
  width: 100px;
  height: 100px; }

.ai-center {
  align-items: center; }
  .ai-center img {
    margin: 0 auto; }

.align-center {
  align-items: center; }

.logo-small h2::after {
  content: '';
  display: block;
  width: 75px;
  height: 4px;
  margin: 0.5rem auto 0;
  background: #b1b1b1; }
  .logo-small .partner-link {
    height: 100px;
    width: 100%; }

.presentation-logo::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin: 100px auto 0;
  background: #b1b1b1; }

.second-img {
  display: none;
  width: 100%;
  height: auto; }

.team-overlay img {
  width: 250px;
  margin: auto;
  display: block; }
  .team-overlay:hover .first-img, .team-overlay:focus .first-img {
    display: none; }
  .team-overlay:hover .second-img, .team-overlay:focus .second-img {
    display: block; }

.small-4-block {
  box-shadow: 0 0 1em #dadada;
  width: 100%;
  max-width: 250px;
  margin: 5px;
  border-bottom: 5px solid #dadada;
  transition: transform 0.3s;
  /* others */ }
  .small-4-block .margin-small-block {
    margin: 20px 15px 20px 16px; }
  .small-4-block img {
    max-width: 90px;
    margin: 10px auto; }
  .small-4-block:hover, .small-4-block:focus {
    transform: scale(1.05);
    transition: transform 0.3s; }

.sitemap {
  /* See more situation page */ }
  .sitemap a:hover, .sitemap a:focus {
    text-decoration: underline; }

.closing-parent.active .closed-item {
  height: auto;
  overflow: auto; }

.closed-item {
  height: 270px;
  overflow: hidden; }

.citation-container {
  height: 400px;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat; }

.citation {
  font-size: 1.6rem; }
  .citation p {
    width: 85%;
    margin: 0 auto; }

.auteur {
  font-size: 1em;
  text-align: center; }

.quote-1 {
  position: absolute;
  left: 25px;
  font-size: 35px;
  color: #000; }
  .quote-1 svg {
    width: 30px;
    height: 30px;
    fill: #000; }

.quote-2 {
  position: absolute;
  right: 25px;
  font-size: 35px;
  color: #000;
  top: 0; }
  .quote-2 svg {
    width: 30px;
    height: 30px;
    fill: #000; }

.deploy {
  text-align: center; }

.see-btn .see-more {
  display: block; }
  .see-btn .see-less {
    display: none; }
  .see-btn.active .see-more {
    display: none; }
  .see-btn.active .see-less {
    display: block; }
  .see-btn:focus {
    color: #fff;
    background: #000;
    transition: color 0.2s, background 0.2s; }
  .see-btn:hover {
    color: #000;
    background: #fff;
    transition: color 0.2s, background 0.2s; }

.ytb iframe {
  max-width: 670px;
  width: 100%;
  padding-right: 15px; }

._404 .mtm {
  padding-top: 300px; }

.partner {
  display: none; }

@media screen and (max-width: 768px) {
  .h100 .left-banner {
    display: none; }

  .has-border-left {
    border-left: none; }

  .text {
    text-align: center; }

  .mobile-pad {
    padding: 0; } }

.header {
  z-index: 499;
  position: fixed;
  display: flex;
  align-items: center;
  width: 100%;
  left: 0;
  top: 0;
  padding: 25px 40px 0;
  transition: padding 0.3s, background 0.3s, box-shadow 0.3s; }
  .header > div {
    width: 33.3%; }
  .header > div.right {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header.sticky, ._faq header.header, ._faq #btn-menu.header, .header.always-sticky {
    padding: 12px 40px 12px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .2) 0 2px 3px;
    transition: padding 0.3s, background 0.3s, box-shadow 0.3s; }
  .header.sticky .header-socials svg, ._faq header.header .header-socials svg, ._faq #btn-menu.header .header-socials svg, .header.always-sticky .header-socials svg {
    fill: #292929; }
  .header.sticky .btn-book, ._faq header.header .btn-book, ._faq #btn-menu.header .btn-book, .header.always-sticky .btn-book {
    text-shadow: none; }
  .header.sticky .btn-book, ._faq header.header .btn-book, ._faq #btn-menu.header .btn-book, .header.always-sticky .btn-book {
    color: #000;
    transition: color 0.3s; }
  .header.sticky .btn-book:after, ._faq header.header .btn-book:after, ._faq #btn-menu.header .btn-book:after, .header.always-sticky .btn-book:after {
    background: #000; }
  .header.sticky .logo, ._faq header.header .logo, ._faq #btn-menu.header .logo, .header.always-sticky .logo {
    height: 64px;
    transition: width 0.3s, height 0.3s; }
  .header.sticky .logo img:first-child, ._faq header.header .logo img:first-child, ._faq #btn-menu.header .logo img:first-child, .header.always-sticky .logo img:first-child {
    display: none; }
    .header.sticky .logo img:last-child, ._faq header.header .logo img:last-child, ._faq #btn-menu.header .logo img:last-child, .header.always-sticky .logo img:last-child {
      opacity: 1;
      transition: opacity 0.3s; }

.header-socials {
  padding-right: 20px; }
  .header-socials svg {
    fill: #fff;
    width: 25px;
    height: 25px;
    transition: transform 0.2s; }
  .header-socials a:hover svg {
    transform: scale(1.1);
    transition: transform 0.2s; }

.logo {
  position: relative;
  display: inline-block;
  width: 335px;
  height: 90px;
  transition: width 0.3s, height 0.3s; }
  .logo img {
    position: absolute;
    width: 220px;
    left: 70px;
    top: 20px;
    transition: opacity 0.3s; }
  .logo img:last-child {
    opacity: 0;
    top: 12px;
    left: 90px;
    width: 170px; }

#btn-menu {
  z-index: 999999;
  position: fixed;
  display: flex;
  align-items: center;
  left: 40px;
  top: 55px;
  color: #fff;
  font-family: Oswald, Arial, sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  transition: top 0.3s, color 0.3s;
  text-shadow: 1px 1px 1px #000; }
  #btn-menu.sticky, ._faq header#btn-menu, ._faq #btn-menu#btn-menu {
    text-shadow: none; }
  #btn-menu:hover .icon-menu:after, #btn-menu:focus .icon-menu:after {
    width: 70%;
    transition: all 0.3s; }
  #btn-menu.sticky, ._faq header#btn-menu, ._faq #btn-menu#btn-menu, #btn-menu.always-sticky {
    top: 32px;
    color: #292929;
    transition: top 0.3s, color 0.3s; }
  #btn-menu.sticky .icon-menu span, ._faq header#btn-menu .icon-menu span, ._faq #btn-menu#btn-menu .icon-menu span, #btn-menu.always-sticky .icon-menu span {
    background: #292929;
    transition: all 0.3s; }
  #btn-menu.sticky .icon-menu:before, ._faq header#btn-menu .icon-menu:before, ._faq #btn-menu#btn-menu .icon-menu:before, #btn-menu.always-sticky .icon-menu:before {
    background: #292929;
    transition: all 0.3s; }
  #btn-menu.sticky .icon-menu:after, ._faq header#btn-menu .icon-menu:after, ._faq #btn-menu#btn-menu .icon-menu:after, #btn-menu.always-sticky .icon-menu:after {
    background: #292929;
    transition: all 0.3s; }
  #btn-menu.active {
    color: #292929;
    transition: color 0.3s; }
  #btn-menu.active .icon-menu span {
    opacity: 0;
    background: #292929;
    transition: all 0.3s; }
  #btn-menu.active .icon-menu:before {
    top: 50%;
    background: #292929;
    transform: rotate(-45deg);
    transition: all 0.3s; }
  #btn-menu.active .icon-menu:after {
    width: 100%;
    top: 50%;
    background: #292929;
    transform: rotate(45deg);
    transition: all 0.3s; }

.icon-menu {
  position: relative;
  width: 27px;
  height: 21px;
  margin: 0 1rem 0 0; }
  .icon-menu span {
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 9px;
    background: #fff;
    transition: all 0.3s; }
  .icon-menu:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 0;
    background: #fff;
    transition: all 0.3s; }
  .icon-menu:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 18px;
    background: #fff;
    transition: all 0.3s; }

.btn-book {
  display: inline-block;
  color: #fff;
  font-family: Oswald, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  text-transform: uppercase;
  transition: color 0.3s;
  position: relative;
  text-shadow: 1px 1px 1px #000; }
  .btn-book:after {
    content: '';
    display: block;
    width: 40%;
    height: 2px;
    margin: 5px auto 0;
    background: #fff;
    transform: scaleX(0);
    transition: transform 0.2s;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%; }
  .btn-book:hover:after, .btn-book:focus:after {
    transform: scaleX(1);
    transition: transform 0.2s; }

.menu {
  pointer-events: none;
  z-index: 999;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  transform: scale(0.97);
  transition: transform 0.3s, opacity 0.3s; }
  .menu.active {
    pointer-events: auto;
    opacity: 1;
    transform: scale(1);
    transition: transform 0.3s, opacity 0.3s; }
  .menu.active .menu-big-item.active {
    pointer-events: auto; }
  .menu a.prevent-js {
    cursor: default; }

.menu-left {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px; }

.submenu {
  padding-left: 40px;
  padding-top: 20px; }
  .submenu a {
    font-size: 1.3rem; }

.btn-book-menu {
  position: absolute;
  top: 30px;
  right: 80px;
  color: #000;
  font-family: Oswald, Arial, sans-serif;
  font-size: 28px;
  text-transform: uppercase; }
  .btn-book-menu:after {
    content: '';
    display: block;
    width: 40%;
    height: 2px;
    margin: 5px auto 0;
    background: #fff;
    transform: scaleX(0);
    transition: transform 0.2s; }
  .btn-book-menu:hover:after, .btn-book-menu:focus:after {
    transform: scaleX(1);
    transition: transform 0.2s; }

.menu-content {
  font-size: 26px;
  font-family: Oswald, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase; }
  .menu-content li {
    display: block;
    margin: 0 0 0.5em; }
  .menu-content a {
    opacity: 1;
    color: #000;
    transition: opacity 0.2s; }
  .menu-content a:before {
    content: '• ';
    opacity: 0;
    transition: opacity 0.2s; }
  .menu-content a:after {
    content: ' •';
    opacity: 0;
    transition: opacity 0.2s; }
  .menu-content a:hover, .menu-content a:focus, .menu-content a.active {
    color: #b1b1b1;
    transition: opacity 0.2s; }
  .menu-content a:hover:before, .menu-content a:focus:before, .menu-content a.active:before, .menu-content a:hover:after, .menu-content a:focus:after, .menu-content a.active:after {
    opacity: 1;
    color: #b1b1b1;
    transition: opacity 0.2s; }

.menu-contact {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  left: 0;
  bottom: 16px;
  padding: 0 16px;
  font-size: 0.85rem;
  font-weight: normal; }
  .menu-contact a {
    display: flex;
    align-items: center;
    color: #292929; }
  .menu-contact a:hover svg, .menu-contact a:focus svg {
    transform: scale(1.2);
    transition: transform 0.2s; }
  .menu-contact svg {
    width: 15px;
    height: 15px;
    margin: 0 0.5em 0 0;
    fill: #000;
    transition: transform 0.2s; }

.menu-right {
  position: relative; }

.menu-big-item {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  transition: opacity 0.3s; }
  .menu-big-item.active {
    display: flex;
    opacity: 1;
    transition: opacity 0.3s; }

.menu-big-item-img {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center; }

.menu-big-item-content {
  position: relative;
  text-align: center; }

.menu-big-item-text {
  color: #fff;
  font-size: 2rem;
  text-shadow: rgba(0, 0, 0, .5) 0 0 3px; }
  .menu-big-item-text strong {
    display: block;
    font-family: Oswald, Arial, sans-serif;
    font-size: 3rem;
    font-weight: normal;
    text-transform: uppercase; }

.btns-contact {
  z-index: 102;
  position: fixed;
  left: 2px;
  bottom: 280px; }
  .btns-contact ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    list-style: none; }
  .btns-contact li {
    position: relative;
    margin: 0 0 5px; }
  .btns-contact a {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    padding: 10px 10px 8px;
    color: #000;
    background: #fff;
    transition: background 0.2s;
    position: relative; }
  .btns-contact a:hover, .btns-contact a:focus {
    color: #fff;
    background: #000;
    transition: color 0.2s, background 0.2s; }
  .btns-contact a:hover svg, .btns-contact a:focus svg {
    fill: #fff;
    transform: scale(1.2);
    transition: fill 0.2s, transform 0.2s; }
  .btns-contact a:hover .contact-tooltip, .btns-contact a:focus .contact-tooltip {
    display: block; }
  .btns-contact svg {
    width: 20px;
    height: 20px;
    fill: #000;
    transition: fill 0.2s, transform 0.2s; }

.contact-tooltip {
  display: none;
  position: absolute;
  padding: 10px 25px 8px 5px;
  left: 40px;
  width: 180px;
  background: #000;
  bottom: 0px; }
  .contact-tooltip.tooltip-email {
    width: 270px; }

@media screen and (max-width: 768px) {
  .btn-book-menu {
    top: 5px; }

  .logo {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 65px;
    transition: width 0.3s, height 0.3s; }
    .logo img {
      position: absolute;
      width: 100%;
      left: 0px;
      top: 20px;
      transition: opacity 0.3s; }
      .logo img:last-child {
        left: 0;
        width: 100px; }

  .right {
    padding-top: 10px; }

  .header.sticky .right, ._faq header.header .right, ._faq #btn-menu.header .right {
    padding-bottom: 5px; }
    .header.sticky .logo, ._faq header.header .logo, ._faq #btn-menu.header .logo {
      height: 52px; }
      .header.sticky .logo img:last-child, ._faq header.header .logo img:last-child, ._faq #btn-menu.header .logo img:last-child {
        top: 17px; } }

@media screen and (max-width: 767px) {
  .header-socials.Grid {
    display: none; }

  .menu-right {
    display: none; }

  .rightside.Grid {
    display: none; }

  .header.sticky .rightside.Grid, ._faq header.header .rightside.Grid, ._faq #btn-menu.header .rightside.Grid {
    display: flex; } }

#tarif-table {
  margin: auto;
  background: #fff;
  border-collapse: collapse; }
  #tarif-table th {
    border: 1px solid #000; }
  #tarif-table th:first-child {
    width: 32%; }
  #tarif-table th p {
    margin: 1em; }
  #tarif-table tr {
    border: 1px solid #000;
    height: 50px; }
  #tarif-table tr:nth-child(1) {
    border: none; }
  #tarif-table tr:nth-child(2) td {
    border: none; }
    #tarif-table tr:nth-child(2) td:first-child {
      border-right: 1px solid #000; }
    #tarif-table tr:nth-child(2) td:last-child {
      border-right: 1px solid #000; }
  #tarif-table tr:nth-child(7) td {
    border: none; }
    #tarif-table tr:nth-child(7) td:first-child {
      border-right: 1px solid #000; }
    #tarif-table tr:nth-child(7) td:last-child {
      border-right: 1px solid #000; }
  #tarif-table tr:nth-child(20) td {
    border: none; }
    #tarif-table tr:nth-child(20) td:first-child {
      border-right: 1px solid #000; }
    #tarif-table tr:nth-child(20) td:last-child {
      border-right: 1px solid #000; }
  #tarif-table tr:nth-child(24) td {
    border: none; }
    #tarif-table tr:nth-child(24) td:first-child {
      border-right: 1px solid #000; }
    #tarif-table tr:nth-child(24) td:last-child {
      border-right: 1px solid #000; }
  #tarif-table td {
    border: 1px solid #000;
    text-align: center; }
  #tarif-table td img {
    width: 27px;
    height: 27px; }

.wc-js-dynamic-marker {
  background: #b1b1b1;
  height: 15px;
  width: 15px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .5); }

.wc-js-dynamic-marker.finish {
  transform: translate(-50%, -50%); }

.wc-js-dynamic {
  width: 1022px;
  height: 959px;
  margin: auto; }

.wc-js-dynamic-block {
  display: flex;
  width: 100%;
  margin: auto;
  justify-content: space-around; }

.wc-js-dynamic-container {
  position: relative;
  width: 70%;
  margin: 0 auto; }

#marker-1 {
  display: block; }

.wc-js-dynamic-content {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  display: none; }

.container-marker-content {
  position: relative;
  width: 50%; }

.content-text {
  display: flex;
  align-items: center; }
  .content-text .content-text-container {
    width: 85%;
    margin: auto; }

.marker-h {
  height: 150px;
  overflow-y: auto; }

.wc-js-dynamic-container img {
  width: 100%;
  display: block; }

.wc-js-dynamic-marker input {
  position: relative;
  left: 25px; }

.ui-draggable.wc-js-dynamic-highlight {
  position: absolute !important; }

.marker {
  position: absolute;
  height: 25px;
  width: 25px;
  background-color: #b1b1b1;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer; }
  .marker .data-less {
    display: none; }
  .marker:hover, .marker:focus {
    background-color: #000;
    transform: translate(-50%, -50%) scale(1.5); }
  .marker:hover .data-more, .marker:focus .data-more {
    display: block; }
  .marker.active {
    background-color: #000;
    transform: translate(-50%, -50%) scale(1.5); }
  .marker.active .data-more {
    display: none; }
  .marker.active .data-less {
    display: block; }

.data-icon {
  position: relative;
  width: 100%;
  height: 100%; }
  .data-icon svg {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #fff; }

.data-icon-less {
  position: relative;
  width: 100%;
  height: 100%; }
  .data-icon-less svg {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #fff; }

.circle-container > h2 {
  width: 80%;
  margin: auto;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5em; }
  .circle-container > h2 strong {
    color: #000;
    font-family: Oswald, Arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
    font-style: italic; }

.circle-wrap-full {
  margin: 50px auto;
  width: 200px;
  height: 200px;
  background: #e6e2e7;
  border-radius: 50%; }

.circle-wrap-full .circle .mask, .circle-wrap-full .circle .fill {
  width: 200px;
  height: 200px;
  position: absolute;
  border-radius: 50%; }

.circle-wrap-full .circle .mask {
  clip: rect(0px, 200px, 200px, 100px); }

.circle-wrap-full .circle .mask .fill {
  clip: rect(0px, 100px, 200px, 0px);
  background-color: #a3d0b5; }

.circle-wrap-full .circle .mask.full, .circle-wrap-full .circle .fill {
  animation: fill-full ease-in-out 5s;
  transform: rotate(180deg); }

@keyframes fill-full {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(180deg); } }

.circle-wrap-full .inside-circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  margin-top: 10px;
  margin-left: 10px;
  position: absolute;
  z-index: 100;
  font-weight: 700;
  font-size: 2em; }
  .circle-wrap-full .inside-circle .span-1 {
    position: absolute;
    top: 55px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    color: #000; }
  .circle-wrap-full .inside-circle .span-2 {
    position: absolute;
    top: 45px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    color: #000; }
  .circle-wrap-full .inside-circle .span-2 svg {
    width: 35px;
    height: 35px;
    fill: #000; }

.circle-wrap {
  margin: 50px auto;
  width: 200px;
  height: 200px;
  background: #e6e2e7;
  border-radius: 50%; }

.circle-wrap .circle .mask, .circle-wrap .circle .fill {
  width: 200px;
  height: 200px;
  position: absolute;
  border-radius: 50%; }

.circle-wrap .circle .mask {
  clip: rect(0px, 200px, 200px, 100px); }

.circle-wrap .circle .mask .fill {
  clip: rect(0px, 100px, 200px, 0px);
  background-color: #a3d0b5; }

.circle-wrap .circle .fill {
  animation: fill-full ease-in-out 5s;
  transform: rotate(180deg); }

.circle-wrap .circle .mask.full {
  animation: fill ease-in-out 5s;
  transform: rotate(165deg); }

@keyframes fill {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(165deg); } }

@keyframes fill-full {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(180deg); } }

.circle-wrap .inside-circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  margin-top: 10px;
  margin-left: 10px;
  position: absolute;
  z-index: 100;
  font-weight: 700;
  font-size: 2em; }
  .circle-wrap .inside-circle .span-1 {
    position: absolute;
    top: 55px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    color: #000; }
  .circle-wrap .inside-circle .span-2 {
    position: absolute;
    top: 45px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    color: #000; }
  .circle-wrap .inside-circle .span-2 svg {
    width: 35px;
    height: 35px;
    fill: #000; }

.circle-wrap-2 {
  margin: 50px auto;
  width: 200px;
  height: 200px;
  background-image: url('/res/img/pie1.svg');
  border-radius: 50%; }

.circle-wrap-2 .circle .mask, .circle-wrap-2 .circle .fill {
  width: 200px;
  height: 200px;
  position: absolute;
  border-radius: 50%; }

.circle-wrap-2 .circle .mask {
  clip: rect(0px, 200px, 200px, 100px); }

.circle-wrap-2 .circle .mask .fill {
  clip: rect(0px, 100px, 200px, 0px);
  background-color: #a3d0b5; }

.circle-wrap-2 .circle .mask.full, .circle-wrap-2 .circle .fill {
  animation: fill-2 ease-in-out 5s; }

@keyframes fill-2 {
  0% {
    transform: rotate(180deg); }

  100% {
    transform: rotate(0deg); } }

.circle-wrap-3 {
  margin: 50px auto;
  width: 200px;
  height: 200px;
  background-image: url('/res/img/pie2.svg');
  border-radius: 50%; }

.circle-wrap-3 .circle .mask, .circle-wrap-3 .circle .fill {
  width: 200px;
  height: 200px;
  position: absolute;
  border-radius: 50%; }

.circle-wrap-3 .circle .mask {
  clip: rect(0px, 200px, 200px, 100px); }

.circle-wrap-3 .circle .mask .fill {
  clip: rect(0px, 100px, 200px, 0px);
  background-color: #a3d0b5; }

.circle-wrap-3 .circle .mask.full, .circle-wrap-3 .circle .fill {
  animation: fill-3 ease-in-out 5s;
  animation-direction: reverse; }

@keyframes fill-3 {
  0% {
    transform: rotate(-360deg); }

  100% {
    transform: rotate(-540deg); } }

.img-graph {
  width: 100%;
  margin: 51px 0px; }

.pie {
  width: 100%; }

.legende .pie-color, .legende-2 .pie-color {
  width: 20px;
  height: 20px;
  border: 1px solid black;
  border-radius: 50%; }
  .legende #color1, .legende-2 #color1 {
    background: #daece1; }
  .legende #color2, .legende-2 #color2 {
    background: #d4dcdc; }
  .legende #color3, .legende-2 #color3 {
    background: #1f5a5b; }
  .legende #color4, .legende-2 #color4 {
    background: #a3d0b5; }
  .legende #color5, .legende-2 #color5 {
    background: #819a9b; }

.legende-1 .pie-color {
  width: 20px;
  height: 20px;
  border: 1px solid black;
  border-radius: 50%; }
  .legende-1 #color2 {
    background: #1f5a5b; }
  .legende-1 #color1 {
    background: #a3d0b5; }
  .legende-1 #color3 {
    background: #819a9b; }

.legende-item-1 {
  width: 75%;
  display: flex;
  margin: 0 auto;
  align-items: center; }
  .legende-item-1 .pie-color {
    width: 20px;
    height: 20px;
    border: 1px solid black;
    border-radius: 50%;
    margin-right: 10px; }
  .legende-item-1 #color1 {
    background: #1f5a5b; }
  .legende-item-1 #color2 {
    background: #a3d0b5; }
  .legende-item-1 #color3 {
    background: #819a9b; }
  .legende-item-1 #color4 {
    background: #d1d9d9; }
  .legende-item-1 #color5 {
    background: #e7e7e7; }

.legende, .legende-1 {
  font-size: 17px; }
  .legende .legende-item, .legende-1 .legende-item {
    display: flex;
    width: 50%;
    margin: auto; }
  .legende .legende-item .pie-color, .legende-1 .legende-item .pie-color {
    margin-right: 15px; }

.menu-page {
  margin: 40px 0;
  text-align: center; }
  .menu-page ul {
    padding: 0;
    margin: 0; }
  .menu-page li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0 22px; }

.icon-more {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 9px 0 0;
  background: #b1b1b1;
  border-radius: 50%;
  transform: scale(1);
  transition: transform 0.2s;
  text-align: center; }
  .icon-more svg {
    display: inline-block;
    width: 21px;
    height: 21px;
    fill: #fff; }
  .icon-more:hover, .icon-more:focus {
    transform: scale(1.2);
    transition: transform 0.2s; }

.icon-more-s {
  width: 30px;
  height: 30px;
  padding-top: 8px; }
  .icon-more-s svg {
    width: 15px;
    height: 15px; }

.menupage-x {
  width: 40px;
  height: 40px; }

.menu-page-inline {
  position: static;
  margin: 40px 0;
  left: auto;
  bottom: auto; }

.menu-page-content {
  max-width: 1000px;
  margin: 0 auto; }

.menu-page-item {
  opacity: 0.7;
  display: block;
  color: ;
  text-align: center;
  transition: opacity 0.2s; }
  .menu-page-item:hover, .menu-page-item:focus, .menu-page-item.active {
    opacity: 1;
    transition: opacity 0.2s; }

.menu-page-item-title {
  display: block;
  margin: 15px 0 0;
  font-size: 0.75rem;
  text-transform: uppercase; }

@media all and (max-width: 1023px) {
  .menu-page li {
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 14px; } }

.faq-subtitle {
  color: #000001; }

.faq-qrs-container {
  margin-top: 40px; }

.faq-qr {
  border-bottom: 1px solid #000; }
  .faq-qr:first-child {
    border-top: 1px solid #000; }

.faq-question {
  font-weight: bold;
  cursor: pointer;
  display: table; }

.faq-question-col {
  display: table-cell;
  vertical-align: middle;
  color: #b1b1b1; }

.faq-question-col-1 {
  width: 100%; }

.faq-question-col-2 {
  padding-right: 20px; }

.faq-toggle-icon {
  display: inline-block;
  font-size: 20px;
  color: #000; }

.faq-response {
  display: none;
  padding-left: 20px; }

.faq-qr.active .faq-toggle-icon {
  transform: rotate(90deg); }

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px white;
  box-shadow: inset 0 0 12px 4px white; }
  .selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: '!';
    visibility: hidden; }
  .selectize-control.plugin-drag_drop .ui-sortable-helper {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2); }

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
  color: #000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none; }
  .selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none; }
  .selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }
  .selectize-control.plugin-remove_button [data-value] .remove {
    /* fixes ie bug (see #392) */
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0 0 0;
    border-left: 1px solid #333;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, 0.05); }
  .selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: #000; }
  .selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: none; }
  .selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #808080; }
  .selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 28px;
    top: 6px;
    font-size: 23px; }

.selectize-control {
  position: relative; }

.selectize-dropdown, .selectize-input, .selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit; }

.selectize-input, .selectize-control.single .selectize-input.input-active {
  background: white;
  cursor: text;
  display: inline-block; }

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .selectize-control.multi .selectize-input.has-items {
    padding: 5px 8px 2px; }
  .selectize-input.full {
    background-color: white; }
  .selectize-input.disabled, .selectize-input.disabled * {
    cursor: default !important; }
  .selectize-input.focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }
  .selectize-input.dropdown-active {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0; }
  .selectize-input > * {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
  .selectize-control.multi .selectize-input > div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #666;
    color: white;
    border: 1px solid #333; }
  .selectize-control.multi .selectize-input > div.active {
    background: #333;
    color: white;
    border: 1px solid #000; }
  .selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
    color: #fff;
    background: #b3b3b3;
    border: 1px solid #808080; }
  .selectize-input > input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 1px !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .selectize-input > input::-ms-clear {
    display: none; }
  .selectize-input > input:focus {
    outline: none !important; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: white;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px; }
  .selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden; }
  .selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, 0.2);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px; }
  .selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
    padding: 5px 8px; }
  .selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none; }
  .selectize-dropdown .optgroup-header {
    color: #303030;
    background: white;
    cursor: default; }
  .selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68; }
  .selectize-dropdown .active.create {
    color: #495c68; }
  .selectize-dropdown .create {
    color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px; }

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
  cursor: pointer; }
  .selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input {
    cursor: text; }
  .selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #808080 transparent transparent transparent; }
  .selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #808080 transparent; }

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }
  .selectize-control.rtl .selectize-input > input {
    margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa; }

.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px; }
  .selectize-control.multi .selectize-input.disabled [data-value] {
    color: #999;
    text-shadow: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .selectize-control.multi .selectize-input.disabled [data-value], .selectize-control.multi .selectize-input.disabled [data-value] .remove {
      border-color: #e6e6e6; }
    .selectize-control.multi .selectize-input.disabled [data-value] .remove {
      background: none; }
  .selectize-control.multi .selectize-input [data-value] {
    text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #525252;
    background-image: -moz-linear-gradient(top, #666, #333);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666), to(#333));
    background-image: -webkit-linear-gradient(top, #666, #333);
    background-image: -o-linear-gradient(top, #666, #333);
    background-image: linear-gradient(to bottom, #666, #333);
    background-repeat: repeat-x;
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='argb(#666)', endColorstr='argb(#333)', GradientType=0)";
    -webkit-box-shadow: "0 1px 0 rgba(black, 0.2), inset 0 1px rgba(white, 0.03)";
    box-shadow: "0 1px 0 rgba(black, 0.2), inset 0 1px rgba(white, 0.03)"; }
    .selectize-control.multi .selectize-input [data-value].active {
      background-color: #1f1f1f;
      background-image: -moz-linear-gradient(top, #333, #000);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#000));
      background-image: -webkit-linear-gradient(top, #333, #000);
      background-image: -o-linear-gradient(top, #333, #000);
      background-image: linear-gradient(to bottom, #333, #000);
      background-repeat: repeat-x;
      filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='argb(#333)', endColorstr='argb(#000)', GradientType=0)"; }
  .selectize-control.single .selectize-input {
    -webkit-box-shadow: "0 1px 0 rgba(black, 0.05), inset 0 1px 0 rgba(white, 0.8)";
    box-shadow: "0 1px 0 rgba(black, 0.05), inset 0 1px 0 rgba(white, 0.8)";
    background-color: #f9f9f9;
    background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
    background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
    background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
    background-repeat: repeat-x;
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='argb(#fefefe)', endColorstr='argb(#f2f2f2)', GradientType=0)"; }

.selectize-control.single .selectize-input, .selectize-dropdown.single {
  border-color: #b8b8b8; }

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em; }
  .selectize-dropdown .optgroup {
    border-top: 1px solid #f0f0f0; }
  .selectize-dropdown .optgroup:first-child {
    border-top: 0 none; }

.selectize-input, .selectize-control.multi .selectize-input.has-items {
  border: 1px solid #000;
  padding: 15px 10px; }

.footer {
  padding: 45px 0;
  font-size: 0.9rem;
  background: #000; }

.footer-left {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: #000 solid 1px; }

.logo-footer img {
  width: 190px; }

.address-item {
  display: flex;
  align-items: center;
  margin: 0 0 1em;
  color: #fff; }
  .address-item svg {
    fill: #fff;
    width: 21px;
    height: 21px;
    margin: 0 10px 0 0;
    transition: transform 0.2s; }
  .address-item:hover svg, .address-item:focus svg {
    transform: scale(1.2);
    transition: transform 0.2s; }

.footer-bottom {
  margin-left: 30px; }

.menu-footer li {
  display: block;
  margin: 0 0 1em; }
  .menu-footer a {
    color: #fff;
    border-bottom: transparent solid 1px;
    transition: border 0.2s; }
  .menu-footer a:hover, .menu-footer a:focus {
    border-bottom-color: #fff;
    transition: border 0.2s; }

.menu-social-footer {
  position: absolute;
  top: 0;
  right: 0; }
  .menu-social-footer ul {
    display: flex; }
  .menu-social-footer li {
    list-style: none; }
  .menu-social-footer a {
    display: block;
    padding: 0 0 0 1em; }
  .menu-social-footer a:hover svg, .menu-social-footer a:focus svg {
    transform: scale(1.2);
    transition: transform 0.2s; }
  .menu-social-footer svg {
    width: 22px;
    height: 22px;
    fill: #fff;
    transition: transform 0.2s; }

.form-newsletter [type="email"] {
  display: block;
  width: 100%;
  padding: 0.5em;
  font-size: 1rem;
  border: #d7d7d7 solid 1px;
  transition: border 0.2s; }
  .form-newsletter [type="email"]:focus {
    border-color: #000;
    transition: border 0.2s; }

.copyrights {
  font-size: 0.85rem;
  text-align: center;
  color: #fff; }
  .copyrights a {
    color: inherit; }
  .copyrights a:hover, .copyrights a:focus {
    text-decoration: underline; }

.footer-disclaimer {
  margin: 45px 0 10px;
  font-size: 0.85rem;
  text-align: center;
  color: #fff; }
  .footer-disclaimer a {
    color: inherit; }
  .footer-disclaimer a:hover, .footer-disclaimer a:focus {
    text-decoration: underline; }

#newsletter {
  color: #fff; }

.separator-footer {
  display: flex;
  text-align: center;
  margin: 0 auto;
  width: 50%;
  padding-bottom: 12px; }
  .separator-footer::before {
    content: '';
    width: 90px;
    height: 1px;
    background: #b1b1b1; }

.menu-langs {
  position: relative;
  max-width: 140px;
  margin: 1em 0 0;
  text-align: center; }
  .menu-langs:hover ul, .menu-langs:focus ul {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.2s; }
  .menu-langs button {
    display: block;
    width: 100%;
    padding: 0.5em;
    color: #fff;
    background: #a3d0b5; }
  .menu-langs ul {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #fff;
    transition: opacity 0.2s; }
  .menu-langs a {
    display: block;
    padding: 0.5em;
    color: #000;
    transition: color 0.2s, background 0.2s; }
  .menu-langs a:hover, .menu-langs a:focus {
    color: #fff;
    background: #a3d0b5;
    transition: color 0.2s, background 0.2s; }

.applications img {
  width: 180px;
  height: auto; }
  .applications p {
    color: #fff; }

#tripAdvisor img {
  max-width: 180px;
  width: 100%;
  height: auto; }

.subfooter {
  background: #fff;
  margin-top: 30px;
  font-size: 0.75rem;
  padding: 40px 0; }
  .subfooter img {
    display: block;
    margin: auto;
    max-width: 120px;
    width: 100%; }

.subfooter-wrapper {
  max-width: 960px;
  margin: auto;
  width: 100%;
  padding: 0 16px; }

.subfooter-title {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1.1rem;
  margin-bottom: 2em; }

@media all and (max-width: 767px) {
  .left-subfooter {
    margin-bottom: 20px; } }

@media screen and (max-width: 768px) {
  #tripAdvisor img {
    width: 150px;
    height: auto; }

  .footer-left {
    border-right: none; }

  .vcard {
    text-align: center; }

  .menu-langs {
    margin: auto; }

  .address-item {
    display: block; } }

.cycle-slideshow {
  width: 100%;
  height: 100%; }

.slideshow-item {
  display: none;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center; }
  .slideshow-item:first-child {
    display: block; }

.ss-prev, .ss-next {
  z-index: 200;
  position: absolute;
  bottom: 30px;
  transition: transform 0.2s; }
  .ss-prev svg, .ss-next svg {
    width: 24px;
    height: 45px;
    fill: #fff; }

.ss-prev {
  left: 38px; }
  .ss-prev:hover, .ss-prev:focus {
    transform: translateX(-5px);
    transition: transform 0.2s; }

.ss-next {
  left: 120px; }
  .ss-next:hover, .ss-next:focus {
    transform: translateX(5px);
    transition: transform 0.2s; }

.slick-slideshow, .fake-carousel {
  height: 580px; }

.fake-carousel {
  display: flex;
  justify-content: center; }

.slick-slideshow-header {
  height: calc(100vh - 90px); }
  .slick-slideshow-header .carousel-item {
    width: 400px; }

.carousel-item {
  width: 355px;
  height: 100%;
  padding: 0 10px;
  vertical-align: top; }

.ss-prev-carousel, .ss-next-carousel {
  z-index: 200;
  position: absolute;
  top: calc(50% - 22px);
  transition: transform 0.2s; }
  .ss-prev-carousel svg, .ss-next-carousel svg {
    width: 24px;
    height: 45px;
    fill: #000; }

.ss-prev-carousel {
  left: 60px; }
  .ss-prev-carousel:hover, .ss-prev-carousel:focus {
    transform: translateX(-5px);
    transition: transform 0.2s; }

.ss-next-carousel {
  left: auto;
  right: 60px; }
  .ss-next-carousel:hover, .ss-next-carousel:focus {
    transform: translateX(5px);
    transition: transform 0.2s; }

.carousel-item-content {
  position: relative;
  height: 500px !important;
  padding: 25px;
  background-size: contain;
  background-position: center;
  white-space: normal; }
  .carousel-item-content strong {
    z-index: 1;
    position: relative;
    color: #fff;
    font-family: Oswald, Arial, sans-serif;
    font-size: 1.7rem;
    text-shadow: 1px 1px 4px #4a4949; }

.btn-carousel {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 0px;
  color: #fff; }

.btns-carousel {
  position: absolute;
  display: flex;
  justify-content: space-between;
  left: 25px;
  right: 25px;
  bottom: 25px; }

.carousel-item-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: opacity 0.2s; }

.carousel-item-overlay-header {
  background: rgba(0, 0, 0, 0.8); }

.slick-current .carousel-item-overlay, .slick-active .carousel-item-overlay {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s; }

.carousel-item-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.menu-categories {
  margin: 0 0 1em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase; }
  .menu-categories ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .menu-categories li {
    display: inline-block;
    margin: 0 20px; }
  .menu-categories a {
    display: block;
    color: #292929; }

.cat-activated:after {
  content: '';
  opacity: 1;
  display: block;
  width: 80%;
  height: 2px;
  margin: 5px auto 0;
  background: #000;
  transition: opacity 0.2s; }

.ariane {
  margin: 0 0 1em;
  color: #292929;
  font-size: 0.9rem;
  text-align: center; }
  .ariane ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .ariane li {
    display: inline-block; }
  .ariane li:after {
    content: ' >'; }
  .ariane li:last-child:after {
    content: ''; }
  .ariane a {
    color: #000;
    border-bottom: transparent solid 1px;
    transition: border 0.2s; }
  .ariane a:hover, .ariane a:focus {
    border-bottom-color: #000;
    transition: border 0.2s; }

.news-item {
  cursor: pointer;
  position: relative;
  display: block;
  height: 50vw;
  font-size: 1rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .news-item:hover .news-item-hover, .news-item:focus .news-item-hover, .news-item.active .news-item-hover {
    opacity: 1;
    transition: opacity 0.3s; }

.news-item-hover {
  opacity: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 25px 35px;
  background: rgba(41, 41, 41, 0.83);
  transition: opacity 0.3s; }

.news-item-top {
  display: flex;
  justify-content: space-between;
  flex-basis: 15%;
  color: #292929;
  font-weight: bold;
  text-transform: uppercase; }

.news-item-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 85%;
  color: #fff;
  text-align: center; }
  .news-item-bottom h2, .news-item-bottom h3 {
    padding: 0;
    margin: 0 0 1em;
    font-size: 1.4em;
    text-transform: uppercase; }
  .news-item-bottom p {
    font-size: 0.9em;
    line-height: 1.5em; }

.news-item-link {
  display: block;
  margin: 2em 0 0;
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px; }
  .news-item-link:after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 132px;
    height: 2px;
    background: #292929; }

.blog-content {
  margin: 14px; }
  .blog-content .news-item {
    width: calc(50% - 14px);
    margin: 0 0 14px; }
  .blog-content .news-item:nth-of-type(8n - 6), .blog-content .news-item:nth-of-type(8n - 5), .blog-content .news-item:nth-of-type(8n - 3), .blog-content .news-item:nth-of-type(8n - 2) {
    width: calc(25% - 14px);
    height: 25vw;
    font-size: 0.8rem; }
  .blog-content .news-item:nth-of-type(8n - 4), .blog-content .news-item:nth-of-type(8n) {
    height: 288px;
    font-size: 0.8rem; }

.news-bottom-content {
  text-align: left;
  width: 100%; }

.date-event strong {
  font-size: 4rem; }

.grid-sizer {
  width: calc(25% - 14px); }

#btn-more-posts {
  margin: 0 0 1em; }

.single-post h1 {
  margin-bottom: 0.5em; }

.single-post-date {
  margin: 0 0 1em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase; }
  .single-post-date strong {
    color: #000; }
  .single-post-date a {
    color: #000; }
  .single-post-date a:hover, .single-post-date a:focus {
    text-decoration: underline; }

.btn-blog-back {
  display: inline-block;
  margin: 2em 0;
  color: #292929;
  font-weight: bold;
  text-transform: uppercase; }
  .btn-blog-back:after {
    content: '';
    display: block;
    width: 64px;
    height: 3px;
    margin: 3px auto 0;
    background: #000;
    transition: width 0.3s; }
  .btn-blog-back:hover:after, .btn-blog-back:focus:after {
    width: 100px;
    transition: width 0.3s; }

.Grid-cell--2of2 .news-item-link {
  bottom: -75%; }
  .Grid-cell--2of2 .flip-back {
    overflow-y: auto;
    height: 170% !important;
    transform: rotateY(0deg); }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before, .slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.Grid {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }

.Grid--nowrap {
  flex-wrap: nowrap; }

.row-wrap {
  flex-flow: row wrap; }

.Grid-cell {
  flex: 1 0 0%;
  /* Alignment per row */ }

.Grid--top {
  align-items: flex-start; }

.Grid--bottom {
  align-items: flex-end; }

.Grid--middle {
  align-items: center;
  /* Alignment per cell */ }

.Grid-cell--top {
  align-self: flex-start; }

.Grid-cell--bottom {
  align-self: flex-end; }

.Grid-cell--middle {
  align-self: center; }
  .Grid--gutters-0 {
    margin-top: -0px;
    margin-left: -0px; }
  .Grid--gutters-0 > .Grid-cell, .Grid--gutters-0 > .Grid-cell-gutter {
    padding: 0px 0 0 0px; }
  .Grid--left-gutters-0 {
    margin-left: -0px; }
  .Grid--left-gutters-0 > .Grid-cell, .Grid--left-gutters-0 > .Grid-cell-gutter {
    padding-left: 0px; }
  .Grid--right-gutters-0 {
    margin-right: -0px; }
  .Grid--right-gutters-0 > .Grid-cell, .Grid--right-gutters-0 > .Grid-cell-gutter {
    padding-right: 0px; }
  .Grid--top-gutters-0 {
    margin-top: -0px; }
  .Grid--top-gutters-0 > .Grid-cell, .Grid--top-gutters-0 > .Grid-cell-gutter {
    padding-top: 0px; }
  .Grid--gutters-20 {
    margin-top: -20px;
    margin-left: -20px; }
  .Grid--gutters-20 > .Grid-cell, .Grid--gutters-20 > .Grid-cell-gutter {
    padding: 20px 0 0 20px; }
  .Grid--left-gutters-20 {
    margin-left: -20px; }
  .Grid--left-gutters-20 > .Grid-cell, .Grid--left-gutters-20 > .Grid-cell-gutter {
    padding-left: 20px; }
  .Grid--right-gutters-20 {
    margin-right: -20px; }
  .Grid--right-gutters-20 > .Grid-cell, .Grid--right-gutters-20 > .Grid-cell-gutter {
    padding-right: 20px; }
  .Grid--top-gutters-20 {
    margin-top: -20px; }
  .Grid--top-gutters-20 > .Grid-cell, .Grid--top-gutters-20 > .Grid-cell-gutter {
    padding-top: 20px; }
  .Grid--gutters-30 {
    margin-top: -30px;
    margin-left: -30px; }
  .Grid--gutters-30 > .Grid-cell, .Grid--gutters-30 > .Grid-cell-gutter {
    padding: 30px 0 0 30px; }
  .Grid--left-gutters-30 {
    margin-left: -30px; }
  .Grid--left-gutters-30 > .Grid-cell, .Grid--left-gutters-30 > .Grid-cell-gutter {
    padding-left: 30px; }
  .Grid--right-gutters-30 {
    margin-right: -30px; }
  .Grid--right-gutters-30 > .Grid-cell, .Grid--right-gutters-30 > .Grid-cell-gutter {
    padding-right: 30px; }
  .Grid--top-gutters-30 {
    margin-top: -30px; }
  .Grid--top-gutters-30 > .Grid-cell, .Grid--top-gutters-30 > .Grid-cell-gutter {
    padding-top: 30px; }
  .Grid--gutters-40 {
    margin-top: -40px;
    margin-left: -40px; }
  .Grid--gutters-40 > .Grid-cell, .Grid--gutters-40 > .Grid-cell-gutter {
    padding: 40px 0 0 40px; }
  .Grid--left-gutters-40 {
    margin-left: -40px; }
  .Grid--left-gutters-40 > .Grid-cell, .Grid--left-gutters-40 > .Grid-cell-gutter {
    padding-left: 40px; }
  .Grid--right-gutters-40 {
    margin-right: -40px; }
  .Grid--right-gutters-40 > .Grid-cell, .Grid--right-gutters-40 > .Grid-cell-gutter {
    padding-right: 40px; }
  .Grid--top-gutters-40 {
    margin-top: -40px; }
  .Grid--top-gutters-40 > .Grid-cell, .Grid--top-gutters-40 > .Grid-cell-gutter {
    padding-top: 40px; }
  .Grid--gutters-45 {
    margin-top: -45px;
    margin-left: -45px; }
  .Grid--gutters-45 > .Grid-cell, .Grid--gutters-45 > .Grid-cell-gutter {
    padding: 45px 0 0 45px; }
  .Grid--left-gutters-45 {
    margin-left: -45px; }
  .Grid--left-gutters-45 > .Grid-cell, .Grid--left-gutters-45 > .Grid-cell-gutter {
    padding-left: 45px; }
  .Grid--right-gutters-45 {
    margin-right: -45px; }
  .Grid--right-gutters-45 > .Grid-cell, .Grid--right-gutters-45 > .Grid-cell-gutter {
    padding-right: 45px; }
  .Grid--top-gutters-45 {
    margin-top: -45px; }
  .Grid--top-gutters-45 > .Grid-cell, .Grid--top-gutters-45 > .Grid-cell-gutter {
    padding-top: 45px; }
  .Grid--gutters-60 {
    margin-top: -60px;
    margin-left: -60px; }
  .Grid--gutters-60 > .Grid-cell, .Grid--gutters-60 > .Grid-cell-gutter {
    padding: 60px 0 0 60px; }
  .Grid--left-gutters-60 {
    margin-left: -60px; }
  .Grid--left-gutters-60 > .Grid-cell, .Grid--left-gutters-60 > .Grid-cell-gutter {
    padding-left: 60px; }
  .Grid--right-gutters-60 {
    margin-right: -60px; }
  .Grid--right-gutters-60 > .Grid-cell, .Grid--right-gutters-60 > .Grid-cell-gutter {
    padding-right: 60px; }
  .Grid--top-gutters-60 {
    margin-top: -60px; }
  .Grid--top-gutters-60 > .Grid-cell, .Grid--top-gutters-60 > .Grid-cell-gutter {
    padding-top: 60px; }
  .Grid--gutters-65 {
    margin-top: -65px;
    margin-left: -65px; }
  .Grid--gutters-65 > .Grid-cell, .Grid--gutters-65 > .Grid-cell-gutter {
    padding: 65px 0 0 65px; }
  .Grid--left-gutters-65 {
    margin-left: -65px; }
  .Grid--left-gutters-65 > .Grid-cell, .Grid--left-gutters-65 > .Grid-cell-gutter {
    padding-left: 65px; }
  .Grid--right-gutters-65 {
    margin-right: -65px; }
  .Grid--right-gutters-65 > .Grid-cell, .Grid--right-gutters-65 > .Grid-cell-gutter {
    padding-right: 65px; }
  .Grid--top-gutters-65 {
    margin-top: -65px; }
  .Grid--top-gutters-65 > .Grid-cell, .Grid--top-gutters-65 > .Grid-cell-gutter {
    padding-top: 65px; }
  .Grid--gutters-75 {
    margin-top: -75px;
    margin-left: -75px; }
  .Grid--gutters-75 > .Grid-cell, .Grid--gutters-75 > .Grid-cell-gutter {
    padding: 75px 0 0 75px; }
  .Grid--left-gutters-75 {
    margin-left: -75px; }
  .Grid--left-gutters-75 > .Grid-cell, .Grid--left-gutters-75 > .Grid-cell-gutter {
    padding-left: 75px; }
  .Grid--right-gutters-75 {
    margin-right: -75px; }
  .Grid--right-gutters-75 > .Grid-cell, .Grid--right-gutters-75 > .Grid-cell-gutter {
    padding-right: 75px; }
  .Grid--top-gutters-75 {
    margin-top: -75px; }
  .Grid--top-gutters-75 > .Grid-cell, .Grid--top-gutters-75 > .Grid-cell-gutter {
    padding-top: 75px; }
  .Grid--gutters-90 {
    margin-top: -90px;
    margin-left: -90px; }
  .Grid--gutters-90 > .Grid-cell, .Grid--gutters-90 > .Grid-cell-gutter {
    padding: 90px 0 0 90px; }
  .Grid--left-gutters-90 {
    margin-left: -90px; }
  .Grid--left-gutters-90 > .Grid-cell, .Grid--left-gutters-90 > .Grid-cell-gutter {
    padding-left: 90px; }
  .Grid--right-gutters-90 {
    margin-right: -90px; }
  .Grid--right-gutters-90 > .Grid-cell, .Grid--right-gutters-90 > .Grid-cell-gutter {
    padding-right: 90px; }
  .Grid--top-gutters-90 {
    margin-top: -90px; }
  .Grid--top-gutters-90 > .Grid-cell, .Grid--top-gutters-90 > .Grid-cell-gutter {
    padding-top: 90px; }
  .Grid--gutters-110 {
    margin-top: -110px;
    margin-left: -110px; }
  .Grid--gutters-110 > .Grid-cell, .Grid--gutters-110 > .Grid-cell-gutter {
    padding: 110px 0 0 110px; }
  .Grid--left-gutters-110 {
    margin-left: -110px; }
  .Grid--left-gutters-110 > .Grid-cell, .Grid--left-gutters-110 > .Grid-cell-gutter {
    padding-left: 110px; }
  .Grid--right-gutters-110 {
    margin-right: -110px; }
  .Grid--right-gutters-110 > .Grid-cell, .Grid--right-gutters-110 > .Grid-cell-gutter {
    padding-right: 110px; }
  .Grid--top-gutters-110 {
    margin-top: -110px; }
  .Grid--top-gutters-110 > .Grid-cell, .Grid--top-gutters-110 > .Grid-cell-gutter {
    padding-top: 110px; }

.Grid--row {
  -webkit-flex-direction: row;
  flex-direction: row; }

.Grid--row-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.Grid--column-reverse {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.Grid--column {
  -webkit-flex-direction: column;
  flex-direction: column; }

.Grid--left {
  justify-content: flex-start; }

.Grid--center {
  justify-content: center; }

.Grid--right {
  justify-content: flex-end; }

.Grid-cell--right {
  justify-self: flex-end; }

.Grid--between {
  justify-content: space-between; }

.Grid--auto > .Grid-cell, .Grid-cell--auto {
  flex: 0 0 auto; }

.Grid--fit > .Grid-cell, .Grid-cell--fit {
  flex: 1 0 0%;
  max-width: none; }

.Grid--full > .Grid-cell, .Grid-cell--full {
  flex: 0 0 100%;
  max-width: 100%; }

.Grid--column > .Grid-cell {
  max-width: none; }

.Grid--column.large-Grid--full > .Grid-cell, .Grid--column.small-Grid--full > .Grid-cell, .Grid--column.Grid--full > .Grid-cell, .Grid--column > .large-Grid-cell--full, .Grid--column > .small-Grid-cell--full, .Grid--column > .Grid-cell--full {
  max-height: 100%; }

.Grid--2of3 > .Grid-cell, .Grid-cell--2of3 {
  flex: 0 0 66.6666%;
  max-width: 66.6666%; }

.Grid--3of4 > .Grid-cell, .Grid-cell--3of4 {
  flex: 0 0 75%;
  max-width: 75%; }

.Grid--column--2of3 > .Grid-cell, .Grid-cell-column--2of3 {
  width: 66.6666%; }

.Grid--column.large-Grid--2of3 > .Grid-cell, .Grid--column.small-Grid--2of3 > .Grid-cell, .Grid--column.Grid--2of3 > .Grid-cell, .Grid--column > .large-Grid-cell--2of3, .Grid--column > .small-Grid-cell--2of3, .Grid--column > .Grid-cell--2of3 {
  max-height: 66.6666%; }

.Grid--1of2 > .Grid-cell, .Grid-cell--1of2 {
  flex: 0 0 50%;
  max-width: 50%; }

.Grid--1of8 > .Grid-cell, .Grid-cell--1of8 {
  flex: 0 0 12.5%;
  max-width: 12.5%; }

.Grid--1of3 > .Grid-cell.Grid-70 {
  flex: 0 0 70%;
  max-width: 70%; }

.Grid--1of3 > .Grid-cell.Grid-60 {
  flex: 0 0 60%;
  max-width: 60%; }

.Grid--1of3 > .Grid-cell.Grid-40 {
  flex: 0 0 40%;
  max-width: 40%; }

.Grid--1of3 > .Grid-cell.Grid-20 {
  flex: 0 0 20%;
  max-width: 20%; }

.Grid--1of3 > .Grid-cell.Grid-10 {
  flex: 0 0 10%;
  max-width: 10%; }

..large-Grid--1of2 > .Grid-cell.Grid-40, ..large-Grid--1of2 > .Grid-cell.Grid-60 {
  flex: 0 0 50%;
  max-width: 50%; }

.Grid--column--1of2 > .Grid-cell, .Grid-cell-column--1of2 {
  width: 50%; }

.Grid--column.large-Grid--1of2 > .Grid-cell, .Grid--column.small-Grid--1of2 > .Grid-cell, .Grid--column.Grid--1of2 > .Grid-cell, .Grid--column > .large-Grid-cell--1of2, .Grid--column > .small-Grid-cell--1of2, .Grid--column > .Grid-cell--1of2 {
  max-height: 50%; }

.Grid--3of5 > .Grid-cell, .Grid-cell--3of5 {
  flex: 0 0 60%;
  max-width: 60%; }

.Grid--2of5 > .Grid-cell, .Grid-cell--2of5 {
  flex: 0 0 40%;
  max-width: 40%; }

.Grid--column--2of5 > .Grid-cell, .Grid-cell-column--2of5 {
  width: 40%; }

.Grid--column.large-Grid--2of5 > .Grid-cell, .Grid--column.small-Grid--2of5 > .Grid-cell, .Grid--column.Grid--2of5 > .Grid-cell, .Grid--column > .large-Grid-cell--2of5, .Grid--column > .small-Grid-cell--2of5, .Grid--column > .Grid-cell--2of5 {
  max-height: 40%; }

.Grid--1of3 > .Grid-cell, .Grid-cell--1of3 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%; }

.Grid--column--1of3 > .Grid-cell, .Grid-cell-column--1of3 {
  width: 33.3333%; }

.Grid--column.large-Grid--1of3 > .Grid-cell, .Grid--column.small-Grid--1of3 > .Grid-cell, .Grid--column.Grid--1of3 > .Grid-cell, .Grid--column > .large-Grid-cell--1of3, .Grid--column > .small-Grid-cell--1of3, .Grid--column > .Grid-cell--1of3 {
  max-height: 33.3333%; }

.Grid--3of10 > .Grid-cell, .Grid-cell--3of10 {
  flex: 0 0 30%;
  max-width: 30%; }

.Grid--column--3of10 > .Grid-cell, .Grid-cell-column--3of10 {
  width: 30%; }

.Grid--column.large-Grid--3of10 > .Grid-cell, .Grid--column.small-Grid--3of10 > .Grid-cell, .Grid--column.Grid--3of10 > .Grid-cell, .Grid--column > .large-Grid-cell--3of10, .Grid--column > .small-Grid-cell--3of10, .Grid--column > .Grid-cell--3of10 {
  max-height: 30%; }

.Grid--1of4 > .Grid-cell, .Grid-cell--1of4 {
  flex: 0 0 25%;
  max-width: 25%; }

.Grid--column--1of4 > .Grid-cell, .Grid-cell-column--1of4 {
  width: 25%; }

.Grid--column.large-Grid--1of4 > .Grid-cell, .Grid--column.small-Grid--1of4 > .Grid-cell, .Grid--column.Grid--1of4 > .Grid-cell, .Grid--column > .large-Grid-cell--1of4, .Grid--column > .small-Grid-cell--1of4, .Grid--column > .Grid-cell--1of4 {
  max-height: 25%; }

.Grid--1of5 > .Grid-cell, .Grid-cell--1of5 {
  flex: 0 0 20%;
  max-width: 20%; }

.Grid--column--1of5 > .Grid-cell, .Grid-cell-column--1of5 {
  width: 20%; }

.Grid--column.large-Grid--1of5 > .Grid-cell, .Grid--column.small-Grid--1of5 > .Grid-cell, .Grid--column.Grid--1of5 > .Grid-cell, .Grid--column > .large-Grid-cell--1of5, .Grid--column > .small-Grid-cell--1of5, .Grid--column > .Grid-cell--1of5 {
  max-height: 20%; }

@media (max-width: 768px) {
  .mobile-Grid--gutters-0 {
    margin-top: -0px;
    margin-left: -0px; }
    .mobile-Grid--gutters-0 > .Grid-cell, .mobile-Grid--gutters-0 > .Grid-cell-gutter {
      padding: 0px 0 0 0px; }
    .mobile-Grid--left-gutters-0 {
      margin-left: -0px; }
    .mobile-Grid--left-gutters-0 > .Grid-cell, .mobile-Grid--left-gutters-0 > .Grid-cell-gutter {
      padding-left: 0px; }
    .mobile-Grid--right-gutters-0 {
      margin-right: -0px; }
    .mobile-Grid--right-gutters-0 > .Grid-cell, .mobile-Grid--right-gutters-0 > .Grid-cell-gutter {
      padding-right: 0px; }
    .mobile-Grid--top-gutters-0 {
      margin-top: -0px; }
    .mobile-Grid--top-gutters-0 > .Grid-cell, .mobile-Grid--top-gutters-0 > .Grid-cell-gutter {
      padding-top: 0px; }
    .mobile-Grid--gutters-20 {
      margin-top: -20px;
      margin-left: -20px; }
    .mobile-Grid--gutters-20 > .Grid-cell, .mobile-Grid--gutters-20 > .Grid-cell-gutter {
      padding: 20px 0 0 20px; }
    .mobile-Grid--left-gutters-20 {
      margin-left: -20px; }
    .mobile-Grid--left-gutters-20 > .Grid-cell, .mobile-Grid--left-gutters-20 > .Grid-cell-gutter {
      padding-left: 20px; }
    .mobile-Grid--right-gutters-20 {
      margin-right: -20px; }
    .mobile-Grid--right-gutters-20 > .Grid-cell, .mobile-Grid--right-gutters-20 > .Grid-cell-gutter {
      padding-right: 20px; }
    .mobile-Grid--top-gutters-20 {
      margin-top: -20px; }
    .mobile-Grid--top-gutters-20 > .Grid-cell, .mobile-Grid--top-gutters-20 > .Grid-cell-gutter {
      padding-top: 20px; }
    .mobile-Grid--gutters-30 {
      margin-top: -30px;
      margin-left: -30px; }
    .mobile-Grid--gutters-30 > .Grid-cell, .mobile-Grid--gutters-30 > .Grid-cell-gutter {
      padding: 30px 0 0 30px; }
    .mobile-Grid--left-gutters-30 {
      margin-left: -30px; }
    .mobile-Grid--left-gutters-30 > .Grid-cell, .mobile-Grid--left-gutters-30 > .Grid-cell-gutter {
      padding-left: 30px; }
    .mobile-Grid--right-gutters-30 {
      margin-right: -30px; }
    .mobile-Grid--right-gutters-30 > .Grid-cell, .mobile-Grid--right-gutters-30 > .Grid-cell-gutter {
      padding-right: 30px; }
    .mobile-Grid--top-gutters-30 {
      margin-top: -30px; }
    .mobile-Grid--top-gutters-30 > .Grid-cell, .mobile-Grid--top-gutters-30 > .Grid-cell-gutter {
      padding-top: 30px; }
    .mobile-Grid--gutters-40 {
      margin-top: -40px;
      margin-left: -40px; }
    .mobile-Grid--gutters-40 > .Grid-cell, .mobile-Grid--gutters-40 > .Grid-cell-gutter {
      padding: 40px 0 0 40px; }
    .mobile-Grid--left-gutters-40 {
      margin-left: -40px; }
    .mobile-Grid--left-gutters-40 > .Grid-cell, .mobile-Grid--left-gutters-40 > .Grid-cell-gutter {
      padding-left: 40px; }
    .mobile-Grid--right-gutters-40 {
      margin-right: -40px; }
    .mobile-Grid--right-gutters-40 > .Grid-cell, .mobile-Grid--right-gutters-40 > .Grid-cell-gutter {
      padding-right: 40px; }
    .mobile-Grid--top-gutters-40 {
      margin-top: -40px; }
    .mobile-Grid--top-gutters-40 > .Grid-cell, .mobile-Grid--top-gutters-40 > .Grid-cell-gutter {
      padding-top: 40px; }
    .mobile-Grid--gutters-45 {
      margin-top: -45px;
      margin-left: -45px; }
    .mobile-Grid--gutters-45 > .Grid-cell, .mobile-Grid--gutters-45 > .Grid-cell-gutter {
      padding: 45px 0 0 45px; }
    .mobile-Grid--left-gutters-45 {
      margin-left: -45px; }
    .mobile-Grid--left-gutters-45 > .Grid-cell, .mobile-Grid--left-gutters-45 > .Grid-cell-gutter {
      padding-left: 45px; }
    .mobile-Grid--right-gutters-45 {
      margin-right: -45px; }
    .mobile-Grid--right-gutters-45 > .Grid-cell, .mobile-Grid--right-gutters-45 > .Grid-cell-gutter {
      padding-right: 45px; }
    .mobile-Grid--top-gutters-45 {
      margin-top: -45px; }
    .mobile-Grid--top-gutters-45 > .Grid-cell, .mobile-Grid--top-gutters-45 > .Grid-cell-gutter {
      padding-top: 45px; }
    .mobile-Grid--gutters-60 {
      margin-top: -60px;
      margin-left: -60px; }
    .mobile-Grid--gutters-60 > .Grid-cell, .mobile-Grid--gutters-60 > .Grid-cell-gutter {
      padding: 60px 0 0 60px; }
    .mobile-Grid--left-gutters-60 {
      margin-left: -60px; }
    .mobile-Grid--left-gutters-60 > .Grid-cell, .mobile-Grid--left-gutters-60 > .Grid-cell-gutter {
      padding-left: 60px; }
    .mobile-Grid--right-gutters-60 {
      margin-right: -60px; }
    .mobile-Grid--right-gutters-60 > .Grid-cell, .mobile-Grid--right-gutters-60 > .Grid-cell-gutter {
      padding-right: 60px; }
    .mobile-Grid--top-gutters-60 {
      margin-top: -60px; }
    .mobile-Grid--top-gutters-60 > .Grid-cell, .mobile-Grid--top-gutters-60 > .Grid-cell-gutter {
      padding-top: 60px; }
    .mobile-Grid--gutters-65 {
      margin-top: -65px;
      margin-left: -65px; }
    .mobile-Grid--gutters-65 > .Grid-cell, .mobile-Grid--gutters-65 > .Grid-cell-gutter {
      padding: 65px 0 0 65px; }
    .mobile-Grid--left-gutters-65 {
      margin-left: -65px; }
    .mobile-Grid--left-gutters-65 > .Grid-cell, .mobile-Grid--left-gutters-65 > .Grid-cell-gutter {
      padding-left: 65px; }
    .mobile-Grid--right-gutters-65 {
      margin-right: -65px; }
    .mobile-Grid--right-gutters-65 > .Grid-cell, .mobile-Grid--right-gutters-65 > .Grid-cell-gutter {
      padding-right: 65px; }
    .mobile-Grid--top-gutters-65 {
      margin-top: -65px; }
    .mobile-Grid--top-gutters-65 > .Grid-cell, .mobile-Grid--top-gutters-65 > .Grid-cell-gutter {
      padding-top: 65px; }
    .mobile-Grid--gutters-75 {
      margin-top: -75px;
      margin-left: -75px; }
    .mobile-Grid--gutters-75 > .Grid-cell, .mobile-Grid--gutters-75 > .Grid-cell-gutter {
      padding: 75px 0 0 75px; }
    .mobile-Grid--left-gutters-75 {
      margin-left: -75px; }
    .mobile-Grid--left-gutters-75 > .Grid-cell, .mobile-Grid--left-gutters-75 > .Grid-cell-gutter {
      padding-left: 75px; }
    .mobile-Grid--right-gutters-75 {
      margin-right: -75px; }
    .mobile-Grid--right-gutters-75 > .Grid-cell, .mobile-Grid--right-gutters-75 > .Grid-cell-gutter {
      padding-right: 75px; }
    .mobile-Grid--top-gutters-75 {
      margin-top: -75px; }
    .mobile-Grid--top-gutters-75 > .Grid-cell, .mobile-Grid--top-gutters-75 > .Grid-cell-gutter {
      padding-top: 75px; }
    .mobile-Grid--gutters-90 {
      margin-top: -90px;
      margin-left: -90px; }
    .mobile-Grid--gutters-90 > .Grid-cell, .mobile-Grid--gutters-90 > .Grid-cell-gutter {
      padding: 90px 0 0 90px; }
    .mobile-Grid--left-gutters-90 {
      margin-left: -90px; }
    .mobile-Grid--left-gutters-90 > .Grid-cell, .mobile-Grid--left-gutters-90 > .Grid-cell-gutter {
      padding-left: 90px; }
    .mobile-Grid--right-gutters-90 {
      margin-right: -90px; }
    .mobile-Grid--right-gutters-90 > .Grid-cell, .mobile-Grid--right-gutters-90 > .Grid-cell-gutter {
      padding-right: 90px; }
    .mobile-Grid--top-gutters-90 {
      margin-top: -90px; }
    .mobile-Grid--top-gutters-90 > .Grid-cell, .mobile-Grid--top-gutters-90 > .Grid-cell-gutter {
      padding-top: 90px; }
    .mobile-Grid--gutters-110 {
      margin-top: -110px;
      margin-left: -110px; }
    .mobile-Grid--gutters-110 > .Grid-cell, .mobile-Grid--gutters-110 > .Grid-cell-gutter {
      padding: 110px 0 0 110px; }
    .mobile-Grid--left-gutters-110 {
      margin-left: -110px; }
    .mobile-Grid--left-gutters-110 > .Grid-cell, .mobile-Grid--left-gutters-110 > .Grid-cell-gutter {
      padding-left: 110px; }
    .mobile-Grid--right-gutters-110 {
      margin-right: -110px; }
    .mobile-Grid--right-gutters-110 > .Grid-cell, .mobile-Grid--right-gutters-110 > .Grid-cell-gutter {
      padding-right: 110px; }
    .mobile-Grid--top-gutters-110 {
      margin-top: -110px; }
    .mobile-Grid--top-gutters-110 > .Grid-cell, .mobile-Grid--top-gutters-110 > .Grid-cell-gutter {
      padding-top: 110px; }
    .mobile-Grid--row {
      -webkit-flex-direction: row;
      flex-direction: row; }
    .mobile-Grid--row-reverse {
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .mobile-Grid--column-reverse {
      -webkit-flex-direction: column-reverse;
      flex-direction: column-reverse; }
    .mobile-Grid--column {
      -webkit-flex-direction: column;
      flex-direction: column; }
    .mobile-Grid--left {
      justify-content: flex-start; }
    .mobile-Grid--center {
      justify-content: center; }
    .mobile-Grid--right {
      justify-content: flex-end; }
    .mobile-Grid-cell--right {
      justify-self: flex-end; }
    .mobile-Grid--between {
      justify-content: space-between; }
    .mobile-Grid--auto > .Grid-cell, .mobile-Grid-cell--auto {
      flex: 0 0 auto; }
    .mobile-Grid--fit > .Grid-cell, .mobile-Grid-cell--fit {
      flex: 1 0 0%;
      max-width: none; }
    .mobile-Grid--full > .Grid-cell, .mobile-Grid-cell--full {
      flex: 0 0 100%;
      max-width: 100%; }
    .mobile-Grid--column > .Grid-cell {
      max-width: none; }
    .mobile-Grid--column.large-Grid--full > .Grid-cell, .mobile-Grid--column.small-Grid--full > .Grid-cell, .mobile-Grid--column.Grid--full > .Grid-cell, .mobile-Grid--column > .large-Grid-cell--full, .mobile-Grid--column > .small-Grid-cell--full, .mobile-Grid--column > .Grid-cell--full {
      max-height: 100%; }
    .mobile-Grid--2of3 > .Grid-cell, .mobile-Grid-cell--2of3 {
      flex: 0 0 66.6666%;
      max-width: 66.6666%; }
    .mobile-Grid--3of4 > .Grid-cell, .mobile-Grid-cell--3of4 {
      flex: 0 0 75%;
      max-width: 75%; }
    .mobile-Grid--column--2of3 > .Grid-cell, .mobile-Grid-cell-column--2of3 {
      width: 66.6666%; }
    .mobile-Grid--column.large-Grid--2of3 > .Grid-cell, .mobile-Grid--column.small-Grid--2of3 > .Grid-cell, .mobile-Grid--column.Grid--2of3 > .Grid-cell, .mobile-Grid--column > .large-Grid-cell--2of3, .mobile-Grid--column > .small-Grid-cell--2of3, .mobile-Grid--column > .Grid-cell--2of3 {
      max-height: 66.6666%; }
    .mobile-Grid--1of2 > .Grid-cell, .mobile-Grid-cell--1of2 {
      flex: 0 0 50%;
      max-width: 50%; }
    .mobile-Grid--1of8 > .Grid-cell, .mobile-Grid-cell--1of8 {
      flex: 0 0 12.5%;
      max-width: 12.5%; }
    .mobile-Grid--1of3 > .Grid-cell.Grid-70 {
      flex: 0 0 70%;
      max-width: 70%; }
    .mobile-Grid--1of3 > .Grid-cell.Grid-60 {
      flex: 0 0 60%;
      max-width: 60%; }
    .mobile-Grid--1of3 > .Grid-cell.Grid-40 {
      flex: 0 0 40%;
      max-width: 40%; }
    .mobile-Grid--1of3 > .Grid-cell.Grid-20 {
      flex: 0 0 20%;
      max-width: 20%; }
    .mobile-Grid--1of3 > .Grid-cell.Grid-10 {
      flex: 0 0 10%;
      max-width: 10%; }
    .mobile-.large-Grid--1of2 > .Grid-cell.Grid-40, .mobile-.large-Grid--1of2 > .Grid-cell.Grid-60 {
      flex: 0 0 50%;
      max-width: 50%; }
    .mobile-Grid--column--1of2 > .Grid-cell, .mobile-Grid-cell-column--1of2 {
      width: 50%; }
    .mobile-Grid--column.large-Grid--1of2 > .Grid-cell, .mobile-Grid--column.small-Grid--1of2 > .Grid-cell, .mobile-Grid--column.Grid--1of2 > .Grid-cell, .mobile-Grid--column > .large-Grid-cell--1of2, .mobile-Grid--column > .small-Grid-cell--1of2, .mobile-Grid--column > .Grid-cell--1of2 {
      max-height: 50%; }
    .mobile-Grid--3of5 > .Grid-cell, .mobile-Grid-cell--3of5 {
      flex: 0 0 60%;
      max-width: 60%; }
    .mobile-Grid--2of5 > .Grid-cell, .mobile-Grid-cell--2of5 {
      flex: 0 0 40%;
      max-width: 40%; }
    .mobile-Grid--column--2of5 > .Grid-cell, .mobile-Grid-cell-column--2of5 {
      width: 40%; }
    .mobile-Grid--column.large-Grid--2of5 > .Grid-cell, .mobile-Grid--column.small-Grid--2of5 > .Grid-cell, .mobile-Grid--column.Grid--2of5 > .Grid-cell, .mobile-Grid--column > .large-Grid-cell--2of5, .mobile-Grid--column > .small-Grid-cell--2of5, .mobile-Grid--column > .Grid-cell--2of5 {
      max-height: 40%; }
    .mobile-Grid--1of3 > .Grid-cell, .mobile-Grid-cell--1of3 {
      flex: 0 0 33.3333%;
      max-width: 33.3333%; }
    .mobile-Grid--column--1of3 > .Grid-cell, .mobile-Grid-cell-column--1of3 {
      width: 33.3333%; }
    .mobile-Grid--column.large-Grid--1of3 > .Grid-cell, .mobile-Grid--column.small-Grid--1of3 > .Grid-cell, .mobile-Grid--column.Grid--1of3 > .Grid-cell, .mobile-Grid--column > .large-Grid-cell--1of3, .mobile-Grid--column > .small-Grid-cell--1of3, .mobile-Grid--column > .Grid-cell--1of3 {
      max-height: 33.3333%; }
    .mobile-Grid--3of10 > .Grid-cell, .mobile-Grid-cell--3of10 {
      flex: 0 0 30%;
      max-width: 30%; }
    .mobile-Grid--column--3of10 > .Grid-cell, .mobile-Grid-cell-column--3of10 {
      width: 30%; }
    .mobile-Grid--column.large-Grid--3of10 > .Grid-cell, .mobile-Grid--column.small-Grid--3of10 > .Grid-cell, .mobile-Grid--column.Grid--3of10 > .Grid-cell, .mobile-Grid--column > .large-Grid-cell--3of10, .mobile-Grid--column > .small-Grid-cell--3of10, .mobile-Grid--column > .Grid-cell--3of10 {
      max-height: 30%; }
    .mobile-Grid--1of4 > .Grid-cell, .mobile-Grid-cell--1of4 {
      flex: 0 0 25%;
      max-width: 25%; }
    .mobile-Grid--column--1of4 > .Grid-cell, .mobile-Grid-cell-column--1of4 {
      width: 25%; }
    .mobile-Grid--column.large-Grid--1of4 > .Grid-cell, .mobile-Grid--column.small-Grid--1of4 > .Grid-cell, .mobile-Grid--column.Grid--1of4 > .Grid-cell, .mobile-Grid--column > .large-Grid-cell--1of4, .mobile-Grid--column > .small-Grid-cell--1of4, .mobile-Grid--column > .Grid-cell--1of4 {
      max-height: 25%; }
    .mobile-Grid--1of5 > .Grid-cell, .mobile-Grid-cell--1of5 {
      flex: 0 0 20%;
      max-width: 20%; }
    .mobile-Grid--column--1of5 > .Grid-cell, .mobile-Grid-cell-column--1of5 {
      width: 20%; }
    .mobile-Grid--column.large-Grid--1of5 > .Grid-cell, .mobile-Grid--column.small-Grid--1of5 > .Grid-cell, .mobile-Grid--column.Grid--1of5 > .Grid-cell, .mobile-Grid--column > .large-Grid-cell--1of5, .mobile-Grid--column > .small-Grid-cell--1of5, .mobile-Grid--column > .Grid-cell--1of5 {
      max-height: 20%; } }

@media (max-width: 767px) {
  .mobileonly-Grid--gutters-0 {
    margin-top: -0px;
    margin-left: -0px; }
    .mobileonly-Grid--gutters-0 > .Grid-cell, .mobileonly-Grid--gutters-0 > .Grid-cell-gutter {
      padding: 0px 0 0 0px; }
    .mobileonly-Grid--left-gutters-0 {
      margin-left: -0px; }
    .mobileonly-Grid--left-gutters-0 > .Grid-cell, .mobileonly-Grid--left-gutters-0 > .Grid-cell-gutter {
      padding-left: 0px; }
    .mobileonly-Grid--right-gutters-0 {
      margin-right: -0px; }
    .mobileonly-Grid--right-gutters-0 > .Grid-cell, .mobileonly-Grid--right-gutters-0 > .Grid-cell-gutter {
      padding-right: 0px; }
    .mobileonly-Grid--top-gutters-0 {
      margin-top: -0px; }
    .mobileonly-Grid--top-gutters-0 > .Grid-cell, .mobileonly-Grid--top-gutters-0 > .Grid-cell-gutter {
      padding-top: 0px; }
    .mobileonly-Grid--gutters-20 {
      margin-top: -20px;
      margin-left: -20px; }
    .mobileonly-Grid--gutters-20 > .Grid-cell, .mobileonly-Grid--gutters-20 > .Grid-cell-gutter {
      padding: 20px 0 0 20px; }
    .mobileonly-Grid--left-gutters-20 {
      margin-left: -20px; }
    .mobileonly-Grid--left-gutters-20 > .Grid-cell, .mobileonly-Grid--left-gutters-20 > .Grid-cell-gutter {
      padding-left: 20px; }
    .mobileonly-Grid--right-gutters-20 {
      margin-right: -20px; }
    .mobileonly-Grid--right-gutters-20 > .Grid-cell, .mobileonly-Grid--right-gutters-20 > .Grid-cell-gutter {
      padding-right: 20px; }
    .mobileonly-Grid--top-gutters-20 {
      margin-top: -20px; }
    .mobileonly-Grid--top-gutters-20 > .Grid-cell, .mobileonly-Grid--top-gutters-20 > .Grid-cell-gutter {
      padding-top: 20px; }
    .mobileonly-Grid--gutters-30 {
      margin-top: -30px;
      margin-left: -30px; }
    .mobileonly-Grid--gutters-30 > .Grid-cell, .mobileonly-Grid--gutters-30 > .Grid-cell-gutter {
      padding: 30px 0 0 30px; }
    .mobileonly-Grid--left-gutters-30 {
      margin-left: -30px; }
    .mobileonly-Grid--left-gutters-30 > .Grid-cell, .mobileonly-Grid--left-gutters-30 > .Grid-cell-gutter {
      padding-left: 30px; }
    .mobileonly-Grid--right-gutters-30 {
      margin-right: -30px; }
    .mobileonly-Grid--right-gutters-30 > .Grid-cell, .mobileonly-Grid--right-gutters-30 > .Grid-cell-gutter {
      padding-right: 30px; }
    .mobileonly-Grid--top-gutters-30 {
      margin-top: -30px; }
    .mobileonly-Grid--top-gutters-30 > .Grid-cell, .mobileonly-Grid--top-gutters-30 > .Grid-cell-gutter {
      padding-top: 30px; }
    .mobileonly-Grid--gutters-40 {
      margin-top: -40px;
      margin-left: -40px; }
    .mobileonly-Grid--gutters-40 > .Grid-cell, .mobileonly-Grid--gutters-40 > .Grid-cell-gutter {
      padding: 40px 0 0 40px; }
    .mobileonly-Grid--left-gutters-40 {
      margin-left: -40px; }
    .mobileonly-Grid--left-gutters-40 > .Grid-cell, .mobileonly-Grid--left-gutters-40 > .Grid-cell-gutter {
      padding-left: 40px; }
    .mobileonly-Grid--right-gutters-40 {
      margin-right: -40px; }
    .mobileonly-Grid--right-gutters-40 > .Grid-cell, .mobileonly-Grid--right-gutters-40 > .Grid-cell-gutter {
      padding-right: 40px; }
    .mobileonly-Grid--top-gutters-40 {
      margin-top: -40px; }
    .mobileonly-Grid--top-gutters-40 > .Grid-cell, .mobileonly-Grid--top-gutters-40 > .Grid-cell-gutter {
      padding-top: 40px; }
    .mobileonly-Grid--gutters-45 {
      margin-top: -45px;
      margin-left: -45px; }
    .mobileonly-Grid--gutters-45 > .Grid-cell, .mobileonly-Grid--gutters-45 > .Grid-cell-gutter {
      padding: 45px 0 0 45px; }
    .mobileonly-Grid--left-gutters-45 {
      margin-left: -45px; }
    .mobileonly-Grid--left-gutters-45 > .Grid-cell, .mobileonly-Grid--left-gutters-45 > .Grid-cell-gutter {
      padding-left: 45px; }
    .mobileonly-Grid--right-gutters-45 {
      margin-right: -45px; }
    .mobileonly-Grid--right-gutters-45 > .Grid-cell, .mobileonly-Grid--right-gutters-45 > .Grid-cell-gutter {
      padding-right: 45px; }
    .mobileonly-Grid--top-gutters-45 {
      margin-top: -45px; }
    .mobileonly-Grid--top-gutters-45 > .Grid-cell, .mobileonly-Grid--top-gutters-45 > .Grid-cell-gutter {
      padding-top: 45px; }
    .mobileonly-Grid--gutters-60 {
      margin-top: -60px;
      margin-left: -60px; }
    .mobileonly-Grid--gutters-60 > .Grid-cell, .mobileonly-Grid--gutters-60 > .Grid-cell-gutter {
      padding: 60px 0 0 60px; }
    .mobileonly-Grid--left-gutters-60 {
      margin-left: -60px; }
    .mobileonly-Grid--left-gutters-60 > .Grid-cell, .mobileonly-Grid--left-gutters-60 > .Grid-cell-gutter {
      padding-left: 60px; }
    .mobileonly-Grid--right-gutters-60 {
      margin-right: -60px; }
    .mobileonly-Grid--right-gutters-60 > .Grid-cell, .mobileonly-Grid--right-gutters-60 > .Grid-cell-gutter {
      padding-right: 60px; }
    .mobileonly-Grid--top-gutters-60 {
      margin-top: -60px; }
    .mobileonly-Grid--top-gutters-60 > .Grid-cell, .mobileonly-Grid--top-gutters-60 > .Grid-cell-gutter {
      padding-top: 60px; }
    .mobileonly-Grid--gutters-65 {
      margin-top: -65px;
      margin-left: -65px; }
    .mobileonly-Grid--gutters-65 > .Grid-cell, .mobileonly-Grid--gutters-65 > .Grid-cell-gutter {
      padding: 65px 0 0 65px; }
    .mobileonly-Grid--left-gutters-65 {
      margin-left: -65px; }
    .mobileonly-Grid--left-gutters-65 > .Grid-cell, .mobileonly-Grid--left-gutters-65 > .Grid-cell-gutter {
      padding-left: 65px; }
    .mobileonly-Grid--right-gutters-65 {
      margin-right: -65px; }
    .mobileonly-Grid--right-gutters-65 > .Grid-cell, .mobileonly-Grid--right-gutters-65 > .Grid-cell-gutter {
      padding-right: 65px; }
    .mobileonly-Grid--top-gutters-65 {
      margin-top: -65px; }
    .mobileonly-Grid--top-gutters-65 > .Grid-cell, .mobileonly-Grid--top-gutters-65 > .Grid-cell-gutter {
      padding-top: 65px; }
    .mobileonly-Grid--gutters-75 {
      margin-top: -75px;
      margin-left: -75px; }
    .mobileonly-Grid--gutters-75 > .Grid-cell, .mobileonly-Grid--gutters-75 > .Grid-cell-gutter {
      padding: 75px 0 0 75px; }
    .mobileonly-Grid--left-gutters-75 {
      margin-left: -75px; }
    .mobileonly-Grid--left-gutters-75 > .Grid-cell, .mobileonly-Grid--left-gutters-75 > .Grid-cell-gutter {
      padding-left: 75px; }
    .mobileonly-Grid--right-gutters-75 {
      margin-right: -75px; }
    .mobileonly-Grid--right-gutters-75 > .Grid-cell, .mobileonly-Grid--right-gutters-75 > .Grid-cell-gutter {
      padding-right: 75px; }
    .mobileonly-Grid--top-gutters-75 {
      margin-top: -75px; }
    .mobileonly-Grid--top-gutters-75 > .Grid-cell, .mobileonly-Grid--top-gutters-75 > .Grid-cell-gutter {
      padding-top: 75px; }
    .mobileonly-Grid--gutters-90 {
      margin-top: -90px;
      margin-left: -90px; }
    .mobileonly-Grid--gutters-90 > .Grid-cell, .mobileonly-Grid--gutters-90 > .Grid-cell-gutter {
      padding: 90px 0 0 90px; }
    .mobileonly-Grid--left-gutters-90 {
      margin-left: -90px; }
    .mobileonly-Grid--left-gutters-90 > .Grid-cell, .mobileonly-Grid--left-gutters-90 > .Grid-cell-gutter {
      padding-left: 90px; }
    .mobileonly-Grid--right-gutters-90 {
      margin-right: -90px; }
    .mobileonly-Grid--right-gutters-90 > .Grid-cell, .mobileonly-Grid--right-gutters-90 > .Grid-cell-gutter {
      padding-right: 90px; }
    .mobileonly-Grid--top-gutters-90 {
      margin-top: -90px; }
    .mobileonly-Grid--top-gutters-90 > .Grid-cell, .mobileonly-Grid--top-gutters-90 > .Grid-cell-gutter {
      padding-top: 90px; }
    .mobileonly-Grid--gutters-110 {
      margin-top: -110px;
      margin-left: -110px; }
    .mobileonly-Grid--gutters-110 > .Grid-cell, .mobileonly-Grid--gutters-110 > .Grid-cell-gutter {
      padding: 110px 0 0 110px; }
    .mobileonly-Grid--left-gutters-110 {
      margin-left: -110px; }
    .mobileonly-Grid--left-gutters-110 > .Grid-cell, .mobileonly-Grid--left-gutters-110 > .Grid-cell-gutter {
      padding-left: 110px; }
    .mobileonly-Grid--right-gutters-110 {
      margin-right: -110px; }
    .mobileonly-Grid--right-gutters-110 > .Grid-cell, .mobileonly-Grid--right-gutters-110 > .Grid-cell-gutter {
      padding-right: 110px; }
    .mobileonly-Grid--top-gutters-110 {
      margin-top: -110px; }
    .mobileonly-Grid--top-gutters-110 > .Grid-cell, .mobileonly-Grid--top-gutters-110 > .Grid-cell-gutter {
      padding-top: 110px; }
    .mobileonly-Grid--row {
      -webkit-flex-direction: row;
      flex-direction: row; }
    .mobileonly-Grid--row-reverse {
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .mobileonly-Grid--column-reverse {
      -webkit-flex-direction: column-reverse;
      flex-direction: column-reverse; }
    .mobileonly-Grid--column {
      -webkit-flex-direction: column;
      flex-direction: column; }
    .mobileonly-Grid--left {
      justify-content: flex-start; }
    .mobileonly-Grid--center {
      justify-content: center; }
    .mobileonly-Grid--right {
      justify-content: flex-end; }
    .mobileonly-Grid-cell--right {
      justify-self: flex-end; }
    .mobileonly-Grid--between {
      justify-content: space-between; }
    .mobileonly-Grid--auto > .Grid-cell, .mobileonly-Grid-cell--auto {
      flex: 0 0 auto; }
    .mobileonly-Grid--fit > .Grid-cell, .mobileonly-Grid-cell--fit {
      flex: 1 0 0%;
      max-width: none; }
    .mobileonly-Grid--full > .Grid-cell, .mobileonly-Grid-cell--full {
      flex: 0 0 100%;
      max-width: 100%; }
    .mobileonly-Grid--column > .Grid-cell {
      max-width: none; }
    .mobileonly-Grid--column.large-Grid--full > .Grid-cell, .mobileonly-Grid--column.small-Grid--full > .Grid-cell, .mobileonly-Grid--column.Grid--full > .Grid-cell, .mobileonly-Grid--column > .large-Grid-cell--full, .mobileonly-Grid--column > .small-Grid-cell--full, .mobileonly-Grid--column > .Grid-cell--full {
      max-height: 100%; }
    .mobileonly-Grid--2of3 > .Grid-cell, .mobileonly-Grid-cell--2of3 {
      flex: 0 0 66.6666%;
      max-width: 66.6666%; }
    .mobileonly-Grid--3of4 > .Grid-cell, .mobileonly-Grid-cell--3of4 {
      flex: 0 0 75%;
      max-width: 75%; }
    .mobileonly-Grid--column--2of3 > .Grid-cell, .mobileonly-Grid-cell-column--2of3 {
      width: 66.6666%; }
    .mobileonly-Grid--column.large-Grid--2of3 > .Grid-cell, .mobileonly-Grid--column.small-Grid--2of3 > .Grid-cell, .mobileonly-Grid--column.Grid--2of3 > .Grid-cell, .mobileonly-Grid--column > .large-Grid-cell--2of3, .mobileonly-Grid--column > .small-Grid-cell--2of3, .mobileonly-Grid--column > .Grid-cell--2of3 {
      max-height: 66.6666%; }
    .mobileonly-Grid--1of2 > .Grid-cell, .mobileonly-Grid-cell--1of2 {
      flex: 0 0 50%;
      max-width: 50%; }
    .mobileonly-Grid--1of8 > .Grid-cell, .mobileonly-Grid-cell--1of8 {
      flex: 0 0 12.5%;
      max-width: 12.5%; }
    .mobileonly-Grid--1of3 > .Grid-cell.Grid-70 {
      flex: 0 0 70%;
      max-width: 70%; }
    .mobileonly-Grid--1of3 > .Grid-cell.Grid-60 {
      flex: 0 0 60%;
      max-width: 60%; }
    .mobileonly-Grid--1of3 > .Grid-cell.Grid-40 {
      flex: 0 0 40%;
      max-width: 40%; }
    .mobileonly-Grid--1of3 > .Grid-cell.Grid-20 {
      flex: 0 0 20%;
      max-width: 20%; }
    .mobileonly-Grid--1of3 > .Grid-cell.Grid-10 {
      flex: 0 0 10%;
      max-width: 10%; }
    .mobileonly-.large-Grid--1of2 > .Grid-cell.Grid-40, .mobileonly-.large-Grid--1of2 > .Grid-cell.Grid-60 {
      flex: 0 0 50%;
      max-width: 50%; }
    .mobileonly-Grid--column--1of2 > .Grid-cell, .mobileonly-Grid-cell-column--1of2 {
      width: 50%; }
    .mobileonly-Grid--column.large-Grid--1of2 > .Grid-cell, .mobileonly-Grid--column.small-Grid--1of2 > .Grid-cell, .mobileonly-Grid--column.Grid--1of2 > .Grid-cell, .mobileonly-Grid--column > .large-Grid-cell--1of2, .mobileonly-Grid--column > .small-Grid-cell--1of2, .mobileonly-Grid--column > .Grid-cell--1of2 {
      max-height: 50%; }
    .mobileonly-Grid--3of5 > .Grid-cell, .mobileonly-Grid-cell--3of5 {
      flex: 0 0 60%;
      max-width: 60%; }
    .mobileonly-Grid--2of5 > .Grid-cell, .mobileonly-Grid-cell--2of5 {
      flex: 0 0 40%;
      max-width: 40%; }
    .mobileonly-Grid--column--2of5 > .Grid-cell, .mobileonly-Grid-cell-column--2of5 {
      width: 40%; }
    .mobileonly-Grid--column.large-Grid--2of5 > .Grid-cell, .mobileonly-Grid--column.small-Grid--2of5 > .Grid-cell, .mobileonly-Grid--column.Grid--2of5 > .Grid-cell, .mobileonly-Grid--column > .large-Grid-cell--2of5, .mobileonly-Grid--column > .small-Grid-cell--2of5, .mobileonly-Grid--column > .Grid-cell--2of5 {
      max-height: 40%; }
    .mobileonly-Grid--1of3 > .Grid-cell, .mobileonly-Grid-cell--1of3 {
      flex: 0 0 33.3333%;
      max-width: 33.3333%; }
    .mobileonly-Grid--column--1of3 > .Grid-cell, .mobileonly-Grid-cell-column--1of3 {
      width: 33.3333%; }
    .mobileonly-Grid--column.large-Grid--1of3 > .Grid-cell, .mobileonly-Grid--column.small-Grid--1of3 > .Grid-cell, .mobileonly-Grid--column.Grid--1of3 > .Grid-cell, .mobileonly-Grid--column > .large-Grid-cell--1of3, .mobileonly-Grid--column > .small-Grid-cell--1of3, .mobileonly-Grid--column > .Grid-cell--1of3 {
      max-height: 33.3333%; }
    .mobileonly-Grid--3of10 > .Grid-cell, .mobileonly-Grid-cell--3of10 {
      flex: 0 0 30%;
      max-width: 30%; }
    .mobileonly-Grid--column--3of10 > .Grid-cell, .mobileonly-Grid-cell-column--3of10 {
      width: 30%; }
    .mobileonly-Grid--column.large-Grid--3of10 > .Grid-cell, .mobileonly-Grid--column.small-Grid--3of10 > .Grid-cell, .mobileonly-Grid--column.Grid--3of10 > .Grid-cell, .mobileonly-Grid--column > .large-Grid-cell--3of10, .mobileonly-Grid--column > .small-Grid-cell--3of10, .mobileonly-Grid--column > .Grid-cell--3of10 {
      max-height: 30%; }
    .mobileonly-Grid--1of4 > .Grid-cell, .mobileonly-Grid-cell--1of4 {
      flex: 0 0 25%;
      max-width: 25%; }
    .mobileonly-Grid--column--1of4 > .Grid-cell, .mobileonly-Grid-cell-column--1of4 {
      width: 25%; }
    .mobileonly-Grid--column.large-Grid--1of4 > .Grid-cell, .mobileonly-Grid--column.small-Grid--1of4 > .Grid-cell, .mobileonly-Grid--column.Grid--1of4 > .Grid-cell, .mobileonly-Grid--column > .large-Grid-cell--1of4, .mobileonly-Grid--column > .small-Grid-cell--1of4, .mobileonly-Grid--column > .Grid-cell--1of4 {
      max-height: 25%; }
    .mobileonly-Grid--1of5 > .Grid-cell, .mobileonly-Grid-cell--1of5 {
      flex: 0 0 20%;
      max-width: 20%; }
    .mobileonly-Grid--column--1of5 > .Grid-cell, .mobileonly-Grid-cell-column--1of5 {
      width: 20%; }
    .mobileonly-Grid--column.large-Grid--1of5 > .Grid-cell, .mobileonly-Grid--column.small-Grid--1of5 > .Grid-cell, .mobileonly-Grid--column.Grid--1of5 > .Grid-cell, .mobileonly-Grid--column > .large-Grid-cell--1of5, .mobileonly-Grid--column > .small-Grid-cell--1of5, .mobileonly-Grid--column > .Grid-cell--1of5 {
      max-height: 20%; } }

@media (min-width: 768px) {
  .small-Grid--gutters-0 {
    margin-top: -0px;
    margin-left: -0px; }
    .small-Grid--gutters-0 > .Grid-cell, .small-Grid--gutters-0 > .Grid-cell-gutter {
      padding: 0px 0 0 0px; }
    .small-Grid--left-gutters-0 {
      margin-left: -0px; }
    .small-Grid--left-gutters-0 > .Grid-cell, .small-Grid--left-gutters-0 > .Grid-cell-gutter {
      padding-left: 0px; }
    .small-Grid--right-gutters-0 {
      margin-right: -0px; }
    .small-Grid--right-gutters-0 > .Grid-cell, .small-Grid--right-gutters-0 > .Grid-cell-gutter {
      padding-right: 0px; }
    .small-Grid--top-gutters-0 {
      margin-top: -0px; }
    .small-Grid--top-gutters-0 > .Grid-cell, .small-Grid--top-gutters-0 > .Grid-cell-gutter {
      padding-top: 0px; }
    .small-Grid--gutters-20 {
      margin-top: -20px;
      margin-left: -20px; }
    .small-Grid--gutters-20 > .Grid-cell, .small-Grid--gutters-20 > .Grid-cell-gutter {
      padding: 20px 0 0 20px; }
    .small-Grid--left-gutters-20 {
      margin-left: -20px; }
    .small-Grid--left-gutters-20 > .Grid-cell, .small-Grid--left-gutters-20 > .Grid-cell-gutter {
      padding-left: 20px; }
    .small-Grid--right-gutters-20 {
      margin-right: -20px; }
    .small-Grid--right-gutters-20 > .Grid-cell, .small-Grid--right-gutters-20 > .Grid-cell-gutter {
      padding-right: 20px; }
    .small-Grid--top-gutters-20 {
      margin-top: -20px; }
    .small-Grid--top-gutters-20 > .Grid-cell, .small-Grid--top-gutters-20 > .Grid-cell-gutter {
      padding-top: 20px; }
    .small-Grid--gutters-30 {
      margin-top: -30px;
      margin-left: -30px; }
    .small-Grid--gutters-30 > .Grid-cell, .small-Grid--gutters-30 > .Grid-cell-gutter {
      padding: 30px 0 0 30px; }
    .small-Grid--left-gutters-30 {
      margin-left: -30px; }
    .small-Grid--left-gutters-30 > .Grid-cell, .small-Grid--left-gutters-30 > .Grid-cell-gutter {
      padding-left: 30px; }
    .small-Grid--right-gutters-30 {
      margin-right: -30px; }
    .small-Grid--right-gutters-30 > .Grid-cell, .small-Grid--right-gutters-30 > .Grid-cell-gutter {
      padding-right: 30px; }
    .small-Grid--top-gutters-30 {
      margin-top: -30px; }
    .small-Grid--top-gutters-30 > .Grid-cell, .small-Grid--top-gutters-30 > .Grid-cell-gutter {
      padding-top: 30px; }
    .small-Grid--gutters-40 {
      margin-top: -40px;
      margin-left: -40px; }
    .small-Grid--gutters-40 > .Grid-cell, .small-Grid--gutters-40 > .Grid-cell-gutter {
      padding: 40px 0 0 40px; }
    .small-Grid--left-gutters-40 {
      margin-left: -40px; }
    .small-Grid--left-gutters-40 > .Grid-cell, .small-Grid--left-gutters-40 > .Grid-cell-gutter {
      padding-left: 40px; }
    .small-Grid--right-gutters-40 {
      margin-right: -40px; }
    .small-Grid--right-gutters-40 > .Grid-cell, .small-Grid--right-gutters-40 > .Grid-cell-gutter {
      padding-right: 40px; }
    .small-Grid--top-gutters-40 {
      margin-top: -40px; }
    .small-Grid--top-gutters-40 > .Grid-cell, .small-Grid--top-gutters-40 > .Grid-cell-gutter {
      padding-top: 40px; }
    .small-Grid--gutters-45 {
      margin-top: -45px;
      margin-left: -45px; }
    .small-Grid--gutters-45 > .Grid-cell, .small-Grid--gutters-45 > .Grid-cell-gutter {
      padding: 45px 0 0 45px; }
    .small-Grid--left-gutters-45 {
      margin-left: -45px; }
    .small-Grid--left-gutters-45 > .Grid-cell, .small-Grid--left-gutters-45 > .Grid-cell-gutter {
      padding-left: 45px; }
    .small-Grid--right-gutters-45 {
      margin-right: -45px; }
    .small-Grid--right-gutters-45 > .Grid-cell, .small-Grid--right-gutters-45 > .Grid-cell-gutter {
      padding-right: 45px; }
    .small-Grid--top-gutters-45 {
      margin-top: -45px; }
    .small-Grid--top-gutters-45 > .Grid-cell, .small-Grid--top-gutters-45 > .Grid-cell-gutter {
      padding-top: 45px; }
    .small-Grid--gutters-60 {
      margin-top: -60px;
      margin-left: -60px; }
    .small-Grid--gutters-60 > .Grid-cell, .small-Grid--gutters-60 > .Grid-cell-gutter {
      padding: 60px 0 0 60px; }
    .small-Grid--left-gutters-60 {
      margin-left: -60px; }
    .small-Grid--left-gutters-60 > .Grid-cell, .small-Grid--left-gutters-60 > .Grid-cell-gutter {
      padding-left: 60px; }
    .small-Grid--right-gutters-60 {
      margin-right: -60px; }
    .small-Grid--right-gutters-60 > .Grid-cell, .small-Grid--right-gutters-60 > .Grid-cell-gutter {
      padding-right: 60px; }
    .small-Grid--top-gutters-60 {
      margin-top: -60px; }
    .small-Grid--top-gutters-60 > .Grid-cell, .small-Grid--top-gutters-60 > .Grid-cell-gutter {
      padding-top: 60px; }
    .small-Grid--gutters-65 {
      margin-top: -65px;
      margin-left: -65px; }
    .small-Grid--gutters-65 > .Grid-cell, .small-Grid--gutters-65 > .Grid-cell-gutter {
      padding: 65px 0 0 65px; }
    .small-Grid--left-gutters-65 {
      margin-left: -65px; }
    .small-Grid--left-gutters-65 > .Grid-cell, .small-Grid--left-gutters-65 > .Grid-cell-gutter {
      padding-left: 65px; }
    .small-Grid--right-gutters-65 {
      margin-right: -65px; }
    .small-Grid--right-gutters-65 > .Grid-cell, .small-Grid--right-gutters-65 > .Grid-cell-gutter {
      padding-right: 65px; }
    .small-Grid--top-gutters-65 {
      margin-top: -65px; }
    .small-Grid--top-gutters-65 > .Grid-cell, .small-Grid--top-gutters-65 > .Grid-cell-gutter {
      padding-top: 65px; }
    .small-Grid--gutters-75 {
      margin-top: -75px;
      margin-left: -75px; }
    .small-Grid--gutters-75 > .Grid-cell, .small-Grid--gutters-75 > .Grid-cell-gutter {
      padding: 75px 0 0 75px; }
    .small-Grid--left-gutters-75 {
      margin-left: -75px; }
    .small-Grid--left-gutters-75 > .Grid-cell, .small-Grid--left-gutters-75 > .Grid-cell-gutter {
      padding-left: 75px; }
    .small-Grid--right-gutters-75 {
      margin-right: -75px; }
    .small-Grid--right-gutters-75 > .Grid-cell, .small-Grid--right-gutters-75 > .Grid-cell-gutter {
      padding-right: 75px; }
    .small-Grid--top-gutters-75 {
      margin-top: -75px; }
    .small-Grid--top-gutters-75 > .Grid-cell, .small-Grid--top-gutters-75 > .Grid-cell-gutter {
      padding-top: 75px; }
    .small-Grid--gutters-90 {
      margin-top: -90px;
      margin-left: -90px; }
    .small-Grid--gutters-90 > .Grid-cell, .small-Grid--gutters-90 > .Grid-cell-gutter {
      padding: 90px 0 0 90px; }
    .small-Grid--left-gutters-90 {
      margin-left: -90px; }
    .small-Grid--left-gutters-90 > .Grid-cell, .small-Grid--left-gutters-90 > .Grid-cell-gutter {
      padding-left: 90px; }
    .small-Grid--right-gutters-90 {
      margin-right: -90px; }
    .small-Grid--right-gutters-90 > .Grid-cell, .small-Grid--right-gutters-90 > .Grid-cell-gutter {
      padding-right: 90px; }
    .small-Grid--top-gutters-90 {
      margin-top: -90px; }
    .small-Grid--top-gutters-90 > .Grid-cell, .small-Grid--top-gutters-90 > .Grid-cell-gutter {
      padding-top: 90px; }
    .small-Grid--gutters-110 {
      margin-top: -110px;
      margin-left: -110px; }
    .small-Grid--gutters-110 > .Grid-cell, .small-Grid--gutters-110 > .Grid-cell-gutter {
      padding: 110px 0 0 110px; }
    .small-Grid--left-gutters-110 {
      margin-left: -110px; }
    .small-Grid--left-gutters-110 > .Grid-cell, .small-Grid--left-gutters-110 > .Grid-cell-gutter {
      padding-left: 110px; }
    .small-Grid--right-gutters-110 {
      margin-right: -110px; }
    .small-Grid--right-gutters-110 > .Grid-cell, .small-Grid--right-gutters-110 > .Grid-cell-gutter {
      padding-right: 110px; }
    .small-Grid--top-gutters-110 {
      margin-top: -110px; }
    .small-Grid--top-gutters-110 > .Grid-cell, .small-Grid--top-gutters-110 > .Grid-cell-gutter {
      padding-top: 110px; }
    .small-Grid--row {
      -webkit-flex-direction: row;
      flex-direction: row; }
    .small-Grid--row-reverse {
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .small-Grid--column-reverse {
      -webkit-flex-direction: column-reverse;
      flex-direction: column-reverse; }
    .small-Grid--column {
      -webkit-flex-direction: column;
      flex-direction: column; }
    .small-Grid--left {
      justify-content: flex-start; }
    .small-Grid--center {
      justify-content: center; }
    .small-Grid--right {
      justify-content: flex-end; }
    .small-Grid-cell--right {
      justify-self: flex-end; }
    .small-Grid--between {
      justify-content: space-between; }
    .small-Grid--auto > .Grid-cell, .small-Grid-cell--auto {
      flex: 0 0 auto; }
    .small-Grid--fit > .Grid-cell, .small-Grid-cell--fit {
      flex: 1 0 0%;
      max-width: none; }
    .small-Grid--full > .Grid-cell, .small-Grid-cell--full {
      flex: 0 0 100%;
      max-width: 100%; }
    .small-Grid--column > .Grid-cell {
      max-width: none; }
    .small-Grid--column.large-Grid--full > .Grid-cell, .small-Grid--column.small-Grid--full > .Grid-cell, .small-Grid--column.Grid--full > .Grid-cell, .small-Grid--column > .large-Grid-cell--full, .small-Grid--column > .small-Grid-cell--full, .small-Grid--column > .Grid-cell--full {
      max-height: 100%; }
    .small-Grid--2of3 > .Grid-cell, .small-Grid-cell--2of3 {
      flex: 0 0 66.6666%;
      max-width: 66.6666%; }
    .small-Grid--3of4 > .Grid-cell, .small-Grid-cell--3of4 {
      flex: 0 0 75%;
      max-width: 75%; }
    .small-Grid--column--2of3 > .Grid-cell, .small-Grid-cell-column--2of3 {
      width: 66.6666%; }
    .small-Grid--column.large-Grid--2of3 > .Grid-cell, .small-Grid--column.small-Grid--2of3 > .Grid-cell, .small-Grid--column.Grid--2of3 > .Grid-cell, .small-Grid--column > .large-Grid-cell--2of3, .small-Grid--column > .small-Grid-cell--2of3, .small-Grid--column > .Grid-cell--2of3 {
      max-height: 66.6666%; }
    .small-Grid--1of2 > .Grid-cell, .small-Grid-cell--1of2 {
      flex: 0 0 50%;
      max-width: 50%; }
    .small-Grid--1of8 > .Grid-cell, .small-Grid-cell--1of8 {
      flex: 0 0 12.5%;
      max-width: 12.5%; }
    .small-Grid--1of3 > .Grid-cell.Grid-70 {
      flex: 0 0 70%;
      max-width: 70%; }
    .small-Grid--1of3 > .Grid-cell.Grid-60 {
      flex: 0 0 60%;
      max-width: 60%; }
    .small-Grid--1of3 > .Grid-cell.Grid-40 {
      flex: 0 0 40%;
      max-width: 40%; }
    .small-Grid--1of3 > .Grid-cell.Grid-20 {
      flex: 0 0 20%;
      max-width: 20%; }
    .small-Grid--1of3 > .Grid-cell.Grid-10 {
      flex: 0 0 10%;
      max-width: 10%; }
    .small-.large-Grid--1of2 > .Grid-cell.Grid-40, .small-.large-Grid--1of2 > .Grid-cell.Grid-60 {
      flex: 0 0 50%;
      max-width: 50%; }
    .small-Grid--column--1of2 > .Grid-cell, .small-Grid-cell-column--1of2 {
      width: 50%; }
    .small-Grid--column.large-Grid--1of2 > .Grid-cell, .small-Grid--column.small-Grid--1of2 > .Grid-cell, .small-Grid--column.Grid--1of2 > .Grid-cell, .small-Grid--column > .large-Grid-cell--1of2, .small-Grid--column > .small-Grid-cell--1of2, .small-Grid--column > .Grid-cell--1of2 {
      max-height: 50%; }
    .small-Grid--3of5 > .Grid-cell, .small-Grid-cell--3of5 {
      flex: 0 0 60%;
      max-width: 60%; }
    .small-Grid--2of5 > .Grid-cell, .small-Grid-cell--2of5 {
      flex: 0 0 40%;
      max-width: 40%; }
    .small-Grid--column--2of5 > .Grid-cell, .small-Grid-cell-column--2of5 {
      width: 40%; }
    .small-Grid--column.large-Grid--2of5 > .Grid-cell, .small-Grid--column.small-Grid--2of5 > .Grid-cell, .small-Grid--column.Grid--2of5 > .Grid-cell, .small-Grid--column > .large-Grid-cell--2of5, .small-Grid--column > .small-Grid-cell--2of5, .small-Grid--column > .Grid-cell--2of5 {
      max-height: 40%; }
    .small-Grid--1of3 > .Grid-cell, .small-Grid-cell--1of3 {
      flex: 0 0 33.3333%;
      max-width: 33.3333%; }
    .small-Grid--column--1of3 > .Grid-cell, .small-Grid-cell-column--1of3 {
      width: 33.3333%; }
    .small-Grid--column.large-Grid--1of3 > .Grid-cell, .small-Grid--column.small-Grid--1of3 > .Grid-cell, .small-Grid--column.Grid--1of3 > .Grid-cell, .small-Grid--column > .large-Grid-cell--1of3, .small-Grid--column > .small-Grid-cell--1of3, .small-Grid--column > .Grid-cell--1of3 {
      max-height: 33.3333%; }
    .small-Grid--3of10 > .Grid-cell, .small-Grid-cell--3of10 {
      flex: 0 0 30%;
      max-width: 30%; }
    .small-Grid--column--3of10 > .Grid-cell, .small-Grid-cell-column--3of10 {
      width: 30%; }
    .small-Grid--column.large-Grid--3of10 > .Grid-cell, .small-Grid--column.small-Grid--3of10 > .Grid-cell, .small-Grid--column.Grid--3of10 > .Grid-cell, .small-Grid--column > .large-Grid-cell--3of10, .small-Grid--column > .small-Grid-cell--3of10, .small-Grid--column > .Grid-cell--3of10 {
      max-height: 30%; }
    .small-Grid--1of4 > .Grid-cell, .small-Grid-cell--1of4 {
      flex: 0 0 25%;
      max-width: 25%; }
    .small-Grid--column--1of4 > .Grid-cell, .small-Grid-cell-column--1of4 {
      width: 25%; }
    .small-Grid--column.large-Grid--1of4 > .Grid-cell, .small-Grid--column.small-Grid--1of4 > .Grid-cell, .small-Grid--column.Grid--1of4 > .Grid-cell, .small-Grid--column > .large-Grid-cell--1of4, .small-Grid--column > .small-Grid-cell--1of4, .small-Grid--column > .Grid-cell--1of4 {
      max-height: 25%; }
    .small-Grid--1of5 > .Grid-cell, .small-Grid-cell--1of5 {
      flex: 0 0 20%;
      max-width: 20%; }
    .small-Grid--column--1of5 > .Grid-cell, .small-Grid-cell-column--1of5 {
      width: 20%; }
    .small-Grid--column.large-Grid--1of5 > .Grid-cell, .small-Grid--column.small-Grid--1of5 > .Grid-cell, .small-Grid--column.Grid--1of5 > .Grid-cell, .small-Grid--column > .large-Grid-cell--1of5, .small-Grid--column > .small-Grid-cell--1of5, .small-Grid--column > .Grid-cell--1of5 {
      max-height: 20%; } }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }

  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }

  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ }

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ }

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }

  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }

  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-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); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-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); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ }

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ }

@-webkit-keyframes rollOut {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-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; } }

@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 zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-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; } }

@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; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-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); } }

@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 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); } }

.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); } }

@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 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); } }

.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); } }

@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 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); } }

.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); } }

@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 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); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; } }

html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; }

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block; }

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

#swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle; }

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

#swipebox-slider .slide-loading {
  background: url(/res/vendor/swipebox/loader.gif) no-repeat center center; }

#swipebox-bottom-bar, #swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; }

#swipebox-bottom-bar {
  bottom: -50px; }

#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0); }

#swipebox-top-bar {
  top: -50px; }

#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0); }

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center; }

#swipebox-prev, #swipebox-next, #swipebox-close {
  background-image: url(/res/vendor/swipebox/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0; }

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px; }

#swipebox-prev {
  background-position: -32px 13px;
  float: left; }

#swipebox-next {
  background-position: -78px 13px;
  float: right; }

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px; }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-prev.disabled, #swipebox-next.disabled {
  opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s; }

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }

.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1; }

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1; }

@-webkit-keyframes rightSpring {
  0% {
    left: 0; }

  50% {
    left: -30px; }

  100% {
    left: 0; } }

@keyframes rightSpring {
  0% {
    left: 0; }

  50% {
    left: -30px; }

  100% {
    left: 0; } }

@-webkit-keyframes leftSpring {
  0% {
    left: 0; }

  50% {
    left: 30px; }

  100% {
    left: 0; } }

@keyframes leftSpring {
  0% {
    left: 0; }

  50% {
    left: 30px; }

  100% {
    left: 0; } }

@media screen and (min-width: 800px) {
  /* Skin 
--------------------------*/
    #swipebox-close {
      right: 10px; }
    #swipebox-arrows {
      width: 92%;
      max-width: 800px; } }

#swipebox-overlay {
  background: #0d0d0d; }

#swipebox-bottom-bar, #swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95; }

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif; }

@media screen and (max-width: 1190px) {
  /* iPad Pro */
    .home-events-btn {
      font-size: 2rem; }
    .home-post-big {
      padding-left: 20px;
      padding-right: 20px; }
    .slick-slideshow-header .carousel-item {
      width: 350px; }
    .btn {
      padding-left: 1em;
      padding-right: 1em; }
    .room-details li {
      padding: 0.75em 20px; } }

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .ss-prev, .ss-next {
    bottom: 90px; }

  .btn-scroll {
    bottom: 90px; } }

@media only screen and (max-height: 750px) {
  .menu-content {
    font-size: 22px; } }

@media screen and (max-width: 1090px) {
  .content-small {
    max-width: 700px; }
    .content-small .small-4-block {
      margin: 40px; } }

@media screen and (max-width: 1024px) {
  .tableau {
    overflow-x: auto;
    overflow-y: hidden; }

  #tarif-table {
    height: 100%; }

  .quote-1 {
    top: -25px; }

  .quote-2 {
    top: inherit;
    bottom: 2px; }

  .index-service .index-service-overlay {
    opacity: 0; }
    .index-service .index-service-title:after {
      transform: scaleX(1); }

  .btn-book-menu {
    right: 10px;
    font-size: 22px; }

  .btn-book {
    font-size: 1.4rem; } }

@media screen and (max-width: 768px) {
  .index-logo, .index-logo-bis {
    width: 100%;
    padding: 0;
    margin-bottom: 1em;
    max-width: inherit; }

  .no-mobile {
    display: none; }

  .phone-menupage .container .phone-menupage-content {
    margin: 0 auto 90px auto; }

  .border-r {
    border-right: none; }

  .img-overlay {
    margin-bottom: 20px; }

  html .hdb-rootApp.close {
    bottom: 0 !important;
    right: auto !important;
    left: 0 !important; }

  .m-center {
    text-align: center; }

  .m-mbm {
    margin-bottom: 2em; }

  .menu-content {
    font-size: 1.6rem; }

  .btn-book-menu {
    right: 30px; }

  .menu-contact {
    flex-flow: row wrap;
    font-size: 0.85rem; }
    .menu-contact a {
      width: 100%;
      margin-bottom: 1em; }

  .index-services-mosa {
    height: auto;
    margin-bottom: 2em; }

  .slick-slideshow-header .carousel-item, .carousel-item {
    width: 250px; }

  .carousel-item-content strong {
    font-size: 1.4rem; }

  .btns-carousel {
    flex-flow: row wrap;
    justify-content: center; }
    .btns-carousel .btn:not(:last-child) {
      margin-bottom: 0.7em; }

  .btns-carousel-rooms {
    flex-flow: row wrap;
    justify-content: space-between; }
    .btns-carousel-rooms .btn:not(:last-child) {
      margin-bottom: 0; }

  .btns .btn:not(:last-child) {
    margin-bottom: 0.7em; }

  .room-details {
    font-size: 0.9rem; }

  .m-room {
    position: relative;
    height: 320px;
    padding: 0 5px;
    margin: 0 1em 2em;
    text-align: center; }
    .m-room .switcher-item-off {
      opacity: 0; }
    .m-room .switcher-item-on {
      opacity: 1; }

  .m-cover {
    height: 240px; }

  .news-item-hover {
    padding: 12px; }

  .news-item-bottom h2, .news-item-bottom h3 {
    font-size: 1.2em; }

  .news-item-link {
    font-size: 1rem; }

  .footer-bottom {
    margin-left: 0; } }

@media screen and (max-width: 767px) {
  .header.always-sticky .logo img:last-child {
    top: 24px; }

  .index-service.one-per-row {
    height: 224px;
    margin-top: 20px; }

  .content-small .small-4-block {
    margin: inherit;
    margin-bottom: 20px; }

  .header-vh {
    height: 80vh; }

  .quote-1 {
    top: -40px; }

  .quote-2 {
    top: inherit;
    bottom: -40px; }

  .text-img-2 {
    word-break: break-word; }

  .list-puce ul li {
    word-break: break-all; }

  .m-pbxl {
    padding-bottom: 230px; }

  .has-bg-word {
    border-radius: 40px; }

  .menu-page-content ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .menu-page-content ul li {
      flex-basis: 50%; }

  ._quiz main.main-half {
    padding-top: 20px; }

  .legende-1 {
    display: flex;
    justify-content: space-evenly; }

  .has-sticky-header {
    padding-top: 41px; }

  .bgx {
    max-width: 100px;
    height: 110px;
    top: 69px; }

  .mtxl {
    margin-top: 4em; }

  .mtm {
    margin-top: 2em; }

  .m-ptm {
    padding-top: 60px; }

  .mtl {
    margin-top: 3em; }

  .mbl {
    margin-bottom: 3em; }

  .mbxxl {
    margin-bottom: 12em; }

  .mts {
    margin-top: 1em; }

  .prm {
    padding-right: 0; }

  .m-mbs {
    margin-bottom: 1em; }

  .h100 {
    height: 85vh; }

  .ytb iframe {
    width: 100%;
    height: auto;
    padding-right: 0; }

  .mosaic-pr {
    padding-right: 0; }

  h1, p.h1 {
    line-height: 1.1em; }
    h1 strong, p.h1 strong {
      line-height: 1.6em; }

  div.h1 h2 {
    margin-bottom: 1em; }

  .btn {
    font-size: 0.9rem; }

  .has-border-left {
    border-left: none; }

  .header {
    padding: 12px; }
    .header.sticky, ._faq header.header, ._faq #btn-menu.header, .header.always-sticky {
      padding: 15px; }
    #btn-menu {
      flex-direction: column;
      left: 12px;
      top: 12px;
      font-size: 0.9rem; }
    #btn-menu.sticky, ._faq header#btn-menu, ._faq #btn-menu#btn-menu, #btn-menu.always-sticky {
      top: 16px; }

  .icon-menu {
    margin: 0 0 0.5em; }

  .menu .h100 {
    height: 100vh; }

  .menu-content {
    font-size: 1.1rem; }
    .menu-content li {
      margin-bottom: 0.6em; }

  .btn-book-menu {
    right: 12px;
    top: 22px;
    font-size: 1.5rem; }

  .btn-book {
    font-size: 1rem;
    font-weight: bold; }

  .ss-prev, .ss-prev-carousel {
    left: 12px; }

  .ss-next {
    left: 70px; }

  .ss-next-carousel {
    right: 12px; }

  .fake-carousel {
    flex-flow: row wrap;
    height: auto; }
    .fake-carousel .carousel-item {
      width: 100%;
      margin-bottom: 1em; }
    .fake-carousel .carousel-item-content {
      min-height: 400px; }

  .slick-slideshow {
    height: 400px; }

  .carousel-item {
    width: 300px; }

  .index-services-col:nth-child(2) .index-service {
    height: 224px; }

  .index-service:last-child {
    height: 224px; }

  .home-posts {
    height: auto; }

  .home-post, .home-post-big, .home-events-btn {
    height: 300px;
    margin-bottom: 20px; }

  .home-post-big p.h1 {
    margin-top: 0; }

  .social-item {
    flex-basis: calc(50% - 10px);
    height: 140px; }

  .first-offer {
    height: auto; }

  .footer {
    text-align: center; }

  .address-item {
    justify-content: center; }

  .footer-left {
    border-right: none; }

  .logo-footer {
    margin-bottom: 2em; }

  .menu-footer {
    text-align: center; }

  .copyrights {
    line-height: 1.3em; }

  .separator-footer {
    width: 100%; }
    .separator-footer::before {
      margin: auto; }

  .menu-social-footer {
    position: static;
    top: auto;
    right: auto;
    margin: 2em 0 0; }
    .menu-social-footer ul {
      justify-content: center; }

  .page-slideshow {
    height: 260px; }

  .small-slideshow {
    height: 376px; }

  .like-small-slideshow {
    height: 100%; }

  ._charte .text {
    text-align: left; }

  .room-details {
    padding: 12px 12px 0; }
    .room-details li {
      width: 100%; }
    .room-details li:not(:last-child) {
      border-right: none; }

  .ss-page-overlay h2 {
    font-size: 1.5rem; }

  .services {
    columns: 1; }

  .gallery-item {
    width: 100%;
    height: 240px; }

  .gallery-item-1, .gallery-item-3, .gallery-item-4, .gallery-item-6, .gallery-item-7, .gallery-item-8 {
    height: 240px; }

  .grid-sizer {
    width: 100%;
    min-height: 400px; }

  .blog-container h1 strong {
    font-size: 2rem; }

  .blog-content .news-item {
    width: 100%;
    min-height: 400px; }
    .blog-content .news-item:nth-of-type(8n - 6), .blog-content .news-item:nth-of-type(8n - 5), .blog-content .news-item:nth-of-type(8n - 3), .blog-content .news-item:nth-of-type(8n - 2) {
      width: 100%;
      height: 240px; }
    .blog-content .news-item:nth-of-type(8n - 4), .blog-content .news-item:nth-of-type(8n) {
      height: 240px; }

  .news-item-hover {
    opacity: 1; }

  .menu-langs {
    display: inline-block;
    margin: 0 0 1em; }

  #swipebox-close {
    left: 0;
    right: auto; }

  .m-ss-map {
    height: 430px; }

  .menu-contact a:first-child {
    justify-content: flex-start;
    margin-bottom: 1em; } }

.smcx-embed {
  width: 100% !important;
  height: 80vh !important;
  max-width: inherit !important;
  z-index: 1 !important; }

.smcx-embed > .smcx-iframe-container {
  width: 100% !important;
  height: 100% !important;
  max-width: inherit !important; }

@media screen and (max-width: 768px) {
  .smcx-embed {
    height: 65vh !important; }

  .smcx-embed > .smcx-iframe-container {
    height: 65vh !important; } }

.contact-bg {
  height: 360px;
  background-size: cover;
  background-position: center; }

.contact-txt {
  padding-top: 20px; }

.contact-layout {
  padding-bottom: 65px; }

.contact-infos {
  margin-top: 60px !important; }
  .contact-infos svg {
    width: 20px;
    height: 20px; }

.wrapper {
  max-width: 1280px;
  width: 100%;
  margin: auto; }

.mb-40 {
  margin-bottom: 40px; }

.mb-20 {
  margin-bottom: 20px; }

.centered-block {
  max-width: 1024px;
  width: 100%;
  margin: auto;
  padding: 0px 0; }

.contact-form {
  max-width: 540px;
  width: 100%;
  margin: auto;
  padding: 0 10px; }

.ajax-form {
  /* class applies to select element itself, not a wrapper element */ }
  .ajax-form input[type="text"], .ajax-form input[type="email"], .ajax-form textarea {
    border: 1px solid #000;
    padding: 10px;
    width: 100%;
    font-size: 16px;
    background: transparent; }
  .ajax-form input[type="text"]:hover, .ajax-form input[type="email"]:hover, .ajax-form textarea:hover {
    background: #fff; }
  .ajax-form input[type="text"]:focus, .ajax-form input[type="email"]:focus, .ajax-form textarea:focus {
    box-shadow: 0 0 1px 2px rgba(0, 0, 0, .7); }
  .ajax-form input[type="checkbox"] {
    -webkit-appearance: checkbox;
    appearance: checkbox;
    width: 15px;
    height: 15px;
    vertical-align: middle; }
  .ajax-form input, .ajax-form textarea {
    -webkit-appearance: none;
    border-radius: 0; }
  .ajax-form textarea {
    min-height: 150px; }

.select-css {
  display: block;
  font-size: 16px;
  padding: 10px;
  width: 100%;
  border: 1px solid #000;
  font-weight: 400;
  font-family: #b1b1b1;
  color: #8e8e8e;
  -webkit-appearance: none;
  /* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient. 
		for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference
		
	*/
  /* Arrow icon changed to a chevronn - zondicons, chevron-down */
  background-color: transparent;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23444444%22%20d%3D%22M9.293%2012.95l.707.707L15.657%208l-1.414-1.414L10%2010.828%205.757%206.586%204.343%208z%22%2F%3E%3C%2Fsvg%3E');
  /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
  background-repeat: no-repeat, repeat;
  /* icon size, then gradient */
  background-position: right 0.7em top 50%, 0 0;
  /* size changed to match the chevron width 20px */
  background-size: 1.25em auto, 100%;
  /* Hover style */ }

.select-css:hover {
  background-color: #fff;
  /* Focus style */ }

.select-css:focus {
  /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(0, 0, 0, .7);
  color: #222;
  outline: none;
  /* RECRUITMENT*/ }

.recruit-form {
  max-width: 640px;
  width: 100%;
  margin: auto;
  padding: 0 10px;
  /* file input custom */ }

.hidden-file-btn {
  display: none; }

.file-btn {
  padding: 10px 15px;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #000; }

.file-label {
  font-size: 16px;
  padding: 10px;
  border: 1px solid #000;
  overflow-x: hidden;
  max-height: 40px;
  color: #8e8e8e; }
  .file-label.uploaded {
    color: ; }

.form-gpdr {
  font-size: 12px; }

.small-Grid--gutters-10 > .Grid-cell {
  padding: 10px 0 0 10px; }

@media (min-width: 768px) {
  .small-Grid--gutters-10 > .Grid-cell {
    padding: 10px 0 0 10px; } }

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Portrait MAX */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* Landscape MIN */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Portrait MIN */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* ======== iPad Pro 11" =========== */
  /* Landscape MAX */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }

@media only screen and (min-device-width: 1194px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Portrait MAX */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }

@media only screen and (min-device-width: 1194px) and (max-device-width: 1194px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* Landscape MIN */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }

@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Portrait MIN */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }

@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* ======== iPad Pro 9" and ipad air=========== */
  /* Landscape MAX */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }

@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Portrait MAX */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }

@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* Landscape MIN */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 768px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Portrait MIN */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 768px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* ======== iPad 7th Gen 10.2" =========== */
  /* Landscape MAX */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }

@media only screen and (min-device-width: 1080px) and (max-device-width: 1080px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Portrait MAX */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }

@media only screen and (min-device-width: 1080px) and (max-device-width: 1080px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* Landscape MIN */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }

@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Portrait MIN */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }

@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .parallax {
    -webkit-background-attachment: scroll;
    background-attachment: scroll; } }

._mobile .parallax, ._tablet .parallax {
  -webkit-background-attachment: scroll;
  background-attachment: scroll; }

@media all and (max-width: 767px) {
  .parallax {
    -webkit-background-attachment: scroll;
    background-attachment: scroll; } }

.klaro.cm-as-context-notice {
  height: 100%;
  padding-bottom: 12px;
  padding-top: 12px; }

.klaro .context-notice, .klaro .cookie-notice {
  font-size: 16px; }

.klaro .cookie-modal .cm-switch-container, .klaro .context-notice .cm-switch-container, .klaro .cookie-notice .cm-switch-container {
  display: block;
  position: relative;
  padding: 10px;
  padding-left: 66px;
  line-height: 20px;
  vertical-align: middle;
  min-height: 40px;
  border-bottom: 1px solid #ccc; }

.klaro .cookie-modal .cm-switch-container:last-child, .klaro .context-notice .cm-switch-container:last-child, .klaro .cookie-notice .cm-switch-container:last-child {
  border-bottom: 0; }

.klaro .cookie-modal .cm-switch-container:first-child, .klaro .context-notice .cm-switch-container:first-child, .klaro .cookie-notice .cm-switch-container:first-child {
  margin-top: 0; }

.klaro .cookie-modal .cm-switch-container p, .klaro .context-notice .cm-switch-container p, .klaro .cookie-notice .cm-switch-container p {
  margin-top: 0; }

.klaro .cookie-modal .cm-switch, .klaro .context-notice .cm-switch, .klaro .cookie-notice .cm-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px; }

.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider, .klaro .context-notice .cm-list-input:checked + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider {
  background-color: #48dfb2;
  background-color: var(--green1, #48dfb2); }

.klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider, .klaro .context-notice .cm-list-input.half-checked:checked + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input.half-checked:checked + .cm-list-label .slider {
  background-color: #fff;
  background-color: var(--green1, #fff);
  opacity: 0.6; }

.klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider::before, .klaro .context-notice .cm-list-input.half-checked:checked + .cm-list-label .slider::before, .klaro .cookie-notice .cm-list-input.half-checked:checked + .cm-list-label .slider::before {
  -ms-transform: translateX(10px);
  transform: translateX(10px); }

.klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider, .klaro .context-notice .cm-list-input.only-required + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input.only-required + .cm-list-label .slider {
  background-color: #24cc9a;
  background-color: var(--green2, #24cc9a);
  opacity: 0.8; }

.klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider::before, .klaro .context-notice .cm-list-input.only-required + .cm-list-label .slider::before, .klaro .cookie-notice .cm-list-input.only-required + .cm-list-label .slider::before {
  -ms-transform: translateX(10px);
  transform: translateX(10px); }

.klaro .cookie-modal .cm-list-input.required:checked + .cm-list-label .slider, .klaro .context-notice .cm-list-input.required:checked + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input.required:checked + .cm-list-label .slider {
  background-color: #24cc9a;
  background-color: var(--green2, #24cc9a);
  opacity: 0.8;
  cursor: not-allowed; }

.klaro .cookie-modal .cm-list-input, .klaro .context-notice .cm-list-input, .klaro .cookie-notice .cm-list-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 50px;
  height: 30px; }

.klaro .cookie-modal .cm-list-title, .klaro .context-notice .cm-list-title, .klaro .cookie-notice .cm-list-title {
  font-size: 14px;
  font-weight: 600; }

.klaro .cookie-modal .cm-list-description, .klaro .context-notice .cm-list-description, .klaro .cookie-notice .cm-list-description {
  font-size: 14px;
  padding-top: 4px;
  color: #666; }

.klaro .cookie-modal .cm-list-label .cm-switch, .klaro .context-notice .cm-list-label .cm-switch, .klaro .cookie-notice .cm-list-label .cm-switch {
  position: absolute;
  left: 0; }

.klaro .cookie-modal .cm-list-label .slider, .klaro .context-notice .cm-list-label .slider, .klaro .cookie-notice .cm-list-label .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  width: 50px;
  display: inline-block; }

.klaro .cookie-modal .cm-list-label .slider::before, .klaro .context-notice .cm-list-label .slider::before, .klaro .cookie-notice .cm-list-label .slider::before {
  position: absolute;
  content: '';
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 5px;
  background-color: #fff;
  transition: 0.4s; }

.klaro .cookie-modal .cm-list-label .slider.round, .klaro .context-notice .cm-list-label .slider.round, .klaro .cookie-notice .cm-list-label .slider.round {
  border-radius: 30px; }

.klaro .cookie-modal .cm-list-label .slider.round::before, .klaro .context-notice .cm-list-label .slider.round::before, .klaro .cookie-notice .cm-list-label .slider.round::before {
  border-radius: 50%; }

.klaro .cookie-modal .cm-list-label input:focus + .slider, .klaro .context-notice .cm-list-label input:focus + .slider, .klaro .cookie-notice .cm-list-label input:focus + .slider {
  box-shadow-color: #48dfb2;
  box-shadow-color: var(--green3, #48dfb2);
  box-shadow: 0 0 1px #48dfb2; }

.klaro .cookie-modal .cm-list-label input:checked + .slider::before, .klaro .context-notice .cm-list-label input:checked + .slider::before, .klaro .cookie-notice .cm-list-label input:checked + .slider::before {
  -ms-transform: translateX(20px);
  transform: translateX(20px); }

.klaro .cookie-modal .cm-list-input:focus + .cm-list-label .slider, .klaro .context-notice .cm-list-input:focus + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input:focus + .cm-list-label .slider {
  box-shadow: 0 4px 6px 0 rgba(125, 125, 125, 0.2), 5px 5px 10px 0 rgba(125, 125, 125, 0.19); }

.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider::before, .klaro .context-notice .cm-list-input:checked + .cm-list-label .slider::before, .klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider::before {
  -ms-transform: translateX(20px);
  transform: translateX(20px); }

.klaro .cookie-modal .slider, .klaro .context-notice .slider, .klaro .cookie-notice .slider {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19); }

.klaro .cookie-modal a, .klaro .context-notice a, .klaro .cookie-notice a {
  color: #fff;
  color: var(--green1, #fff);
  text-decoration: none; }

.klaro .cookie-modal p, .klaro .cookie-modal strong, .klaro .cookie-modal h1, .klaro .cookie-modal h2, .klaro .cookie-modal ul, .klaro .cookie-modal li, .klaro .context-notice p, .klaro .context-notice strong, .klaro .context-notice h1, .klaro .context-notice h2, .klaro .context-notice ul, .klaro .context-notice li, .klaro .cookie-notice p, .klaro .cookie-notice strong, .klaro .cookie-notice h1, .klaro .cookie-notice h2, .klaro .cookie-notice ul, .klaro .cookie-notice li {
  color: #eee;
  color: var(--font-color-dark, #eee); }

.klaro .cookie-modal p, .klaro .cookie-modal h1, .klaro .cookie-modal h2, .klaro .cookie-modal ul, .klaro .cookie-modal li, .klaro .context-notice p, .klaro .context-notice h1, .klaro .context-notice h2, .klaro .context-notice ul, .klaro .context-notice li, .klaro .cookie-notice p, .klaro .cookie-notice h1, .klaro .cookie-notice h2, .klaro .cookie-notice ul, .klaro .cookie-notice li {
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-top: 0.7em; }

.klaro .cookie-modal .cm-link, .klaro .context-notice .cm-link, .klaro .cookie-notice .cm-link {
  margin-right: 0.5em;
  vertical-align: middle; }

.klaro .cookie-modal .cm-btn, .klaro .context-notice .cm-btn, .klaro .cookie-notice .cm-btn {
  color: #eee;
  color: var(--font-color-dark, #eee);
  background: none;
  padding: 6px 10px;
  margin-right: 0.5em;
  border: 0;
  padding: 0.4em 0.6em;
  font-size: 1em;
  cursor: pointer;
  letter-spacing: 1px; }

.klaro .cookie-modal .cm-btn.cm-btn-decline, .klaro .context-notice .cm-btn.cm-btn-decline, .klaro .cookie-notice .cm-btn.cn-decline {
  background: #fff;
  color: #292929;
  border-radius: 6px; }

.klaro .cookie-modal .cm-btn.cm-btn-decline:hover, .klaro .context-notice .cm-btn.cm-btn-decline:hover, .klaro .cookie-notice .cm-btn.cn-decline:hover {
  background: rgba(255, 255, 255, .8); }

.klaro .cookie-notice .cm-btn.cm-btn-success {
  border-radius: 6px;
  color: #292929; }

.klaro .cookie-notice .cm-btn.cm-btn-success:hover, .klaro .cm-btn.cm-btn-success.cm-btn-accept-all:hover {
  background: rgba(255, 255, 255, .8); }

.klaro .cookie-modal .cm-btn:disabled, .klaro .context-notice .cm-btn:disabled, .klaro .cookie-notice .cm-btn:disabled {
  opacity: 0.5; }

.klaro .cookie-modal .cm-btn.cm-btn-close, .klaro .context-notice .cm-btn.cm-btn-close, .klaro .cookie-notice .cm-btn.cm-btn-close {
  background: #aaa;
  color: #000; }

.klaro .cookie-modal .cm-btn.cm-btn-success, .klaro .context-notice .cm-btn.cm-btn-success, .klaro .cookie-notice .cm-btn.cm-btn-success {
  background: #fff;
  color: #292929; }

.klaro .cookie-modal .cm-btn.cm-btn-success-var, .klaro .context-notice .cm-btn.cm-btn-success-var, .klaro .cookie-notice .cm-btn.cm-btn-success-var {
  background: #24cc9a;
  background: var(--green2, #24cc9a); }

.klaro .cookie-modal .cm-btn.cm-btn-info, .klaro .context-notice .cm-btn.cm-btn-info, .klaro .cookie-notice .cm-btn.cm-btn-info {
  background: #fff;
  color: #292929;
  border-radius: 6px; }

.klaro .cookie-modal .cm-btn.cm-btn-info:hover, .klaro .context-notice .cm-btn.cm-btn-info:hover, .klaro .cookie-notice .cm-btn.cm-btn-info:hover {
  background: rgba(255, 255, 255, .8); }

.klaro .context-notice {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #eee;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  padding: 12px; }

.klaro .context-notice p {
  flex-grow: 0;
  text-align: center;
  padding-top: 0;
  margin-top: 0;
  color: #000; }

.klaro .context-notice p strong {
  color: #333; }

.klaro .context-notice p a {
  color: #459cdc; }

.klaro .context-notice p.cm-buttons {
  margin-top: 12px; }

.klaro .cookie-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 1000;
  font-size: 14px; }

.klaro .cookie-modal.cm-embedded {
  position: relative;
  height: inherit;
  width: inherit;
  left: inherit;
  right: inherit;
  z-index: 0; }

.klaro .cookie-modal.cm-embedded .cm-modal.cm-klaro {
  position: relative;
  -ms-transform: none;
  transform: none; }

.klaro .cookie-modal .cm-bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0; }

.klaro .cookie-modal .cm-modal.cm-klaro {
  z-index: 1001;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  width: 100%;
  max-height: 98%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: fixed;
  overflow: auto;
  background: rgba(51, 51, 51, 0.95);
  color: #eee; }

@media (min-width: 660px) {
  .klaro .cookie-modal .cm-modal.cm-klaro {
    border-radius: 4px;
    position: relative;
    margin: 0 auto;
    max-width: 640px;
    height: auto;
    width: auto; } }

.klaro .cookie-modal .cm-modal .hide {
  border-style: none;
  background: none;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1; }

.klaro .cookie-modal .cm-modal .hide svg {
  stroke: #eee; }

.klaro .cookie-modal .cm-modal .cm-footer {
  padding: 1em;
  border-top: 1px solid #555; }

.klaro .cookie-modal .cm-modal .cm-footer-buttons {
  display: flex;
  flex-flow: row;
  justify-content: space-between; }

.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
  font-size: 0.8em;
  padding-top: 4px;
  text-align: right;
  padding-right: 8px; }

.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a {
  color: #999; }

.klaro .cookie-modal .cm-modal .cm-header {
  padding: 1em;
  padding-right: 24px;
  border-bottom: 1px solid #555; }

.klaro .cookie-modal .cm-modal .cm-header h1 {
  margin: 0;
  font-size: 1.5em;
  display: block; }

.klaro .cookie-modal .cm-modal .cm-header h1.title {
  padding-right: 20px; }

.klaro .cookie-modal .cm-modal .cm-body {
  padding: 1em; }

.klaro .cookie-modal .cm-modal .cm-body ul {
  display: block; }

.klaro .cookie-modal .cm-modal .cm-body span {
  display: inline-block;
  width: auto; }

.klaro .cookie-modal .cm-modal .cm-body ul.cm-services, .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes {
  padding: 0;
  margin: 0; }

.klaro .cookie-modal .cm-caret, .klaro .cookie-modal .cm-caret {
  color: #888; }

.klaro ul.cm-services li.cm-purpose .cm-content, .klaro ul.cm-purposes li.cm-purpose .cm-content {
  margin-left: -40px;
  display: none; }

.klaro ul.cm-services li.cm-purpose .cm-content.expanded, .klaro ul.cm-purposes li.cm-purpose .cm-content.expanded {
  margin-top: 10px;
  display: block; }

.klaro .cookie-modal li.cm-service, .klaro .cookie-modal li.cm-purpose, .klaro .cookie-modal li.cm-service, .klaro .cookie-modal li.cm-purpose {
  position: relative;
  line-height: 20px;
  vertical-align: middle;
  padding-left: 60px;
  min-height: 40px; }

.klaro .cookie-modal li.cm-service:first-child, .klaro .cookie-modal li.cm-purpose:first-child, .klaro .cookie-modal li.cm-service:first-child, .klaro .cookie-modal li.cm-purpose:first-child {
  margin-top: 0; }

.klaro .cookie-modal li.cm-service p, .klaro .cookie-modal li.cm-purpose p, .klaro .cookie-modal li.cm-service p, .klaro .cookie-modal li.cm-purpose p {
  margin-top: 0; }

.klaro .cookie-modal li.cm-service p.purposes, .klaro .cookie-modal li.cm-purpose p.purposes, .klaro .cookie-modal li.cm-service p.purposes, .klaro .cookie-modal li.cm-purpose p.purposes {
  font-size: 0.8em;
  color: #999; }

.klaro .cookie-modal li.cm-service.cm-toggle-all, .klaro .cookie-modal li.cm-purpose.cm-toggle-all, .klaro .cookie-modal li.cm-service.cm-toggle-all, .klaro .cookie-modal li.cm-purpose.cm-toggle-all {
  border-top: 1px solid #555;
  padding-top: 1em; }

.klaro .cookie-modal li.cm-service span.cm-list-title, .klaro .cookie-modal li.cm-purpose span.cm-list-title, .klaro .cookie-modal li.cm-service span.cm-list-title, .klaro .cookie-modal li.cm-purpose span.cm-list-title {
  font-weight: 600; }

.klaro .cookie-modal li.cm-service span.cm-opt-out, .klaro .cookie-modal li.cm-service span.cm-required, .klaro .cookie-modal li.cm-purpose span.cm-opt-out, .klaro .cookie-modal li.cm-purpose span.cm-required, .klaro .cookie-modal li.cm-service span.cm-opt-out, .klaro .cookie-modal li.cm-service span.cm-required, .klaro .cookie-modal li.cm-purpose span.cm-opt-out, .klaro .cookie-modal li.cm-purpose span.cm-required {
  padding-left: 0.2em;
  font-size: 0.8em;
  color: #999; }

.klaro .cookie-notice:not(.cookie-modal-notice) {
  background: rgba(0, 0, 0, 0.87);
  z-index: 9999;
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 20px 10px; }

.klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded {
  position: relative;
  height: inherit;
  width: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
  z-index: 0; }

.klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded .cn-body {
  padding-top: 0.5em; }

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body {
  margin-bottom: 0;
  margin-right: 0;
  bottom: 0;
  padding: 1em;
  padding-top: 0; }

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p {
  margin-bottom: 0.5em;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  max-width: 960px;
  width: 100%; }

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p a:hover {
  text-decoration: underline; }

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p.cn-changes {
  text-decoration: underline; }

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-learn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3em 0.6em;
  background: #fff;
  color: #292929;
  border-radius: 6px;
  height: 33px; }

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-learn-more:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, .8); }

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons {
  display: inline-block;
  margin-top: -0.5em; }

@media (max-width: 384px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons {
    width: 100%; } }

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn {
  margin-top: 0.5em; }

@media (max-width: 384px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn {
    width: calc(50% - 0.5em); } }

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok {
  margin-top: -0.5em;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline; }

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok a, .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok div {
  margin-top: 0.5em; }

.klaro .cookie-modal-notice {
  z-index: 1001;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  width: 100%;
  max-height: 98%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: fixed;
  overflow: auto;
  background: #333;
  color: #eee;
  padding: 1em;
  padding-top: 0.2em; }

@media (min-width: 400px) {
  .klaro .cookie-modal-notice {
    border-radius: 4px;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
    height: auto;
    width: auto; } }

.klaro .cookie-modal-notice .cn-ok {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1em; }

.wg-hidden {
  display: none; }

.wg-upper {
  text-transform: uppercase; }

.wg-loader {
  margin: 20px auto;
  display: none; }
  .wg-loader path, .wg-loader rect {
    fill: #b4a693; }

.wg-loading .wg-loader {
  display: block; }

#wg-widget {
  max-width: 950px;
  margin: auto;
  font-size: 14px;
  color: inherit;
  background: none; }
  #wg-widget, #wg-widget * {
    box-sizing: border-box; }

.wg-circle-rate {
  text-align: center;
  top: 50%;
  position: relative;
  transform: translateY(-50%); }

.wg-circle-global-rate span:first-child {
  font-weight: 900; }

.wg-average {
  max-width: 690px;
  margin: 25px auto 0; }
  .wg-average .wg-circle-rate {
    text-align: center;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    padding: 30px; }
  .wg-average .wg-circle-global-rate span:first-child {
    font-weight: 900;
    font-size: 2.9em; }

.wg-average-category {
  width: 100%;
  max-width: 405px; }
  .wg-average-category p {
    margin: 0 10px; }

.wg-category-rate {
  font-weight: bold; }

.wg-rate-line {
  display: block;
  height: 10px;
  border-radius: 4px;
  background-color: #cacaca;
  overflow: hidden; }

.wg-rate-line:before {
  content: '';
  width: 0;
  background-color: #b4a693;
  height: 100%;
  display: block; }

.wg-rate-line[data-percentage="0"]:before {
  width: 0%;
  animation: width-0 2s ease; }

@keyframes width-0 {
  0% {
    width: 0; }

  100% {
    width: 0 * 1%; } }

.wg-rate-line[data-percentage="1"]:before {
  width: 1%;
  animation: width-1 2s ease; }

@keyframes width-1 {
  0% {
    width: 0; }

  100% {
    width: 1 * 1%; } }

.wg-rate-line[data-percentage="2"]:before {
  width: 2%;
  animation: width-2 2s ease; }

@keyframes width-2 {
  0% {
    width: 0; }

  100% {
    width: 2 * 1%; } }

.wg-rate-line[data-percentage="3"]:before {
  width: 3%;
  animation: width-3 2s ease; }

@keyframes width-3 {
  0% {
    width: 0; }

  100% {
    width: 3 * 1%; } }

.wg-rate-line[data-percentage="4"]:before {
  width: 4%;
  animation: width-4 2s ease; }

@keyframes width-4 {
  0% {
    width: 0; }

  100% {
    width: 4 * 1%; } }

.wg-rate-line[data-percentage="5"]:before {
  width: 5%;
  animation: width-5 2s ease; }

@keyframes width-5 {
  0% {
    width: 0; }

  100% {
    width: 5 * 1%; } }

.wg-rate-line[data-percentage="6"]:before {
  width: 6%;
  animation: width-6 2s ease; }

@keyframes width-6 {
  0% {
    width: 0; }

  100% {
    width: 6 * 1%; } }

.wg-rate-line[data-percentage="7"]:before {
  width: 7%;
  animation: width-7 2s ease; }

@keyframes width-7 {
  0% {
    width: 0; }

  100% {
    width: 7 * 1%; } }

.wg-rate-line[data-percentage="8"]:before {
  width: 8%;
  animation: width-8 2s ease; }

@keyframes width-8 {
  0% {
    width: 0; }

  100% {
    width: 8 * 1%; } }

.wg-rate-line[data-percentage="9"]:before {
  width: 9%;
  animation: width-9 2s ease; }

@keyframes width-9 {
  0% {
    width: 0; }

  100% {
    width: 9 * 1%; } }

.wg-rate-line[data-percentage="10"]:before {
  width: 10%;
  animation: width-10 2s ease; }

@keyframes width-10 {
  0% {
    width: 0; }

  100% {
    width: 10 * 1%; } }

.wg-rate-line[data-percentage="11"]:before {
  width: 11%;
  animation: width-11 2s ease; }

@keyframes width-11 {
  0% {
    width: 0; }

  100% {
    width: 11 * 1%; } }

.wg-rate-line[data-percentage="12"]:before {
  width: 12%;
  animation: width-12 2s ease; }

@keyframes width-12 {
  0% {
    width: 0; }

  100% {
    width: 12 * 1%; } }

.wg-rate-line[data-percentage="13"]:before {
  width: 13%;
  animation: width-13 2s ease; }

@keyframes width-13 {
  0% {
    width: 0; }

  100% {
    width: 13 * 1%; } }

.wg-rate-line[data-percentage="14"]:before {
  width: 14%;
  animation: width-14 2s ease; }

@keyframes width-14 {
  0% {
    width: 0; }

  100% {
    width: 14 * 1%; } }

.wg-rate-line[data-percentage="15"]:before {
  width: 15%;
  animation: width-15 2s ease; }

@keyframes width-15 {
  0% {
    width: 0; }

  100% {
    width: 15 * 1%; } }

.wg-rate-line[data-percentage="16"]:before {
  width: 16%;
  animation: width-16 2s ease; }

@keyframes width-16 {
  0% {
    width: 0; }

  100% {
    width: 16 * 1%; } }

.wg-rate-line[data-percentage="17"]:before {
  width: 17%;
  animation: width-17 2s ease; }

@keyframes width-17 {
  0% {
    width: 0; }

  100% {
    width: 17 * 1%; } }

.wg-rate-line[data-percentage="18"]:before {
  width: 18%;
  animation: width-18 2s ease; }

@keyframes width-18 {
  0% {
    width: 0; }

  100% {
    width: 18 * 1%; } }

.wg-rate-line[data-percentage="19"]:before {
  width: 19%;
  animation: width-19 2s ease; }

@keyframes width-19 {
  0% {
    width: 0; }

  100% {
    width: 19 * 1%; } }

.wg-rate-line[data-percentage="20"]:before {
  width: 20%;
  animation: width-20 2s ease; }

@keyframes width-20 {
  0% {
    width: 0; }

  100% {
    width: 20 * 1%; } }

.wg-rate-line[data-percentage="21"]:before {
  width: 21%;
  animation: width-21 2s ease; }

@keyframes width-21 {
  0% {
    width: 0; }

  100% {
    width: 21 * 1%; } }

.wg-rate-line[data-percentage="22"]:before {
  width: 22%;
  animation: width-22 2s ease; }

@keyframes width-22 {
  0% {
    width: 0; }

  100% {
    width: 22 * 1%; } }

.wg-rate-line[data-percentage="23"]:before {
  width: 23%;
  animation: width-23 2s ease; }

@keyframes width-23 {
  0% {
    width: 0; }

  100% {
    width: 23 * 1%; } }

.wg-rate-line[data-percentage="24"]:before {
  width: 24%;
  animation: width-24 2s ease; }

@keyframes width-24 {
  0% {
    width: 0; }

  100% {
    width: 24 * 1%; } }

.wg-rate-line[data-percentage="25"]:before {
  width: 25%;
  animation: width-25 2s ease; }

@keyframes width-25 {
  0% {
    width: 0; }

  100% {
    width: 25 * 1%; } }

.wg-rate-line[data-percentage="26"]:before {
  width: 26%;
  animation: width-26 2s ease; }

@keyframes width-26 {
  0% {
    width: 0; }

  100% {
    width: 26 * 1%; } }

.wg-rate-line[data-percentage="27"]:before {
  width: 27%;
  animation: width-27 2s ease; }

@keyframes width-27 {
  0% {
    width: 0; }

  100% {
    width: 27 * 1%; } }

.wg-rate-line[data-percentage="28"]:before {
  width: 28%;
  animation: width-28 2s ease; }

@keyframes width-28 {
  0% {
    width: 0; }

  100% {
    width: 28 * 1%; } }

.wg-rate-line[data-percentage="29"]:before {
  width: 29%;
  animation: width-29 2s ease; }

@keyframes width-29 {
  0% {
    width: 0; }

  100% {
    width: 29 * 1%; } }

.wg-rate-line[data-percentage="30"]:before {
  width: 30%;
  animation: width-30 2s ease; }

@keyframes width-30 {
  0% {
    width: 0; }

  100% {
    width: 30 * 1%; } }

.wg-rate-line[data-percentage="31"]:before {
  width: 31%;
  animation: width-31 2s ease; }

@keyframes width-31 {
  0% {
    width: 0; }

  100% {
    width: 31 * 1%; } }

.wg-rate-line[data-percentage="32"]:before {
  width: 32%;
  animation: width-32 2s ease; }

@keyframes width-32 {
  0% {
    width: 0; }

  100% {
    width: 32 * 1%; } }

.wg-rate-line[data-percentage="33"]:before {
  width: 33%;
  animation: width-33 2s ease; }

@keyframes width-33 {
  0% {
    width: 0; }

  100% {
    width: 33 * 1%; } }

.wg-rate-line[data-percentage="34"]:before {
  width: 34%;
  animation: width-34 2s ease; }

@keyframes width-34 {
  0% {
    width: 0; }

  100% {
    width: 34 * 1%; } }

.wg-rate-line[data-percentage="35"]:before {
  width: 35%;
  animation: width-35 2s ease; }

@keyframes width-35 {
  0% {
    width: 0; }

  100% {
    width: 35 * 1%; } }

.wg-rate-line[data-percentage="36"]:before {
  width: 36%;
  animation: width-36 2s ease; }

@keyframes width-36 {
  0% {
    width: 0; }

  100% {
    width: 36 * 1%; } }

.wg-rate-line[data-percentage="37"]:before {
  width: 37%;
  animation: width-37 2s ease; }

@keyframes width-37 {
  0% {
    width: 0; }

  100% {
    width: 37 * 1%; } }

.wg-rate-line[data-percentage="38"]:before {
  width: 38%;
  animation: width-38 2s ease; }

@keyframes width-38 {
  0% {
    width: 0; }

  100% {
    width: 38 * 1%; } }

.wg-rate-line[data-percentage="39"]:before {
  width: 39%;
  animation: width-39 2s ease; }

@keyframes width-39 {
  0% {
    width: 0; }

  100% {
    width: 39 * 1%; } }

.wg-rate-line[data-percentage="40"]:before {
  width: 40%;
  animation: width-40 2s ease; }

@keyframes width-40 {
  0% {
    width: 0; }

  100% {
    width: 40 * 1%; } }

.wg-rate-line[data-percentage="41"]:before {
  width: 41%;
  animation: width-41 2s ease; }

@keyframes width-41 {
  0% {
    width: 0; }

  100% {
    width: 41 * 1%; } }

.wg-rate-line[data-percentage="42"]:before {
  width: 42%;
  animation: width-42 2s ease; }

@keyframes width-42 {
  0% {
    width: 0; }

  100% {
    width: 42 * 1%; } }

.wg-rate-line[data-percentage="43"]:before {
  width: 43%;
  animation: width-43 2s ease; }

@keyframes width-43 {
  0% {
    width: 0; }

  100% {
    width: 43 * 1%; } }

.wg-rate-line[data-percentage="44"]:before {
  width: 44%;
  animation: width-44 2s ease; }

@keyframes width-44 {
  0% {
    width: 0; }

  100% {
    width: 44 * 1%; } }

.wg-rate-line[data-percentage="45"]:before {
  width: 45%;
  animation: width-45 2s ease; }

@keyframes width-45 {
  0% {
    width: 0; }

  100% {
    width: 45 * 1%; } }

.wg-rate-line[data-percentage="46"]:before {
  width: 46%;
  animation: width-46 2s ease; }

@keyframes width-46 {
  0% {
    width: 0; }

  100% {
    width: 46 * 1%; } }

.wg-rate-line[data-percentage="47"]:before {
  width: 47%;
  animation: width-47 2s ease; }

@keyframes width-47 {
  0% {
    width: 0; }

  100% {
    width: 47 * 1%; } }

.wg-rate-line[data-percentage="48"]:before {
  width: 48%;
  animation: width-48 2s ease; }

@keyframes width-48 {
  0% {
    width: 0; }

  100% {
    width: 48 * 1%; } }

.wg-rate-line[data-percentage="49"]:before {
  width: 49%;
  animation: width-49 2s ease; }

@keyframes width-49 {
  0% {
    width: 0; }

  100% {
    width: 49 * 1%; } }

.wg-rate-line[data-percentage="50"]:before {
  width: 50%;
  animation: width-50 2s ease; }

@keyframes width-50 {
  0% {
    width: 0; }

  100% {
    width: 50 * 1%; } }

.wg-rate-line[data-percentage="51"]:before {
  width: 51%;
  animation: width-51 2s ease; }

@keyframes width-51 {
  0% {
    width: 0; }

  100% {
    width: 51 * 1%; } }

.wg-rate-line[data-percentage="52"]:before {
  width: 52%;
  animation: width-52 2s ease; }

@keyframes width-52 {
  0% {
    width: 0; }

  100% {
    width: 52 * 1%; } }

.wg-rate-line[data-percentage="53"]:before {
  width: 53%;
  animation: width-53 2s ease; }

@keyframes width-53 {
  0% {
    width: 0; }

  100% {
    width: 53 * 1%; } }

.wg-rate-line[data-percentage="54"]:before {
  width: 54%;
  animation: width-54 2s ease; }

@keyframes width-54 {
  0% {
    width: 0; }

  100% {
    width: 54 * 1%; } }

.wg-rate-line[data-percentage="55"]:before {
  width: 55%;
  animation: width-55 2s ease; }

@keyframes width-55 {
  0% {
    width: 0; }

  100% {
    width: 55 * 1%; } }

.wg-rate-line[data-percentage="56"]:before {
  width: 56%;
  animation: width-56 2s ease; }

@keyframes width-56 {
  0% {
    width: 0; }

  100% {
    width: 56 * 1%; } }

.wg-rate-line[data-percentage="57"]:before {
  width: 57%;
  animation: width-57 2s ease; }

@keyframes width-57 {
  0% {
    width: 0; }

  100% {
    width: 57 * 1%; } }

.wg-rate-line[data-percentage="58"]:before {
  width: 58%;
  animation: width-58 2s ease; }

@keyframes width-58 {
  0% {
    width: 0; }

  100% {
    width: 58 * 1%; } }

.wg-rate-line[data-percentage="59"]:before {
  width: 59%;
  animation: width-59 2s ease; }

@keyframes width-59 {
  0% {
    width: 0; }

  100% {
    width: 59 * 1%; } }

.wg-rate-line[data-percentage="60"]:before {
  width: 60%;
  animation: width-60 2s ease; }

@keyframes width-60 {
  0% {
    width: 0; }

  100% {
    width: 60 * 1%; } }

.wg-rate-line[data-percentage="61"]:before {
  width: 61%;
  animation: width-61 2s ease; }

@keyframes width-61 {
  0% {
    width: 0; }

  100% {
    width: 61 * 1%; } }

.wg-rate-line[data-percentage="62"]:before {
  width: 62%;
  animation: width-62 2s ease; }

@keyframes width-62 {
  0% {
    width: 0; }

  100% {
    width: 62 * 1%; } }

.wg-rate-line[data-percentage="63"]:before {
  width: 63%;
  animation: width-63 2s ease; }

@keyframes width-63 {
  0% {
    width: 0; }

  100% {
    width: 63 * 1%; } }

.wg-rate-line[data-percentage="64"]:before {
  width: 64%;
  animation: width-64 2s ease; }

@keyframes width-64 {
  0% {
    width: 0; }

  100% {
    width: 64 * 1%; } }

.wg-rate-line[data-percentage="65"]:before {
  width: 65%;
  animation: width-65 2s ease; }

@keyframes width-65 {
  0% {
    width: 0; }

  100% {
    width: 65 * 1%; } }

.wg-rate-line[data-percentage="66"]:before {
  width: 66%;
  animation: width-66 2s ease; }

@keyframes width-66 {
  0% {
    width: 0; }

  100% {
    width: 66 * 1%; } }

.wg-rate-line[data-percentage="67"]:before {
  width: 67%;
  animation: width-67 2s ease; }

@keyframes width-67 {
  0% {
    width: 0; }

  100% {
    width: 67 * 1%; } }

.wg-rate-line[data-percentage="68"]:before {
  width: 68%;
  animation: width-68 2s ease; }

@keyframes width-68 {
  0% {
    width: 0; }

  100% {
    width: 68 * 1%; } }

.wg-rate-line[data-percentage="69"]:before {
  width: 69%;
  animation: width-69 2s ease; }

@keyframes width-69 {
  0% {
    width: 0; }

  100% {
    width: 69 * 1%; } }

.wg-rate-line[data-percentage="70"]:before {
  width: 70%;
  animation: width-70 2s ease; }

@keyframes width-70 {
  0% {
    width: 0; }

  100% {
    width: 70 * 1%; } }

.wg-rate-line[data-percentage="71"]:before {
  width: 71%;
  animation: width-71 2s ease; }

@keyframes width-71 {
  0% {
    width: 0; }

  100% {
    width: 71 * 1%; } }

.wg-rate-line[data-percentage="72"]:before {
  width: 72%;
  animation: width-72 2s ease; }

@keyframes width-72 {
  0% {
    width: 0; }

  100% {
    width: 72 * 1%; } }

.wg-rate-line[data-percentage="73"]:before {
  width: 73%;
  animation: width-73 2s ease; }

@keyframes width-73 {
  0% {
    width: 0; }

  100% {
    width: 73 * 1%; } }

.wg-rate-line[data-percentage="74"]:before {
  width: 74%;
  animation: width-74 2s ease; }

@keyframes width-74 {
  0% {
    width: 0; }

  100% {
    width: 74 * 1%; } }

.wg-rate-line[data-percentage="75"]:before {
  width: 75%;
  animation: width-75 2s ease; }

@keyframes width-75 {
  0% {
    width: 0; }

  100% {
    width: 75 * 1%; } }

.wg-rate-line[data-percentage="76"]:before {
  width: 76%;
  animation: width-76 2s ease; }

@keyframes width-76 {
  0% {
    width: 0; }

  100% {
    width: 76 * 1%; } }

.wg-rate-line[data-percentage="77"]:before {
  width: 77%;
  animation: width-77 2s ease; }

@keyframes width-77 {
  0% {
    width: 0; }

  100% {
    width: 77 * 1%; } }

.wg-rate-line[data-percentage="78"]:before {
  width: 78%;
  animation: width-78 2s ease; }

@keyframes width-78 {
  0% {
    width: 0; }

  100% {
    width: 78 * 1%; } }

.wg-rate-line[data-percentage="79"]:before {
  width: 79%;
  animation: width-79 2s ease; }

@keyframes width-79 {
  0% {
    width: 0; }

  100% {
    width: 79 * 1%; } }

.wg-rate-line[data-percentage="80"]:before {
  width: 80%;
  animation: width-80 2s ease; }

@keyframes width-80 {
  0% {
    width: 0; }

  100% {
    width: 80 * 1%; } }

.wg-rate-line[data-percentage="81"]:before {
  width: 81%;
  animation: width-81 2s ease; }

@keyframes width-81 {
  0% {
    width: 0; }

  100% {
    width: 81 * 1%; } }

.wg-rate-line[data-percentage="82"]:before {
  width: 82%;
  animation: width-82 2s ease; }

@keyframes width-82 {
  0% {
    width: 0; }

  100% {
    width: 82 * 1%; } }

.wg-rate-line[data-percentage="83"]:before {
  width: 83%;
  animation: width-83 2s ease; }

@keyframes width-83 {
  0% {
    width: 0; }

  100% {
    width: 83 * 1%; } }

.wg-rate-line[data-percentage="84"]:before {
  width: 84%;
  animation: width-84 2s ease; }

@keyframes width-84 {
  0% {
    width: 0; }

  100% {
    width: 84 * 1%; } }

.wg-rate-line[data-percentage="85"]:before {
  width: 85%;
  animation: width-85 2s ease; }

@keyframes width-85 {
  0% {
    width: 0; }

  100% {
    width: 85 * 1%; } }

.wg-rate-line[data-percentage="86"]:before {
  width: 86%;
  animation: width-86 2s ease; }

@keyframes width-86 {
  0% {
    width: 0; }

  100% {
    width: 86 * 1%; } }

.wg-rate-line[data-percentage="87"]:before {
  width: 87%;
  animation: width-87 2s ease; }

@keyframes width-87 {
  0% {
    width: 0; }

  100% {
    width: 87 * 1%; } }

.wg-rate-line[data-percentage="88"]:before {
  width: 88%;
  animation: width-88 2s ease; }

@keyframes width-88 {
  0% {
    width: 0; }

  100% {
    width: 88 * 1%; } }

.wg-rate-line[data-percentage="89"]:before {
  width: 89%;
  animation: width-89 2s ease; }

@keyframes width-89 {
  0% {
    width: 0; }

  100% {
    width: 89 * 1%; } }

.wg-rate-line[data-percentage="90"]:before {
  width: 90%;
  animation: width-90 2s ease; }

@keyframes width-90 {
  0% {
    width: 0; }

  100% {
    width: 90 * 1%; } }

.wg-rate-line[data-percentage="91"]:before {
  width: 91%;
  animation: width-91 2s ease; }

@keyframes width-91 {
  0% {
    width: 0; }

  100% {
    width: 91 * 1%; } }

.wg-rate-line[data-percentage="92"]:before {
  width: 92%;
  animation: width-92 2s ease; }

@keyframes width-92 {
  0% {
    width: 0; }

  100% {
    width: 92 * 1%; } }

.wg-rate-line[data-percentage="93"]:before {
  width: 93%;
  animation: width-93 2s ease; }

@keyframes width-93 {
  0% {
    width: 0; }

  100% {
    width: 93 * 1%; } }

.wg-rate-line[data-percentage="94"]:before {
  width: 94%;
  animation: width-94 2s ease; }

@keyframes width-94 {
  0% {
    width: 0; }

  100% {
    width: 94 * 1%; } }

.wg-rate-line[data-percentage="95"]:before {
  width: 95%;
  animation: width-95 2s ease; }

@keyframes width-95 {
  0% {
    width: 0; }

  100% {
    width: 95 * 1%; } }

.wg-rate-line[data-percentage="96"]:before {
  width: 96%;
  animation: width-96 2s ease; }

@keyframes width-96 {
  0% {
    width: 0; }

  100% {
    width: 96 * 1%; } }

.wg-rate-line[data-percentage="97"]:before {
  width: 97%;
  animation: width-97 2s ease; }

@keyframes width-97 {
  0% {
    width: 0; }

  100% {
    width: 97 * 1%; } }

.wg-rate-line[data-percentage="98"]:before {
  width: 98%;
  animation: width-98 2s ease; }

@keyframes width-98 {
  0% {
    width: 0; }

  100% {
    width: 98 * 1%; } }

.wg-rate-line[data-percentage="99"]:before {
  width: 99%;
  animation: width-99 2s ease; }

@keyframes width-99 {
  0% {
    width: 0; }

  100% {
    width: 99 * 1%; } }

.wg-rate-line[data-percentage="100"]:before {
  width: 100%;
  animation: width-100 2s ease; }

@keyframes width-100 {
  0% {
    width: 0; }

  100% {
    width: 100 * 1%; } }

.wg-reviews-title {
  margin-top: 35px;
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 1.2em;
  text-transform: uppercase;
  border-bottom: 1px solid; }

.wg-review {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cacaca; }

.wg-review-rating {
  max-width: 165px; }

.wg-review-grate .wg-circle-chart {
  box-shadow: inset 0 0 0px 4px #cacaca; }
  .wg-review-grate .wg-circle-completed:before, .wg-review-grate .wg-circle-completed:after {
    box-shadow: inset 0 0 0px 4px #b4a693; }

.wg-review-grate .wg-circle-global-rate {
  font-size: 1.6em; }

.wg-review-name span:first-child {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 6px; }

.wg-review-name, .wg-review-grate {
  width: 50%;
  max-width: 150px; }
