/* [project]/styles/global.css [app-client] (css) */
:root {
  --carousel-scroll-time: 80s;
  --black: rgba(0, 0, 0);
  --black_67: rgba(0, 0, 0, .67);
  --black_33: rgba(0, 0, 0, .33);
  --black_20: rgba(0, 0, 0, .20);
  --black_14: rgba(0, 0, 0, .14);
  --black_04: rgba(0, 0, 0, .04);
  --white: rgb(255, 255, 255);
  --white_99: rgba(255, 255, 255, .99);
  --white_60: rgba(255, 255, 255, .60);
  --white_20: rgba(255, 255, 255, .20);
  --white_07: rgba(255, 255, 255, .07);
  --intense-blue: rgb(17, 20, 54);
  --intense-blue_93: rgba(17, 20, 54, .93);
  --text-default-color: rgb(70, 83, 100);
  --dodger-blue: rgb(53, 153, 255);
  --dodger-blue_93: rgba(53, 153, 255, .93);
  --aqua-haze: rgb(244, 246, 249);
  --background-gray: rgb(247, 248, 249);
  --gallery-kiosk: rgb(245, 245, 245);
  --gallery: rgb(238, 238, 238);
  --gainsboro: rgb(226, 226, 226);
  --gainsboro_93: rgba(226, 226, 226, .93);
  --gainsboro_67: rgba(226, 226, 226, .67);
  --silver-chalice: rgb(162, 162, 162);
  --borders-gray: rgba(136, 136, 136, .16);
  --emperor: rgb(89, 89, 89);
  --red: rgb(255, 0, 0);
  --bright-red: rgb(255, 101, 53);
  --red-notice: rgb(235, 104, 67);
  --red-notice_67: rgba(235, 104, 67, .67);
  --ronchi: rgb(239, 189, 70);
  --brown-red: rgb(169, 2, 2);
  --brown-kiosk: rgb(73, 48, 43);
  --forestgreen: rgb(34, 139, 34);
  --yellow: rgb(255, 255, 0);
  --yellow_93: rgba(255, 255, 0, .93);
  --lite-kiosk: rgb(255, 252, 241);
  --kiosk: rgb(234, 221, 205);
  --outer-space: rgb(38, 50, 56);
  --stop-blue: rgb(34, 34, 34);
  --footer-tone: rgb(34, 0, 34);
  --stop-blue-fade: linear-gradient(176deg, rgba(17, 21, 60, 1) 27%, rgba(23, 31, 129, 1) 100%);
  --stop-blue-fade-out: linear-gradient(176deg, rgba(17, 21, 60, 1) 90%, rgba(17, 21, 60, .1) 100%);
  --gray-fade: radial-gradient(circle, rgba(0, 0, 0, .4) 40%, rgba(0, 0, 0, .4) 100%);
  --gray-fade-linear: linear-gradient(0deg, rgba(0, 0, 0, .6) 10%, rgba(0, 0, 0, 0) 60%);
}
@font-face{
  font-family: Raleway;
  font-style: normal;
  font-weight: 400;
  src: url("../media/Monorale-Regular.7097d086.woff2");
}
@font-face{
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  src: url("../media/Monorale-Medium.86d3adde.woff2");
}
@font-face{
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  src: url("../media/Monorale-SemiBold.eefe943c.woff2");
}
@font-face{
  font-family: Raleway;
  font-style: normal;
  font-weight: 700;
  src: url("../media/Monorale-Bold.346f07da.woff2");
}
@font-face{
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  src: url("../media/Montserrat-Regular.fb583196.woff2");
}
@font-face{
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  src: url("../media/Montserrat-Medium.43fe10c4.woff2");
}
@font-face{
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  src: url("../media/Montserrat-SemiBold.4eb3215c.woff2");
}
html, 
body {
  margin: 0;
  padding: 0;
  background-color: var(--white);
  background-color: transparent;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: var(--red);
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
  font-family: Raleway, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
h1, 
h2, 
h3, 
h4, 
h5, 
p, 
ul {
  margin: 0;
  padding: 0;
}
.vspace-10 {
  height: 10px;
}
.vspace-20 {
  height: 20px;
}
.vspace-30 {
  height: 30px;
}
.vspace-40 {
  height: 40px;
}
.vspace-50 {
  height: 50px;
}
.vspace-60 {
  height: 55px;
}
.vspace-80 {
  height: 80px;
}
.vspace-100 {
  height: 100px;
}
.vspace-120 {
  height: 120px;
}
.vspace-140 {
  height: 140px;
}
.disabled {
  pointer-events: none;
  transition-property: opacity;
  transition-duration: .25s;
}
.cookie-consent-container {
  padding-bottom: 0 !important;
  align-items: center !important;
  min-height: 100px !important;
  max-width: 1240px;
  margin: 0 auto !important;
  background: var(--outer-space) !important;
  color: var(--white) !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  position: fixed !important;
  width: 90vw !important;
  left: 5vw !important;
  right: 5vw !important;
  z-index: 99999999 !important;
  bottom: 5vh !important;
  border-radius: 10px !important;
  box-shadow: 0 0 10px 0 var(--outer-space) !important;
  border: 4px solid var(--white) !important;
  box-sizing: border-box !important;
  font-family: Raleway, sans-serif;
}
.cookie-consent-content {
  font-size: 12px;
  padding: 5px;
  box-sizing: border-box;
  line-height: 18px;
}
.cookie-consent-button {
  font-size: 12px;
  border-radius: 4px !important;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 10px !important;
  margin-right: 30px !important;
  height: 30px;
  line-height: 30px;
  vertical-align: bottom;
  background-color: var(--dodger-blue) !important;
  color: var(--white) !important;
}
.cookie-consent-button:active {
  box-shadow: 2px 4px 4px 0 var(--black_14) inset !important;
  line-height: 30px;
}
.cookie-consent-button.decline {
  margin-right: 4px !important;
  font-weight: 500;
  background-color: var(--silver-chalice) !important;
  color: var(--intense-blue) !important;
}
#errorMessage {
  position: fixed;
  top: 50%;
  width: 100vw;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: var(--intense-blue);
}
@keyframes blinker {
  50% {
    color: var(--white);
    opacity: .8;
    transform: scale(1.1);
  }
}

