/*************************************************/
/* IMPORTS */
/*************************************************/
/* SCREEN BREAKPOINTS */
/*************************************************/
/* FONTS */
/*************************************************/
/* COLORS */
.color-white {
  color: white !important;
}

.bg-white {
  background-color: white;
}

.color-black {
  color: black !important;
}

.bg-black {
  background-color: black;
}

.color-light-grey {
  color: var(--e-global-color-0d3cca6) !important;
}

.bg-light-grey {
  background-color: var(--e-global-color-0d3cca6);
}

.color-primary, .m-selector .slide__nav-numbers {
  color: var(--e-global-color-primary) !important;
}

.bg-primary {
  background-color: var(--e-global-color-primary);
}

/*************************************************/
/* IMAGES */
/*************************************************/
/* SPACINGS */
@-webkit-keyframes grow {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-o-keyframes grow {
  0% {
    -o-transform: scale(1);
       transform: scale(1);
  }
  50% {
    -o-transform: scale(1.05);
       transform: scale(1.05);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}
@keyframes grow {
  0% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
         -o-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
html,
body {
  font-family: "Barlow", Sans-serif;
}

html {
  font-size: 16px;
}

body {
  font-size: 1rem;
  font-family: "Barlow", Sans-serif;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Barlow", Sans-serif;
}

h1, .h1 {
  font-size: 2.1875rem;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 3.125rem;
  }
}

h2, .h2 {
  font-size: 2.8125rem;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 3.8125rem;
  }
}

h3, .h3 {
  font-size: 2rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.375rem;
}

h6, .h6 {
  font-size: 1.25rem;
}

p {
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  p {
    margin-bottom: 25px;
  }
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: inherit;
}
a:hover {
  color: inherit;
}

.line-hover, .m-selector__back, .m-selector__close {
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.line-hover:after, .m-selector__back:after, .m-selector__close:after {
  content: "";
  bottom: -4px;
  display: block;
  height: 2px;
  left: 0%;
  position: absolute;
  background: var(--e-global-color-primary);
  -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  -o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.line-hover:hover:after, .m-selector__back:hover:after, .m-selector__close:hover:after {
  width: 100%;
  left: 0;
}

textarea,
input[type=password],
input[type=number],
input[type=tel],
input[type=search],
input[type=phone],
input[type=date],
input[type=text],
input[type=email] {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

iframe {
  border: 0;
}

@media (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

.wow {
  visibility: hidden;
}
.wow.wow-visible {
  visibility: hidden;
}

@media (min-width: 992px) {
  .content-columns-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 992px) {
  .content-columns-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

.section {
  padding: 45px 0;
}
@media (min-width: 992px) {
  .section {
    padding: 90px 0;
  }
}
@media (min-width: 992px) {
  .section.section-sm {
    padding: 45px 0;
  }
}
@media (min-width: 992px) {
  .section.section-md {
    padding: 75px 0;
  }
}
@media (min-width: 992px) {
  .section.section-lg {
    padding: 135px 0;
  }
}

.bg-center {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 1200px) {
  .container--xl {
    max-width: 1600px;
  }
}

.image-ratio {
  position: relative;
  overflow: hidden;
}
.image-ratio:after {
  content: "";
  display: block;
  position: absolute;
  position: static;
  height: 0;
  width: 100%;
}
.image-ratio--1\:1:after {
  padding-bottom: 100%;
}
.image-ratio--16\:9:after {
  padding-bottom: 56.25%;
}
.image-ratio__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  max-width: none;
}
.image-ratio__inner::after {
  content: none;
}
.image-ratio img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.modal-content {
  border-radius: 0;
}

.popover {
  max-width: 355px;
  top: calc(50% - 30px) !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
       -o-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: transparent;
}
.popover-header {
  background-color: #1D2A3B !important;
  border: none;
  text-align: right;
  padding-bottom: 0;
}
.popover-header::before {
  display: none !important;
}
.popover p {
  font-family: "Barlow", Sans-serif;
}
.popover .arrow {
  display: none !important;
}

.popover-body {
  background: #1D2A3B;
  padding: 30px;
}
.popover-body h2,
.popover-body h3,
.popover-body h4,
.popover-body h5,
.popover-body h6,
.popover-body p {
  color: white;
}

.badge.badge-pill {
  padding-bottom: 5px;
}

.badge-primary {
  background-color: var(--e-global-color-primary);
}

.wp-pagenavi {
  text-align: right;
}
.wp-pagenavi .previouspostslink {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  margin-left: 10px;
  color: transparent;
  width: 60px;
  background: url(images/ba222d49f56d7930a8d9661597b5ccb9.svg) center/contain no-repeat;
  display: inline-block;
  max-width: none;
}
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
  content: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: 0;
}

.blue-gradient {
  background: rgb(37, 54, 74);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(37, 54, 74)), to(rgb(10, 13, 22)));
  background: -webkit-linear-gradient(top, rgb(37, 54, 74) 0%, rgb(10, 13, 22) 100%);
  background: -o-linear-gradient(top, rgb(37, 54, 74) 0%, rgb(10, 13, 22) 100%);
  background: linear-gradient(180deg, rgb(37, 54, 74) 0%, rgb(10, 13, 22) 100%);
}

@media (max-width: 991px) {
  #chat-widget-container {
    bottom: 35px !important;
  }
}

/*!
 * 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 {
  -webkit-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
       -o-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);
  }
}

@-o-keyframes headShake {
  0% {
    -o-transform: translateX(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% {
    -o-transform: translateX(0);
       transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
         -o-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);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
       -o-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
       -o-animation-name: headShake;
          animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

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

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

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

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

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

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

@-webkit-keyframes jello {
  from, 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(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

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

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

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

@-o-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    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);
  }
}

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

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

@-o-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    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 {
    -o-transform: none;
       transform: none;
  }
}

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

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

@-o-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    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 {
    -o-transform: none;
       transform: none;
  }
}

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

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

@-o-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    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 {
    -o-transform: none;
       transform: none;
  }
}

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

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

@-o-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    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);
  }
}

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

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

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

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
       -o-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);
  }
}

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

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

@-o-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 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;
       -o-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);
  }
}

@-o-keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 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;
       -o-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);
  }
}

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

@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;
       -o-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

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

@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-o-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-o-keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -o-animation-timing-function: ease-in;
       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);
  }
}

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

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

@-o-keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -o-animation-timing-function: ease-in;
       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);
  }
}

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

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@-o-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;
  }
}

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

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@-o-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;
  }
}

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

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@-o-keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: skewX(20deg);
       transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -o-transform: skewX(-5deg);
       transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -o-transform: none;
       transform: none;
    opacity: 1;
  }
}

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

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

@-o-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
         -o-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
         -o-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
         -o-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
         -o-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
         -o-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
         -o-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;
       -o-animation-name: hinge;
          animation-name: hinge;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-o-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);
    -o-transform-origin: left center;
       transform-origin: left center;
  }
}

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

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

@-o-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);
    -o-transform-origin: right center;
       transform-origin: right center;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a, #features-popup {
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  cursor: pointer;
}
a:after, #features-popup:after {
  background: none repeat scroll 0 0 transparent;
  bottom: -4px;
  content: "";
  display: block;
  height: 2px;
  left: 0%;
  position: absolute;
  background: var(--e-global-color-primary);
  -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  -o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 100%;
}
@media (min-width: 768px) {
  a:after, #features-popup:after {
    width: 0;
  }
}
a:hover, #features-popup:hover {
  text-decoration: none;
}
a:hover:after, #features-popup:hover:after {
  width: 100%;
  left: 0;
}
#wpadminbar a:after, [data-elementor-type=header] a:after, #wpadminbar #features-popup:after, [data-elementor-type=header] #features-popup:after {
  content: none !important;
}

a.no-underline:after,
a.elementor-icon:after,
a.btn:after,
#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item.link-button > a.mega-menu-link:after,
.elementor-button:after,
.button:after {
  content: none !important;
}

.no-underline a {
  max-width: inherit;
}
.no-underline a:hover:after {
  width: 0;
}
.no-underline a:after {
  width: 0;
}

body .elementor-button {
  border-radius: 0;
  background-color: transparent;
  padding: 7px 20px;
  color: var(--e-global-color-primary) !important;
  border: 2px solid var(--e-global-color-primary);
  text-transform: uppercase;
}
body .elementor-button:hover {
  background-color: var(--e-global-color-primary);
  color: white !important;
}
body .elementor-button .elementor-button-content-wrapper {
  font-size: 1rem;
  font-weight: 400;
}

.btn, #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item.link-button > a.mega-menu-link {
  min-width: auto !important;
}
.btn:focus, #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item.link-button > a.mega-menu-link:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn--back .icon {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.btn--back:hover .icon {
  -webkit-transform: rotate(180deg) translateX(5px);
       -o-transform: rotate(180deg) translateX(5px);
          transform: rotate(180deg) translateX(5px);
}
.btn--next:hover i {
  -webkit-transform: translateX(5px);
       -o-transform: translateX(5px);
          transform: translateX(5px);
}
.btn i, #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item.link-button > a.mega-menu-link i {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn, #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item.link-button > a.mega-menu-link {
  font-size: 1.375rem;
  height: 60px;
  line-height: 58px;
  white-space: nowrap;
  padding: 0 20px;
  text-decoration: none !important;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  text-shadow: none;
  border: 0;
  position: relative;
  border-radius: 0;
  min-width: 160px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.btn.btn-block, #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item.link-button > a.btn-block.mega-menu-link, .btn.btn-fullwidth, #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item.link-button > a.btn-fullwidth.mega-menu-link {
  width: 100% !important;
}

/* Contact Form - Main */
.form-contact .elementor-container.elementor-column-gap-default {
  -webkit-box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.06);
}
.form-contact.warranty .elementor-container.elementor-column-gap-default {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-contact.warranty .elementor-container.elementor-column-gap-default .elementor-widget-eael-gravity-form .gform_footer.top_label {
  position: relative;
  right: 0px;
  bottom: 0px;
  text-align: right;
}
.form-contact.warranty .eael-gravity-form .gform_footer input[type=submit] {
  width: auto !important;
}
.form-contact.white-bg .elementor-container.elementor-column-gap-default {
  background: white;
}
@media (max-width: 1199px) {
  .form-contact.white-bg .elementor-container.elementor-column-gap-default {
    padding: 30px 15px;
  }
}

/* Newsletter Form */
input#gform_submit_button_1 {
  position: absolute;
  right: 0px;
  top: 10px;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

input#input_1_1 {
  padding-left: 0px;
  padding-bottom: 15px;
}

