html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input, select, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p {
  font-size: 18px; }

div {
  display: block;
  position: relative; }

body {
  line-height: 1; }

ol, ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

a {
  text-decoration: none; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* box model reset */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

/* clearfix */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

input, select {
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0px; }

.max-img {
  width: 100%;
  display: block;
  height: auto;
  position: relative; }

.img-wrap {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  padding: 10px 0px; }

.real-img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
  position: absolute;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%; }

.container-frame {
  position: relative;
  padding-bottom: 56.2%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  width: 100%; }

.container-frame-quad {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  width: 100%; }

.container-frame-quad iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.container-frame img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.container-frame iframe, .container-frame video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: auto;
  flex-wrap: wrap; }

.center_flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center; }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../font/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../font/MaterialIcons-Regular.woff2) format("woff2"), url(../font/MaterialIcons-Regular.woff) format("woff"), url(../font/MaterialIcons-Regular.ttf) format("truetype"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

@font-face {
  font-family: 'icomoon';
  src: url("../font-icon/fonts-social/icomoon.eot?lmwaig");
  src: url("../font-icon/fonts-social/icomoon.eot?lmwaig#iefix") format("embedded-opentype"), url("../font-icon/fonts-social/icomoon.ttf?lmwaig") format("truetype"), url("../font-icon/fonts-social/icomoon.woff?lmwaig") format("woff"), url("../font-icon/fonts-social/icomoon.svg?lmwaig#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-google:before {
  content: "\e900"; }

.icon-pinterest:before {
  content: "\e901"; }

.icon-twitter:before {
  content: "\e902"; }

.icon-linkedin:before {
  content: "\e903"; }

.icon-youtube:before {
  content: "\e904"; }

.icon-instagram:before {
  content: "\e905"; }

.icon-facebook:before {
  content: "\e906"; }

/*** Crealia GRID NOT bootstrap **/
.wrapper-ym {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

.ym-1 {
  width: 8.333%;
  min-height: 1px;
  padding: 10px; }

.ym-2 {
  width: 16.666%;
  min-height: 1px;
  padding: 10px; }

.ym-3 {
  width: 24.9999%;
  min-height: 1px;
  padding: 10px; }

.ym-4 {
  width: 33.333%;
  min-height: 1px;
  padding: 10px; }

.ym-5 {
  width: 41.666%;
  min-height: 1px;
  padding: 10px; }

.ym-6 {
  width: 50%;
  min-height: 1px;
  padding: 10px; }

.ym-7 {
  width: 58.333%;
  min-height: 1px;
  padding: 10px; }

.ym-8 {
  width: 66.666%;
  min-height: 1px;
  padding: 10px; }

.ym-9 {
  width: 74.999%;
  min-height: 1px;
  padding: 10px; }

.ym-10 {
  width: 83.333%;
  min-height: 1px;
  padding: 10px; }

.ym-11 {
  width: 91.666%;
  min-height: 1px;
  padding: 10px; }

.ym-12 {
  width: 100%;
  min-height: 1px;
  padding: 10px; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  -webkit-text-fill-color: none;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s; }

#cookieChoiceInfo {
  position: fixed;
  padding: 10px;
  font-size: 12px;
  background-color: #ffffff;
  width: 100%;
  left: 0px;
  bottom: 0px;
  z-index: 2222;
  text-align: center;
  padding-right: 30px;
  color: #444444; }
  #cookieChoiceInfo i {
    font-size: 20px;
    line-height: 20px;
    color: #fff; }
  #cookieChoiceInfo a {
    color: #ef1f50;
    text-decoration: underline; }

#cookieChoiceDismiss {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ef1f50;
  right: 5px;
  color: #fff;
  -webkit-border-radius: 222px;
  -moz-border-radius: 222px;
  border-radius: 222px; }

/**
 * Swiper 6.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 5, 2021
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-container-pointer-events {
  touch-action: pan-y; }

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff; }

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000; }

.swiper-button-lock {
  display: none; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0; }

.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px); }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* DICONO DI NOI */
.slider-diconodinoi {
  padding: 20px 0px; }

.wrapper_landing.slider_wrap {
  padding: 0px 20px; }

#diconodinoi {
  background-color: #eaeaea; }
  #diconodinoi .title_sec {
    font-size: 25px;
    line-height: 1.3em;
    font-weight: 700;
    color: #2a3444;
    border-bottom: 1px solid #09c9ff; }

#diconodinoi .swiper-button-next, #diconodinoi .swiper-button-prev {
  background-image: none;
  font-size: 29px;
  color: #fff;
  background-color: #2a3444;
  width: 30px;
  height: 38px;
  z-index: 1;
  left: 0px;
  top: 60%; }
  #diconodinoi .swiper-button-next i, #diconodinoi .swiper-button-prev i {
    text-align: center;
    display: block;
    width: 100%;
    line-height: 38px; }

#diconodinoi .swiper-button-next {
  right: 0px;
  left: auto; }

#diconodinoi .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: auto; }

#diconodinoi .swiper-pagination-bullet-active {
  background-color: #fff; }

.item-diconodinoi {
  padding: 20px;
  background-color: #fff;
  text-align: center; }
  .item-diconodinoi p {
    font-size: 17px; }

.head-diconodinoi {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed rgba(42, 52, 68, 0.4); }

.value-star {
  width: 130px;
  height: 26px;
  position: relative;
  margin: 0 auto;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: .8; }

.value-star.star5 {
  background-image: url("../img/value-fivestar.svg"); }

.value-star.star4 {
  background-image: url("../img/value-fourstar.svg"); }

.value-star.star3 {
  background-image: url("../img/value-treestar.svg"); }

.ddn-icon {
  width: 70px;
  height: 70px;
  display: block;
  position: relative;
  margin: 0px auto;
  background-color: #eaeaea;
  overflow: hidden;
  border-radius: 10000px;
  background-image: url(../img/def_face.svg); }

.title-diconodinoi {
  font-size: 20px;
  line-height: 1.3em;
  color: #2a3444;
  font-weight: 700; }