/* [project]/styles/partners/frame.css [app-client] (css) */
.hide {
  display: none !important;
}
.call_to_actions {
  display: flex;
  align-items: center;
}
button {
  font-family: 'Montserrat', sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0 34px;
  padding-right: 28px;
  background: var(--dodger-blue);
  border: 2px solid var(--dodger-blue);
  color: var(--white);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -.5px;
  height: 49px;
  line-height: 40px;
  border-radius: 8px;
  box-shadow: 1px 2px 2px var(--black_20);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 100ms ease-in;
  white-space: nowrap;
}
button i {
  position: relative;
  margin-left: 10px;
}
button:hover {
  background: var(--dodger-blue_93);
  border-color: var(--dodger-blue_93);
}
button:active {
  top: .5px;
  box-shadow: 1px 2px 2px var(--black_14);
}
.second_call_to_action {
  position: relative;
  margin-left: 30px;
  font-weight: 700;
  font-size: 14px;
  color: var(--red-notice);
  cursor: pointer;
}
.second_call_to_action:hover {
  text-decoration: underline;
}
#nprogress .peg {
  box-shadow: none !important;
}
#nprogress .spinner {
  display: none !important;
}
.really-hide {
  visibility: hidden;
  transition: visibility 0s, opacity .5s linear;
  cursor: default !important;
}
.tf-v1-widget iframe {
  border-radius: 0 !important;
}
.noanim div {
  animation: none !important;
  opacity: 1 !important;
}
.oblique {
  z-index: 2;
  position: relative;
}
.bckg_404 {
  background-color: var(--black);
  position: absolute;
  height: 100vh;
  width: 100vw;
  text-align: center;
}
.msg_404 {
  color: var(--white);
  top: 50%;
  position: relative;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
}

/* [project]/styles/partners/index.css [app-client] (css) */
#rainbow_header {
  position: relative;
  width: 100%;
  padding-bottom: 353px;
  z-index: 2;
  box-sizing: border-box;
  overflow: hidden;
}
#rainbow_header .borders {
  position: absolute;
  left: 50%;
  bottom: 85px;
  transform: translateX(-50%);
  max-width: 1280px;
  width: 100%;
  border-left: 1px dashed var(--borders-gray);
  border-right: 1px dashed var(--borders-gray);
  height: 350px;
  box-sizing: border-box;
}
#rainbow_header .dancing_gradient {
  position: absolute;
  width: calc(100% + 20px);
  margin-left: -10px;
  bottom: 200px;
  height: 100%;
}
#rainbow_header .rainbow {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .6;
  filter: saturate(2.5);
}
#rainbow_header .gradient {
  position: absolute;
  width: 100%;
  height: 480px;
  bottom: -2px;
  border-bottom: 1px dashed var(--borders-gray);
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%);
}
#rainbow_header .top_gradient {
  position: absolute;
  width: 100%;
  height: 140px;
  background: rgb(255, 0, 255);
  background: linear-gradient(180deg, rgba(255, 0, 255, .2) 0%, rgba(255, 0, 255, 0) 100%);
}
#rainbow_header .dots {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 200px;
  background-image: url("../media/dots.c9328238.webp");
  background-repeat: repeat;
  background-size: 200px;
}
#rainbow_header .container {
  position: relative;
  width: 100%;
  top: 0;
}
#rainbow_header .content {
  position: relative;
  min-width: 768px;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  box-sizing: border-box;
}
#rainbow_header .box_left_master {
  flex: 1 1 29%;
  position: relative;
}
#rainbow_header h1 {
  top: 0;
  color: var(--intense-blue);
  line-height: clamp(54px, 7.5vw, 95px);
  font-size: clamp(54px, 7vw, 93px);
  font-weight: 700;
  min-width: 768px;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 210px;
  padding-left: 0;
  padding-right: 40px;
  box-sizing: border-box;
}
#rainbow_header h1.burn {
  position: relative;
  mix-blend-mode: color-burn;
}
#rainbow_header h1.transparent {
  position: absolute;
  color: var(--intense-blue_93);
  opacity: .4;
}
#rainbow_header h1 span {
  display: block;
}
#rainbow_header .content div.paragraph {
  position: relative;
  border-radius: 2px;
  color: var(--text-default-color);
  margin-top: 30px;
  font-size: 19px;
  display: block;
  line-height: 30px;
  font-weight: 400;
  background-color: initial;
  padding: 0;
  padding-right: 140px;
  margin-bottom: initial;
  text-wrap: balance;
}
#rainbow_header .call_to_actions {
  margin-top: 50px;
}
#rainbow_header .box_right_slave {
  flex: 1 1;
  position: relative;
}
#rainbow_header .app_pwa {
  position: absolute;
  width: 895px;
  height: 736px;
  top: 140px;
  background-size: cover;
}
#rainbow_header .app_mobile {
  position: absolute;
  margin-left: -115px;
  margin-top: 375px;
  width: 365px;
  height: 637px;
  background-size: cover;
}
@keyframes AnimateDance {
  0% {
    transform: skewY(-12deg);
  }
  50% {
    transform: skewY(0deg);
  }
  100% {
    transform: skewY(-12deg);
  }
}