/* Contact Form - Main */
@media (max-width: 1199px) {
  .form-contact {
    background-image: none !important;
    padding: 0px !important;
    margin: 20px;
  }
}
.form-contact .elementor-container.elementor-column-gap-default {
  -webkit-box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.06);
  padding: 0px;
  max-height: 100%;
}
@media (min-width: 992px) {
  .form-contact .elementor-container.elementor-column-gap-default {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .form-contact .elementor-container.elementor-column-gap-default {
    padding: 85px;
  }
}
.form-contact .elementor-container.elementor-column-gap-default .column-adjusted-margins {
  padding: 15px;
  background: white;
}
@media (min-width: 768px) {
  .form-contact .elementor-container.elementor-column-gap-default .column-adjusted-margins {
    background: transparent;
  }
}
.form-contact .elementor-container.elementor-column-gap-default .column-adjusted-margins .elementor-widget-wrap.elementor-element-populated:first-of-type {
  -webkit-filter: none;
          filter: none;
  margin-top: 0px;
}
@media (min-width: 992px) {
  .form-contact .elementor-container.elementor-column-gap-default .column-adjusted-margins .elementor-widget-wrap.elementor-element-populated:first-of-type {
    -webkit-filter: none;
            filter: none;
    margin-top: auto;
    background-color: transparent;
  }
}
.form-contact .elementor-container.elementor-column-gap-default .elementor-widget-eael-gravity-form {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 30px;
}
@media (min-width: 992px) {
  .form-contact .elementor-container.elementor-column-gap-default .elementor-widget-eael-gravity-form {
    padding-left: auto;
    padding-right: auto;
  }
}
@media (min-width: 992px) {
  .form-contact .elementor-container.elementor-column-gap-default .elementor-widget-eael-gravity-form {
    -webkit-box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.06);
    padding: 60px 80px;
    background: white;
    z-index: 2;
  }
}
.form-contact .elementor-container.elementor-column-gap-default .elementor-widget-eael-gravity-form .gform_footer.top_label {
  position: relative;
  right: 0px;
  text-align: center;
}
@media (min-width: 992px) {
  .form-contact .elementor-container.elementor-column-gap-default .elementor-widget-eael-gravity-form .gform_footer.top_label {
    position: absolute;
    right: 60px;
    bottom: 14%;
  }
}
.form-contact .elementor-container.elementor-column-gap-default .elementor-widget-eael-gravity-form label {
  font-weight: 300;
}
.form-contact .elementor-container.elementor-column-gap-default .elementor-widget-eael-gravity-form select, .form-contact .elementor-container.elementor-column-gap-default .elementor-widget-eael-gravity-form textarea, .form-contact .elementor-container.elementor-column-gap-default .elementor-widget-eael-gravity-form input:not(.gfield-choice-input) {
  padding-left: 0px;
  border: none;
  border-bottom: 1px solid;
  border-color: var(--e-global-color-primary);
  padding-bottom: 20px;
  margin-bottom: 0px;
  background: white;
}
.form-contact .elementor-container.elementor-column-gap-default .elementor-widget-eael-gravity-form input.gform_button {
  color: var(--e-global-color-primary);
  font-family: "Barlow", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 22px;
  border: none;
  background: transparent;
  padding: 0px;
}
.form-contact .elementor-container.elementor-column-gap-default .elementor-widget-eael-gravity-form textarea {
  padding-left: 0px;
  font-weight: 300 !important;
}
@media (min-width: 992px) {
  .form-contact .elementor-container.elementor-column-gap-default .elementor-widget-eael-gravity-form textarea {
    padding-left: 10px;
  }
}
.form-contact .elementor-container.elementor-column-gap-default .elementor-widget-eael-gravity-form fieldset:not(#field_2_8) {
  position: relative;
  margin-bottom: 0px !important;
}
.form-contact .elementor-container.elementor-column-gap-default .elementor-widget-eael-gravity-form fieldset:not(#field_2_8) .ginput_container_radio {
  position: absolute;
  right: 10%;
  top: -32px;
}
@media (min-width: 1700px) {
  .form-contact .elementor-container.elementor-column-gap-default .elementor-widget-eael-gravity-form fieldset:not(#field_2_8) .ginput_container_radio {
    right: 25%;
  }
}
.form-contact .elementor-container.elementor-column-gap-default .elementor-widget-eael-gravity-form fieldset#field_2_8 {
  margin-bottom: 0px;
  margin-top: 15px;
}
.form-contact .elementor-container.elementor-column-gap-default .elementor-widget-eael-gravity-form .gchoice {
  padding-right: 12px;
}
.form-contact .elementor-container.elementor-column-gap-default .elementor-widget-eael-gravity-form .gfield_html {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 5px !important;
}
.form-contact .elementor-container.elementor-column-gap-default .elementor-widget-eael-gravity-form .gfield_html a {
  font-weight: 300;
  font-size: 16px;
  text-decoration: underline;
}
.form-contact .elementor-container.elementor-column-gap-default .elementor-widget-eael-gravity-form .gfield_label {
  font-weight: 300;
}
.form-contact.basic {
  background-image: -webkit-linear-gradient(210deg, #25364A 0%, #0A0D16 100%) !important;
  background-image: -o-linear-gradient(210deg, #25364A 0%, #0A0D16 100%) !important;
  background-image: linear-gradient(240deg, #25364A 0%, #0A0D16 100%) !important;
  margin: 0px;
}
.form-contact.basic .elementor-container.elementor-column-gap-default {
  padding: 40px 0px 0px 0px;
  max-height: 100%;
}
@media (min-width: 992px) {
  .form-contact.basic .elementor-container.elementor-column-gap-default {
    max-height: 555px;
  }
}
.form-contact.basic .elementor-container.elementor-column-gap-default .elementor-widget-eael-gravity-form {
  padding: 30px 20px;
}
@media (min-width: 992px) {
  .form-contact.basic .elementor-container.elementor-column-gap-default .elementor-widget-eael-gravity-form {
    padding: 60px 80px;
  }
}
.form-contact.basic .elementor-container.elementor-column-gap-default .column-adjusted-margins {
  margin-top: 70px;
}
.form-contact.basic .elementor-container.elementor-column-gap-default .elementor-widget-eael-gravity-form input.gform_button {
  position: relative;
}
.form-contact.basic .elementor-container.elementor-column-gap-default .gform_footer.top_label {
  position: absolute;
  right: 60px;
  bottom: 12%;
}

@media (min-width: 1700px) {
  .column-adjusted-margins {
    margin-left: 80px;
    margin-top: 110px;
  }
}

#gf_1 .gform_confirmation_message {
  font-size: 15px;
  color: white;
}

@media (max-width: 1199px) {
  .commercial-contant-form h2.elementor-heading-title, .commercial-contant-form p {
    color: var(--e-global-color-text) !important;
  }
}

.customercare-contant-form .non-styled-link {
  color: white !important;
}
@media (max-width: 1199px) {
  .customercare-contant-form h2.elementor-heading-title, .customercare-contant-form p {
    color: var(--e-global-color-text) !important;
  }
  .customercare-contant-form .non-styled-link {
    color: var(--e-global-color-text) !important;
  }
}

.icon {
  display: inline-block;
}
.icon--info {
  background: url(images/cac979df3ee5c809b75b5dc5f0a7425b.svg) no-repeat;
  width: 15px;
  height: 15px;
}
.icon--info:hover {
  cursor: pointer;
}
.icon--close-popover {
  background: url(images/9329563e769f229f01e7657ddfedf8c0.svg) no-repeat;
  width: 15px;
  height: 15px;
}
.icon--close-popover:hover {
  cursor: pointer;
}
.icon--arrow-right {
  background: url(images/ba222d49f56d7930a8d9661597b5ccb9.svg) center center/contain no-repeat;
  width: 60px;
  height: 18px;
}

.sealy-questionnaire a {
  max-width: none;
}
.sealy-questionnaire a:after {
  content: none;
}
.sealy-questionnaire__category-item, .sealy-questionnaire__workflow-item {
  display: block;
  border: 1px solid var(--e-global-color-primary);
  text-align: center;
  padding: 20px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  outline: 5px solid transparent;
}
.sealy-questionnaire__category-item:hover, .sealy-questionnaire__category-item.active, .sealy-questionnaire__workflow-item:hover, .sealy-questionnaire__workflow-item.active {
  outline: 5px solid var(--e-global-color-primary);
}
@media (min-width: 992px) {
  .sealy-questionnaire__category-item, .sealy-questionnaire__workflow-item {
    padding: 50px;
  }
}
.sealy-questionnaire__category-item h3, .sealy-questionnaire__workflow-item h3 {
  margin-bottom: 0;
}
.sealy-questionnaire__category-item img, .sealy-questionnaire__workflow-item img {
  margin: 100px 0;
}
.sealy-questionnaire__questions {
  text-align: center;
}
.sealy-questionnaire__question {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.sealy-questionnaire__question:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 5px;
  background: url(images/29e8954e9d3ab3a092aedfa1ddb42d8c.svg) center/80% no-repeat;
}
.sealy-questionnaire__question-option {
  position: relative;
  display: block;
}
.sealy-questionnaire__question-option:before {
  content: "";
  display: block;
  position: absolute;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid var(--e-global-color-primary);
}
.sealy-questionnaire__question-option:before {
  width: 14px;
  height: 14px;
}
.sealy-questionnaire__question-option:hover:before {
  background-color: var(--e-global-color-primary);
}
.sealy-questionnaire__subheading {
  color: var(--e-global-color-primary);
  text-transform: uppercase;
}
.sealy-questionnaire__results {
  text-align: center;
  background-color: #FAFAFA;
  padding-top: 75px;
  padding-bottom: 75px;
}
.sealy-questionnaire__result {
  text-align: left;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.sealy-questionnaire__result:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 5px;
  background: url(images/29e8954e9d3ab3a092aedfa1ddb42d8c.svg) center/80% no-repeat;
}

@media (max-width: 991px) {
  .info-tab__secondary .nav {
    width: 100%;
    height: 27px;
    overflow: scroll !important;
    white-space: nowrap;
    display: block !important;
    padding-left: 22%;
  }
  .info-tab__secondary .nav::-webkit-scrollbar {
    display: none;
  }
}
.info-tab__image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.info-tab__extra-image {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.info-tab__nav {
  display: inline-block;
  padding: 0 30px;
  background-color: transparent !important;
  text-transform: uppercase;
  opacity: 0.5 !important;
  color: white;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.info-tab__nav:hover {
  opacity: 1 !important;
}
.info-tab__nav::-webkit-scrollbar {
  display: none;
}
@media (min-width: 992px) {
  .info-tab__nav {
    display: block;
  }
}
@media (min-width: 992px) {
  .info-tab__nav {
    padding: 0px;
    padding-bottom: 25px;
  }
}
.info-tab__nav:first-of-type {
  padding-left: 0px;
}
.info-tab__nav:hover:after {
  width: 0px;
}
.info-tab__nav.active {
  opacity: 1 !important;
  text-decoration: underline;
}
.info-tab .nav-pills {
  width: 100%;
  height: auto;
  overflow: scroll !important;
  white-space: nowrap;
  display: block !important;
  padding-left: 30px;
}
@media (min-width: 992px) {
  .info-tab .nav-pills {
    overflow: hidden !important;
    padding-left: 0px;
  }
}
.info-tab .nav-pills::-webkit-scrollbar {
  display: none;
}
.info-tab--main .nav-main {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  background-image: url(/wp-content/themes/sealy-2021/assets/images/line-menu.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .info-tab--main .nav-main {
    width: 100%;
    height: 27px;
    overflow: scroll !important;
    white-space: nowrap;
    display: block;
  }
}
.info-tab--main .nav-main::-webkit-scrollbar {
  display: none;
}
.info-tab--main .nav-main .info-tab__nav {
  margin: 0 20px 5px;
  padding: 0px;
  color: var(--e-global-color-primary) !important;
}
@media (max-width: 1199px) {
  .info-tab--main .nav-main .info-tab__nav {
    display: inline-block;
  }
}
.info-tab--main .nav-main .info-tab__nav.active {
  opacity: 1 !important;
  text-decoration: none;
}
.info-tab--main .nav-main .info-tab__nav.active::after {
  content: "";
  width: 100%;
  border-bottom: solid 1px var(--e-global-color-primary);
  position: absolute;
  left: 0;
  bottom: -4px;
  background: transparent;
}

[data-elementor-type=header] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
}
[data-elementor-type=header] .mega-menu-wrap {
  -webkit-transition: all 0.25s ease-in-out 0s !important;
  -o-transition: all 0.25s ease-in-out 0s !important;
  transition: all 0.25s ease-in-out 0s !important;
}
[data-elementor-type=header] .elementor-search-form__toggle,
[data-elementor-type=header] .elementor-button,
[data-elementor-type=header] .header-column--right,
[data-elementor-type=header] .top-cta {
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
[data-elementor-type=header] .top-logo--large {
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
[data-elementor-type=header] .top-logo--large img {
  -webkit-transition: all 0.25s ease-in-out 0s !important;
  -o-transition: all 0.25s ease-in-out 0s !important;
  transition: all 0.25s ease-in-out 0s !important;
}
[data-elementor-type=header] .top-logo--small {
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
       -o-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
[data-elementor-type=header] > .elementor-section {
  -webkit-transition: all 0.25s ease-in-out 0s !important;
  -o-transition: all 0.25s ease-in-out 0s !important;
  transition: all 0.25s ease-in-out 0s !important;
}
[data-elementor-type=header] > .elementor-section:after {
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1199px) {
  [data-elementor-type=header] > .elementor-section:after {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */ /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.95)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#00000000", GradientType=0); /* IE6-9 */
  }
  .mega-menu-primary_menu_mobile-mobile-open:not(.mega-menu--force-hide) [data-elementor-type=header] > .elementor-section:after, .mega-menu-primary_menu-mobile-open:not(.mega-menu--force-hide) [data-elementor-type=header] > .elementor-section:after {
    position: fixed;
    height: 120vh;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.95+0,0.23+100 */ /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 180%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(180%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 180%);
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 180%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2000000", endColorstr="#3b000000", GradientType=0); /* IE6-9 */
  }
}
@media (min-width: 1200px) {
  [data-elementor-type=header] > .elementor-section:after {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */ /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#00000000", GradientType=0); /* IE6-9 */
  }
  .mega-menu-primary_menu_mobile-mobile-open:not(.mega-menu--force-hide) [data-elementor-type=header] > .elementor-section:after, .mega-menu-primary_menu-mobile-open:not(.mega-menu--force-hide) [data-elementor-type=header] > .elementor-section:after, .mega-menu-hover:not(.mega-menu--force-hide) [data-elementor-type=header] > .elementor-section:after {
    position: fixed;
    height: 120vh;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.9+0,0+100 */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.95+0,0.23+100 */ /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 180%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(180%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 180%);
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 180%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2000000", endColorstr="#3b000000", GradientType=0); /* IE6-9 */
  }
}
.admin-bar [data-elementor-type=header] {
  top: 32px;
}
@media (max-width: 783px) {
  .admin-bar [data-elementor-type=header] {
    top: 46px;
  }
}
[data-elementor-type=header] .elementor-section {
  background-color: transparent !important;
}
[data-elementor-type=header] .elementor-search-form__toggle i {
  background: url(images/ca6420293814cde6ad8a3e4048e5844e.svg) center/20px no-repeat;
}
@media (min-width: 992px) {
  [data-elementor-type=header] .elementor-search-form__toggle i {
    margin-top: 5px;
  }
}
[data-elementor-type=header] .elementor-search-form__toggle i:before {
  content: none;
}
@media (min-width: 1200px) {
  .header--sticky--shown [data-elementor-type=header] {
    --c-gap: 120px;
    --c-gap-minus: -120px;
  }
  .header--sticky--shown [data-elementor-type=header] .elementor-search-form--skin-full_screen .elementor-search-form__container {
    -webkit-transform: translateY(var(--c-gap)) scale(0);
         -o-transform: translateY(var(--c-gap)) scale(0);
            transform: translateY(var(--c-gap)) scale(0);
  }
  .header--sticky--shown [data-elementor-type=header] .elementor-search-form--skin-full_screen .elementor-search-form__container.elementor-search-form--full-screen {
    -webkit-transform: translateY(var(--c-gap));
         -o-transform: translateY(var(--c-gap));
            transform: translateY(var(--c-gap));
  }
  .header--sticky--shown [data-elementor-type=header] > .elementor-section {
    -webkit-transform: translateY(var(--c-gap-minus));
         -o-transform: translateY(var(--c-gap-minus));
            transform: translateY(var(--c-gap-minus));
    padding-bottom: 5px;
  }
  .header--sticky--shown [data-elementor-type=header] > .elementor-section:after {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .header--sticky--shown [data-elementor-type=header] .elementor-search-form__toggle,
  .header--sticky--shown [data-elementor-type=header] .elementor-button {
    -webkit-transform: translateY(30px);
         -o-transform: translateY(30px);
            transform: translateY(30px);
  }
  .header--sticky--shown [data-elementor-type=header] .top-logo--large {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50px);
         -o-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  .header--sticky--shown [data-elementor-type=header] .top-logo--small {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, 35px);
         -o-transform: translate(-50%, 35px);
            transform: translate(-50%, 35px);
  }
  .header--sticky--shown [data-elementor-type=header] .mega-menu-wrap {
    -webkit-transform: translateY(50px) !important;
         -o-transform: translateY(50px) !important;
            transform: translateY(50px) !important;
  }
}

.elementor-search-form--skin-full_screen .elementor-search-form input[type=search].elementor-search-form__input {
  border-bottom: 1px solid var(--e-global-color-primary) !important;
  max-width: 700px;
  margin-top: 10%;
  text-align: left !important;
  padding-right: 40px;
  border-radius: 0 !important;
  background: url(images/ca6420293814cde6ad8a3e4048e5844e.svg) right center/20px no-repeat;
}

.elementor-lightbox .dialog-lightbox-close-button {
  top: 20px;
  background: url(images/9329563e769f229f01e7657ddfedf8c0.svg) center/20px no-repeat;
}
.elementor-lightbox .dialog-lightbox-close-button .eicon-close {
  color: transparent;
}

.elementor-search-form--skin-full_screen .elementor-search-form__container {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item.link-button > a.mega-menu-link {
  line-height: 0.9;
  height: 50px;
  text-align: center;
}
@media (max-width: 1199px) {
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item.link-button > a.mega-menu-link {
    margin: 10px;
    height: 40px;
    width: calc(100% - 20px);
  }
}

#mega-menu-wrap-primary_menu_mobile .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
#mega-menu-wrap-primary_menu_mobile .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
#mega-menu-wrap-primary_menu_mobile .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  border-radius: 0;
  height: 2px;
  width: 30px;
}

#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item:last-child {
  margin-right: 0;
}

#mega-menu-wrap-primary_menu_mobile #mega-menu-primary_menu_mobile > li.mega-menu-item > a.mega-menu-link {
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
@media (max-width: 1199px) {
  #mega-menu-wrap-primary_menu_mobile #mega-menu-primary_menu_mobile > li.mega-menu-item > a.mega-menu-link {
    margin-top: 30px;
  }
}

#mega-menu-wrap-primary_menu_mobile #mega-menu-primary_menu_mobile > li.mega-menu-megamenu.custom-mega.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after,
#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu.custom-mega.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 1199px) {
  #mega-menu-wrap-primary_menu_mobile #mega-menu-primary_menu_mobile > li.mega-menu-megamenu.custom-mega.mega-menu-item-has-children > a.mega-menu-link,
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu.custom-mega.mega-menu-item-has-children > a.mega-menu-link {
    padding-left: 48px;
  }
}
#mega-menu-wrap-primary_menu_mobile #mega-menu-primary_menu_mobile > li.mega-menu-megamenu.custom-mega.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator,
#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu.custom-mega.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  vertical-align: -2px;
}
#mega-menu-wrap-primary_menu_mobile #mega-menu-primary_menu_mobile > li.mega-menu-megamenu.custom-mega.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after,
#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu.custom-mega.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  color: rgba(0, 0, 0, 0);
  background: url(images/719e857466e9e4d3d8523598195dbe50.svg) center/16px no-repeat;
  margin-left: 10px;
}
#mega-menu-wrap-primary_menu_mobile #mega-menu-primary_menu_mobile > li.mega-menu-megamenu.custom-mega > li.mega-menu-item:last-child,
#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu.custom-mega > li.mega-menu-item:last-child {
  margin-right: 0;
}
@media (min-width: 1200px) {
  #mega-menu-wrap-primary_menu_mobile #mega-menu-primary_menu_mobile > li.mega-menu-megamenu.custom-mega ul.mega-sub-menu,
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu.custom-mega ul.mega-sub-menu {
    display: block;
  }
}
#mega-menu-wrap-primary_menu_mobile #mega-menu-primary_menu_mobile > li.mega-menu-megamenu.custom-mega > ul.mega-sub-menu,
#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu.custom-mega > ul.mega-sub-menu {
  --mg-column-max-width: 360px;
  --mg-container-size: 1200px;
  /* Second level only */
}
@media (min-width: 1200px) {
  #mega-menu-wrap-primary_menu_mobile #mega-menu-primary_menu_mobile > li.mega-menu-megamenu.custom-mega > ul.mega-sub-menu,
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu.custom-mega > ul.mega-sub-menu {
    padding: 60px 10px 40px;
    height: calc(70vh - 100px);
    min-height: 350px;
    overflow: hidden;
  }
}
#mega-menu-wrap-primary_menu_mobile #mega-menu-primary_menu_mobile > li.mega-menu-megamenu.custom-mega > ul.mega-sub-menu .mega-menu-link,
#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu.custom-mega > ul.mega-sub-menu .mega-menu-link {
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
@media (min-width: 1200px) {
  #mega-menu-wrap-primary_menu_mobile #mega-menu-primary_menu_mobile > li.mega-menu-megamenu.custom-mega > ul.mega-sub-menu .mega-menu-link,
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu.custom-mega > ul.mega-sub-menu .mega-menu-link {
    padding: 3vh 15% !important;
    font-size: 25px !important;
    line-height: 1.2;
  }
}
#mega-menu-wrap-primary_menu_mobile #mega-menu-primary_menu_mobile > li.mega-menu-megamenu.custom-mega > ul.mega-sub-menu .mega-menu-link > small,
#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu.custom-mega > ul.mega-sub-menu .mega-menu-link > small {
  display: none;
}
@media (min-width: 1200px) {
  #mega-menu-wrap-primary_menu_mobile #mega-menu-primary_menu_mobile > li.mega-menu-megamenu.custom-mega > ul.mega-sub-menu .mega-menu-link > small,
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu.custom-mega > ul.mega-sub-menu .mega-menu-link > small {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 5px;
  }
}
@media (min-width: 1200px) {
  #mega-menu-wrap-primary_menu_mobile #mega-menu-primary_menu_mobile > li.mega-menu-megamenu.custom-mega > ul.mega-sub-menu,
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu.custom-mega > ul.mega-sub-menu {
    --mg-column-max-width: 25vw;
    --mg-container-size: 100vw;
  }
}
@media (min-width: 1600px) {
  #mega-menu-wrap-primary_menu_mobile #mega-menu-primary_menu_mobile > li.mega-menu-megamenu.custom-mega > ul.mega-sub-menu,
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu.custom-mega > ul.mega-sub-menu {
    --mg-column-max-width: 380px;
    --mg-container-size: 1520px;
  }
}
@media (min-width: 1200px) {
  #mega-menu-wrap-primary_menu_mobile #mega-menu-primary_menu_mobile > li.mega-menu-megamenu.custom-mega > ul.mega-sub-menu li.mega-menu-item,
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu.custom-mega > ul.mega-sub-menu li.mega-menu-item {
    width: 100%;
    max-width: var(--mg-column-max-width);
    margin-left: calc((100vw - var(--mg-container-size)) / 2);
    position: static;
    padding: 0;
  }
  #mega-menu-wrap-primary_menu_mobile #mega-menu-primary_menu_mobile > li.mega-menu-megamenu.custom-mega > ul.mega-sub-menu li.mega-menu-item.mega-menu-item-has-children:hover > .mega-menu-link > span.mega-indicator,
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu.custom-mega > ul.mega-sub-menu li.mega-menu-item.mega-menu-item-has-children:hover > .mega-menu-link > span.mega-indicator {
    -webkit-transform: translateX(5px);
         -o-transform: translateX(5px);
            transform: translateX(5px);
  }
  #mega-menu-wrap-primary_menu_mobile #mega-menu-primary_menu_mobile > li.mega-menu-megamenu.custom-mega > ul.mega-sub-menu li.mega-menu-item.mega-menu-item-has-children > .mega-menu-link > span.mega-indicator,
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu.custom-mega > ul.mega-sub-menu li.mega-menu-item.mega-menu-item-has-children > .mega-menu-link > span.mega-indicator {
    display: inline-block;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
  }
  #mega-menu-wrap-primary_menu_mobile #mega-menu-primary_menu_mobile > li.mega-menu-megamenu.custom-mega > ul.mega-sub-menu li.mega-menu-item.mega-menu-item-has-children > .mega-menu-link > span.mega-indicator:after,
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu.custom-mega > ul.mega-sub-menu li.mega-menu-item.mega-menu-item-has-children > .mega-menu-link > span.mega-indicator:after {
    background: url(images/2d2d38c3b4677e2181c1c69bba690229.svg) center/7px 14px no-repeat;
    color: transparent;
  }
}
#mega-menu-wrap-primary_menu_mobile #mega-menu-primary_menu_mobile > li.mega-menu-megamenu.custom-mega > ul.mega-sub-menu li.mega-menu-item.mega-toggle-on > .mega-menu-link, #mega-menu-wrap-primary_menu_mobile #mega-menu-primary_menu_mobile > li.mega-menu-megamenu.custom-mega > ul.mega-sub-menu li.mega-menu-item.hover > .mega-menu-link,
#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu.custom-mega > ul.mega-sub-menu li.mega-menu-item.mega-toggle-on > .mega-menu-link,
#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu.custom-mega > ul.mega-sub-menu li.mega-menu-item.hover > .mega-menu-link {
  color: var(--e-global-color-primary);
}
@media (min-width: 1200px) {
  #mega-menu-wrap-primary_menu_mobile #mega-menu-primary_menu_mobile > li.mega-menu-megamenu.custom-mega > ul.mega-sub-menu li.mega-menu-item.mega-toggle-on > .mega-sub-menu, #mega-menu-wrap-primary_menu_mobile #mega-menu-primary_menu_mobile > li.mega-menu-megamenu.custom-mega > ul.mega-sub-menu li.mega-menu-item.hover > .mega-sub-menu,
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu.custom-mega > ul.mega-sub-menu li.mega-menu-item.mega-toggle-on > .mega-sub-menu,
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu.custom-mega > ul.mega-sub-menu li.mega-menu-item.hover > .mega-sub-menu {
    -webkit-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    opacity: 1 !important;
    visibility: visible;
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (min-width: 1200px) {
  #mega-menu-wrap-primary_menu_mobile #mega-menu-primary_menu_mobile > li.mega-menu-megamenu.custom-mega > ul.mega-sub-menu ul.mega-sub-menu,
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu.custom-mega > ul.mega-sub-menu ul.mega-sub-menu {
    padding-top: 60px;
    margin-left: 0 !important;
    opacity: 0 !important;
    visibility: hidden;
    display: block !important;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    -webkit-transform: translateX(-10px);
         -o-transform: translateX(-10px);
            transform: translateX(-10px);
    position: absolute;
    top: 0;
    left: var(--mg-column-max-width);
    width: 100%;
    max-width: var(--mg-column-max-width);
    height: 100%;
  }
}
@media (min-width: 1200px) {
  #mega-menu-wrap-primary_menu_mobile #mega-menu-primary_menu_mobile > li.mega-menu-megamenu.custom-mega > ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item,
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu.custom-mega > ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  #mega-menu-wrap-primary_menu_mobile #mega-menu-primary_menu_mobile > li.mega-menu-megamenu.custom-mega > ul.mega-sub-menu > li.mega-menu-item > .mega-menu-link,
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu.custom-mega > ul.mega-sub-menu > li.mega-menu-item > .mega-menu-link {
    padding-left: 10px !important;
  }
}
@media (min-width: 1200px) {
  #mega-menu-wrap-primary_menu_mobile #mega-menu-primary_menu_mobile > li.mega-menu-megamenu.custom-mega > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu,
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu.custom-mega > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu {
    left: calc((100vw - var(--mg-container-size)) / 2 + var(--mg-column-max-width));
  }
}

#mega-menu-wrap-primary_menu_mobile #mega-menu-primary_menu_mobile {
  max-height: calc(100vh - 75px);
  overflow: auto;
}
#mega-menu-wrap-primary_menu_mobile #mega-menu-primary_menu_mobile .menu-link-small a.mega-menu-link {
  font-size: 16px !important;
  margin-top: 10px !important;
}
#mega-menu-wrap-primary_menu_mobile #mega-menu-primary_menu_mobile .menu-link-btn {
  margin-right: 10px !important;
  display: inline-block !important;
}
#mega-menu-wrap-primary_menu_mobile #mega-menu-primary_menu_mobile .menu-link-btn:last-child {
  margin-right: 0 !important;
}
#mega-menu-wrap-primary_menu_mobile #mega-menu-primary_menu_mobile .menu-link-btn a.mega-menu-link {
  border-radius: 0 !important;
  background-color: transparent !important;
  padding: 7px 20px !important;
  color: var(--e-global-color-primary) !important;
  border: 2px solid var(--e-global-color-primary) !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
}
#mega-menu-wrap-primary_menu_mobile #mega-menu-primary_menu_mobile .menu-link-btn a.mega-menu-link:hover {
  background-color: var(--e-global-color-primary) !important;
  color: white !important;
}