.date_ddn {
  min-width: 150px;
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  background-color: #fff;
  color: rgba(42, 52, 68, 0.4);
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  border-radius: 100px;
  bottom: -12px;
  z-index: 2;
  left: 50%;
  overflow: hidden;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

html {
  overflow-x: hidden;
  background-color: #eef0f3; }

.swiper-button-prev:after, .swiper-button-next:after {
  display: none; }

html.hidden, body.hidden {
  position: fixed;
  left: 0px;
  top: 0px;
  overflow: hidden;
  bottom: 0px;
  right: 0px;
  z-index: 0; }

.wrapper_landing {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }

.landing_sec {
  padding: 50px 0px;
  position: relative;
  display: block; }

.ct {
  text-align: center; }

p {
  color: #2a3444;
  line-height: 1.4em;
  font-size: 18px; }
  p b {
    font-weight: 800; }

.popup_buy {
  width: 300px;
  padding: 10px;
  position: fixed;
  bottom: -500px;
  left: 20px;
  background-color: #fff;
  border: 1px solid rgba(42, 52, 68, 0.4);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 4; }
  .popup_buy p {
    font-size: 18px;
    line-height: 17px;
    color: #282a2d;
    padding: 10px 0px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea; }
    .popup_buy p b, .popup_buy p em {
      font-weight: 700;
      color: #2a3444;
      font-style: normal; }

.popup_buy.fixed {
  bottom: -1px; }

.cta_pop {
  padding: 5px 10px;
  background-color: #09c9ff;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 700; }

.sor {
  margin: 5px 0px 5px 0px; }

.gara {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px 10px;
  padding-left: 30px;
  margin-left: -20px;
  display: inline-block;
  color: #2a3444;
  font-weight: 700;
  font-size: 20px;
  border-radius: 8px; }

.sorins {
  padding: 10px 10px;
  z-index: 2;
  padding-left: 40px;
  background-color: #1b1e21;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px; }
  .sorins i {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    line-height: 28px; }
  .sorins:before {
    content: '';
    top: 0;
    transform: translateX(100%);
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    animation: slide 3s infinite 1s;
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 19%, #fff 48%, rgba(255, 255, 255, 0) 79%);
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 19%, #fff 48%, rgba(255, 255, 255, 0) 79%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 19%, #fff 48%, rgba(255, 255, 255, 0) 79%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
    opacity: .5; }

/* animation */
@keyframes slide {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(100%); } }

.cont_cta {
  text-align: center;
  padding: 10px 0px;
  background-color: rgba(42, 52, 68, 0.05);
  z-index: 1;
  position: relative; }
  .cont_cta .btn_cta {
    margin: 0px 10px; }

.btn_cta {
  padding: 10px 15px;
  display: inline-block;
  font-size: 16px;
  color: #2a3444;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#40e8e2+0,40e571+100 */
  background: #40e8e2;
  /* Old browsers */
  background: -moz-linear-gradient(left, #40e8e2 0%, #40e571 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #40e8e2 0%, #40e571 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #40e8e2 0%, #40e571 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40e8e2', endColorstr='#40e571',GradientType=1 );
  /* IE6-9 */
  border-radius: 115px;
  margin-right: 10px;
  margin-top: 10px;
  font-weight: 900;
  position: relative;
  padding-right: 40px;
  box-shadow: -10px -10px 20px rgba(9, 201, 255, 0.1), 10px 10px 20px rgba(42, 52, 68, 0.3); }
  .btn_cta i {
    position: absolute;
    right: 5px;
    border-radius: 100px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #fff;
    color: #2a3444;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 20px; }
  .btn_cta b {
    font-weight: 900; }

.footer-landing {
  padding: 10px;
  padding-bottom: 160px;
  text-align: center;
  background-color: #2a3444; }
  .footer-landing p {
    color: #fff; }

.fixed_foot {
  position: fixed;
  left: 0px;
  width: 100%;
  padding: 10px;
  bottom: 0px;
  background-color: #13232f;
  z-index: 3;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .fixed_foot .btn_cta {
    box-shadow: none;
    margin: 0px 10px; }
    .fixed_foot .btn_cta b {
      font-weight: 900; }

.fixed_foot.open {
  bottom: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.head-landing {
  padding: 10px;
  position: relative;
  display: block;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 4;
  width: 100%;
  background-color: #2a3444; }
  .head-landing .logo {
    width: 120px; }
  .head-landing.fixed {
    background-color: #2a3444;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(42, 52, 68, 0.18);
    -moz-box-shadow: 0px 5px 30px 0px rgba(42, 52, 68, 0.18);
    box-shadow: 0px 5px 30px 0px rgba(42, 52, 68, 0.18); }

.header-sec {
  width: 100%;
  position: relative;
  display: block;
  background-color: #2a3444;
  padding-top: 62px;
  z-index: 1; }
  .header-sec .txt_head {
    padding: 20px;
    margin: 80px 0px 80px 0px;
    z-index: 3;
    background-color: #2a3444;
    border-radius: 16px;
    box-shadow: 30px 30px 40px rgba(0, 0, 0, 0.5), -10px -10px 30px rgba(9, 201, 255, 0.4);
    text-align: center; }
  .header-sec .ym-6 {
    padding: 0px; }
  .header-sec .bg_head {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px; }
  .header-sec h1 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    line-height: 1em;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.26);
    padding-bottom: 10px;
    margin-bottom: 10px; }
  .header-sec h2 {
    font-size: 30px;
    color: #fff;
    line-height: 1.1em;
    margin-bottom: 10px; }
    .header-sec h2 b {
      font-weight: 800;
      font-size: 30px; }
  .header-sec h3 {
    font-weight: 600;
    color: #fff;
    font-size: 33px; }
    .header-sec h3 b {
      font-weight: 800;
      font-size: 43px;
      color: #00e1ff;
      animation: neon 1s ease-in-out infinite alternate;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      text-shadow: 0 0 2px rgba(0, 136, 209, 0.62), 0 0 10px rgba(0, 136, 209, 0.4), 0 0 2px rgba(9, 201, 255, 0.22), 0 0 1px rgba(9, 201, 255, 0.62), 0 0 14px rgba(9, 201, 255, 0.48), 0 0 24px rgba(9, 201, 255, 0.62); }

@keyframes neon {
  from {
    color: #00e1ff;
    text-shadow: 0 0 2px rgba(0, 136, 209, 0.62), 0 0 10px rgba(0, 136, 209, 0.4), 0 0 2px rgba(9, 201, 255, 0.22), 0 0 1px rgba(9, 201, 255, 0.62), 0 0 14px rgba(9, 201, 255, 0.48), 0 0 24px rgba(9, 201, 255, 0.62); }
  to {
    color: #91f2ff;
    text-shadow: 0 0 2px rgba(0, 136, 209, 0.98), 0 0 20px rgba(0, 136, 209, 0.42), 0 0 2px rgba(9, 201, 255, 0.58), 0 0 12px rgba(9, 201, 255, 0.84), 0 0 28px rgba(9, 201, 255, 0.88), 0 0 50px #09c9ff; } }
  .header-sec h4 {
    color: #2a3444;
    padding: 10px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 20px;
    margin: 20px 0px; }
    .header-sec h4 b {
      position: relative;
      display: inline-block;
      padding-left: 40px;
      font-weight: 800; }
    .header-sec h4 i {
      position: absolute;
      left: 5px;
      top: 50%;
      transform: translateY(-50%);
      width: 30px;
      height: 30px;
      line-height: 30px;
      background-color: #09c9ff;
      color: #2a3444;
      font-size: 20px;
      border-radius: 100px;
      text-align: center; }
  .header-sec #slider_head {
    background-color: #2a3444;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2), 0.5px -5px 22px rgba(9, 201, 255, 0.18);
    pointer-events: none !important; }
    .header-sec #slider_head .symbol_cont {
      position: absolute;
      right: 10px;
      top: 70px;
      z-index: 2;
      width: 100px; }
      .header-sec #slider_head .symbol_cont img {
        margin-bottom: 10px; }
    .header-sec #slider_head .swiper-wrapper {
      -webkit-transition-timing-function: linear;
      -o-transition-timing-function: linear;
      transition-timing-function: linear; }
    .header-sec #slider_head .swiper-container {
      width: 100%;
      height: 100%; }
    .header-sec #slider_head .swiper-slide {
      overflow: hidden;
      width: auto;
      pointer-events: none !important; }
      .header-sec #slider_head .swiper-slide img {
        height: 100%;
        width: auto; }
    .header-sec #slider_head .bg_slide {
      position: absolute;
      left: 0px;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }

#sec1 .item_f {
  height: 100%;
  text-align: center;
  color: #2a3444;
  border-radius: 25px;
  padding: 20px;
  box-shadow: 10px 10px 30px rgba(42, 52, 68, 0.2), -10px -10px 30px rgba(9, 201, 255, 0.15);
  background-color: #fff; }

#sec1 h2 {
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 7px;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.1em;
  position: relative; }

#sec1 i {
  position: relative;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #09c9ff;
  box-shadow: 0px 0px 0px 1px rgba(42, 52, 68, 0.1), 6px 6px 20px rgba(42, 52, 68, 0.2), -6px -6px 20px rgba(9, 201, 255, 0.1);
  border-radius: 100px;
  z-index: 1;
  font-size: 20px;
  background-color: rgba(255, 255, 255, 0.72); }