/* [project]/styles/partners/main-menu.css [app-client] (css) */
#main_menu.container {
  position: absolute;
  width: 100%;
  height: 200px;
  z-index: 10;
}
#main_menu .topmenu_content {
  position: relative;
  margin: 0 auto;
  height: 90px;
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#main_menu .logo {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  -webkit-filter: drop-shadow(0 0 3px var(--black_14));
  filter: drop-shadow(0 0 3px var(--black_14));
  flex: 1;
}
#main_menu .logo-icon {
  position: relative;
  width: 50px;
  height: 50px;
}
#main_menu .logo-text {
  position: relative;
  width: 90px;
  height: 50px;
  margin-left: 12px;
}
#main_menu ul.topmenu {
  display: flex;
  list-style-type: none;
  color: var(--white);
  font-size: 14.5px;
  font-weight: 600;
  text-shadow: 0 0 3px var(--black_14);
  padding: 0;
  transition: all 200ms ease-out;
  flex: 1;
  justify-content: center;
}
#main_menu ul.topmenu.is_bright {
  color: var(--intense-blue);
  text-shadow: 0 0 3px var(--black_14);
}
#main_menu ul.topmenu li {
  position: relative;
  display: block;
  margin: 25px 0;
  padding: 0 20px;
  border-radius: 8px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  border: 1px solid transparent;
  transition: all ease-out 120ms;
  white-space: nowrap;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  cursor: default;
}
#main_menu ul.topmenu a li {
  cursor: pointer;
}
#main_menu ul.topmenu li:hover {
  background-color: var(--white_07);
  border: 1px solid var(--white);
}
#main_menu ul.topmenu.is_bright li:hover {
  background-color: var(--black_04);
  border: 1px solid var(--black_20);
}
#main_menu #submenus {
  position: absolute;
  margin-top: 65px;
  z-index: 1;
  transform-origin: top center;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50%) perspective(75em) rotateX(-20deg);
}
#main_menu #submenus .arrow {
  position: absolute;
  margin-top: 0px;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 0 3px 7px var(--black_14);
  transition: margin 200ms ease-out;
}
#main_menu #submenus .arrow i {
  font-size: 34px;
  color: var(--white);
}
#main_menu #submenus .items {
  position: relative;
  margin-top: 12px;
  border-radius: 14px;
  box-shadow: 1px 20px 20px 0 var(--black_14);
  box-sizing: border-box;
  border: 4px solid var(--white);
}
#main_menu #submenus .shadow {
  display: flex;
  padding: 20px;
  position: relative;
  border-radius: 9px;
  background-color: var(--white_99);
}
#main_menu #submenus .submenu {
  position: relative;
  list-style-type: none;
  color: var(--intense-blue);
  font-size: 14px;
  font-weight: 600;
  text-transform: initial;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  align-items: stretch;
  text-shadow: none;
  box-sizing: border-box;
  z-index: 2;
}
#main_menu #submenus .submenu li {
  margin: 0;
  cursor: pointer;
  transition: all ease-out 100ms;
  border-radius: 8px;
  padding: 12px 20px;
  text-align: center;
  background-color: transparent;
}
#main_menu #submenus .submenu li:hover {
  background-color: var(--background-gray);
}
#main_menu button.signup {
  position: relative;
  margin: 0;
  background-color: var(--white_20);
  color: var(--white);
  border-color: var(--white);
  border-width: 2px;
  font-weight: 600;
  transform: scale(.8);
  transform-origin: right;
  text-shadow: 0 0 4px var(--black_14);
  box-shadow: 0 0 4px 0 var(--black_14);
  transition: all 200ms ease-out;
}
#main_menu button.signup:hover {
  background-color: var(--black_04);
}
#main_menu button.signup.contract {
  padding: 0;
  width: 50px;
  max-width: 50px;
  overflow: hidden;
  border-radius: 12px;
}
#main_menu button.signup .picture {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main_menu button.signup .picture i {
  margin: 0;
}
#main_menu button.signup.is_bright {
  background-color: transparent;
  color: var(--intense-blue);
  border-color: var(--intense-blue);
  text-shadow: 0 0 4px var(--black_14);
  box-shadow: 0 0 4px 0 var(--black_14);
}
#main_menu .pane {
  display: flex;
  align-items: center;
  gap: 5px;
  flex: 1;
  justify-content: flex-end;
}
#main_menu .logged_user_pane {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: flex-end;
}
#main_menu .logged_user_pane .display_name {
  box-sizing: border-box;
  transition: all ease-out 120ms;
  white-space: nowrap;
  color: var(--white);
  font-size: 12.5px;
  font-weight: 700;
  text-shadow: 0 0 3px var(--black_14);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  letter-spacing: .1px;
  cursor: pointer;
  position: relative;
  right: 0;
}
#main_menu .logged_user_pane .display_name span {
  font-size: 10.5px;
  opacity: .8;
  font-weight: 600;
}
#main_menu .logged_user_pane:hover .display_name {
  right: -5px;
}
#mobile_menu_button {
  position: absolute;
  right: 40px;
  cursor: pointer;
  overflow: hidden;
  display: none;
  -webkit-tap-highlight-color: var(--red);
  -webkit-tap-highlight-color: transparent;
}
#mobile_menu_button svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  transform: scale(3) !important;
}
#mobile_menu {
  position: absolute;
  border-radius: 14px;
  box-shadow: 1px 20px 20px 0 var(--black_14);
  box-sizing: border-box;
  border: 4px solid var(--white);
  margin: 100px 40px 40px 40px;
  z-index: 10;
  width: calc(100% - 80px);
  visibility: hidden;
  opacity: 0;
  transition: opacity 120ms ease-out, visibility 200ms;
}
#mobile_menu.show {
  visibility: visible;
  opacity: 1;
}
#mobile_menu .shadow {
  padding: 20px;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 9px;
  background-color: var(--gainsboro_93);
  box-sizing: border-box;
}
#mobile_menu ul {
  list-style-type: none;
  color: var(--intense-blue);
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
#mobile_menu li {
  margin: 0;
  cursor: pointer;
  transition: all ease-out 100ms;
  border-radius: 8px;
  padding: 12px 20px;
  background-color: transparent;
}
#mobile_menu li:hover {
  background-color: var(--white);
}