@media (max-width: 767px) {
  .header-logo-image img {
    -webkit-transform: scale(0.9);
         -o-transform: scale(0.9);
            transform: scale(0.9);
  }
}

.mobile-menu-wrap .elementor-button-text {
  font-size: 0.75rem;
}

.close-button {
  display: inline-block;
  width: 25px;
  height: 25px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.close-button:hover {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.close-button {
  margin-top: 0;
}

.close-button-burger {
  width: 25px;
  height: 2px;
  display: block;
  margin-bottom: 7px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: var(--e-global-color-primary);
}
@media (min-width: 992px) {
  .close-button-burger {
    background-color: white;
  }
}
.close-button-burger--2 {
  margin-bottom: 0;
}
.close-button--close {
  display: inline-block;
  width: 25px;
  height: 25px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.close-button--close:hover {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.close-button--close-1, .close-button--close-2 {
  background-color: pink;
  width: 25px;
  height: 2px;
  display: block;
  -webkit-transform: rotate(45deg) translate(8px, 8px);
       -o-transform: rotate(45deg) translate(8px, 8px);
          transform: rotate(45deg) translate(8px, 8px);
}
.close-button--close-2 {
  -webkit-transform: rotate(-45deg) translate(-7px, 7px);
       -o-transform: rotate(-45deg) translate(-7px, 7px);
          transform: rotate(-45deg) translate(-7px, 7px);
}

.imp-fullscreen-tooltips-container .imp-fullscreen-tooltip .imp-tooltip-close-button {
  background: url(images/9329563e769f229f01e7657ddfedf8c0.svg) center/20px no-repeat;
  color: transparent !important;
}

.articles .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding-left: 0;
  padding-right: 0;
}

.e-hotspot--soft-beat {
  -webkit-animation: none !important;
       -o-animation: none !important;
          animation: none !important;
}
.e-hotspot--soft-beat .e-hotspot__icon {
  -webkit-animation: e-hotspot-soft-beat 0.7s infinite alternate;
  -o-animation: e-hotspot-soft-beat 0.7s infinite alternate;
     animation: e-hotspot-soft-beat 0.7s infinite alternate;
  -webkit-animation-timing-function: ease;
  -o-animation-timing-function: ease;
     animation-timing-function: ease;
}

.e-hotspot:after {
  content: none;
}
@media (max-width: 991px) {
  .e-hotspot .e-hotspot__label {
    display: none;
  }
}
.e-hotspot .e-hotspot__label span {
  font-size: 20px;
  margin-right: 5px;
}
@media (min-width: 992px) {
  .e-hotspot .e-hotspot__label span {
    font-size: 37px;
  }
}
.e-hotspot.e-hotspot--position-left.e-hotspot--position-top .e-hotspot__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.e-hotspot.e-hotspot--position-right.e-hotspot--position-bottom .e-hotspot__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* New Play Icon - overwriting Elementor */
.eicon-play {
  opacity: 1 !important;
}
.eicon-play:before {
  content: url(/wp-content/themes/sealy-2021/assets/images/play-image.png) !important;
}

.eicon-chevron-left:before {
  content: "" !important;
  background: url(/wp-content/themes/sealy-2021/assets/images/arrow-left.svg);
  width: 58px;
  height: 16px;
  display: inline-block;
}

.eicon-chevron-right:before {
  background: url(/wp-content/themes/sealy-2021/assets/images/arrow-left.svg);
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  content: "" !important;
  width: 58px;
  height: 16px;
  display: inline-block;
}

@media (max-width: 991px) {
  .swiper-video .elementor-swiper-button {
    top: auto;
    bottom: -20%;
  }
}

@media (max-width: 991px) {
  .swiper-video .elementor-swiper-button-next {
    right: 24% !important;
  }
}

@media (max-width: 991px) {
  .swiper-video .elementor-swiper-button-prev {
    left: 24% !important;
  }
}

/* Mattress Selector Intro setup for mobile */
@media (max-width: 991px) {
  .mobile-aligned-top .elementor-container.elementor-column-gap-default {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: start !important;
  }
}

/* Global Footer Setup */
@media (max-width: 991px) {
  .elementor-location-footer .elementor-nav-menu--dropdown a {
    padding: 10px !important;
  }
}
@media (max-width: 991px) {
  .elementor-location-footer .menu-item-has-children a:first-of-type {
    font-size: 18px !important;
    line-height: 22px !important;
    color: var(--e-global-color-primary) !important;
    font-weight: 500 !important;
  }
}
.elementor-location-footer .menu-item-has-children a:first-of-type::after {
  display: none;
}
.elementor-location-footer .menu-item-has-children .sub-arrow {
  margin-top: -19px;
  margin-bottom: -15px;
  font-size: 23px;
}
@media (min-width: 768px) {
  .elementor-location-footer .menu-item-has-children .sub-arrow {
    display: none;
  }
}
@media (min-width: 768px) {
  .elementor-location-footer .menu-item-has-children .sub-menu {
    position: inherit;
    display: block;
    margin: 0px !important;
    width: 100%;
  }
  .elementor-location-footer .menu-item-has-children .sub-menu .elementor-sub-item {
    border: 0px;
  }
}

a.has-submenu {
  max-width: inherit !important;
}

.elementor-nav-menu:after {
  display: none;
}

/* Overlaying image for Basic Content */
@media (min-width: 1200px) {
  .absolute-overlay img {
    position: absolute;
    left: 0px;
  }
}

@media (min-width: 992px) {
  .video-absolute {
    position: absolute !important;
    top: 56%;
  }
}

/* Range | V1 */
.absolute-right h3 {
  position: relative;
  bottom: 0px;
}
@media (min-width: 992px) {
  .absolute-right h3 {
    position: absolute;
    right: 0px;
    bottom: 20px;
  }
}

@media (max-width: 1199px) {
  .mobile-absolute-bottom {
    position: absolute !important;
    bottom: 25px;
  }
}

@media (min-width: 992px) {
  .max-height-margin {
    z-index: 2;
    max-height: 900px;
  }
}

.general-color {
  color: var(--e-global-color-primary);
  font-weight: 500;
}

.bg-linear {
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(0%, #fafafa));
  background: -webkit-linear-gradient(bottom, #fff 0%, #fafafa 0%);
  background: -o-linear-gradient(bottom, #fff 0%, #fafafa 0%);
  background: linear-gradient(0deg, #fff 0%, #fafafa 0%);
}
.bg-linear.large {
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(0%, #fafafa));
  background: -webkit-linear-gradient(bottom, #fff 0%, #fafafa 0%);
  background: -o-linear-gradient(bottom, #fff 0%, #fafafa 0%);
  background: linear-gradient(0deg, #fff 0%, #fafafa 0%);
}

figcaption {
  position: absolute;
  bottom: 12%;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.elementor-tab-title {
  font-size: 18px;
  line-height: 22px;
  margin: 35px 10px 35px 10px;
  padding: 0px 0px 3px 0px !important;
  text-align: center;
}
.elementor-tab-title.elementor-active {
  border-bottom: 1px solid white !important;
}
.elementor-tab-title a {
  padding-bottom: 0px;
  margin-bottom: 30px;
  padding-left: 0px;
  margin-left: 15px;
  padding-right: 0px;
  margin-right: 15px;
}

.elementor-tabs-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.elementor-tab-content {
  padding: 0px !important;
  position: relative;
}
.elementor-tab-content img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.white h4 {
  color: var(--e-global-color-secondary);
  font-family: "Tiempos", Sans-serif;
  font-size: 35px;
  line-height: 42px;
}

.banner-overlay {
  position: relative;
}
.banner-overlay::after {
  background-image: url(/wp-content/themes/sealy-2021/assets/images/mobile-bg.png);
  background-size: cover;
  bottom: 0;
  height: 100%;
  background-position: bottom;
}
.banner-overlay .video-play:before {
  content: "";
  background-image: url(/wp-content/themes/sealy-2021/assets/images/icon-play.svg);
  background-size: cover;
  display: block;
  width: 40px;
  height: 40px;
  left: -45px;
  bottom: -15px;
  position: absolute;
  background-size: contain;
}
.banner-overlay::before {
  content: "";
  background-image: url(/wp-content/themes/sealy-2021/assets/images/top-color.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  display: block;
  height: 45%;
  width: 100%;
}
.banner-overlay::after {
  content: "";
  background-image: url(/wp-content/themes/sealy-2021/assets/images/bottom-color.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0px;
  display: block;
  height: 45%;
  width: 100%;
}
.banner-overlay .video-play {
  text-align: center;
  color: var(--e-global-color-secondary);
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  margin-left: 40px;
}
.banner-overlay .video-play:hover:after {
  width: 0px;
}

/* Slick Slider Homepage */
.action {
  display: block;
  margin-top: 0px;
  width: 100%;
  position: absolute;
  bottom: 9%;
  z-index: 2;
  text-align: center;
}
.action--timeline {
  position: relative;
  z-index: 5 !important;
}
.action--timeline .action__block {
  border-bottom: none;
  padding-bottom: 0px;
}
@media (max-width: 1199px) {
  .action--timeline .action__block {
    width: 100%;
    height: 130px;
    overflow: scroll;
    white-space: nowrap;
    padding-left: 23%;
  }
}
.action--timeline .action__block a {
  color: white !important;
  margin: 0px 40px;
}
.action--timeline .action__block a:nth-of-type(2) {
  margin: auto;
}
.action__block {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
  border-bottom: none;
}
@media (min-width: 992px) {
  .action__block {
    border-bottom: 1px solid #707070;
    padding-bottom: 14px;
  }
}
@media (max-width: 1199px) {
  .action__block.hp {
    width: 100%;
    height: 100px;
    overflow: scroll;
    white-space: nowrap;
    padding-left: 23%;
  }
}
.action__block.hp::-webkit-scrollbar {
  display: none;
}
.action a {
  display: inline-block;
  background: transparent;
  color: #fff !important;
  font-size: 13px !important;
  padding-bottom: 15px !important;
  opacity: 0.6;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.action a:nth-of-type(2) {
  margin: 0 60px 0 60px;
}
@media (min-width: 992px) {
  .action a:nth-of-type(2) {
    margin: 0px 360px 0px 280px;
  }
}
.action a:hover:after {
  width: 0;
}
.action a.active {
  font-size: 13px !important;
  opacity: 1;
  position: relative;
}
@media (min-width: 992px) {
  .action a.active {
    font-size: 18px !important;
  }
}
.action a.active:after {
  bottom: 0px;
  height: 6px;
  width: 100%;
  background-color: #B0A77F;
  z-index: 2;
  display: block;
  position: absolute;
  content: "";
}
@media (min-width: 992px) {
  .action a.active:after {
    bottom: -18px;
  }
}
.action a.active .num {
  font-size: 27px;
  line-height: 32px;
}
@media (min-width: 992px) {
  .action a.active .num {
    font-size: 37px;
    line-height: 40px;
  }
}
.action a .num {
  font-size: 27px;
  line-height: 32px;
  padding-right: 12px;
  vertical-align: -6px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
@media (min-width: 992px) {
  .action a .num {
    font-size: 27px;
    line-height: 40px;
  }
}

.slider-for .slick-slide {
  padding-top: 3%;
  background-position: 20%;
  background-size: cover;
}
.slider-for .slick-slide.mobile-centered {
  background-position: center;
}
@media (min-width: 992px) {
  .slider-for .slick-slide {
    background-position: center;
  }
}
.slider-for .slick-slide::before {
  content: "";
  background-image: url(/wp-content/themes/sealy-2021/assets/images/top-color.png);
  background-position: top;
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  top: 0;
  height: 24% !important;
  display: block;
  width: 100%;
}
.slider-for .slick-slide::after {
  content: "";
  background-image: url(/wp-content/themes/sealy-2021/assets/images/bottom-color.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0px;
  display: block;
  height: 100%;
  width: 100%;
}
.slider-for .slick-slide .h1 {
  z-index: 2;
  color: white;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .slider-for .slick-slide .h1 {
    margin-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .slider-for .slick-slide .h1 {
    font-size: 90px;
    font-weight: normal;
    line-height: 80px;
  }
}
.slider-for .slick-slide h3 {
  font-size: 13px;
  text-transform: none;
  color: white;
  z-index: 2;
  position: relative;
  margin-left: 50px;
}
.slider-for .slick-slide h3.only-link-no-video {
  margin-left: 0px;
}
.slider-for .slick-slide h3.only-link-no-video::before {
  display: none;
}
.slider-for .slick-slide h3::before {
  content: "";
  background-image: url(/wp-content/themes/sealy-2021/assets/images/icon-play.svg);
  display: block;
  width: 40px;
  height: 40px;
  left: -46px;
  bottom: -12px;
  position: absolute;
  background-size: contain;
}

.elementor-widget-Homepage_Carousel .slick-dots li {
  margin-left: 0;
  margin-right: 0;
}

.elementor a.slide__play-video-link {
  font-weight: 300;
  color: #fff;
  font-size: 14px;
}
.elementor a.slide__play-video-link:after {
  content: none;
}

/* Reviews */
@media (min-width: 992px) {
  .elementor-widget-testimonial-carousel .elementor-swiper:before {
    content: "";
    background: url(/wp-content/themes/sealy-2021/assets/images/background-cover-left.png);
    height: 100%;
    width: 430px;
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
    display: block;
  }
}
@media (min-width: 992px) {
  .elementor-widget-testimonial-carousel .elementor-swiper:after {
    content: "";
    background: url(/wp-content/themes/sealy-2021/assets/images/background-cover-right.png);
    height: 100%;
    width: 430px;
    position: absolute;
    z-index: 2;
    right: 0px;
    top: 0px;
    display: block;
  }
}
.elementor-widget-testimonial-carousel .elementor-swiper .elementor-swiper-button {
  top: auto;
  bottom: -16%;
  z-index: 3 !important;
}
@media (min-width: 768px) {
  .elementor-widget-testimonial-carousel .elementor-swiper .elementor-swiper-button {
    top: 50%;
    bottom: auto;
  }
}
.elementor-widget-testimonial-carousel .elementor-swiper .elementor-swiper-button.elementor-swiper-button-prev {
  left: 25px;
}
@media (min-width: 768px) {
  .elementor-widget-testimonial-carousel .elementor-swiper .elementor-swiper-button.elementor-swiper-button-prev {
    left: 0px;
  }
}
.elementor-widget-testimonial-carousel .elementor-swiper .elementor-swiper-button.elementor-swiper-button-next {
  right: 25px;
}
@media (min-width: 768px) {
  .elementor-widget-testimonial-carousel .elementor-swiper .elementor-swiper-button.elementor-swiper-button-next {
    right: 0px;
  }
}
.elementor-widget-testimonial-carousel .elementor-swiper .elementor-testimonial__image img {
  width: 100%;
  height: 22px;
}

/* Flip container */
/* entire container, keeps perspective */
.flip-container {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
}

/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.flip-container, .front, .back {
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .flip-container, .front, .back {
    height: 465px;
    margin-bottom: 0px;
  }
}

/* flip speed goes here */
.flipper {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
}

/* hide back of pane during swap */
.front, .back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
}

/* front pane, placed above back */
.front {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  background: #E5E9F1;
}
.front__logo {
  padding-bottom: 40px;
  height: 100%;
}

/* back, initially hidden pane */
.back {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  padding: 25px;
}
@media (min-width: 992px) {
  .back {
    padding: 50px;
  }
}
.back--haynes {
  background: white;
}
.back--crown {
  background: #034146;
}
.back--exquisite {
  background: #b06963;
}
.back--elevate {
  background: #25364a;
}
.back--sealy, .back--sealy-singles {
  background: #54565a;
}
.back img {
  padding-bottom: 20px;
  min-height: 215px;
  -o-object-fit: contain;
     object-fit: contain;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.back__links a {
  font-size: 15px !important;
  margin: 0px 20px;
}
@media (min-width: 768px) {
  .back__links a {
    font-size: 18px !important;
  }
}

.thumbnail {
  background: none;
  border: none;
}

.page-id-1111 .elementor-icon-box-wrapper:hover a:after {
  width: 100%;
}

/* Customised homepage hover */
.elementor-editor-active .crown-animated__view-range, .elementor-editor-active .exquisite-animated__view-range, .elementor-editor-active .elevate-animated__view-range, .elementor-editor-active .sealy-animated__view-range {
  bottom: 30px;
  -webkit-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}

.crown-animated {
  cursor: pointer;
}
.crown-animated:hover .crown-animated__view-range {
  -webkit-transform: translateY(-40px);
       -o-transform: translateY(-40px);
          transform: translateY(-40px);
  display: block;
  z-index: 1;
}
.crown-animated .elementor-widget-wrap {
  overflow: hidden;
}
.crown-animated__view-range.elementor-widget {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(40px);
       -o-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.crown-animated .elementor-element-populated:after {
  content: "";
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 40%;
  background-image: url(/wp-content/themes/sealy-2021/assets/images/green-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: absolute;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.crown-animated .elementor-element-populated:hover:after {
  opacity: 1;
  visibility: visible;
}
.crown-animated a:before {
  /* Can't rework this hover block, so this is a workaround for whole block to be clickable */
  content: "";
  display: block;
  position: absolute;
  left: -999px;
  right: -999px;
  top: -999px;
  bottom: -999px;
}

.exquisite-animated {
  cursor: pointer;
}
.exquisite-animated .elementor-widget-wrap {
  overflow: hidden;
}
.exquisite-animated:hover .exquisite-animated__view-range {
  -webkit-transform: translateY(-40px);
       -o-transform: translateY(-40px);
          transform: translateY(-40px);
  display: block;
  z-index: 1;
}
.exquisite-animated__view-range.elementor-widget {
  position: absolute;
  bottom: 0px;
  -webkit-transform: translateY(40px);
       -o-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.exquisite-animated .elementor-element-populated:after {
  content: "";
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 40%;
  background-image: url(/wp-content/themes/sealy-2021/assets/images/orange-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.exquisite-animated .elementor-element-populated:hover:after {
  opacity: 1;
  visibility: visible;
}
.exquisite-animated a:before {
  /* Can't rework this hover block, so this is a workaround for whole block to be clickable */
  content: "";
  display: block;
  position: absolute;
  left: -999px;
  right: -999px;
  top: -999px;
  bottom: -999px;
}

.elevate-animated {
  cursor: pointer;
}
.elevate-animated .elementor-widget-wrap {
  overflow: hidden;
}
.elevate-animated:hover .elevate-animated__view-range {
  -webkit-transform: translateY(-40px);
       -o-transform: translateY(-40px);
          transform: translateY(-40px);
  display: block;
  z-index: 1;
}
.elevate-animated__view-range.elementor-widget {
  position: absolute;
  bottom: 0px;
  -webkit-transform: translateY(40px);
       -o-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.elevate-animated .elementor-element-populated:after {
  content: "";
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 40%;
  background-image: url(/wp-content/themes/sealy-2021/assets/images/blue-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.elevate-animated .elementor-element-populated:hover:after {
  opacity: 1;
  visibility: visible;
}
.elevate-animated a:before {
  /* Can't rework this hover block, so this is a workaround for whole block to be clickable */
  content: "";
  display: block;
  position: absolute;
  left: -999px;
  right: -999px;
  top: -999px;
  bottom: -999px;
}

.sealy-animated {
  cursor: pointer;
}
.sealy-animated .elementor-widget-wrap {
  overflow: hidden;
}
.sealy-animated:hover .sealy-animated__view-range {
  -webkit-transform: translateY(-40px);
       -o-transform: translateY(-40px);
          transform: translateY(-40px);
  display: block;
  z-index: 1;
}
.sealy-animated__view-range.elementor-widget {
  position: absolute;
  bottom: 0px;
  -webkit-transform: translateY(40px);
       -o-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.sealy-animated .elementor-element-populated:after {
  content: "";
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 40%;
  background-image: url(/wp-content/themes/sealy-2021/assets/images/very-dark-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.sealy-animated .elementor-element-populated:hover:after {
  opacity: 1;
  visibility: visible;
}
.sealy-animated a:before {
  /* Can't rework this hover block, so this is a workaround for whole block to be clickable */
  content: "";
  display: block;
  position: absolute;
  left: -999px;
  right: -999px;
  top: -999px;
  bottom: -999px;
}

.popup-trigger-collection {
  cursor: pointer;
}

.collection-modal-content .elementor-container {
  max-width: 100% !important;
}

.img-adjusted-lg .elementor-widget-container {
  margin: 0 !important;
}
@media (min-width: 1700px) {
  .img-adjusted-lg .elementor-widget-container {
    margin: 0% -7% 0% 0% !important;
  }
}

#bases-display img, #bases-display figcaption {
  cursor: pointer;
}

@media (max-width: 1199px) {
  .section-range-v1.elementor-section {
    display: -webkit-flex;
    overflow: auto;
  }
  .section-range-v1.elementor-section::-webkit-scrollbar {
    display: none;
  }
  .section-range-v1.elementor-section .elementor-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    display: -webkit-flex;
    padding-left: 20px;
  }
  .section-range-v1.elementor-section .elementor-container .elementor-column {
    max-height: 640px;
    display: -webkit-flex;
  }
  .section-range-v1.elementor-section .elementor-container .elementor-column .elementor-widget-wrap {
    margin: 8px;
    min-width: 280px;
    display: -webkit-flex;
  }
}

@media (max-width: 1199px) {
  .section-range-v2.elementor-section {
    display: -webkit-flex;
    overflow: auto;
  }
  .section-range-v2.elementor-section::-webkit-scrollbar {
    display: none;
  }
  .section-range-v2.elementor-section .elementor-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    display: -webkit-flex;
    padding-left: 10px;
  }
  .section-range-v2.elementor-section .elementor-container .elementor-column {
    max-height: 500px;
    display: -webkit-flex;
  }
  .section-range-v2.elementor-section .elementor-container .elementor-column .elementor-widget-wrap {
    margin: 8px;
    min-width: 360px;
    display: -webkit-flex;
  }
}

@media (max-width: 991px) {
  .section-mobile-horizontal-scroll.sizes-table h4 {
    min-height: 60px;
  }
}
@media (max-width: 1199px) {
  .section-mobile-horizontal-scroll {
    display: -webkit-flex;
    overflow: auto;
  }
  .section-mobile-horizontal-scroll::-webkit-scrollbar {
    display: none;
  }
  .section-mobile-horizontal-scroll .elementor-container {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    display: -webkit-flex !important;
    padding-left: 10px;
  }
  .section-mobile-horizontal-scroll .elementor-container .elementor-column {
    max-height: 500px;
    display: -webkit-flex;
  }
  .section-mobile-horizontal-scroll .elementor-container .elementor-column .elementor-widget-wrap {
    margin: 2px;
    width: 250px;
    display: -webkit-flex;
  }
}

/* Changed homepage navigation */
.elementor-widget-Homepage_Carousel .slick-dots {
  display: block;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 10%;
  z-index: 2;
  border-bottom: 1px solid #707070;
  padding-bottom: 40px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .elementor-widget-Homepage_Carousel .slick-dots {
    width: 100%;
    height: 56px;
    overflow: scroll;
    white-space: nowrap;
    padding-left: 20%;
    padding-right: 10%;
    bottom: 8%;
  }
  .elementor-widget-Homepage_Carousel .slick-dots::-webkit-scrollbar {
    display: none;
  }
}
.elementor-widget-Homepage_Carousel .slick-dots li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.elementor-widget-Homepage_Carousel .slick-dots li:nth-of-type(2) {
  margin: 0 60px 0 60px;
}
@media (min-width: 992px) {
  .elementor-widget-Homepage_Carousel .slick-dots li:nth-of-type(2) {
    margin: 0px 360px 0px 280px;
  }
}
.elementor-widget-Homepage_Carousel .slick-dots li a {
  display: inline-block;
  background: transparent;
  color: #fff !important;
  font-size: 13px !important;
  padding-bottom: 15px !important;
  opacity: 0.6;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.elementor-widget-Homepage_Carousel .slick-dots li a:hover:after {
  width: 0;
}
.elementor-widget-Homepage_Carousel .slick-dots li a .pager_number {
  font-size: 27px;
  line-height: 40px;
  padding-right: 12px;
  vertical-align: -6px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.elementor-widget-Homepage_Carousel .slick-dots li.slick-active a {
  opacity: 1;
  position: relative;
  font-size: 13px !important;
}
@media (min-width: 768px) {
  .elementor-widget-Homepage_Carousel .slick-dots li.slick-active a {
    font-size: 18px !important;
  }
}
@media (min-width: 768px) {
  .elementor-widget-Homepage_Carousel .slick-dots li.slick-active a .pager_number {
    font-size: 37px;
    line-height: 40px;
  }
}
.elementor-widget-Homepage_Carousel .slick-dots li.slick-active a::after {
  bottom: 0px;
  height: 6px;
  width: 100%;
  background-color: #B0A77F;
  z-index: 2;
  display: block;
  position: absolute;
  content: "";
}
@media (min-width: 768px) {
  .elementor-widget-Homepage_Carousel .slick-dots li.slick-active a::after {
    bottom: -18px;
  }
}

.arrow-navigation-left {
  display: none;
  position: absolute;
  left: 0;
  bottom: 110%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-transform: translate(0px, 0px);
       -o-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .arrow-navigation-left {
    display: block;
  }
}
@media (min-width: 1700px) {
  .arrow-navigation-left {
    left: -13%;
  }
}
.arrow-navigation-left:hover {
  -webkit-transform: translate(20px, 0px);
       -o-transform: translate(20px, 0px);
          transform: translate(20px, 0px);
}
.arrow-navigation-left a {
  padding-left: 30px;
  -webkit-transform: translate(0px, 0px);
       -o-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  font-size: 16px;
  opacity: 0.5;
  font-weight: 400;
}
.arrow-navigation-left a:before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/sealy-2021/assets/images/arrow-left-white-ranges.svg);
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}
.arrow-navigation-left a:hover {
  opacity: 1;
}

.arrow-navigation-right {
  display: none;
  position: absolute;
  right: 0;
  bottom: 110%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-transform: translate(0px, 0px);
       -o-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .arrow-navigation-right {
    display: block;
  }
}
@media (min-width: 1700px) {
  .arrow-navigation-right {
    right: -13%;
  }
}
.arrow-navigation-right:hover {
  -webkit-transform: translate(-20px, 0px);
       -o-transform: translate(-20px, 0px);
          transform: translate(-20px, 0px);
}
.arrow-navigation-right a {
  padding-right: 30px;
  color: white;
  font-size: 16px;
  opacity: 0.5;
  font-weight: 400;
}
.arrow-navigation-right a:before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/sealy-2021/assets/images/arrow-left-white-ranges.svg);
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  right: 0px;
}
.arrow-navigation-right a:hover {
  opacity: 1;
}

@media (min-width: 1200px) and (max-width: 1460px) {
  .banner-overlay > .elementor-container, .post-type-archive-mattress .banner-overlay, .blog .banner-overlay, .single.single-post .banner-overlay, .post-type-archive-range .banner-overlay, .post-type-archive-reviews .banner-overlay {
    min-height: 520px !important;
    padding-bottom: 60px;
  }
  .features-swiper-block {
    padding-left: 8%;
    padding-right: 8%;
  }
  .features-swiper-block h2 {
    font-size: 40px !important;
  }
}
.features-main-block-popup .features-swiper-block {
  padding-left: 2% !important;
  padding-right: 2% !important;
}
@media (min-width: 992px) {
  .features-main-block-popup .features-swiper-block {
    padding-left: 8% !important;
    padding-right: 8% !important;
  }
}

.non-styled-link {
  color: var(--e-global-color-text) !important;
  font-family: "Barlow", Sans-serif;
  font-size: 18px;
  font-weight: normal !important;
  line-height: 22px;
}

@media (max-width: 991px) {
  #features-popup {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: auto;
  }
}

.legacy-swiper .swiper-container:not(.swiper-container-initialized) > .swiper-wrapper, .legacy-swiper .swiper:not(.swiper-initialized) > .swiper-wrapper {
  overflow: initial;
}

.m-selector {
  --ms-slider-width: 200px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.m-selector .swiper-slide {
  -webkit-transform: scale(0.7);
       -o-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.m-selector .swiper-slide:not(.swiper-slide-active) {
  cursor: pointer;
}
.m-selector .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.m-selector h1 {
  font-size: 2rem;
}
@media (min-width: 992px) {
  .m-selector h1 {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (max-width: 991px) {
  .m-selector h2 {
    font-size: 25px;
  }
}
.m-selector__back, .m-selector__close {
  font-size: 13px !important;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--e-global-color-primary) !important;
}
@media (max-width: 991px) {
  .m-selector__back, .m-selector__close {
    text-decoration: underline !important;
  }
}
@media (min-width: 992px) {
  .m-selector__back, .m-selector__close {
    font-size: 15px !important;
  }
}
.m-selector__top-bar {
  position: absolute;
  width: 100%;
  padding: 15px;
  z-index: 100;
}
@media (min-width: 992px) {
  .m-selector__top-bar {
    padding: 30px;
  }
}
.m-selector .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 100;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
}
.m-selector .slide::before {
  content: "";
  position: absolute;
  top: calc(50% - 30px);
  right: 50%;
  -webkit-transform: translate(50%, -50%);
       -o-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background: rgba(51, 74, 101, 0.15);
  border-radius: 50%;
  width: 600px;
  height: 600px;
  z-index: -1;
}
@media (min-width: 1200px) {
  .m-selector .slide::before {
    content: none;
  }
}
.m-selector .slide--active {
  z-index: 10;
}
.m-selector .slide--hidden {
  opacity: 0;
  visibility: hidden;
}
.m-selector .slide--no-display {
  display: none;
}
.m-selector .slide__inner {
  width: 100%;
  max-width: 530px;
  text-align: center;
  padding: 100px 10px;
}
@media (min-width: 992px) {
  .m-selector .slide__inner {
    -webkit-transform: translateY(-30px);
         -o-transform: translateY(-30px);
            transform: translateY(-30px);
    padding: 0;
  }
}
.m-selector .slide__inner sup {
  font-size: 11px;
  vertical-align: -2px;
  cursor: pointer;
}
.m-selector .slide__inner .icon--info {
  vertical-align: -4px;
  margin: 0 5px 0 10px;
}
.m-selector .slide__nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 100;
  width: 100%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 992px) {
  .m-selector .slide__nav {
    width: 90%;
  }
}
.m-selector .slide__nav-numbers {
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 991px) {
  .m-selector .slide__nav-numbers {
    font-size: 12px;
  }
  .m-selector .slide__nav-numbers .icon {
    vertical-align: -2px;
  }
}
.m-selector .slide__nav-arrows {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-selector .slide__nav .btn.next-slide, .m-selector .slide__nav #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item.link-button > a.next-slide.mega-menu-link, #mega-menu-wrap-primary_menu .m-selector .slide__nav #mega-menu-primary_menu > li.mega-menu-item.link-button > a.next-slide.mega-menu-link {
  color: var(--e-global-color-primary);
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .m-selector .slide__nav .btn.next-slide, .m-selector .slide__nav #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item.link-button > a.next-slide.mega-menu-link, #mega-menu-wrap-primary_menu .m-selector .slide__nav #mega-menu-primary_menu > li.mega-menu-item.link-button > a.next-slide.mega-menu-link {
    font-size: 18px;
  }
}
.m-selector .slide__nav .btn.next-slide .icon, .m-selector .slide__nav #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item.link-button > a.next-slide.mega-menu-link .icon, #mega-menu-wrap-primary_menu .m-selector .slide__nav #mega-menu-primary_menu > li.mega-menu-item.link-button > a.next-slide.mega-menu-link .icon {
  vertical-align: -3px;
}
@media (max-width: 991px) {
  .m-selector .slide__nav .btn.next-slide .icon, .m-selector .slide__nav #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item.link-button > a.next-slide.mega-menu-link .icon, #mega-menu-wrap-primary_menu .m-selector .slide__nav #mega-menu-primary_menu > li.mega-menu-item.link-button > a.next-slide.mega-menu-link .icon {
    vertical-align: -5px;
    width: 40px;
  }
}
.m-selector .slide h3 {
  text-align: center;
  font-size: 16px;
  line-height: 19px;
}
@media (min-width: 992px) {
  .m-selector .slide h3 {
    font-size: 21px;
    line-height: 26px;
  }
}
.m-selector .slide h6 {
  color: var(--e-global-color-primary) !important;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .m-selector .slide h6 {
    font-size: 15px;
    margin-bottom: 0;
  }
}
.m-selector .slide p {
  color: white;
}
.m-selector .slide .swiper-button-next, .m-selector .slide .swiper-button-prev {
  top: calc(50% + 20px);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23AFA77E'/%3E%3C/svg%3E");
  width: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .m-selector .slide .swiper-button-next, .m-selector .slide .swiper-button-prev {
    width: 20px;
    opacity: 0 !important;
  }
}
.m-selector .slide .slide__inner:hover .swiper-button-next, .m-selector .slide .slide__inner:hover .swiper-button-prev {
  opacity: 1 !important;
}
.m-selector .slide .slide__inner:hover .swiper-button-next.swiper-button-disabled, .m-selector .slide .slide__inner:hover .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35 !important;
  pointer-events: none;
}
.m-selector .slide .swiper-button-prev {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.m-selector .preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  padding-bottom: 40px;
}
.m-selector .preloader--active {
  visibility: visible;
  opacity: 1;
}
.m-selector .preloader__img {
  -webkit-animation: 1s infinite grow;
       -o-animation: 1s infinite grow;
          animation: 1s infinite grow;
}
.m-selector .intro {
  position: relative;
}
.m-selector .intro__icon {
  max-width: 130px;
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .m-selector .intro__icon p {
    font-size: 12px;
  }
}
.m-selector .intro__icon-image {
  display: inline-block;
  width: 100%;
  max-width: 90px;
  margin-bottom: 10px;
}
.m-selector .ms-segments {
  z-index: 100;
}
.m-selector .ms-segments .swiper-wrapper {
  position: relative;
}
.m-selector .ms-segments .swiper-slide {
  min-height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m-selector .circle-range-slider {
  display: inline-block;
  font-family: "Barlow", Sans-serif;
}
.m-selector .circle-range-slider--age-child .rs-full .rs-tooltip, .m-selector .circle-range-slider--age .rs-full .rs-tooltip {
  padding-bottom: 20px !important;
}
.m-selector .circle-range-slider--weight .rs-tooltip::after {
  content: "kg";
  color: white;
  font-size: 20px;
  font-weight: inherit;
}
.m-selector .circle-range-slider--weight .rs-tooltip.rs-hover::after {
  display: none;
}
.m-selector .circle-range-slider .rs-handle {
  background-color: white;
  -webkit-box-shadow: 0px 0px 4px 0px #000;
          box-shadow: 0px 0px 4px 0px #000;
}
.m-selector .circle-range-slider .rs-tooltip.rs-edit {
  color: white !important;
}
.m-selector .circle-range-slider .rs-tooltip.rs-edit:hover, .m-selector .circle-range-slider .rs-tooltip.rs-edit:focus {
  border: none;
  border-radius: 0;
}
.m-selector .circle-range-slider .rs-tooltip-text {
  font-family: inherit;
  color: white !important;
  font-weight: 400;
  font-size: 40px;
  border: none;
  border-radius: 0;
}
.m-selector .circle-range-slider .rs-full .rs-tooltip {
  font-family: inherit;
  top: 65%;
  font-weight: 400;
  font-size: 50px;
  padding-bottom: 10px;
}
.m-selector .circle-range {
  position: relative;
}
.m-selector .circle-range__text {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
}
.m-selector .circle-range__text-title {
  text-transform: uppercase;
  color: var(--e-global-color-primary);
  font-size: 20px;
  font-weight: 500;
}
.m-selector .firmness__image {
  width: 220px;
  max-width: 220px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 15px;
}
.m-selector .firmness .swiper-wrapper {
  min-height: 160px;
}
.m-selector .firmness .swiper-slide-active .firmness__image {
  width: 330px;
}
.m-selector .sleep-pose__image {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.95);
       -o-transform: scale(0.95);
          transform: scale(0.95);
}
.m-selector .sleep-pose__mattress {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-selector .sleep-pose__mattress-width {
  border: 1px solid var(--e-global-color-primary);
  height: 100%;
  border-radius: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.4;
}
.m-selector .sleep-pose__mattress [data-width="0"] {
  width: 160px;
}
.m-selector .sleep-pose__mattress [data-width="1"] {
  width: 180px;
}
.m-selector .sleep-pose__mattress [data-width="2"] {
  width: 200px;
}
.m-selector .sleep-pose__mattress [data-width="3"] {
  width: 220px;
}
.m-selector .sleep-pose .swiper-slide-active .firmness__image {
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.m-selector .sleep-pose .swiper-wrapper {
  min-height: 220px;
}
.m-selector .sleep-pose h3 {
  margin-bottom: 15px;
}
.m-selector .pose-items__image {
  height: 190px !important;
  padding: 20px 5px;
}
.m-selector .range-slider-wrap:not(.w-100) {
  max-width: var(--ms-slider-width);
}
.m-selector .range-slider-wrap .noUi-horizontal {
  height: 12px;
}
.m-selector .range-slider-wrap .noUi-target {
  background: var(--e-global-color-primary);
  border: 0;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.m-selector .range-slider-wrap .noUi-horizontal .noUi-handle {
  width: 22px;
  height: 22px;
  border-radius: 20px;
  top: -5px;
  right: -13px;
}
.m-selector .range-slider-wrap .noUi-horizontal .noUi-handle:hover {
  cursor: pointer;
}
.m-selector .range-slider-wrap .noUi-horizontal .noUi-handle::before, .m-selector .range-slider-wrap .noUi-horizontal .noUi-handle::after {
  display: none;
}
.m-selector #space-range-value {
  color: var(--e-global-color-primary) !important;
  text-transform: uppercase;
  font-weight: 500;
}

.ms-segment {
  display: none;
}
[data-active-segment=single] .ms-segment--single, [data-active-segment=couple] .ms-segment--couple, [data-active-segment=child] .ms-segment--child, [data-active-segment=guest] .ms-segment--guest {
  display: block;
}

[data-active-segment=single] sup.ms-segment--single, [data-active-segment=couple] sup.ms-segment--couple, [data-active-segment=child] sup.ms-segment--child, [data-active-segment=guest] sup.ms-segment--guest,
[data-active-segment=single] span.ms-segment--single,
[data-active-segment=couple] span.ms-segment--couple,
[data-active-segment=child] span.ms-segment--child,
[data-active-segment=guest] span.ms-segment--guest,
[data-active-segment=single] img.ms-segment--single,
[data-active-segment=couple] img.ms-segment--couple,
[data-active-segment=child] img.ms-segment--child,
[data-active-segment=guest] img.ms-segment--guest {
  display: inline-block;
}

[data-active-segment=guest] .m-selector__screen--sleep-pose .range-slider-wrap, [data-active-segment=child] .m-selector__screen--sleep-pose .range-slider-wrap {
  max-width: none !important;
}
[data-active-segment=guest] .m-selector__screen--sleep-pose .range-slider-wrap .noUi-target, [data-active-segment=child] .m-selector__screen--sleep-pose .range-slider-wrap .noUi-target {
  max-width: var(--ms-slider-width);
  margin-left: auto;
  margin-right: auto;
}

.m-selector__screen--weight-age .slide__inner {
  position: relative;
}
[data-active-segment=guest] .m-selector__screen--weight-age .slide__inner > * {
  opacity: 0.1;
  pointer-events: none;
}

.m-selector__screen--results .slide__inner {
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  padding-top: 50px;
  padding-bottom: 5%;
  overflow: auto;
  height: 100%;
}
@media (min-width: 992px) {
  .m-selector__screen--results .slide__inner {
    padding-top: 5%;
    max-width: calc(100% - 30px);
  }
}
.m-selector__screen--results::before {
  content: none !important;
}

.m-selector__screen--results-inner .m-selector__result-heading {
  font-size: 25px;
  color: #fff;
  line-height: 1;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .m-selector__screen--results-inner .m-selector__result-heading {
    font-size: 40px;
  }
}

.m-selector__recommend {
  margin-top: 10%;
}

.m-selector__recommend-heading {
  font-size: 35px !important;
  color: #fff !important;
}

.m-selector__explanation-image {
  text-align: center;
}

.m-selector__progress-wrapper {
  display: none;
}
@media (min-width: 1200px) {
  .m-selector__progress-wrapper {
    display: block;
  }
}

.m-selector__progress {
  position: fixed;
  z-index: 100;
  top: calc(50% - 30px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(51, 74, 101, 0.15);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.4;
}

.slide__guest-message {
  font-size: 40px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
  opacity: 1 !important;
}

@media (min-width: 1200px) {
  .range-slider__desc {
    white-space: nowrap;
  }
}

#email-result-modal form {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
#email-result-modal input[type=email],
#email-result-modal input[type=text] {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--e-global-color-primary);
  color: #fff;
}
#email-result-modal [type=submit] {
  border-radius: 0;
  background: transparent;
  padding: 7px 20px 6px;
  color: var(--e-global-color-primary) !important;
  border: 2px solid var(--e-global-color-primary);
  text-transform: uppercase;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-right: 5px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
#email-result-modal [type=submit]:hover {
  background-color: var(--e-global-color-primary);
  color: white !important;
}

.m-selector__modal .modal-content {
  background: #1D2A3B;
  color: #fff;
}
.m-selector__modal .modal-header {
  border-bottom: 0;
}

.ms-dimensions {
  font-size: 16px;
}

@media (max-width: 991px) {
  .row--circles {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: auto;
  }
}

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

.post-item {
  max-width: 100%;
  position: relative;
  overflow: hidden;
  height: 290px;
  display: block;
}
@media (min-width: 768px) {
  .post-item {
    height: 200px;
  }
}
.post-item h5 {
  -webkit-transform: translateY(-50px);
       -o-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-family: "Barlow", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
}
.post-item p {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .post-item {
    height: 406px;
  }
}
.post-item::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background-image: url(/wp-content/themes/sealy-2021/assets/images/bottom-bg-post.png);
  height: 60%;
  z-index: 1;
  background-position: bottom;
  bottom: 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
.post-item:hover h5 {
  -webkit-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}
.post-item:hover .post-item__bg {
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.post-item:hover .post-item__text {
  -webkit-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
}
.post-item__text {
  -webkit-transform: translateY(110px);
       -o-transform: translateY(110px);
          transform: translateY(110px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
.post-item__bg {
  background-size: cover;
  background-position: center center;
  -webkit-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .post-item__bg {
    -webkit-backface-visibility: hidden;
  }
}

.custom {
  padding: 0px 9% !important;
}

.blog .filter-list li.cat-item-all a {
  opacity: 1;
}

.filter-list {
  list-style: none;
  text-transform: uppercase;
  padding: 0;
  text-align: center;
  margin-bottom: 3%;
}
.filter-list::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1199px) {
  .filter-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    display: -webkit-flex;
    overflow: auto;
  }
}
.filter-list li {
  display: inline-block;
  padding: 5px 25px;
}
@media (max-width: 1199px) {
  .filter-list li {
    padding: 5px 15px;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
.filter-list li.current-cat a {
  opacity: 1;
}
.filter-list li a {
  opacity: 0.5;
}

.search-form-base {
  position: absolute;
  bottom: 25%;
  z-index: 2;
  border-bottom: 1px solid #B0A77F;
}
.search-form-base input[type=search] {
  width: 300px;
  background: transparent;
  border: none;
  padding-bottom: 10px;
  color: white;
}
@media (min-width: 768px) {
  .search-form-base input[type=search] {
    width: 600px;
  }
}
.search-form-base ::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}
.search-form-base ::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}
.search-form-base :-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}
.search-form-base ::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}
.search-form-base ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}
.search-form-base input[type=submit] {
  border: none;
  font-size: 0;
  width: 40px;
  height: 45px;
  background-size: 25px;
  background: transparent url(images/2091cfa99bcd4e921910e064fed8a318.svg) no-repeat 3px 2px;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.back-link {
  padding-left: 20px;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}
.back-link:before {
  content: "";
  display: block;
  position: absolute;
  left: -7px;
  top: 50%;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(-180deg) translateY(50.5%);
       -o-transform: rotate(-180deg) translateY(50.5%);
          transform: rotate(-180deg) translateY(50.5%);
  background: url(images/2d2d38c3b4677e2181c1c69bba690229.svg) left center/6px no-repeat;
}

.articles .h1 {
  font-family: "Tiempos", Sans-serif;
  font-size: 90px;
  font-weight: normal;
  line-height: 80px;
  text-transform: inherit;
}
.articles h1.articles__title, .articles .h2 {
  font-size: 55px;
  line-height: 66px;
  font-weight: 500;
  font-family: "Tiempos", Sans-serif;
}
.articles p {
  font-weight: 400;
}

@media (max-width: 991px) {
  .blog .banner-overlay, .archive.category .banner-overlay, .page-template-archive-mattress .banner-overlay, .page-template-archive-reviews .banner-overlay, .archive.tax-review-categories .banner-overlay {
    min-height: 500px !important;
    background-position: center;
    background-size: cover;
  }
}

.review {
  padding-top: 30px;
}
.review::after {
  content: "";
  width: 100%;
  background-image: url(/wp-content/themes/sealy-2021/assets/images/golden-line-reviews.png);
  background-repeat: no-repeat;
  display: block;
  height: 1.5px;
}
.review__text {
  font-weight: 400;
  padding-bottom: 30px;
}
.review__name {
  color: var(--e-global-color-primary);
  font-family: "Tiempos", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
  margin: 0px;
}
.review__date {
  font-weight: 400;
  padding-bottom: 30px;
}

.bg-grey {
  background-color: #FAFAFA;
}

.alm-listing, .alm-reveal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (min-width: 992px) {
  .post-type-archive-mattress .banner-overlay h1 {
    margin-top: 16%;
  }
}
.post-type-archive-mattress .alm-filters.filters-blue .alm-filter li div.alm-filter--link.active.field-checkbox:before, .post-type-archive-mattress .alm-filters.filters-blue .alm-filter li div.alm-filter--link.active.field-radio:before {
  background-color: #B0A77F !important;
  border-color: #B0A77F !important;
}
.post-type-archive-mattress .alm-filters-container .alm-filters--controls {
  position: absolute;
  display: block;
  top: -30px;
}
.post-type-archive-mattress .alm-filters-container .alm-filters--controls button[type=reset] {
  font-size: 10px;
  font-weight: 500;
  color: #B0A77F;
  text-transform: uppercase;
  text-decoration: underline;
  float: right;
}
.post-type-archive-mattress .alm-filters-container .alm-filters--controls button[type=reset].hidden {
  display: block;
}
.post-type-archive-mattress .alm-filters-container .alm-filter--inner {
  margin-left: 30px;
}
.post-type-archive-mattress .alm-filters-container .alm-filter--title .alm-filter--toggle {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 18px;
  margin-bottom: 17px;
}
.post-type-archive-mattress .alm-filters-container .alm-filter--title .alm-filter--toggle:after, .post-type-archive-mattress .alm-filters-container .alm-filter--title .alm-filter--toggle:hover:after {
  top: calc(50% - 5px);
  border-bottom-color: transparent;
  background-image: url(/wp-content/themes/sealy-2021/assets/images/up-arrow.svg);
  background-repeat: no-repeat;
  width: 19px;
}
.post-type-archive-mattress .alm-filters-container .alm-filter--title .alm-filter--toggle[aria-expanded=false]:hover:after, .post-type-archive-mattress .alm-filters-container .alm-filter--title .alm-filter--toggle[aria-expanded=false]:after {
  border-top-color: transparent;
  background-image: url(/wp-content/themes/sealy-2021/assets/images/up-arrow.svg);
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  top: calc(50% - 5px);
}
.post-type-archive-mattress .alm-filters-container .alm-filter--group {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 20px;
}
.post-type-archive-mattress .alm-filters-container .alm-filter li div.alm-filter--link {
  font-size: 18px;
  color: black;
  line-height: 20px;
}
.post-type-archive-mattress .alm-filters-container .alm-filter li div.alm-filter--link.active {
  color: black;
}

.alm-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .alm-wrapper {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .product-wrapper {
    padding: 10px 5px !important;
  }
}
.single-product {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-product::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 60%;
  border: 1px solid #b0a77f;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}
.single-product__image {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 992px) {
  .single-product__image {
    height: 465px;
  }
}
.single-product__info {
  padding: 20px 20px 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .single-product__info {
    padding: 20px 85px 40px 85px;
  }
}
.single-product__info p {
  text-transform: none;
  min-height: 30px;
}
@media (min-width: 992px) {
  .single-product__info p {
    min-height: 48px;
  }
}
.single-product__buttons a {
  margin: 0px 15px;
  text-transform: uppercase;
}

/* Testing Isotope */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
}

/* ---- button ---- */
.button {
  display: inline-block;
  padding: 0.5em 1em;
  background: #eee;
  border: none;
  border-radius: 7px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 0%, 0)), to(hsla(0, 0%, 0%, 0.2)));
  background-image: -webkit-linear-gradient(top, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2));
  background-image: -o-linear-gradient(top, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2));
  background-image: linear-gradient(to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2));
  color: #222;
  font-family: sans-serif;
  font-size: 16px;
  text-shadow: 0 1px white;
  cursor: pointer;
}

.button:hover {
  background-color: #8cf;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #222;
}

.button:active,
.button.is-checked {
  background-color: #28f;
}

.button.is-checked {
  color: white;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.button:active {
  -webkit-box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
          box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */
.button-group:after {
  content: "";
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

.button-group .button:first-child {
  border-radius: 0.5em 0 0 0.5em;
}

.button-group .button:last-child {
  border-radius: 0 0.5em 0.5em 0;
}

@media (min-width: 992px) {
  .page-template-archive-mattress .navi {
    position: sticky !important;
    top: 100px;
    overflow-y: auto;
    max-height: calc(100vh - 9rem);
  }
  .page-template-archive-mattress .navi::-webkit-scrollbar {
    display: none;
  }
}

#wpsl-wrap {
  margin-bottom: 0;
}

#wpsl-category,
.wpsl-input,
.wpsl-select-wrap {
  margin-bottom: 0;
}

#wpsl-category .wpsl-dropdown {
  width: auto !important;
  height: 32px;
}

#wpsl-search-wrap div label[for=wpsl-category-list] {
  display: none;
}

#wpsl-search-btn,
#wpsl-search-wrap input {
  border: 0;
  border-radius: 0;
  margin: 0 !important;
}

.wpsl-dropdown {
  border: 0;
}

.wpsl-dropdown:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wpsl-input {
  width: 100%;
  margin-bottom: 0 !important;
}

#wpsl-search-input {
  height: 40px;
  width: 100% !important;
}

#wpsl-category {
  margin-left: auto;
}

.wpsl-search {
  margin-bottom: 20px;
  background: transparent;
}
@media (min-width: 768px) {
  .wpsl-search {
    margin-bottom: 40px;
  }
}

.wpsl-store-location a:after {
  content: none;
}

.wpsl-store-location__heading {
  display: block;
  margin-bottom: 5px;
}

.wpsl-contact-details strong {
  font-weight: normal;
}

#wpsl-wrap #wpsl-result-list li {
  border-bottom: 1px solid #ECEBEA;
  padding-left: 10px;
}
@media (min-width: 1700px) {
  #wpsl-wrap #wpsl-result-list li {
    padding: 15px 0;
  }
}

@media (min-width: 1700px) {
  #wpsl-result-list {
    width: 43%;
    margin-right: 0;
    padding-left: calc((100% - 1520px) / 2);
  }
}

@media (min-width: 1700px) {
  #wpsl-gmap {
    width: 57%;
  }
}

#wpsl-search-wrap {
  max-width: 1520px;
  margin: 0 auto;
  -webkit-box-shadow: 0 12px 12px rgba(0, 0, 0, 0.06);
          box-shadow: 0 12px 12px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  float: none;
  padding: 20px;
}
@media (min-width: 1200px) {
  #wpsl-search-wrap {
    padding: 60px;
  }
}

#wpsl-search-wrap form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid var(--e-global-color-primary);
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#wpsl-search-wrap div label,
#wpsl-search-btn,
#wpsl-search-wrap div {
  float: none;
  margin-right: 0;
}

#wpsl-search-wrap .wpsl-dropdown div {
  border: 0;
  margin-top: 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#wpsl-wrap .wpsl-selected-item {
  min-width: 200px;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  padding-left: 0 !important;
}

.wpsl-search-btn-wrap {
  margin-top: 0;
}

.wpsl-selected-item:after {
  border-color: transparent !important;
  margin-top: -4px !important;
  border-width: 6px !important;
  background: transparent url(images/47bf3fc15e1a4959d91324484ed9bd18.svg) center/15px no-repeat;
}

.wpsl-directions {
  display: inline-block;
  margin-left: 10px;
}

.wpsl-direction-wrap {
  margin-top: 10px;
}
.wpsl-direction-wrap,
.wpsl-direction-wrap a {
  font-size: 14px;
}

#wpsl-search-btn {
  background: transparent url(images/c33a8f11acf80dd8d0c5a571a15c2b5d.svg) center/20px no-repeat;
  color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 50px;
  overflow: hidden;
}

.wpsl-template--product #wpsl-wrap {
  overflow: visible;
}
.wpsl-template--product .wpsl-search {
  padding: 0;
}
.wpsl-template--product #wpsl-result-list {
  padding-left: 0;
  width: 100%;
}
.wpsl-template--product #wpsl-search-input {
  padding-left: 0;
}
.wpsl-template--product #wpsl-stores,
.wpsl-template--product #wpsl-direction-details,
.wpsl-template--product #wpsl-gmap {
  height: 400px !important;
}