#sec2 {
  overflow: hidden; }
  #sec2:after {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    right: -200px;
    top: -100px;
    background-image: url("../img/logo_bg.svg");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: .2; }
  #sec2:before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    left: -200px;
    bottom: -100px;
    background-image: url("../img/logo_bg.svg");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: .2; }
  #sec2 h2 {
    font-size: 40px;
    font-weight: 900;
    color: #2a3444;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    #sec2 h2:after {
      content: "";
      width: 200px;
      height: 1px;
      border-bottom: 1px dashed #09c9ff;
      position: absolute;
      left: -50px;
      bottom: -2px; }
  #sec2 p {
    font-size: 18px;
    line-height: 1.5em; }
  #sec2 img {
    box-shadow: 9px 9px 16px rgba(42, 52, 68, 0.2), -9px -9px 26px rgba(9, 201, 255, 0.19);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 25px; }

#sec3 {
  background-color: #2a3444;
  position: relative;
  z-index: 0;
  overflow: hidden;
  text-align: center; }
  #sec3:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    background-image: url("../img/plus.svg");
    background-position: center center;
    background-size: 30px;
    background-repeat: repeat;
    z-index: -1;
    opacity: .2; }
  #sec3 h2 {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    letter-spacing: 2px; }
    #sec3 h2:before {
      content: "";
      width: 200px;
      height: 1px;
      position: absolute;
      left: 50%;
      margin-left: -100px;
      bottom: -2px;
      border-bottom: 1px dashed #09c9ff; }
    #sec3 h2:after {
      content: "";
      width: 10px;
      height: 10px;
      position: absolute;
      left: 50%;
      margin-left: -5px;
      margin-top: -5px;
      bottom: -7px;
      background-color: #09c9ff;
      border-radius: 110px; }
  #sec3 p {
    font-size: 20px;
    line-height: 1.5em;
    color: #fff;
    position: relative; }
  #sec3 h4 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    position: relative;
    letter-spacing: 2px;
    border-bottom: 1px solid #09c9ff;
    display: inline-block;
    padding-bottom: 5px; }
  #sec3 ul {
    margin: 50px 0px 30px 0px;
    justify-content: space-between; }
    #sec3 ul li {
      width: 24%;
      padding: 15px;
      background-color: #fff;
      border-radius: 25px;
      box-shadow: 9px 9px 36px rgba(0, 0, 0, 0.2), -9px -9px 36px rgba(9, 201, 255, 0.1); }
    #sec3 ul h3 {
      font-size: 22px;
      font-weight: 800;
      color: #2a3444;
      padding: 12px 30px;
      text-transform: uppercase;
      letter-spacing: 1px; }
    #sec3 ul span {
      font-size: 18px;
      font-weight: 600;
      line-height: 1.3em;
      color: #282a2d; }
    #sec3 ul i {
      width: 70px;
      height: 70px;
      line-height: 70px;
      font-size: 30px;
      color: #fff;
      position: relative;
      display: block;
      margin: -40px auto 10px auto;
      border-radius: 200px;
      background-color: #09c9ff;
      box-shadow: 9px 9px 26px rgba(0, 0, 0, 0.1), 0px 0px 26px rgba(9, 201, 255, 0.8); }
  #sec3 .swiper-container {
    padding: 20px 0px; }
  #sec3 #slider_sec:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: 50%;
    background-color: #09c9ff;
    z-index: -1; }
  #sec3 #slider_sec img {
    border-radius: 35px;
    box-shadow: 9px 9px 30px rgba(0, 0, 0, 0.2), -9px -9px 26px rgba(9, 201, 255, 0.09); }
  #sec3 .custom_nav_sec {
    max-width: 400px;
    margin: 20px auto;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center; }
  #sec3 .swiper-button-next, #sec3 .swiper-button-prev {
    background-image: none;
    font-size: 29px;
    color: #fff;
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
    width: 38px;
    height: 35px;
    z-index: 1;
    left: 0px;
    position: relative;
    top: auto;
    margin: 0px; }
    #sec3 .swiper-button-next i, #sec3 .swiper-button-prev i {
      text-align: center;
      display: block;
      width: 100%;
      line-height: 35px;
      color: white; }
  #sec3 .swiper-button-next {
    right: 0px;
    left: auto; }
  #sec3 .swiper-pagination {
    position: relative;
    margin: 0px 10px;
    max-width: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 1; }
    #sec3 .swiper-pagination span {
      margin: 5px 3px;
      background-color: #fff; }
    #sec3 .swiper-pagination .swiper-pagination-bullet-active {
      background-color: #09c9ff; }

#sec4 {
  text-align: center; }
  #sec4:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    background-image: url("../img/wiggle.svg");
    background-position: center center;
    background-size: 20px;
    background-repeat: repeat;
    z-index: -1;
    opacity: .5; }
  #sec4 h2 {
    font-size: 35px;
    font-weight: 800;
    color: #2a3444;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px; }
    #sec4 h2:before {
      content: "";
      width: 200px;
      height: 1px;
      position: absolute;
      left: 50%;
      margin-left: -100px;
      bottom: -2px;
      border-bottom: 1px dashed #09c9ff; }
    #sec4 h2:after {
      content: "";
      width: 10px;
      height: 10px;
      position: absolute;
      left: 50%;
      margin-left: -5px;
      margin-top: -5px;
      bottom: -7px;
      background-color: #09c9ff;
      border-radius: 110px; }
  #sec4 p {
    font-size: 20px; }
  #sec4 ul {
    margin: 30px 0px 0px 0px;
    justify-content: space-around; }
    #sec4 ul li {
      width: 48%;
      padding: 15px;
      background-color: #fff;
      border-radius: 25px;
      box-shadow: 9px 9px 36px rgba(42, 52, 68, 0.1), -9px -9px 36px rgba(9, 201, 255, 0.1);
      margin: 20px 0px; }
    #sec4 ul h3 {
      font-size: 24px;
      font-weight: 800;
      color: #2a3444;
      padding-top: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid rgba(42, 52, 68, 0.1);
      border-top: 1px solid rgba(42, 52, 68, 0.1); }
    #sec4 ul i {
      width: 50px;
      height: 50px;
      line-height: 50px;
      font-size: 20px;
      color: #fff;
      position: relative;
      display: block;
      margin: -30px auto 10px auto;
      border-radius: 200px;
      background-color: #09c9ff;
      box-shadow: 9px 9px 26px rgba(0, 0, 0, 0.1), 0px 0px 26px rgba(9, 201, 255, 0.8); }

#secgallery {
  text-align: center; }
  #secgallery h2 {
    font-size: 35px;
    font-weight: 800;
    color: #2a3444;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px; }
    #secgallery h2:before {
      content: "";
      width: 200px;
      height: 1px;
      position: absolute;
      left: 50%;
      margin-left: -100px;
      bottom: -2px;
      border-bottom: 1px dashed #09c9ff; }
    #secgallery h2:after {
      content: "";
      width: 10px;
      height: 10px;
      position: absolute;
      left: 50%;
      margin-left: -5px;
      margin-top: -5px;
      bottom: -7px;
      background-color: #09c9ff;
      border-radius: 110px; }
  #secgallery .swiper-container {
    padding: 20px 0px; }
  #secgallery .swiper-slide {
    border-radius: 25px;
    background-color: #fff;
    box-shadow: 9px 9px 30px rgba(0, 0, 0, 0.2), -9px -9px 26px rgba(9, 201, 255, 0.09); }
  #secgallery #slider_gallery:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: 50%;
    background-color: #09c9ff;
    z-index: -1; }
  #secgallery .custom_nav_gallery {
    max-width: 400px;
    margin: 20px auto;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center; }
  #secgallery .swiper-button-next, #secgallery .swiper-button-prev {
    background-image: none;
    font-size: 29px;
    color: #09c9ff;
    box-shadow: 0px 0px 0px 1px rgba(9, 201, 255, 0.5);
    width: 38px;
    height: 35px;
    z-index: 1;
    left: 0px;
    position: relative;
    top: auto;
    margin: 0px; }
    #secgallery .swiper-button-next i, #secgallery .swiper-button-prev i {
      text-align: center;
      display: block;
      width: 100%;
      line-height: 35px;
      color: #09c9ff; }
  #secgallery .swiper-button-next {
    right: 0px;
    left: auto; }

