@font-face {
  font-family: "SVN-Gotham";
  src: url("../fonts/SVN-Gotham.eot");
  src: url("../fonts/SVN-Gotham.eot?#iefix") format("embedded-opentype"), url("../fonts/SVN-Gotham.woff2") format("woff2"), url("../fonts/SVN-Gotham.woff") format("woff"), url("../fonts/SVN-Gotham.ttf") format("truetype"), url("../fonts/SVN-Gotham.svg#SVN-Gotham") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gotham";
  src: url("../fonts/SVN-GothamBold.eot");
  src: url("../fonts/SVN-GothamBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SVN-GothamBold.woff2") format("woff2"), url("../fonts/SVN-GothamBold.woff") format("woff"), url("../fonts/SVN-GothamBold.ttf") format("truetype"), url("../fonts/SVN-GothamBold.svg#SVN-GothamBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*======================================== config =================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  margin: 0px;
}

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

a:hover,
a:focus {
  text-decoration: none;
  color: #e32d91;
}

input {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

li {
  list-style: none;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  background: #F4F4F4;
  color: #2f3146;
  font-family: "SVN-Gotham";
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

del {
  font-size: 12px;
  color: #999;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
footer .content-footer {
  overflow: hidden;
  position: relative;
  height: 27vh;
}
footer .bg-road {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 767px) {
  footer .bg-road img {
    position: absolute;
    height: 400px;
    bottom: 9vh;
    left: 0;
    object-fit: cover;
  }
}

/*======================================== end config =================================*/
.content-header {
  font-size: 12px;
  font-weight: 800;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 1279px) {
  .content-header {
    font-size: 11px;
  }
}
@media (max-width: 1023px) {
  .content-header {
    padding: 20px 15px;
    display: none;
  }
}
@media (max-width: 1023px) {
  .content-header .logo img {
    width: 120px;
  }
}
.content-header .h-menu ul {
  display: flex;
  align-items: center;
}
.content-header .h-menu ul li {
  margin-right: 10px;
}
@media screen and (max-width: 1279px) {
  .content-header .h-menu ul li {
    margin-right: 5px;
  }
}
.content-header .h-menu a {
  display: inline-flex;
  height: 30px;
  padding: 0 12px;
  background: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  color: #0046FF;
}
@media screen and (max-width: 1365px) {
  .content-header .h-menu a {
    padding: 0 4px;
  }
}
.content-header .h-menu a img {
  margin-right: 4px;
}
.content-header .head-right {
  display: flex;
  align-items: center;
}
.content-header .user-head a {
  color: #fff;
  display: inline-flex;
  height: 30px;
  align-items: center;
  padding: 0 12px;
  font-weight: 600;
  background: url("../images/default/btn-user.png") no-repeat center;
  background-size: 100% 100%;
}
.content-header .user-head .user-img {
  position: relative;
  top: -2px;
  margin-right: 12px;
}
.content-header .user-head .point {
  font-size: 16px;
  position: relative;
  padding: 0 8px 0 18px;
}

.menu-home {
  padding: 80px 0 0 20px;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .menu-home {
    display: none;
  }
}
.menu-home ul li {
  margin-bottom: 19px;
}
.menu-home ul li:last-child {
  margin-bottom: 0;
}
.menu-home a {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(180deg, #68CBFF 0%, #5DB0F5 26.56%, #003BEF 72.92%);
  box-shadow: 0px 2px 0px #0035C1, inset 0px 2px 2px #F5FCFD;
  color: #fff;
  height: 30px;
  border-radius: 40px;
  padding: 0 12px;
}
.menu-home a img {
  margin-right: 4px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.menu-home a:hover {
  color: #000000;
  background: #fff;
}
.menu-home a:hover img {
  -webkit-filter: brightness(0) invert(0);
  filter: brightness(0) invert(0);
}

.header-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 16;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
@media (max-width: 1023px) {
  .header-mobile {
    display: flex !important;
  }
}
.header-mobile .img_logo_mb {
  max-width: 200px;
}
.header-mobile .user-mb a {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100%;
  padding: 8px;
}

.btn-menu-mobile {
  line-height: 1;
  display: inline-block;
  height: 36px;
  z-index: 99;
  outline: none !important;
  background: transparent;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  border: 0;
  padding: 0;
}
.btn-menu-mobile span {
  position: relative;
  margin: auto;
  display: block;
  width: 25px;
  height: 3px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-menu-mobile span::before, .btn-menu-mobile span::after {
  content: "";
  top: -7px;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-menu-mobile span::after {
  top: inherit;
  bottom: -7px;
}
.btn-menu-mobile.is-active span {
  background: transparent;
}
.btn-menu-mobile.is-active span::before {
  -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
  transform: translateY(7px) translateX(0) rotate(45deg);
}
.btn-menu-mobile.is-active span::after {
  -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
  transform: translateY(-7px) translateX(0) rotate(-45deg);
}

.circle {
  border-radius: 50%;
  width: 0;
  height: 0;
  position: fixed;
  top: -60px;
  left: -60px;
  background: #2166EA;
  opacity: 1;
  z-index: 12;
  -webkit-transition: all 0.6s cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 0.6s cubic-bezier(0, 0.995, 0.99, 1);
}
.circle.expand {
  width: 1200px;
  height: 1200px;
  top: -520px;
  left: -565px;
  -webkit-transition: all 0.6s cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 0.6s cubic-bezier(0, 0.995, 0.99, 1);
}

.mainMenu__nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
  z-index: 15;
  text-align: center;
  font-weight: 600;
  padding-top: 120px;
}
.mainMenu__nav .mm-content {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.mainMenu__nav ul li {
  margin-bottom: 15px;
}
.mainMenu__nav ul li:last-child {
  margin-bottom: 0;
}
.mainMenu__nav ul li a {
  color: #fff;
}

.blocker {
  z-index: 99999;
}

.w_100 {
  width: 100%;
}

.flex-reverse {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.photo img {
  max-width: 100%;
}

.profile-token {
  background: #2166EA;
  border: 3px solid #16ABF2;
  border-radius: 14.0852px;
  text-align: center;
  color: #F0F3D9;
  text-transform: uppercase;
  font-size: 12px;
  padding: 15px;
  width: 182px;
  margin: auto;
}
.profile-token span {
  line-height: 1;
  display: block;
  color: #F0F3D9;
  font-weight: 700;
  font-size: 41px;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #5BD6FE;
}

@-webkit-keyframes animatedown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes animatedown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fixed {
  position: fixed;
  top: 0px;
  z-index: 99;
  width: 100%;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  -webkit-animation: animatedown 0.6s;
  animation: animatedown 0.6s;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: block;
  clear: both;
}

[class^=clearfix] {
  clear: both;
  display: block;
}

.clearfix-60 {
  height: 60px;
}

@media screen and (min-width: 992px) {
  .logo {
    min-width: 277px;
  }
}
@media screen and (min-width: 992px) {
  .action-user {
    text-align: right;
    min-width: 277px;
    display: flex;
    align-items: center;
  }
}
.action-user .login-facebook a {
  font-size: 15px;
  padding: 6px 15px;
  display: inline-flex;
  background: -webkit-gradient(linear, left top, left bottom, from(#68CBFF), color-stop(26.56%, #5DB0F5), color-stop(72.92%, #003BEF));
  background: linear-gradient(180deg, #68CBFF 0%, #5DB0F5 26.56%, #003BEF 72.92%);
  -webkit-box-shadow: 0px 2px 0px #0035c1, inset 0px 2px 2px #f5fcfd;
  box-shadow: 0px 2px 0px #0035c1, inset 0px 2px 2px #f5fcfd;
  color: #fff;
  border-radius: 50px;
  align-items: center;
  font-weight: bold;
  transition: all 0.2s ease-out;
}
.action-user .login-facebook a img {
  vertical-align: -3px;
}
@media screen and (max-width: 1600px) {
  .action-user .login-facebook a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .action-user .login-facebook a {
    font-size: 12px;
    padding: 5px 7px;
  }
}
@media screen and (max-width: 991px) {
  .action-user .login-facebook a {
    display: inline-flex;
    justify-content: center;
    font-size: 15px;
  }
}
.action-user .login-facebook a span {
  display: inline-block;
  white-space: nowrap;
}
.action-user .login-facebook a img {
  vertical-align: center;
  margin-right: 7px;
  transition: all 0.15s linear;
}
@media (max-width: 1600px) {
  .action-user .login-facebook {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .action-user {
    font-size: 13px;
    padding: 0 !important;
    margin-left: 10px;
  }
  .action-user .btn span {
    text-transform: uppercase;
  }
}
@media (max-width: 1279px) {
  .action-user {
    font-size: 12px;
  }
}

.user {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: url("../images/default/btn-user.png") no-repeat center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  padding: 7px 12px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
@media (max-width: 991px) {
  .user {
    justify-content: center;
    padding: 5px 5px;
    color: #000;
  }
}
@media (max-width: 991px) {
  .user a {
    display: inline-flex;
  }
}
.user a img {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .user a img {
    margin-right: 0;
  }
}
.user .box {
  font-size: 12px;
  margin-left: 10px;
  color: #fff;
}
.user .box b {
  font-weight: 600;
  font-variant: lining-nums;
}
.user .box .point {
  font-size: 14px;
  font-weight: normal;
}
@media (max-width: 1279px) {
  .user .box {
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  .user .box {
    margin-left: 0;
  }
  .user .box .out-user {
    margin: auto;
    white-space: nowrap;
    z-index: 2;
    text-transform: none;
    text-align: center;
    line-height: 1;
  }
  .user .box .out-user span {
    display: block;
    color: #fff;
    font-weight: normal;
  }
}
.user .box a {
  color: #fff;
  display: inline-block;
}
@media (max-width: 991px) {
  .user .box a {
    color: #fff;
    display: inline-block;
  }
  .user .box a.out-user {
    margin-left: 3px;
  }
}
.fb_reset > div {
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50% !important;
}

#progress-wrp {
  border: 0;
  padding: 1px;
  position: relative;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin: 10px 0;
  text-align: left;
  background: #eaeaea;
  height: 23px;
  overflow: hidden;
}

#progress-wrp .progress-bar {
  height: 100%;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #b1bbdd;
  width: 0;
  box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.11);
}

#progress-wrp .status {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}

@media (min-width: 1920px) {
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

svg {
  display: block;
}

.bubbles-wrapper {
  -webkit-filter: url("#goo");
  filter: url("#goo");
  height: 300px;
  overflow: auto;
  position: absolute;
  width: 300px;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .bubbles-wrapper {
    display: none;
  }
}

.bubble {
  -webkit-animation: 1.75s infinite alternate;
  animation: 1.75s infinite alternate;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0.1, 0.5, 0.5);
  animation-timing-function: cubic-bezier(0.65, 0.1, 0.5, 0.5);
  background-color: #4f429a;
  border-radius: 50%;
  height: 70px;
  left: 70px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, 0) scale(1.5);
  transform: translate(0, 0) scale(1.5);
  width: 70px;
}

.bubble:nth-child(1) {
  -webkit-animation-name: move-1;
  animation-name: move-1;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.bubble:nth-child(2) {
  -webkit-animation-name: move-2;
  animation-name: move-2;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.bubble:nth-child(3) {
  -webkit-animation-name: move-3;
  animation-name: move-3;
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
}

.bubble:nth-child(4) {
  -webkit-animation-name: move-4;
  animation-name: move-4;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@-webkit-keyframes move-1 {
  to {
    -webkit-transform: translate(0px, -93.3333333333px);
    transform: translate(0px, -93.3333333333px);
  }
}
@keyframes move-1 {
  to {
    -webkit-transform: translate(0px, -93.3333333333px);
    transform: translate(0px, -93.3333333333px);
  }
}
@-webkit-keyframes move-2 {
  to {
    -webkit-transform: translate(93.3333333333px, -70px);
    transform: translate(93.3333333333px, -70px);
  }
}
@keyframes move-2 {
  to {
    -webkit-transform: translate(93.3333333333px, -70px);
    transform: translate(93.3333333333px, -70px);
  }
}
@-webkit-keyframes move-3 {
  to {
    -webkit-transform: translate(93.3333333333px, 0px);
    transform: translate(93.3333333333px, 0px);
  }
}
@keyframes move-3 {
  to {
    -webkit-transform: translate(93.3333333333px, 0px);
    transform: translate(93.3333333333px, 0px);
  }
}
@-webkit-keyframes move-4 {
  to {
    -webkit-transform: translate(140px, 70px);
    transform: translate(140px, 70px);
  }
}
@keyframes move-4 {
  to {
    -webkit-transform: translate(140px, 70px);
    transform: translate(140px, 70px);
  }
}
@-webkit-keyframes move-5 {
  to {
    -webkit-transform: translate(0px, 93.3333333333px);
    transform: translate(0px, 93.3333333333px);
  }
}
@keyframes move-5 {
  to {
    -webkit-transform: translate(0px, 93.3333333333px);
    transform: translate(0px, 93.3333333333px);
  }
}
.stage {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  width: 500px;
  height: 500px;
  transform: translate(-30%, -20%);
  display: inline-block;
  margin: 20px;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -ms-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
  -webkit-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50%;
  -ms-perspective-origin: 50% 50%;
  -o-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}
.stage .ball {
  display: inline-block;
  width: 85%;
  height: 85%;
  border-radius: 100%;
  position: relative;
  background-image: linear-gradient(#00a1dc, #48cbe4);
}
.stage .ball.plain {
  background: black;
}
.stage .ball.plain:before, .stage .ball.plain:after {
  display: none;
}
.stage .ball.bubble {
  animation: vawe 3s linear infinite;
}
.stage .ball.bubble:before {
  -webkit-filter: blur(0);
  filter: blur(0);
  height: 80%;
  width: 40%;
  background: radial-gradient(circle at 130% 130%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 58%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: translateX(131%) translateY(58%) rotateZ(168deg) rotateX(10deg);
  transform: translateX(131%) translateY(58%) rotateZ(168deg) rotateX(10deg);
}
.stage .ball.bubble:after {
  display: block;
  background: radial-gradient(circle at 50% 80%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 74%, white 80%, white 84%, rgba(255, 255, 255, 0) 100%);
}

.stage-intro {
  width: 220px;
  height: 220px;
  top: 0;
  left: 20%;
}
.stage-intro .ball {
  background-image: linear-gradient(#1094d9, #535fdf);
}

.stage-intro2 {
  width: 50px;
  height: 50px;
  top: 5%;
  left: 0;
}
.stage-intro2 .ball {
  background-image: linear-gradient(#f2ccc7, #fc80b3);
}

.stage-video {
  width: 120px;
  height: 120px;
  top: 0;
  right: 7%;
  left: auto;
  transform: translate(10%, 0);
}
.stage-video .ball {
  background-image: linear-gradient(#f2ccc7, #fc80b3);
}

@-webkit-keyframes bubble-anim {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scaleY(0.95) scaleX(1.05);
    transform: scaleY(0.95) scaleX(1.05);
  }
  48% {
    -webkit-transform: scaleY(1.1) scaleX(0.9);
    transform: scaleY(1.1) scaleX(0.9);
  }
  68% {
    -webkit-transform: scaleY(0.98) scaleX(1.02);
    transform: scaleY(0.98) scaleX(1.02);
  }
  80% {
    -webkit-transform: scaleY(1.02) scaleX(0.98);
    transform: scaleY(1.02) scaleX(0.98);
  }
  97%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bubble-anim {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scaleY(0.95) scaleX(1.05);
    transform: scaleY(0.95) scaleX(1.05);
  }
  48% {
    -webkit-transform: scaleY(1.1) scaleX(0.9);
    transform: scaleY(1.1) scaleX(0.9);
  }
  68% {
    -webkit-transform: scaleY(0.98) scaleX(1.02);
    transform: scaleY(0.98) scaleX(1.02);
  }
  80% {
    -webkit-transform: scaleY(1.02) scaleX(0.98);
    transform: scaleY(1.02) scaleX(0.98);
  }
  97%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.zoom-in-out {
  animation: ani-join 0.75s ease-out 0.2s infinite;
}

@keyframes ani-join {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.rotate-tree6 {
  transform-origin: right bottom;
  animation: rotateMore6 2s infinite ease-in-out alternate-reverse;
}

@keyframes rotateMore6 {
  0% {
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    transform: rotate(0deg) translate(0px, 0px);
  }
  33% {
    -webkit-transform: rotate(3deg) translate(1px, 1px);
    transform: rotate(2deg) translate(1px, 1px);
  }
  66% {
    -webkit-transform: rotate(3deg) translate(-1px, 1px);
    transform: rotate(0deg) translate(-1px, 1px);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    transform: rotate(0deg) translate(0px, 0px);
  }
}
.rotate-tree7 {
  transform-origin: right bottom;
  animation: rotateMore7 2.1s infinite ease-in-out alternate-reverse;
}

@-webkit-keyframes rotateMore7 {
  0% {
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    transform: rotate(0deg) translate(0px, 0px);
  }
  33% {
    -webkit-transform: rotate(2deg) translate(1px, 1px);
    transform: rotate(2deg) translate(1px, 1px);
  }
  66% {
    -webkit-transform: rotate(-2deg) translate(-1px, 1px);
    transform: rotate(-2deg) translate(-1px, 1px);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    transform: rotate(0deg) translate(0px, 0px);
  }
}
.rotate-tree8 {
  transform-origin: right bottom;
  animation: rotateMore8 2s infinite ease-in-out alternate-reverse;
}

@keyframes rotateMore8 {
  0% {
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    transform: rotate(0deg) translate(0px, 0px);
  }
  33% {
    -webkit-transform: rotate(4deg) translate(1px, 1px);
    transform: rotate(2deg) translate(1px, 1px);
  }
  66% {
    -webkit-transform: rotate(-4deg) translate(-1px, 1px);
    transform: rotate(-1deg) translate(-1px, 1px);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    transform: rotate(0deg) translate(0px, 0px);
  }
}
.rotate-tree9 {
  transform-origin: center bottom;
  animation: rotateMore9 2s infinite ease-in-out alternate-reverse;
}

@keyframes rotateMore9 {
  0% {
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    transform: rotate(0deg) translate(0px, 0px);
  }
  33% {
    -webkit-transform: rotate(3deg) translate(0px, 0px);
    transform: rotate(3deg) translate(0px, 0px);
  }
  66% {
    -webkit-transform: rotate(-3deg) translate(0px, 0px);
    transform: rotate(-3deg) translate(0px, 0px);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    transform: rotate(0deg) translate(0px, 0px);
  }
}
.rotate-tree10 {
  transform-origin: left bottom;
  animation: rotateMore6 2s infinite ease-in-out alternate-reverse;
}

.rotate-tree11 {
  transform-origin: center center;
  animation: rotateMore7 2.1s infinite 1.5s ease-in-out alternate-reverse;
}

.rotate-tree12 {
  transform-origin: left bottom;
  animation: rotateMore8 2.2s infinite ease-in-out alternate-reverse;
}

.rotate-tree13 {
  transform-origin: left center;
  animation: rotateMore8 2s infinite ease-in-out alternate-reverse;
}

.rotate-tree14 {
  transform-origin: center bottom;
  animation: rotateMore7 2s infinite ease-in-out alternate-reverse;
}

.rotate-tree15 {
  transform-origin: center bottom;
  animation: rotateMore8 2.1s infinite ease-in-out alternate-reverse;
}

.rotate-tree16 {
  transform-origin: left top;
  animation: rotateMore6 2s infinite ease-in-out alternate-reverse;
}

.rotate-tree17 {
  transform-origin: left top;
  animation: rotateMore6 2s infinite ease-in-out alternate-reverse;
}

.rotate-tree18 {
  transform-origin: center center;
  animation: rotateMore7 2s infinite ease-in-out alternate-reverse;
}

@-webkit-keyframes rotateFade {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
  }
}
.rotateRound {
  opacity: 0;
  animation-name: rotateFade;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInLeave {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.blink {
  animation: letter-flicker ease-out 1s infinite;
}

@keyframes letter-flicker {
  0% {
    opacity: 0.1;
  }
  19% {
    opacity: 1;
  }
  21% {
    opacity: 0;
  }
  23% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  84% {
    opacity: 0;
  }
  87% {
    opacity: 1;
  }
  93% {
    opacity: 0;
  }
  97% {
    opacity: 1;
  }
}
@keyframes zoomInOutBtn {
  0% {
    transform: scale(0.92);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes balloon-anim {
  0% {
    -webkit-transform: rotate(0deg) translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(15px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  75% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes balloon-anim1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  75% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes ani-light-house {
  0%, 100% {
    -webkit-filter: drop-shadow(0px 0px 20px rgba(255, 255, 255, 0.8));
  }
  50% {
    -webkit-filter: drop-shadow(0px 0px 7px #fff);
  }
}
@keyframes ani-light-house3 {
  0%, 100% {
    -webkit-filter: drop-shadow(0px 0px 20px rgba(255, 255, 255, 0.8));
  }
  50% {
    -webkit-filter: drop-shadow(0px 0px 7px #fff) brightness(130%);
  }
}
@keyframes lightInOutBtn {
  0% {
    opacity: 1;
    filter: drop-shadow(0px 0px 4px #fff) brightness(106%);
  }
  100% {
    filter: none;
  }
}
.step-inner-content {
  width: 100%;
  border-radius: 30px;
  padding: 100px 50px 100px;
  box-shadow: 0px 1px 51px 0px rgba(1, 1, 1, 0.06);
  background-image: linear-gradient(-90deg, #efffff 0%, white 100%);
}
@media (max-width: 1600px) {
  .step-inner-content {
    padding: 50px 50px 50px;
  }
}
@media (max-width: 1024px) {
  .step-inner-content {
    padding: 100px 50px 100px;
  }
}
@media (max-width: 991px) {
  .step-inner-content {
    padding: 50px 0px 160px;
    border-radius: 15px;
  }
}
@media (max-width: 480px) {
  .step-inner-content {
    padding: 50px 0px 100px;
  }
}

.h-content {
  min-height: calc(100vh - 300px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1366px) {
  .h-content {
    min-height: calc(100vh - 240px);
  }
}
@media (max-width: 767px) {
  .h-content {
    min-height: calc(100vh - 270px);
    flex-direction: column;
  }
}

.step-inner-content .bg-shape {
  bottom: -4px;
  right: -10px;
  z-index: -1;
  width: 95%;
  height: 95%;
  position: absolute;
  border-radius: 30px;
  transform: rotate(1deg);
  background-color: #e32d91;
}
@media (max-width: 991px) {
  .step-inner-content .bg-shape {
    border-radius: 15px;
    right: -3px;
  }
}

.inner-title {
  color: #2f3146;
  font-size: 50px;
  font-weight: 700;
}

.wrap-head {
  position: relative;
  border-radius: 30px;
  padding: 40px 40px 40px 40px;
  box-shadow: 0px 1px 29px 0px rgba(1, 1, 1, 0.1);
  background-image: linear-gradient(180deg, #ede6ff 0%, white 100%);
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrap-head .bg-shape {
  top: -5px;
  left: -5px;
  z-index: -1;
  width: 95%;
  height: 95%;
  position: absolute;
  border-radius: 30px;
  transform: rotate(1deg);
  background-color: #e32d91;
}
.wrap-head .back_link {
  margin-right: 15px;
}
.wrap-head .inner-title {
  margin-right: auto;
  font-size: 30px;
}
.wrap-head .head_right {
  display: flex;
  align-content: center;
  justify-content: flex-end;
}
@media (max-width: 1366px) {
  .wrap-head {
    padding: 30px 40px;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .wrap-head {
    display: block;
    padding: 20px 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    border-radius: 15px;
  }
  .wrap-head .bg-shape {
    border-radius: 15px;
  }
  .wrap-head .head_right {
    justify-content: center;
    margin-top: 10px;
  }
  .wrap-head .head_right .btn_style {
    margin-left: 5px;
    margin-right: 5px;
  }
  .wrap-head .inner-title {
    font-size: 25px;
    text-transform: none;
    text-align: center;
  }
}

.btn_style {
  border: 0;
  outline: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 30px;
  border-radius: 50px;
  display: inline-block;
  background-color: #e32d91;
  margin-left: 15px;
  transition: all 0.15s linear;
}
.btn_style:hover {
  color: #fff;
  background: #db037a;
}
@media (max-width: 991px) {
  .btn_style {
    font-size: 20px;
    padding: 5px 15px;
    margin-left: 10px;
  }
}

.qr_code {
  position: fixed;
  left: 30px;
  bottom: 50px;
}
@media (max-width: 1366px) {
  .qr_code {
    display: none;
  }
}
.qr_code .ar-d {
  width: 50px;
  display: block;
  margin: 0 auto 10px;
}
.qr_code svg {
  width: 130px;
  height: 130px;
  margin: 0 auto;
  -webkit-transform: translateX(10px) rotate(55deg);
  transform: translateX(18px) rotate(55deg);
}
.qr_code svg .draw-arrow {
  stroke-width: 4;
  stroke: #e32d91;
  fill: none;
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation: draw 2s forwards;
}
.qr_code svg .draw-arrow.tail-1 {
  animation-delay: 0.5s;
}
.qr_code svg .draw-arrow.tail-2 {
  animation-delay: 0.7s;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
.qr_code .text {
  text-align: center;
  display: block;
  width: 180px;
  color: #6b6b6b;
  margin-bottom: 5px;
  font-size: 11px;
}
.qr_code .box_qr {
  position: relative;
  width: 180px;
  padding: 10px;
  background: #ffffff;
  box-shadow: 0px 1px 29px 0px rgba(1, 1, 1, 0.1);
}
.qr_code .box_qr img {
  width: 100%;
}
@media (max-width: 1024px) {
  .qr_code {
    display: none;
  }
}
@media (max-width: 1330px) {
  .qr_code {
    left: 100px;
  }
}

.box_qr span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
}

.box_qr span:nth-child(1) {
  transform: rotate(0deg);
}

.box_qr span:nth-child(2) {
  transform: rotate(90deg);
}

.box_qr span:nth-child(3) {
  transform: rotate(180deg);
}

.box_qr span:nth-child(4) {
  transform: rotate(270deg);
}

.box_qr span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #e32d91;
  animation: animate 4s linear infinite;
}

@keyframes animate {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
  50.1% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
.switch {
  position: absolute;
  display: inline-block;
  margin: 0 5px;
  top: 20px;
  right: 20px;
}

.switch > span {
  position: absolute;
  top: 10px;
  pointer-events: none;
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  width: 50%;
  text-align: center;
}

input.check-toggle-round-flat:checked ~ .off {
  color: #e32d91;
}

input.check-toggle-round-flat:checked ~ .on {
  color: #fff;
}

.switch > span.on {
  left: 0;
  padding-left: 2px;
  color: #e32d91;
}

.switch > span.off {
  right: 0;
  padding-right: 4px;
  color: #fff;
}

.check-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.check-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0;
}

input.check-toggle-round-flat + label {
  padding: 2px;
  width: 97px;
  height: 35px;
  background-color: #e32d91;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}

input.check-toggle-round-flat + label:before, input.check-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}

input.check-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #e32d91;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}

input.check-toggle-round-flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 48px;
  background-color: #fff;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.2s;
  -moz-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s;
}

input.check-toggle-round-flat:checked + label:after {
  margin-left: 44px;
}

.feedback {
  --normal: #ECEAF3;
  --normal-shadow: #D9D8E3;
  --normal-mouth: #9795A4;
  --normal-eye: #595861;
  --active: #F8DA69;
  --active-shadow: #F4B555;
  --active-mouth: #F05136;
  --active-eye: #313036;
  --active-tear: #76b5e7;
  --active-shadow-angry: #e94f1d;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.feedback li {
  position: relative;
  margin: 0 30px;
  border-radius: 50%;
  background: var(--sb, var(--normal));
  box-shadow: inset 3px -3px 4px var(--sh, var(--normal-shadow));
  transition: background 0.4s, box-shadow 0.4s, transform 0.3s;
  -webkit-tap-highlight-color: transparent;
}
.feedback li span {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  top: 100%;
  text-align: center;
  padding-top: 15px;
  color: rgba(145, 145, 145, 0.968627451);
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .feedback li span {
    font-size: 14px;
    padding-top: 10px;
  }
}
.feedback li.active span {
  color: #e32d91;
}
@media (max-width: 991px) {
  .feedback li {
    margin: 0 15px 50px;
  }
}
@media (max-width: 767px) {
  .feedback li {
    width: 100px;
    transform: scale(0.8);
    margin: 0 0px 20px;
  }
}
.feedback li div {
  width: 100px;
  height: 100px;
  position: relative;
  transform: perspective(240px) translateZ(4px);
}
.feedback li div svg, .feedback li div:before, .feedback li div:after {
  display: block;
  position: absolute;
  left: var(--l, 9px);
  top: var(--t, 13px);
  width: var(--w, 8px);
  height: var(--h, 2px);
  transform: rotate(var(--r, 0deg)) scale(var(--sc, 1)) translateZ(0);
}
.feedback li div svg {
  fill: none;
  stroke: var(--s);
  stroke-width: 1px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.4s;
}
.feedback li div svg.eye {
  --s: var(--e, var(--normal-eye));
  --t: 36px;
  --w: 49px;
  --h: 15px;
}
.feedback li div svg.eye.right {
  --l: 41px;
}
.feedback li div svg.mouth {
  --s: var(--m, var(--normal-mouth));
  --l: 11px;
  --t: 23px;
  --w: 18px;
  --h: 7px;
}
.feedback li div:before, .feedback li div:after {
  content: "";
  z-index: var(--zi, 1);
  border-radius: var(--br, 1px);
  background: var(--b, var(--e, var(--normal-eye)));
  transition: background 0.4s;
}
.feedback li.angry {
  --step-1-rx: -24deg;
  --step-1-ry: 20deg;
  --step-2-rx: -24deg;
  --step-2-ry: -20deg;
}
.feedback li.angry div:before {
  --r: 20deg;
  top: 30px;
  width: 19px;
  left: 24px;
}
.feedback li.angry div:after {
  --l: 23px;
  --r: -20deg;
  top: 30px;
  width: 19px;
  left: 57px;
}
.feedback li.angry div svg.eye {
  stroke-dasharray: 4.55;
  stroke-dashoffset: 8.15;
}
.feedback li.angry div svg.mouth {
  --w: 50px;
  --h: 14px;
  --l: 26px;
  --t: 60px;
  stroke-width: 2px;
}
.feedback li.angry.active {
  animation: angry 1s linear;
}
.feedback li.angry.active div:before {
  --middle-y: -2px;
  --middle-r: 22deg;
  animation: toggle 0.8s linear forwards;
}
.feedback li.angry.active div:after {
  --middle-y: 1px;
  --middle-r: -18deg;
  animation: toggle 0.8s linear forwards;
}
.feedback li.sad {
  --step-1-rx: 20deg;
  --step-1-ry: -12deg;
  --step-2-rx: -18deg;
  --step-2-ry: 14deg;
}
.feedback li.sad div:before, .feedback li.sad div:after {
  --b: var(--active-tear);
  --sc: 0;
  --w: 10px;
  --h: 10px;
  --t: 40px;
  --br: 50%;
}
.feedback li.sad div:before {
  --l: 30px;
}
.feedback li.sad div:after {
  --l: 60px;
}
.feedback li.sad div svg.eye {
  --t: 37px;
}
.feedback li.sad div svg.mouth {
  --w: 50px;
  --h: 14px;
  --l: 26px;
  --t: 63px;
  stroke-width: 2px;
  stroke-dasharray: 9.5;
  stroke-dashoffset: 33.25;
}
.feedback li.sad.active div:before, .feedback li.sad.active div:after {
  animation: tear 0.6s linear forwards;
}
.feedback li.ok {
  --step-1-rx: 4deg;
  --step-1-ry: -22deg;
  --step-1-rz: 6deg;
  --step-2-rx: 4deg;
  --step-2-ry: 22deg;
  --step-2-rz: -6deg;
}
.feedback li.ok div:before {
  --l: 31px;
  --t: 36px;
  --h: 11px;
  --w: 11px;
  --br: 50%;
  box-shadow: 30px 0 0 var(--e, var(--normal-eye));
}
.feedback li.ok div:after {
  --l: 40px;
  --t: 67px;
  --w: 25px;
  --h: 2px;
  --br: 1px;
  --b: var(--m, var(--normal-mouth));
}
.feedback li.ok.active div:before {
  --middle-s-y: .35;
  animation: toggle 0.2s linear forwards;
}
.feedback li.ok.active div:after {
  --middle-s-x: .5;
  animation: toggle 0.7s linear forwards;
}
.feedback li.good {
  --step-1-rx: -14deg;
  --step-1-rz: 10deg;
  --step-2-rx: 10deg;
  --step-2-rz: -8deg;
}
.feedback li.good div:before {
  --b: var(--m, var(--normal-mouth));
  --w: 10px;
  --h: 10px;
  --br: 50%;
  --t: 59px;
  --l: 30px;
  --zi: 0;
  opacity: 0.5;
  box-shadow: 31px 0 0 var(--b);
  filter: blur(2px);
}
.feedback li.good div:after {
  --sc: 0;
}
.feedback li.good div svg.eye {
  --t: 30px;
  --sc: -1;
  stroke-dasharray: 4.55;
  stroke-dashoffset: 8.15;
}
.feedback li.good div svg.mouth {
  --l: 35px;
  --t: 60px;
  --w: 33px;
  --h: 15px;
  --sc: -1;
  stroke-dasharray: 13.3;
  stroke-dashoffset: 23.75;
}
.feedback li.good.active div svg.mouth {
  --middle-y: 1px;
  --middle-s: -1;
  animation: toggle 0.8s linear forwards;
}
.feedback li.happy div {
  --step-1-rx: 18deg;
  --step-1-ry: 24deg;
  --step-2-rx: 18deg;
  --step-2-ry: -24deg;
}
.feedback li.happy div:before {
  --sc: 0;
}
.feedback li.happy div:after {
  --b: var(--m, var(--normal-mouth));
  --l: 35px;
  --t: 60px;
  --w: 30px;
  --h: 15px;
  --br: 0 0 11px 11px;
}
.feedback li.happy div svg.eye {
  --t: 30px;
  --sc: -1;
}
.feedback li.happy.active div:after {
  --middle-s-x: .95;
  --middle-s-y: .75;
  animation: toggle 0.8s linear forwards;
}
.feedback li:not(.active) {
  cursor: pointer;
}
.feedback li:not(.active):active {
  transform: scale(0.925);
}
.feedback li.active {
  --sb: var(--active);
  --sh: var(--active-shadow);
  --m: var(--active-mouth);
  --e: var(--active-eye);
}
.feedback li.active div {
  animation: shake 0.8s linear forwards;
}
.feedback.feedback-filter {
  display: block;
  position: absolute;
  left: 0;
  top: 30px;
}
.feedback.feedback-filter li {
  transform: scale(0.5);
}
.feedback.feedback-filter li span {
  font-size: 25px;
}
@media (max-width: 767px) {
  .feedback.feedback-filter {
    display: flex;
    position: unset;
    justify-content: center;
    flex-wrap: nowrap;
    transform: scale(0.7);
  }
  .feedback.feedback-filter li {
    transform: scale(0.4);
  }
}

@keyframes shake {
  30% {
    transform: perspective(240px) rotateX(var(--step-1-rx, 0deg)) rotateY(var(--step-1-ry, 0deg)) rotateZ(var(--step-1-rz, 0deg)) translateZ(10px);
  }
  60% {
    transform: perspective(240px) rotateX(var(--step-2-rx, 0deg)) rotateY(var(--step-2-ry, 0deg)) rotateZ(var(--step-2-rz, 0deg)) translateZ(10px);
  }
  100% {
    transform: perspective(240px) translateZ(4px);
  }
}
@keyframes tear {
  0% {
    opacity: 0;
    transform: translateY(-2px) scale(0) translateZ(0);
  }
  50% {
    transform: translateY(12px) scale(0.6, 1.2) translateZ(0);
  }
  20%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(24px) translateX(4px) rotateZ(-30deg) scale(0.7, 1.1) translateZ(0);
  }
}
@keyframes toggle {
  50% {
    transform: translateY(var(--middle-y, 0)) scale(var(--middle-s-x, var(--middle-s, 1)), var(--middle-s-y, var(--middle-s, 1))) rotate(var(--middle-r, 0deg));
  }
}
@keyframes angry {
  40% {
    background: var(--active);
  }
  45% {
    box-shadow: inset 3px -3px 4px var(--active-shadow), inset 0 8px 10px var(--active-shadow-angry);
  }
}
.title {
  max-width: 900px;
  margin: 0 auto 40px;
  text-align: center;
  color: #2f3146;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .title {
    font-size: 20px;
    padding: 0 10px;
    margin: 20px auto;
  }
}

.wizard-inner-box {
  position: relative;
  z-index: 2;
}

.bottom_img {
  position: absolute;
  right: 0;
  z-index: 1;
  bottom: 10px;
  pointer-events: none;
  width: 37%;
}
.bottom_img img {
  width: 100%;
}
@media (max-width: 991px) {
  .bottom_img {
    width: 80%;
    right: 0;
    margin: auto;
    bottom: 5px;
  }
}

.card_cate {
  text-align: center;
  border-radius: 50px;
  background: #F4F4F4;
  padding: 30px 55px;
  height: 100%;
  display: block;
  transition: all 0.15s linear;
}
.card_cate span {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(227, 45, 145, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}
.card_cate span img {
  display: block;
  max-width: 70%;
  margin: auto;
}
.card_cate h3 {
  color: #363636;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 991px) {
  .card_cate h3 {
    font-size: 14px;
  }
}
.card_cate:hover {
  background: #e32d91;
}
.card_cate:hover h3 {
  color: #ffffff;
}
@media (max-width: 1600px) {
  .card_cate {
    padding: 20px 55px;
  }
  .card_cate span {
    width: 80px;
    height: 80px;
  }
  .card_cate h3 {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .card_cate {
    padding: 20px 55px;
  }
  .card_cate span {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
  }
  .card_cate h3 {
    font-size: 16px;
  }
}

.w-ctn {
  max-width: 880px;
  margin: auto;
}

@media (min-width: 992px) {
  .pdd-30 {
    padding: 0 30px;
  }
  .row-30 {
    margin: 0 -30px;
  }
}
.quiz-ans li label {
  cursor: pointer;
  display: block;
  box-shadow: 0px 1px 51px 0px rgba(1, 1, 1, 0.06);
  position: relative;
  margin: 25px 0;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 1600px) {
  .quiz-ans li label {
    margin: 15px 0;
  }
}
@media (max-width: 991px) {
  .quiz-ans li label {
    margin: 15px 0;
  }
}
.quiz-ans li label input {
  display: none;
}
.quiz-ans li label p {
  border-radius: 100px;
  background: #fff;
  color: #e32d91;
  padding: 13px 20px 14px 65px;
  border: 1px solid #e32d91;
}
@media (max-width: 1600px) {
  .quiz-ans li label p {
    padding: 5px 20px 6px 65px;
  }
}
.quiz-ans li label .asn-mask {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: inline-block;
  background: #e32d91;
  color: #ffffff;
  text-align: center;
  line-height: 51px;
  font-size: 25px;
  box-shadow: 2px 1px 5px 0px rgba(86, 8, 51, 0.6117647059);
}
@media (max-width: 1600px) {
  .quiz-ans li label .asn-mask {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}
.quiz-ans li label.active .asn-mask {
  transform: translateY(-50%) scale(1.2);
  color: #e32d91;
  border-width: 2px;
  background: #fff;
}
.quiz-ans li label.active p {
  background: #e32d91;
  color: #ffffff;
}
.quiz-ans li label input:checked ~ .asn-mask {
  transform: translateY(-50%) scale(1.2);
  color: #fff;
  border-width: 2px;
  border-color: #910050;
  background: #910050;
}
.quiz-ans li label input:checked ~ .asn-mask ~ p {
  background: #910050;
}
@media (max-width: 1200px) {
  .quiz-ans li label {
    font-size: 14px;
  }
  .quiz-ans li label .asn-mask {
    width: 50px;
    height: 50px;
    line-height: 46px;
  }
}

.quizForm {
  max-width: 1170px;
  width: 100%;
  flex-shrink: 0;
}

.w-quiz {
  max-width: 1170px;
  width: 100%;
}
.w-quiz .js-question-item .card-question {
  font-weight: bold;
  font-size: 25px;
  background: #e8f4fe;
  padding: 50px;
  border-radius: 40px;
  color: #000;
  max-width: 400px;
  box-shadow: rgba(1, 1, 1, 0.1) 0px 1px 29px 0px;
  background-image: linear-gradient(rgb(237, 230, 255) 0%, rgb(255, 255, 255) 100%);
}
@media (min-width: 1201px) {
  .w-quiz .js-question-item .card-question {
    min-height: 400px;
  }
}
.w-quiz .js-question-item .card-question img {
  width: 80px;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 1600px) {
  .w-quiz .js-question-item .card-question {
    max-width: 300px;
    font-size: 20px;
    padding: 30px 40px 30px 30px;
  }
}
.w-quiz .js-question-item .card-rigth {
  margin: auto;
}
@media (max-width: 1200px) {
  .w-quiz .js-question-item {
    display: block;
  }
  .w-quiz .js-question-item .card-question {
    max-width: 100%;
    font-size: 16px;
    display: flex;
    align-items: center;
    border-radius: 15px;
  }
  .w-quiz .js-question-item .card-question img {
    margin-bottom: 0;
    width: 50px;
    margin-right: 20px;
  }
  .w-quiz .js-question-item .card-rigth {
    margin-left: 0;
  }
}
@media (max-width: 1200px) {
  .w-quiz .js-question-item {
    display: block;
  }
  .w-quiz .js-question-item .card-question {
    padding: 15px;
  }
  .w-quiz .js-question-item .card-question img {
    margin-bottom: 0;
    width: 50px;
    margin-right: 20px;
  }
  .w-quiz .js-question-item .quiz-ans {
    margin-left: 0;
  }
}

.quiz-warp.step-inner-content {
  padding: 50px 50px 100px;
}
@media (max-width: 991px) {
  .quiz-warp.step-inner-content {
    padding: 40px 20px 100px;
  }
}

.btn_send {
  white-space: nowrap;
  border: 0;
  outline: none !important;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 40px;
  border-radius: 50px;
  display: inline-block;
  background-color: #e32d91;
  transition: all 0.15s linear;
  margin-left: 0;
}
.btn_send svg {
  display: inline-block;
  vertical-align: -2px;
}
.btn_send:hover {
  color: #fff;
  background: #db037a;
}
@media (max-width: 991px) {
  .btn_send {
    font-size: 14px;
    padding: 5px 15px;
    margin-left: 10px;
  }
}

.modal-style {
  border-radius: 30px;
  padding: 50px 30px;
  max-width: 700px;
}
@media (max-width: 1600px) {
  .modal-style {
    padding: 30px 15px;
  }
}
@media (max-width: 767px) {
  .modal-style {
    padding: 40px 15px;
  }
}
.modal-style h2 {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .modal-style h2 {
    font-size: 18px;
  }
  .modal-style h2 br {
    display: none;
  }
}
.modal-style a.close-modal {
  top: 15px;
  right: 15px;
  background: url("../images/remove.png") no-repeat center center;
  -webkit-background-size: contain;
  background-size: contain;
}
.modal-style textarea.form-control {
  border: 1px solid #e32d91;
  padding: 30px;
  border-radius: 20px;
}
.modal-style input.form-control {
  height: 50px;
  border: 1px solid #e32d91;
  border-radius: 10px;
  padding: 10px;
}
.modal-style .input-group-prepend .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0px 1px 29px 0px rgba(1, 1, 1, 0.09);
  height: 50px;
}
.modal-style .fa {
  text-align: center;
  top: 20px;
  left: -17px;
  width: 33px;
  height: 33px;
  line-height: 33px;
  position: absolute;
  border-radius: 100%;
  background-color: #e4e4e4;
}

.radio-cus {
  color: #353840;
  font-size: 18px;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
}
.radio-cus input {
  display: none;
}
.radio-cus .radio-mask {
  width: 35px;
  height: 35px;
  border: 2px solid #353840;
  border-radius: 100%;
  background: #fff;
  display: inline-block;
  vertical-align: -10px;
  margin-right: 5px;
  position: relative;
}
.radio-cus .radio-mask:before {
  content: "";
  width: 22px;
  height: 22px;
  background: #e32d91;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  display: block;
  transition: all 0.1s linear;
  transform: scale(0);
}
.radio-cus input:checked ~ .radio-mask {
  border-color: #e32d91;
}
.radio-cus input:checked ~ .radio-mask ~ * {
  color: #e32d91;
}
.radio-cus input:checked ~ .radio-mask:before {
  transform: scale(1);
}

.box_input .form-control {
  border: 0;
}

.form_info {
  margin-top: 30px;
  display: none;
}
.form_info h3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}
.form_info .col-form-label {
  line-height: 2.1;
}
.form_info .fa {
  top: 9px;
  left: 25px;
  z-index: 2;
}
.form_info .form-control {
  padding-left: 60px;
}
.form_info .input-group input.form-control {
  padding-left: 15px;
}

.btn_done {
  display: none;
}

#modalDone h2 {
  line-height: 1.5;
  font-size: 19px;
  margin-bottom: 0;
}
#modalDone h2 a {
  text-decoration: underline;
}

.slide-fb, .ctn-fb {
  max-width: 800px;
  width: 100%;
}

.card_fb {
  text-align: center;
  padding: 30px 40px 30px 60px;
}
.card_fb .card_fb_head {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 15px;
}
.card_fb .card_fb_head img {
  width: 30px;
  margin-right: 10px;
  position: absolute;
  right: 100%;
  top: -2px;
}
.card_fb .card_fb_head .feedback.feedback-filter {
  position: absolute;
  left: -35px;
  top: -5px;
}
.card_fb .card_fb_head .feedback.feedback-filter li {
  width: 100px;
  transform-origin: left top;
  transform: scale(0.3);
}
@media (max-width: 991px) {
  .card_fb .card_fb_head .feedback.feedback-filter {
    top: -19px;
    left: -40px;
  }
  .card_fb .card_fb_head .feedback.feedback-filter li {
    transform: scale(0.25);
  }
}
.card_fb h4 {
  color: #e32d91;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.card_fb p {
  font-size: 16px;
}
@media (max-width: 1600px) {
  .card_fb {
    padding: 10px 40px 10px 60px;
  }
}
@media (max-width: 767px) {
  .card_fb {
    padding: 20px 20px 20px 40px;
  }
  .card_fb .card_fb_head {
    margin-bottom: 10px;
  }
  .card_fb .card_fb_head img {
    width: 23px;
  }
  .card_fb h4 {
    font-size: 16px;
  }
  .card_fb p {
    font-size: 14px;
  }
}

.swiper-button-next, .swiper-button-prev {
  background: transparent;
}

.swiper-button-next {
  right: -13px;
}

.swiper-button-prev {
  left: -13px;
}

.swiper-fb .swiper-slide {
  height: auto;
}
.swiper-fb .swiper-slide .card_fb {
  height: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.8588235294);
  border-radius: 15px;
  border: 2px solid #ccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.list-number {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto 40px;
}
.list-number li {
  width: 43.85px;
  height: 38.4px;
  background: #FFFFFF;
  box-shadow: 0px 0px 0px 1px #e32d91, inset -2px -2px 0px #D8F0FF;
  border-radius: 35px;
  margin: 5px;
  text-align: center;
  padding: 5px;
  line-height: 28px;
  color: #e32d91;
  font-weight: 700;
  font-size: 20px;
}
.list-number li.current {
  background: #ff69bb;
  color: #fff;
  box-shadow: 0px 0px 0px 1px #e32d91, inset 0px 2px 0px #FFFFFF, inset -2px -2px 0px #f14aa5;
}

.step-inner-content {
  margin-top: 30px;
}
.step-inner-content .progress {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0.8;
  width: 100%;
  background: #ede6ff;
}
.step-inner-content .progress .progress-bar {
  background: #e32d91;
}
.step-inner-content .btn-group {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #e32d91;
  border-radius: 30px;
  overflow: hidden;
}
.step-inner-content .btn-group .btn {
  padding: 5px 10px 8px;
  border: 0;
  color: #ffffff;
  box-shadow: none;
  font-size: 14px;
}
.step-inner-content .btn-group .btn i {
  margin-right: 5px;
  vertical-align: text-bottom;
}
.step-inner-content .btn-group .btn.active {
  background: #c0056c;
}
@media (max-width: 991px) {
  .step-inner-content .btn-group {
    display: none;
  }
}

.fb-item .card_fb {
  text-align: left;
  background: #F4F4F4;
  border-radius: 20px;
  margin: 30px 0;
}
@media (max-width: 1440px) {
  .fb-item .card_fb {
    margin: 10px 0;
  }
}

.ctn-fb.grid {
  display: flex;
  flex-wrap: wrap;
}
.ctn-fb.grid .fb-item {
  width: 50%;
  padding: 0 15px;
}
.ctn-fb.grid .fb-item .card_fb {
  text-align: center;
  margin: 15px 0;
}

.pagination .page-item {
  margin: 0 5px;
}
.pagination .page-item .page-link {
  border: 1px solid #e32d91;
  color: #e32d91;
  box-shadow: none;
  width: 36px;
  height: 36px;
  padding: 2px;
  text-align: center;
  line-height: 1.8;
  border-radius: 50%;
}
.pagination .page-item.active .page-link {
  background: #e32d91;
  color: #ffffff;
}

header {
  background: #fff;
  text-align: center;
  position: relative;
  padding: 15px;
}
header .lang {
  position: absolute;
  left: 15px;
  top: 15px;
}
header .lang a {
  display: inline-block;
  opacity: 0.2;
}
header .lang a img {
  width: 120px;
}
header .lang a.active {
  opacity: 1;
}
header .logo img {
  width: 220px;
}
@media (max-width: 991px) {
  header {
    padding: 5px;
  }
  header .lang {
    top: 4px;
  }
  header .lang a img {
    width: 40px;
  }
  header .logo img {
    width: 101px;
  }
}

.back_link {
  width: 35px;
  height: 35px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  font-size: 25px;
  line-height: 1.3;
  vertical-align: text-top;
}

.feedback2 {
  justify-content: center;
}
.feedback2 li {
  text-align: center;
  width: 120px;
  margin: 0 30px 30px;
  cursor: pointer;
  opacity: 0.2;
}
.feedback2 li img {
  display: block;
  width: 100%;
}
.feedback2 li span {
  padding-top: 10px;
  color: rgba(145, 145, 145, 0.968627451);
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
}
.feedback2 li.active {
  opacity: 1;
}
@media (max-width: 1600px) {
  .feedback2 li {
    width: 90px;
    margin: 0 10px 30px;
  }
}
@media (max-width: 1440px) {
  .feedback2 li {
    width: 70px;
    margin: 0 10px 30px;
  }
}

.feedback2-filter {
  display: block;
  position: absolute;
  left: 0;
  top: 50px;
}
@media (max-width: 767px) {
  .feedback2-filter {
    position: unset;
    transform: translateY(0);
    display: flex !important;
  }
  .feedback2-filter li {
    width: 60px;
    margin: 0 15px 15px;
  }
  .feedback2-filter li span {
    font-size: 14px;
  }
}

.btn_send.js-btn-prev {
  background: #ffffff;
  color: #e32d91;
  border: 1px solid #e32d91;
}

.is-embed .h-content {
  padding: 20px 50px;
}
.is-embed .title {
  margin: 0 40px 10px 40px;
}
.is-embed .quiz-ans {
  max-height: 480px;
  overflow: auto;
  padding-right: 10px;
  padding-left: 5px;
  margin: 10px 0;
  /* Track */
  /* Handle */
}
.is-embed .quiz-ans::-webkit-scrollbar {
  width: 3px;
}
.is-embed .quiz-ans::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.is-embed .quiz-ans::-webkit-scrollbar-thumb {
  background: rgba(227, 45, 145, 0.18);
}
@media (max-width: 1600px) {
  .is-embed .quiz-ans {
    max-height: 350px;
  }
}
@media (max-width: 1440px) {
  .is-embed .quiz-ans {
    max-height: 270px;
  }
}
.is-embed .qr_code {
  top: 250px !important;
}

#KioskBoard-VirtualKeyboard .kioskboard-row span[class^=kioskboard-key] {
  max-width: 8.55% !important;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25) !important;
  border-radius: 15px !important;
  display: block !important;
  padding: 5px !important;
  text-align: center !important;
  line-height: 46px !important;
  margin: 5px !important;
}

#KioskBoard-VirtualKeyboard {
  max-width: 760px !important;
  padding: 15px 15px 15px !important;
}

#KioskBoard-VirtualKeyboard .kioskboard-row-bottom span.kioskboard-key-space, #KioskBoard-VirtualKeyboard .kioskboard-row-bottom span.kioskboard-key-capslock,
#KioskBoard-VirtualKeyboard .kioskboard-row-bottom span.kioskboard-key-backspace, #KioskBoard-VirtualKeyboard .kioskboard-row-bottom span.kioskboard-key-enter {
  max-width: 100% !important;
}

#KioskBoard-VirtualKeyboard .kioskboard-row-top {
  border-bottom: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

#KioskBoard-VirtualKeyboard .kioskboard-row-bottom {
  border-top: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

#KioskBoard-VirtualKeyboard.kioskboard-placement-bottom {
  border-radius: 10px !important;
}

/*# sourceMappingURL=style.css.map */