/* [project]/styles/partners/marvel-header.css [app-client] (css) */
#marvel_header {
  position: relative;
  width: 100%;
  padding-bottom: 100px;
  z-index: 1;
  box-sizing: border-box;
  overflow: hidden;
  background-color: var(--white);
  border-bottom: 1px dashed var(--borders-gray);
}
#marvel_header.is_dark.is_image {
  background-color: var(--black);
}
#marvel_header.is_left.is_image {
  background-color: var(--white);
}
#marvel_header.is_video {
  padding-bottom: 100px;
}
#marvel_header .borders {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1280px;
  width: 100%;
  border-left: 1px dashed var(--borders-gray);
  border-right: 1px dashed var(--borders-gray);
  height: 100%;
}
#marvel_header .dancing_gradient {
  position: absolute;
  top: 0;
  width: calc(100% + 20px);
  margin-left: -10px;
  height: calc(100% - 5px);
  height: 100%;
  border-bottom: 1px dashed var(--borders-gray);
}
#marvel_header.is_left .dancing_gradient {
  height: 460px;
}
#marvel_header #header_image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 1100px;
  transition: all 200ms ease-in;
  opacity: .6;
}
#marvel_header.is_left #header_image {
  height: 460px;
  opacity: 1;
}
#marvel_header .rainbow {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .6;
  filter: saturate(2.5);
}
#marvel_header .gradient {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%);
}
#marvel_header.is_left .gradient {
  display: none;
}
#marvel_header .top_gradient {
  position: absolute;
  width: 100%;
  height: 140px;
  background: rgb(255, 0, 255);
  background: linear-gradient(180deg, rgba(255, 0, 255, .2) 0%, rgba(255, 0, 255, 0) 100%);
}
#marvel_header .dots {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 200px;
  background-image: url("../media/dots.c9328238.webp");
  background-repeat: repeat;
  background-size: 200px;
}
#marvel_header .container {
  position: relative;
  width: 100%;
  top: 0;
}
#marvel_header .content {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: clamp(10px, 5vw, 40px);
  padding-right: clamp(10px, 5vw, 40px);
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
}
#marvel_header.is_left .content {
  flex-direction: row;
}
#marvel_header .box_left_master {
  flex: 1 1 100%;
  position: relative;
}
#marvel_header .title_container {
  position: relative;
  display: flex;
  justify-content: center;
}
#marvel_header.is_left .title_container {
  height: 460px;
  justify-content: left;
}
#marvel_header h1 {
  margin-top: 160px;
  color: var(--intense-blue);
  line-height: clamp(48px, 7.5vw, 85px);
  font-size: clamp(40px, 7vw, 77px);
  font-weight: 700;
  text-align: left;
  transition: color 200ms ease-out;
  text-wrap: balance;
}
#marvel_header.is_center h1 {
  padding-left: clamp(10px, 5vw, 60px);
  padding-right: clamp(10px, 5vw, 60px);
  text-align: center;
}
#marvel_header.is_dark h1 {
  color: var(--white);
}
#marvel_header.is_gradient h1 {
  color: var(--intense-blue);
}
#marvel_header.is_dark.is_gradient.is_left .content h1 {
  color: var(--intense-blue);
}
#marvel_header.is_left .content h1 {
  padding: 0;
  position: absolute;
  font-weight: 700;
  line-height: clamp(34px, 7.5vw, 77px);
  font-size: clamp(34px, 7vw, 72px);
  top: auto;
  bottom: 0;
  margin: auto;
  margin-bottom: 40px;
  text-align: left;
  margin-left: 0;
}
#marvel_header.is_dark.is_left .content h1 {
  color: var(--white);
}
#marvel_header.is_gradient h1.transparent {
  position: relative;
  color: var(--intense-blue_93);
  opacity: .4;
}
#marvel_header h1.h1_burn {
  position: absolute;
  top: 0;
  color: var(--intense-blue);
  mix-blend-mode: color-burn;
}
#marvel_header .paragraph {
  position: relative;
  margin-top: clamp(30px, 5vw, 50px);
  color: var(--intense-blue);
  line-height: clamp(25px, 4.5vw, 32px);
  font-size: clamp(20px, 3vw, 22px);
  font-weight: 400;
  text-align: left;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  transition: color 200ms ease-out;
  text-wrap: balance;
}
#marvel_header.is_center .paragraph {
  text-align: center;
}
#marvel_header .paragraph ul {
  list-style-position: inside;
  list-style-type: disc;
  margin-top: 20px;
  margin-bottom: 20px;
}
#marvel_header .paragraph li {
  margin-bottom: 10px;
}
#marvel_header .paragraph small {
  font-size: 12px;
  font-weight: 500;
  color: var(--text-default-color);
  background-color: var(--gainsboro_67);
  padding: 0px 12px;
  border-radius: 3px;
  margin-bottom: 10px;
  display: inline-block;
}
#marvel_header .paragraph.light {
  color: var(--text-default-color);
  margin-top: 0;
  font-size: 18px;
  display: block;
  width: 100%;
  line-height: 30px;
  font-weight: 400;
  background-color: initial;
  padding: 0;
  margin-bottom: initial;
}
#marvel_header .paragraph.light strong {
  margin-top: 50px;
  margin-bottom: 20px;
  display: inline-block;
}
#marvel_header.is_dark .paragraph {
  color: var(--white);
}
#marvel_header.is_gradient .paragraph, 
#marvel_header.is_image.is_left .paragraph {
  color: var(--intense-blue);
}
#marvel_header.is_left .paragraph {
  text-align: left;
}
#marvel_header.is_left .paragraph a {
  border-bottom: .5px solid var(--text-default-color);
}
#marvel_header .paragraph strong {
  font-weight: 700;
  border-radius: 2px;
}
#marvel_header .call_to_actions {
  margin-top: 50px;
  text-align: left;
  display: block;
}
#marvel_header.is_left .call_to_actions {
  text-align: left;
  display: block;
}
#marvel_header.is_center .call_to_actions {
  text-align: center;
  display: block;
}
#marvel_header .video {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 70px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 0px 5px var(--white), 0 2px 20px 4px var(--black_14), 0 0 0 1px var(--white) inset;
  aspect-ratio: 16/ 9;
  background-color: var(--white);
}
#marvel_header .box_right_slave {
  flex: 1 1;
  position: relative;
}