#secform {
  background-color: #2a3444;
  text-align: center;
  z-index: 0;
  overflow: hidden; }
  #secform:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    background-image: url("../img/logo_bg.svg");
    background-position: center center;
    background-size: cover;
    background-repeat: repeat;
    z-index: -1;
    opacity: .1; }
  #secform h2 {
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    position: relative;
    padding: 10px 0px;
    margin: 10px 0px;
    letter-spacing: 3px; }
    #secform h2:before {
      content: "";
      width: 200px;
      height: 1px;
      background-color: #09c9ff;
      position: absolute;
      left: 50%;
      margin-left: -100px;
      top: -2px; }
    #secform h2:after {
      content: "";
      width: 200px;
      height: 1px;
      background-color: #09c9ff;
      position: absolute;
      left: 50%;
      margin-left: -100px;
      bottom: -2px; }
  #secform p {
    color: #fff; }
  #secform ul {
    justify-content: space-between;
    margin: 30px 0px; }
    #secform ul li {
      padding: 15px 0px;
      color: #fff;
      text-transform: uppercase;
      width: 32%;
      display: block;
      text-align: left;
      background-color: rgba(0, 0, 0, 0.2);
      border-radius: 25px;
      margin-bottom: 20px; }
      #secform ul li h3 {
        width: 100%;
        display: block;
        position: relative;
        line-height: 1.2em;
        text-align: center;
        font-size: 20px;
        font-weight: 800;
        text-transform: uppercase; }
      #secform ul li i {
        display: block;
        position: relative;
        width: 44px;
        height: 44px;
        line-height: 44px;
        margin: -25px auto 10px auto;
        color: #fff;
        background-color: #09c9ff;
        border-radius: 100px;
        text-align: center;
        font-size: 18px;
        box-shadow: 0px 0px 15px 2px rgba(9, 201, 255, 0.6); }
  #secform h6 {
    font-size: 23px;
    font-weight: 400;
    color: #2a3444;
    margin-bottom: 10px; }
    #secform h6 b {
      display: inline-block;
      background-color: rgba(9, 201, 255, 0.4);
      font-weight: 800;
      padding: 3px; }
  #secform h5 {
    font-size: 25px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #09c9ff;
    font-weight: 700;
    color: #2a3444; }
  #secform .box_offerta {
    width: 70%;
    max-width: 600px;
    margin: 0px auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 10px 10px 22px 0px rgba(0, 0, 0, 0.2), -10px -10px 35px 0px rgba(9, 201, 255, 0.2);
    border-radius: 30px; }
    #secform .box_offerta .ym-12 {
      padding: 0px; }
  #secform .prize_cont i {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 0px 10px;
    color: #09c9ff;
    border-radius: 50px;
    background-color: #eaeaea; }
  #secform span.prize {
    display: inline-block;
    font-size: 33px;
    line-height: 33px;
    padding: 10px;
    font-weight: 700;
    color: #2a3444;
    position: relative;
    margin-top: 10px; }
    #secform span.prize b {
      font-weight: 700;
      display: inline-block; }
    #secform span.prize.old {
      background-color: #eaeaea;
      border-radius: 10px; }
      #secform span.prize.old:after {
        content: "";
        width: 100%;
        height: 3px;
        border-radius: 15px;
        background-color: #e15858;
        position: absolute;
        -ms-transform: rotate(-22deg);
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg);
        left: 0px;
        top: 25px; }
    #secform span.prize.minus {
      background-color: #808a90;
      color: #fff;
      border-radius: 10px; }
    #secform span.prize.new {
      background-color: #09c9ff;
      color: #fff;
      border-radius: 10px;
      margin: 5px 0px; }
  #secform .cont_sg {
    text-align: left;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px; }
    #secform .cont_sg.fixpay span {
      width: 32%;
      margin: 0% 0.5%;
      font-size: 17px; }
      #secform .cont_sg.fixpay span:nth-child(3) {
        border-top: 1px solid rgba(42, 52, 68, 0.2); }
    #secform .cont_sg span {
      font-size: 18px;
      padding: 7px 0px;
      padding-left: 35px;
      display: flex;
      align-items: center;
      border-bottom: 1px solid rgba(42, 52, 68, 0.2);
      position: relative;
      width: 45%;
      color: #2a3444;
      margin: 0px 5px; }
      #secform .cont_sg span b {
        font-weight: 600; }
      #secform .cont_sg span:nth-child(1), #secform .cont_sg span:nth-child(2) {
        border-top: 1px solid rgba(42, 52, 68, 0.2); }
      #secform .cont_sg span b {
        display: block; }
      #secform .cont_sg span em {
        font-style: normal;
        display: inline-block;
        position: relative;
        padding-left: 13px; }
        #secform .cont_sg span em:after {
          content: "";
          position: absolute;
          left: 0px;
          top: 50%;
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 10px;
          height: 10px;
          border-radius: 100px;
          background-color: #eb2e2e;
          animation: opaloop 0.7s linear infinite; }

@keyframes opaloop {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
      #secform .cont_sg span i {
        position: absolute;
        left: 5px;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 25px;
        height: 25px;
        line-height: 25px;
        background-color: rgba(42, 52, 68, 0.07);
        color: #2a3444;
        font-size: 18px;
        text-align: center;
        border-radius: 100px; }
  #secform .btn-in {
    position: relative;
    margin-top: 10px;
    display: inline-block; }
    #secform .btn-in i {
      position: absolute;
      right: 10px;
      top: 50%;
      z-index: 2;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 20px;
      color: #fff;
      border-radius: 400px;
      pointer-events: none; }
  #secform .submit_btn {
    cursor: pointer;
    padding: 10px 20px;
    background-color: #0aca8d;
    color: #fff;
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0px auto;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 5px 5px 15px rgba(44, 44, 42, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 50px; }
  #secform .omaggi span {
    display: inline-block;
    padding: 7px;
    background-color: #2c4052;
    font-size: 21px;
    color: #fff;
    position: relative;
    padding-left: 30px;
    border-radius: 10px;
    margin: 5px; }
    #secform .omaggi span.prod {
      padding-left: 7px;
      font-weight: 600; }
    #secform .omaggi span i {
      position: absolute;
      left: 5px;
      top: 50%;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 20px;
      height: 20px;
      line-height: 20px;
      font-size: 17px;
      background-color: #ff8605;
      border-radius: 100px;
      color: #2c4052; }