/* Swiper for mattress */
.elementor-widget-Swiper .swiper {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .elementor-widget-Swiper .swiper.images {
    margin-left: 25%;
  }
}
.elementor-widget-Swiper .swiper.images .swiper-wrapper {
  z-index: 0;
}
.elementor-widget-Swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.elementor-widget-Swiper .swiper-slide img {
  height: 280px;
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .elementor-widget-Swiper .swiper-slide img {
    height: 100%;
  }
}
.elementor-widget-Swiper .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}
.elementor-widget-Swiper .swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}
.elementor-widget-Swiper .swiper-slide {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.elementor-widget-Swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.elementor-widget-Swiper .swiper-slide.swiper-slide-next {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.elementor-widget-Swiper .swiper-slide.swiper-slide-prev {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.elementor-widget-Swiper .swiper-pagination {
  bottom: 8% !important;
  z-index: 3;
}
@media (min-width: 992px) {
  .elementor-widget-Swiper .swiper-pagination {
    margin-left: 25%;
    bottom: 14% !important;
  }
}
.elementor-widget-Swiper .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: transparent;
  opacity: 1;
  border: 1px solid #b0a77f;
}
@media (min-width: 992px) {
  .elementor-widget-Swiper .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
}
.elementor-widget-Swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #b0a77f;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 10px;
  margin-right: 10px;
}

/* Range Widget */
.features {
  overflow: hidden;
}
.features .swiper-button-prev {
  background-image: url(/wp-content/themes/sealy-2021/assets/images/arrow-left.svg);
  right: auto;
  width: 80px;
  left: -55%;
  top: 104%;
}
@media (min-width: 768px) {
  .features .swiper-button-prev {
    left: -39%;
  }
}
@media (min-width: 992px) {
  .features .swiper-button-prev {
    left: -30%;
    top: 50%;
  }
}
.features .swiper-button-next {
  top: 104%;
  right: 5%;
  left: auto;
  position: absolute;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 80px;
  background-image: url(images/676ae46b5ba8c8efedcc482bfbff8804.svg);
}
@media (min-width: 992px) {
  .features .swiper-button-next {
    top: 50%;
    right: -10%;
  }
}
.features .swiper-wrapper .swiper-slide {
  padding-left: 10px;
  padding-right: 10px;
}
.features .swiper-wrapper .swiper-slide.swiper-slide-prev {
  opacity: 0;
}
.features .swiper-wrapper .swiper-slide ul {
  list-style: none;
  text-align: center;
  padding: 0px;
}
.features .swiper-wrapper .swiper-slide ul li {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}
.features__logo {
  text-align: center;
  min-height: 160px;
  position: relative;
}
.features__logo img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  max-height: 120px;
}
.features__logo-block {
  min-height: 160px;
  margin-bottom: 0px !important;
}
.features__fabric {
  min-height: 140px;
}
.features__fabric-block {
  min-height: 140px;
  margin-bottom: 0px !important;
}
.features__comfort {
  min-height: 90px;
}
.features__comfort-block {
  min-height: 90px;
  margin-bottom: 0px !important;
}
.features__support {
  min-height: 100px;
}
.features__support-block {
  min-height: 100px;
  margin-bottom: 0px !important;
}
.features__base {
  min-height: 80px;
}
.features__base-block {
  min-height: 80px;
  margin-bottom: 0px !important;
}
.features__size {
  min-height: 100px;
}
.features__size-block {
  min-height: 100px;
  margin-bottom: 0px !important;
}