/* [project]/styles/partners/marvel-box.css [app-client] (css) */
#marvel_box {
  position: absolute;
  width: 100%;
  margin-top: -198px;
  z-index: 1;
}
#marvel_box.global {
  margin-top: 0;
}
#marvel_box .container {
  position: relative;
  width: 100%;
}
#marvel_box .boundaries {
  overflow: hidden;
}
#marvel_box .bkg_color {
  position: absolute;
  width: 100%;
  height: calc(100% - 1px);
  top: 0;
}
#marvel_box .borders {
  position: absolute;
  max-width: 1280px;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  border-left: 1px dashed var(--borders-gray);
  border-right: 1px dashed var(--borders-gray);
  box-sizing: border-box;
}
#marvel_box .for_divider .borders {
  top: 130px;
  height: calc(100% - 130px);
}
#marvel_box .content {
  position: relative;
  min-width: 768px;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 130px;
  padding-bottom: 130px;
  display: flex;
  box-sizing: border-box;
  z-index: 2;
}
#marvel_box .for_divider .content {
  padding-top: 100px;
}
#marvel_box .bkg_color.blur {
  border-top: 1px dashed var(--borders-gray);
  background-size: cover;
  filter: blur(20px);
  transform: scale(1.5);
  transform-origin: center;
}
#marvel_box .bkg_color.white {
  background-color: var(--white);
  border-bottom: 1px dashed var(--borders-gray);
}
#marvel_box .bkg_color.gray {
  background-color: var(--background-gray);
  border-bottom: 1px dashed var(--borders-gray);
}
#marvel_box .bkg_color.blue {
  background-color: var(--intense-blue);
  background: var(--stop-blue-fade);
  border-top: 1px dashed var(--borders-gray);
}
#marvel_box .bkg_color.red {
  background-color: var(--red);
}
#marvel_box .content.white {
  color: var(--intense-blue);
}
#marvel_box .content.white .sommario {
  color: var(--text-default-color);
}
#marvel_box .content.gray {
  color: var(--intense-blue);
}
#marvel_box .content.gray .sommario {
  color: var(--text-default-color);
}
#marvel_box .content.blue {
  color: var(--gainsboro);
}
#marvel_box .content.red {
  color: var(--intense-blue);
}
#marvel_box .carousel.gray {
  background-color: var(--background-gray);
}
#marvel_box .carousel.white {
  background-color: var(--white);
}
#marvel_box .carousel.blue {
  background-color: var(--intense-blue);
  background: var(--stop-blue-fade);
}
#marvel_box .carousel.red {
  background-color: var(--red);
}
#marvel_box .box_left_master {
  flex: 1 1 20%;
  margin-right: 40px;
  position: relative;
}
#marvel_box .box_right_slave {
  flex: 1 1;
  margin-left: 20px;
  position: relative;
}
#marvel_box .box_left_slave {
  flex: 1 1;
  margin-right: 20px;
  position: relative;
}
#marvel_box .box_right_master {
  flex: 1 1 20%;
  margin-left: 40px;
  position: relative;
}
#marvel_box .box_left {
  position: relative;
}
#marvel_box .box_center {
  position: relative;
  text-align: center;
}
#marvel_box h3.occhiello {
  color: var(--red-notice);
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 37px;
}
#marvel_box h2.titolo {
  font-weight: 700;
  font-size: clamp(30px, 5vw, 50px);
  margin-bottom: 35px;
  text-wrap: balance;
}
#marvel_box h2.titolo.column {
  margin-bottom: 55px;
}
#marvel_box div.sommario {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 50px;
}
#marvel_box div.sommario p {
  margin-bottom: 20px;
}
#marvel_box div.sommario.nobutton {
  margin-bottom: 0;
}
#marvel_box div.sommario.column {
  display: flex;
}
#marvel_box div.sommario.column div {
  margin-right: 90px;
  flex: 1 1 0;
}
#marvel_box div.sommario.column div:last-child {
  margin-right: 0;
}
#marvel_box div.sommario.column h3 {
  margin-bottom: 20px;
}
#marvel_box div.sommario ul {
  margin-top: 40px;
  padding-left: 0;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.8em;
  list-style-position: inside;
  list-style-type: none;
}
#marvel_box div.sommario ul li a {
  display: inline-block;
  line-height: 0;
  text-decoration: underline;
}
#marvel_box div.sommario ul li::before {
  content: '✻';
  margin-right: 10px;
}
#marvel_box .side_image {
  position: absolute;
  width: 50vw;
  height: 100%;
  background-repeat: no-repeat;
  border: 0;
}
#marvel_box .side_image.contain {
  background-size: contain;
}
#marvel_box .side_image.cover {
  background-size: cover;
}
#marvel_box .side_image.right {
  left: 0;
  background-position: left top;
}
#marvel_box .side_image.left {
  right: 0;
  background-position: right top;
}
#marvel_box .side_image.sinistra {
  background-position: left top;
}
#marvel_box .spoton {
  position: relative;
}
#marvel_box .spoton-tabs {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  cursor: pointer;
  border-bottom: 1px solid var(--gainsboro);
}
#marvel_box .spoton-tab {
  position: relative;
  font-weight: 500;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: var(--gainsboro);
  transition: margin 120ms ease-out;
}
#marvel_box .spoton-tab:hover {
  margin-top: -4px;
}
#marvel_box .spoton-box {
  margin-top: 40px;
  display: flex;
}
#marvel_box .spoton-box .spoton-content {
  text-align: left;
  width: 50%;
  padding-left: 20px;
  padding-right: 40px;
  box-sizing: border-box;
}
#marvel_box .spoton-box h3 {
  position: relative;
  font-weight: 700;
  font-size: 22px;
}
#marvel_box .spoton-box p {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  margin-top: 20px;
  line-height: 26px;
}
#marvel_box .spoton-box p strong {
  font-weight: 500;
}
#marvel_box .spoton-box .image {
  position: relative;
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  overflow: hidden;
}
#marvel_box .spoton-box .call_to_actions {
  margin-top: 50px;
}
#marvel_box .carousel {
  text-align: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}
#marvel_box .carousel-track {
  animation: CarouselScroll var(--carousel-scroll-time) linear infinite;
  width: calc(220px * 18);
  display: flex;
}
#marvel_box .carousel-slide {
  position: relative;
  width: 100px;
  aspect-ratio: 1/ 1;
  margin-left: 60px;
  margin-right: 60px;
  flex: 0 0 auto;
}
@keyframes CarouselScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-220px * 6));
  }
}
#marvel_box .fullsize_image {
  height: 600px;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}
#marvel_box .fullsize_image .content {
  height: 100%;
  display: block;
}
#marvel_box .fullsize_image .content .full_image {
  position: absolute;
  width: calc(100% - 80px);
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  top: 0;
  box-shadow: 0 0 5px 0 var(--black_20);
  border-radius: 10px;
  overflow: hidden;
}
#marvel_box .fullsize_image .full-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 40px;
  box-sizing: border-box;
  background-color: var(--black_20);
}
#marvel_box .fullsize_image .full-container.bottom {
  top: auto;
  height: auto;
  bottom: 0;
  backdrop-filter: blur(5px);
}
#marvel_box .fullsize_image .full-container h2 {
  font-size: 42px;
  text-shadow: 1px 1px 4px var(--black_20);
}
#marvel_box .fullsize_image .full-container .sommario {
  text-shadow: 1px 1px 4px var(--black_20);
  padding-left: 50px;
  padding-right: 50px;
  text-wrap: balance;
}
#marvel_box .fullsize_image .full-container.is_dark h2, 
#marvel_box .fullsize_image .full-container.is_dark .sommario {
  color: var(--white);
  margin-bottom: 30px;
}
#marvel_box .fullsize_image .full-container .call_to_actions {
  display: block;
  text-align: center;
}
.sommario strong {
  font-weight: 600;
  background-color: var(--yellow_93);
  padding: 4px;
  border-radius: 2px;
  color: var(--black);
}
#marvel_box .for_divider .bkg_color .oblique {
  position: absolute;
  width: 100vw;
  height: 200px;
  transform: skewY(-3deg);
  transform-origin: top left;
}
#marvel_box .for_divider .bkg_color.white .oblique {
  background-color: var(--white);
}
#marvel_box .for_divider .bkg_color.blue .oblique {
  background-color: var(--intense-blue);
  background: var(--stop-blue-fade-out);
}
#marvel_box .for_divider .bkg_color.gray .oblique {
  background-color: var(--background-gray);
}
#marvel_box .bordersOblique {
  position: absolute;
  max-width: 1280px;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  border-left: 1px dashed var(--borders-gray);
  border-right: 1px dashed var(--borders-gray);
  box-sizing: border-box;
}
.squares {
  position: absolute;
  background-image: url("../media/dots.c9328238.webp");
  background-repeat: repeat;
  background-size: 200px;
  width: 100%;
  height: 100%;
  margin-top: -100px;
  z-index: 1;
  opacity: .6;
}
#marvel_box .tiles {
  width: 100%;
  display: grid;
  padding-top: 40px;
  justify-items: stretch;
  justify-content: space-evenly;
  align-content: space-between;
  grid-gap: 50px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 260px));
}
#marvel_box .tile {
  display: flex;
  aspect-ratio: 1/ 1;
  box-sizing: border-box;
  overflow: hidden;
  flex-direction: column;
}
#marvel_box .tile .tile-bckg {
  width: 100%;
  height: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 90px;
  color: var(--gainsboro_67);
  transition: 200ms all ease-out;
}
#marvel_box .tile:hover .tile-bckg {
  color: var(--gainsboro);
}
#marvel_box .tile .egg-top {
  height: 50%;
  display: flex;
  gap: 25px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-size: 22px;
  color: var(--gainsboro_93);
  font-weight: 500;
  padding-top: 30px;
}
#marvel_box .tiles-container .content {
  display: block;
  padding-bottom: 60px;
}
#marvel_box .tiles-container h3.occhiello, 
#marvel_box .tiles-container h2.titolo {
  text-align: center;
}
#marvel_box .tiles-container h2.titolo {
  margin-bottom: 55px;
}