.privacy_b {
  width: auto;
  margin: 20px 0px;
  position: relative;
  text-align: center;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */ }
  .privacy_b label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block; }
  .privacy_b input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .privacy_b .checkmark {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border-radius: 5px; }
  .privacy_b:hover input ~ .checkmark {
    background-color: #ccc; }
  .privacy_b input:checked ~ .checkmark {
    background-color: #09c9ff; }
  .privacy_b .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .privacy_b input:checked ~ .checkmark:after {
    display: block; }
  .privacy_b .checkmark:after {
    left: 9px;
    top: 3px;
    width: 5px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .privacy_b a {
    border-bottom: 1px solid #09c9ff;
    color: #332d2d;
    font-weight: 400; }
  .privacy_b .error_privacy {
    padding: 5px 10px;
    background-color: #d82a2a;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 5px; }

.sec_btnalias {
  display: none;
  background-color: #fff;
  left: 0px;
  width: 100%;
  z-index: 5;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .sec_btnalias .btn_alias {
    cursor: pointer;
    padding: 10px;
    background-color: #0aca8d;
    color: #fff;
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0px auto;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 5px 5px 15px rgba(42, 52, 68, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.1); }
    .sec_btnalias .btn_alias i {
      position: absolute;
      right: 10px;
      top: 50%;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 18px;
      color: #fff; }

.form_big .form-row {
  width: 72%;
  float: left; }

.form_big .form-row:nth-child(2) {
  width: 26%;
  margin-left: 2%; }

.form-row.text_question {
  padding: 15px 0px; }
  .form-row.text_question span {
    pointer-events: none;
    position: absolute;
    left: 10px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #e4e9ea;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 3px 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: 500;
    color: rgba(42, 52, 68, 0.8);
    font-size: 20px; }
  .form-row.text_question select {
    background-color: #fff;
    padding: 0px 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: 600;
    color: #2a3444; }
  .form-row.text_question i {
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #2a3444; }
  .form-row.text_question span.sottolineo {
    top: 7px;
    font-size: 17px; }
  .form-row.text_question input, .form-row.text_question select {
    border: 1px solid rgba(255, 255, 255, 0);
    box-shadow: 5px 5px 10px rgba(42, 52, 68, 0.05);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    font-size: 19px;
    padding: 10px 20px;
    display: block;
    width: 100%;
    background-color: #e4e9ea;
    font-weight: 600;
    color: #2a3444; }

.form-row.text_question.error input, .form-row.text_question.error select {
  box-shadow: 0px 0px 10px rgba(227, 32, 32, 0.3);
  border: 1px solid #fff; }

.form-row.text_question.error .error_label {
  top: 5px;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.error_label {
  position: absolute;
  top: 0px;
  right: 15px;
  overflow: hidden;
  font-style: normal;
  text-transform: uppercase;
  padding: 3px 5px;
  font-size: 14px;
  background-color: #ee3838;
  color: #fff;
  opacity: 0;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.head_acc {
  padding: 15px 10px;
  padding-right: 30px;
  margin: 5px 0px 0px 0px;
  display: block;
  text-align: left;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 2px;
  background-color: #eaeaea;
  color: #2a3444;
  position: relative;
  cursor: pointer; }
  .head_acc i {
    position: absolute;
    right: 10px;
    top: 50%;
    -ms-transform: translateY(-50%) rotate(0deg);
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #fff;
    border-radius: 50px;
    color: #a5a5a5;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .head_acc.selected i {
    -ms-transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg); }

.body-acc {
  width: 100%;
  position: relative;
  height: auto;
  max-height: 0px;
  overflow: hidden;
  text-align: center;
  line-height: 18px;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  opacity: 0; }
  .body-acc p {
    color: #282a2d;
    padding: 15px 0px;
    font-size: 15px; }
    .body-acc p b {
      font-weight: 700; }
    .body-acc p a {
      color: #2a3444;
      font-weight: 700px;
      text-decoration: underline; }

.body-acc.open {
  max-height: 1000px;
  opacity: 1; }

#secvideo {
  background-color: #2a3444;
  position: relative;
  z-index: 0;
  overflow: hidden; }
  #secvideo h2 {
    color: #09c9ff;
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative; }
    #secvideo h2:after {
      content: "";
      width: 100%;
      height: 2px;
      background-size: 4px;
      background-image: url(../img/dlline.svg);
      position: absolute;
      left: 0%;
      bottom: 0px;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: -1;
      background-position: center center;
      background-repeat: repeat;
      opacity: 1; }
  #secvideo li {
    padding: 35px 10px;
    border-bottom: 1px solid rgba(42, 52, 68, 0.2);
    font-size: 22px;
    color: #2a3444;
    position: relative;
    background-color: #fff;
    width: 31.333%;
    margin: 1%;
    text-align: center;
    box-shadow: 9px 9px 26px rgba(0, 0, 0, 0.34), -9px -9px 26px rgba(9, 201, 255, 0.14);
    border-radius: 25px; }
    #secvideo li h5 {
      font-weight: 700; }
    #secvideo li:after {
      content: "";
      height: 1px;
      width: 90%;
      left: 5%;
      top: 10px;
      background-color: rgba(42, 52, 68, 0.2);
      position: absolute; }
    #secvideo li:before {
      content: "";
      height: 1px;
      width: 90%;
      left: 5%;
      bottom: 10px;
      background-color: rgba(42, 52, 68, 0.2);
      position: absolute; }
    #secvideo li i {
      position: relative;
      display: block;
      width: 50px;
      height: 50px;
      line-height: 50px;
      margin: 0px auto 20px auto;
      border-radius: 100px;
      background-color: #09c9ff;
      font-size: 22px;
      text-align: center;
      z-index: 0;
      color: #fff; }
      #secvideo li i:after {
        content: "";
        height: 60px;
        width: 60px;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: -1;
        background-color: rgba(42, 52, 68, 0);
        position: absolute;
        border: 1px solid #09c9ff;
        border-radius: 100px; }

.cont_vid {
  width: 70%;
  margin: 0px auto;
  z-index: 1;
  box-shadow: 10px 10px 40px rgba(42, 52, 68, 0.2), -9px -9px 36px rgba(9, 201, 255, 0.14);
  border-radius: 30px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0); }
  .cont_vid .cont_progress {
    width: -webkit-calc(100% - 140px);
    width: -moz-calc(100% - 140px);
    width: calc(100% - 140px);
    left: 70px;
    height: 10px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 30px; }
    .cont_vid .cont_progress:before {
      content: "";
      position: absolute;
      background-color: rgba(0, 0, 0, 0.32);
      height: 1px;
      width: 100%;
      top: 50%;
      left: 0px; }
    .cont_vid .cont_progress #progressbar, .cont_vid .cont_progress #progressbar2 {
      position: absolute;
      left: 0px;
      top: 0px;
      height: 1px;
      background-color: #09c9ff;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      z-index: 0;
      box-shadow: 0px 0px 5px 1px rgba(9, 201, 255, 0.3);
      border-radius: 30px;
      top: 50%; }
    .cont_vid .cont_progress:hover #progressbarHover, .cont_vid .cont_progress:hover #progressbarHover2 {
      border-right: 1px solid #fff; }
    .cont_vid .cont_progress #progressbarHover, .cont_vid .cont_progress #progressbarHover2 {
      position: absolute;
      left: -1px;
      top: 0px;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.08);
      border-right: 0px solid #fff;
      z-index: 1; }
  .cont_vid .tool_jack {
    position: relative;
    width: 100%;
    height: 70px;
    background-color: #fff;
    padding: 0px 5px;
    border-top: 1px solid rgba(42, 52, 68, 0.1); }
  .cont_vid .play_v, .cont_vid .pause_v {
    z-index: 2;
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    background-color: #09c9ff;
    cursor: pointer;
    border-radius: 100px;
    text-align: center;
    box-shadow: 5px 5px 20px rgba(42, 52, 68, 0.1); }
    .cont_vid .play_v i, .cont_vid .pause_v i {
      line-height: 50px;
      color: #fff; }
  .cont_vid .audio-up, .cont_vid .audio-dwn {
    z-index: 2;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background-color: #09c9ff;
    cursor: pointer;
    border-radius: 100px;
    text-align: center;
    box-shadow: 5px 5px 20px rgba(42, 52, 68, 0.1); }
    .cont_vid .audio-up i, .cont_vid .audio-dwn i {
      line-height: 50px;
      color: #fff; }
  .cont_vid .big_play {
    width: 90px;
    height: 90px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -45px;
    margin-left: -45px;
    background-color: #09c9ff;
    z-index: 4;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 200px; }
    .cont_vid .big_play i {
      color: #fff;
      text-align: center;
      font-size: 60px;
      width: 100%;
      line-height: 90px; }
    .cont_vid .big_play:hover {
      transform: scale(1.1);
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
  .cont_vid .container-frame:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px; }

#secsponsor h2 {
  font-size: 50px;
  font-weight: 600;
  color: #09c9ff;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff; }

#secsponsor h3 {
  font-weight: 600;
  color: #213f5f;
  font-size: 30px;
  margin-bottom: 10px; }

#secsponsor p {
  font-size: 22px;
  line-height: 1.4em; }