.sticky {
  width: 15%;
  position: absolute;
}

.white {
  color: white !important;
}

.slider-top .slick-slide {
  opacity: 0.3;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
@media (max-width: 1199px) {
  .slider-top .slick-slide {
    height: 420px;
  }
  .slider-top .slick-slide img {
    height: 420px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.slider-top .slick-slide.slick-current {
  opacity: 1;
}
.slider-top::after {
  content: "";
  background-image: url(/wp-content/themes/sealy-2021/assets/images/bottom-color.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  display: block;
  height: 45%;
  width: 100%;
  z-index: 2;
}

.second-row {
  margin-top: -17%;
  margin-bottom: 5%;
}
@media (min-width: 768px) {
  .second-row {
    margin-top: -10%;
  }
}
.second-row .navigation-row .action {
  background: transparent;
}
.second-row .navigation-row .action__block {
  position: relative;
}
.second-row .navigation-row .action__block::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1199px) {
  .second-row .navigation-row .action__block {
    padding-top: 10px;
  }
}
.second-row .navigation-row .action__block::after {
  content: "";
  width: 250%;
  border-bottom: solid 1px black;
  position: absolute;
  left: 0px;
  right: 0;
  bottom: 15%;
}
@media (min-width: 992px) {
  .second-row .navigation-row .action__block::after {
    bottom: -130%;
    width: 90%;
    margin-left: 5%;
  }
}
.second-row .navigation-row .action a {
  opacity: 1;
}
.second-row .navigation-row .action a .num {
  font-size: 20px;
  font-family: "Tiempos", Sans-serif;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.second-row .navigation-row .action a.active .num {
  font-size: 55px;
}
.second-row .navigation-row .action a::after {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  height: 16px;
  width: 16px;
  background-color: #1F1F1F;
  z-index: 2;
  display: block;
  content: "";
  border-radius: 17.5px;
  border: none;
  left: 13px;
  bottom: -50px;
}
@media (min-width: 992px) {
  .second-row .navigation-row .action a::after {
    bottom: -94px;
  }
}
.second-row .navigation-row .action a.active::after {
  padding: 3px !important;
  height: 26px;
  width: 26px;
  background-color: #1F1F1F;
  z-index: 2;
  display: block;
  content: "";
  border-radius: 17.5px;
  border: 1px solid #B0A77F;
  left: 40px;
  bottom: -64px;
}
@media (min-width: 992px) {
  .second-row .navigation-row .action a.active::after {
    bottom: -111px;
  }
}
.second-row .slider-bottom {
  padding-top: 5%;
  padding-bottom: 30px;
  margin-top: 30px;
  background: transparent;
  z-index: 3;
}
@media (min-width: 992px) {
  .second-row .slider-bottom {
    padding-top: 10%;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .second-row .slider-bottom {
    background: #FAFAFA;
  }
}
.second-row .slider-bottom .item {
  max-width: 850px;
  margin: auto;
}
.second-row .slider-bottom .item h1 {
  font-size: 55px;
  line-height: 66px;
  margin-bottom: 25px;
}

.container.timeline {
  max-width: 1500px;
}
@media (max-width: 1199px) {
  .container.timeline {
    padding: 0;
  }
}

.elementor-widget-Info_Tabs_Categories {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#25364A), to(#0A0D16));
  background-image: -webkit-linear-gradient(top, #25364A 0%, #0A0D16 100%);
  background-image: -o-linear-gradient(top, #25364A 0%, #0A0D16 100%);
  background-image: linear-gradient(180deg, #25364A 0%, #0A0D16 100%);
}
.elementor-widget-Info_Tabs_Categories div#v-pills-tab-mainContent {
  max-width: 1500px;
  margin: auto;
}
.elementor-widget-Info_Tabs_Categories .info-tab--main {
  width: 100%;
  margin: 0;
}
.elementor-widget-Info_Tabs_Categories .info-tab--main .nav-main .info-tab__nav {
  margin: 0 35px 5px;
}
.elementor-widget-Info_Tabs_Categories .info-tab .nav-pills {
  width: 100%;
  height: auto;
  overflow: scroll !important;
  white-space: normal;
  display: block !important;
  text-align: left;
}
.elementor-widget-Info_Tabs_Categories .info-tab .nav-pills::-webkit-scrollbar {
  display: none;
}
@media (min-width: 992px) {
  .elementor-widget-Info_Tabs_Categories .info-tab .nav-pills {
    overflow: hidden !important;
  }
}

@media (max-width: 1199px) {
  .navigation-single-mattress .elementor-container {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    display: -webkit-flex !important;
    overflow: auto;
  }
  .navigation-single-mattress .elementor-container::-webkit-scrollbar {
    display: none;
  }
  .navigation-single-mattress .elementor-container .elementor-column {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.block-images-cursor .elementor-widget.elementor-widget-image {
  cursor: pointer;
}
.block-images-cursor .elementor-widget.elementor-widget-image:after {
  background-image: url(/wp-content/themes/sealy-2021/assets/images/very-dark-bg.png);
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 65%;
  bottom: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  opacity: 0.7;
}
.block-images-cursor .elementor-widget.elementor-widget-image:hover:after {
  opacity: 1;
}
.block-images-cursor img {
  cursor: pointer;
}
.block-images-cursor figcaption {
  z-index: 1;
}
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  -o-transform-origin: 0 0;
     transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
          box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
     transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
     transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
     transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
     transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
     transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
     transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
     transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  -o-transform: translate(0, -18px);
     transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

/*# sourceMappingURL=main.min.css.map*/