/* [project]/styles/partners/marvel-form.css [app-client] (css) */
#form {
  overflow: hidden;
}
#marvel_box .container.box_form {
  font-family: Montserrat;
  background-color: var(--white);
}
#marvel_box .box_form .content {
  flex-direction: column;
  padding-left: clamp(20px, 15vw, 200px);
  padding-right: clamp(20px, 15vw, 200px);
  padding-top: 120px;
  padding-bottom: 120px;
  margin-top: 0;
  margin-bottom: 0;
}
#marvel_box .box_form .question-container {
  flex-direction: row;
  line-height: 35px;
  color: var(--intense-blue);
  display: flex;
}
#marvel_box .box_form .question-index {
  display: flex;
  align-items: center;
  transform: translate(-100%);
  padding-right: 10px;
  position: absolute;
}
#marvel_box .box_form .question-container .num {
  font-size: 16px;
  font-weight: 600;
  border: 2px solid var(--black_14);
  aspect-ratio: 1/ 1;
  width: 35px;
  text-align: center;
  border-radius: 100%;
  transform: scale(.6);
  transform-origin: right;
}
#marvel_box .box_form .question-container i {
  font-size: 12px;
  color: var(--black_14);
}
#marvel_box .box_form .question {
  width: 100%;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
}
#marvel_box .box_form .field {
  position: relative;
  top: 0;
  width: 100%;
  background: transparent;
  border: none;
  margin-top: 42px;
  font-size: 28px;
  font-weight: 400;
  color: var(--intense-blue);
  outline: none;
  font-family: Montserrat;
}
#marvel_box .box_form .field::placeholder {
  color: var(--black_20);
  font-weight: 400;
}
#marvel_box .box_form .field:focus + .subline {
  height: 2px;
  margin-bottom: 28.5px;
}
#marvel_box .box_form .subline {
  position: relative;
  box-sizing: border-box;
  top: 10px;
  width: 100%;
  height: .5px;
  margin-bottom: 30px;
  background: var(--intense-blue);
  transition: all 100ms ease-out;
}
#marvel_box .box_form .subline.gap {
  margin-top: 40px;
}
#marvel_box .box_form .buttons {
  display: flex;
  justify-content: space-between;
}
#marvel_box .box_form button {
  position: relative;
  box-sizing: border-box;
  border: none;
  background: var(--black);
  font-size: 18px;
  font-weight: 600;
  box-shadow: none;
  transform: scale(.85);
  transform-origin: left;
}
#marvel_box .box_form .ok_btn {
  display: flex;
  align-items: center;
  gap: 10px;
}
#marvel_box .box_form .return {
  position: relative;
  font-size: 11px;
  color: var(--text-default-color);
  text-align: left;
}
#marvel_box .box_form .move {
  display: flex;
  align-items: center;
  justify-content: center;
}
#marvel_box .box_form button.move {
  padding: 0;
  aspect-ratio: 1/ 1;
  transform: scale(.7);
  transform-origin: right;
  border-radius: 100%;
  margin-left: -5px;
}
#marvel_box .box_form button.move.disabled {
  opacity: .4;
  cursor: default;
  pointer-events: none;
}
#marvel_box .box_form button i {
  font-size: 20px;
}
#marvel_box .box_form button.move i {
  margin: 0;
}
#marvel_box .box_form .details {
  color: var(--silver-chalice);
  font-size: 13px;
  font-weight: 400;
  padding-left: 5px;
  position: relative;
  top: 2px;
}
#marvel_box .box_form .details.error {
  color: var(--red);
  font-weight: 500;
}
#marvel_box .box_form .react-select-container {
  margin-top: 30px;
  margin-bottom: 10px;
  top: 10px;
  font-size: 28px;
  font-weight: 400;
  color: var(--intense-blue);
}
#marvel_box .box_form .react-select__menu {
  background-color: var(--background-gray);
  color: var(--intense-blue);
  margin-top: 12px;
  max-height: 170px;
  font-size: 18px;
  border-bottom: .5px solid var(--intense-blue);
}
#marvel_box .box_form .react-select__placeholder {
  color: var(--black_20);
  font-weight: 400;
}
#marvel_box .box_form .react-select__menu-list {
  max-height: 170px;
}
#marvel_box .box_form .react-select-container:active + .subline {
  height: 2px;
  margin-bottom: 28.5px;
}
#marvel_box .box_form .react-select__option {
  padding: 10px;
}
#marvel_box .box_form .react-select__option--is-focused, 
#marvel_box .box_form .react-select__option--is-selected {
  background-color: var(--gainsboro_67);
  border-radius: 3px;
}
#marvel_box .box_form .react-select__option--is-selected {
  font-weight: 600;
}
input::-webkit-outer-spin-button, 
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#marvel_box .box_form .scelta {
  display: flex;
  gap: 10px;
}
#marvel_box .box_form .sino {
  font-size: 20px;
  width: 120px;
  padding: 4px;
  text-align: center;
  line-height: 30px;
}
#marvel_box .box_form .content.end {
  text-align: center;
  height: 400px;
}
#marvel_box .box_form .close-form {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 30px;
  color: var(--text-default-color);
  cursor: pointer;
}
#marvel_box .box_form .content.end .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  transform: translate(-50%, -50%);
  color: var(--text-default-color);
}
.formprogress {
  position: relative;
  height: 3px;
  background-color: var(--gainsboro);
  top: 0;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.formprogress div {
  position: relative;
  height: 100%;
  width: 0;
  background-color: var(--red-notice);
  transition: width 400ms cubic-bezier(.34, 1.56, .64, 1);
}

/* [project]/styles/partners/marvel-feature.css [app-client] (css) */
#marvel_feature .container {
  background-color: var(--white);
}
#marvel_feature .content {
  display: block;
  padding: 40px;
  padding-bottom: 120px;
  border-top: 3px solid var(--gainsboro);
}
#marvel_feature .row {
  position: relative;
  min-height: 80px;
  width: 100%;
  background-color: var(--white);
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  padding: 4px 0 4px 20px;
  box-sizing: border-box;
}
#marvel_feature .row:nth-child(odd) {
  background-color: var(--white);
}
#marvel_feature .row:nth-child(even) {
  background-color: var(--background-gray);
}
#marvel_feature .row .feature {
  font-weight: 600;
  font-size: 16px;
  width: 40%;
}
#marvel_feature .row .feature small {
  display: block;
  margin-top: 2px;
  font-weight: 400;
  font-size: 12px;
}
#marvel_feature .row .cell small.detail {
  font-size: 12px;
  font-weight: 500;
}
#marvel_feature .row .availability {
  display: flex;
  width: 60%;
  min-width: 620px;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
}
#marvel_feature .row .availability .cell {
  font-weight: 400;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  font-size: 13px;
  flex-basis: 130px;
}
#marvel_feature .row .cell.labels {
  display: block;
  margin-bottom: 10px;
}
#marvel_feature .row .cell.labels span {
  background-color: var(--yellow_93);
  padding: 5px 12px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 19px;
  text-transform: capitalize;
}
#marvel_feature .row .cell.price {
  font-family: 'Montserrat';
}
#marvel_feature .row .cell strong {
  font-weight: 600;
  font-size: 16px;
}
#marvel_feature .row .availability .cell i.fa-times {
  color: var(--silver-chalice);
  font-size: 16px;
}
#marvel_feature .row .availability .cell i.fa-check {
  color: var(--dodger-blue);
  font-size: 16px;
}