#secscheda {
  background-color: rgba(42, 52, 68, 0.1); }
  #secscheda .item_scheda {
    box-shadow: 10px 10px 32px rgba(42, 52, 68, 0.15);
    border-radius: 30px;
    background-color: #fff; }
  #secscheda .txt_scheda {
    padding: 20px 20px 20px 0px; }
  #secscheda img {
    box-shadow: 0px 10px 22px rgba(42, 52, 68, 0.15);
    border-radius: 30px; }
  #secscheda h2 {
    color: #2a3444;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #09c9ff; }
  #secscheda li {
    padding: 12px 10px;
    padding-left: 20px;
    border-bottom: 1px solid rgba(42, 52, 68, 0.2);
    font-size: 22px;
    color: #2a3444;
    font-weight: 400;
    position: relative; }
    #secscheda li:after {
      width: 10px;
      height: 10px;
      content: "";
      position: absolute;
      left: 0px;
      top: 23px;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: #09c9ff; }
  #secscheda b {
    font-weight: 700;
    color: rgba(42, 52, 68, 0.6); }

#secomaggio .omaggio_t:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 150px;
  height: 150px;
  background-image: url(../img/omaggioshape.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1; }

#secomaggio img {
  border-radius: 30px;
  box-shadow: 9px 9px 16px rgba(26, 50, 99, 0.2), -9px -9px 26px rgba(9, 201, 255, 0.2); }

#secomaggio h2 {
  font-size: 45px;
  font-weight: 600;
  color: #ff7d19;
  margin-bottom: 15px; }

#secomaggio p {
  font-size: 22px;
  color: #282a2d; }

#secomaggio ul {
  margin-top: 20px; }

#secomaggio li {
  padding: 10px;
  padding-left: 20px;
  position: relative;
  font-size: 25px;
  color: #282a2d;
  font-weight: 600;
  border-bottom: 1px solid rgba(42, 52, 68, 0.2); }
  #secomaggio li:after {
    position: absolute;
    left: 0px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #ff7d19;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 20px; }

.footer-landing {
  padding-bottom: 100px; }

.footer-landing a {
  display: inline-block;
  color: #09c9ff;
  text-decoration: underline;
  margin: 10px 0px; }

sup {
  vertical-align: middle;
  line-height: 10px;
  letter-spacing: -1px; }
  sup em {
    font-size: 12px;
    vertical-align: super;
    line-height: 0px;
    font-style: normal; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-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.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  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.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  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) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important; } }

#secfixgallery {
  width: 100%;
  height: 100%;
  position: fixed;
  min-height: 100vh;
  min-height: -moz-available;
  min-height: -webkit-fill-available;
  min-height: fill-available;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 333333;
  pointer-events: none;
  display: none;
  padding: 55px 0px 70px 0px;
  z-index: 22;
  -webkit-animation: display-none-transition 0.4s both;
  animation: display-none-transition 0.4s both;
  transform: translateY(0px);
  opacity: 1; }
  #secfixgallery.open {
    pointer-events: auto;
    display: flex; }
  #secfixgallery #slider_fix_gallery {
    display: block;
    width: 100%;
    margin: 0px auto;
    background-color: rgba(0, 0, 0, 0.2); }
    #secfixgallery #slider_fix_gallery img {
      box-shadow: 9px 9px 36px rgba(0, 0, 0, 0.2), -10px -10px 26px rgba(9, 201, 255, 0.2);
      max-width: 100%;
      max-height: 100%;
      margin: auto;
      display: block;
      border-radius: 20px; }
  #secfixgallery .close_gallery {
    position: absolute;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 120px;
    right: 10px;
    top: 10px;
    background-color: #ee2525;
    box-shadow: 9px 9px 26px rgba(0, 0, 0, 0.1), 0px 0px 26px rgba(238, 37, 37, 0.8);
    color: #fff;
    cursor: pointer; }
    #secfixgallery .close_gallery i {
      line-height: 35px;
      font-size: 18px; }
  #secfixgallery .bg_slider_fix {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: rgba(42, 52, 68, 0.95);
    z-index: 0; }
  #secfixgallery .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 20px 0px; }
  #secfixgallery .swiper-slide {
    padding: 10px; }
  #secfixgallery .custom_nav_fix_gallery {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    display: flex;
    padding: 10px; }
    #secfixgallery .custom_nav_fix_gallery span {
      width: 50px;
      height: 50px;
      background-color: #09c9ff;
      display: block;
      text-align: center;
      color: #fff;
      margin: 0px 5px;
      border-radius: 200px;
      cursor: pointer;
      box-shadow: 9px 9px 26px rgba(0, 0, 0, 0.1), 0px 0px 26px rgba(9, 201, 255, 0.8); }
      #secfixgallery .custom_nav_fix_gallery span.swiper-button-disabled {
        opacity: .4; }
      #secfixgallery .custom_nav_fix_gallery span i {
        line-height: 50px; }
  #secfixgallery .arrow_cont {
    display: flex; }
  #secfixgallery .zoom_cont {
    display: flex;
    margin-left: auto; }

.btn_gallery {
  margin: 0px 10px;
  background-color: #09c9ff;
  color: #fff;
  padding: 10px 15px;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 17px;
  cursor: pointer; }

@-webkit-keyframes display-none-transition {
  0% {
    opacity: 0;
    transform: translateY(150px); } }

@keyframes display-none-transition {
  0% {
    opacity: 0;
    transform: translateY(150px); } }