/* [project]/styles/partners/footer.css [app-client] (css) */
footer {
  font-family: Montserrat, sans-serif;
  position: relative;
  width: 100vw;
  background-color: var(--footer-tone);
  height: auto;
  line-height: initial;
  padding-left: 0;
  text-align: center;
}
footer .footer-content {
  position: relative;
  width: 100vw;
  max-width: 1279px;
  display: inline-flex;
  justify-content: space-around;
}
footer .flex-item {
  color: var(--intense-blue);
  text-align: left;
  margin: 90px 40px;
  flex: 1 1 auto;
  flex-basis: 0;
}
footer .flex-item:first-child {
  margin-left: 50px;
}
footer .flex-item:last-child {
  margin-right: 50px;
}
footer .flex-item h3 {
  margin: 0;
  font-weight: 500;
  font-size: 22px;
  color: var(--silver-chalice);
  height: 27px;
}
footer .flex-item .image {
  position: absolute;
  top: 80px;
  left: 30px;
  margin: 0;
  width: 130px;
  height: 45px;
  background-repeat: no-repeat;
  background-image: url('/images/logo-bn.webp');
  background-size: contain;
}
footer .flex-item .box {
  font-size: 12px;
  margin-top: 30px;
  font-weight: 400;
  color: var(--silver-chalice);
  line-height: 16px;
  white-space: normal;
}
footer .flex-item .box a {
  font-size: 13px;
  display: block;
  margin-top: 20px;
  color: var(--silver-chalice);
}
footer .flex-item .box a i {
  margin-right: 10px;
  width: 14px;
  text-align: center;
}
footer input {
  font-weight: 400;
  color: var(--intense-blue);
  background: var(--background-gray);
  outline: none;
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid var(--background-gray);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  padding: 10px;
  margin-top: 20px;
}
footer input::placeholder {
  color: var(--silver-chalice);
}
footer button.go-button {
  font-size: 11px;
  padding: 5px 10px;
  margin-top: 20px;
  height: 30px;
  line-height: inherit;
}
footer button.go-button:active {
  padding-top: 5px !important;
}
footer .check-email-newsletter {
  position: absolute;
  z-index: 9999;
  transition-property: visibility, opacity;
  transition-duration: .25s, .25s;
}
footer .check-email-newsletter.rtl {
  direction: rtl;
  margin-top: 27px;
  margin-left: -10px;
}
footer .check-email-newsletter div {
  position: absolute;
  background: var(--yellow);
  color: var(--intense-blue);
  padding: 4px 8px 4px 25px;
  font-size: 10px;
  font-weight: 500;
  border-radius: 20px;
  box-shadow: 0 0 0 4px var(--black_14), 0 0 2px 0 var(--black_14);
  white-space: nowrap;
  height: 14px;
  line-height: 14px;
  opacity: 1;
  overflow: hidden;
  visibility: visible;
  transition-property: opacity, visibility;
  transition-duration: .25s, 0s;
}
footer .check-email-newsletter.rtl div {
  padding: 4px 25px 4px 8px;
}
footer .check-email-newsletter div i {
  position: absolute;
  font-size: 16px;
  top: 3px;
  left: 3px;
}
footer .check-email-newsletter.rtl div i {
  left: auto;
  right: 3px;
}
footer .check-email-newsletter.hidex {
  transition-property: visibility, opacity;
  transition-duration: .25s, .25s;
  cursor: default !important;
  opacity: 0;
  visibility: hidden;
}
footer .newsOk {
  top: 10px;
  position: relative;
}
footer .news-ok-container {
  display: flex;
  align-items: center;
  gap: 15px;
}
footer .news-ok-container i {
  margin-right: 5px;
}
.footer-bottom {
  font-family: Montserrat, sans-serif;
  text-align: center;
  background-color: var(--footer-tone);
  font-weight: 500;
  font-size: 12px;
}
.footer-bottom-content {
  color: var(--intense-blue);
  width: 100vw;
  display: inline-block;
  max-width: 1279px;
  box-sizing: border-box;
  padding: 0 50px 0 50px;
  line-height: 100px;
  font-weight: 500;
  font-size: 12px;
  text-align: left;
  color: var(--silver-chalice);
  border-top: .5px solid var(--silver-chalice);
}
.footer-bottom-content a {
  color: var(--silver-chalice);
}
.footer-bottom-content .fa-heart {
  color: var(--red);
}
.footer-bottom-content .socials {
  position: relative;
  float: right;
  font-size: 20px;
  right: 0;
  vertical-align: bottom;
}
.footer-bottom-content .socials a {
  margin-left: 28px;
  color: var(--silver-chalice);
}
.download-apps {
  width: calc(100% - 40px);
  border-top: 1px dashed var(--silver-chalice);
  margin-top: 50px;
  padding-top: 20px;
}
#header .content .download-apps p.light {
  position: relative;
  color: var(--silver-chalice);
  font-size: 14px;
  line-height: inherit;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.app-badges {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.badge-playstore {
  width: 168px;
  height: 65px;
}
.badge-appstore {
  width: 168px;
  height: 65px;
}
.badge-playstore img, 
.badge-appstore img {
  width: 100%;
  height: auto;
}

/* [project]/styles/partners/responsive.css [app-client] (css) */
@media only screen and (max-width: 1024px) {
  #marvel_box div.sommario.column div {
    margin-right: 50px;
  }
  #marvel_box .spoton-box .call_to_actions {
    align-items: flex-start;
    flex-direction: column;
  }
  #marvel_box .spoton-box .call_to_actions .second_call_to_action {
    margin-left: 10px;
    margin-top: 30px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 980px) {
  #main_menu .logo-text {
    display: none;
  }
}
@media only screen and (max-width: 834px) {
  #main_menu ul.topmenu, 
  #main_menu button.signup {
    display: none;
  }
  #mobile_menu_button {
    display: block;
    margin-top: -5px;
  }
  #rainbow_header h1 {
    position: relative;
    margin-top: 160px;
    min-width: initial;
    max-width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }
  #rainbow_header h1 span {
    display: inline;
    margin-left: 11px;
  }
  #marvel_box h2.titolo.column {
    margin-bottom: 0;
  }
  #marvel_box div.sommario.column {
    display: block;
  }
  #marvel_box div.sommario.column div {
    margin: 0;
  }
  #marvel_box div.sommario.column h3 {
    margin-top: 40px;
  }
  #marvel_header .box_right_slave {
    display: none;
  }
}
@media only screen and (max-width: 585px) {
  body {
    overflow-x: initial;
  }
  .animated {
    animation-duration: 0s !important;
    opacity: 1 !important;
    transform: translate(0) scale(1) !important;
  }
  #main_menu .logo {
    transform-origin: left;
    transform: scale(.9);
  }
  #main_menu .topmenu_content {
    padding-left: 30px;
    padding-right: 30px;
  }
  #mobile_menu_button {
    right: 20px;
  }
  #rainbow_header {
    padding-bottom: 200px;
  }
  #rainbow_header .rainbow {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .6;
    filter: saturate(2.5);
  }
  #rainbow_header .container {
    position: relative;
    width: 100%;
    overflow: hidden;
    top: 0;
  }
  #rainbow_header h1 {
    line-height: clamp(44px, 7.5vw, 85px);
    font-size: clamp(37px, 7vw, 77px);
  }
  #rainbow_header .content {
    position: relative;
    width: 100%;
    min-width: auto;
    max-width: auto;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
  #rainbow_header .content p {
    width: 100%;
  }
  #rainbow_header .call_to_actions {
    margin-bottom: 100px;
  }
  #rainbow_header .content div.paragraph {
    width: auto;
  }
  #rainbow_header .content div.paragraph.light {
    width: 100%;
  }
  .call_to_actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .second_call_to_action {
    margin-left: 10px;
    margin-top: 30px;
    font-size: 14px;
  }
  #rainbow_header .box_right_slave {
    display: none;
  }
  #marvel_box {
    position: absolute;
    margin-top: -200px;
  }
  #marvel_box .carousel {
    overflow: hidden;
  }
  #marvel_box .container {
    position: relative;
    width: 100%;
  }
  #marvel_box .content {
    position: relative;
    min-width: auto;
    max-width: auto;
    width: 100%;
    margin: 0 auto;
    padding: 100px 30px;
    flex-direction: column;
    gap: 70px;
  }
  #marvel_box .box_form .content {
    gap: 20px;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  #marvel_box .box_form .field {
    margin-top: 30px;
    font-size: 20px;
  }
  #marvel_box .box_form .scelta {
    flex-direction: column;
  }
  #marvel_box .box_form .subline {
    top: 0;
    margin-bottom: 5px;
  }
  #marvel_box .box_form .field:focus + .subline {
    margin-bottom: 3.5px;
  }
  #marvel_box .box_form .react-select-container:active + .subline {
    margin-bottom: 3.5px;
  }
  #marvel_box .box_form .react-select-container {
    font-size: 20px;
  }
  #marvel_box .box_form .return {
    display: none;
  }
  #marvel_box .double_box_image_right .content {
    flex-direction: column-reverse;
  }
  #marvel_box .box_left_slave {
    top: 0;
    height: 100vw;
    margin-right: 0;
    position: relative;
  }
  #marvel_box .box_right_slave {
    margin-left: 0;
  }
  #marvel_box .box_right_slave.contain {
    margin-bottom: inherit;
  }
  #marvel_box .box_left_master {
    margin-right: 0;
  }
  #marvel_box .side_image {
    position: relative;
    width: 100%;
    height: 240px;
    background-size: cover;
  }
  #marvel_box .side_image.left {
    background-position: top;
  }
  #marvel_box .side_image.contain {
    background-position: top;
    height: initial;
    aspect-ratio: 1/ 1;
    background-size: cover;
  }
  #marvel_box .box_right_master {
    margin-left: 0;
  }
  #marvel_box .spoton {
    display: none;
  }
  #marvel_box .box_left_slave.contain {
    margin-bottom: 0px;
  }
  #marvel_box .fullsize_image {
    padding-top: 0;
  }
  #marvel_box .fullsize_image .full-container {
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  #marvel_box .fullsize_image .full-container .sommario {
    padding-left: 0px;
    padding-right: 0px;
  }
  #marvel_box .squares {
    display: none;
  }
  footer .footer-content {
    flex-direction: column;
  }
  footer .flex-item {
    margin: 50px 40px;
  }
  footer .flex-item .image {
    top: 50px;
    left: 40px;
  }
  footer .flex-item:first-child {
    margin-left: 40px;
  }
  .footer-bottom-content {
    padding-top: 20px;
    padding-bottom: 40px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 374px) {
  #marvel_box .box_left_master {
    margin-right: 0;
  }
  #marvel_box h2.titolo {
    font-size: 34px;
  }
}

/* [project]/styles/partners/animate.min.css [app-client] (css) */
@charset "UTF-8";
.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.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn, 
.animated.bounceOut, 
.animated.flipOutX, 
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
  }
  70% {
    -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 {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
  }
  70% {
    -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 {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1);
  }
  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1);
  }
  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1);
  }
  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1);
  }
  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  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(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg);
  }
}
@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  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(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .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: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .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: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .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: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .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: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .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: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .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: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }
  0% {
    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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }
  0% {
    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: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}
.bounceOut {
  -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 {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    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 {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -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 {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-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 {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-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 {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -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);
  }
  60%, 80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -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);
  }
  60%, 80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    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 {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
  }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(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% {
    transform-origin: top left;
  }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(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-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  50%, to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  50%, to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.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(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.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(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*# sourceMappingURL=styles_8e69c8._.css.map*/