.typage {
  background-color: #2a3444; }
  .typage .section_bg {
    height: 350px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/typage.jpg");
    background-repeat: no-repeat;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
    position: relative; }
    .typage .section_bg:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0px;
      top: 0px;
      z-index: -2;
      background-color: #09c9ff; }
  .typage .container {
    height: 100vh;
    background-color: #2a3444;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .typage .container_p {
    min-height: 100vh;
    width: 100%;
    max-width: 800px;
    margin: 0px auto; }
  .typage .logo_p {
    width: 120px;
    background-color: #2a3444;
    margin: -40px auto 40px auto;
    border-radius: 20px;
    padding: 10px; }
  .typage .txt_p {
    text-align: center;
    margin: -30px auto 20px auto;
    padding: 20px 20px;
    width: 90%;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border-radius: 30px; }
    .typage .txt_p h1 {
      font-size: 25px;
      font-weight: 600;
      color: #2a3444;
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #09c9ff; }
      .typage .txt_p h1 b {
        display: block;
        font-weight: 900;
        font-size: 30px; }
    .typage .txt_p p {
      font-size: 20px; }

@media only screen and (max-width: 767px) {
  .typage .section_bg {
    height: 320px; }
  .typage .txt_p h1 {
    font-size: 22px; }
    .typage .txt_p h1 b {
      font-size: 25px; }
  .typage .txt_p p {
    font-size: 18px; } }

.cont_page_rec {
  padding: 10px;
  background-color: #fff;
  border-radius: 10px; }

.cont_value_client {
  border-radius: 10px;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 10px; }

.visualizzazioni {
  font-size: 16px;
  color: #2a3444;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 5px;
  margin-bottom: 5px; }

#result {
  font-weight: 700;
  margin-left: 5px; }

.value_client {
  padding-right: 133px; }
  .value_client p {
    display: inline-block;
    font-size: 16px;
    margin-right: 5px;
    color: #fff; }
  .value_client .value-star_rec {
    position: absolute;
    right: 10px;
    top: 47%;
    width: 120px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 0px; }
  .value_client .vote {
    font-weight: 700; }

.margin_head_rec {
  height: 63px;
  display: block; }

#all_rec {
  background-color: #eaeaea; }
  #all_rec .center_flex {
    justify-content: center; }
  #all_rec .ym:nth-child(2) {
    border-left: 1px solid #fff; }

.ym {
  float: left;
  margin-right: 50px;
  padding: 20px 30px; }

.item_all_rec {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eaeaea; }
  .item_all_rec h2 {
    font-size: 23px;
    font-weight: 700; }
  .item_all_rec p {
    font-size: 20px;
    color: #282a2d; }

.item_bar {
  margin-bottom: 5px; }
  .item_bar h3 {
    float: left;
    line-height: 20px;
    font-size: 18px; }
  .item_bar h4 {
    float: left;
    line-height: 20px;
    font-size: 18px; }
  .item_bar .bar {
    width: 200px;
    height: 20px;
    background-color: #ffffff;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    position: relative; }
  .item_bar .inside_bar {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
    width: 0%;
    background-color: #fac917; }

#diconodinoi .bar {
  background-color: #eaeaea; }

.value-star_rec {
  width: 150px;
  height: 30px;
  position: relative;
  position: relative;
  margin-right: 50px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1; }
  .value-star_rec span {
    display: inline;
    position: absolute;
    right: -50px;
    font-weight: 700;
    font-size: 20px;
    top: 53%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.value-star_rec.star5 {
  background-image: url("../img/value-fivestar_rec.svg"); }

.value-star_rec.star4 {
  background-image: url("../img/value-fourstar_rec.svg"); }

.value-star_rec.star3 {
  background-image: url("../img/value-treestar_rec.svg"); }

.recensioni_head .logo {
  margin: 0px auto;
  float: none; }

.recensioni_head i {
  position: absolute;
  left: 10px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #2a3444;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #09c9ff; }

.item_recensioni {
  border-bottom: 2px solid #eaeaea;
  padding: 20px; }
  .item_recensioni h3 {
    font-weight: 700;
    font-size: 35px; }
  .item_recensioni .bg_rec {
    width: 70px;
    height: 70px;
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 100px; }
  .item_recensioni .head_rec {
    padding: 10px;
    padding-left: 80px;
    position: relative; }
  .item_recensioni h2 {
    font-size: 30px; }
  .item_recensioni .date_rec {
    color: #929292;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 15px; }
  .item_recensioni h6 {
    font-size: 20px;
    font-weight: 700;
    color: #2dbd0f; }
  .item_recensioni p {
    font-size: 20px;
    line-height: 1.6em; }

.slider_rec_cont {
  padding: 20px 20px;
  background-color: rgba(9, 201, 255, 0.2);
  margin-top: 15px; }
  .slider_rec_cont .swiper-container {
    width: 100%;
    height: 100%; }
  .slider_rec_cont .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }

.slider_rec_cont .swiper-button-next, .slider_rec_cont .swiper-button-prev {
  background-image: none;
  font-size: 29px;
  color: #fff;
  background-color: #09c9ff;
  width: 30px;
  height: 38px;
  z-index: 1;
  left: 0px;
  top: 50%;
  margin-top: -18px; }
  .slider_rec_cont .swiper-button-next i, .slider_rec_cont .swiper-button-prev i {
    text-align: center;
    display: block;
    width: 100%;
    line-height: 38px; }

.slider_rec_cont .swiper-button-next {
  right: 0px;
  left: auto; }

.morelink b {
  display: inline-block;
  padding-right: 20px;
  position: relative;
  color: #09c9ff; }
  .morelink b i {
    position: absolute;
    right: 0px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px; }

.morecontent span {
  display: none; }

.morelink {
  display: block; }

@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .item_bar .bar {
    width: 100px; }
  .item_bar h3, .item_bar h4 {
    font-size: 16px; } }

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .value-star_rec {
    width: 100px; }
  .item_bar .bar {
    width: 60px; }
  .item_all_rec h2 {
    font-size: 20px; } }

@media only screen and (max-width: 767px) {
  .item_recensioni {
    padding: 10px 0px; }
  .item_recensioni h3 {
    font-size: 20px; }
  .item_recensioni h2 {
    font-size: 21px; }
  .item_recensioni h6 {
    font-size: 16px; }
  .item_recensioni .date_rec {
    font-size: 16px;
    margin-bottom: 8px; }
  .item_recensioni p {
    font-size: 16px;
    line-height: 1.5em; }
  .slider_rec_cont {
    padding: 5px 5px; }
  .ym {
    padding: 10px 0px;
    width: 100%; }
  #all_rec .ym:nth-child(2) {
    border: 0px;
    border-top: 1px solid #fff; }
  .margin_head_rec {
    height: 57px; }
  .item_all_rec h2 {
    font-size: 20px; }
  .item_all_rec p {
    font-size: 17px; }
  .value-star_rec {
    width: 130px; }
  .item_bar .bar {
    width: 175px; }
  .item_bar h3, .item_bar h4 {
    font-size: 19px; }
  .visualizzazioni {
    margin-bottom: 2px; } }

.mobile_hidden {
  display: block; }

.desk_hidden {
  display: none; }

#secform .body-acc p {
  color: #2a3444; }

@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .wrapper_landing {
    max-width: 930px; }
  .mobile_hidden {
    display: block; }
  .desk_hidden {
    display: none; }
  .cont_vid {
    width: 85%; } }

/***********************************************
Tablet (Smaller than 959px)
***********************************************/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .wrapper_landing {
    max-width: 100%;
    padding: 0px 20px; }
  .popup_buy {
    width: 100%;
    bottom: -500px;
    right: auto;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    z-index: 2;
    padding: 5px; }
  .popup_buy.fixed {
    bottom: 55px; }
  .cta_pop {
    display: inline-block;
    margin-top: 5px;
    display: none; }
  .mobile_hidden {
    display: block; }
  .desk_hidden {
    display: none; }
  .cont_vid {
    width: 100%; } }

/***********************************************
Mobile (portrait 300px)
***********************************************/
@media only screen and (max-width: 767px) {
  html, body {
    overflow-x: hidden; }
  .mobile_hidden {
    display: none; }
  .desk_hidden {
    display: block; }
  .wrapper_landing {
    max-width: 100%;
    padding: 0px 10px; }
  .landing_sec {
    padding: 20px 0px; }
  .ym-1, .ym-2, .ym-3, .ym-4, .ym-5, .ym-6, .ym-7, .ym-8, .ym-9, .ym-10, .ym-11, .ym-12 {
    display: block;
    float: none;
    width: 100%;
    padding: 0px; }
  .center_flex, .flex_wrap {
    display: block; }
  .popup_buy {
    width: 100%;
    bottom: -500px;
    right: auto;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    z-index: 2;
    padding: 5px; }
  .popup_buy p {
    font-size: 18px; }
  .popup_buy.fixed {
    bottom: 58px; }
  .cta_pop {
    display: none; }
  .cont_page_rec {
    margin-top: 10px; }
  .cont_value_client {
    padding: 0px;
    text-align: right; }
  .value_client {
    padding-right: 0px; }
  .value_client p {
    width: 100%;
    font-size: 15px; }
  .value_client .value-star_rec {
    width: 90px;
    height: 20px;
    right: 50px;
    top: 30px; }
  .sorins {
    text-align: left;
    font-size: 15px;
    padding: 10px 3px;
    padding-left: 25px; }
  .sorins:after {
    width: 20px; }
  .cont_vid {
    width: 100%; }
  .fixed_foot .btn_cta b {
    display: none; }
  .cont_cta .btn_cta {
    margin: 10px 5px; }
  .footer-landing {
    padding-bottom: 150px; }
  #secscheda .txt_scheda {
    padding: 20px; }
  #secform .box_offerta {
    width: 100%;
    padding: 10px; }
  #secform .cheked_stef span {
    display: inline-block;
    text-align: left; }
    #secform .cheked_stef span i {
      text-align: center; }
  #secform span.prize {
    font-size: 26px; }
  #secform .cont_submit h4 {
    margin-right: 0px;
    margin-bottom: 4px; }
  .btn_cta {
    font-size: 16px; }
  .sec_btnalias {
    display: block;
    padding: 15px 10px 25px 10px;
    background-color: #fff;
    bottom: -300px;
    position: fixed;
    width: 100%;
    left: 0px;
    width: 100%;
    z-index: 15;
    box-shadow: 0px -5px 15px rgba(42, 52, 68, 0.6);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .sec_btnalias.open {
      bottom: 0px; }
  #secform .cont_sg.fixpay span {
    width: 100%;
    margin: 0% 0.5%;
    font-size: 17px; }
    #secform .cont_sg.fixpay span:nth-child(3) {
      border-top: 0px solid rgba(42, 52, 68, 0.2); }
  #secform .cont_sg span {
    width: 100%; }
  #secform .cont_sg span:nth-child(2) {
    border-top: 0px; }
  #diconodinoi .swiper-button-prev {
    left: -20px; }
  #diconodinoi .swiper-button-next {
    right: -20px; }
  .error_label {
    right: 10px; }
  .form_big .form-row {
    display: block;
    width: 100%;
    margin: 0px; }
  .form_big .form-row:nth-child(2) {
    display: block;
    width: 100%;
    margin: 0px; }
  .cont_page_rec {
    max-width: 350px;
    margin: 20px auto; }
  .fixed_foot {
    padding: 10px 0px; }
  .fixed_foot .btn_cta {
    box-shadow: none;
    margin: 0px 0px; }
    .fixed_foot .btn_cta:nth-child(1) {
      margin-right: 8px; } }

/***********************************************
Mobile (landscape 420px)
***********************************************/
.header-sec h3 br {
  display: none; }

@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .header-sec h1 {
    font-size: 28px; }
  .header-sec h2 {
    font-size: 25px; }
    .header-sec h2 b {
      font-size: 25px; }
  .header-sec h3 {
    font-size: 25px; }
    .header-sec h3 b {
      font-size: 35px; }
  .header-sec h4 {
    font-size: 16px; }
  .btn_anch {
    font-size: 20px; }
  .btn_cta {
    font-size: 15px; }
  .plus_cont .type_plus span {
    font-size: 15px; }
  #sec1 .item_f {
    padding: 10px; }
  #sec1 h2 {
    font-size: 16px;
    letter-spacing: 0px; }
  #sec2 h2 {
    font-size: 30px; }
  #sec2 p {
    font-size: 17px; }
  #sec3 h2 {
    font-size: 33px; }
  #sec3 ul h3 {
    font-size: 18px;
    padding: 10px 0px; }
  #sec4 h2 {
    font-size: 30px;
    letter-spacing: 0px; } }

/***********************************************
Tablet (Smaller than 959px)
***********************************************/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .header-sec h1 {
    font-size: 20px; }
  .header-sec h2 {
    font-size: 20px; }
    .header-sec h2 b {
      font-size: 22px; }
  .header-sec h3 {
    font-size: 26px; }
    .header-sec h3 b {
      font-size: 30px; }
  .header-sec h4 {
    font-size: 16px;
    padding: 10px 5px 10px 0px; }
  .header-sec .txt_head {
    padding: 10px; }
  .btn_cta {
    font-size: 15px; }
  #sec1 .ym-3 {
    width: 50%; }
  #sec1 .item_f {
    padding: 10px; }
  #sec1 h2 {
    font-size: 15px;
    letter-spacing: 0px; }
  #sec2 h2 {
    font-size: 30px; }
  #sec2 p {
    font-size: 17px; }
  #sec3 h2 {
    font-size: 30px; }
  #sec3 ul li {
    width: 48%;
    margin-bottom: 40px; }
  #secform h2 {
    font-size: 27px; }
  #sec4 ul h3 {
    font-size: 19px; }
  #secform h5 {
    font-size: 22px; } }

/***********************************************
Mobile (portrait 300px)
***********************************************/
@media only screen and (max-width: 767px) {
  .head-landing .logo {
    width: 105px; }
  .header-sec h3 br {
    display: block; }
  .header-sec h1 {
    font-size: 20px; }
  .header-sec h2 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 5px; }
    .header-sec h2 b {
      font-size: 22px; }
  .header-sec h3 {
    font-size: 22px; }
    .header-sec h3 b {
      display: inline-block;
      font-size: 28px; }
  .header-sec h4 {
    padding: 10px;
    margin: 20px 0px 10px 0px; }
    .header-sec h4 b {
      padding-left: 0px;
      padding-top: 15px; }
    .header-sec h4 i {
      left: 50%;
      margin-left: -15px;
      top: 0px; }
  .header-sec .txt_head {
    text-align: center;
    margin-top: 260px;
    margin-bottom: 0px;
    box-shadow: none; }
  .header-sec .ym-6 {
    padding: 0px; }
  .header-sec .wrapper_landing {
    padding: 0px; }
  .header-sec #slider_nav {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    background-color: #fff;
    padding: 5px 10px; }
  .header-sec #slider_head {
    margin-top: 56px;
    height: 280px;
    width: 100%; }
    .header-sec #slider_head .symbol_cont {
      top: 5px;
      right: 5px;
      width: 80px; }
  .btn_anch {
    font-size: 20px;
    letter-spacing: 0px;
    text-align: center;
    display: inline-block;
    width: auto; }
  .header-sec .bg_head:after {
    background-position: center top; }
  #slider_head {
    pointer-events: none !important; }
  #sec1 {
    padding: 20px 0px 20px 0px; }
  #sec1 .item_f {
    padding: 10px;
    margin-bottom: 10px; }
  #sec1 h2 {
    font-size: 18px;
    letter-spacing: 0px; }
  #sec2 h2 {
    font-size: 25px;
    margin-top: 20px; }
  #sec2:before, #sec2:after {
    display: none; }
  #sec3 h2 {
    font-size: 30px; }
  #sec3 ul li {
    width: 100%;
    margin-bottom: 40px; }
  #sec3 .swiper-pagination span {
    margin: 5px 2px; }
  #sec4 h2 {
    font-size: 32px;
    letter-spacing: 0px; }
  #sec4 ul li {
    width: 100%; }
  #secform h2 {
    font-size: 36px; }
  #secform h5 {
    font-size: 24px; }
  #secform ul li {
    width: 100%;
    display: block;
    text-align: center; }
    #secform ul li b {
      width: 250px; }
  #secvideo h2 {
    font-size: 30px; }
  #secvideo li {
    width: 100%;
    margin: 0px 0px 20px 0px; } }

/***********************************************
Mobile (landscape 420px)
***********************************************/
