@charset "UTF-8";
/* Transition */
/* Transition-delay  */
/* Order  */
/* Transform-origin */
/* Transform */
/* border-radius */
/* Backface-visibility  */
/* Box-shadow*/
/* Animation */
/* Fonts */
/* Base colors*/
/*  Media query variables */
/*
 * Mobile landscape media query 
 */
/* (max-width: 480px) */
/* (max-width: 767px) */
/* (min-width:1024px), (max-height: 767px) */
/* (max-width: 595px) */
/* (min-width: 596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (min-width: 768px), (max-width: 991px) */
/*  Media query mixins
   (min-width:1150px) */
/*  (min-width:992px) */
/* (min-width:992px), (max-width: 1024px) */
/* (min-width:992px), (max-width: 1200px) */
/*  (min-width:768px), (max-width: 991px) */
/*  (min-width:596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (max-width:1200px) */
/* (max-width:1024px) */
/* (max-width:991px) */
/* (min-width:767px) */
/* (max-width:767px) */
/* (max-width:595px) */
/* (min-width:595px) */
/*  (max-width:480px) */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
     animation-duration: 0.5s;
  -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; }

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

@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 {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

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

.pulse {
  -webkit-animation-name: pulse;
  -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 {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

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

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

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

.shake {
  -webkit-animation-name: shake;
  -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% {
    -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); } }

@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% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

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

.swing {
  -webkit-transform-origin: top center;
  -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 {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

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

.tada {
  -webkit-animation-name: tada;
  -o-animation-name: tada;
     animation-name: tada; }

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

@-o-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.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 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  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); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -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 {
    -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); } }

@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-duration: 0.75s;
  -o-animation-duration: 0.75s;
     animation-duration: 0.75s;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

.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 {
    -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); } }

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

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

.bounceOut {
  -webkit-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
     animation-duration: 0.75s;
  -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% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

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

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -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;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

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

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -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;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

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

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -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% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

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

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

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

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

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

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

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

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

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

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

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

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

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

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

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

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

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

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -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;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

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

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -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;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

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

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -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;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

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

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -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;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

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

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -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;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

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

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -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;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

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

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -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;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

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

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -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;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

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

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -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 {
    -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; } }

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

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

@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 {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

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

.flipOutX {
  -webkit-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
     animation-duration: 0.75s;
  -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 {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

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

.flipOutY {
  -webkit-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
     animation-duration: 0.75s;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-o-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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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 {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

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

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-o-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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-o-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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-o-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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-o-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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-o-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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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 {
    -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; } }

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

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

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

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

@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% {
    -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; } }

@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-duration: 2s;
  -o-animation-duration: 2s;
     animation-duration: 2s;
  -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;
    -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); } }

@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

.rollIn {
  -webkit-animation-name: rollIn;
  -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;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

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

.rollOut {
  -webkit-animation-name: rollOut;
  -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;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

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

.zoomIn {
  -webkit-animation-name: zoomIn;
  -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;
    -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); } }

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

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

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

@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;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

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

.zoomOut {
  -webkit-animation-name: zoomOut;
  -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;
    -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); } }

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

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

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

@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 {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

.slideInDown {
  -webkit-animation-name: slideInDown;
  -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 {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  -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 {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

.slideInRight {
  -webkit-animation-name: slideInRight;
  -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 {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

.slideInUp {
  -webkit-animation-name: slideInUp;
  -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 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

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

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  -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 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

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

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  -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 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

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

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  -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 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

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

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  -o-animation-name: slideOutUp;
     animation-name: slideOutUp; }

.blur {
  -webkit-animation-name: blur;
       -o-animation-name: blur;
          animation-name: blur; }

@-webkit-keyframes blur {
  from {
    text-shadow: 0 0 100px #fff;
    color: transparent; }
  to {
    color: transparent;
    text-shadow: 0 0 0 #fff; } }

@-o-keyframes blur {
  from {
    text-shadow: 0 0 100px #fff;
    color: transparent; }
  to {
    color: transparent;
    text-shadow: 0 0 0 #fff; } }

@keyframes blur {
  from {
    text-shadow: 0 0 100px #fff;
    color: transparent; }
  to {
    color: transparent;
    text-shadow: 0 0 0 #fff; } }

.scaleRight {
  -webkit-animation-name: scaleRight;
       -o-animation-name: scaleRight;
          animation-name: scaleRight; }

@-webkit-keyframes scaleRight {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom; } }

@-o-keyframes scaleRight {
  from {
    -o-transform: scale(0);
       transform: scale(0);
    -o-transform-origin: right bottom;
       transform-origin: right bottom; }
  to {
    -o-transform: scale(1);
       transform: scale(1);
    -o-transform-origin: right bottom;
       transform-origin: right bottom; } }

@keyframes scaleRight {
  from {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: right bottom;
         -o-transform-origin: right bottom;
            transform-origin: right bottom; }
  to {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: right bottom;
         -o-transform-origin: right bottom;
            transform-origin: right bottom; } }

.scaleLeft {
  -webkit-animation-name: scaleLeft;
       -o-animation-name: scaleLeft;
          animation-name: scaleLeft; }

@-webkit-keyframes scaleLeft {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom; } }

@-o-keyframes scaleLeft {
  from {
    -o-transform: scale(0);
       transform: scale(0);
    -o-transform-origin: left bottom;
       transform-origin: left bottom; }
  to {
    -o-transform: scale(1);
       transform: scale(1);
    -o-transform-origin: left bottom;
       transform-origin: left bottom; } }

@keyframes scaleLeft {
  from {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left bottom;
         -o-transform-origin: left bottom;
            transform-origin: left bottom; }
  to {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: left bottom;
         -o-transform-origin: left bottom;
            transform-origin: left bottom; } }

.we-fade-in-right {
  -webkit-animation: we-fade-in-right 0.9s ease-in-out 0.3s both;
  -o-animation: we-fade-in-right 0.9s ease-in-out 0.3s both;
     animation: we-fade-in-right 0.9s ease-in-out 0.3s both; }

.we-fade-in-left {
  -webkit-animation: we-fade-in-left 0.9s ease-in-out 0.3s both;
  -o-animation: we-fade-in-left 0.9s ease-in-out 0.3s both;
     animation: we-fade-in-left 0.9s ease-in-out 0.3s both; }

.we-fade-in-bottom {
  -webkit-animation: we-fade-in-bottom 0.4s ease-in-out 0.1s both;
  -o-animation: we-fade-in-bottom 0.4s ease-in-out 0.1s both;
     animation: we-fade-in-bottom 0.4s ease-in-out 0.1s both; }

.kenburns-bottom-right {
  -webkit-animation: kenburns-bottom-right 12s ease-in-out both;
  -o-animation: kenburns-bottom-right 12s ease-in-out both;
     animation: kenburns-bottom-right 12s ease-in-out both; }
  @media (max-width: 595px) {
    .kenburns-bottom-right {
      -webkit-animation: kenburns-bottom-right-mobile 12s ease-in-out both;
      -o-animation: kenburns-bottom-right-mobile 12s ease-in-out both;
         animation: kenburns-bottom-right-mobile 12s ease-in-out both; } }

/**
 * ----------------------------------------
 * custom animation fade-in-right
 * ----------------------------------------
 */
@-webkit-keyframes we-fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-o-keyframes we-fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    -o-transform: translateX(50px);
       transform: translateX(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0);
    opacity: 1; } }

@keyframes we-fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    -o-transform: translateX(50px);
       transform: translateX(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0);
    opacity: 1; } }

.we-zoom-in {
  -webkit-animation: we-zoom-in 0.5s ease-in-out 0.3s both;
  -o-animation: we-zoom-in 0.5s ease-in-out 0.3s both;
     animation: we-zoom-in 0.5s ease-in-out 0.3s both; }

@-webkit-keyframes we-zoom-in {
  0% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@-o-keyframes we-zoom-in {
  0% {
    -o-transform: scale(0.75);
       transform: scale(0.75);
    opacity: 0; }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
    opacity: 1; } }

@keyframes we-zoom-in {
  0% {
    -webkit-transform: scale(0.75);
         -o-transform: scale(0.75);
            transform: scale(0.75);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

/**
 * ----------------------------------------
 * custom animation fade-in-left
 * ----------------------------------------
 */
@-webkit-keyframes we-fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-o-keyframes we-fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    -o-transform: translateX(-50px);
       transform: translateX(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0);
    opacity: 1; } }

@keyframes we-fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    -o-transform: translateX(-50px);
       transform: translateX(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes we-fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-o-keyframes we-fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
       transform: translateY(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1; } }

@keyframes we-fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
       transform: translateY(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes we-fade-in-up {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-o-keyframes we-fade-in-up {
  0% {
    -o-transform: translateY(-50px);
       transform: translateY(-50px);
    opacity: 0; }
  100% {
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1; } }

@keyframes we-fade-in-up {
  0% {
    -webkit-transform: translateY(-50px);
         -o-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

.wefadeInUp {
  -webkit-animation: wefadeInUp 0.5s ease-in-out 0.3s both;
  -o-animation: wefadeInUp 0.5s ease-in-out 0.3s both;
     animation: wefadeInUp 0.5s ease-in-out 0.3s both; }

@-webkit-keyframes wefadeInUp {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-o-keyframes wefadeInUp {
  0% {
    -o-transform: translateY(100px);
       transform: translateY(100px);
    opacity: 0; }
  100% {
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1; } }

@keyframes wefadeInUp {
  0% {
    -webkit-transform: translateY(100px);
         -o-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes svgUpDown {
  from {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 1580px; }
  to {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 3100px; } }

@-o-keyframes svgUpDown {
  from {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 1580px; }
  to {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 3100px; } }

@keyframes svgUpDown {
  from {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 1580px; }
  to {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 3100px; } }

@-webkit-keyframes svgCircleRotate {
  from {
    stroke-dasharray: 180px;
    stroke-dashoffset: 180px; }
  to {
    stroke-dasharray: 180px;
    stroke-dashoffset: 0px; } }

@-o-keyframes svgCircleRotate {
  from {
    stroke-dasharray: 180px;
    stroke-dashoffset: 180px; }
  to {
    stroke-dasharray: 180px;
    stroke-dashoffset: 0px; } }

@keyframes svgCircleRotate {
  from {
    stroke-dasharray: 180px;
    stroke-dashoffset: 180px; }
  to {
    stroke-dasharray: 180px;
    stroke-dashoffset: 0px; } }

@-webkit-keyframes svgDownUp {
  from {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 1540px; }
  to {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 10px; } }

@-o-keyframes svgDownUp {
  from {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 1540px; }
  to {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 10px; } }

@keyframes svgDownUp {
  from {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 1540px; }
  to {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 10px; } }

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

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

@keyframes svgTransform {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/**
 * ----------------------------------------
 * animation kenburns-bottom-right
 * ----------------------------------------
 */
@-webkit-keyframes kenburns-bottom-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 94% 94%;
    transform-origin: 94% 94%; }
  100% {
    -webkit-transform: scale(1.25) translate(20px, 15px);
    transform: scale(1.25) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; } }

@-o-keyframes kenburns-bottom-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
       transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 94% 94%;
    -o-transform-origin: 94% 94%;
       transform-origin: 94% 94%; }
  100% {
    -webkit-transform: scale(1.25) translate(20px, 15px);
    -o-transform: scale(1.25) translate(20px, 15px);
       transform: scale(1.25) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom; } }

@keyframes kenburns-bottom-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
       transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 94% 94%;
    -o-transform-origin: 94% 94%;
       transform-origin: 94% 94%; }
  100% {
    -webkit-transform: scale(1.25) translate(20px, 15px);
    -o-transform: scale(1.25) translate(20px, 15px);
       transform: scale(1.25) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom; } }

/**
 * ----------------------------------------
 * animation kenburns-bottom-right-mobile
 * ----------------------------------------
 */
@-webkit-keyframes kenburns-bottom-right-mobile {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 94% 94%;
    transform-origin: 94% 94%; }
  100% {
    -webkit-transform: scale(1.15) translate(20px, 15px);
    transform: scale(1.15) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; } }

@-o-keyframes kenburns-bottom-right-mobile {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
       transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 94% 94%;
    -o-transform-origin: 94% 94%;
       transform-origin: 94% 94%; }
  100% {
    -webkit-transform: scale(1.15) translate(20px, 15px);
    -o-transform: scale(1.15) translate(20px, 15px);
       transform: scale(1.15) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom; } }

@keyframes kenburns-bottom-right-mobile {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
       transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 94% 94%;
    -o-transform-origin: 94% 94%;
       transform-origin: 94% 94%; }
  100% {
    -webkit-transform: scale(1.15) translate(20px, 15px);
    -o-transform: scale(1.15) translate(20px, 15px);
       transform: scale(1.15) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom; } }

#cookie-law-info-bar .cli-bar-message {
  font-size: 20px;
  line-height: 1.4;
  margin: 0;
  text-align: left;
  font-family: "Poppins", sans-serif; }

#cookie-law-info-bar .cli-bar-container .wt-cli-accept-all-btn, #cookie-law-info-bar .cli-bar-container a {
  text-transform: uppercase;
  margin: 0 0 0 15px;
  font-family: "Poppins", sans-serif;
  padding: 7px 18px 6px;
  background: transparent;
  color: #fff;
  font-size: 20px;
  border-radius: 8px;
  border: 2px solid #fff;
  outline: none;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 700;
  text-decoration: none; }
  #cookie-law-info-bar .cli-bar-container .wt-cli-accept-all-btn:hover, #cookie-law-info-bar .cli-bar-container a:hover {
    background: #fff !important;
    color: #000 !important; }

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

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

.icomoon-commenting-o:before {
  content: "\e900"; }

.icomoon-magnifying-glass:before {
  content: "\e901"; }

.icomoon-shopping-cart:before {
  content: "\e902"; }

.icomoon-arrow-thin-right:before {
  content: "\e903"; }

.icomoon-arrow-thin-left:before {
  content: "\e904"; }

.icomoon-checkmark-outline:before {
  content: "\e905"; }

html {
  -ms-overflow-style: -ms-autohiding-scrollbar; }

body {
  margin: 0;
  position: relative;
  left: 0;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 0.7s cubic-bezier(0.305, 0.255, 0.13, 1.03);
  -o-transition: all 0.7s cubic-bezier(0.305, 0.255, 0.13, 1.03);
  transition: all 0.7s cubic-bezier(0.305, 0.255, 0.13, 1.03);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  /* Buttons style for touch devices */
  /* &.no-touch {
    .top-nav ul li a {
      &:hover {
        color: $black;

        &:before {
          left: 0;
          right: 0;
          width: 100%;
        }
      }
    }
  } */ }
  body .eq-refresh {
    /* Slider */
    /* Transition */
    /* Transition-delay  */
    /* Order  */
    /* Transform-origin */
    /* Transform */
    /* border-radius */
    /* Backface-visibility  */
    /* Box-shadow*/
    /* Animation */
    /* Fonts */
    /* Base colors*/
    /*  Media query variables */
    /*
 * Mobile landscape media query 
 */
    /* (max-width: 480px) */
    /* (max-width: 767px) */
    /* (min-width:1024px), (max-height: 767px) */
    /* (max-width: 595px) */
    /* (min-width: 596px), (max-width: 767px) */
    /*  (min-width:481px), (max-width: 595px) */
    /* (min-width: 768px), (max-width: 991px) */
    /*  Media query mixins
   (min-width:1150px) */
    /*  (min-width:992px) */
    /* (min-width:992px), (max-width: 1024px) */
    /* (min-width:992px), (max-width: 1200px) */
    /*  (min-width:768px), (max-width: 991px) */
    /*  (min-width:596px), (max-width: 767px) */
    /*  (min-width:481px), (max-width: 595px) */
    /* (max-width:1200px) */
    /* (max-width:1024px) */
    /* (max-width:991px) */
    /* (min-width:767px) */
    /* (max-width:767px) */
    /* (max-width:595px) */
    /* (min-width:595px) */
    /*  (max-width:480px) */
    /* Transition */
    /* Transition-delay  */
    /* Order  */
    /* Transform-origin */
    /* Transform */
    /* border-radius */
    /* Backface-visibility  */
    /* Box-shadow*/
    /* Animation */
    /* Fonts */
    /* Base colors*/
    /*  Media query variables */
    /*
 * Mobile landscape media query 
 */
    /* (max-width: 480px) */
    /* (max-width: 767px) */
    /* (min-width:1024px), (max-height: 767px) */
    /* (max-width: 595px) */
    /* (min-width: 596px), (max-width: 767px) */
    /*  (min-width:481px), (max-width: 595px) */
    /* (min-width: 768px), (max-width: 991px) */
    /*  Media query mixins
   (min-width:1150px) */
    /*  (min-width:992px) */
    /* (min-width:992px), (max-width: 1024px) */
    /* (min-width:992px), (max-width: 1200px) */
    /*  (min-width:768px), (max-width: 991px) */
    /*  (min-width:596px), (max-width: 767px) */
    /*  (min-width:481px), (max-width: 595px) */
    /* (max-width:1200px) */
    /* (max-width:1024px) */
    /* (max-width:991px) */
    /* (min-width:767px) */
    /* (max-width:767px) */
    /* (max-width:595px) */
    /* (min-width:595px) */
    /*  (max-width:480px) */
    /* Transition */
    /* Transition-delay  */
    /* Order  */
    /* Transform-origin */
    /* Transform */
    /* border-radius */
    /* Backface-visibility  */
    /* Box-shadow*/
    /* Animation */
    /* Fonts */
    /* Base colors*/
    /*  Media query variables */
    /*
 * Mobile landscape media query 
 */
    /* (max-width: 480px) */
    /* (max-width: 767px) */
    /* (min-width:1024px), (max-height: 767px) */
    /* (max-width: 595px) */
    /* (min-width: 596px), (max-width: 767px) */
    /*  (min-width:481px), (max-width: 595px) */
    /* (min-width: 768px), (max-width: 991px) */
    /*  Media query mixins
   (min-width:1150px) */
    /*  (min-width:992px) */
    /* (min-width:992px), (max-width: 1024px) */
    /* (min-width:992px), (max-width: 1200px) */
    /*  (min-width:768px), (max-width: 991px) */
    /*  (min-width:596px), (max-width: 767px) */
    /*  (min-width:481px), (max-width: 595px) */
    /* (max-width:1200px) */
    /* (max-width:1024px) */
    /* (max-width:991px) */
    /* (min-width:767px) */
    /* (max-width:767px) */
    /* (max-width:595px) */
    /* (min-width:595px) */
    /*  (max-width:480px) */
    /* Transition */
    /* Transition-delay  */
    /* Order  */
    /* Transform-origin */
    /* Transform */
    /* border-radius */
    /* Backface-visibility  */
    /* Box-shadow*/
    /* Animation */
    /* Fonts */
    /* Base colors*/
    /*  Media query variables */
    /*
 * Mobile landscape media query 
 */
    /* (max-width: 480px) */
    /* (max-width: 767px) */
    /* (min-width:1024px), (max-height: 767px) */
    /* (max-width: 595px) */
    /* (min-width: 596px), (max-width: 767px) */
    /*  (min-width:481px), (max-width: 595px) */
    /* (min-width: 768px), (max-width: 991px) */
    /*  Media query mixins
   (min-width:1150px) */
    /*  (min-width:992px) */
    /* (min-width:992px), (max-width: 1024px) */
    /* (min-width:992px), (max-width: 1200px) */
    /*  (min-width:768px), (max-width: 991px) */
    /*  (min-width:596px), (max-width: 767px) */
    /*  (min-width:481px), (max-width: 595px) */
    /* (max-width:1200px) */
    /* (max-width:1024px) */
    /* (max-width:991px) */
    /* (min-width:767px) */
    /* (max-width:767px) */
    /* (max-width:595px) */
    /* (min-width:595px) */
    /*  (max-width:480px) */
    /* Transition */
    /* Transition-delay  */
    /* Order  */
    /* Transform-origin */
    /* Transform */
    /* border-radius */
    /* Backface-visibility  */
    /* Box-shadow*/
    /* Animation */
    /* Fonts */
    /* Base colors*/
    /*  Media query variables */
    /*
 * Mobile landscape media query 
 */
    /* (max-width: 480px) */
    /* (max-width: 767px) */
    /* (min-width:1024px), (max-height: 767px) */
    /* (max-width: 595px) */
    /* (min-width: 596px), (max-width: 767px) */
    /*  (min-width:481px), (max-width: 595px) */
    /* (min-width: 768px), (max-width: 991px) */
    /*  Media query mixins
   (min-width:1150px) */
    /*  (min-width:992px) */
    /* (min-width:992px), (max-width: 1024px) */
    /* (min-width:992px), (max-width: 1200px) */
    /*  (min-width:768px), (max-width: 991px) */
    /*  (min-width:596px), (max-width: 767px) */
    /*  (min-width:481px), (max-width: 595px) */
    /* (max-width:1200px) */
    /* (max-width:1024px) */
    /* (max-width:991px) */
    /* (min-width:767px) */
    /* (max-width:767px) */
    /* (max-width:595px) */
    /* (min-width:595px) */
    /*  (max-width:480px) */
    /* Transition */
    /* Transition-delay  */
    /* Order  */
    /* Transform-origin */
    /* Transform */
    /* border-radius */
    /* Backface-visibility  */
    /* Box-shadow*/
    /* Animation */
    /* Fonts */
    /* Base colors*/
    /*  Media query variables */
    /*
 * Mobile landscape media query 
 */
    /* (max-width: 480px) */
    /* (max-width: 767px) */
    /* (min-width:1024px), (max-height: 767px) */
    /* (max-width: 595px) */
    /* (min-width: 596px), (max-width: 767px) */
    /*  (min-width:481px), (max-width: 595px) */
    /* (min-width: 768px), (max-width: 991px) */
    /*  Media query mixins
   (min-width:1150px) */
    /*  (min-width:992px) */
    /* (min-width:992px), (max-width: 1024px) */
    /* (min-width:992px), (max-width: 1200px) */
    /*  (min-width:768px), (max-width: 991px) */
    /*  (min-width:596px), (max-width: 767px) */
    /*  (min-width:481px), (max-width: 595px) */
    /* (max-width:1200px) */
    /* (max-width:1024px) */
    /* (max-width:991px) */
    /* (min-width:767px) */
    /* (max-width:767px) */
    /* (max-width:595px) */
    /* (min-width:595px) */
    /*  (max-width:480px) */
    /* Transition */
    /* Transition-delay  */
    /* Order  */
    /* Transform-origin */
    /* Transform */
    /* border-radius */
    /* Backface-visibility  */
    /* Box-shadow*/
    /* Animation */
    /* Fonts */
    /* Base colors*/
    /*  Media query variables */
    /*
 * Mobile landscape media query 
 */
    /* (max-width: 480px) */
    /* (max-width: 767px) */
    /* (min-width:1024px), (max-height: 767px) */
    /* (max-width: 595px) */
    /* (min-width: 596px), (max-width: 767px) */
    /*  (min-width:481px), (max-width: 595px) */
    /* (min-width: 768px), (max-width: 991px) */
    /*  Media query mixins
   (min-width:1150px) */
    /*  (min-width:992px) */
    /* (min-width:992px), (max-width: 1024px) */
    /* (min-width:992px), (max-width: 1200px) */
    /*  (min-width:768px), (max-width: 991px) */
    /*  (min-width:596px), (max-width: 767px) */
    /*  (min-width:481px), (max-width: 595px) */
    /* (max-width:1200px) */
    /* (max-width:1024px) */
    /* (max-width:991px) */
    /* (min-width:767px) */
    /* (max-width:767px) */
    /* (max-width:595px) */
    /* (min-width:595px) */
    /*  (max-width:480px) */
    /* Transition */
    /* Transition-delay  */
    /* Order  */
    /* Transform-origin */
    /* Transform */
    /* border-radius */
    /* Backface-visibility  */
    /* Box-shadow*/
    /* Animation */
    /* Fonts */
    /* Base colors*/
    /*  Media query variables */
    /*
 * Mobile landscape media query 
 */
    /* (max-width: 480px) */
    /* (max-width: 767px) */
    /* (min-width:1024px), (max-height: 767px) */
    /* (max-width: 595px) */
    /* (min-width: 596px), (max-width: 767px) */
    /*  (min-width:481px), (max-width: 595px) */
    /* (min-width: 768px), (max-width: 991px) */
    /*  Media query mixins
   (min-width:1150px) */
    /*  (min-width:992px) */
    /* (min-width:992px), (max-width: 1024px) */
    /* (min-width:992px), (max-width: 1200px) */
    /*  (min-width:768px), (max-width: 991px) */
    /*  (min-width:596px), (max-width: 767px) */
    /*  (min-width:481px), (max-width: 595px) */
    /* (max-width:1200px) */
    /* (max-width:1024px) */
    /* (max-width:991px) */
    /* (min-width:767px) */
    /* (max-width:767px) */
    /* (max-width:595px) */
    /* (min-width:595px) */
    /*  (max-width:480px) */
    /* Transition */
    /* Transition-delay  */
    /* Order  */
    /* Transform-origin */
    /* Transform */
    /* border-radius */
    /* Backface-visibility  */
    /* Box-shadow*/
    /* Animation */
    /* Fonts */
    /* Base colors*/
    /*  Media query variables */
    /*
 * Mobile landscape media query 
 */
    /* (max-width: 480px) */
    /* (max-width: 767px) */
    /* (min-width:1024px), (max-height: 767px) */
    /* (max-width: 595px) */
    /* (min-width: 596px), (max-width: 767px) */
    /*  (min-width:481px), (max-width: 595px) */
    /* (min-width: 768px), (max-width: 991px) */
    /*  Media query mixins
   (min-width:1150px) */
    /*  (min-width:992px) */
    /* (min-width:992px), (max-width: 1024px) */
    /* (min-width:992px), (max-width: 1200px) */
    /*  (min-width:768px), (max-width: 991px) */
    /*  (min-width:596px), (max-width: 767px) */
    /*  (min-width:481px), (max-width: 595px) */
    /* (max-width:1200px) */
    /* (max-width:1024px) */
    /* (max-width:991px) */
    /* (min-width:767px) */
    /* (max-width:767px) */
    /* (max-width:595px) */
    /* (min-width:595px) */
    /*  (max-width:480px) */
    /* Transition */
    /* Transition-delay  */
    /* Order  */
    /* Transform-origin */
    /* Transform */
    /* border-radius */
    /* Backface-visibility  */
    /* Box-shadow*/
    /* Animation */
    /* Fonts */
    /* Base colors*/
    /*  Media query variables */
    /*
 * Mobile landscape media query 
 */
    /* (max-width: 480px) */
    /* (max-width: 767px) */
    /* (min-width:1024px), (max-height: 767px) */
    /* (max-width: 595px) */
    /* (min-width: 596px), (max-width: 767px) */
    /*  (min-width:481px), (max-width: 595px) */
    /* (min-width: 768px), (max-width: 991px) */
    /*  Media query mixins
   (min-width:1150px) */
    /*  (min-width:992px) */
    /* (min-width:992px), (max-width: 1024px) */
    /* (min-width:992px), (max-width: 1200px) */
    /*  (min-width:768px), (max-width: 991px) */
    /*  (min-width:596px), (max-width: 767px) */
    /*  (min-width:481px), (max-width: 595px) */
    /* (max-width:1200px) */
    /* (max-width:1024px) */
    /* (max-width:991px) */
    /* (min-width:767px) */
    /* (max-width:767px) */
    /* (max-width:595px) */
    /* (min-width:595px) */
    /*  (max-width:480px) */
    /* Transition */
    /* Transition-delay  */
    /* Order  */
    /* Transform-origin */
    /* Transform */
    /* border-radius */
    /* Backface-visibility  */
    /* Box-shadow*/
    /* Animation */
    /* Fonts */
    /* Base colors*/
    /*  Media query variables */
    /*
 * Mobile landscape media query 
 */
    /* (max-width: 480px) */
    /* (max-width: 767px) */
    /* (min-width:1024px), (max-height: 767px) */
    /* (max-width: 595px) */
    /* (min-width: 596px), (max-width: 767px) */
    /*  (min-width:481px), (max-width: 595px) */
    /* (min-width: 768px), (max-width: 991px) */
    /*  Media query mixins
   (min-width:1150px) */
    /*  (min-width:992px) */
    /* (min-width:992px), (max-width: 1024px) */
    /* (min-width:992px), (max-width: 1200px) */
    /*  (min-width:768px), (max-width: 991px) */
    /*  (min-width:596px), (max-width: 767px) */
    /*  (min-width:481px), (max-width: 595px) */
    /* (max-width:1200px) */
    /* (max-width:1024px) */
    /* (max-width:991px) */
    /* (min-width:767px) */
    /* (max-width:767px) */
    /* (max-width:595px) */
    /* (min-width:595px) */
    /*  (max-width:480px) */
    /* Transition */
    /* Transition-delay  */
    /* Order  */
    /* Transform-origin */
    /* Transform */
    /* border-radius */
    /* Backface-visibility  */
    /* Box-shadow*/
    /* Animation */
    /* Fonts */
    /* Base colors*/
    /*  Media query variables */
    /*
 * Mobile landscape media query 
 */
    /* (max-width: 480px) */
    /* (max-width: 767px) */
    /* (min-width:1024px), (max-height: 767px) */
    /* (max-width: 595px) */
    /* (min-width: 596px), (max-width: 767px) */
    /*  (min-width:481px), (max-width: 595px) */
    /* (min-width: 768px), (max-width: 991px) */
    /*  Media query mixins
   (min-width:1150px) */
    /*  (min-width:992px) */
    /* (min-width:992px), (max-width: 1024px) */
    /* (min-width:992px), (max-width: 1200px) */
    /*  (min-width:768px), (max-width: 991px) */
    /*  (min-width:596px), (max-width: 767px) */
    /*  (min-width:481px), (max-width: 595px) */
    /* (max-width:1200px) */
    /* (max-width:1024px) */
    /* (max-width:991px) */
    /* (min-width:767px) */
    /* (max-width:767px) */
    /* (max-width:595px) */
    /* (min-width:595px) */
    /*  (max-width:480px) */
    /* Transition */
    /* Transition-delay  */
    /* Order  */
    /* Transform-origin */
    /* Transform */
    /* border-radius */
    /* Backface-visibility  */
    /* Box-shadow*/
    /* Animation */
    /* Fonts */
    /* Base colors*/
    /*  Media query variables */
    /*
 * Mobile landscape media query 
 */
    /* (max-width: 480px) */
    /* (max-width: 767px) */
    /* (min-width:1024px), (max-height: 767px) */
    /* (max-width: 595px) */
    /* (min-width: 596px), (max-width: 767px) */
    /*  (min-width:481px), (max-width: 595px) */
    /* (min-width: 768px), (max-width: 991px) */
    /*  Media query mixins
   (min-width:1150px) */
    /*  (min-width:992px) */
    /* (min-width:992px), (max-width: 1024px) */
    /* (min-width:992px), (max-width: 1200px) */
    /*  (min-width:768px), (max-width: 991px) */
    /*  (min-width:596px), (max-width: 767px) */
    /*  (min-width:481px), (max-width: 595px) */
    /* (max-width:1200px) */
    /* (max-width:1024px) */
    /* (max-width:991px) */
    /* (min-width:767px) */
    /* (max-width:767px) */
    /* (max-width:595px) */
    /* (min-width:595px) */
    /*  (max-width:480px) */
    /* Transition */
    /* Transition-delay  */
    /* Order  */
    /* Transform-origin */
    /* Transform */
    /* border-radius */
    /* Backface-visibility  */
    /* Box-shadow*/
    /* Animation */
    /* Fonts */
    /* Base colors*/
    /*  Media query variables */
    /*
 * Mobile landscape media query 
 */
    /* (max-width: 480px) */
    /* (max-width: 767px) */
    /* (min-width:1024px), (max-height: 767px) */
    /* (max-width: 595px) */
    /* (min-width: 596px), (max-width: 767px) */
    /*  (min-width:481px), (max-width: 595px) */
    /* (min-width: 768px), (max-width: 991px) */
    /*  Media query mixins
   (min-width:1150px) */
    /*  (min-width:992px) */
    /* (min-width:992px), (max-width: 1024px) */
    /* (min-width:992px), (max-width: 1200px) */
    /*  (min-width:768px), (max-width: 991px) */
    /*  (min-width:596px), (max-width: 767px) */
    /*  (min-width:481px), (max-width: 595px) */
    /* (max-width:1200px) */
    /* (max-width:1024px) */
    /* (max-width:991px) */
    /* (min-width:767px) */
    /* (max-width:767px) */
    /* (max-width:595px) */
    /* (min-width:595px) */
    /*  (max-width:480px) */
    /* Transition */
    /* Transition-delay  */
    /* Order  */
    /* Transform-origin */
    /* Transform */
    /* border-radius */
    /* Backface-visibility  */
    /* Box-shadow*/
    /* Animation */
    /* Fonts */
    /* Base colors*/
    /*  Media query variables */
    /*
 * Mobile landscape media query 
 */
    /* (max-width: 480px) */
    /* (max-width: 767px) */
    /* (min-width:1024px), (max-height: 767px) */
    /* (max-width: 595px) */
    /* (min-width: 596px), (max-width: 767px) */
    /*  (min-width:481px), (max-width: 595px) */
    /* (min-width: 768px), (max-width: 991px) */
    /*  Media query mixins
   (min-width:1150px) */
    /*  (min-width:992px) */
    /* (min-width:992px), (max-width: 1024px) */
    /* (min-width:992px), (max-width: 1200px) */
    /*  (min-width:768px), (max-width: 991px) */
    /*  (min-width:596px), (max-width: 767px) */
    /*  (min-width:481px), (max-width: 595px) */
    /* (max-width:1200px) */
    /* (max-width:1024px) */
    /* (max-width:991px) */
    /* (min-width:767px) */
    /* (max-width:767px) */
    /* (max-width:595px) */
    /* (min-width:595px) */
    /*  (max-width:480px) */
    /* Transition */
    /* Transition-delay  */
    /* Order  */
    /* Transform-origin */
    /* Transform */
    /* border-radius */
    /* Backface-visibility  */
    /* Box-shadow*/
    /* Animation */
    /* Fonts */
    /* Base colors*/
    /*  Media query variables */
    /*
 * Mobile landscape media query 
 */
    /* (max-width: 480px) */
    /* (max-width: 767px) */
    /* (min-width:1024px), (max-height: 767px) */
    /* (max-width: 595px) */
    /* (min-width: 596px), (max-width: 767px) */
    /*  (min-width:481px), (max-width: 595px) */
    /* (min-width: 768px), (max-width: 991px) */
    /*  Media query mixins
   (min-width:1150px) */
    /*  (min-width:992px) */
    /* (min-width:992px), (max-width: 1024px) */
    /* (min-width:992px), (max-width: 1200px) */
    /*  (min-width:768px), (max-width: 991px) */
    /*  (min-width:596px), (max-width: 767px) */
    /*  (min-width:481px), (max-width: 595px) */
    /* (max-width:1200px) */
    /* (max-width:1024px) */
    /* (max-width:991px) */
    /* (min-width:767px) */
    /* (max-width:767px) */
    /* (max-width:595px) */
    /* (min-width:595px) */
    /*  (max-width:480px) */
    /* Transition */
    /* Transition-delay  */
    /* Order  */
    /* Transform-origin */
    /* Transform */
    /* border-radius */
    /* Backface-visibility  */
    /* Box-shadow*/
    /* Animation */
    /* Fonts */
    /* Base colors*/
    /*  Media query variables */
    /*
 * Mobile landscape media query 
 */
    /* (max-width: 480px) */
    /* (max-width: 767px) */
    /* (min-width:1024px), (max-height: 767px) */
    /* (max-width: 595px) */
    /* (min-width: 596px), (max-width: 767px) */
    /*  (min-width:481px), (max-width: 595px) */
    /* (min-width: 768px), (max-width: 991px) */
    /*  Media query mixins
   (min-width:1150px) */
    /*  (min-width:992px) */
    /* (min-width:992px), (max-width: 1024px) */
    /* (min-width:992px), (max-width: 1200px) */
    /*  (min-width:768px), (max-width: 991px) */
    /*  (min-width:596px), (max-width: 767px) */
    /*  (min-width:481px), (max-width: 595px) */
    /* (max-width:1200px) */
    /* (max-width:1024px) */
    /* (max-width:991px) */
    /* (min-width:767px) */
    /* (max-width:767px) */
    /* (max-width:595px) */
    /* (min-width:595px) */
    /*  (max-width:480px) */
    /* Transition */
    /* Transition-delay  */
    /* Order  */
    /* Transform-origin */
    /* Transform */
    /* border-radius */
    /* Backface-visibility  */
    /* Box-shadow*/
    /* Animation */
    /* Fonts */
    /* Base colors*/
    /*  Media query variables */
    /*
 * Mobile landscape media query 
 */
    /* (max-width: 480px) */
    /* (max-width: 767px) */
    /* (min-width:1024px), (max-height: 767px) */
    /* (max-width: 595px) */
    /* (min-width: 596px), (max-width: 767px) */
    /*  (min-width:481px), (max-width: 595px) */
    /* (min-width: 768px), (max-width: 991px) */
    /*  Media query mixins
   (min-width:1150px) */
    /*  (min-width:992px) */
    /* (min-width:992px), (max-width: 1024px) */
    /* (min-width:992px), (max-width: 1200px) */
    /*  (min-width:768px), (max-width: 991px) */
    /*  (min-width:596px), (max-width: 767px) */
    /*  (min-width:481px), (max-width: 595px) */
    /* (max-width:1200px) */
    /* (max-width:1024px) */
    /* (max-width:991px) */
    /* (min-width:767px) */
    /* (max-width:767px) */
    /* (max-width:595px) */
    /* (min-width:595px) */
    /*  (max-width:480px) */ }
    body .eq-refresh .slick-slider {
      position: relative;
      display: block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
      touch-action: pan-y;
      -webkit-tap-highlight-color: transparent; }
    body .eq-refresh .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 0;
      padding: 0; }
    body .eq-refresh .slick-list:focus {
      outline: none; }
    body .eq-refresh .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
    body .eq-refresh .slick-slider .slick-track,
    body .eq-refresh .slick-slider .slick-list {
      -webkit-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    body .eq-refresh .slick-track {
      position: relative;
      top: 0;
      left: 0;
      display: block;
      margin-left: auto;
      margin-right: auto; }
    body .eq-refresh .slick-track:before,
    body .eq-refresh .slick-track:after {
      display: table;
      content: ''; }
    body .eq-refresh .slick-track:after {
      clear: both; }
    body .eq-refresh .slick-loading .slick-track {
      visibility: hidden; }
    body .eq-refresh .slick-slide {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px; }
    body .eq-refresh [dir='rtl'] .slick-slide {
      float: right; }
    body .eq-refresh .slick-slide img {
      display: block; }
    body .eq-refresh .slick-slide.slick-loading img {
      display: none; }
    body .eq-refresh .slick-slide.dragging img {
      pointer-events: none; }
    body .eq-refresh .slick-initialized .slick-slide {
      display: block; }
    body .eq-refresh .slick-loading .slick-slide {
      visibility: hidden; }
    body .eq-refresh .slick-vertical .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent; }
    body .eq-refresh .slick-arrow.slick-hidden {
      display: none; }
    body .eq-refresh .grtyoutube-popup {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 99999; }
    body .eq-refresh .grtyoutube-popup-content {
      margin-top: 150px;
      width: 95%;
      max-width: 850px;
      margin-left: auto;
      margin-right: auto;
      position: relative; }
    body .eq-refresh .grtyoutube-popup-close {
      position: absolute;
      top: -30px;
      right: 0;
      color: #FFF;
      font-size: 25px;
      width: 17px;
      height: 17px;
      cursor: pointer; }
    body .eq-refresh .grtyoutube-iframe {
      width: 100%;
      height: 480px; }
    @media (max-width: 767px) {
      body .eq-refresh .grtyoutube-iframe {
        width: 100%;
        height: 350px; } }
    body .eq-refresh .grtyoutube-dark-theme {
      background: rgba(0, 0, 0, 0.85); }
    body .eq-refresh .grtyoutube-dark-theme .grtyoutube-popup-content {
      -webkit-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.4);
      box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.4); }
    body .eq-refresh .grtyoutube-dark-theme .grtyoutube-popup-close {
      background: url("/wp-content/themes/eyeque/templates/assets/images/icon-close-white.png") no-repeat; }
    body .eq-refresh .grtyoutube-light-theme {
      background: rgba(255, 255, 255, 0.85); }
    body .eq-refresh .grtyoutube-light-theme .grtyoutube-popup-content {
      -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
      box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4); }
    body .eq-refresh .grtyoutube-light-theme .grtyoutube-popup-close {
      background: url("icon-close-black.png") no-repeat; }
    body .eq-refresh .text-white {
      color: #FFFFFF; }
    body .eq-refresh .bg-white {
      background-color: #FFFFFF; }
    body .eq-refresh .border-white {
      border-color: #FFFFFF !important; }
    body .eq-refresh .text-black {
      color: #000000; }
    body .eq-refresh .bg-black {
      background-color: #000000; }
    body .eq-refresh .border-black {
      border-color: #000000 !important; }
    body .eq-refresh .text-yellow {
      color: #ff9f21; }
    body .eq-refresh .bg-yellow {
      background-color: #ff9f21; }
    body .eq-refresh .border-yellow {
      border-color: #ff9f21 !important; }
    body .eq-refresh .text-green {
      color: #30ac65; }
    body .eq-refresh .bg-green {
      background-color: #30ac65; }
    body .eq-refresh .border-green {
      border-color: #30ac65 !important; }
    body .eq-refresh .text-orange {
      color: #f66f47; }
    body .eq-refresh .bg-orange {
      background-color: #f66f47; }
    body .eq-refresh .border-orange {
      border-color: #f66f47 !important; }
    body .eq-refresh .text-grey {
      color: #636466; }
    body .eq-refresh .bg-grey {
      background-color: #636466; }
    body .eq-refresh .border-grey {
      border-color: #636466 !important; }
    body .eq-refresh .text-mid-grey {
      color: #d7d7d7; }
    body .eq-refresh .bg-mid-grey {
      background-color: #d7d7d7; }
    body .eq-refresh .border-mid-grey {
      border-color: #d7d7d7 !important; }
    body .eq-refresh .text-light-grey {
      color: #f2f2f2; }
    body .eq-refresh .bg-light-grey {
      background-color: #f2f2f2; }
    body .eq-refresh .border-light-grey {
      border-color: #f2f2f2 !important; }
    body .eq-refresh .text-iris-blue {
      color: #0081a2; }
    body .eq-refresh .bg-iris-blue {
      background-color: #0081a2; }
    body .eq-refresh .border-iris-blue {
      border-color: #0081a2 !important; }
    body .eq-refresh .text-sky-blue {
      color: #3dc5eb; }
    body .eq-refresh .bg-sky-blue {
      background-color: #3dc5eb; }
    body .eq-refresh .border-sky-blue {
      border-color: #3dc5eb !important; }
    body .eq-refresh .text-slate-grey {
      color: #626366; }
    body .eq-refresh .bg-slate-grey {
      background-color: #626366; }
    body .eq-refresh .border-slate-grey {
      border-color: #626366 !important; }
    body .eq-refresh .text-input-grey {
      color: #EEEEEE; }
    body .eq-refresh .bg-input-grey {
      background-color: #EEEEEE; }
    body .eq-refresh .border-input-grey {
      border-color: #EEEEEE !important; }
    body .eq-refresh .text-purple {
      color: #6154a3; }
    body .eq-refresh .bg-purple {
      background-color: #6154a3; }
    body .eq-refresh .border-purple {
      border-color: #6154a3 !important; }
    body .eq-refresh .banner-fourth-level {
      background: -webkit-gradient(linear, left top, right top, from(#0081a2), to(#6154a3));
      background: -webkit-linear-gradient(left, #0081a2 0%, #6154a3 100%);
      background: -o-linear-gradient(left, #0081a2 0%, #6154a3 100%);
      background: linear-gradient(to right, #0081a2 0%, #6154a3 100%);
      color: #FFFFFF;
      padding: 0;
      line-height: 1.3;
      text-transform: capitalize; }
      body .eq-refresh .banner-fourth-level .content {
        position: relative;
        height: 220px; }
        @media (max-width: 767px) {
          body .eq-refresh .banner-fourth-level .content {
            height: 140px; } }
        body .eq-refresh .banner-fourth-level .content h1 {
          font-size: 50px;
          font-weight: 400;
          text-align: center;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
               -o-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 100%;
          padding-bottom: 3px; }
          @media (min-width: 992px) and (max-width: 1190px) {
            body .eq-refresh .banner-fourth-level .content h1 {
              font-size: 46px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .banner-fourth-level .content h1 {
              font-size: 40px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .eq-refresh .banner-fourth-level .content h1 {
              font-size: 34px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body .eq-refresh .banner-fourth-level .content h1 {
              font-size: 30px; } }
          @media (max-width: 480px) {
            body .eq-refresh .banner-fourth-level .content h1 {
              font-size: 26px; } }
    body .eq-refresh .banner-second-level {
      padding: 0; }
      body .eq-refresh .banner-second-level:after {
        content: "";
        position: absolute;
        height: 10px;
        width: 100%;
        bottom: 0px;
        background-image: -webkit-linear-gradient(0deg, #ff9f21 0%, #ee3e6d 100%);
        z-index: 3; }
      body .eq-refresh .banner-second-level .bg-img {
        height: 460px; }
        @media (max-width: 767px) {
          body .eq-refresh .banner-second-level .bg-img {
            height: 360px; } }
        @media (max-width: 480px) {
          body .eq-refresh .banner-second-level .bg-img {
            opacity: 0.4; } }
        body .eq-refresh .banner-second-level .bg-img:after {
          content: ''; }
          @media (max-width: 767px) {
            body .eq-refresh .banner-second-level .bg-img:after {
              position: absolute;
              width: 100%;
              height: 100%;
              top: 0;
              left: 0;
              background: rgba(255, 255, 255, 0.4); } }
        body .eq-refresh .banner-second-level .bg-img img {
          height: 100%;
          width: 100%;
          -o-object-position: top;
             object-position: top;
          -o-object-fit: cover;
             object-fit: cover; }
          @media (max-width: 595px) {
            body .eq-refresh .banner-second-level .bg-img img {
              -o-object-position: right;
                 object-position: right; } }
      body .eq-refresh .banner-second-level .content-wrap {
        padding: 111px 0 134px; }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .banner-second-level .content-wrap {
            padding: 80px 0; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .banner-second-level .content-wrap {
            padding: 60px 0; } }
        @media (max-width: 767px) {
          body .eq-refresh .banner-second-level .content-wrap {
            padding: 0; } }
      body .eq-refresh .banner-second-level .content {
        max-width: 525px;
        width: 100%;
        overflow: hidden;
        text-align: left; }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .banner-second-level .content {
            max-width: 445px; } }
        body .eq-refresh .banner-second-level .content h1 {
          font-size: 40px;
          font-weight: 700;
          color: #0081a2;
          padding-bottom: 12px;
          visibility: hidden; }
          @media (min-width: 596px) and (max-width: 767px) {
            body .eq-refresh .banner-second-level .content h1 {
              font-size: 34px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body .eq-refresh .banner-second-level .content h1 {
              font-size: 30px; } }
          @media (max-width: 480px) {
            body .eq-refresh .banner-second-level .content h1 {
              font-size: 26px; } }
        body .eq-refresh .banner-second-level .content p {
          font-size: 18px;
          font-weight: 400;
          color: #626366;
          word-spacing: 0.2px;
          line-height: 1.6;
          visibility: hidden; }
          @media (max-width: 595px) {
            body .eq-refresh .banner-second-level .content p {
              font-size: 16px; } }
        body .eq-refresh .banner-second-level .content .btn-wrap {
          visibility: hidden; }
        body .eq-refresh .banner-second-level .content a {
          margin-top: 13px; }
    body .eq-refresh .banner-hero {
      max-height: 800px; }
      body .eq-refresh .banner-hero .banner-video {
        width: 100%; }
      body .eq-refresh .banner-hero .video-wrap {
        position: relative;
        height: 750px; }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .banner-hero .video-wrap {
            height: 730px; } }
        @media (min-width: 992px) and (max-width: 1024px) {
          body .eq-refresh .banner-hero .video-wrap {
            height: 655px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .banner-hero .video-wrap {
            height: 650px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .banner-hero .video-wrap {
            height: 650px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body .eq-refresh .banner-hero .video-wrap {
            height: 630px; } }
        @media (max-width: 480px) {
          body .eq-refresh .banner-hero .video-wrap {
            height: 480px; } }
        body .eq-refresh .banner-hero .video-wrap .banner-video {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
        body .eq-refresh .banner-hero .video-wrap:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 2;
          background-color: rgba(255, 255, 255, 0.7); }
      body .eq-refresh .banner-hero .banner-background {
        width: 100%;
        height: 800px;
        /*landscape media Query*/ }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .banner-hero .banner-background {
            height: 730px; } }
        @media (min-width: 992px) and (max-width: 1024px) {
          body .eq-refresh .banner-hero .banner-background {
            height: 655px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .banner-hero .banner-background {
            height: 700px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .banner-hero .banner-background {
            height: 650px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body .eq-refresh .banner-hero .banner-background {
            height: 630px; } }
        @media (max-width: 480px) {
          body .eq-refresh .banner-hero .banner-background {
            height: 490px; } }
        body .eq-refresh .banner-hero .banner-background:after {
          content: ""; }
          @media (max-width: 767px) {
            body .eq-refresh .banner-hero .banner-background:after {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background: rgba(255, 255, 255, 0.4); } }
        @media (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
          body .eq-refresh .banner-hero .banner-background {
            height: 560px; } }
        @media (min-width: 596px) and (max-width: 767px) and (orientation: landscape) {
          body .eq-refresh .banner-hero .banner-background {
            height: 450px; } }
        @media (min-width: 481px) and (max-width: 595px) and (orientation: landscape) {
          body .eq-refresh .banner-hero .banner-background {
            height: 380px; } }
        @media (max-width: 480px) and (orientation: landscape) {
          body .eq-refresh .banner-hero .banner-background {
            height: 370px; } }
        body .eq-refresh .banner-hero .banner-background img {
          -o-object-fit: cover;
             object-fit: cover;
          min-height: 100%;
          max-height: 100%;
          min-width: 100%; }
          @media (max-width: 767px) {
            body .eq-refresh .banner-hero .banner-background img {
              -o-object-position: right;
                 object-position: right; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body .eq-refresh .banner-hero .banner-background img {
              -o-object-position: -400px;
                 object-position: -400px; } }
          @media (max-width: 480px) {
            body .eq-refresh .banner-hero .banner-background img {
              -o-object-position: -369px;
                 object-position: -369px; } }
      body .eq-refresh .banner-hero .content-wrap {
        position: absolute;
        width: 100%;
        top: 169px;
        left: 0;
        z-index: 3;
        /*landscape media Query*/ }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .banner-hero .content-wrap {
            top: 50%;
            -webkit-transform: translateY(-50%);
                 -o-transform: translateY(-50%);
                    transform: translateY(-50%); } }
        @media (max-width: 991px) {
          body .eq-refresh .banner-hero .content-wrap {
            top: 50%;
            -webkit-transform: translateY(-50%);
                 -o-transform: translateY(-50%);
                    transform: translateY(-50%); } }
        @media (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
          body .eq-refresh .banner-hero .content-wrap {
            top: 90px;
            -webkit-transform: inherit;
                 -o-transform: inherit;
                    transform: inherit; } }
        @media (min-width: 596px) and (max-width: 767px) and (orientation: landscape) {
          body .eq-refresh .banner-hero .content-wrap {
            top: 78px;
            -webkit-transform: inherit;
                 -o-transform: inherit;
                    transform: inherit; } }
        @media (min-width: 481px) and (max-width: 595px) and (orientation: landscape) {
          body .eq-refresh .banner-hero .content-wrap {
            top: 90px;
            -webkit-transform: inherit;
                 -o-transform: inherit;
                    transform: inherit; } }
        @media (max-width: 480px) and (orientation: landscape) {
          body .eq-refresh .banner-hero .content-wrap {
            top: 88px;
            -webkit-transform: inherit;
                 -o-transform: inherit;
                    transform: inherit; } }
        body .eq-refresh .banner-hero .content-wrap .content {
          width: 100%;
          max-width: 600px;
          margin: auto;
          text-align: center; }
          @media (max-width: 767px) {
            body .eq-refresh .banner-hero .content-wrap .content {
              text-align: left; } }
          body .eq-refresh .banner-hero .content-wrap .content h1 {
            font-weight: 400;
            color: #0081a2;
            line-height: 1.09; }
            body .eq-refresh .banner-hero .content-wrap .content h1 span {
              font-weight: 700;
              font-size: 47px; }
              @media (min-width: 992px) and (max-width: 1190px) {
                body .eq-refresh .banner-hero .content-wrap .content h1 span {
                  font-size: 46px; } }
              @media (min-width: 768px) and (max-width: 991px) {
                body .eq-refresh .banner-hero .content-wrap .content h1 span {
                  font-size: 44px; } }
              @media (min-width: 596px) and (max-width: 767px) {
                body .eq-refresh .banner-hero .content-wrap .content h1 span {
                  font-size: 40px; } }
              @media (min-width: 481px) and (max-width: 595px) {
                body .eq-refresh .banner-hero .content-wrap .content h1 span {
                  font-size: 36px; } }
              @media (max-width: 480px) {
                body .eq-refresh .banner-hero .content-wrap .content h1 span {
                  font-size: 32px; } }
          body .eq-refresh .banner-hero .content-wrap .content h4 {
            padding-top: 22px;
            font-weight: 400;
            color: #626366; }
          body .eq-refresh .banner-hero .content-wrap .content p {
            padding-top: 6px;
            font-weight: 400;
            font-style: italic;
            color: #626366;
            font-size: 18px; }
            @media (max-width: 767px) {
              body .eq-refresh .banner-hero .content-wrap .content p {
                font-size: 16px; } }
          body .eq-refresh .banner-hero .content-wrap .content a {
            margin-top: 30px; }
            @media (max-width: 767px) {
              body .eq-refresh .banner-hero .content-wrap .content a {
                margin-top: 20px; } }
    body .eq-refresh .banner-hero21 {
      position: relative;
      z-index: 3;
      color: #fff;
      padding: 0;
      overflow: hidden; }
      body .eq-refresh .banner-hero21.banner-hero-personal-solution .text-block {
        width: 400px; }
      body .eq-refresh .banner-hero21.company-page .btn-row {
        margin-top: 50px; }
      body .eq-refresh .banner-hero21.large .text-block {
        height: 750px; }
        @media (max-width: 1024px) {
          body .eq-refresh .banner-hero21.large .text-block {
            height: 600px; } }
        @media (max-width: 767px) {
          body .eq-refresh .banner-hero21.large .text-block {
            height: 400px; } }
      body .eq-refresh .banner-hero21.small .text-block {
        height: 470px; }
        @media (max-width: 767px) {
          body .eq-refresh .banner-hero21.small .text-block {
            height: 400px; } }
      body .eq-refresh .banner-hero21 .text-block {
        padding: 0 0 18px;
        width: 560px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        max-width: 50%; }
        @media (max-width: 767px) {
          body .eq-refresh .banner-hero21 .text-block {
            max-width: 100%;
            padding: 15px 0; } }
      body .eq-refresh .banner-hero21 .bg-image {
        position: absolute;
        z-index: -2;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%; }
      body .eq-refresh .banner-hero21 .title {
        display: block;
        color: #ff9f21;
        font-size: 30px;
        margin: 0 0 6px;
        font-weight: 700; }
        @media (max-width: 1024px) {
          body .eq-refresh .banner-hero21 .title {
            font-size: 24px; } }
        @media (max-width: 767px) {
          body .eq-refresh .banner-hero21 .title {
            font-size: 22px; } }
      body .eq-refresh .banner-hero21 h1 {
        margin: 0 0 12px; }
      body .eq-refresh .banner-hero21 .btn-row a {
        margin: 0 21px 0 0; }
      @media (max-width: 767px) {
        body .eq-refresh .banner-hero21 .btn-row a {
          margin: 0 15px 0 0; } }
      body .eq-refresh .banner-hero21.banner-hero-proffesional-home .title {
        color: #ff9f21; }
      body .eq-refresh .banner-hero21.banner-hero-proffesional-home .btn-row .btn-default {
        background: #6154a3;
        color: #fff; }
      body .eq-refresh .banner-hero21 .btn-banner-purple {
        background: #6154a3;
        color: #fff; }
        body .eq-refresh .banner-hero21 .btn-banner-purple:hover {
          background: #3e3376; }
      body .eq-refresh .banner-hero21 .bg-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        body .eq-refresh .banner-hero21 .bg-video video {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
    body .eq-refresh .benefits-bar {
      background: -webkit-gradient(linear, left top, right top, from(#0081a2), to(#6154a3));
      background: -webkit-linear-gradient(left, #0081a2 0%, #6154a3 100%);
      background: -o-linear-gradient(left, #0081a2 0%, #6154a3 100%);
      background: -webkit-gradient(linear, right top, left top, from(#0081a2), to(#6154a3));
      background: -webkit-linear-gradient(right, #0081a2 0%, #6154a3 100%);
      background: -o-linear-gradient(right, #0081a2 0%, #6154a3 100%);
      background: linear-gradient(to left, #0081a2 0%, #6154a3 100%); }
      body .eq-refresh .benefits-bar.benefits-bar-inv {
        background: -webkit-gradient(linear, right top, left top, from(#0081a2), to(#6154a3));
        background: -webkit-linear-gradient(right, #0081a2 0%, #6154a3 100%);
        background: -o-linear-gradient(right, #0081a2 0%, #6154a3 100%);
        background: -webkit-gradient(linear, left top, right top, from(#0081a2), to(#6154a3));
        background: -webkit-linear-gradient(left, #0081a2 0%, #6154a3 100%);
        background: -o-linear-gradient(left, #0081a2 0%, #6154a3 100%);
        background: linear-gradient(to right, #0081a2 0%, #6154a3 100%); }
      body .eq-refresh .benefits-bar .inner-wrap {
        padding: 22px 0 24px; }
        @media (max-width: 1024px) {
          body .eq-refresh .benefits-bar .inner-wrap {
            padding: 14px 0; } }
        body .eq-refresh .benefits-bar .inner-wrap .container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        body .eq-refresh .benefits-bar .inner-wrap .col-item {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          text-align: center;
          padding: 0 10px; }
          @media (max-width: 767px) {
            body .eq-refresh .benefits-bar .inner-wrap .col-item {
              width: 100%;
              padding: 5px 0; } }
          body .eq-refresh .benefits-bar .inner-wrap .col-item h6 {
            color: #FFFFFF;
            margin: 0;
            font-size: 20px;
            line-height: 1.3;
            font-weight: 400;
            overflow: hidden; }
            @media (max-width: 1024px) {
              body .eq-refresh .benefits-bar .inner-wrap .col-item h6 {
                font-size: 18px; } }
            @media (max-width: 767px) {
              body .eq-refresh .benefits-bar .inner-wrap .col-item h6 {
                font-size: 16px; } }
    body .eq-refresh .cta {
      text-align: center; }
      body .eq-refresh .cta.bg-pattern {
        background-image: url(/wp-content/themes/eyeque/templates/dist/images/new_pattern.png);
        background-repeat: repeat;
        background-color: #ff9f21; }
        body .eq-refresh .cta.bg-pattern .inner-wrap {
          background: -webkit-gradient(linear, left top, right top, from(rgba(255, 159, 33, 0.85)), to(rgba(238, 62, 109, 0.85)));
          background: -webkit-linear-gradient(left, rgba(255, 159, 33, 0.85), rgba(238, 62, 109, 0.85));
          background: -o-linear-gradient(left, rgba(255, 159, 33, 0.85), rgba(238, 62, 109, 0.85));
          background: linear-gradient(to right, rgba(255, 159, 33, 0.85), rgba(238, 62, 109, 0.85)); }
          body .eq-refresh .cta.bg-pattern .inner-wrap .col h3 {
            color: #FFFFFF; }
          body .eq-refresh .cta.bg-pattern .inner-wrap .col p {
            color: #FFFFFF; }
          body .eq-refresh .cta.bg-pattern .inner-wrap .col.col-two:after {
            background: #FFFFFF; }
      body .eq-refresh .cta .inner-wrap {
        padding: 90px 0 101px; }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .cta .inner-wrap {
            padding: 70px 0 90px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .cta .inner-wrap {
            padding: 50px 0; } }
        @media (max-width: 767px) {
          body .eq-refresh .cta .inner-wrap {
            padding: 30px 0; } }
        body .eq-refresh .cta .inner-wrap .col {
          max-width: 785px;
          width: 100%;
          margin: 0 auto;
          float: none; }
          body .eq-refresh .cta .inner-wrap .col h3 {
            color: #0081a2;
            font-weight: 400; }
          body .eq-refresh .cta .inner-wrap .col p {
            margin: 18px auto 0;
            line-height: 1.66;
            color: #636466;
            font-weight: 400; }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .cta .inner-wrap .col p {
                margin: 10px auto 0; } }
            @media (max-width: 767px) {
              body .eq-refresh .cta .inner-wrap .col p {
                margin: 5px auto 0;
                font-size: 16px;
                line-height: 1.5; } }
          body .eq-refresh .cta .inner-wrap .col a {
            margin-top: 25px;
            font-size: 20px; }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .cta .inner-wrap .col a {
                font-size: 18px;
                margin-top: 15px; } }
            @media (max-width: 767px) {
              body .eq-refresh .cta .inner-wrap .col a {
                font-size: 16px;
                margin-top: 10px; } }
          body .eq-refresh .cta .inner-wrap .col.full-width p {
            margin: 22px auto 0;
            line-height: 1.62; }
            @media (max-width: 767px) {
              body .eq-refresh .cta .inner-wrap .col.full-width p {
                margin: 20px auto 0; } }
          body .eq-refresh .cta .inner-wrap .col.full-width a {
            margin-top: 29px; }
            @media (max-width: 767px) {
              body .eq-refresh .cta .inner-wrap .col.full-width a {
                margin-top: 20px; } }
          body .eq-refresh .cta .inner-wrap .col.col-two {
            width: 50%;
            float: left; }
            @media (max-width: 767px) {
              body .eq-refresh .cta .inner-wrap .col.col-two {
                width: 100%; } }
            body .eq-refresh .cta .inner-wrap .col.col-two:after {
              content: '';
              position: absolute;
              right: -1px;
              top: -4px;
              height: 95%;
              width: 1px;
              background: #636466; }
              @media (min-width: 992px) and (max-width: 1190px) {
                body .eq-refresh .cta .inner-wrap .col.col-two:after {
                  top: 0;
                  bottom: 0;
                  margin: auto; } }
              @media (min-width: 768px) and (max-width: 991px) {
                body .eq-refresh .cta .inner-wrap .col.col-two:after {
                  top: 0;
                  bottom: 0;
                  margin: auto; } }
              @media (max-width: 767px) {
                body .eq-refresh .cta .inner-wrap .col.col-two:after {
                  right: 0;
                  top: auto;
                  bottom: 0;
                  height: 1px;
                  width: 100%; } }
            body .eq-refresh .cta .inner-wrap .col.col-two:first-child {
              padding-right: 138px; }
              @media (min-width: 992px) and (max-width: 1190px) {
                body .eq-refresh .cta .inner-wrap .col.col-two:first-child {
                  padding-right: calc(50% - 450px); } }
              @media (min-width: 768px) and (max-width: 991px) {
                body .eq-refresh .cta .inner-wrap .col.col-two:first-child {
                  padding: 0 10px; } }
              @media (max-width: 767px) {
                body .eq-refresh .cta .inner-wrap .col.col-two:first-child {
                  padding: 0 0 30px; } }
            body .eq-refresh .cta .inner-wrap .col.col-two:last-child {
              padding-left: 152px; }
              @media (min-width: 992px) and (max-width: 1190px) {
                body .eq-refresh .cta .inner-wrap .col.col-two:last-child {
                  padding-left: calc(50% - 450px); } }
              @media (min-width: 768px) and (max-width: 991px) {
                body .eq-refresh .cta .inner-wrap .col.col-two:last-child {
                  padding: 0 10px; } }
              @media (max-width: 767px) {
                body .eq-refresh .cta .inner-wrap .col.col-two:last-child {
                  padding: 30px 0 0px; } }
              body .eq-refresh .cta .inner-wrap .col.col-two:last-child:after {
                display: none; }
            body .eq-refresh .cta .inner-wrap .col.col-two p {
              max-width: 258px; }
      body .eq-refresh .cta .mail-wrap a {
        position: relative;
        color: #FFFFFF;
        font-weight: 500;
        display: inline-block;
        padding-left: 26px;
        margin-top: 15px !important; }
        body .eq-refresh .cta .mail-wrap a:before {
          content: '';
          position: absolute;
          left: -5px;
          top: 2px;
          width: 23px;
          height: 21px;
          background: url(/wp-content/themes/eyeque/templates/dist/images/email.svg);
          background-repeat: no-repeat;
          background-size: 100%; }
          @media (max-width: 991px) {
            body .eq-refresh .cta .mail-wrap a:before {
              top: 0;
              bottom: 0;
              left: 0;
              margin: auto; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .cta .mail-wrap a:before {
              width: 18px;
              height: 16px; } }
          @media (max-width: 767px) {
            body .eq-refresh .cta .mail-wrap a:before {
              width: 18px;
              height: 16px; } }
      body .eq-refresh .cta.bg-white .inner-wrap {
        padding: 93px 0 104px; }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .cta.bg-white .inner-wrap {
            padding: 70px 0 90px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .cta.bg-white .inner-wrap {
            padding: 50px 0; } }
        @media (max-width: 767px) {
          body .eq-refresh .cta.bg-white .inner-wrap {
            padding: 30px 0; } }
        body .eq-refresh .cta.bg-white .inner-wrap .col h3 {
          font-size: 28px;
          line-height: 1.25;
          max-width: 380px;
          margin: 0 auto; }
          @media (min-width: 992px) and (max-width: 1190px) {
            body .eq-refresh .cta.bg-white .inner-wrap .col h3 {
              font-size: 26px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .cta.bg-white .inner-wrap .col h3 {
              font-size: 24px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .eq-refresh .cta.bg-white .inner-wrap .col h3 {
              font-size: 22px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body .eq-refresh .cta.bg-white .inner-wrap .col h3 {
              font-size: 18px; } }
          @media (max-width: 480px) {
            body .eq-refresh .cta.bg-white .inner-wrap .col h3 {
              font-size: 18px; } }
        body .eq-refresh .cta.bg-white .inner-wrap .col p {
          max-width: 320px;
          margin: 16px auto 0; }
        body .eq-refresh .cta.bg-white .inner-wrap .col a {
          margin-top: 26px;
          font-size: 15px; }
          @media (max-width: 767px) {
            body .eq-refresh .cta.bg-white .inner-wrap .col a {
              font-size: 14px; } }
        body .eq-refresh .cta.bg-white .inner-wrap .col.col-two:first-child {
          padding-right: 149px; }
          @media (min-width: 992px) and (max-width: 1190px) {
            body .eq-refresh .cta.bg-white .inner-wrap .col.col-two:first-child {
              padding-right: calc(50% - 450px); } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .cta.bg-white .inner-wrap .col.col-two:first-child {
              padding: 0 30px; } }
          @media (max-width: 767px) {
            body .eq-refresh .cta.bg-white .inner-wrap .col.col-two:first-child {
              padding: 0 0 30px; } }
          body .eq-refresh .cta.bg-white .inner-wrap .col.col-two:first-child:after {
            top: 2px;
            height: 104%; }
            @media (min-width: 992px) and (max-width: 1190px) {
              body .eq-refresh .cta.bg-white .inner-wrap .col.col-two:first-child:after {
                top: 0;
                bottom: 0;
                margin: auto;
                height: 100%; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .cta.bg-white .inner-wrap .col.col-two:first-child:after {
                top: 0;
                bottom: 0;
                margin: auto;
                height: 100%; } }
            @media (max-width: 767px) {
              body .eq-refresh .cta.bg-white .inner-wrap .col.col-two:first-child:after {
                right: 0;
                top: auto;
                bottom: 0;
                height: 1px;
                width: 100%; } }
        body .eq-refresh .cta.bg-white .inner-wrap .col.col-two:last-child {
          padding-left: 145px; }
          @media (min-width: 992px) and (max-width: 1190px) {
            body .eq-refresh .cta.bg-white .inner-wrap .col.col-two:last-child {
              padding-left: calc(50% - 450px); } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .cta.bg-white .inner-wrap .col.col-two:last-child {
              padding: 0 30px; } }
          @media (max-width: 767px) {
            body .eq-refresh .cta.bg-white .inner-wrap .col.col-two:last-child {
              padding: 30px 0 0px; } }
          body .eq-refresh .cta.bg-white .inner-wrap .col.col-two:last-child h3 {
            max-width: 270px; }
      body .eq-refresh .cta.bg-light-grey .inner-wrap {
        padding: 90px 0 102px; }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .cta.bg-light-grey .inner-wrap {
            padding: 70px 0 90px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .cta.bg-light-grey .inner-wrap {
            padding: 50px 0; } }
        @media (max-width: 767px) {
          body .eq-refresh .cta.bg-light-grey .inner-wrap {
            padding: 30px 0; } }
        body .eq-refresh .cta.bg-light-grey .inner-wrap .col p {
          max-width: 360px;
          letter-spacing: 0.025em; }
        body .eq-refresh .cta.bg-light-grey .inner-wrap .col a {
          margin-top: 26px;
          font-size: 15px; }
          @media (max-width: 767px) {
            body .eq-refresh .cta.bg-light-grey .inner-wrap .col a {
              font-size: 14px; } }
        body .eq-refresh .cta.bg-light-grey .inner-wrap .col.col-two:first-child {
          padding-right: 150px; }
          @media (min-width: 992px) and (max-width: 1190px) {
            body .eq-refresh .cta.bg-light-grey .inner-wrap .col.col-two:first-child {
              padding-right: calc(50% - 450px); } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .cta.bg-light-grey .inner-wrap .col.col-two:first-child {
              padding: 0 30px; } }
          @media (max-width: 767px) {
            body .eq-refresh .cta.bg-light-grey .inner-wrap .col.col-two:first-child {
              padding: 0 0 30px; } }
          body .eq-refresh .cta.bg-light-grey .inner-wrap .col.col-two:first-child:after {
            top: -12px;
            height: 119%; }
            @media (min-width: 992px) and (max-width: 1190px) {
              body .eq-refresh .cta.bg-light-grey .inner-wrap .col.col-two:first-child:after {
                top: 0;
                bottom: 0;
                height: 100%;
                margin: auto; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .cta.bg-light-grey .inner-wrap .col.col-two:first-child:after {
                top: 0;
                bottom: 0;
                height: 100%;
                margin: auto; } }
            @media (max-width: 767px) {
              body .eq-refresh .cta.bg-light-grey .inner-wrap .col.col-two:first-child:after {
                right: 0;
                top: auto;
                bottom: 0;
                height: 1px;
                width: 100%; } }
        body .eq-refresh .cta.bg-light-grey .inner-wrap .col.col-two:last-child {
          padding-left: 122px; }
          @media (min-width: 992px) and (max-width: 1190px) {
            body .eq-refresh .cta.bg-light-grey .inner-wrap .col.col-two:last-child {
              padding-left: calc(50% - 450px); } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .cta.bg-light-grey .inner-wrap .col.col-two:last-child {
              padding: 0 30px; } }
          @media (max-width: 767px) {
            body .eq-refresh .cta.bg-light-grey .inner-wrap .col.col-two:last-child {
              padding: 30px 0 0px; } }
    body .eq-refresh .cta-button a {
      background: #0081a2;
      color: #fff; }
      body .eq-refresh .cta-button a:hover {
        background: #0f596c !important; }
    body .eq-refresh .cta-with-image {
      padding: 111px 0;
      background: -webkit-gradient(linear, left top, right top, from(#0b1e28), color-stop(51%, #39596d), to(#5b83a2));
      background: -webkit-linear-gradient(left, #0b1e28 0%, #39596d 51%, #5b83a2 100%);
      background: -o-linear-gradient(left, #0b1e28 0%, #39596d 51%, #5b83a2 100%);
      background: linear-gradient(to right, #0b1e28 0%, #39596d 51%, #5b83a2 100%); }
      @media (min-width: 992px) and (max-width: 1190px) {
        body .eq-refresh .cta-with-image {
          padding: 80px 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .eq-refresh .cta-with-image {
          padding: 60px 0;
          height: auto; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .eq-refresh .cta-with-image {
          padding: 60px 0;
          height: auto; } }
      @media (max-width: 595px) {
        body .eq-refresh .cta-with-image {
          padding: 40px 0;
          height: auto; } }
      body .eq-refresh .cta-with-image .container {
        z-index: 1; }
      body .eq-refresh .cta-with-image .bg-img {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0; }
        @media (min-width: 992px) and (max-width: 1024px) {
          body .eq-refresh .cta-with-image .bg-img:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: rgba(0, 0, 0, 0.4); } }
        @media (max-width: 991px) {
          body .eq-refresh .cta-with-image .bg-img:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: rgba(0, 0, 0, 0.4); } }
        body .eq-refresh .cta-with-image .bg-img > img {
          min-height: 100%;
          min-width: 100%;
          max-height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: right;
             object-position: right; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .cta-with-image .bg-img > img {
              -o-object-position: 73%;
                 object-position: 73%; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .eq-refresh .cta-with-image .bg-img > img {
              -o-object-position: 70%;
                 object-position: 70%; } }
          @media (max-width: 595px) {
            body .eq-refresh .cta-with-image .bg-img > img {
              -o-object-position: 76%;
                 object-position: 76%; } }
      body .eq-refresh .cta-with-image .content {
        max-width: 480px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .cta-with-image .content {
            max-width: 380px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .cta-with-image .content {
            max-width: 350px; } }
        @media (max-width: 595px) {
          body .eq-refresh .cta-with-image .content {
            max-width: 100%; } }
        body .eq-refresh .cta-with-image .content h3 {
          max-width: 345px;
          margin-bottom: 46px;
          line-height: 1.2;
          color: #FFFFFF;
          font-weight: 400; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .cta-with-image .content h3 {
              margin-bottom: 35px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .eq-refresh .cta-with-image .content h3 {
              margin-bottom: 20px; } }
          @media (max-width: 595px) {
            body .eq-refresh .cta-with-image .content h3 {
              margin-bottom: 20px; } }
        body .eq-refresh .cta-with-image .content h5 {
          color: #FFFFFF;
          font-weight: 700;
          letter-spacing: 0.025em;
          line-height: 1.25; }
        body .eq-refresh .cta-with-image .content p {
          line-height: 1.6;
          font-size: 18px;
          color: #c6c7c9; }
          @media (max-width: 767px) {
            body .eq-refresh .cta-with-image .content p {
              font-size: 16px; } }
        body .eq-refresh .cta-with-image .content .links {
          margin-top: 17px; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .cta-with-image .content .links {
              margin-top: 10px; } }
          @media (max-width: 767px) {
            body .eq-refresh .cta-with-image .content .links {
              margin-top: 7px; } }
      body .eq-refresh .cta-with-image.subscriptions {
        background: url("/resources/why_bg.jpg");
        background-size: cover; }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .cta-with-image.subscriptions .content {
            max-width: 330px; } }
        body .eq-refresh .cta-with-image.subscriptions .bg-img {
          position: absolute;
          height: auto;
          width: 100%;
          max-width: 1150px;
          padding: 0 20px;
          top: auto;
          bottom: 0;
          left: 50%;
          padding-top: 70px;
          -webkit-transform: translateX(-50%);
               -o-transform: translateX(-50%);
                  transform: translateX(-50%);
          display: table;
          overflow: visible; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .cta-with-image.subscriptions .bg-img {
              padding-top: 0px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .eq-refresh .cta-with-image.subscriptions .bg-img {
              padding-top: 0; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body .eq-refresh .cta-with-image.subscriptions .bg-img {
              position: relative;
              top: auto;
              bottom: auto;
              left: auto;
              padding-top: 0;
              -webkit-transform: translateX(0%);
                   -o-transform: translateX(0%);
                      transform: translateX(0%);
              margin-bottom: -40px; } }
          @media (max-width: 480px) {
            body .eq-refresh .cta-with-image.subscriptions .bg-img {
              position: relative;
              top: auto;
              bottom: auto;
              left: auto;
              padding-top: 0;
              -webkit-transform: translateX(0%);
                   -o-transform: translateX(0%);
                      transform: translateX(0%);
              margin-bottom: -40px; } }
          body .eq-refresh .cta-with-image.subscriptions .bg-img:after {
            display: none; }
          body .eq-refresh .cta-with-image.subscriptions .bg-img .img-container {
            height: 100%;
            float: right;
            width: 100%;
            max-width: 471px;
            display: block !important; }
            @media (min-width: 992px) and (max-width: 1190px) {
              body .eq-refresh .cta-with-image.subscriptions .bg-img .img-container {
                max-width: 410px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .cta-with-image.subscriptions .bg-img .img-container {
                max-width: 290px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body .eq-refresh .cta-with-image.subscriptions .bg-img .img-container {
                max-width: 230px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              body .eq-refresh .cta-with-image.subscriptions .bg-img .img-container {
                margin: 0 auto;
                float: none;
                max-width: 270px;
                height: auto; } }
            @media (max-width: 480px) {
              body .eq-refresh .cta-with-image.subscriptions .bg-img .img-container {
                margin: 0 auto;
                float: none;
                max-width: 220px;
                height: auto; } }
            body .eq-refresh .cta-with-image.subscriptions .bg-img .img-container img {
              height: auto;
              width: auto;
              float: right;
              max-width: 100%; }
              @media (min-width: 768px) and (max-width: 991px) {
                body .eq-refresh .cta-with-image.subscriptions .bg-img .img-container img {
                  height: auto; } }
              @media (min-width: 596px) and (max-width: 767px) {
                body .eq-refresh .cta-with-image.subscriptions .bg-img .img-container img {
                  height: auto; } }
              @media (min-width: 481px) and (max-width: 595px) {
                body .eq-refresh .cta-with-image.subscriptions .bg-img .img-container img {
                  height: auto; } }
              @media (max-width: 480px) {
                body .eq-refresh .cta-with-image.subscriptions .bg-img .img-container img {
                  height: auto; } }
    body .eq-refresh .feature-product {
      text-align: center;
      background: #f2f2f2; }
      body .eq-refresh .feature-product .content {
        margin-bottom: 35px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .feature-product .content {
            margin-bottom: 25px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .feature-product .content {
            margin-bottom: 20px; } }
        @media (max-width: 595px) {
          body .eq-refresh .feature-product .content {
            margin-bottom: 20px; } }
      body .eq-refresh .feature-product h3 {
        color: #0081a2;
        font-weight: 400;
        margin-bottom: 26px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .feature-product h3 {
            margin-bottom: 25px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .feature-product h3 {
            margin-bottom: 10px; } }
        @media (max-width: 595px) {
          body .eq-refresh .feature-product h3 {
            margin-bottom: 5px; } }
      body .eq-refresh .feature-product p {
        color: #636466;
        margin-bottom: 22px;
        font-weight: 300; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .feature-product p {
            margin-bottom: 20px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .feature-product p {
            margin-bottom: 10px; } }
        @media (max-width: 595px) {
          body .eq-refresh .feature-product p {
            margin-bottom: 5px; } }
      body .eq-refresh .feature-product .price-detail {
        margin-bottom: 20px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .feature-product .price-detail {
            margin-bottom: 15px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .feature-product .price-detail {
            margin-bottom: 10px; } }
        @media (max-width: 595px) {
          body .eq-refresh .feature-product .price-detail {
            margin-bottom: 5px; } }
        body .eq-refresh .feature-product .price-detail span {
          display: inline-block;
          vertical-align: top;
          font-size: 20px;
          color: #636466;
          margin-right: 18px;
          font-weight: 300; }
          body .eq-refresh .feature-product .price-detail span:last-child {
            margin-right: 0; }
          body .eq-refresh .feature-product .price-detail span.old-price {
            text-decoration: line-through;
            top: 3px; }
      body .eq-refresh .feature-product .links a {
        margin-right: 30px;
        margin-top: 8px; }
        body .eq-refresh .feature-product .links a:last-child {
          margin-right: 0; }
        @media (max-width: 767px) {
          body .eq-refresh .feature-product .links a {
            margin-right: 10px; } }
    body .eq-refresh .blind-content-with-image {
      padding: 100px 0; }
      @media (min-width: 992px) and (max-width: 1190px) {
        body .eq-refresh .blind-content-with-image {
          padding: 80px 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .eq-refresh .blind-content-with-image {
          padding: 40px 0; } }
      @media (max-width: 767px) {
        body .eq-refresh .blind-content-with-image {
          padding: 30px 0; } }
      body .eq-refresh .blind-content-with-image .container .inner-wrap {
        font-size: 0; }
        body .eq-refresh .blind-content-with-image .container .inner-wrap .col-two {
          float: none;
          display: inline-block;
          vertical-align: middle;
          visibility: hidden; }
          body .eq-refresh .blind-content-with-image .container .inner-wrap .col-two .img-outer {
            margin: 0 auto;
            padding: 0 60px 0 95px; }
            @media (min-width: 992px) and (max-width: 1190px) {
              body .eq-refresh .blind-content-with-image .container .inner-wrap .col-two .img-outer {
                width: 514px;
                height: 372px; } }
            @media (max-width: 991px) {
              body .eq-refresh .blind-content-with-image .container .inner-wrap .col-two .img-outer {
                height: 330px;
                width: 365px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .blind-content-with-image .container .inner-wrap .col-two .img-outer {
                padding: 0 36px 30px; } }
            @media (max-width: 767px) {
              body .eq-refresh .blind-content-with-image .container .inner-wrap .col-two .img-outer {
                margin: 0 auto 15px;
                padding: 0;
                width: 100%;
                width: 350px;
                height: 362px; } }
            @media (max-width: 595px) {
              body .eq-refresh .blind-content-with-image .container .inner-wrap .col-two .img-outer {
                width: 280px;
                height: 290px; } }
            body .eq-refresh .blind-content-with-image .container .inner-wrap .col-two .img-outer img {
              min-width: 100%;
              min-height: 100%;
              max-height: 100%;
              -o-object-fit: cover;
              object-fit: cover; }
            body .eq-refresh .blind-content-with-image .container .inner-wrap .col-two .img-outer video {
              width: 100%; }
            body .eq-refresh .blind-content-with-image .container .inner-wrap .col-two .img-outer .canvas {
              width: 100% !important;
              height: 100% !important; }
          body .eq-refresh .blind-content-with-image .container .inner-wrap .col-two .content-wrapper {
            max-width: 417px;
            margin: 0 auto; }
            @media (max-width: 767px) {
              body .eq-refresh .blind-content-with-image .container .inner-wrap .col-two .content-wrapper {
                max-width: 577px; } }
            body .eq-refresh .blind-content-with-image .container .inner-wrap .col-two .content-wrapper p {
              color: #636466;
              margin-bottom: 12px;
              line-height: 1.63;
              padding-right: 18px;
              font-size: 18px;
              font-weight: 300; }
              @media (min-width: 481px) and (max-width: 595px) {
                body .eq-refresh .blind-content-with-image .container .inner-wrap .col-two .content-wrapper p {
                  font-size: 16px; } }
              @media (max-width: 480px) {
                body .eq-refresh .blind-content-with-image .container .inner-wrap .col-two .content-wrapper p {
                  font-size: 16px; } }
              @media (max-width: 767px) {
                body .eq-refresh .blind-content-with-image .container .inner-wrap .col-two .content-wrapper p {
                  padding: 0; } }
            body .eq-refresh .blind-content-with-image .container .inner-wrap .col-two .content-wrapper a {
              margin-bottom: 15px; }
              @media (max-width: 767px) {
                body .eq-refresh .blind-content-with-image .container .inner-wrap .col-two .content-wrapper a {
                  margin-bottom: 0; } }
    body .eq-refresh .info-grid .content-960 {
      max-width: 960px;
      margin: 2px auto 37px; }
      @media (max-width: 767px) {
        body .eq-refresh .info-grid .content-960 {
          margin: 0 auto 10px; } }
      body .eq-refresh .info-grid .content-960 h3 {
        color: #0081a2;
        font-weight: 400;
        margin-bottom: 34px; }
      body .eq-refresh .info-grid .content-960 p {
        line-height: 1.63;
        font-weight: 300;
        color: #626366;
        margin-bottom: 15px; }
    body .eq-refresh .info-grid .column-wrapper {
      max-width: 930px;
      margin: 0 auto; }
      @media (max-width: 767px) {
        body .eq-refresh .info-grid .column-wrapper {
          max-width: 100%; } }
      body .eq-refresh .info-grid .column-wrapper a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 6; }
      body .eq-refresh .info-grid .column-wrapper .col-two {
        position: relative;
        padding: 30px 75px;
        overflow: hidden;
        visibility: hidden; }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .info-grid .column-wrapper .col-two {
            padding: 30px 60px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .info-grid .column-wrapper .col-two {
            padding: 30px 50px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .info-grid .column-wrapper .col-two {
            padding: 20px;
            width: 50%; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body .eq-refresh .info-grid .column-wrapper .col-two {
            padding: 10px 5px;
            width: 50%; } }
        @media (max-width: 480px) {
          body .eq-refresh .info-grid .column-wrapper .col-two {
            padding: 10px 0;
            width: 100%;
            max-width: 315px;
            margin: 0 auto;
            float: none; } }
        body .eq-refresh .info-grid .column-wrapper .col-two h6 {
          color: #636466;
          font-weight: 700;
          font-size: 18px;
          margin-bottom: 32px; }
          @media (min-width: 481px) and (max-width: 595px) {
            body .eq-refresh .info-grid .column-wrapper .col-two h6 {
              font-size: 16px;
              margin-bottom: 22px; } }
          @media (max-width: 480px) {
            body .eq-refresh .info-grid .column-wrapper .col-two h6 {
              font-size: 16px;
              margin-bottom: 15px; } }
        body .eq-refresh .info-grid .column-wrapper .col-two .content-wrap {
          position: relative;
          height: 100%;
          overflow: hidden; }
          body .eq-refresh .info-grid .column-wrapper .col-two .content-wrap:hover .hover-active {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateY(0);
                 -o-transform: translateY(0);
                    transform: translateY(0); }
          body .eq-refresh .info-grid .column-wrapper .col-two .content-wrap:hover .bg-img:after {
            opacity: 1; }
          body .eq-refresh .info-grid .column-wrapper .col-two .content-wrap .bg-img {
            color: #FFFFFF;
            cursor: pointer;
            position: absolute;
            width: 100%;
            height: 100%; }
            body .eq-refresh .info-grid .column-wrapper .col-two .content-wrap .bg-img:after {
              content: '';
              opacity: 0;
              position: absolute;
              left: 0;
              top: 0;
              width: 100%;
              height: 100%;
              background-color: #0081a2;
              -webkit-transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              transition: all 0.5s ease; }
            body .eq-refresh .info-grid .column-wrapper .col-two .content-wrap .bg-img img {
              min-width: 100%;
              min-height: 100%;
              max-height: 100%;
              -o-object-fit: cover;
              object-fit: cover; }
          body .eq-refresh .info-grid .column-wrapper .col-two .content-wrap .hover-active {
            opacity: 0;
            visibility: hidden;
            position: relative;
            padding: 30px 20px;
            -webkit-transform: translateY(100px);
                 -o-transform: translateY(100px);
                    transform: translateY(100px);
            -webkit-transition: opacity 0.5s ease,-webkit-transform 0.5s ease;
            transition: opacity 0.5s ease,-webkit-transform 0.5s ease;
            -o-transition: opacity 0.5s ease,-o-transform 0.5s ease;
            transition: transform 0.5s ease,opacity 0.5s ease;
            transition: transform 0.5s ease,opacity 0.5s ease,-webkit-transform 0.5s ease,-o-transform 0.5s ease; }
            @media (max-width: 767px) {
              body .eq-refresh .info-grid .column-wrapper .col-two .content-wrap .hover-active {
                padding: 20px 15px; } }
            body .eq-refresh .info-grid .column-wrapper .col-two .content-wrap .hover-active p {
              font-size: 18px;
              color: #FFFFFF;
              letter-spacing: -0.01em;
              line-height: 1.54;
              font-weight: 400;
              margin-bottom: 11px; }
              @media (max-width: 767px) {
                body .eq-refresh .info-grid .column-wrapper .col-two .content-wrap .hover-active p {
                  margin-bottom: 7px; } }
            body .eq-refresh .info-grid .column-wrapper .col-two .content-wrap .hover-active span {
              color: #0081a2;
              background-color: #FFFFFF;
              padding: 6px 19px 5px;
              display: inline-block;
              margin-top: 15px;
              font-size: 12px; }
              @media (max-width: 767px) {
                body .eq-refresh .info-grid .column-wrapper .col-two .content-wrap .hover-active span {
                  margin-top: 5px; } }
              body .eq-refresh .info-grid .column-wrapper .col-two .content-wrap .hover-active span:hover {
                color: #000000; }
    body .eq-refresh .infographic {
      text-align: center;
      background: #efefef; }
      body .eq-refresh .infographic .image {
        overflow: hidden; }
        body .eq-refresh .infographic .image > img {
          display: none; }
        body .eq-refresh .infographic .image svg {
          width: 108%;
          margin: 0 0 0 -4%;
          height: auto;
          position: relative; }
          body .eq-refresh .infographic .image svg .svgUpDown {
            stroke-dasharray: 1540px;
            stroke-dashoffset: 1580px; }
          body .eq-refresh .infographic .image svg .svgDownUp {
            stroke-dasharray: 1540px;
            stroke-dashoffset: 1540px; }
          body .eq-refresh .infographic .image svg .small-circle-first,
          body .eq-refresh .infographic .image svg .small-circle-second,
          body .eq-refresh .infographic .image svg .small-circle-third,
          body .eq-refresh .infographic .image svg .small-circle-fourth {
            stroke-dasharray: 180px;
            stroke-dashoffset: 180px; }
          body .eq-refresh .infographic .image svg .circle-first, body .eq-refresh .infographic .image svg .mobile,
          body .eq-refresh .infographic .image svg .circle-second, body .eq-refresh .infographic .image svg .download,
          body .eq-refresh .infographic .image svg .circle-third, body .eq-refresh .infographic .image svg .man,
          body .eq-refresh .infographic .image svg .circle-fourth, body .eq-refresh .infographic .image svg .googles,
          body .eq-refresh .infographic .image svg .line-first, body .eq-refresh .infographic .image svg .line-second,
          body .eq-refresh .infographic .image svg .line-third, body .eq-refresh .infographic .image svg .line-fourth,
          body .eq-refresh .infographic .image svg .text-first, body .eq-refresh .infographic .image svg .text-second,
          body .eq-refresh .infographic .image svg .text-third, body .eq-refresh .infographic .image svg .text-fourth {
            opacity: 0; }
        @media (max-width: 767px) {
          body .eq-refresh .infographic .image {
            display: none; } }
      body .eq-refresh .infographic .col-outer {
        padding: 0 38px 0 30px;
        margin-top: -25px; }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .infographic .col-outer {
            padding: 0 30px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .infographic .col-outer {
            padding: 0 22px 0 12px; } }
        @media (max-width: 767px) {
          body .eq-refresh .infographic .col-outer {
            padding: 0; } }
        body .eq-refresh .infographic .col-outer:after {
          content: '';
          clear: both;
          display: block; }
        body .eq-refresh .infographic .col-outer .col-four {
          padding: 0 20px;
          -webkit-transform: translateY(-50px);
               -o-transform: translateY(-50px);
                  transform: translateY(-50px);
          opacity: 0; }
          @media (max-width: 767px) {
            body .eq-refresh .infographic .col-outer .col-four {
              -webkit-transform: none;
                   -o-transform: none;
                      transform: none; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .infographic .col-outer .col-four {
              padding: 0 10px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .eq-refresh .infographic .col-outer .col-four {
              padding: 0 10px;
              margin-bottom: 19px;
              width: 50%; }
              body .eq-refresh .infographic .col-outer .col-four:nth-child(odd) {
                clear: both; } }
          body .eq-refresh .infographic .col-outer .col-four .svg-icon {
            display: none; }
            @media (max-width: 767px) {
              body .eq-refresh .infographic .col-outer .col-four .svg-icon {
                display: block;
                max-height: 260px;
                max-width: 220px;
                margin: 0 auto; } }
            body .eq-refresh .infographic .col-outer .col-four .svg-icon > img {
              width: 100%; }
          body .eq-refresh .infographic .col-outer .col-four h6 {
            font-size: 20px;
            font-weight: 700;
            min-height: 48px;
            margin-bottom: 24px; }
            @media (max-width: 1024px) {
              body .eq-refresh .infographic .col-outer .col-four h6 {
                font-size: 18px;
                min-height: 42px;
                margin-bottom: 15px; } }
            @media (max-width: 767px) {
              body .eq-refresh .infographic .col-outer .col-four h6 {
                font-size: 16px;
                min-height: 0;
                margin-bottom: 10px; } }
          body .eq-refresh .infographic .col-outer .col-four p {
            margin: 0; }
            body .eq-refresh .infographic .col-outer .col-four p > a {
              color: #2f93ac; }
      body .eq-refresh .infographic div.link-button {
        margin: 52px 0 5px; }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .infographic div.link-button {
            margin: 40px 0 0; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .infographic div.link-button {
            margin: 30px 0 0; } }
        @media (max-width: 767px) {
          body .eq-refresh .infographic div.link-button {
            margin: 20px 0 0; } }
      body .eq-refresh .infographic.animation-done .image .svgUpDown {
        stroke: url(#New_Gradient_Swatch_33);
        -webkit-animation: svgUpDown 2s linear forwards;
             -o-animation: svgUpDown 2s linear forwards;
                animation: svgUpDown 2s linear forwards; }
      body .eq-refresh .infographic.animation-done .image .svgDownUp {
        -webkit-animation: svgDownUp 2s linear forwards;
             -o-animation: svgDownUp 2s linear forwards;
                animation: svgDownUp 2s linear forwards; }
      body .eq-refresh .infographic.animation-done .image .circle-first, body .eq-refresh .infographic.animation-done .image .mobile,
      body .eq-refresh .infographic.animation-done .image .circle-second, body .eq-refresh .infographic.animation-done .image .download,
      body .eq-refresh .infographic.animation-done .image .circle-third, body .eq-refresh .infographic.animation-done .image .man,
      body .eq-refresh .infographic.animation-done .image .circle-fourth, body .eq-refresh .infographic.animation-done .image .googles {
        -webkit-animation: svgTransform 0.3s linear forwards;
             -o-animation: svgTransform 0.3s linear forwards;
                animation: svgTransform 0.3s linear forwards; }
      body .eq-refresh .infographic.animation-done .image .small-circle-first,
      body .eq-refresh .infographic.animation-done .image .small-circle-second,
      body .eq-refresh .infographic.animation-done .image .small-circle-third,
      body .eq-refresh .infographic.animation-done .image .small-circle-fourth {
        -webkit-animation: svgCircleRotate 0.3s linear forwards;
             -o-animation: svgCircleRotate 0.3s linear forwards;
                animation: svgCircleRotate 0.3s linear forwards; }
      body .eq-refresh .infographic.animation-done .image .circle-first, body .eq-refresh .infographic.animation-done .image .mobile {
        -webkit-animation-delay: 0.6s;
             -o-animation-delay: 0.6s;
                animation-delay: 0.6s; }
      body .eq-refresh .infographic.animation-done .image .circle-second, body .eq-refresh .infographic.animation-done .image .download {
        -webkit-animation-delay: 1.1s;
             -o-animation-delay: 1.1s;
                animation-delay: 1.1s; }
      body .eq-refresh .infographic.animation-done .image .circle-third, body .eq-refresh .infographic.animation-done .image .man {
        -webkit-animation-delay: 1.6s;
             -o-animation-delay: 1.6s;
                animation-delay: 1.6s; }
      body .eq-refresh .infographic.animation-done .image .circle-fourth, body .eq-refresh .infographic.animation-done .image .googles {
        -webkit-animation-delay: 2.1s;
             -o-animation-delay: 2.1s;
                animation-delay: 2.1s; }
      body .eq-refresh .infographic.animation-done .image .line-first, body .eq-refresh .infographic.animation-done .image .line-second,
      body .eq-refresh .infographic.animation-done .image .line-third, body .eq-refresh .infographic.animation-done .image .line-fourth,
      body .eq-refresh .infographic.animation-done .image .text-first, body .eq-refresh .infographic.animation-done .image .text-second,
      body .eq-refresh .infographic.animation-done .image .text-third, body .eq-refresh .infographic.animation-done .image .text-fourth {
        -webkit-animation: svgTransform 0.3s linear forwards;
             -o-animation: svgTransform 0.3s linear forwards;
                animation: svgTransform 0.3s linear forwards; }
      body .eq-refresh .infographic.animation-done .image .line-first {
        -webkit-animation-delay: 0.7s;
             -o-animation-delay: 0.7s;
                animation-delay: 0.7s; }
      body .eq-refresh .infographic.animation-done .image .line-second {
        -webkit-animation-delay: 1.2s;
             -o-animation-delay: 1.2s;
                animation-delay: 1.2s; }
      body .eq-refresh .infographic.animation-done .image .line-third {
        -webkit-animation-delay: 1.7s;
             -o-animation-delay: 1.7s;
                animation-delay: 1.7s; }
      body .eq-refresh .infographic.animation-done .image .line-fourth {
        -webkit-animation-delay: 2.2s;
             -o-animation-delay: 2.2s;
                animation-delay: 2.2s; }
      body .eq-refresh .infographic.animation-done .image .small-circle-first {
        -webkit-animation-delay: 0.8s;
             -o-animation-delay: 0.8s;
                animation-delay: 0.8s; }
      body .eq-refresh .infographic.animation-done .image .small-circle-second {
        -webkit-animation-delay: 1.3s;
             -o-animation-delay: 1.3s;
                animation-delay: 1.3s; }
      body .eq-refresh .infographic.animation-done .image .small-circle-third {
        -webkit-animation-delay: 1.8s;
             -o-animation-delay: 1.8s;
                animation-delay: 1.8s; }
      body .eq-refresh .infographic.animation-done .image .small-circle-fourth {
        -webkit-animation-delay: 2.3s;
             -o-animation-delay: 2.3s;
                animation-delay: 2.3s; }
      body .eq-refresh .infographic.animation-done .image .text-first {
        -webkit-animation-delay: 0.9s;
             -o-animation-delay: 0.9s;
                animation-delay: 0.9s; }
      body .eq-refresh .infographic.animation-done .image .text-second {
        -webkit-animation-delay: 1.4s;
             -o-animation-delay: 1.4s;
                animation-delay: 1.4s; }
      body .eq-refresh .infographic.animation-done .image .text-third {
        -webkit-animation-delay: 1.9s;
             -o-animation-delay: 1.9s;
                animation-delay: 1.9s; }
      body .eq-refresh .infographic.animation-done .image .text-fourth {
        -webkit-animation-delay: 2.4s;
             -o-animation-delay: 2.4s;
                animation-delay: 2.4s; }
      body .eq-refresh .infographic.animation-done .col-outer .col-four {
        -webkit-animation: we-fade-in-up 0.3s linear forwards;
             -o-animation: we-fade-in-up 0.3s linear forwards;
                animation: we-fade-in-up 0.3s linear forwards; }
        @media (max-width: 767px) {
          body .eq-refresh .infographic.animation-done .col-outer .col-four {
            -webkit-animation: fadeInUp 0.3s linear forwards;
                 -o-animation: fadeInUp 0.3s linear forwards;
                    animation: fadeInUp 0.3s linear forwards; } }
        body .eq-refresh .infographic.animation-done .col-outer .col-four:first-child {
          -webkit-animation-delay: 1s;
               -o-animation-delay: 1s;
                  animation-delay: 1s; }
          @media (max-width: 767px) {
            body .eq-refresh .infographic.animation-done .col-outer .col-four:first-child {
              -webkit-animation-delay: 0.3s;
                   -o-animation-delay: 0.3s;
                      animation-delay: 0.3s; } }
        body .eq-refresh .infographic.animation-done .col-outer .col-four:nth-child(2) {
          -webkit-animation-delay: 1.5s;
               -o-animation-delay: 1.5s;
                  animation-delay: 1.5s; }
          @media (max-width: 767px) {
            body .eq-refresh .infographic.animation-done .col-outer .col-four:nth-child(2) {
              -webkit-animation-delay: 0.4s;
                   -o-animation-delay: 0.4s;
                      animation-delay: 0.4s; } }
        body .eq-refresh .infographic.animation-done .col-outer .col-four:nth-child(3) {
          -webkit-animation-delay: 2s;
               -o-animation-delay: 2s;
                  animation-delay: 2s; }
          @media (max-width: 767px) {
            body .eq-refresh .infographic.animation-done .col-outer .col-four:nth-child(3) {
              -webkit-animation-delay: 0.5s;
                   -o-animation-delay: 0.5s;
                      animation-delay: 0.5s; } }
        body .eq-refresh .infographic.animation-done .col-outer .col-four:nth-child(4) {
          -webkit-animation-delay: 2.5s;
               -o-animation-delay: 2.5s;
                  animation-delay: 2.5s; }
          @media (max-width: 767px) {
            body .eq-refresh .infographic.animation-done .col-outer .col-four:nth-child(4) {
              -webkit-animation-delay: 0.6s;
                   -o-animation-delay: 0.6s;
                      animation-delay: 0.6s; } }
      body .eq-refresh .infographic.ph-infographic, .helping-your-patients body .eq-refresh .infographic {
        background: #efefef; }
    body .eq-refresh .intro-block {
      padding: 0;
      background: #efefef; }
      body .eq-refresh .intro-block h3 {
        letter-spacing: 0;
        color: #0081a2;
        font-weight: 400; }
      body .eq-refresh .intro-block p {
        padding-top: 25px;
        letter-spacing: 0;
        line-height: 1.62;
        color: #161616;
        font-weight: 300; }
        @media (max-width: 767px) {
          body .eq-refresh .intro-block p {
            padding-top: 20px;
            line-height: 1.3; } }
      body .eq-refresh .intro-block center i {
        display: block;
        padding-bottom: 40px; }
      body .eq-refresh .intro-block center #chart {
        margin-bottom: 60px; }
    body .eq-refresh .knowledge-grid {
      padding-top: 0;
      overflow: visible; }
      body .eq-refresh .knowledge-grid .container > h6 {
        max-height: 100%; }
      body .eq-refresh .knowledge-grid .no-result {
        text-align: center; }
        body .eq-refresh .knowledge-grid .no-result h3 {
          font-weight: 400;
          color: #0081a2; }
      body .eq-refresh .knowledge-grid .search {
        position: relative;
        max-width: 567px;
        margin: 0 auto; }
        body .eq-refresh .knowledge-grid .search .clear-search {
          position: absolute;
          right: 45px;
          top: 0;
          bottom: 0;
          width: 16px;
          height: 38px;
          margin: auto;
          outline: none;
          cursor: pointer;
          font-size: 26px;
          color: #0081a2;
          z-index: 3;
          opacity: 0;
          visibility: hidden; }
          @media (max-width: 767px) {
            body .eq-refresh .knowledge-grid .search .clear-search {
              right: 38px;
              height: 28px;
              font-size: 20px; } }
        body .eq-refresh .knowledge-grid .search input {
          position: relative;
          z-index: 1;
          width: 100%;
          outline: none;
          border: 0;
          border-bottom: 1px solid #0081a2;
          height: 40px;
          padding: 10px 65px 10px 1px;
          font-weight: 400;
          color: #636466;
          font-size: 18px;
          background: transparent; }
          @media (max-width: 767px) {
            body .eq-refresh .knowledge-grid .search input {
              font-size: 16px; } }
        body .eq-refresh .knowledge-grid .search label {
          font-weight: 400;
          color: #636466;
          opacity: 1;
          font-size: 25px;
          position: absolute;
          top: 0;
          left: 0;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          @media (min-width: 992px) and (max-width: 1190px) {
            body .eq-refresh .knowledge-grid .search label {
              font-size: 24px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .knowledge-grid .search label {
              font-size: 22px; } }
          @media (max-width: 767px) {
            body .eq-refresh .knowledge-grid .search label {
              font-size: 20px;
              top: 8px; } }
        body .eq-refresh .knowledge-grid .search button {
          position: absolute;
          width: 29px;
          height: 29px;
          right: 5px;
          top: 4px;
          margin: auto;
          cursor: pointer;
          outline: none;
          background: transparent;
          z-index: 1; }
          @media (max-width: 767px) {
            body .eq-refresh .knowledge-grid .search button {
              width: 25px; } }
      body .eq-refresh .knowledge-grid .filter-container {
        width: 100%;
        display: block;
        max-width: 1015px;
        margin-top: 42px; }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .knowledge-grid .filter-container {
            margin-top: 30px; } }
        @media (max-width: 595px) {
          body .eq-refresh .knowledge-grid .filter-container {
            margin-top: 20px; } }
        body .eq-refresh .knowledge-grid .filter-container:after {
          content: "";
          display: block;
          clear: both; }
        body .eq-refresh .knowledge-grid .filter-container h6 {
          width: 160px;
          float: left; }
          @media (min-width: 596px) and (max-width: 767px) {
            body .eq-refresh .knowledge-grid .filter-container h6 {
              width: 100px; } }
      body .eq-refresh .knowledge-grid h6 {
        padding: 4px 0;
        font-size: 18px;
        color: #636466;
        letter-spacing: 0; }
      body .eq-refresh .knowledge-grid ul {
        font-size: 0;
        width: calc(100% - 160px);
        float: left; }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .knowledge-grid ul {
            width: calc(100% - 100px); } }
        @media (min-width: 481px) and (max-width: 595px) {
          body .eq-refresh .knowledge-grid ul {
            width: 100%; } }
        @media (max-width: 480px) {
          body .eq-refresh .knowledge-grid ul {
            width: 100%; } }
        body .eq-refresh .knowledge-grid ul li {
          position: relative;
          background-color: #FFFFFF;
          font-size: 15px;
          font-family: "Poppins", sans-serif;
          text-align: left;
          cursor: pointer;
          z-index: 0;
          display: inline-block;
          width: 33.33%;
          margin: 0 0 9px;
          font-weight: 700;
          color: #6154a3;
          padding: 9px 34px 8px 26px;
          text-transform: capitalize;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          @media (min-width: 992px) and (max-width: 1190px) {
            body .eq-refresh .knowledge-grid ul li {
              padding: 10px 28px 10px 26px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .knowledge-grid ul li {
              padding: 10px 20px 10px 26px;
              width: 50%; } }
          @media (max-width: 767px) {
            body .eq-refresh .knowledge-grid ul li {
              margin: 0 0 5px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .eq-refresh .knowledge-grid ul li {
              padding: 10px 20px 10px 26px;
              width: 50%; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body .eq-refresh .knowledge-grid ul li {
              padding: 10px 20px 10px 26px;
              width: 50%; } }
          @media (max-width: 480px) {
            body .eq-refresh .knowledge-grid ul li {
              padding: 10px 20px 10px 26px;
              width: 100%; } }
          body .eq-refresh .knowledge-grid ul li .checkbox-button {
            position: absolute;
            top: 10px;
            left: 0;
            width: 16px;
            height: 16px;
            display: inline-block;
            border: 1px solid #6154a3;
            border-radius: 3px; }
            body .eq-refresh .knowledge-grid ul li .checkbox-button:after {
              content: '';
              position: absolute;
              top: 2px;
              left: 2px;
              width: 9px;
              height: 10px;
              background: url("/wp-content/themes/eyeque/templates/dist/images/check_mark.svg");
              background-size: cover;
              opacity: 0; }
          body .eq-refresh .knowledge-grid ul li:hover {
            background-color: #FFFFFF !important;
            color: #6154a3 !important;
            border-color: #FFFFFF !important; }
          body .eq-refresh .knowledge-grid ul li.active .checkbox-button:after {
            opacity: 1; }
      body .eq-refresh .knowledge-grid .column-wrapper {
        margin-top: 54px;
        width: calc(100% + 30px);
        margin-left: -15px;
        overflow: hidden; }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .knowledge-grid .column-wrapper {
            margin-top: 48px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .knowledge-grid .column-wrapper {
            margin-top: 30px;
            width: calc(100% + 20px);
            margin-left: -10px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .knowledge-grid .column-wrapper {
            margin-top: 30px;
            width: calc(100% + 20px);
            margin-left: -10px; } }
        @media (max-width: 595px) {
          body .eq-refresh .knowledge-grid .column-wrapper {
            margin-top: 20px;
            width: 100%;
            margin-left: 0; } }
        body .eq-refresh .knowledge-grid .column-wrapper .col-three {
          margin: 15px;
          width: calc(33.33% - 30px); }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .knowledge-grid .column-wrapper .col-three {
              margin: 10px;
              width: calc(33.33% - 20px); } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .eq-refresh .knowledge-grid .column-wrapper .col-three {
              margin: 10px;
              width: calc(50% - 20px); } }
          @media (max-width: 595px) {
            body .eq-refresh .knowledge-grid .column-wrapper .col-three {
              margin: 10px 0;
              width: 100%; } }
          @media (min-width: 1190px) {
            body .eq-refresh .knowledge-grid .column-wrapper .col-three:nth-child(3n+1) {
              clear: both; } }
          @media (min-width: 992px) and (max-width: 1190px) {
            body .eq-refresh .knowledge-grid .column-wrapper .col-three:nth-child(3n+1) {
              clear: both; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .knowledge-grid .column-wrapper .col-three:nth-child(3n+1) {
              clear: both; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .eq-refresh .knowledge-grid .column-wrapper .col-three:nth-child(odd) {
              clear: both; } }
          body .eq-refresh .knowledge-grid .column-wrapper .col-three .content-wrapper {
            background: #f2f2f2;
            height: inherit;
            visibility: hidden;
            visibility: visible\0; }
          body .eq-refresh .knowledge-grid .column-wrapper .col-three > a {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 1; }
          body .eq-refresh .knowledge-grid .column-wrapper .col-three:hover .content h6 {
            color: #0f596c; }
          body .eq-refresh .knowledge-grid .column-wrapper .col-three:hover .content a {
            border-color: #0f596c;
            background: #0f596c; }
          body .eq-refresh .knowledge-grid .column-wrapper .col-three .bg-img {
            height: 157px;
            width: 100%;
            border: 1px solid #f2f2f2;
            background: #FFFFFF; }
            @media (max-width: 595px) {
              body .eq-refresh .knowledge-grid .column-wrapper .col-three .bg-img {
                width: calc(100% - 2px);
                margin: 0 auto; } }
            body .eq-refresh .knowledge-grid .column-wrapper .col-three .bg-img img {
              width: 100%;
              height: 100%;
              -o-object-fit: cover;
                 object-fit: cover; }
          body .eq-refresh .knowledge-grid .column-wrapper .col-three .content {
            padding: 16px 20px 30px; }
            body .eq-refresh .knowledge-grid .column-wrapper .col-three .content h6 {
              padding: 0;
              color: #0081a2;
              -webkit-transition: all 0.4s ease;
              -o-transition: all 0.4s ease;
              transition: all 0.4s ease; }
            body .eq-refresh .knowledge-grid .column-wrapper .col-three .content .author {
              padding-top: 17px;
              font-size: 0; }
              body .eq-refresh .knowledge-grid .column-wrapper .col-three .content .author span {
                font-size: 14px;
                letter-spacing: 0;
                color: #636466;
                font-weight: 700;
                position: relative;
                padding-right: 6px;
                margin-right: 5px;
                display: inline-block; }
                body .eq-refresh .knowledge-grid .column-wrapper .col-three .content .author span:after {
                  content: '|';
                  position: absolute;
                  right: 0;
                  top: 0; }
                body .eq-refresh .knowledge-grid .column-wrapper .col-three .content .author span:last-child:after {
                  display: none; }
            body .eq-refresh .knowledge-grid .column-wrapper .col-three .content p {
              padding-top: 9px;
              font-size: 16px;
              letter-spacing: 0;
              color: #636466;
              font-weight: 500;
              line-height: 1.5; }
              @media (max-width: 767px) {
                body .eq-refresh .knowledge-grid .column-wrapper .col-three .content p {
                  line-height: 1.3; } }
            body .eq-refresh .knowledge-grid .column-wrapper .col-three .content a {
              margin-top: 18px; }
      body .eq-refresh .knowledge-grid .btn-wrap {
        display: none;
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 7px; }
        @media (max-width: 991px) {
          body .eq-refresh .knowledge-grid .btn-wrap {
            margin-bottom: 0; } }
        @media (max-width: 767px) {
          body .eq-refresh .knowledge-grid .btn-wrap {
            margin-top: 15px; } }
    body .eq-refresh .loader {
      position: relative;
      z-index: 301;
      height: 250px;
      width: 100px;
      top: 0px;
      text-align: center;
      margin: auto; }
      @media (min-width: 992px) and (max-width: 1190px) {
        body .eq-refresh .loader {
          top: 40px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .eq-refresh .loader {
          top: 30px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .eq-refresh .loader {
          top: 60px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body .eq-refresh .loader {
          top: 25px; } }
      @media (max-width: 480px) {
        body .eq-refresh .loader {
          top: 20px; } }
      body .eq-refresh .loader .spinner {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
             -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 303;
        border-radius: 100%;
        border-left-color: transparent !important;
        border-right-color: transparent !important; }
      body .eq-refresh .loader .spinner1 {
        width: 80px;
        height: 80px;
        border: 6px solid #3094ac;
        -webkit-animation: spin 1s linear infinite;
        -o-animation: spin 1s linear infinite;
           animation: spin 1s linear infinite; }
      body .eq-refresh .loader .spinner2 {
        width: 60px;
        height: 60px;
        border: 6px solid #3094ac;
        -webkit-animation: negative-spin 2s linear infinite;
        -o-animation: negative-spin 2s linear infinite;
           animation: negative-spin 2s linear infinite; }
      body .eq-refresh .loader .spinner3 {
        width: 40px;
        height: 40px;
        border: 6px solid #3094ac;
        -webkit-animation: spin 4s linear infinite;
        -o-animation: spin 4s linear infinite;
           animation: spin 4s linear infinite; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: translate(-50%, -50%) rotate(0deg);
       transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -o-transform: translate(-50%, -50%) rotate(360deg);
       transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
         -o-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
         -o-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg); } }

@-webkit-keyframes negative-spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg); } }

@-o-keyframes negative-spin {
  0% {
    -o-transform: translate(-50%, -50%) rotate(0deg);
       transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -o-transform: translate(-50%, -50%) rotate(-360deg);
       transform: translate(-50%, -50%) rotate(-360deg); } }

@keyframes negative-spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
         -o-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
         -o-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg); } }
      body .eq-refresh .loader .loader-text {
        position: relative;
        top: 65%;
        color: #3094ac;
        font-weight: bold; }
    body .eq-refresh .newsletter {
      padding: 48px 0;
      background: -webkit-gradient(linear, left top, right top, from(#0081a2), to(#6154a3));
      background: -webkit-linear-gradient(left, #0081a2 0%, #6154a3 100%);
      background: -o-linear-gradient(left, #0081a2 0%, #6154a3 100%);
      background: linear-gradient(to right, #0081a2 0%, #6154a3 100%); }
      @media (min-width: 596px) and (max-width: 767px) {
        body .eq-refresh .newsletter {
          padding: 40px 0; } }
      @media (max-width: 595px) {
        body .eq-refresh .newsletter {
          padding: 30px 0; } }
      body .eq-refresh .newsletter h6, body .eq-refresh .newsletter p {
        color: #FFFFFF; }
      body .eq-refresh .newsletter .container {
        font-size: 0; }
      body .eq-refresh .newsletter .one-third {
        width: 35%;
        display: inline-block;
        vertical-align: middle; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .newsletter .one-third {
            width: 42%; } }
        @media (max-width: 767px) {
          body .eq-refresh .newsletter .one-third {
            width: 100%;
            margin-bottom: 30px;
            text-align: center; } }
        body .eq-refresh .newsletter .one-third h6 {
          margin-bottom: 10px; }
      body .eq-refresh .newsletter .two-third {
        display: inline-block;
        width: 65%;
        vertical-align: middle;
        padding-left: 70px; }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .newsletter .two-third {
            padding-left: 40px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .newsletter .two-third {
            width: 58%;
            padding-left: 20px; } }
        @media (max-width: 767px) {
          body .eq-refresh .newsletter .two-third {
            width: 100%;
            padding-left: 0; } }
        @media (max-width: 480px) {
          body .eq-refresh .newsletter .two-third form {
            text-align: center; } }
        body .eq-refresh .newsletter .two-third form .field-wrapper {
          width: 68%;
          float: left;
          position: relative;
          margin-top: -4px; }
          @media (min-width: 992px) and (max-width: 1190px) {
            body .eq-refresh .newsletter .two-third form .field-wrapper {
              margin-top: 0; } }
          @media (max-width: 991px) {
            body .eq-refresh .newsletter .two-third form .field-wrapper {
              margin-top: 0; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .newsletter .two-third form .field-wrapper {
              width: calc(100% - 119px);
              padding-right: 10px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .eq-refresh .newsletter .two-third form .field-wrapper {
              width: calc(100% - 115px);
              padding-right: 10px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body .eq-refresh .newsletter .two-third form .field-wrapper {
              width: calc(100% - 115px);
              padding-right: 30px; } }
          @media (max-width: 480px) {
            body .eq-refresh .newsletter .two-third form .field-wrapper {
              width: 100%;
              padding-right: 0;
              margin-bottom: 30px; } }
          body .eq-refresh .newsletter .two-third form .field-wrapper label {
            color: #FFFFFF;
            opacity: 0.5;
            font-size: 25px;
            font-weight: 400;
            position: absolute;
            top: 2px;
            left: 0;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            @media (min-width: 992px) and (max-width: 1190px) {
              body .eq-refresh .newsletter .two-third form .field-wrapper label {
                font-size: 22px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .newsletter .two-third form .field-wrapper label {
                font-size: 20px; } }
            @media (max-width: 767px) {
              body .eq-refresh .newsletter .two-third form .field-wrapper label {
                width: calc(100% - 10px);
                text-align: center;
                font-size: 18px; } }
          body .eq-refresh .newsletter .two-third form .field-wrapper input {
            width: 100%;
            background: transparent;
            border: 0;
            border-bottom: 1px solid #FFFFFF;
            height: 40px;
            color: #FFFFFF;
            font-size: 25px;
            font-weight: 400;
            position: relative;
            z-index: 1;
            outline: none;
            border-radius: 0; }
            @media (min-width: 992px) and (max-width: 1190px) {
              body .eq-refresh .newsletter .two-third form .field-wrapper input {
                font-size: 22px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .newsletter .two-third form .field-wrapper input {
                font-size: 20px; } }
            @media (max-width: 767px) {
              body .eq-refresh .newsletter .two-third form .field-wrapper input {
                font-size: 18px; } }
        body .eq-refresh .newsletter .two-third form .btn-wrap {
          float: right;
          margin-top: 0;
          outline: none; }
          @media (max-width: 480px) {
            body .eq-refresh .newsletter .two-third form .btn-wrap {
              float: none; } }
          body .eq-refresh .newsletter .two-third form .btn-wrap button {
            outline: none;
            margin-top: 0; }
            body .eq-refresh .newsletter .two-third form .btn-wrap button:hover {
              color: #0081a2; }
            body .eq-refresh .newsletter .two-third form .btn-wrap button:disabled {
              cursor: default;
              opacity: .5; }
              body .eq-refresh .newsletter .two-third form .btn-wrap button:disabled:hover {
                background-color: transparent;
                color: #FFFFFF; }
    body .eq-refresh .signup-form-wrap {
      position: relative; }
      body .eq-refresh .signup-form-wrap .signup-success-message {
        display: none;
        position: relative;
        width: 100%; }
        body .eq-refresh .signup-form-wrap .signup-success-message p {
          font-size: 20px; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .signup-form-wrap .signup-success-message p {
              font-size: 18px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .eq-refresh .signup-form-wrap .signup-success-message p {
              font-size: 16px;
              text-align: center; } }
          @media (max-width: 595px) {
            body .eq-refresh .signup-form-wrap .signup-success-message p {
              font-size: 15px;
              text-align: center; } }
          body .eq-refresh .signup-form-wrap .signup-success-message p a {
            font-weight: 700;
            text-transform: capitalize;
            color: #FFFFFF;
            text-decoration: underline;
            padding-left: 3px; }
      body .eq-refresh .signup-form-wrap .signup2-success-message {
        display: none;
        position: relative;
        width: 100%; }
        body .eq-refresh .signup-form-wrap .signup2-success-message p {
          font-size: 20px; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .signup-form-wrap .signup2-success-message p {
              font-size: 18px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .eq-refresh .signup-form-wrap .signup2-success-message p {
              font-size: 16px;
              text-align: center; } }
          @media (max-width: 595px) {
            body .eq-refresh .signup-form-wrap .signup2-success-message p {
              font-size: 15px;
              text-align: center; } }
          body .eq-refresh .signup-form-wrap .signup2-success-message p a {
            font-weight: 700;
            text-transform: capitalize;
            color: #FFFFFF;
            text-decoration: underline;
            padding-left: 3px; }
    @media (min-width: 992px) and (max-width: 1024px) {
      body .eq-refresh .product-grid .container {
        padding: 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .eq-refresh .product-grid .container {
        padding: 0; } }
    body .eq-refresh .product-grid .row {
      float: left;
      width: 100%;
      visibility: hidden; }
    body .eq-refresh .product-grid .col-content {
      text-align: center;
      padding: 196px 0 170px; }
      @media (min-width: 992px) and (max-width: 1190px) {
        body .eq-refresh .product-grid .col-content {
          padding: 130px 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .eq-refresh .product-grid .col-content {
          padding: 80px 0; } }
      @media (max-width: 767px) {
        body .eq-refresh .product-grid .col-content {
          width: 100%;
          padding: 40px 0; } }
      body .eq-refresh .product-grid .col-content .content {
        position: relative;
        width: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%); }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .product-grid .col-content .content {
            margin: 0 auto;
            top: inherit;
            -webkit-transform: translateY(0%);
                 -o-transform: translateY(0%);
                    transform: translateY(0%); } }
        @media (min-width: 992px) and (max-width: 1024px) {
          body .eq-refresh .product-grid .col-content .content {
            padding: 0 20px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .product-grid .col-content .content {
            padding: 0 20px; } }
        @media (max-width: 767px) {
          body .eq-refresh .product-grid .col-content .content {
            margin: 0 auto;
            top: inherit;
            -webkit-transform: translateY(0%);
                 -o-transform: translateY(0%);
                    transform: translateY(0%); } }
        body .eq-refresh .product-grid .col-content .content h4 {
          font-weight: 400;
          color: #0081a2;
          line-height: 1.25;
          text-transform: capitalize; }
          body .eq-refresh .product-grid .col-content .content h4 span {
            display: block; }
        body .eq-refresh .product-grid .col-content .content p {
          font-size: 18px;
          font-weight: 300;
          max-width: 340px;
          margin: 23px auto;
          color: #626366;
          line-height: 1.6; }
          @media (max-width: 767px) {
            body .eq-refresh .product-grid .col-content .content p {
              margin: 15px auto; } }
      body .eq-refresh .product-grid .col-content .btn-wrap a {
        margin: 5px 13px 0;
        font-size: 15px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .product-grid .col-content .btn-wrap a {
            margin: 5px 7px 0; } }
        @media (max-width: 767px) {
          body .eq-refresh .product-grid .col-content .btn-wrap a {
            font-size: 14px;
            margin: 5px 7px 0; } }
      body .eq-refresh .product-grid .col-content.left .content {
        max-width: 406px;
        padding-bottom: 26px;
        float: left;
        padding-left: 6px; }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .product-grid .col-content.left .content {
            float: none;
            padding-right: 20px; } }
        @media (min-width: 992px) and (max-width: 1024px) {
          body .eq-refresh .product-grid .col-content.left .content {
            padding-left: 20px;
            max-width: 100%;
            width: 100%; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .product-grid .col-content.left .content {
            padding-left: 20px;
            max-width: 100%;
            width: 100%; } }
        @media (max-width: 767px) {
          body .eq-refresh .product-grid .col-content.left .content {
            padding-bottom: 0;
            padding-left: 0;
            width: 100%;
            float: none; } }
      body .eq-refresh .product-grid .col-content.right .content {
        right: 0;
        padding-right: 33px;
        float: right;
        width: auto; }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .product-grid .col-content.right .content {
            float: none;
            padding-right: 0;
            padding-left: 20px; } }
        @media (min-width: 992px) and (max-width: 1024px) {
          body .eq-refresh .product-grid .col-content.right .content {
            max-width: 100%;
            width: 100%; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .product-grid .col-content.right .content {
            padding-right: 20px;
            max-width: 100%;
            width: 100%; } }
        @media (max-width: 767px) {
          body .eq-refresh .product-grid .col-content.right .content {
            padding-right: 0;
            width: 100%; } }
        body .eq-refresh .product-grid .col-content.right .content h4 {
          max-width: 270px;
          margin: 0 auto; }
      body .eq-refresh .product-grid .col-content.coming-flag h6 {
        display: inline-block;
        color: #FFFFFF;
        text-transform: uppercase;
        padding: 1px 10px 4px;
        background-color: #0081a2;
        margin-bottom: 11px; }
        body .eq-refresh .product-grid .col-content.coming-flag h6 span {
          font-size: 13px;
          font-weight: 800; }
    @media (max-width: 767px) {
      body .eq-refresh .product-grid .col-img {
        padding-left: 0 !important;
        padding-right: 0 !important; } }
    body .eq-refresh .product-grid .col-img.left .image-outer {
      float: left; }
      @media (min-width: 992px) and (max-width: 1190px) {
        body .eq-refresh .product-grid .col-img.left .image-outer {
          float: none; } }
      @media (max-width: 767px) {
        body .eq-refresh .product-grid .col-img.left .image-outer {
          padding-left: 0;
          width: 100%;
          float: none; } }
    @media (max-width: 1190px) {
      body .eq-refresh .product-grid .col-img.left {
        background-color: #f2f2f2;
        width: calc(50% + 20px);
        margin-left: -20px; } }
    @media (max-width: 767px) {
      body .eq-refresh .product-grid .col-img.left {
        width: calc(100% + 40px); } }
    @media (max-width: 1190px) {
      body .eq-refresh .product-grid .col-img.right {
        background-color: #f2f2f2;
        width: calc(50% + 20px);
        margin-right: -20px; } }
    @media (max-width: 767px) {
      body .eq-refresh .product-grid .col-img.right {
        width: calc(100% + 40px);
        margin-left: -20px; } }
    body .eq-refresh .product-grid .col-img.right .image-outer {
      float: right; }
      @media (min-width: 992px) and (max-width: 1190px) {
        body .eq-refresh .product-grid .col-img.right .image-outer {
          float: none;
          padding: 0px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .eq-refresh .product-grid .col-img.right .image-outer {
          padding-right: 20px; } }
      @media (max-width: 767px) {
        body .eq-refresh .product-grid .col-img.right .image-outer {
          padding-right: 0;
          width: 100%; } }
    body .eq-refresh .product-grid .col-img .image-outer {
      padding: 40px 0;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
      height: 467px; }
      @media (max-width: 1190px) {
        body .eq-refresh .product-grid .col-img .image-outer {
          height: auto; } }
      @media (max-width: 767px) {
        body .eq-refresh .product-grid .col-img .image-outer {
          top: 0;
          -webkit-transform: translateY(0);
               -o-transform: translateY(0);
                  transform: translateY(0);
          height: auto; } }
    body .eq-refresh .product-grid .col-img .bg-img {
      height: 100%;
      padding: 0 20px;
      text-align: center;
      max-width: 510px;
      margin: 0 auto; }
      @media (min-width: 992px) and (max-width: 1190px) {
        body .eq-refresh .product-grid .col-img .bg-img {
          padding: 0px; } }
      @media (max-width: 991px) {
        body .eq-refresh .product-grid .col-img .bg-img {
          padding-left: 40px; } }
      @media (max-width: 767px) {
        body .eq-refresh .product-grid .col-img .bg-img {
          padding: 0; } }
      body .eq-refresh .product-grid .col-img .bg-img img {
        min-width: 100%;
        min-height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        max-height: 100%; }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .product-grid .col-img .bg-img img {
            min-width: auto;
            min-height: 320px;
            max-height: 320px; } }
        @media (max-width: 991px) {
          body .eq-refresh .product-grid .col-img .bg-img img {
            min-width: auto;
            min-height: 300px;
            max-height: 300px; } }
        @media (max-width: 595px) {
          body .eq-refresh .product-grid .col-img .bg-img img {
            min-width: auto;
            min-height: 250px;
            max-height: 250px; } }
    body .eq-refresh .promo-bar {
      background: -webkit-gradient(linear, left top, right top, from(#0081a2), to(#6154a3));
      background: -webkit-linear-gradient(left, #0081a2 0%, #6154a3 100%);
      background: -o-linear-gradient(left, #0081a2 0%, #6154a3 100%);
      background: linear-gradient(to right, #0081a2 0%, #6154a3 100%);
      background-size: cover;
      position: relative;
      top: 0;
      left: 0;
      text-align: center;
      color: #FFFFFF;
      padding: 10px 0 11px !important;
      min-height: 41px; }
      @media (max-width: 595px) {
        body .eq-refresh .promo-bar {
          height: 53px; } }
      @media (max-width: 595px) {
        body .eq-refresh .promo-bar .container {
          height: 100%; } }
      body .eq-refresh .promo-bar .container span {
        display: none; }
      body .eq-refresh .promo-bar a {
        text-decoration: none; }
        body .eq-refresh .promo-bar a:hover {
          text-decoration: underline; }
      body .eq-refresh .promo-bar a,
      body .eq-refresh .promo-bar p {
        font-size: 20px;
        font-weight: 300;
        padding: 0 20px;
        display: inline-block;
        vertical-align: middle;
        line-height: 1.4; }
        body .eq-refresh .promo-bar a span,
        body .eq-refresh .promo-bar p span {
          font-weight: inherit !important; }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .promo-bar a,
          body .eq-refresh .promo-bar p {
            font-size: 16px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .promo-bar a,
          body .eq-refresh .promo-bar p {
            font-size: 14px; } }
        @media (max-width: 767px) {
          body .eq-refresh .promo-bar a,
          body .eq-refresh .promo-bar p {
            font-size: 12px;
            padding: 0 8px; } }
        @media (max-width: 595px) {
          body .eq-refresh .promo-bar a,
          body .eq-refresh .promo-bar p {
            position: absolute;
            top: 50%;
            left: 20px;
            width: calc(100% - 46px);
            -webkit-transform: translateY(-50%);
                 -o-transform: translateY(-50%);
                    transform: translateY(-50%); } }
        body .eq-refresh .promo-bar a .promo-code,
        body .eq-refresh .promo-bar p .promo-code {
          font-weight: 700; }
      body .eq-refresh .promo-bar .close-btn {
        display: none;
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        cursor: pointer;
        z-index: 99; }
        @media (max-width: 767px) {
          body .eq-refresh .promo-bar .close-btn {
            top: 50%;
            right: 10px; } }
        @media (max-width: 595px) {
          body .eq-refresh .promo-bar .close-btn {
            top: 50%; } }
    body .eq-refresh .testimonial-slider {
      padding: 75px 0 100px 0; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .eq-refresh .testimonial-slider {
          padding: 40px 0 45px 0; } }
      @media (max-width: 767px) {
        body .eq-refresh .testimonial-slider {
          padding: 30px 0 35px 0; } }
      body .eq-refresh .testimonial-slider .testimonial-bg-img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
        body .eq-refresh .testimonial-slider .testimonial-bg-img:before {
          content: '';
          background-image: url(/wp-content/themes/eyeque/templates/dist/images/new_pattern.png);
          background-repeat: repeat;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          opacity: .15;
          z-index: 2; }
        body .eq-refresh .testimonial-slider .testimonial-bg-img:after {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          opacity: 0.9;
          background: #ff3153;
          /* Old browsers */
          /* FF3.6-15 */
          background: -webkit-linear-gradient(left, #ff3153 0%, #ff9f21 99%);
          /* Chrome10-25,Safari5.1-6 */
          background: -webkit-gradient(linear, left top, right top, from(#ff3153), color-stop(99%, #ff9f21));
          background: -o-linear-gradient(left, #ff3153 0%, #ff9f21 99%);
          background: linear-gradient(to right, #ff3153 0%, #ff9f21 99%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3153', endColorstr='#ff9f21',GradientType=1 );
          /* IE6-9 */ }
      body .eq-refresh .testimonial-slider .content-wrap {
        position: relative;
        z-index: 3; }
        @media (max-width: 595px) {
          body .eq-refresh .testimonial-slider .content-wrap {
            max-width: 400px;
            margin: auto; } }
        body .eq-refresh .testimonial-slider .content-wrap h3 {
          width: 100%;
          float: left;
          margin: 15px 0;
          text-align: center;
          color: #FFFFFF;
          font-weight: 400; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .testimonial-slider .content-wrap h3 {
              margin: 0 0 15px; } }
          @media (max-width: 767px) {
            body .eq-refresh .testimonial-slider .content-wrap h3 {
              margin: 0 0 15px; } }
      body .eq-refresh .testimonial-slider .slide-wrap-outer {
        width: 100%;
        float: left;
        padding: 15px 0; }
        @media (max-width: 767px) {
          body .eq-refresh .testimonial-slider .slide-wrap-outer {
            padding: 0; } }
        body .eq-refresh .testimonial-slider .slide-wrap-outer .slider-wrap {
          width: calc(100% - 33px);
          max-width: 980px;
          margin: 0 auto;
          overflow: hidden;
          position: relative; }
          @media (max-width: 767px) {
            body .eq-refresh .testimonial-slider .slide-wrap-outer .slider-wrap {
              padding: 20px 0; } }
          body .eq-refresh .testimonial-slider .slide-wrap-outer .slider-wrap .slick-track:after {
            content: '';
            clear: both;
            display: block; }
          body .eq-refresh .testimonial-slider .slide-wrap-outer .slider-wrap .slide-item-wrap {
            width: calc(100% + 33px);
            padding: 20px 0;
            margin-left: -16.5px;
            visibility: hidden; }
            @media (min-width: 1190px) {
              body .eq-refresh .testimonial-slider .slide-wrap-outer .slider-wrap .slide-item-wrap {
                height: 591px; } }
            body .eq-refresh .testimonial-slider .slide-wrap-outer .slider-wrap .slide-item-wrap.slick-initialized {
              visibility: visible;
              -webkit-transition-delay: 0.3s;
                   -o-transition-delay: 0.3s;
                      transition-delay: 0.3s; }
              @media (min-width: 1190px) {
                body .eq-refresh .testimonial-slider .slide-wrap-outer .slider-wrap .slide-item-wrap.slick-initialized {
                  height: auto; } }
            @media (max-width: 767px) {
              body .eq-refresh .testimonial-slider .slide-wrap-outer .slider-wrap .slide-item-wrap {
                padding: 0;
                width: calc(100% + 20px);
                margin-left: -10px; } }
            body .eq-refresh .testimonial-slider .slide-wrap-outer .slider-wrap .slide-item-wrap .slick-list {
              -ms-overflow-x: hidden; }
            body .eq-refresh .testimonial-slider .slide-wrap-outer .slider-wrap .slide-item-wrap .slick-track {
              display: table;
              height: 100%;
              width: 100%;
              table-layout: fixed; }
            body .eq-refresh .testimonial-slider .slide-wrap-outer .slider-wrap .slide-item-wrap .item {
              width: calc(33.33% - 33px);
              float: none;
              display: table-cell;
              height: 100%;
              padding: 0 16.5px;
              opacity: 0; }
              @media (min-width: 768px) and (max-width: 991px) {
                body .eq-refresh .testimonial-slider .slide-wrap-outer .slider-wrap .slide-item-wrap .item {
                  padding: 0 12px; } }
              @media (max-width: 767px) {
                body .eq-refresh .testimonial-slider .slide-wrap-outer .slider-wrap .slide-item-wrap .item {
                  padding: 0 10px; } }
              body .eq-refresh .testimonial-slider .slide-wrap-outer .slider-wrap .slide-item-wrap .item:focus {
                outline: none; }
              body .eq-refresh .testimonial-slider .slide-wrap-outer .slider-wrap .slide-item-wrap .item.visible-item {
                opacity: 1; }
              body .eq-refresh .testimonial-slider .slide-wrap-outer .slider-wrap .slide-item-wrap .item:after {
                content: '';
                position: absolute;
                width: calc(100% - 33px);
                height: calc(100% - 153px);
                bottom: 0;
                left: 16.5px;
                background: #fff;
                z-index: -1;
                -webkit-transition: -webkit-transform .5s ease-in-out;
                transition: -webkit-transform .5s ease-in-out;
                -o-transition: -o-transform .5s ease-in-out;
                transition: transform .5s ease-in-out;
                transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out;
                -webkit-transform: translateY(0);
                     -o-transform: translateY(0);
                        transform: translateY(0);
                -webkit-box-shadow: 0px 7px 12px 2px rgba(0, 0, 0, 0.25);
                        box-shadow: 0px 7px 12px 2px rgba(0, 0, 0, 0.25); }
                @media (min-width: 768px) and (max-width: 991px) {
                  body .eq-refresh .testimonial-slider .slide-wrap-outer .slider-wrap .slide-item-wrap .item:after {
                    width: calc(100% - 24px);
                    left: 12px; } }
                @media (max-width: 767px) {
                  body .eq-refresh .testimonial-slider .slide-wrap-outer .slider-wrap .slide-item-wrap .item:after {
                    width: calc(100% - 20px);
                    left: 10px; } }
              body .eq-refresh .testimonial-slider .slide-wrap-outer .slider-wrap .slide-item-wrap .item .content-outer {
                overflow: hidden;
                width: 100%;
                height: inherit;
                min-height: inherit;
                -webkit-transition: -webkit-transform .5s ease-in-out;
                transition: -webkit-transform .5s ease-in-out;
                -o-transition: -o-transform .5s ease-in-out;
                transition: transform .5s ease-in-out;
                transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out;
                -webkit-transform: translateY(0);
                     -o-transform: translateY(0);
                        transform: translateY(0); }
                body .eq-refresh .testimonial-slider .slide-wrap-outer .slider-wrap .slide-item-wrap .item .content-outer.video .play-icon:after {
                  display: none; }
                body .eq-refresh .testimonial-slider .slide-wrap-outer .slider-wrap .slide-item-wrap .item .content-outer.video .bg-img:after {
                  background-color: rgba(0, 0, 0, 0.4); }
                body .eq-refresh .testimonial-slider .slide-wrap-outer .slider-wrap .slide-item-wrap .item .content-outer.no-content .bg-img {
                  max-height: none;
                  height: 100%; }
                  body .eq-refresh .testimonial-slider .slide-wrap-outer .slider-wrap .slide-item-wrap .item .content-outer.no-content .bg-img:after {
                    background-color: rgba(0, 0, 0, 0.4); }
                  body .eq-refresh .testimonial-slider .slide-wrap-outer .slider-wrap .slide-item-wrap .item .content-outer.no-content .bg-img .play-icon {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    -webkit-transform: translate(-50%, -50%);
                         -o-transform: translate(-50%, -50%);
                            transform: translate(-50%, -50%);
                    z-index: 5;
                    width: 68px;
                    height: 68px; }
                body .eq-refresh .testimonial-slider .slide-wrap-outer .slider-wrap .slide-item-wrap .item .content-outer.no-content .play-video:after {
                  content: '';
                  position: absolute;
                  left: 0;
                  top: 0;
                  bottom: 0;
                  right: 0;
                  margin: auto;
                  width: 67px;
                  height: 66px;
                  background: url(/wp-content/themes/eyeque/templates/dist/images/play.png);
                  background-repeat: no-repeat;
                  background-size: 100%;
                  z-index: 2;
                  cursor: pointer; }
              body .eq-refresh .testimonial-slider .slide-wrap-outer .slider-wrap .slide-item-wrap .item .bg-img {
                position: relative;
                height: 153px;
                overflow: hidden;
                -webkit-transition: -webkit-transform .5s ease-in-out;
                transition: -webkit-transform .5s ease-in-out;
                -o-transition: -o-transform .5s ease-in-out;
                transition: transform .5s ease-in-out;
                transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out; }
                body .eq-refresh .testimonial-slider .slide-wrap-outer .slider-wrap .slide-item-wrap .item .bg-img:after {
                  content: '';
                  position: absolute;
                  top: 0;
                  left: 0;
                  background-color: rgba(0, 0, 0, 0.3);
                  height: 100%;
                  width: 100%;
                  -webkit-transition: all .5s ease-in-out;
                  -o-transition: all .5s ease-in-out;
                  transition: all .5s ease-in-out; }
                body .eq-refresh .testimonial-slider .slide-wrap-outer .slider-wrap .slide-item-wrap .item .bg-img img {
                  -o-object-fit: cover;
                     object-fit: cover;
                  min-height: 100%;
                  max-height: 100%;
                  min-width: 100%;
                  -webkit-transform: scale(1, 1);
                       -o-transform: scale(1, 1);
                          transform: scale(1, 1);
                  -webkit-transition: -webkit-transform .5s ease-in-out;
                  transition: -webkit-transform .5s ease-in-out;
                  -o-transition: -o-transform .5s ease-in-out;
                  transition: transform .5s ease-in-out;
                  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out; }
                body .eq-refresh .testimonial-slider .slide-wrap-outer .slider-wrap .slide-item-wrap .item .bg-img .play-icon {
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  -webkit-transform: translate(-50%, -50%);
                       -o-transform: translate(-50%, -50%);
                          transform: translate(-50%, -50%);
                  z-index: 5;
                  width: 42px;
                  height: 42px; }
              body .eq-refresh .testimonial-slider .slide-wrap-outer .slider-wrap .slide-item-wrap .item .content {
                padding: 22px 27px 32px 27px;
                text-align: center; }
                body .eq-refresh .testimonial-slider .slide-wrap-outer .slider-wrap .slide-item-wrap .item .content h5 {
                  text-transform: capitalize;
                  font-weight: 500; }
                  @media (max-width: 480px) {
                    body .eq-refresh .testimonial-slider .slide-wrap-outer .slider-wrap .slide-item-wrap .item .content h5 {
                      font-size: 18px; } }
                body .eq-refresh .testimonial-slider .slide-wrap-outer .slider-wrap .slide-item-wrap .item .content span {
                  text-transform: uppercase;
                  font-size: 14px;
                  line-height: 1.7;
                  font-weight: 700;
                  display: inline-block;
                  padding-top: 11px; }
                body .eq-refresh .testimonial-slider .slide-wrap-outer .slider-wrap .slide-item-wrap .item .content p {
                  line-height: 1.5;
                  font-weight: 400;
                  padding-top: 10px; }
              body .eq-refresh .testimonial-slider .slide-wrap-outer .slider-wrap .slide-item-wrap .item a {
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                z-index: 6; }
          body .eq-refresh .testimonial-slider .slide-wrap-outer .slider-wrap .slick-dots {
            display: none !important; }
        body .eq-refresh .testimonial-slider .slide-wrap-outer .slide-nav .slick-arrow {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
               -o-transform: translateY(-50%);
                  transform: translateY(-50%);
          cursor: pointer;
          margin-top: 5px; }
          @media (max-width: 991px) {
            body .eq-refresh .testimonial-slider .slide-wrap-outer .slide-nav .slick-arrow {
              width: 18px; } }
        body .eq-refresh .testimonial-slider .slide-wrap-outer .slide-nav .slide-prev {
          left: 20px;
          width: 23px; }
          @media (min-width: 992px) and (max-width: 1190px) {
            body .eq-refresh .testimonial-slider .slide-wrap-outer .slide-nav .slide-prev {
              left: 10px; } }
          @media (max-width: 991px) {
            body .eq-refresh .testimonial-slider .slide-wrap-outer .slide-nav .slide-prev {
              left: 10px; } }
          body .eq-refresh .testimonial-slider .slide-wrap-outer .slide-nav .slide-prev img {
            width: 100%;
            height: 100%;
            -webkit-transition: -webkit-transform .3s ease-in-out;
            transition: -webkit-transform .3s ease-in-out;
            -o-transition: -o-transform .3s ease-in-out;
            transition: transform .3s ease-in-out;
            transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out, -o-transform .3s ease-in-out; }
          body .eq-refresh .testimonial-slider .slide-wrap-outer .slide-nav .slide-prev:hover img {
            -webkit-transform: translateX(-5px);
                 -o-transform: translateX(-5px);
                    transform: translateX(-5px); }
        body .eq-refresh .testimonial-slider .slide-wrap-outer .slide-nav .slide-next {
          right: 20px;
          width: 23px; }
          @media (min-width: 992px) and (max-width: 1190px) {
            body .eq-refresh .testimonial-slider .slide-wrap-outer .slide-nav .slide-next {
              right: 10px; } }
          @media (max-width: 991px) {
            body .eq-refresh .testimonial-slider .slide-wrap-outer .slide-nav .slide-next {
              right: 10px; } }
          body .eq-refresh .testimonial-slider .slide-wrap-outer .slide-nav .slide-next img {
            width: 100%;
            height: 100%;
            -webkit-transition: -webkit-transform .3s ease-in-out;
            transition: -webkit-transform .3s ease-in-out;
            -o-transition: -o-transform .3s ease-in-out;
            transition: transform .3s ease-in-out;
            transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out, -o-transform .3s ease-in-out; }
          body .eq-refresh .testimonial-slider .slide-wrap-outer .slide-nav .slide-next:hover img {
            -webkit-transform: translateX(5px);
                 -o-transform: translateX(5px);
                    transform: translateX(5px); }
      body .eq-refresh .testimonial-slider .slider-cta {
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 4px; }
    body .eq-refresh .testimonial-slider2021 {
      margin: 50px -16px 10px;
      position: relative; }
      @media (min-width: 992px) and (max-width: 1190px) {
        body .eq-refresh .testimonial-slider2021 {
          margin: 50px 5px 10px; } }
      @media (max-width: 1024px) {
        body .eq-refresh .testimonial-slider2021 {
          margin: 40px 5px 10px; } }
      @media (max-width: 767px) {
        body .eq-refresh .testimonial-slider2021 {
          margin: 30px 5px 10px; } }
      body .eq-refresh .testimonial-slider2021 .slick-arrow {
        position: absolute;
        left: -30px;
        top: 50%;
        font-size: 0;
        line-height: 0;
        padding: 0;
        width: 23px;
        margin-top: -10px;
        height: 20px;
        border: none;
        cursor: pointer;
        z-index: 3;
        background: url(../images/svg/arrow.svg) 50% 50% no-repeat;
        background-size: 100% auto;
        -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; }
        body .eq-refresh .testimonial-slider2021 .slick-arrow:hover {
          -webkit-transform: translateX(-5px);
               -o-transform: translateX(-5px);
                  transform: translateX(-5px); }
        body .eq-refresh .testimonial-slider2021 .slick-arrow.slick-next {
          left: auto;
          right: -30px;
          background: url(../images/svg/arrow_next.svg) 50% 50% no-repeat;
          background-size: 100% auto; }
          body .eq-refresh .testimonial-slider2021 .slick-arrow.slick-next:hover {
            -webkit-transform: translateX(5px);
                 -o-transform: translateX(5px);
                    transform: translateX(5px); }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .testimonial-slider2021 .slick-arrow {
            left: -20px; }
            body .eq-refresh .testimonial-slider2021 .slick-arrow.slick-next {
              right: -20px; } }
        @media (max-width: 1024px) {
          body .eq-refresh .testimonial-slider2021 .slick-arrow {
            left: -20px; }
            body .eq-refresh .testimonial-slider2021 .slick-arrow.slick-next {
              right: -20px; } }
      body .eq-refresh .testimonial-slider2021 .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      body .eq-refresh .testimonial-slider2021 .slide {
        height: auto;
        padding: 0 16px;
        color: #161616; }
        body .eq-refresh .testimonial-slider2021 .slide > div {
          min-height: 100%;
          position: relative;
          background: #fff;
          border-radius: 8px;
          overflow: hidden; }
      body .eq-refresh .testimonial-slider2021 img {
        width: 100%;
        height: auto;
        max-width: none; }
      body .eq-refresh .testimonial-slider2021 h6, body .eq-refresh .testimonial-slider2021 p {
        margin: 0 0 24px; }
        @media (max-width: 767px) {
          body .eq-refresh .testimonial-slider2021 h6, body .eq-refresh .testimonial-slider2021 p {
            margin: 0 0 15px; } }
      body .eq-refresh .testimonial-slider2021 p {
        font-style: italic; }
      body .eq-refresh .testimonial-slider2021 blockquote {
        margin: 0;
        padding: 15px 20px 18px; }
      body .eq-refresh .testimonial-slider2021 cite {
        display: block;
        font-size: 18px;
        font-style: normal; }
        @media (max-width: 1024px) {
          body .eq-refresh .testimonial-slider2021 cite {
            font-size: 16px; } }
        @media (max-width: 767px) {
          body .eq-refresh .testimonial-slider2021 cite {
            font-size: 14px; } }
    body .eq-refresh .authority-info {
      padding: 111px 0 123px; }
      @media (min-width: 992px) and (max-width: 1190px) {
        body .eq-refresh .authority-info {
          padding: 90px 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .eq-refresh .authority-info {
          padding: 70px 0; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .eq-refresh .authority-info {
          padding: 40px 0; } }
      @media (max-width: 595px) {
        body .eq-refresh .authority-info {
          padding: 40px 0; } }
      @media (max-width: 767px) {
        body .eq-refresh .authority-info:after {
          content: '';
          position: absolute;
          background-color: rgba(0, 0, 0, 0.4);
          left: 0;
          top: 0;
          height: 100%;
          width: 100%; } }
      body .eq-refresh .authority-info .bg-img {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0; }
        @media (max-width: 991px) {
          body .eq-refresh .authority-info .bg-img:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 2;
            background: rgba(0, 0, 0, 0.4); } }
        body .eq-refresh .authority-info .bg-img img {
          min-width: 100%;
          min-height: 100%;
          max-height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: right;
             object-position: right; }
      body .eq-refresh .authority-info .content-wrapper {
        color: #FFFFFF;
        max-width: 532px;
        position: relative;
        z-index: 2; }
        body .eq-refresh .authority-info .content-wrapper h3 {
          font-weight: 400;
          font-size: 34px;
          margin-bottom: 5px;
          text-align: left; }
          @media (min-width: 992px) and (max-width: 1190px) {
            body .eq-refresh .authority-info .content-wrapper h3 {
              font-size: 30px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .authority-info .content-wrapper h3 {
              font-size: 28px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .eq-refresh .authority-info .content-wrapper h3 {
              font-size: 24px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body .eq-refresh .authority-info .content-wrapper h3 {
              font-size: 22px; } }
          @media (max-width: 480px) {
            body .eq-refresh .authority-info .content-wrapper h3 {
              font-size: 22px; } }
        body .eq-refresh .authority-info .content-wrapper h6 {
          font-size: 19px;
          text-align: left; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .authority-info .content-wrapper h6 {
              font-size: 18px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .eq-refresh .authority-info .content-wrapper h6 {
              font-size: 18px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body .eq-refresh .authority-info .content-wrapper h6 {
              font-size: 16px; } }
          @media (max-width: 480px) {
            body .eq-refresh .authority-info .content-wrapper h6 {
              font-size: 16px; } }
        body .eq-refresh .authority-info .content-wrapper p {
          margin: 34px 0 0px;
          line-height: 1.55;
          font-weight: 400;
          font-size: 18px;
          text-align: left;
          letter-spacing: 0.025em; }
          @media (max-width: 767px) {
            body .eq-refresh .authority-info .content-wrapper p {
              font-size: 16px;
              margin: 15px 0 0; } }
      body .eq-refresh .authority-info.color-blind {
        background: url("/resources/why_bg.jpg");
        background-size: cover; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .authority-info.color-blind .content-wrapper {
            max-width: 380px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .authority-info.color-blind .content-wrapper {
            max-width: 330px; } }
        body .eq-refresh .authority-info.color-blind .bg-img {
          position: absolute;
          height: auto;
          width: 100%;
          max-width: 1150px;
          padding: 0 20px;
          top: auto;
          bottom: 0;
          left: 50%;
          padding-top: 70px;
          -webkit-transform: translateX(-50%);
               -o-transform: translateX(-50%);
                  transform: translateX(-50%);
          display: table;
          overflow: visible;
          margin-bottom: -30px; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .authority-info.color-blind .bg-img {
              padding-top: 0px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .eq-refresh .authority-info.color-blind .bg-img {
              padding-top: 0; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body .eq-refresh .authority-info.color-blind .bg-img {
              position: relative;
              top: auto;
              bottom: auto;
              left: auto;
              padding-top: 0;
              -webkit-transform: translateX(0%);
                   -o-transform: translateX(0%);
                      transform: translateX(0%);
              margin-bottom: -40px; } }
          @media (max-width: 480px) {
            body .eq-refresh .authority-info.color-blind .bg-img {
              position: relative;
              top: auto;
              bottom: auto;
              left: auto;
              padding-top: 0;
              -webkit-transform: translateX(0%);
                   -o-transform: translateX(0%);
                      transform: translateX(0%);
              margin-bottom: -40px; } }
          body .eq-refresh .authority-info.color-blind .bg-img:after {
            display: none; }
          body .eq-refresh .authority-info.color-blind .bg-img .img-container {
            height: 100%;
            float: right;
            width: 100%;
            max-width: 471px;
            display: block !important; }
            @media (min-width: 992px) and (max-width: 1190px) {
              body .eq-refresh .authority-info.color-blind .bg-img .img-container {
                max-width: 410px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .authority-info.color-blind .bg-img .img-container {
                max-width: 380px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body .eq-refresh .authority-info.color-blind .bg-img .img-container {
                max-width: 340px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              body .eq-refresh .authority-info.color-blind .bg-img .img-container {
                margin: 0 auto;
                float: none;
                max-width: 410px;
                height: auto; } }
            @media (max-width: 480px) {
              body .eq-refresh .authority-info.color-blind .bg-img .img-container {
                margin: 0 auto;
                float: none;
                max-width: 410px;
                height: auto; } }
            body .eq-refresh .authority-info.color-blind .bg-img .img-container img {
              height: auto;
              width: auto;
              float: right;
              max-width: 100%; }
              @media (min-width: 768px) and (max-width: 991px) {
                body .eq-refresh .authority-info.color-blind .bg-img .img-container img {
                  height: auto; } }
              @media (min-width: 596px) and (max-width: 767px) {
                body .eq-refresh .authority-info.color-blind .bg-img .img-container img {
                  height: auto; } }
              @media (min-width: 481px) and (max-width: 595px) {
                body .eq-refresh .authority-info.color-blind .bg-img .img-container img {
                  height: auto; } }
              @media (max-width: 480px) {
                body .eq-refresh .authority-info.color-blind .bg-img .img-container img {
                  height: auto; } }
    body .eq-refresh .cta-home {
      background-color: #ff9f21;
      background-image: url("/wp-content/themes/eyeque/templates/dist/images/new_pattern.png");
      background-repeat: repeat;
      text-align: center; }
      body .eq-refresh .cta-home .image {
        max-width: 700px;
        margin: 0 auto;
        margin-bottom: 20px; }
        body .eq-refresh .cta-home .image svg {
          height: 100%;
          width: 100%; }
          @media (max-width: 480px) {
            body .eq-refresh .cta-home .image svg {
              height: 100%;
              width: 140%;
              position: relative;
              left: -15%; } }
      body .eq-refresh .cta-home .inner-wrap {
        padding: 100px 0;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 159, 33, 0.85)), to(rgba(238, 62, 109, 0.85)));
        background: -webkit-linear-gradient(left, rgba(255, 159, 33, 0.85), rgba(238, 62, 109, 0.85));
        background: -o-linear-gradient(left, rgba(255, 159, 33, 0.85), rgba(238, 62, 109, 0.85));
        background: linear-gradient(to right, rgba(255, 159, 33, 0.85), rgba(238, 62, 109, 0.85)); }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .cta-home .inner-wrap {
            padding: 70px 0 90px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .cta-home .inner-wrap {
            padding: 50px 0; } }
        @media (max-width: 767px) {
          body .eq-refresh .cta-home .inner-wrap {
            padding: 40px 0; } }
        body .eq-refresh .cta-home .inner-wrap .content {
          text-align: center;
          margin-bottom: 3px; }
          body .eq-refresh .cta-home .inner-wrap .content span {
            color: #FFFFFF;
            display: inline-block;
            vertical-align: middle;
            font-size: 18px;
            width: 10%;
            text-align: left; }
            @media (max-width: 767px) {
              body .eq-refresh .cta-home .inner-wrap .content span {
                font-size: 16px; } }
            body .eq-refresh .cta-home .inner-wrap .content span:first-child {
              text-align: center; }
            body .eq-refresh .cta-home .inner-wrap .content span.letter {
              font-size: 54px;
              letter-spacing: 0.75em;
              line-height: 1.3;
              width: 100%;
              max-width: 540px;
              text-align: center;
              font-weight: 800;
              word-spacing: -.49em; }
              @media (min-width: 768px) and (max-width: 991px) {
                body .eq-refresh .cta-home .inner-wrap .content span.letter {
                  font-size: 40px;
                  max-width: 440px; } }
              @media (min-width: 596px) and (max-width: 767px) {
                body .eq-refresh .cta-home .inner-wrap .content span.letter {
                  font-size: 40px;
                  max-width: 400px; } }
              @media (min-width: 481px) and (max-width: 595px) {
                body .eq-refresh .cta-home .inner-wrap .content span.letter {
                  font-size: 30px;
                  max-width: 250px; } }
              @media (max-width: 480px) {
                body .eq-refresh .cta-home .inner-wrap .content span.letter {
                  font-size: 24px;
                  max-width: 180px; } }
              body .eq-refresh .cta-home .inner-wrap .content span.letter.big-letter {
                font-size: 100px;
                line-height: 1;
                letter-spacing: 0.49em; }
                @media (min-width: 768px) and (max-width: 991px) {
                  body .eq-refresh .cta-home .inner-wrap .content span.letter.big-letter {
                    font-size: 70px; } }
                @media (min-width: 596px) and (max-width: 767px) {
                  body .eq-refresh .cta-home .inner-wrap .content span.letter.big-letter {
                    font-size: 70px; } }
                @media (min-width: 481px) and (max-width: 595px) {
                  body .eq-refresh .cta-home .inner-wrap .content span.letter.big-letter {
                    font-size: 50px; } }
                @media (max-width: 480px) {
                  body .eq-refresh .cta-home .inner-wrap .content span.letter.big-letter {
                    font-size: 43px; } }
              body .eq-refresh .cta-home .inner-wrap .content span.letter.small-letter {
                font-size: 35px;
                line-height: 1.85;
                letter-spacing: .50em;
                word-spacing: -.3em; }
                @media (min-width: 768px) and (max-width: 991px) {
                  body .eq-refresh .cta-home .inner-wrap .content span.letter.small-letter {
                    font-size: 24px; } }
                @media (min-width: 596px) and (max-width: 767px) {
                  body .eq-refresh .cta-home .inner-wrap .content span.letter.small-letter {
                    font-size: 24px; } }
                @media (min-width: 481px) and (max-width: 595px) {
                  body .eq-refresh .cta-home .inner-wrap .content span.letter.small-letter {
                    font-size: 18px; } }
                @media (max-width: 480px) {
                  body .eq-refresh .cta-home .inner-wrap .content span.letter.small-letter {
                    font-size: 14px; } }
            @media (max-width: 480px) {
              body .eq-refresh .cta-home .inner-wrap .content span.number {
                display: none; } }
        body .eq-refresh .cta-home .inner-wrap p {
          color: #FFFFFF;
          margin-top: 6px;
          font-size: 18px;
          line-height: 1.33;
          margin-right: 50px; }
          @media (max-width: 767px) {
            body .eq-refresh .cta-home .inner-wrap p {
              font-size: 16px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .eq-refresh .cta-home .inner-wrap p {
              margin-right: 37px; } }
          @media (max-width: 595px) {
            body .eq-refresh .cta-home .inner-wrap p {
              margin-right: 0; } }
        body .eq-refresh .cta-home .inner-wrap .button {
          margin-top: 20px;
          margin-right: 50px; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .cta-home .inner-wrap .button {
              margin-top: 15px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .eq-refresh .cta-home .inner-wrap .button {
              margin-top: 10px;
              margin-right: 37px; } }
          @media (max-width: 480px) {
            body .eq-refresh .cta-home .inner-wrap .button {
              margin-top: 5px;
              margin-right: 0; } }
          body .eq-refresh .cta-home .inner-wrap .button .btn-default {
            font-size: 20px;
            min-width: 134px; }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .cta-home .inner-wrap .button .btn-default {
                font-size: 18px;
                min-width: 125px; } }
            @media (max-width: 767px) {
              body .eq-refresh .cta-home .inner-wrap .button .btn-default {
                min-width: 120px;
                font-size: 16px; } }
    body .eq-refresh .contact-cta {
      width: 100%;
      background: #f2f2f2;
      overflow: visible; }
      body .eq-refresh .contact-cta .container.new-contact-form {
        padding: 0; }
      body .eq-refresh .contact-cta .col-two {
        text-transform: capitalize;
        height: 675px !important; }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .contact-cta .col-two {
            width: 100%;
            height: auto !important;
            padding-bottom: 30px; } }
        @media (max-width: 595px) {
          body .eq-refresh .contact-cta .col-two {
            width: 100%;
            height: auto !important;
            padding-bottom: 30px; } }
        body .eq-refresh .contact-cta .col-two .bg-img {
          width: 100%;
          height: 100%; }
          body .eq-refresh .contact-cta .col-two .bg-img img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
            @media (min-width: 596px) and (max-width: 767px) {
              body .eq-refresh .contact-cta .col-two .bg-img img {
                height: auto; } }
            @media (max-width: 595px) {
              body .eq-refresh .contact-cta .col-two .bg-img img {
                height: auto; } }
            @media (min-width: 481px) and (max-width: 595px) {
              body .eq-refresh .contact-cta .col-two .bg-img img {
                height: auto; } }
        body .eq-refresh .contact-cta .col-two .content {
          height: 100%;
          width: 100%;
          padding: 30px 0 30px 182px; }
          @media (min-width: 1151px) and (max-width: 1280px) {
            body .eq-refresh .contact-cta .col-two .content {
              padding: 30px 0 30px 90px; } }
          @media (min-width: 992px) and (max-width: 1190px) {
            body .eq-refresh .contact-cta .col-two .content {
              padding: 30px 0 30px 70px; } }
          @media (min-width: 992px) and (max-width: 1024px) {
            body .eq-refresh .contact-cta .col-two .content {
              padding: 30px 0 30px 60px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .contact-cta .col-two .content {
              padding: 30px 0 30px 20px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .eq-refresh .contact-cta .col-two .content {
              width: 100%;
              padding: 0; } }
          @media (max-width: 595px) {
            body .eq-refresh .contact-cta .col-two .content {
              width: 100%;
              padding: 0; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body .eq-refresh .contact-cta .col-two .content {
              width: 100%;
              padding: 0; } }
          body .eq-refresh .contact-cta .col-two .content:after {
            content: "";
            clear: both;
            display: block; }
          body .eq-refresh .contact-cta .col-two .content h3 {
            color: #0081a2;
            font-weight: 400;
            padding-bottom: 10px;
            text-align: center;
            margin-right: 40px; }
            @media (min-width: 596px) and (max-width: 767px) {
              body .eq-refresh .contact-cta .col-two .content h3 {
                padding: 0 0 10px;
                margin-right: 0; } }
            @media (max-width: 595px) {
              body .eq-refresh .contact-cta .col-two .content h3 {
                padding: 0 0 10px;
                margin-right: 0; } }
            @media (min-width: 481px) and (max-width: 595px) {
              body .eq-refresh .contact-cta .col-two .content h3 {
                padding: 0 0 10px;
                margin-right: 0; } }
          body .eq-refresh .contact-cta .col-two .content form {
            text-align: center;
            width: 100%; }
            body .eq-refresh .contact-cta .col-two .content form .field-wrapper {
              position: relative;
              padding: 5px 20px 0;
              margin-bottom: 22px; }
              body .eq-refresh .contact-cta .col-two .content form .field-wrapper:last-of-type {
                margin-bottom: 0; }
              @media (max-width: 767px) {
                body .eq-refresh .contact-cta .col-two .content form .field-wrapper {
                  padding: 5px 0 0;
                  margin-bottom: 20px; } }
              body .eq-refresh .contact-cta .col-two .content form .field-wrapper label {
                font-size: 16px;
                font-weight: 300;
                position: absolute;
                top: 4px;
                left: 20px;
                color: #636466;
                -webkit-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease; }
                @media (max-width: 767px) {
                  body .eq-refresh .contact-cta .col-two .content form .field-wrapper label {
                    left: 0; } }
                body .eq-refresh .contact-cta .col-two .content form .field-wrapper label .star {
                  color: #636466;
                  padding: 0 3px; }
              body .eq-refresh .contact-cta .col-two .content form .field-wrapper.up .caption {
                top: -14px;
                font-size: 12px; }
                body .eq-refresh .contact-cta .col-two .content form .field-wrapper.up .caption.text-caption {
                  top: -14px; }
              body .eq-refresh .contact-cta .col-two .content form .field-wrapper .caption {
                font-size: 16px;
                font-weight: 300;
                position: absolute;
                top: 4px;
                left: 20px;
                color: #636466;
                -webkit-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease; }
                body .eq-refresh .contact-cta .col-two .content form .field-wrapper .caption.text-caption {
                  top: -1px; }
                @media (max-width: 767px) {
                  body .eq-refresh .contact-cta .col-two .content form .field-wrapper .caption {
                    left: 0; } }
                body .eq-refresh .contact-cta .col-two .content form .field-wrapper .caption .star {
                  color: #636466;
                  padding: 0 3px; }
              body .eq-refresh .contact-cta .col-two .content form .field-wrapper .selectboxit-container {
                width: 100%; }
                body .eq-refresh .contact-cta .col-two .content form .field-wrapper .selectboxit-container span {
                  color: #636466;
                  font-size: 16px;
                  font-family: "Poppins", sans-serif;
                  font-weight: 300;
                  text-indent: 0;
                  overflow: visible;
                  text-overflow: inherit; }
                body .eq-refresh .contact-cta .col-two .content form .field-wrapper .selectboxit-container .selectboxit {
                  width: 100% !important;
                  background: transparent;
                  border: 0;
                  border-radius: 0;
                  border-bottom: 1px solid #0081a2;
                  padding-bottom: 4px;
                  font-size: 16px;
                  font-weight: 400;
                  outline: none;
                  height: 32px; }
                  body .eq-refresh .contact-cta .col-two .content form .field-wrapper .selectboxit-container .selectboxit .selectboxit-option-icon-container {
                    margin-left: 0; }
                  body .eq-refresh .contact-cta .col-two .content form .field-wrapper .selectboxit-container .selectboxit .selectboxit-default-arrow {
                    width: 8px;
                    height: 8px;
                    border: solid grey;
                    border-width: 0 2px 2px 0;
                    -webkit-transform: rotate(45deg);
                         -o-transform: rotate(45deg);
                            transform: rotate(45deg);
                    position: absolute;
                    top: 10px;
                    left: 12px;
                    z-index: 2;
                    cursor: pointer; }
                body .eq-refresh .contact-cta .col-two .content form .field-wrapper .selectboxit-container .selectboxit-options {
                  width: 100%; }
                  body .eq-refresh .contact-cta .col-two .content form .field-wrapper .selectboxit-container .selectboxit-options a {
                    color: #636466;
                    font-size: 16px;
                    font-family: "Poppins", sans-serif;
                    font-weight: 300; }
              body .eq-refresh .contact-cta .col-two .content form .field-wrapper input {
                position: relative;
                width: 100%;
                background: transparent;
                border: 0;
                border-radius: 0;
                border-bottom: 1px solid #0081a2;
                padding-bottom: 6px;
                font-size: 16px;
                font-weight: 300;
                outline: none;
                color: #636466;
                text-indent: 0;
                z-index: 2;
                text-transform: capitalize; }
              body .eq-refresh .contact-cta .col-two .content form .field-wrapper input[type=email] {
                text-transform: none; }
              body .eq-refresh .contact-cta .col-two .content form .field-wrapper .fb-email {
                text-transform: none; }
              body .eq-refresh .contact-cta .col-two .content form .field-wrapper textarea {
                position: relative;
                width: 100%;
                height: 28px;
                background: transparent;
                border: 0;
                border-radius: 0;
                border-bottom: 1px solid #0081a2;
                margin: -7px 0 16px;
                padding-bottom: 6px;
                font-size: 16px;
                font-weight: 300;
                outline: none;
                resize: none;
                line-height: 1.5;
                overflow: hidden;
                color: #626366;
                z-index: 2; }
              body .eq-refresh .contact-cta .col-two .content form .field-wrapper.text-form {
                margin-bottom: 0; }
                @media (max-width: 767px) {
                  body .eq-refresh .contact-cta .col-two .content form .field-wrapper.text-form {
                    margin-bottom: 0; } }
                body .eq-refresh .contact-cta .col-two .content form .field-wrapper.text-form label {
                  top: -2px; }
            body .eq-refresh .contact-cta .col-two .content form .field-wrapper-radio {
              padding: 0 20px; }
              @media (max-width: 767px) {
                body .eq-refresh .contact-cta .col-two .content form .field-wrapper-radio {
                  padding: 0; } }
              body .eq-refresh .contact-cta .col-two .content form .field-wrapper-radio .caption {
                text-align: left;
                font-size: 16px;
                font-weight: 300;
                left: 20px;
                color: #636466;
                margin-bottom: 10px; }
              body .eq-refresh .contact-cta .col-two .content form .field-wrapper-radio > .radio > span {
                display: block;
                width: 100%;
                text-align: left;
                font-size: 16px;
                font-weight: 300;
                padding-left: 2px;
                color: #636466;
                margin-top: 10px;
                margin-right: 10px; }
                body .eq-refresh .contact-cta .col-two .content form .field-wrapper-radio > .radio > span label {
                  padding-left: 10px; }
            body .eq-refresh .contact-cta .col-two .content form .btn-outer {
              float: none;
              clear: both;
              padding: 0; }
            body .eq-refresh .contact-cta .col-two .content form .new-btn-green {
              margin: 0px 38px 0 0;
              border: none;
              -webkit-appearance: none;
              -moz-appearance: none;
              cursor: pointer;
              background-color: #30ac65;
              color: #FFFFFF;
              outline: none;
              padding: 10px 30px 11px 30px;
              border-radius: 8px;
              font-size: 15px;
              font-weight: 500;
              font-family: "Poppins", sans-serif;
              text-transform: uppercase;
              text-align: center;
              z-index: 0;
              -webkit-transition: all 0.4s ease-in-out;
              -o-transition: all 0.4s ease-in-out;
              transition: all 0.4s ease-in-out; }
              @media (max-width: 767px) {
                body .eq-refresh .contact-cta .col-two .content form .new-btn-green {
                  margin: 15px 0 0;
                  padding: 9px 20px; } }
              @media (max-width: 480px) {
                body .eq-refresh .contact-cta .col-two .content form .new-btn-green {
                  padding: 9px 17px; } }
              body .eq-refresh .contact-cta .col-two .content form .new-btn-green:hover {
                background-color: #30ac65; }
              body .eq-refresh .contact-cta .col-two .content form .new-btn-green:disabled {
                cursor: default;
                opacity: .5; }
                body .eq-refresh .contact-cta .col-two .content form .new-btn-green:disabled:hover {
                  background-color: #30ac65; }
            body .eq-refresh .contact-cta .col-two .content form .btn-green {
              margin: 0;
              border: none;
              -webkit-appearance: none;
              -moz-appearance: none; }
              body .eq-refresh .contact-cta .col-two .content form .btn-green:disabled {
                cursor: default;
                opacity: .5; }
                body .eq-refresh .contact-cta .col-two .content form .btn-green:disabled:hover {
                  background-color: #30ac65; }
          body .eq-refresh .contact-cta .col-two .content .contact-form-wrap {
            position: relative; }
            body .eq-refresh .contact-cta .col-two .content .contact-form-wrap .btn-wrap {
              position: relative;
              display: inline-block;
              margin: 10px 38px 0 0; }
              @media (max-width: 767px) {
                body .eq-refresh .contact-cta .col-two .content .contact-form-wrap .btn-wrap {
                  margin: 15px 0 0; } }
              body .eq-refresh .contact-cta .col-two .content .contact-form-wrap .btn-wrap .loading-sign-up {
                display: none;
                position: absolute;
                height: 100%;
                width: 100%;
                left: 0;
                top: 0;
                background-color: rgba(0, 0, 0, 0.75);
                border-radius: 10px; }
                body .eq-refresh .contact-cta .col-two .content .contact-form-wrap .btn-wrap .loading-sign-up img {
                  position: relative;
                  -webkit-transform: translateY(-50%);
                       -o-transform: translateY(-50%);
                          transform: translateY(-50%);
                  top: 50%; }
            body .eq-refresh .contact-cta .col-two .content .contact-form-wrap .contact-form-success {
              display: none;
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-color: rgba(0, 0, 0, 0.85);
              z-index: 2; }
            body .eq-refresh .contact-cta .col-two .content .contact-form-wrap .success_message {
              position: relative;
              top: 50%;
              -webkit-transform: translateY(-50%);
                   -o-transform: translateY(-50%);
                      transform: translateY(-50%);
              text-align: center;
              padding: 20px; }
              body .eq-refresh .contact-cta .col-two .content .contact-form-wrap .success_message h2 {
                font-size: 30px;
                color: #0081a2;
                font-weight: 400;
                margin: 15px 0; }
                @media (min-width: 992px) and (max-width: 1190px) {
                  body .eq-refresh .contact-cta .col-two .content .contact-form-wrap .success_message h2 {
                    font-size: 28px; } }
                @media (min-width: 768px) and (max-width: 991px) {
                  body .eq-refresh .contact-cta .col-two .content .contact-form-wrap .success_message h2 {
                    font-size: 26px; } }
                @media (min-width: 596px) and (max-width: 767px) {
                  body .eq-refresh .contact-cta .col-two .content .contact-form-wrap .success_message h2 {
                    font-size: 24px; } }
                @media (min-width: 481px) and (max-width: 595px) {
                  body .eq-refresh .contact-cta .col-two .content .contact-form-wrap .success_message h2 {
                    font-size: 22px; } }
                @media (max-width: 480px) {
                  body .eq-refresh .contact-cta .col-two .content .contact-form-wrap .success_message h2 {
                    font-size: 20px; } }
              body .eq-refresh .contact-cta .col-two .content .contact-form-wrap .success_message h3 {
                line-height: 1.6;
                font-weight: 100;
                margin: 0;
                font-size: 18px;
                color: #FFFFFF; }
                @media (min-width: 596px) and (max-width: 767px) {
                  body .eq-refresh .contact-cta .col-two .content .contact-form-wrap .success_message h3 {
                    font-size: 16px; } }
                @media (max-width: 595px) {
                  body .eq-refresh .contact-cta .col-two .content .contact-form-wrap .success_message h3 {
                    font-size: 15px; } }
            body .eq-refresh .contact-cta .col-two .content .contact-form-wrap .recaptcha-wrap {
              padding: 0 20px;
              margin-top: 0px;
              margin-bottom: 25px; }
              @media (max-width: 767px) {
                body .eq-refresh .contact-cta .col-two .content .contact-form-wrap .recaptcha-wrap {
                  padding: 0;
                  float: left;
                  width: 100%;
                  margin-bottom: 15px; } }
            body .eq-refresh .contact-cta .col-two .content .contact-form-wrap .emsg {
              color: red; }
            body .eq-refresh .contact-cta .col-two .content .contact-form-wrap .hidden {
              display: none; }
            body .eq-refresh .contact-cta .col-two .content .contact-form-wrap .g-recaptcha-err {
              font-size: 12px;
              float: left; }
    body .eq-refresh .contact-cta-restyle .btn-contact-cta-restyle[disabled] {
      opacity: 0.4;
      cursor: not-allowed; }
      body .eq-refresh .contact-cta-restyle .btn-contact-cta-restyle[disabled]:hover {
        color: #fff;
        border-color: #fff;
        background: transparent; }
    body .eq-refresh .contact-cta-restyle .contact-form-success {
      max-width: 534px;
      margin: auto;
      padding-top: 20px;
      display: none; }
      body .eq-refresh .contact-cta-restyle .contact-form-success h2 {
        font-size: 24px;
        margin: 0 0 10px; }
      body .eq-refresh .contact-cta-restyle .contact-form-success h3 {
        font-size: 18px !important;
        line-height: 1.4; }
    body .eq-refresh .field-wrapper {
      position: relative; }
    body .eq-refresh .we-video-overlay .video-overlay {
      opacity: 0;
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.7);
      z-index: -1;
      -webkit-transition: opacity 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
      body .eq-refresh .we-video-overlay .video-overlay .video-container {
        position: relative;
        width: 100%;
        padding: 10px;
        background: #FFFFFF;
        margin: 0 auto;
        max-width: 980px; }
        body .eq-refresh .we-video-overlay .video-overlay .video-container > iframe {
          width: 100%;
          z-index: 5; }
      body .eq-refresh .we-video-overlay .video-overlay.we-active {
        opacity: 1;
        z-index: 9999; }
      body .eq-refresh .we-video-overlay .video-overlay .v-middle {
        padding: 0 30px; }
        @media (max-width: 767px) {
          body .eq-refresh .we-video-overlay .video-overlay .v-middle {
            padding: 0 20px; } }
    body .eq-refresh .we-video-overlay .closeVideo {
      position: absolute;
      right: -24px;
      top: -26px;
      width: 25px;
      height: 25px;
      background: #FFFFFF;
      border-radius: 50%;
      border: 1px solid #FFFFFF;
      outline: none;
      cursor: pointer;
      padding: 0; }
      @media (max-width: 767px) {
        body .eq-refresh .we-video-overlay .closeVideo {
          right: 0px;
          top: -32px; } }
      body .eq-refresh .we-video-overlay .closeVideo img {
        width: 100%; }
    body .eq-refresh .team-grid {
      padding: 90px 0 63px; }
      @media (min-width: 992px) and (max-width: 1190px) {
        body .eq-refresh .team-grid {
          padding: 70px 0 60px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .eq-refresh .team-grid {
          padding: 40px 0; } }
      @media (max-width: 767px) {
        body .eq-refresh .team-grid {
          padding: 30px 0; } }
      body .eq-refresh .team-grid .intro-block p {
        font-weight: 300;
        padding-top: 28px; }
      body .eq-refresh .team-grid .column-wrapper {
        font-size: 0;
        padding: 0 20px;
        margin: 25px auto 0;
        text-align: center; }
        @media (max-width: 991px) {
          body .eq-refresh .team-grid .column-wrapper {
            padding: 0; } }
        body .eq-refresh .team-grid .column-wrapper .col {
          display: inline-block;
          float: none;
          vertical-align: top; }
          body .eq-refresh .team-grid .column-wrapper .col .bg-img {
            max-width: 255px;
            max-height: 255px;
            margin: 0 auto;
            overflow: hidden;
            border-radius: 50%; }
            @media (min-width: 992px) and (max-width: 1190px) {
              body .eq-refresh .team-grid .column-wrapper .col .bg-img {
                max-width: 225px;
                max-height: 225px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .team-grid .column-wrapper .col .bg-img {
                max-width: 190px;
                max-height: 190px; } }
            @media (max-width: 767px) {
              body .eq-refresh .team-grid .column-wrapper .col .bg-img {
                max-width: 190px;
                max-height: 190px; } }
          body .eq-refresh .team-grid .column-wrapper .col.col-three {
            max-width: 255px;
            margin: 30px 38px 26px;
            width: 100%; }
            @media (min-width: 992px) and (max-width: 1190px) {
              body .eq-refresh .team-grid .column-wrapper .col.col-three {
                max-width: 225px;
                margin: 30px 35px 26px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .team-grid .column-wrapper .col.col-three {
                max-width: 190px;
                margin: 30px 15px 26px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body .eq-refresh .team-grid .column-wrapper .col.col-three {
                max-width: 190px;
                margin: 20px 15px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              body .eq-refresh .team-grid .column-wrapper .col.col-three {
                max-width: 190px;
                margin: 20px 15px; } }
            @media (max-width: 480px) {
              body .eq-refresh .team-grid .column-wrapper .col.col-three {
                max-width: 190px;
                margin: 20px 15px; } }
          body .eq-refresh .team-grid .column-wrapper .col > a {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 1; }
          body .eq-refresh .team-grid .column-wrapper .col .content-wrap {
            padding-top: 14px; }
          body .eq-refresh .team-grid .column-wrapper .col h6 {
            color: #636466;
            font-weight: 700; }
          body .eq-refresh .team-grid .column-wrapper .col p {
            font-weight: 300;
            color: #636466;
            margin-top: -2px; }
    body .eq-refresh .career-block {
      text-align: center;
      padding: 90px 0 100px;
      background: #efefef; }
      @media (min-width: 992px) and (max-width: 1190px) {
        body .eq-refresh .career-block {
          padding: 70px 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .eq-refresh .career-block {
          padding: 40px 0; } }
      @media (max-width: 767px) {
        body .eq-refresh .career-block {
          padding: 30px 0; } }
      body .eq-refresh .career-block .content h3 {
        margin-bottom: 25px; }
      body .eq-refresh .career-block .content p {
        width: 980px;
        margin: 0 auto 33px auto;
        font-size: 18px; }
        @media (max-width: 1024px) {
          body .eq-refresh .career-block .content p {
            width: 100%; } }
      body .eq-refresh .career-block .content .button > a {
        margin-top: 6px; }
      body .eq-refresh .career-block .content .row {
        position: relative;
        display: inline-block; }
        @media (max-width: 767px) {
          body .eq-refresh .career-block .content .row {
            width: 100%; } }
        body .eq-refresh .career-block .content .row ul {
          list-style-type: none;
          width: 100%;
          padding: 5px 7px;
          font-size: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          @media (max-width: 767px) {
            body .eq-refresh .career-block .content .row ul {
              padding: 0; } }
          body .eq-refresh .career-block .content .row ul:after {
            content: '';
            display: block;
            clear: both; }
          body .eq-refresh .career-block .content .row ul li {
            float: none;
            display: inline-block;
            width: calc(33.33% - 25px);
            padding: 12px 0 37px;
            margin: 0 10px 0 15px; }
            @media (min-width: 596px) and (max-width: 767px) {
              body .eq-refresh .career-block .content .row ul li {
                width: calc(50% - 20px);
                padding: 10px 0 20px;
                margin: 10px; } }
            @media (max-width: 595px) {
              body .eq-refresh .career-block .content .row ul li {
                width: calc(33.33% - 20px);
                padding: 10px 0 20px;
                margin: 10px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              body .eq-refresh .career-block .content .row ul li {
                width: calc(50% - 10px);
                padding: 10px 0;
                margin: 10px 5px; } }
            @media (max-width: 480px) {
              body .eq-refresh .career-block .content .row ul li {
                width: 100%;
                padding: 0;
                margin: 0 0 15px; } }
            body .eq-refresh .career-block .content .row ul li a {
              text-transform: capitalize;
              position: relative;
              text-decoration: none;
              color: #2f93ac;
              font-size: 20px; }
            body .eq-refresh .career-block .content .row ul li .pop-up-content {
              display: none; }
      body .eq-refresh .career-block .career-pop-up {
        position: fixed;
        display: none;
        opacity: 0;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
        width: 100vw;
        height: 100vh;
        z-index: 9999;
        -webkit-transition: opacity 0.3s linear;
        -o-transition: opacity 0.3s linear;
        transition: opacity 0.3s linear; }
        body .eq-refresh .career-block .career-pop-up.active {
          opacity: 1; }
        body .eq-refresh .career-block .career-pop-up .inner-container {
          position: relative;
          width: calc(100% - 40px);
          max-width: 928px;
          padding: 71px 0 51px 80px;
          background: #FFFFFF;
          margin: 0 auto;
          text-align: left;
          border-radius: 4px; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .career-block .career-pop-up .inner-container {
              padding: 40px 0 40px 40px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .eq-refresh .career-block .career-pop-up .inner-container {
              padding: 30px 0 30px 20px; } }
          @media (max-width: 595px) {
            body .eq-refresh .career-block .career-pop-up .inner-container {
              padding: 30px 0 30px 20px; } }
          body .eq-refresh .career-block .career-pop-up .inner-container .close-pop-up {
            position: absolute;
            top: 29px;
            right: 30px;
            width: 15px;
            height: 15px;
            cursor: pointer; }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .career-block .career-pop-up .inner-container .close-pop-up {
                top: 20px;
                right: 20px; } }
            @media (max-width: 767px) {
              body .eq-refresh .career-block .career-pop-up .inner-container .close-pop-up {
                top: 20px;
                right: 20px; } }
            body .eq-refresh .career-block .career-pop-up .inner-container .close-pop-up img {
              width: 100%;
              height: 100%; }
          body .eq-refresh .career-block .career-pop-up .inner-container .pop-up-content {
            overflow: auto;
            width: 100%;
            height: 100%;
            padding-right: 59px;
            -ms-overflow-style: -ms-autohiding-scrollbar; }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .career-block .career-pop-up .inner-container .pop-up-content {
                padding-right: 40px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body .eq-refresh .career-block .career-pop-up .inner-container .pop-up-content {
                padding-right: 33px; } }
            @media (max-width: 595px) {
              body .eq-refresh .career-block .career-pop-up .inner-container .pop-up-content {
                padding-right: 33px; } }
            body .eq-refresh .career-block .career-pop-up .inner-container .pop-up-content h3 {
              color: #0081a2; }
            body .eq-refresh .career-block .career-pop-up .inner-container .pop-up-content h6 {
              color: #0081a2;
              font-size: 20px;
              font-weight: 400;
              margin-top: 44px;
              margin-bottom: 13px;
              display: block; }
              @media (min-width: 768px) and (max-width: 991px) {
                body .eq-refresh .career-block .career-pop-up .inner-container .pop-up-content h6 {
                  margin-top: 30px;
                  margin-bottom: 8px;
                  font-size: 18px; } }
              @media (max-width: 767px) {
                body .eq-refresh .career-block .career-pop-up .inner-container .pop-up-content h6 {
                  font-size: 18px; } }
              @media (min-width: 596px) and (max-width: 767px) {
                body .eq-refresh .career-block .career-pop-up .inner-container .pop-up-content h6 {
                  margin-top: 20px;
                  margin-bottom: 8px; } }
              @media (max-width: 595px) {
                body .eq-refresh .career-block .career-pop-up .inner-container .pop-up-content h6 {
                  margin-top: 20px;
                  margin-bottom: 5px; } }
            body .eq-refresh .career-block .career-pop-up .inner-container .pop-up-content > p {
              color: #626366;
              font-size: 16px;
              letter-spacing: -0.011em;
              font-weight: 300;
              line-height: 1.65;
              padding-top: 24px; }
              @media (min-width: 768px) and (max-width: 991px) {
                body .eq-refresh .career-block .career-pop-up .inner-container .pop-up-content > p {
                  padding-top: 18px; } }
              @media (min-width: 596px) and (max-width: 767px) {
                body .eq-refresh .career-block .career-pop-up .inner-container .pop-up-content > p {
                  padding-top: 18px; } }
            body .eq-refresh .career-block .career-pop-up .inner-container .pop-up-content ul li {
              position: relative;
              padding-left: 14px;
              font-size: 16px;
              font-weight: 300;
              line-height: 1.65;
              color: #626366; }
              body .eq-refresh .career-block .career-pop-up .inner-container .pop-up-content ul li:before {
                content: "";
                position: absolute;
                top: 11px;
                left: 0;
                width: 4px;
                height: 4px;
                border-radius: 50%;
                background: #626366; }
              body .eq-refresh .career-block .career-pop-up .inner-container .pop-up-content ul li p {
                color: #626366;
                font-size: 16px;
                font-weight: 300;
                line-height: 1.65; }
            body .eq-refresh .career-block .career-pop-up .inner-container .pop-up-content .link-container {
              width: 100%;
              text-align: center; }
              body .eq-refresh .career-block .career-pop-up .inner-container .pop-up-content .link-container a {
                display: inline-block;
                margin-top: 43px; }
                @media (min-width: 768px) and (max-width: 991px) {
                  body .eq-refresh .career-block .career-pop-up .inner-container .pop-up-content .link-container a {
                    margin-top: 35px; } }
                @media (min-width: 596px) and (max-width: 767px) {
                  body .eq-refresh .career-block .career-pop-up .inner-container .pop-up-content .link-container a {
                    margin-top: 30px; } }
                @media (max-width: 595px) {
                  body .eq-refresh .career-block .career-pop-up .inner-container .pop-up-content .link-container a {
                    margin-top: 20px; } }
    body .eq-refresh .testimonial-grid .no-result {
      text-align: center; }
      body .eq-refresh .testimonial-grid .no-result h3 {
        font-weight: 400;
        color: #0081a2; }
    body .eq-refresh .testimonial-grid .heading h3 {
      font-weight: 400;
      color: #0081a2; }
    body .eq-refresh .testimonial-grid .search {
      position: relative;
      max-width: 567px;
      margin: 66px auto 0; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .eq-refresh .testimonial-grid .search {
          margin: 40px auto 0; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .eq-refresh .testimonial-grid .search {
          margin: 30px auto 0; } }
      @media (max-width: 595px) {
        body .eq-refresh .testimonial-grid .search {
          margin: 20px auto 0; } }
      body .eq-refresh .testimonial-grid .search .clear-search {
        position: absolute;
        right: 45px;
        top: 0;
        bottom: 0;
        width: 16px;
        height: 38px;
        margin: auto;
        outline: none;
        cursor: pointer;
        font-size: 26px;
        color: #0081a2;
        z-index: 3;
        opacity: 0;
        visibility: hidden; }
        @media (max-width: 767px) {
          body .eq-refresh .testimonial-grid .search .clear-search {
            right: 38px;
            height: 28px;
            font-size: 20px; } }
      body .eq-refresh .testimonial-grid .search input {
        position: relative;
        z-index: 1;
        width: 100%;
        outline: none;
        border: 0;
        border-bottom: 1px solid #0081a2;
        height: 40px;
        padding: 10px 65px 10px 1px;
        font-weight: 400;
        color: #636466;
        font-size: 18px;
        background: transparent;
        border-radius: 0; }
        @media (max-width: 767px) {
          body .eq-refresh .testimonial-grid .search input {
            font-size: 16px; } }
      body .eq-refresh .testimonial-grid .search label {
        font-weight: 400;
        color: #636466;
        opacity: 1;
        font-size: 25px;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .testimonial-grid .search label {
            font-size: 24px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .testimonial-grid .search label {
            font-size: 22px; } }
        @media (max-width: 767px) {
          body .eq-refresh .testimonial-grid .search label {
            font-size: 20px;
            top: 8px; } }
      body .eq-refresh .testimonial-grid .search button {
        position: absolute;
        width: 29px;
        height: 29px;
        right: 5px;
        top: 4px;
        margin: auto;
        cursor: pointer;
        outline: none;
        background: transparent;
        z-index: 1; }
        @media (max-width: 767px) {
          body .eq-refresh .testimonial-grid .search button {
            width: 25px; } }
    body .eq-refresh .testimonial-grid h5 {
      padding: 46px 0 21px;
      color: #000000;
      letter-spacing: 0; }
    body .eq-refresh .testimonial-grid .column-wrapper {
      width: calc(100% + 30px);
      margin-left: -15px;
      overflow: hidden;
      max-width: 1008px;
      margin: 34px auto  0; }
      @media (min-width: 992px) and (max-width: 1190px) {
        body .eq-refresh .testimonial-grid .column-wrapper {
          margin: 30px auto  0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .eq-refresh .testimonial-grid .column-wrapper {
          margin: 30px auto  0;
          width: calc(100% + 20px);
          margin-left: -10px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .eq-refresh .testimonial-grid .column-wrapper {
          margin: 30px auto  0;
          width: calc(100% + 20px);
          margin-left: -10px; } }
      @media (max-width: 595px) {
        body .eq-refresh .testimonial-grid .column-wrapper {
          width: 100%;
          margin-left: 0;
          max-width: 320px;
          margin: 20px auto 0; } }
      body .eq-refresh .testimonial-grid .column-wrapper .col-three {
        background: #f2f2f2;
        margin: 15px;
        width: calc(33.33% - 30px);
        -webkit-transition: height 0.2s ease;
        -o-transition: height 0.2s ease;
        transition: height 0.2s ease;
        text-align: center; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .testimonial-grid .column-wrapper .col-three {
            margin: 10px;
            width: calc(33.33% - 20px); } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .testimonial-grid .column-wrapper .col-three {
            margin: 10px;
            width: calc(50% - 20px); } }
        @media (max-width: 595px) {
          body .eq-refresh .testimonial-grid .column-wrapper .col-three {
            margin: 10px 0;
            width: 100%; } }
        @media (min-width: 992px) {
          body .eq-refresh .testimonial-grid .column-wrapper .col-three:nth-child(3n+1) {
            clear: both; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .testimonial-grid .column-wrapper .col-three:nth-child(3n+1) {
            clear: both; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .testimonial-grid .column-wrapper .col-three:nth-child(odd) {
            clear: both; } }
        body .eq-refresh .testimonial-grid .column-wrapper .col-three.single-item {
          height: auto !important; }
        body .eq-refresh .testimonial-grid .column-wrapper .col-three .col-inner {
          height: inherit;
          border: 1px solid #C6C7C9;
          visibility: hidden;
          background: #FFFFFF;
          visibility: visible\0; }
        body .eq-refresh .testimonial-grid .column-wrapper .col-three > a {
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 1; }
        body .eq-refresh .testimonial-grid .column-wrapper .col-three > span {
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 3;
          cursor: pointer; }
        body .eq-refresh .testimonial-grid .column-wrapper .col-three:hover .bg-img img {
          -o-transform: scale(1.06);
          -webkit-transform: scale(1.06);
          transform: scale(1.06); }
        body .eq-refresh .testimonial-grid .column-wrapper .col-three.no-content {
          border: 0; }
        body .eq-refresh .testimonial-grid .column-wrapper .col-three.play-video:hover .bg-img img {
          -o-transform: scale(1);
          -webkit-transform: scale(1);
          transform: scale(1); }
        body .eq-refresh .testimonial-grid .column-wrapper .col-three .bg-img.small {
          max-height: 157px;
          min-height: 157px; }
        body .eq-refresh .testimonial-grid .column-wrapper .col-three .bg-img img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-transform: scale(1);
          -webkit-transform: scale(1);
          transform: scale(1);
          -webkit-transition: transform 0.4s ease-in-out;
          -o-transition: transform 0.4s ease-in-out;
          -webkit-transition: -webkit-transform 0.4s ease-in-out;
          transition: -webkit-transform 0.4s ease-in-out;
          -o-transition: -o-transform 0.4s ease-in-out;
          transition: transform 0.4s ease-in-out;
          transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out; }
        body .eq-refresh .testimonial-grid .column-wrapper .col-three .bg-img.big {
          height: 100%; }
        body .eq-refresh .testimonial-grid .column-wrapper .col-three .bg-img.overlay:before {
          background-color: rgba(0, 0, 0, 0.4); }
        body .eq-refresh .testimonial-grid .column-wrapper .col-three .bg-img .play-video {
          position: absolute;
          height: 100%;
          width: 100%;
          top: 0;
          left: 0;
          z-index: 5;
          cursor: pointer; }
        body .eq-refresh .testimonial-grid .column-wrapper .col-three .content {
          padding: 20px 25px 30px; }
          body .eq-refresh .testimonial-grid .column-wrapper .col-three .content h5 {
            padding: 0;
            color: #000000;
            -webkit-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
            font-weight: 500; }
          body .eq-refresh .testimonial-grid .column-wrapper .col-three .content .author {
            padding-top: 11px;
            font-size: 0; }
            body .eq-refresh .testimonial-grid .column-wrapper .col-three .content .author span {
              font-size: 14px;
              letter-spacing: 0;
              line-height: 1.714;
              color: #000000;
              font-weight: 700;
              position: relative;
              display: inline-block;
              text-transform: uppercase; }
              body .eq-refresh .testimonial-grid .column-wrapper .col-three .content .author span:after {
                content: '|';
                position: absolute;
                right: 0;
                top: 0; }
              body .eq-refresh .testimonial-grid .column-wrapper .col-three .content .author span:last-child:after {
                display: none; }
          body .eq-refresh .testimonial-grid .column-wrapper .col-three .content p {
            padding-top: 10px;
            font-size: 16px;
            letter-spacing: 0;
            color: #000000;
            font-weight: 400;
            line-height: 1.5; }
            @media (max-width: 767px) {
              body .eq-refresh .testimonial-grid .column-wrapper .col-three .content p {
                line-height: 1.3; } }
            body .eq-refresh .testimonial-grid .column-wrapper .col-three .content p:before {
              content: '';
              position: relative;
              display: inline-block;
              background: url(/wp-content/themes/eyeque/templates/dist/images/quote-left.png);
              width: 5px;
              height: 5px;
              background-size: 100%;
              top: -6px;
              left: -1px;
              background-repeat: no-repeat; }
            body .eq-refresh .testimonial-grid .column-wrapper .col-three .content p:after {
              content: '';
              position: relative;
              display: inline-block;
              background: url(/wp-content/themes/eyeque/templates/dist/images/quote-right.png);
              width: 5px;
              height: 5px;
              background-size: 100%;
              top: -6px;
              right: -1px;
              background-repeat: no-repeat; }
          body .eq-refresh .testimonial-grid .column-wrapper .col-three .content a {
            margin-top: 18px; }
    body .eq-refresh .testimonial-grid .btn-wrap {
      float: left;
      width: 100%;
      text-align: center;
      margin-top: 25px;
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        body .eq-refresh .testimonial-grid .btn-wrap {
          margin-top: 15px; } }
    body .eq-refresh .feature-testimonial .bg-img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
      body .eq-refresh .feature-testimonial .bg-img:before {
        content: '';
        background-image: url(/wp-content/themes/eyeque/templates/dist/images/background_image3.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: .9;
        z-index: 2; }
      body .eq-refresh .feature-testimonial .bg-img > img {
        min-width: 100%;
        min-height: 100%;
        max-height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    body .eq-refresh .feature-testimonial .slider {
      padding: 122px 0 54px;
      position: relative;
      z-index: 3;
      max-width: 940px;
      margin: 0 auto;
      overflow: hidden; }
      @media (min-width: 1190px) {
        body .eq-refresh .feature-testimonial .slider {
          height: 515px; } }
      @media (min-width: 992px) and (max-width: 1190px) {
        body .eq-refresh .feature-testimonial .slider {
          padding: 90px 0 54px;
          max-width: calc(100% - 60px); } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .eq-refresh .feature-testimonial .slider {
          padding: 60px 0 40px;
          max-width: calc(100% - 60px); } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .eq-refresh .feature-testimonial .slider {
          padding: 40px 0;
          max-width: calc(100% - 60px); } }
      @media (max-width: 595px) {
        body .eq-refresh .feature-testimonial .slider {
          padding: 40px 0;
          max-width: calc(100% - 10px); } }
      @media (min-width: 1190px) {
        body .eq-refresh .feature-testimonial .slider.slick-initialized {
          height: auto; } }
      body .eq-refresh .feature-testimonial .slider .slick-track:after {
        content: '';
        display: block;
        clear: both; }
      body .eq-refresh .feature-testimonial .slider .item {
        float: left;
        width: 100%;
        outline: none; }
        @media (max-width: 767px) {
          body .eq-refresh .feature-testimonial .slider .item {
            text-align: center; } }
        body .eq-refresh .feature-testimonial .slider .item .content {
          display: inline-block;
          vertical-align: top;
          width: calc(100% - 176px);
          padding: 0 56px 0 7px; }
          @media (min-width: 992px) and (max-width: 1190px) {
            body .eq-refresh .feature-testimonial .slider .item .content {
              padding: 0 30px 0 20px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .feature-testimonial .slider .item .content {
              padding: 0 30px 0 20px; } }
          @media (max-width: 767px) {
            body .eq-refresh .feature-testimonial .slider .item .content {
              width: 100%;
              padding: 0 10px 20px; } }
          body .eq-refresh .feature-testimonial .slider .item .content p {
            font-size: 24px;
            line-height: 1.25;
            font-weight: 300;
            color: #FFFFFF;
            letter-spacing: 0.025em;
            margin-bottom: 17px; }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .feature-testimonial .slider .item .content p {
                font-size: 22px;
                margin-bottom: 15px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body .eq-refresh .feature-testimonial .slider .item .content p {
                font-size: 20px;
                margin-bottom: 10px; } }
            @media (max-width: 595px) {
              body .eq-refresh .feature-testimonial .slider .item .content p {
                font-size: 18px;
                margin-bottom: 10px; } }
            body .eq-refresh .feature-testimonial .slider .item .content p:after {
              content: '”';
              display: inline;
              font-size: 24px; }
              @media (min-width: 768px) and (max-width: 991px) {
                body .eq-refresh .feature-testimonial .slider .item .content p:after {
                  font-size: 22px; } }
              @media (max-width: 767px) {
                body .eq-refresh .feature-testimonial .slider .item .content p:after {
                  font-size: 20px; } }
            body .eq-refresh .feature-testimonial .slider .item .content p:before {
              content: '”';
              display: inline;
              font-size: 24px; }
              @media (min-width: 768px) and (max-width: 991px) {
                body .eq-refresh .feature-testimonial .slider .item .content p:before {
                  font-size: 22px; } }
              @media (max-width: 767px) {
                body .eq-refresh .feature-testimonial .slider .item .content p:before {
                  font-size: 20px; } }
          body .eq-refresh .feature-testimonial .slider .item .content h5 {
            font-size: 18px;
            line-height: 1;
            color: #FFFFFF;
            margin-bottom: 9px;
            font-weight: 700; }
            @media (max-width: 767px) {
              body .eq-refresh .feature-testimonial .slider .item .content h5 {
                font-size: 16px;
                margin-bottom: 6px; } }
          body .eq-refresh .feature-testimonial .slider .item .content h6 {
            color: #FFFFFF;
            font-size: 16px;
            letter-spacing: -0.010em;
            font-weight: 400; }
            @media (max-width: 767px) {
              body .eq-refresh .feature-testimonial .slider .item .content h6 {
                font-size: 14px; } }
        body .eq-refresh .feature-testimonial .slider .item .image {
          height: 163px;
          width: 163px;
          overflow: hidden;
          display: inline-block;
          vertical-align: top;
          border-radius: 50%;
          border: 4px solid #fff; }
          @media (max-width: 767px) {
            body .eq-refresh .feature-testimonial .slider .item .image {
              margin-top: 0; } }
      body .eq-refresh .feature-testimonial .slider .slick-dots {
        margin-top: 66px;
        text-align: center; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .feature-testimonial .slider .slick-dots {
            margin-top: 50px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .feature-testimonial .slider .slick-dots {
            margin-top: 40px; } }
        @media (max-width: 767px) {
          body .eq-refresh .feature-testimonial .slider .slick-dots {
            margin-top: 25px; } }
        body .eq-refresh .feature-testimonial .slider .slick-dots > li {
          display: inline-block;
          position: relative;
          cursor: pointer;
          margin-right: 15px;
          height: 25px;
          width: 25px;
          border-radius: 50%;
          border: 1px solid transparent; }
          @media (min-width: 596px) and (max-width: 767px) {
            body .eq-refresh .feature-testimonial .slider .slick-dots > li {
              height: 22px;
              width: 22px; } }
          @media (max-width: 595px) {
            body .eq-refresh .feature-testimonial .slider .slick-dots > li {
              height: 20px;
              width: 20px; } }
          body .eq-refresh .feature-testimonial .slider .slick-dots > li:last-child {
            margin-right: 0; }
          body .eq-refresh .feature-testimonial .slider .slick-dots > li.slick-active {
            border: 1px solid #FFF; }
          body .eq-refresh .feature-testimonial .slider .slick-dots > li button::-moz-focus-inner {
            border: 0; }
          body .eq-refresh .feature-testimonial .slider .slick-dots > li > button {
            font-size: 0;
            width: 15px;
            height: 15px;
            background-color: #FFFFFF;
            border-radius: 50%;
            outline: none;
            position: absolute;
            left: 4px;
            top: 4px;
            cursor: pointer; }
            @media (min-width: 596px) and (max-width: 767px) {
              body .eq-refresh .feature-testimonial .slider .slick-dots > li > button {
                width: 12px;
                height: 12px;
                left: 4px;
                top: 4px; } }
            @media (max-width: 595px) {
              body .eq-refresh .feature-testimonial .slider .slick-dots > li > button {
                width: 10px;
                height: 10px;
                left: 4px;
                top: 4px; } }
          body .eq-refresh .feature-testimonial .slider .slick-dots > li.slick-active:after {
            border: 1px solid #FFFFFF; }
    body .eq-refresh .feature-testimonial .slide-nav {
      position: absolute;
      top: calc(50% - 72px);
      width: 100%;
      left: 0;
      z-index: 2; }
      @media (min-width: 992px) and (max-width: 1190px) {
        body .eq-refresh .feature-testimonial .slide-nav {
          top: calc(50% - 20px); } }
      @media (max-width: 991px) {
        body .eq-refresh .feature-testimonial .slide-nav {
          top: calc(50% - 20px); } }
      body .eq-refresh .feature-testimonial .slide-nav .slide-prev {
        float: left;
        cursor: pointer;
        position: relative;
        left: 20px;
        width: 23px; }
        body .eq-refresh .feature-testimonial .slide-nav .slide-prev > img {
          width: 100%;
          height: 100%; }
        @media (max-width: 595px) {
          body .eq-refresh .feature-testimonial .slide-nav .slide-prev {
            width: 15px;
            left: 10px; } }
      body .eq-refresh .feature-testimonial .slide-nav .slide-next {
        float: right;
        cursor: pointer;
        position: relative;
        right: 20px;
        width: 23px; }
        body .eq-refresh .feature-testimonial .slide-nav .slide-next > img {
          width: 100%;
          height: 100%; }
        @media (max-width: 595px) {
          body .eq-refresh .feature-testimonial .slide-nav .slide-next {
            width: 15px;
            right: 10px; } }
    body .eq-refresh .logo-block h3 {
      text-align: center;
      font-weight: 400;
      color: #0081a2;
      margin-bottom: 57px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .eq-refresh .logo-block h3 {
          margin-bottom: 40px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .eq-refresh .logo-block h3 {
          margin-bottom: 35px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body .eq-refresh .logo-block h3 {
          margin-bottom: 25px; } }
      @media (max-width: 480px) {
        body .eq-refresh .logo-block h3 {
          margin-bottom: 15px; } }
    body .eq-refresh .logo-block .column-wrapper {
      font-size: 0;
      margin: 0px -10px;
      width: calc(100% + 20px);
      padding-bottom: 8px; }
      @media (min-width: 992px) and (max-width: 1190px) {
        body .eq-refresh .logo-block .column-wrapper {
          padding-bottom: 0; } }
      @media (max-width: 991px) {
        body .eq-refresh .logo-block .column-wrapper {
          padding-bottom: 0; } }
      body .eq-refresh .logo-block .column-wrapper .col-five {
        float: none;
        margin: 0 17px;
        width: calc(20% - 31px);
        display: inline-block;
        vertical-align: middle; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .logo-block .column-wrapper .col-five {
            margin: 15px 17px;
            width: calc(33.33% - 34px); } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .logo-block .column-wrapper .col-five {
            margin: 15px 17px;
            width: calc(33.33% - 34px); } }
        @media (min-width: 481px) and (max-width: 595px) {
          body .eq-refresh .logo-block .column-wrapper .col-five {
            margin: 15px;
            width: calc(50% - 34px); } }
        @media (max-width: 480px) {
          body .eq-refresh .logo-block .column-wrapper .col-five {
            margin: 15px 0;
            width: 100%; } }
        body .eq-refresh .logo-block .column-wrapper .col-five:first-child {
          margin-left: 0;
          text-align: left; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .logo-block .column-wrapper .col-five:first-child {
              text-align: center; } }
          @media (max-width: 767px) {
            body .eq-refresh .logo-block .column-wrapper .col-five:first-child {
              text-align: center; } }
          body .eq-refresh .logo-block .column-wrapper .col-five:first-child img {
            width: 132px; }
        body .eq-refresh .logo-block .column-wrapper .col-five:nth-child(2) img {
          width: 159px; }
        body .eq-refresh .logo-block .column-wrapper .col-five:nth-child(3) img {
          width: 133px; }
        body .eq-refresh .logo-block .column-wrapper .col-five:nth-child(4) img {
          width: 103px; }
        body .eq-refresh .logo-block .column-wrapper .col-five:last-child {
          margin-right: 0;
          text-align: right; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .logo-block .column-wrapper .col-five:last-child {
              text-align: center; } }
          @media (max-width: 767px) {
            body .eq-refresh .logo-block .column-wrapper .col-five:last-child {
              text-align: center; } }
          body .eq-refresh .logo-block .column-wrapper .col-five:last-child img {
            width: 123px; }
        body .eq-refresh .logo-block .column-wrapper .col-five img {
          max-height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
    @media (max-width: 767px) {
      body .eq-refresh .image-with-content .col-two {
        height: auto !important; } }
    body .eq-refresh .image-with-content .col-two.left.bg-img-blue {
      background: #0081a2; }
    body .eq-refresh .image-with-content .col-two.left.bg-img-grey {
      background-color: #f2f2f2; }
    body .eq-refresh .image-with-content .col-two.left.bg-img-orange {
      background-color: #ee3e6d; }
    body .eq-refresh .image-with-content .col-two .image {
      height: inherit; }
      @media (min-width: 596px) and (max-width: 767px) {
        body .eq-refresh .image-with-content .col-two .image {
          height: 300px; } }
      @media (max-width: 595px) {
        body .eq-refresh .image-with-content .col-two .image {
          height: 260px; } }
      body .eq-refresh .image-with-content .col-two .image img {
        min-height: 100%;
        min-width: 100%;
        max-height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    body .eq-refresh .image-with-content .col-two .content {
      padding: 90px 110px 97px;
      visibility: hidden; }
      @media (min-width: 992px) and (max-width: 1190px) {
        body .eq-refresh .image-with-content .col-two .content {
          padding: 80px 70px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .eq-refresh .image-with-content .col-two .content {
          padding: 60px 30px; } }
      @media (max-width: 767px) {
        body .eq-refresh .image-with-content .col-two .content {
          padding: 30px 20px !important; } }
      body .eq-refresh .image-with-content .col-two .content h3 {
        font-weight: 400;
        margin-bottom: 21px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .image-with-content .col-two .content h3 {
            margin-bottom: 10px; } }
        @media (max-width: 767px) {
          body .eq-refresh .image-with-content .col-two .content h3 {
            margin-bottom: 7px; } }
      body .eq-refresh .image-with-content .col-two .content h6 {
        font-size: 16px;
        color: #626366;
        margin-bottom: 19px;
        font-weight: 700;
        text-transform: uppercase; }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .image-with-content .col-two .content h6 {
            margin-bottom: 17px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .image-with-content .col-two .content h6 {
            margin-bottom: 15px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .image-with-content .col-two .content h6 {
            margin-bottom: 12px; } }
        @media (max-width: 595px) {
          body .eq-refresh .image-with-content .col-two .content h6 {
            margin-bottom: 10px; } }
      body .eq-refresh .image-with-content .col-two .content p {
        line-height: 1.625;
        color: #626366;
        margin-bottom: 15px;
        font-weight: 300; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .image-with-content .col-two .content p {
            margin-bottom: 10px; } }
        @media (max-width: 767px) {
          body .eq-refresh .image-with-content .col-two .content p {
            margin-bottom: 7px; } }
        body .eq-refresh .image-with-content .col-two .content p:last-child {
          margin-bottom: 0; }
      body .eq-refresh .image-with-content .col-two .content ul {
        padding-left: 51px;
        margin-top: 18px; }
        @media (max-width: 991px) {
          body .eq-refresh .image-with-content .col-two .content ul {
            padding-left: 25px; } }
        body .eq-refresh .image-with-content .col-two .content ul li {
          line-height: 1.625;
          color: #626366;
          margin-bottom: 15px;
          position: relative;
          font-weight: 300; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .image-with-content .col-two .content ul li {
              margin-bottom: 10px; } }
          @media (max-width: 767px) {
            body .eq-refresh .image-with-content .col-two .content ul li {
              margin-bottom: 7px; } }
          body .eq-refresh .image-with-content .col-two .content ul li:last-child {
            margin-bottom: 0; }
          body .eq-refresh .image-with-content .col-two .content ul li:before {
            content: '';
            position: absolute;
            left: -51px;
            top: 4px;
            width: 30px;
            height: 30px;
            background-image: url("/wp-content/themes/eyeque/templates/dist/images/svg/checkmark.svg");
            background-repeat: no-repeat;
            background-size: contain; }
            @media (max-width: 991px) {
              body .eq-refresh .image-with-content .col-two .content ul li:before {
                left: -27px;
                top: 4px;
                width: 20px;
                height: 20px; } }
    @media (max-width: 767px) {
      body .eq-refresh .new-image-with-content .col-two {
        height: auto !important; } }
    body .eq-refresh .new-image-with-content .col-two.left.bg-img-blue {
      background: #0081a2; }
    body .eq-refresh .new-image-with-content .col-two.left.bg-img-grey {
      background-color: #f2f2f2; }
    body .eq-refresh .new-image-with-content .col-two.left.bg-img-orange {
      background-color: #ee3e6d; }
    body .eq-refresh .new-image-with-content .col-two .image {
      height: inherit; }
      @media (min-width: 596px) and (max-width: 767px) {
        body .eq-refresh .new-image-with-content .col-two .image {
          height: 300px; } }
      @media (max-width: 595px) {
        body .eq-refresh .new-image-with-content .col-two .image {
          height: 260px; } }
      body .eq-refresh .new-image-with-content .col-two .image img {
        min-height: 100%;
        min-width: 100%;
        max-height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    body .eq-refresh .new-image-with-content .col-two .content {
      padding: 90px 110px 97px;
      visibility: hidden; }
      @media (min-width: 992px) and (max-width: 1190px) {
        body .eq-refresh .new-image-with-content .col-two .content {
          padding: 80px 70px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .eq-refresh .new-image-with-content .col-two .content {
          padding: 60px 30px; } }
      @media (max-width: 767px) {
        body .eq-refresh .new-image-with-content .col-two .content {
          padding: 30px 20px !important; } }
      body .eq-refresh .new-image-with-content .col-two .content h3 {
        font-weight: 400;
        margin-bottom: 21px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .new-image-with-content .col-two .content h3 {
            margin-bottom: 10px; } }
        @media (max-width: 767px) {
          body .eq-refresh .new-image-with-content .col-two .content h3 {
            margin-bottom: 7px; } }
      body .eq-refresh .new-image-with-content .col-two .content h6 {
        font-size: 16px;
        color: #626366;
        margin-bottom: 19px;
        font-weight: 700;
        text-transform: uppercase; }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .new-image-with-content .col-two .content h6 {
            margin-bottom: 17px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .new-image-with-content .col-two .content h6 {
            margin-bottom: 15px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .new-image-with-content .col-two .content h6 {
            margin-bottom: 12px; } }
        @media (max-width: 595px) {
          body .eq-refresh .new-image-with-content .col-two .content h6 {
            margin-bottom: 10px; } }
      body .eq-refresh .new-image-with-content .col-two .content p {
        line-height: 1.625;
        color: #626366;
        margin-bottom: 15px;
        font-weight: 300; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .new-image-with-content .col-two .content p {
            margin-bottom: 10px; } }
        @media (max-width: 767px) {
          body .eq-refresh .new-image-with-content .col-two .content p {
            margin-bottom: 7px; } }
        body .eq-refresh .new-image-with-content .col-two .content p:last-child {
          margin-bottom: 0; }
      body .eq-refresh .new-image-with-content .col-two .content ul {
        padding-left: 51px;
        margin-top: 18px; }
        @media (max-width: 991px) {
          body .eq-refresh .new-image-with-content .col-two .content ul {
            padding-left: 25px; } }
        body .eq-refresh .new-image-with-content .col-two .content ul li {
          line-height: 1.625;
          color: #626366;
          margin-bottom: 15px;
          position: relative;
          font-weight: 300; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .new-image-with-content .col-two .content ul li {
              margin-bottom: 10px; } }
          @media (max-width: 767px) {
            body .eq-refresh .new-image-with-content .col-two .content ul li {
              margin-bottom: 7px; } }
          body .eq-refresh .new-image-with-content .col-two .content ul li:last-child {
            margin-bottom: 0; }
          body .eq-refresh .new-image-with-content .col-two .content ul li:before {
            content: '';
            position: absolute;
            left: -51px;
            top: 4px;
            width: 30px;
            height: 30px;
            background-image: url("/wp-content/themes/eyeque/templates/dist/images/svg/checkmark.svg");
            background-repeat: no-repeat;
            background-size: contain; }
            @media (max-width: 991px) {
              body .eq-refresh .new-image-with-content .col-two .content ul li:before {
                left: -27px;
                top: 4px;
                width: 20px;
                height: 20px; } }
    body .eq-refresh .related-knowledge-center {
      overflow: visible; }
      body .eq-refresh .related-knowledge-center h6 {
        padding: 46px 0 21px;
        font-size: 18px;
        color: #636466;
        letter-spacing: 0; }
      body .eq-refresh .related-knowledge-center .column-wrapper {
        margin-top: 42px;
        width: calc(100% + 30px);
        margin-left: -15px;
        overflow: hidden; }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .related-knowledge-center .column-wrapper {
            margin-top: 38px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .related-knowledge-center .column-wrapper {
            margin-top: 30px;
            width: calc(100% + 20px);
            margin-left: -10px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .related-knowledge-center .column-wrapper {
            margin-top: 20px;
            width: calc(100% + 20px);
            margin-left: -10px; } }
        @media (max-width: 595px) {
          body .eq-refresh .related-knowledge-center .column-wrapper {
            margin-top: 20px;
            width: 100%;
            margin-left: 0; } }
        body .eq-refresh .related-knowledge-center .column-wrapper .col-three {
          background: #f2f2f2;
          margin: 0 15px;
          width: calc(33.33% - 30px); }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .related-knowledge-center .column-wrapper .col-three {
              margin: 0 10px;
              width: calc(33.33% - 20px); } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .eq-refresh .related-knowledge-center .column-wrapper .col-three {
              margin: 10px;
              width: calc(50% - 20px); } }
          @media (max-width: 595px) {
            body .eq-refresh .related-knowledge-center .column-wrapper .col-three {
              margin: 10px 0;
              width: 100%; } }
          body .eq-refresh .related-knowledge-center .column-wrapper .col-three > a {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 1; }
          body .eq-refresh .related-knowledge-center .column-wrapper .col-three:hover .content h6 {
            color: #0f596c; }
          body .eq-refresh .related-knowledge-center .column-wrapper .col-three:hover .content a {
            border-color: #0f596c;
            background: #0f596c; }
          body .eq-refresh .related-knowledge-center .column-wrapper .col-three .bg-img {
            height: 157px; }
            body .eq-refresh .related-knowledge-center .column-wrapper .col-three .bg-img img {
              width: 100%;
              height: 100%;
              -o-object-fit: cover;
                 object-fit: cover; }
          body .eq-refresh .related-knowledge-center .column-wrapper .col-three .content {
            padding: 16px 20px 30px; }
            body .eq-refresh .related-knowledge-center .column-wrapper .col-three .content h6 {
              padding: 0;
              color: #0081a2;
              -webkit-transition: all 0.4s ease;
              -o-transition: all 0.4s ease;
              transition: all 0.4s ease; }
            body .eq-refresh .related-knowledge-center .column-wrapper .col-three .content .author {
              padding-top: 17px;
              font-size: 0; }
              body .eq-refresh .related-knowledge-center .column-wrapper .col-three .content .author span {
                font-size: 14px;
                letter-spacing: 0;
                color: #636466;
                font-weight: 700;
                position: relative;
                padding-right: 6px;
                margin-right: 5px;
                display: inline-block; }
                body .eq-refresh .related-knowledge-center .column-wrapper .col-three .content .author span:after {
                  content: '|';
                  position: absolute;
                  right: 0;
                  top: 0; }
                body .eq-refresh .related-knowledge-center .column-wrapper .col-three .content .author span:last-child {
                  padding-right: 0;
                  margin-right: 0; }
                  body .eq-refresh .related-knowledge-center .column-wrapper .col-three .content .author span:last-child:after {
                    display: none; }
            body .eq-refresh .related-knowledge-center .column-wrapper .col-three .content p {
              padding-top: 9px;
              font-size: 16px;
              letter-spacing: 0;
              color: #636466;
              font-weight: 500;
              line-height: 1.5; }
              @media (max-width: 767px) {
                body .eq-refresh .related-knowledge-center .column-wrapper .col-three .content p {
                  line-height: 1.3; } }
            body .eq-refresh .related-knowledge-center .column-wrapper .col-three .content a {
              margin-top: 18px; }
    body .eq-refresh .product-compare-table {
      background-color: #f2f2f2; }
      body .eq-refresh .product-compare-table h3 {
        color: #0081a2;
        font-size: 33px;
        font-weight: 400;
        text-align: center;
        margin-bottom: 30px; }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .product-compare-table h3 {
            font-size: 30px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .product-compare-table h3 {
            font-size: 28px;
            margin-bottom: 25px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .product-compare-table h3 {
            font-size: 24px;
            margin-bottom: 20px; } }
        @media (max-width: 595px) {
          body .eq-refresh .product-compare-table h3 {
            font-size: 22px;
            margin-bottom: 15px; } }
      body .eq-refresh .product-compare-table table .image {
        margin-bottom: 20px; }
      body .eq-refresh .product-compare-table table h6 {
        font-size: 18px;
        font-weight: 700;
        color: #0081a2; }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .product-compare-table table h6 {
            font-size: 16px; } }
        @media (max-width: 595px) {
          body .eq-refresh .product-compare-table table h6 {
            font-size: 14px; } }
      body .eq-refresh .product-compare-table table p {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.625;
        margin-bottom: 20px; }
        body .eq-refresh .product-compare-table table p:last-child {
          margin-bottom: 0; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .product-compare-table table p {
            margin-bottom: 15px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .product-compare-table table p {
            font-size: 14px;
            margin-bottom: 10px; } }
        @media (max-width: 595px) {
          body .eq-refresh .product-compare-table table p {
            font-size: 14px;
            margin-bottom: 5px; } }
      body .eq-refresh .product-compare-table thead {
        display: block;
        float: left;
        width: 139px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .product-compare-table thead {
            width: 100px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .product-compare-table thead {
            width: 100px; } }
        @media (max-width: 595px) {
          body .eq-refresh .product-compare-table thead {
            width: 80px; } }
        body .eq-refresh .product-compare-table thead tr {
          padding-top: 20px;
          display: inline-block;
          width: 100%;
          vertical-align: top;
          border: none;
          word-break: break-word;
          white-space: normal; }
          body .eq-refresh .product-compare-table thead tr th, body .eq-refresh .product-compare-table thead tr td {
            float: left;
            text-align: left;
            border-left: none;
            width: 100%;
            padding-top: 4px; }
            @media (max-width: 767px) {
              body .eq-refresh .product-compare-table thead tr th, body .eq-refresh .product-compare-table thead tr td {
                padding-top: 0; } }
            body .eq-refresh .product-compare-table thead tr th span, body .eq-refresh .product-compare-table thead tr td span {
              font-size: 18px;
              font-weight: 700; }
              @media (min-width: 596px) and (max-width: 767px) {
                body .eq-refresh .product-compare-table thead tr th span, body .eq-refresh .product-compare-table thead tr td span {
                  font-size: 16px; } }
              @media (max-width: 595px) {
                body .eq-refresh .product-compare-table thead tr th span, body .eq-refresh .product-compare-table thead tr td span {
                  font-size: 14px; } }
      body .eq-refresh .product-compare-table tbody {
        width: calc(100% - 139px);
        position: relative;
        white-space: nowrap;
        font-size: 0;
        float: left; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .product-compare-table tbody {
            width: calc(100% - 100px); } }
        @media (max-width: 767px) {
          body .eq-refresh .product-compare-table tbody {
            width: auto;
            overflow-x: auto;
            white-space: nowrap;
            display: block;
            font-size: 0;
            float: none; } }
        body .eq-refresh .product-compare-table tbody span {
          display: block; }
        body .eq-refresh .product-compare-table tbody tr {
          display: inline-block;
          width: calc(33.33%);
          vertical-align: top;
          border: none;
          word-break: break-word;
          white-space: normal;
          text-align: left;
          padding: 20px 20px 0; }
          @media (max-width: 991px) {
            body .eq-refresh .product-compare-table tbody tr {
              padding: 20px 14px 0; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .eq-refresh .product-compare-table tbody tr {
              width: calc(50%); } }
          @media (min-width: 481px) and (max-width: 595px) {
            body .eq-refresh .product-compare-table tbody tr {
              width: calc(50%); } }
          @media (max-width: 480px) {
            body .eq-refresh .product-compare-table tbody tr {
              width: calc(100%); } }
          body .eq-refresh .product-compare-table tbody tr td, body .eq-refresh .product-compare-table tbody tr th {
            display: block;
            width: 100%;
            border: none;
            padding: 0 0 50px; }
            @media (min-width: 992px) and (max-width: 1190px) {
              body .eq-refresh .product-compare-table tbody tr td, body .eq-refresh .product-compare-table tbody tr th {
                padding: 0 0 40px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .product-compare-table tbody tr td, body .eq-refresh .product-compare-table tbody tr th {
                padding: 0 0 30px; } }
            @media (max-width: 767px) {
              body .eq-refresh .product-compare-table tbody tr td, body .eq-refresh .product-compare-table tbody tr th {
                padding: 0 0 20px; } }
          body .eq-refresh .product-compare-table tbody tr.active {
            background: #e1e1e1;
            border-radius: 8px; }
            body .eq-refresh .product-compare-table tbody tr.active h6 {
              color: #000000; }
      body .eq-refresh .product-compare-table:not(.new-table) table p {
        color: #626366; }
      body .eq-refresh .product-compare-table.new-table table p {
        font-weight: 400; }
    body .eq-refresh .tab-with-grid .tabs {
      width: 100%;
      position: absolute;
      top: 0;
      z-index: 1;
      left: 0; }
      body .eq-refresh .tab-with-grid .tabs:after {
        content: '';
        display: block;
        clear: both; }
      body .eq-refresh .tab-with-grid .tabs .slide-nav .slide-prev {
        cursor: pointer;
        width: 20px;
        left: 5px;
        top: 50px;
        position: absolute; }
        body .eq-refresh .tab-with-grid .tabs .slide-nav .slide-prev img {
          width: 100%;
          height: 100%; }
        body .eq-refresh .tab-with-grid .tabs .slide-nav .slide-prev:after {
          content: '';
          width: 200%;
          height: 200%;
          position: absolute;
          top: -50%;
          left: -5px; }
      body .eq-refresh .tab-with-grid .tabs .slide-nav .slide-next {
        cursor: pointer;
        width: 20px;
        right: 5px;
        top: 50px;
        position: absolute; }
        body .eq-refresh .tab-with-grid .tabs .slide-nav .slide-next:after {
          content: '';
          width: 200%;
          height: 200%;
          position: absolute;
          top: -50%;
          right: -5px; }
        body .eq-refresh .tab-with-grid .tabs .slide-nav .slide-next img {
          width: 100%;
          height: 100%; }
      body .eq-refresh .tab-with-grid .tabs .slide-nav .slick-hidden {
        display: none !important; }
      body .eq-refresh .tab-with-grid .tabs ul.slick-dots {
        position: absolute;
        top: 0;
        visibility: hidden;
        z-index: -1;
        opacity: 0; }
      body .eq-refresh .tab-with-grid .tabs ul li {
        float: left;
        width: calc(20% - 0.8px);
        background-color: #f2f2f2;
        margin-right: 1px;
        height: 122px;
        -webkit-transition: background 0.3s ease;
        -o-transition: background 0.3s ease;
        transition: background 0.3s ease;
        position: relative; }
        @media (max-width: 767px) {
          body .eq-refresh .tab-with-grid .tabs ul li {
            height: 110px; } }
        body .eq-refresh .tab-with-grid .tabs ul li:first-child {
          margin-left: 0; }
        body .eq-refresh .tab-with-grid .tabs ul li:last-child {
          margin-right: 0; }
        body .eq-refresh .tab-with-grid .tabs ul li:after {
          content: '';
          position: absolute;
          width: 0;
          height: 2px;
          background-color: #0081a2;
          left: 0;
          bottom: 0;
          -webkit-transition: width 0.3s ease;
          -o-transition: width 0.3s ease;
          transition: width 0.3s ease; }
        body .eq-refresh .tab-with-grid .tabs ul li.active {
          background-color: #FFFFFF; }
          body .eq-refresh .tab-with-grid .tabs ul li.active:after {
            width: 100%; }
          body .eq-refresh .tab-with-grid .tabs ul li.active span:before {
            background-color: #0081a2; }
        body .eq-refresh .tab-with-grid .tabs ul li:hover span:before {
          background-color: #0081a2; }
        body .eq-refresh .tab-with-grid .tabs ul li > a {
          display: block;
          text-align: center;
          padding: 26px 40px 20px;
          height: inherit; }
          @media (min-width: 1151px) and (max-width: 1200px) {
            body .eq-refresh .tab-with-grid .tabs ul li > a {
              padding: 26px 30px 20px; } }
          @media (min-width: 992px) and (max-width: 1190px) {
            body .eq-refresh .tab-with-grid .tabs ul li > a {
              padding: 20px 20px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .tab-with-grid .tabs ul li > a {
              padding: 20px 20px; } }
          @media (max-width: 767px) {
            body .eq-refresh .tab-with-grid .tabs ul li > a {
              padding: 20px 30px; } }
        body .eq-refresh .tab-with-grid .tabs ul li span {
          display: inline-block;
          font-size: 12px;
          font-weight: 400;
          color: #FFFFFF;
          position: relative;
          z-index: 1;
          margin-bottom: 5px;
          height: 34px;
          width: 34px;
          border: 1px solid #626366;
          border-radius: 50%;
          padding: 8px 7px; }
          body .eq-refresh .tab-with-grid .tabs ul li span:before {
            content: '';
            position: absolute;
            height: 21px;
            width: 21px;
            border-radius: 50%;
            background-color: #626366;
            z-index: -1;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
                 -o-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%); }
        body .eq-refresh .tab-with-grid .tabs ul li p {
          font-size: 18px;
          font-weight: 500;
          color: #636466; }
          @media (min-width: 992px) and (max-width: 1190px) {
            body .eq-refresh .tab-with-grid .tabs ul li p {
              font-size: 16px; } }
          @media (max-width: 991px) {
            body .eq-refresh .tab-with-grid .tabs ul li p {
              font-size: 16px; } }
    body .eq-refresh .tab-with-grid .tab-content {
      margin-top: 122px; }
      @media (min-width: 596px) and (max-width: 767px) {
        body .eq-refresh .tab-with-grid .tab-content {
          margin-top: 110px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body .eq-refresh .tab-with-grid .tab-content {
          margin-top: 110px; } }
      @media (max-width: 480px) {
        body .eq-refresh .tab-with-grid .tab-content {
          margin-top: 110px; } }
      body .eq-refresh .tab-with-grid .tab-content:after {
        content: '';
        display: block;
        clear: both; }
      body .eq-refresh .tab-with-grid .tab-content .item {
        overflow: hidden;
        clear: both; }
      @media (min-width: 1901px) {
        body .eq-refresh .tab-with-grid .tab-content .col-two {
          height: 700px !important; } }
      @media (max-width: 767px) {
        body .eq-refresh .tab-with-grid .tab-content .col-two {
          height: auto !important; } }
      body .eq-refresh .tab-with-grid .tab-content .col-two .content {
        padding: 119px 95px; }
        @media (min-width: 1901px) {
          body .eq-refresh .tab-with-grid .tab-content .col-two .content {
            position: relative;
            top: 50%;
            -o-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .tab-with-grid .tab-content .col-two .content {
            padding: 80px 40px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .tab-with-grid .tab-content .col-two .content {
            padding: 40px 30px; } }
        @media (max-width: 767px) {
          body .eq-refresh .tab-with-grid .tab-content .col-two .content {
            display: block; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .tab-with-grid .tab-content .col-two .content {
            padding: 40px !important; } }
        @media (max-width: 595px) {
          body .eq-refresh .tab-with-grid .tab-content .col-two .content {
            padding: 40px 20px !important; } }
        body .eq-refresh .tab-with-grid .tab-content .col-two .content > span {
          display: inline-block;
          font-size: 22px;
          font-weight: 400;
          color: #FFFFFF;
          position: relative;
          z-index: 1; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .tab-with-grid .tab-content .col-two .content > span {
              font-size: 18px; } }
          @media (max-width: 767px) {
            body .eq-refresh .tab-with-grid .tab-content .col-two .content > span {
              font-size: 17px; } }
          @media (max-width: 595px) {
            body .eq-refresh .tab-with-grid .tab-content .col-two .content > span {
              display: block;
              text-align: center;
              margin-bottom: 16px; } }
          body .eq-refresh .tab-with-grid .tab-content .col-two .content > span:before {
            content: '';
            position: absolute;
            height: 38px;
            width: 38px;
            border-radius: 50%;
            background-color: #0081a2;
            z-index: -1;
            left: calc(50% - 18px);
            top: calc(50% - 18px); }
            @media (max-width: 991px) {
              body .eq-refresh .tab-with-grid .tab-content .col-two .content > span:before {
                height: 26px;
                width: 26px;
                z-index: -1;
                top: calc(50% - 12px);
                left: calc(50% - 12px); } }
            @media (max-width: 595px) {
              body .eq-refresh .tab-with-grid .tab-content .col-two .content > span:before {
                left: calc(50% - 13px); } }
          body .eq-refresh .tab-with-grid .tab-content .col-two .content > span:after {
            content: '';
            position: absolute;
            height: 63px;
            width: 63px;
            border-radius: 50%;
            border: 1px solid #626366;
            z-index: -1;
            top: calc(50% - 32px);
            left: calc(50% - 32px); }
            @media (max-width: 991px) {
              body .eq-refresh .tab-with-grid .tab-content .col-two .content > span:after {
                height: 44px;
                width: 44px;
                z-index: -1;
                top: calc(50% - 22px);
                left: calc(50% - 22px); } }
            @media (max-width: 595px) {
              body .eq-refresh .tab-with-grid .tab-content .col-two .content > span:after {
                left: calc(50% - 23px); } }
        body .eq-refresh .tab-with-grid .tab-content .col-two .content > ul {
          padding-left: 73px;
          padding-top: 15px; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .tab-with-grid .tab-content .col-two .content > ul {
              padding-left: 58px;
              padding-top: 10px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .eq-refresh .tab-with-grid .tab-content .col-two .content > ul {
              padding-left: 58px;
              padding-top: 10px; } }
          @media (max-width: 595px) {
            body .eq-refresh .tab-with-grid .tab-content .col-two .content > ul {
              padding-left: 20px;
              padding-top: 10px; } }
          body .eq-refresh .tab-with-grid .tab-content .col-two .content > ul > li {
            font-weight: 300;
            font-size: 16px;
            color: #626366;
            line-height: 1.625;
            margin-bottom: 15px;
            position: relative; }
            body .eq-refresh .tab-with-grid .tab-content .col-two .content > ul > li:last-child {
              margin-bottom: 0; }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .tab-with-grid .tab-content .col-two .content > ul > li {
                margin-bottom: 10px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body .eq-refresh .tab-with-grid .tab-content .col-two .content > ul > li {
                margin-bottom: 10px; } }
            body .eq-refresh .tab-with-grid .tab-content .col-two .content > ul > li:after {
              position: absolute;
              content: '';
              background-image: url("/wp-content/themes/eyeque/templates/dist/images/svg/right-arrow.svg");
              background-repeat: no-repeat;
              width: 16px;
              height: 15px;
              top: 9px;
              left: -22px; }
            body .eq-refresh .tab-with-grid .tab-content .col-two .content > ul > li > a {
              font-size: inherit;
              font-weight: inherit;
              color: #0081a2;
              margin: 0; }
        body .eq-refresh .tab-with-grid .tab-content .col-two .content .external-links {
          margin-left: 51px; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .tab-with-grid .tab-content .col-two .content .external-links {
              margin-left: 37px;
              margin-top: 14px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .eq-refresh .tab-with-grid .tab-content .col-two .content .external-links {
              margin-left: 37px;
              margin-top: 14px; } }
          @media (max-width: 595px) {
            body .eq-refresh .tab-with-grid .tab-content .col-two .content .external-links {
              text-align: center;
              margin-left: 0; } }
          body .eq-refresh .tab-with-grid .tab-content .col-two .content .external-links a.btn-app-store {
            margin-right: 30px; }
            @media (min-width: 992px) and (max-width: 1190px) {
              body .eq-refresh .tab-with-grid .tab-content .col-two .content .external-links a.btn-app-store {
                margin-right: 20px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .tab-with-grid .tab-content .col-two .content .external-links a.btn-app-store {
                margin-right: 15px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body .eq-refresh .tab-with-grid .tab-content .col-two .content .external-links a.btn-app-store {
                margin-right: 15px; } }
            @media (max-width: 595px) {
              body .eq-refresh .tab-with-grid .tab-content .col-two .content .external-links a.btn-app-store {
                margin-right: 10px; } }
          body .eq-refresh .tab-with-grid .tab-content .col-two .content .external-links > a.logo {
            display: inline-block;
            max-width: 128px;
            margin-right: 27px; }
            body .eq-refresh .tab-with-grid .tab-content .col-two .content .external-links > a.logo:last-child {
              margin-right: 0; }
            @media (min-width: 992px) and (max-width: 1190px) {
              body .eq-refresh .tab-with-grid .tab-content .col-two .content .external-links > a.logo {
                margin-right: 20px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .tab-with-grid .tab-content .col-two .content .external-links > a.logo {
                margin-right: 15px; } }
            @media (max-width: 767px) {
              body .eq-refresh .tab-with-grid .tab-content .col-two .content .external-links > a.logo {
                margin-right: 10px; } }
            @media (max-width: 595px) {
              body .eq-refresh .tab-with-grid .tab-content .col-two .content .external-links > a.logo {
                max-width: 110px; } }
            body .eq-refresh .tab-with-grid .tab-content .col-two .content .external-links > a.logo > img {
              width: 100%;
              height: 100%; }
      body .eq-refresh .tab-with-grid .tab-content .col-two .image {
        height: inherit; }
        @media (max-width: 767px) {
          body .eq-refresh .tab-with-grid .tab-content .col-two .image {
            display: block;
            overflow: hidden;
            height: 250px; } }
        body .eq-refresh .tab-with-grid .tab-content .col-two .image > img {
          min-height: 100%;
          min-width: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      body .eq-refresh .tab-with-grid .tab-content .col-two h4 {
        color: #0081a2;
        font-weight: 400;
        display: inline-block;
        margin-left: 37px;
        vertical-align: middle;
        width: calc(100% - 52px); }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .tab-with-grid .tab-content .col-two h4 {
            margin-left: 25px;
            width: calc(100% - 36px); } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .tab-with-grid .tab-content .col-two h4 {
            margin-left: 25px;
            width: calc(100% - 36px); } }
        @media (max-width: 595px) {
          body .eq-refresh .tab-with-grid .tab-content .col-two h4 {
            display: block;
            margin-left: 0;
            text-align: center;
            width: 100%; } }
      body .eq-refresh .tab-with-grid .tab-content .col-two p {
        margin-left: 51px;
        margin-top: 26px;
        color: #626366;
        font-weight: 300;
        line-height: 1.625;
        max-width: 290px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .tab-with-grid .tab-content .col-two p {
            margin-left: 37px;
            margin-top: 14px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .tab-with-grid .tab-content .col-two p {
            margin-left: 37px;
            margin-top: 14px;
            max-width: 100%; } }
        @media (max-width: 595px) {
          body .eq-refresh .tab-with-grid .tab-content .col-two p {
            margin-left: 0;
            margin-top: 10px;
            text-align: center;
            max-width: 100%; } }
        body .eq-refresh .tab-with-grid .tab-content .col-two p a {
          color: #0081a2; }
      body .eq-refresh .tab-with-grid .tab-content .col-two a {
        margin-top: 30px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .tab-with-grid .tab-content .col-two a {
            margin-top: 14px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .tab-with-grid .tab-content .col-two a {
            margin-top: 14px; } }
        @media (max-width: 595px) {
          body .eq-refresh .tab-with-grid .tab-content .col-two a {
            margin-top: 10px; } }
    body .eq-refresh .post-detail {
      padding: 50px 0; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .eq-refresh .post-detail {
          padding: 40px 0; } }
      @media (max-width: 767px) {
        body .eq-refresh .post-detail {
          padding: 30px 0; } }
      body .eq-refresh .post-detail .back-link a {
        margin-bottom: 37px;
        display: block; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .post-detail .back-link a {
            margin-bottom: 30px; } }
        @media (max-width: 767px) {
          body .eq-refresh .post-detail .back-link a {
            margin-bottom: 25px; } }
        body .eq-refresh .post-detail .back-link a .icon-container {
          width: 20px;
          height: 20px;
          display: block;
          float: left; }
          body .eq-refresh .post-detail .back-link a .icon-container img {
            width: 100%;
            height: 100%; }
        body .eq-refresh .post-detail .back-link a p {
          color: #0081a2;
          display: inline-block;
          padding: 0 8px;
          font-size: 18px; }
      body .eq-refresh .post-detail .content-wrap h1 {
        color: #0081a2;
        font-size: 47px;
        line-height: 1.15;
        margin-bottom: 32px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .post-detail .content-wrap h1 {
            font-size: 40px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .post-detail .content-wrap h1 {
            font-size: 34px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body .eq-refresh .post-detail .content-wrap h1 {
            font-size: 30px; } }
        @media (max-width: 480px) {
          body .eq-refresh .post-detail .content-wrap h1 {
            font-size: 26px; } }
      body .eq-refresh .post-detail .content-wrap h3 {
        font-weight: 400;
        margin-bottom: 10px;
        font-size: 28px; }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .post-detail .content-wrap h3 {
            font-size: 26px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .post-detail .content-wrap h3 {
            font-size: 24px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .post-detail .content-wrap h3 {
            font-size: 22px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body .eq-refresh .post-detail .content-wrap h3 {
            font-size: 18px; } }
        @media (max-width: 480px) {
          body .eq-refresh .post-detail .content-wrap h3 {
            font-size: 18px; } }
      body .eq-refresh .post-detail .content-wrap .column-wrapper .col-three {
        font-size: 0;
        width: auto;
        margin-right: 55px; }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .post-detail .content-wrap .column-wrapper .col-three {
            margin-right: 50px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .post-detail .content-wrap .column-wrapper .col-three {
            margin-right: 40px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .post-detail .content-wrap .column-wrapper .col-three {
            margin-right: 30px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body .eq-refresh .post-detail .content-wrap .column-wrapper .col-three {
            margin: 15px 20px 15px 0; } }
        @media (max-width: 480px) {
          body .eq-refresh .post-detail .content-wrap .column-wrapper .col-three {
            width: 100%;
            margin: 10px 0; } }
        body .eq-refresh .post-detail .content-wrap .column-wrapper .col-three:last-child {
          margin-right: 0; }
        body .eq-refresh .post-detail .content-wrap .column-wrapper .col-three img {
          max-width: 26px;
          display: inline-block;
          vertical-align: middle;
          float: none; }
        body .eq-refresh .post-detail .content-wrap .column-wrapper .col-three p {
          padding-left: 11px;
          font-size: 14px;
          display: inline-block;
          vertical-align: middle;
          float: none;
          color: #000000;
          margin: 0; }
      body .eq-refresh .post-detail .content-wrap .share-icon {
        text-align: right;
        margin: 52px 15px 19px 0; }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .post-detail .content-wrap .share-icon {
            margin: 40px 15px 19px 0; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .post-detail .content-wrap .share-icon {
            margin: 30px 15px 19px 0; } }
        @media (max-width: 767px) {
          body .eq-refresh .post-detail .content-wrap .share-icon {
            margin: 10px 0 30px;
            float: left;
            width: 100%;
            text-align: center; } }
        body .eq-refresh .post-detail .content-wrap .share-icon ul {
          font-size: 0; }
          body .eq-refresh .post-detail .content-wrap .share-icon ul li {
            display: inline-block;
            vertical-align: middle;
            margin: 0 5px;
            width: 25px; }
            body .eq-refresh .post-detail .content-wrap .share-icon ul li:first-child {
              width: auto; }
            body .eq-refresh .post-detail .content-wrap .share-icon ul li p {
              color: #636466;
              font-size: 18px;
              display: inline-block;
              margin: 0; }
            body .eq-refresh .post-detail .content-wrap .share-icon ul li img {
              width: 100%;
              height: 100%;
              max-width: 24px; }
      body .eq-refresh .post-detail .content-wrap .img-box {
        border-radius: 20px;
        overflow: hidden;
        height: 403px;
        width: 100%; }
        @media (max-width: 480px) {
          body .eq-refresh .post-detail .content-wrap .img-box {
            height: 300px; } }
        body .eq-refresh .post-detail .content-wrap .img-box img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
      body .eq-refresh .post-detail .content-wrap .quote {
        margin: 43px 0;
        padding: 0 0px 0 56px; }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .post-detail .content-wrap .quote {
            padding: 0 45px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .post-detail .content-wrap .quote {
            padding: 0 20px; } }
        @media (max-width: 767px) {
          body .eq-refresh .post-detail .content-wrap .quote {
            margin: 30px 0 0;
            padding: 0;
            text-align: center; } }
        body .eq-refresh .post-detail .content-wrap .quote:after {
          content: '';
          display: block;
          clear: both; }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .post-detail .content-wrap .quote .col-two {
            margin-bottom: 33px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body .eq-refresh .post-detail .content-wrap .quote .col-two {
            margin-bottom: 23px; } }
        @media (max-width: 480px) {
          body .eq-refresh .post-detail .content-wrap .quote .col-two {
            margin-bottom: 15px; } }
        body .eq-refresh .post-detail .content-wrap .quote .col-two:first-child {
          padding: 0px 40px 0 42px; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .post-detail .content-wrap .quote .col-two:first-child {
              padding: 0px 30px; } }
        body .eq-refresh .post-detail .content-wrap .quote .col-two:last-child {
          padding: 0px 28px 0 63px; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .post-detail .content-wrap .quote .col-two:last-child {
              padding: 0px 30px; } }
          @media (max-width: 767px) {
            body .eq-refresh .post-detail .content-wrap .quote .col-two:last-child {
              padding: 0;
              margin-bottom: 0; } }
        body .eq-refresh .post-detail .content-wrap .quote .col-two h5 {
          position: relative;
          color: #636466;
          font-size: 25px;
          font-weight: 700; }
          @media (min-width: 992px) and (max-width: 1190px) {
            body .eq-refresh .post-detail .content-wrap .quote .col-two h5 {
              font-size: 22px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .post-detail .content-wrap .quote .col-two h5 {
              font-size: 20px; } }
          @media (max-width: 767px) {
            body .eq-refresh .post-detail .content-wrap .quote .col-two h5 {
              float: none; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .eq-refresh .post-detail .content-wrap .quote .col-two h5 {
              font-size: 18px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body .eq-refresh .post-detail .content-wrap .quote .col-two h5 {
              font-size: 18px; } }
          @media (max-width: 480px) {
            body .eq-refresh .post-detail .content-wrap .quote .col-two h5 {
              font-size: 16px; } }
          body .eq-refresh .post-detail .content-wrap .quote .col-two h5:before {
            content: '';
            top: -15px;
            left: -60px;
            width: 45px;
            height: 40px;
            position: absolute;
            display: inline-block;
            background-image: url("/wp-content/themes/eyeque/templates/assets/images/left-quote.png");
            background-repeat: no-repeat;
            background-size: 100%; }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .post-detail .content-wrap .quote .col-two h5:before {
                width: 35px;
                height: 30px;
                top: -10px;
                left: -50px; } }
            @media (max-width: 767px) {
              body .eq-refresh .post-detail .content-wrap .quote .col-two h5:before {
                top: -9px;
                left: -38px;
                width: 30px;
                height: 26px; } }
          body .eq-refresh .post-detail .content-wrap .quote .col-two h5:after {
            content: '';
            bottom: -15px;
            right: -60px;
            width: 45px;
            height: 40px;
            position: absolute;
            display: inline-block;
            background-image: url("/wp-content/themes/eyeque/templates/assets/images/right-quote.png");
            background-repeat: no-repeat;
            background-size: 100%; }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .post-detail .content-wrap .quote .col-two h5:after {
                right: -16px;
                width: 35px;
                height: 30px; } }
            @media (max-width: 767px) {
              body .eq-refresh .post-detail .content-wrap .quote .col-two h5:after {
                right: -33px;
                width: 30px;
                height: 26px; } }
        body .eq-refresh .post-detail .content-wrap .quote .col-two p {
          color: #636466;
          line-height: 1.625;
          font-weight: 300;
          letter-spacing: 0; }
          @media (max-width: 767px) {
            body .eq-refresh .post-detail .content-wrap .quote .col-two p {
              float: none;
              margin-top: 30px;
              line-height: 1.4; } }
      body .eq-refresh .post-detail .content-wrap .content-wrapper {
        margin-top: 87px; }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .post-detail .content-wrap .content-wrapper {
            margin-top: 37px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body .eq-refresh .post-detail .content-wrap .content-wrapper {
            margin-top: 27px; } }
        @media (max-width: 480px) {
          body .eq-refresh .post-detail .content-wrap .content-wrapper {
            margin-top: 0; } }
        body .eq-refresh .post-detail .content-wrap .content-wrapper .post-img {
          display: inline-block;
          padding: 20px 20px 20px 0; }
        body .eq-refresh .post-detail .content-wrap .content-wrapper p {
          color: #000000;
          line-height: 1.625;
          margin-bottom: 20px;
          font-weight: 400; }
          @media (max-width: 767px) {
            body .eq-refresh .post-detail .content-wrap .content-wrapper p {
              line-height: 1.4; } }
          body .eq-refresh .post-detail .content-wrap .content-wrapper p a {
            color: #0081a2; }
            body .eq-refresh .post-detail .content-wrap .content-wrapper p a:hover {
              text-decoration: underline; }
        body .eq-refresh .post-detail .content-wrap .content-wrapper ol {
          padding-left: 30px; }
          body .eq-refresh .post-detail .content-wrap .content-wrapper ol li {
            font-size: 18px;
            color: #000000;
            line-height: 1.625;
            margin-bottom: 20px;
            font-weight: 400;
            list-style: decimal; }
            @media (max-width: 767px) {
              body .eq-refresh .post-detail .content-wrap .content-wrapper ol li {
                line-height: 1.4;
                font-size: 16px; } }
            @media (max-width: 595px) {
              body .eq-refresh .post-detail .content-wrap .content-wrapper ol li {
                font-size: 14px; } }
            body .eq-refresh .post-detail .content-wrap .content-wrapper ol li a {
              color: #0081a2; }
              body .eq-refresh .post-detail .content-wrap .content-wrapper ol li a:hover {
                text-decoration: underline; }
        body .eq-refresh .post-detail .content-wrap .content-wrapper ul {
          padding-left: 30px; }
          body .eq-refresh .post-detail .content-wrap .content-wrapper ul li {
            font-size: 18px;
            color: #000000;
            line-height: 1.625;
            margin-bottom: 20px;
            font-weight: 400;
            list-style: disc; }
            @media (max-width: 767px) {
              body .eq-refresh .post-detail .content-wrap .content-wrapper ul li {
                line-height: 1.4;
                font-size: 16px; } }
            @media (max-width: 595px) {
              body .eq-refresh .post-detail .content-wrap .content-wrapper ul li {
                font-size: 14px; } }
            body .eq-refresh .post-detail .content-wrap .content-wrapper ul li a {
              color: #0081a2; }
              body .eq-refresh .post-detail .content-wrap .content-wrapper ul li a:hover {
                text-decoration: underline; }
      body .eq-refresh .post-detail .content-wrap .border {
        width: 100%;
        height: 1px;
        background-color: #d7d7d7;
        margin: 50px 0 0; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .post-detail .content-wrap .border {
            margin: 40px 0; } }
        @media (max-width: 767px) {
          body .eq-refresh .post-detail .content-wrap .border {
            margin: 30px 0; } }
        body .eq-refresh .post-detail .content-wrap .border.margin-30 {
          margin: 30px 0 0; }
          @media (max-width: 767px) {
            body .eq-refresh .post-detail .content-wrap .border.margin-30 {
              margin: 20px 0; } }
      body .eq-refresh .post-detail .content-wrap .buttons {
        margin-top: 50px;
        overflow: hidden; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .post-detail .content-wrap .buttons {
            margin: 40px 0; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .post-detail .content-wrap .buttons {
            margin: 30px 0; } }
        @media (max-width: 595px) {
          body .eq-refresh .post-detail .content-wrap .buttons {
            margin: 0 auto; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body .eq-refresh .post-detail .content-wrap .buttons {
            margin: 30px 0; } }
        body .eq-refresh .post-detail .content-wrap .buttons .left_arrow {
          width: 50%;
          float: left;
          padding-right: 20px; }
          @media (min-width: 1190px) {
            body .eq-refresh .post-detail .content-wrap .buttons .left_arrow {
              width: calc(50% - 30px); } }
          @media (max-width: 480px) {
            body .eq-refresh .post-detail .content-wrap .buttons .left_arrow {
              width: 100%;
              padding-right: 0; } }
          body .eq-refresh .post-detail .content-wrap .buttons .left_arrow .icon-container {
            width: 20px;
            height: 20px;
            display: block;
            float: left;
            margin-right: 5px; }
            body .eq-refresh .post-detail .content-wrap .buttons .left_arrow .icon-container img {
              height: 100%;
              width: 100%; }
        body .eq-refresh .post-detail .content-wrap .buttons .right_arrow {
          width: 50%;
          float: right;
          text-align: right;
          padding-left: 20px; }
          @media (min-width: 1190px) {
            body .eq-refresh .post-detail .content-wrap .buttons .right_arrow {
              width: calc(50% - 20px); } }
          @media (max-width: 480px) {
            body .eq-refresh .post-detail .content-wrap .buttons .right_arrow {
              width: 100%;
              margin-top: 20px;
              padding-left: 0; } }
          body .eq-refresh .post-detail .content-wrap .buttons .right_arrow .icon-container {
            float: right;
            width: 20px;
            height: 20px; }
            body .eq-refresh .post-detail .content-wrap .buttons .right_arrow .icon-container img {
              height: 100%;
              width: 100%; }
        body .eq-refresh .post-detail .content-wrap .buttons a {
          display: block;
          margin: 0 1px 0 4px; }
          @media (min-width: 481px) and (max-width: 595px) {
            body .eq-refresh .post-detail .content-wrap .buttons a {
              margin: 0; } }
          @media (max-width: 480px) {
            body .eq-refresh .post-detail .content-wrap .buttons a {
              margin: 0;
              max-width: 100%; } }
          body .eq-refresh .post-detail .content-wrap .buttons a img {
            display: inline-block;
            vertical-align: top; }
          body .eq-refresh .post-detail .content-wrap .buttons a .content-wrap {
            display: inline-block;
            vertical-align: top;
            width: calc(100% - 30px); }
            @media (max-width: 480px) {
              body .eq-refresh .post-detail .content-wrap .buttons a .content-wrap {
                max-width: 100%; } }
            body .eq-refresh .post-detail .content-wrap .buttons a .content-wrap p {
              color: #0081a2;
              padding: 1px 10px 0 4px;
              font-size: 18px; }
              @media (max-width: 767px) {
                body .eq-refresh .post-detail .content-wrap .buttons a .content-wrap p {
                  font-size: 16px; } }
              @media (max-width: 595px) {
                body .eq-refresh .post-detail .content-wrap .buttons a .content-wrap p {
                  font-size: 14px; } }
    body .eq-refresh .page-not-found .content {
      width: 100%;
      text-align: center;
      padding: 50px 20px;
      margin: 0 auto;
      font-size: 0; }
      @media (max-width: 767px) {
        body .eq-refresh .page-not-found .content {
          padding: 30px 0px; } }
      body .eq-refresh .page-not-found .content h3 {
        color: #0081a2;
        margin-bottom: 20px; }
      body .eq-refresh .page-not-found .content p {
        color: #636466;
        font-size: 18px;
        margin-bottom: 20px; }
        @media (max-width: 480px) {
          body .eq-refresh .page-not-found .content p {
            font-size: 16px; } }
        body .eq-refresh .page-not-found .content p a {
          color: #0081a2; }
      body .eq-refresh .page-not-found .content .col-two {
        display: inline-block;
        float: none;
        vertical-align: middle; }
        body .eq-refresh .page-not-found .content .col-two.inner-wrap {
          padding: 0 0 0 20px; }
          @media (max-width: 767px) {
            body .eq-refresh .page-not-found .content .col-two.inner-wrap {
              padding: 0; } }
        body .eq-refresh .page-not-found .content .col-two .bg-img {
          max-height: 413px; }
          @media (max-width: 767px) {
            body .eq-refresh .page-not-found .content .col-two .bg-img {
              margin-bottom: 30px; } }
    body .eq-refresh .icon-with-content .intro-block p {
      font-weight: 300;
      padding-top: 33px; }
      @media (max-width: 767px) {
        body .eq-refresh .icon-with-content .intro-block p {
          padding-top: 30px; } }
    body .eq-refresh .icon-with-content .column-wrapper {
      font-size: 0;
      padding-top: 30px;
      max-width: 940px;
      margin: 0px auto; }
      body .eq-refresh .icon-with-content .column-wrapper .col-two {
        float: none;
        display: inline-block;
        vertical-align: top;
        padding: 30px 0 22px; }
        @media (max-width: 767px) {
          body .eq-refresh .icon-with-content .column-wrapper .col-two {
            padding: 15px 0; } }
        body .eq-refresh .icon-with-content .column-wrapper .col-two:first-child .icon img {
          width: 100%;
          height: 95px; }
          @media (max-width: 767px) {
            body .eq-refresh .icon-with-content .column-wrapper .col-two:first-child .icon img {
              height: 55px; } }
        @media (max-width: 767px) {
          body .eq-refresh .icon-with-content .column-wrapper .col-two:last-child {
            padding-bottom: 0; } }
        body .eq-refresh .icon-with-content .column-wrapper .col-two:nth-child(even) {
          padding-left: 53px; }
          @media (min-width: 992px) and (max-width: 1190px) {
            body .eq-refresh .icon-with-content .column-wrapper .col-two:nth-child(even) {
              padding-left: 40px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .icon-with-content .column-wrapper .col-two:nth-child(even) {
              padding-left: 0px; } }
          @media (max-width: 767px) {
            body .eq-refresh .icon-with-content .column-wrapper .col-two:nth-child(even) {
              padding-left: 0px; } }
        body .eq-refresh .icon-with-content .column-wrapper .col-two .icon {
          display: inline-block;
          vertical-align: top;
          width: 95px;
          max-height: 95px;
          text-align: center; }
          @media (max-width: 767px) {
            body .eq-refresh .icon-with-content .column-wrapper .col-two .icon {
              width: 65px; } }
          @media (max-width: 767px) {
            body .eq-refresh .icon-with-content .column-wrapper .col-two .icon {
              width: 55px; } }
          body .eq-refresh .icon-with-content .column-wrapper .col-two .icon img {
            width: 100%;
            height: 100%; }
        body .eq-refresh .icon-with-content .column-wrapper .col-two .content {
          display: inline-block;
          vertical-align: top;
          max-width: calc(100% - 148px);
          width: 100%;
          padding-left: 58px; }
          @media (min-width: 992px) and (max-width: 1190px) {
            body .eq-refresh .icon-with-content .column-wrapper .col-two .content {
              padding-left: 40px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .icon-with-content .column-wrapper .col-two .content {
              padding-left: 30px; } }
          @media (max-width: 767px) {
            body .eq-refresh .icon-with-content .column-wrapper .col-two .content {
              padding-left: 20px;
              vertical-align: middle;
              max-width: calc(100% - 55px); } }
          body .eq-refresh .icon-with-content .column-wrapper .col-two .content h6 {
            font-size: 18px;
            color: #636466;
            line-height: 1.33; }
            @media (max-width: 767px) {
              body .eq-refresh .icon-with-content .column-wrapper .col-two .content h6 {
                font-size: 16px; } }
          body .eq-refresh .icon-with-content .column-wrapper .col-two .content p {
            font-size: 18px;
            font-style: italic;
            color: #636466;
            padding-top: 11px;
            line-height: 1.53; }
            @media (max-width: 767px) {
              body .eq-refresh .icon-with-content .column-wrapper .col-two .content p {
                font-size: 12px; } }
            body .eq-refresh .icon-with-content .column-wrapper .col-two .content p a {
              color: #0081a2;
              text-decoration: underline;
              padding-left: 3px; }
    body .eq-refresh .icon-with-content.icon-center .column-wrapper {
      font-size: 0;
      padding-top: 47px;
      width: calc(100% + 126px);
      margin-left: -63px;
      max-width: none; }
      @media (min-width: 992px) and (max-width: 1190px) {
        body .eq-refresh .icon-with-content.icon-center .column-wrapper {
          width: calc(100% + 100px);
          margin-left: -50px;
          padding-top: 60px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .eq-refresh .icon-with-content.icon-center .column-wrapper {
          width: calc(100% + 50px);
          margin-left: -25px;
          padding-top: 50px; } }
      @media (max-width: 767px) {
        body .eq-refresh .icon-with-content.icon-center .column-wrapper {
          margin-left: 0;
          width: 100%;
          padding-top: 30px; } }
      body .eq-refresh .icon-with-content.icon-center .column-wrapper .col-three {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 63px;
        padding-top: 20px;
        width: calc(33.33% - 126px);
        visibility: hidden;
        text-align: center; }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .icon-with-content.icon-center .column-wrapper .col-three {
            margin: 0 50px;
            width: calc(33.33% - 100px); } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .icon-with-content.icon-center .column-wrapper .col-three {
            margin: 0 25px;
            width: calc(33.33% - 50px); } }
        @media (max-width: 767px) {
          body .eq-refresh .icon-with-content.icon-center .column-wrapper .col-three {
            margin: 0 0 30px;
            width: 100%;
            padding-top: 0; } }
        @media (max-width: 767px) {
          body .eq-refresh .icon-with-content.icon-center .column-wrapper .col-three:last-child {
            margin: 0; } }
        body .eq-refresh .icon-with-content.icon-center .column-wrapper .col-three .icon {
          max-width: 112px;
          max-height: 110px;
          margin: 0 auto; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .icon-with-content.icon-center .column-wrapper .col-three .icon {
              max-width: 80px; } }
          @media (max-width: 767px) {
            body .eq-refresh .icon-with-content.icon-center .column-wrapper .col-three .icon {
              max-width: 60px; } }
        body .eq-refresh .icon-with-content.icon-center .column-wrapper .col-three span, body .eq-refresh .icon-with-content.icon-center .column-wrapper .col-three h6 {
          display: block;
          font-size: 19px;
          color: #636466;
          font-weight: 700;
          line-height: 1.84;
          letter-spacing: 0.025em;
          margin-top: 20px; }
          @media (max-width: 767px) {
            body .eq-refresh .icon-with-content.icon-center .column-wrapper .col-three span, body .eq-refresh .icon-with-content.icon-center .column-wrapper .col-three h6 {
              font-size: 16px; } }
        body .eq-refresh .icon-with-content.icon-center .column-wrapper .col-three p {
          font-size: 19px;
          color: #636466;
          font-weight: 300;
          line-height: 1.36;
          letter-spacing: 0.025em;
          margin-top: -3px; }
          @media (min-width: 992px) and (max-width: 1190px) {
            body .eq-refresh .icon-with-content.icon-center .column-wrapper .col-three p {
              margin-top: 0px; } }
          @media (max-width: 991px) {
            body .eq-refresh .icon-with-content.icon-center .column-wrapper .col-three p {
              margin-top: 0px; } }
          @media (max-width: 767px) {
            body .eq-refresh .icon-with-content.icon-center .column-wrapper .col-three p {
              font-size: 16px; } }
    body .eq-refresh .banner-third-level:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #FFFFFF;
      opacity: 0.9; }
    body .eq-refresh .banner-third-level .bg-img {
      height: 650px; }
      body .eq-refresh .banner-third-level .bg-img img {
        width: 100%;
        height: 100%;
        max-height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    body .eq-refresh .banner-third-level .content-wrap {
      position: relative;
      z-index: 1;
      text-align: left;
      font-size: 0;
      padding: 40px 0 84px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .eq-refresh .banner-third-level .content-wrap {
          padding: 40px 0; } }
      @media (max-width: 767px) {
        body .eq-refresh .banner-third-level .content-wrap {
          padding: 30px 0; } }
      body .eq-refresh .banner-third-level .content-wrap .col-two {
        float: none;
        display: inline-block;
        vertical-align: middle; }
        @media (max-width: 767px) {
          body .eq-refresh .banner-third-level .content-wrap .col-two {
            text-align: center; } }
        body .eq-refresh .banner-third-level .content-wrap .col-two.col-img {
          max-width: 541px; }
          @media (max-width: 767px) {
            body .eq-refresh .banner-third-level .content-wrap .col-two.col-img {
              margin: 0 auto;
              float: none;
              display: block; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .eq-refresh .banner-third-level .content-wrap .col-two.col-img {
              max-width: 344px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body .eq-refresh .banner-third-level .content-wrap .col-two.col-img {
              max-width: 300px; } }
          @media (max-width: 480px) {
            body .eq-refresh .banner-third-level .content-wrap .col-two.col-img {
              max-width: 270px; } }
        body .eq-refresh .banner-third-level .content-wrap .col-two .prodact-img {
          max-width: 495px;
          padding-right: 20px; }
          @media (max-width: 767px) {
            body .eq-refresh .banner-third-level .content-wrap .col-two .prodact-img {
              margin: 0 auto;
              padding-right: 0px; } }
        body .eq-refresh .banner-third-level .content-wrap .col-two img {
          width: 100%; }
          @media (max-width: 767px) {
            body .eq-refresh .banner-third-level .content-wrap .col-two img {
              max-width: 300px;
              margin: 0 auto; } }
        @media (max-width: 767px) {
          body .eq-refresh .banner-third-level .content-wrap .col-two.content {
            padding-top: 20px; } }
        body .eq-refresh .banner-third-level .content-wrap .col-two h1 {
          color: #0081a2;
          font-weight: 400; }
        body .eq-refresh .banner-third-level .content-wrap .col-two ul li {
          display: block;
          color: #0081a2;
          font-size: 17px;
          line-height: 1.58; }
          @media (max-width: 767px) {
            body .eq-refresh .banner-third-level .content-wrap .col-two ul li {
              font-size: 16px;
              line-height: 1.3; } }
        body .eq-refresh .banner-third-level .content-wrap .col-two a {
          margin-right: 10px; }
          body .eq-refresh .banner-third-level .content-wrap .col-two a:last-child {
            margin-right: 0; }
        body .eq-refresh .banner-third-level .content-wrap .col-two .content-inner {
          padding: 9px 0 14px; }
          @media (max-width: 767px) {
            body .eq-refresh .banner-third-level .content-wrap .col-two .content-inner {
              padding: 5px 0; } }
    body .eq-refresh .support-tabs {
      padding: 90px 0 100px; }
      @media (min-width: 992px) and (max-width: 1190px) {
        body .eq-refresh .support-tabs {
          padding: 70px 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .eq-refresh .support-tabs {
          padding: 50px 0; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .eq-refresh .support-tabs {
          padding: 40px 0; } }
      @media (max-width: 595px) {
        body .eq-refresh .support-tabs {
          padding: 30px 0; } }
      body .eq-refresh .support-tabs .tabs-wrap {
        padding: 57px 0 58px; }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .support-tabs .tabs-wrap {
            padding: 50px 0; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .support-tabs .tabs-wrap {
            padding: 40px 0; } }
        @media (max-width: 767px) {
          body .eq-refresh .support-tabs .tabs-wrap {
            padding: 30px 0; } }
        body .eq-refresh .support-tabs .tabs-wrap .col-four {
          border-radius: 50%;
          cursor: pointer;
          opacity: 0.5;
          width: 190px;
          height: 190px;
          float: none;
          margin: 0px 13px;
          display: inline-block;
          vertical-align: top; }
          @media (min-width: 992px) and (max-width: 1190px) {
            body .eq-refresh .support-tabs .tabs-wrap .col-four {
              width: 160px;
              height: 160px; } }
          @media (max-width: 991px) {
            body .eq-refresh .support-tabs .tabs-wrap .col-four {
              width: 150px;
              height: 150px; } }
          body .eq-refresh .support-tabs .tabs-wrap .col-four .icon img {
            width: 60px; }
          body .eq-refresh .support-tabs .tabs-wrap .col-four h6 {
            color: #636466;
            max-width: 150px;
            margin: 12px auto 0;
            font-size: 19px; }
            @media (min-width: 992px) and (max-width: 1190px) {
              body .eq-refresh .support-tabs .tabs-wrap .col-four h6 {
                font-size: 16px; } }
            @media (max-width: 991px) {
              body .eq-refresh .support-tabs .tabs-wrap .col-four h6 {
                margin: 0 auto;
                font-size: 16px; } }
          body .eq-refresh .support-tabs .tabs-wrap .col-four:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            opacity: 0;
            width: 192px;
            height: 192px;
            background: url("/wp-content/themes/eyeque/templates/dist/images/circle-border.png");
            background-repeat: no-repeat;
            background-size: 100%; }
            @media (min-width: 992px) and (max-width: 1190px) {
              body .eq-refresh .support-tabs .tabs-wrap .col-four:after {
                width: 162px;
                height: 162px; } }
            @media (max-width: 991px) {
              body .eq-refresh .support-tabs .tabs-wrap .col-four:after {
                width: 152px;
                height: 152px; } }
          body .eq-refresh .support-tabs .tabs-wrap .col-four.active {
            opacity: 1; }
            body .eq-refresh .support-tabs .tabs-wrap .col-four.active:after {
              opacity: 1; }
          body .eq-refresh .support-tabs .tabs-wrap .col-four .content-wrap {
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
                 -o-transform: translateY(-50%);
                    transform: translateY(-50%); }
      body .eq-refresh .support-tabs .tab-content {
        display: none; }
        body .eq-refresh .support-tabs .tab-content:first-of-type {
          display: block; }
        body .eq-refresh .support-tabs .tab-content .content-wrap {
          padding: 42px 0 50px;
          margin-top: 50px; }
          @media (min-width: 992px) and (max-width: 1190px) {
            body .eq-refresh .support-tabs .tab-content .content-wrap {
              padding: 40px 0;
              margin-top: 40px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .support-tabs .tab-content .content-wrap {
              padding: 35px 0;
              margin-top: 35px; } }
          @media (max-width: 767px) {
            body .eq-refresh .support-tabs .tab-content .content-wrap {
              padding: 30px 0;
              margin-top: 30px; } }
          body .eq-refresh .support-tabs .tab-content .content-wrap:first-child {
            margin-top: 0; }
          body .eq-refresh .support-tabs .tab-content .content-wrap h4 {
            text-align: center;
            color: #636466;
            font-weight: 400;
            padding: 0 20px; }
          body .eq-refresh .support-tabs .tab-content .content-wrap p {
            color: #636466;
            text-align: center;
            margin-top: 18px;
            font-weight: 300; }
          body .eq-refresh .support-tabs .tab-content .content-wrap .bg-img {
            max-width: 475px;
            margin: 26px auto 0px; }
            @media (max-width: 767px) {
              body .eq-refresh .support-tabs .tab-content .content-wrap .bg-img:after {
                width: 47px;
                height: 46px; } }
          body .eq-refresh .support-tabs .tab-content .content-wrap .overlay:before {
            cursor: pointer; }
          body .eq-refresh .support-tabs .tab-content .content-wrap .btn-wrap {
            padding-top: 20px; }
            @media (max-width: 767px) {
              body .eq-refresh .support-tabs .tab-content .content-wrap .btn-wrap {
                padding: 20px 15px 0; } }
            body .eq-refresh .support-tabs .tab-content .content-wrap .btn-wrap span {
              font-size: 16px;
              display: inline-block;
              vertical-align: middle;
              color: #636466;
              line-height: 1.6;
              margin-right: 17px;
              font-weight: 300; }
            body .eq-refresh .support-tabs .tab-content .content-wrap .btn-wrap a {
              font-size: 12px;
              padding: 8px 22px 7px 22px; }
          body .eq-refresh .support-tabs .tab-content .content-wrap .column-wrapper {
            margin-top: 58px;
            padding: 0 15px;
            overflow: hidden; }
            @media (min-width: 992px) and (max-width: 1190px) {
              body .eq-refresh .support-tabs .tab-content .content-wrap .column-wrapper {
                margin-top: 38px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .support-tabs .tab-content .content-wrap .column-wrapper {
                margin-top: 30px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body .eq-refresh .support-tabs .tab-content .content-wrap .column-wrapper {
                margin-top: 20px; } }
            @media (max-width: 595px) {
              body .eq-refresh .support-tabs .tab-content .content-wrap .column-wrapper {
                margin-top: 20px;
                width: 100%;
                margin-left: 0; } }
            body .eq-refresh .support-tabs .tab-content .content-wrap .column-wrapper .col-three {
              background: #FFFFFF;
              margin: 0 10px;
              width: calc(33.33% - 20px); }
              @media (min-width: 768px) and (max-width: 991px) {
                body .eq-refresh .support-tabs .tab-content .content-wrap .column-wrapper .col-three {
                  margin: 0 10px;
                  width: calc(33.33% - 20px); } }
              @media (min-width: 596px) and (max-width: 767px) {
                body .eq-refresh .support-tabs .tab-content .content-wrap .column-wrapper .col-three {
                  margin: 10px;
                  width: calc(50% - 20px); } }
              @media (max-width: 595px) {
                body .eq-refresh .support-tabs .tab-content .content-wrap .column-wrapper .col-three {
                  margin: 10px 0 10px;
                  width: 100%;
                  max-width: 475px;
                  float: none;
                  display: inline-block; } }
              body .eq-refresh .support-tabs .tab-content .content-wrap .column-wrapper .col-three > .col-inner > a {
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                z-index: 3; }
              body .eq-refresh .support-tabs .tab-content .content-wrap .column-wrapper .col-three:hover .content h6 {
                color: #0f596c; }
              body .eq-refresh .support-tabs .tab-content .content-wrap .column-wrapper .col-three:hover .content a {
                border-color: #0f596c;
                background: #0f596c; }
              body .eq-refresh .support-tabs .tab-content .content-wrap .column-wrapper .col-three .bg-img {
                margin-top: 0;
                height: 157px;
                border: 1px solid #d7d7d7; }
                body .eq-refresh .support-tabs .tab-content .content-wrap .column-wrapper .col-three .bg-img img {
                  width: 100%;
                  height: 100%;
                  -o-object-fit: cover;
                     object-fit: cover; }
                body .eq-refresh .support-tabs .tab-content .content-wrap .column-wrapper .col-three .bg-img.play-icon {
                  position: relative; }
                  body .eq-refresh .support-tabs .tab-content .content-wrap .column-wrapper .col-three .bg-img.play-icon:before {
                    content: '';
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    top: 0;
                    left: 0;
                    z-index: 1;
                    background-color: rgba(0, 0, 0, 0.3); }
                  body .eq-refresh .support-tabs .tab-content .content-wrap .column-wrapper .col-three .bg-img.play-icon:after {
                    z-index: 2;
                    top: 50%;
                    bottom: auto;
                    -webkit-transform: translateY(-50%);
                         -o-transform: translateY(-50%);
                            transform: translateY(-50%); }
              body .eq-refresh .support-tabs .tab-content .content-wrap .column-wrapper .col-three .content {
                padding: 16px 20px 30px; }
                body .eq-refresh .support-tabs .tab-content .content-wrap .column-wrapper .col-three .content h6 {
                  font-size: 18px;
                  padding: 0;
                  color: #0081a2;
                  -webkit-transition: all 0.4s ease;
                  -o-transition: all 0.4s ease;
                  transition: all 0.4s ease; }
                  @media (max-width: 767px) {
                    body .eq-refresh .support-tabs .tab-content .content-wrap .column-wrapper .col-three .content h6 {
                      font-size: 16px; } }
                body .eq-refresh .support-tabs .tab-content .content-wrap .column-wrapper .col-three .content .author {
                  padding-top: 17px;
                  font-size: 0; }
                  body .eq-refresh .support-tabs .tab-content .content-wrap .column-wrapper .col-three .content .author span {
                    font-size: 14px;
                    letter-spacing: 0;
                    color: #636466;
                    font-weight: 700;
                    position: relative;
                    padding-right: 6px;
                    margin-right: 5px;
                    display: inline-block; }
                    body .eq-refresh .support-tabs .tab-content .content-wrap .column-wrapper .col-three .content .author span:after {
                      content: '|';
                      position: absolute;
                      right: 0;
                      top: 0; }
                    body .eq-refresh .support-tabs .tab-content .content-wrap .column-wrapper .col-three .content .author span:last-child:after {
                      display: none; }
                body .eq-refresh .support-tabs .tab-content .content-wrap .column-wrapper .col-three .content p {
                  margin-top: 0;
                  padding-top: 9px;
                  font-size: 16px;
                  letter-spacing: 0;
                  color: #636466;
                  font-weight: 500;
                  line-height: 1.5; }
                  @media (max-width: 767px) {
                    body .eq-refresh .support-tabs .tab-content .content-wrap .column-wrapper .col-three .content p {
                      line-height: 1.3; } }
                body .eq-refresh .support-tabs .tab-content .content-wrap .column-wrapper .col-three .content a {
                  margin-top: 18px; }
          body .eq-refresh .support-tabs .tab-content .content-wrap.accordion-container {
            padding: 44px 65px; }
            @media (min-width: 992px) and (max-width: 1190px) {
              body .eq-refresh .support-tabs .tab-content .content-wrap.accordion-container {
                padding: 40px 55px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .support-tabs .tab-content .content-wrap.accordion-container {
                padding: 35px 40px; } }
            @media (max-width: 767px) {
              body .eq-refresh .support-tabs .tab-content .content-wrap.accordion-container {
                padding: 30px 20px; } }
            body .eq-refresh .support-tabs .tab-content .content-wrap.accordion-container .accordion {
              margin-bottom: 34px; }
              body .eq-refresh .support-tabs .tab-content .content-wrap.accordion-container .accordion #accordion {
                margin-top: 37px; }
              body .eq-refresh .support-tabs .tab-content .content-wrap.accordion-container .accordion .head {
                position: relative;
                display: block;
                font-size: 18px;
                cursor: pointer;
                outline: none;
                color: #3dc5eb;
                padding: 24px 50px 0 30px;
                font-weight: 500;
                margin-top: 38px; }
                @media (min-width: 768px) and (max-width: 991px) {
                  body .eq-refresh .support-tabs .tab-content .content-wrap.accordion-container .accordion .head {
                    margin-top: 20px; } }
                @media (max-width: 767px) {
                  body .eq-refresh .support-tabs .tab-content .content-wrap.accordion-container .accordion .head {
                    font-size: 16px;
                    margin-top: 10px; } }
                body .eq-refresh .support-tabs .tab-content .content-wrap.accordion-container .accordion .head:before {
                  content: '';
                  position: absolute;
                  left: 0;
                  right: 0;
                  bottom: -8px;
                  opacity: 0;
                  width: calc(100% - 60px);
                  height: 1.5px;
                  background: #d7d7d7;
                  margin: 0 auto; }
                body .eq-refresh .support-tabs .tab-content .content-wrap.accordion-container .accordion .head:after {
                  content: '';
                  position: absolute;
                  right: 29px;
                  top: 34px;
                  width: 12px;
                  height: 7px;
                  background: url(/wp-content/themes/eyeque/templates/dist/images/arrow.svg);
                  background-repeat: no-repeat;
                  -webkit-transform: rotateY(180deg);
                          transform: rotateY(180deg); }
                  @media (max-width: 767px) {
                    body .eq-refresh .support-tabs .tab-content .content-wrap.accordion-container .accordion .head:after {
                      right: 20px; } }
                body .eq-refresh .support-tabs .tab-content .content-wrap.accordion-container .accordion .head.ui-state-active {
                  background: #FFFFFF;
                  color: #0081a2; }
                  body .eq-refresh .support-tabs .tab-content .content-wrap.accordion-container .accordion .head.ui-state-active:after {
                    background: url(/wp-content/themes/eyeque/templates/dist/images/arrow-dark.svg);
                    background-repeat: no-repeat;
                    -webkit-transform: rotate(180deg);
                         -o-transform: rotate(180deg);
                            transform: rotate(180deg); }
                  body .eq-refresh .support-tabs .tab-content .content-wrap.accordion-container .accordion .head.ui-state-active:before {
                    opacity: 1; }
              body .eq-refresh .support-tabs .tab-content .content-wrap.accordion-container .accordion .ui-accordion-content {
                background: #FFFFFF;
                padding: 24px 60px 24px 30px; }
                @media (min-width: 992px) and (max-width: 1190px) {
                  body .eq-refresh .support-tabs .tab-content .content-wrap.accordion-container .accordion .ui-accordion-content {
                    padding: 24px 50px 24px 30px; } }
                @media (min-width: 768px) and (max-width: 991px) {
                  body .eq-refresh .support-tabs .tab-content .content-wrap.accordion-container .accordion .ui-accordion-content {
                    padding: 24px 30px 30px 30px; } }
                @media (max-width: 767px) {
                  body .eq-refresh .support-tabs .tab-content .content-wrap.accordion-container .accordion .ui-accordion-content {
                    padding: 30px; } }
                body .eq-refresh .support-tabs .tab-content .content-wrap.accordion-container .accordion .ui-accordion-content:after {
                  content: '';
                  clear: both;
                  display: block; }
                body .eq-refresh .support-tabs .tab-content .content-wrap.accordion-container .accordion .ui-accordion-content p {
                  margin-top: 0;
                  line-height: 1.62;
                  text-align: left;
                  margin-top: 18px;
                  max-width: 545px;
                  font-weight: 300; }
                  @media (max-width: 767px) {
                    body .eq-refresh .support-tabs .tab-content .content-wrap.accordion-container .accordion .ui-accordion-content p {
                      max-width: 100%;
                      font-size: 14px;
                      line-height: 1.4; } }
                  body .eq-refresh .support-tabs .tab-content .content-wrap.accordion-container .accordion .ui-accordion-content p:first-child {
                    margin-top: 0; }
                  body .eq-refresh .support-tabs .tab-content .content-wrap.accordion-container .accordion .ui-accordion-content p a {
                    color: #0081a2; }
                    body .eq-refresh .support-tabs .tab-content .content-wrap.accordion-container .accordion .ui-accordion-content p a:hover {
                      text-decoration: underline; }
                body .eq-refresh .support-tabs .tab-content .content-wrap.accordion-container .accordion .ui-accordion-content .image {
                  float: right;
                  max-width: 300px; }
                  @media (max-width: 767px) {
                    body .eq-refresh .support-tabs .tab-content .content-wrap.accordion-container .accordion .ui-accordion-content .image {
                      float: none;
                      max-width: 230px;
                      margin: 0 auto; } }
                body .eq-refresh .support-tabs .tab-content .content-wrap.accordion-container .accordion .ui-accordion-content .info {
                  float: left;
                  width: calc(100% - 300px);
                  padding-right: 20px; }
                  @media (max-width: 767px) {
                    body .eq-refresh .support-tabs .tab-content .content-wrap.accordion-container .accordion .ui-accordion-content .info {
                      float: none;
                      width: 100%;
                      padding-top: 30px;
                      padding-right: 0; } }
                  body .eq-refresh .support-tabs .tab-content .content-wrap.accordion-container .accordion .ui-accordion-content .info .link-text a {
                    font-size: 14px;
                    font-weight: 400;
                    color: #0081a2;
                    display: inline-block;
                    margin-right: 10px;
                    position: relative; }
                    body .eq-refresh .support-tabs .tab-content .content-wrap.accordion-container .accordion .ui-accordion-content .info .link-text a:last-child {
                      margin-right: 0; }
                    body .eq-refresh .support-tabs .tab-content .content-wrap.accordion-container .accordion .ui-accordion-content .info .link-text a:before {
                      content: "";
                      position: absolute;
                      left: 50%;
                      right: 50%;
                      bottom: 0px;
                      background: #0081a2;
                      width: 0;
                      height: 2px;
                      -webkit-transition: all 0.3s ease-in-out;
                      -o-transition: all 0.3s ease-in-out;
                      transition: all 0.3s ease-in-out; }
                    body .eq-refresh .support-tabs .tab-content .content-wrap.accordion-container .accordion .ui-accordion-content .info .link-text a:hover {
                      text-decoration: none; }
                      body .eq-refresh .support-tabs .tab-content .content-wrap.accordion-container .accordion .ui-accordion-content .info .link-text a:hover:before {
                        left: 0;
                        right: 0;
                        width: 100%; }
            body .eq-refresh .support-tabs .tab-content .content-wrap.accordion-container .cta-button {
              text-align: center; }
    body .eq-refresh .compare-filter {
      background: -webkit-gradient(linear, left top, right top, from(#0081a2), to(#3dc5eb));
      background: -webkit-linear-gradient(left, #0081a2 0%, #3dc5eb 100%);
      background: -o-linear-gradient(left, #0081a2 0%, #3dc5eb 100%);
      background: linear-gradient(to right, #0081a2 0%, #3dc5eb 100%);
      width: 100%;
      padding: 96px 0 99px; }
      @media (min-width: 992px) and (max-width: 1190px) {
        body .eq-refresh .compare-filter {
          padding: 70px 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .eq-refresh .compare-filter {
          padding: 50px 0; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .eq-refresh .compare-filter {
          padding: 40px 0; } }
      @media (max-width: 595px) {
        body .eq-refresh .compare-filter {
          padding: 30px 0; } }
      body .eq-refresh .compare-filter .content-wrap {
        width: 100%;
        text-align: center;
        display: inline-block; }
        body .eq-refresh .compare-filter .content-wrap h3 {
          font-weight: 400;
          line-height: 1;
          color: #FFFFFF; }
        body .eq-refresh .compare-filter .content-wrap form {
          display: inline-block;
          width: 100%;
          max-width: 846px;
          position: relative; }
          @media (max-width: 767px) {
            body .eq-refresh .compare-filter .content-wrap form {
              padding: 20px 0; } }
          @media (max-width: 480px) {
            body .eq-refresh .compare-filter .content-wrap form {
              padding: 20px 0 40px; } }
          body .eq-refresh .compare-filter .content-wrap form .col-three {
            display: inline-block;
            width: calc(33.33% - 31px);
            margin-right: 31px;
            text-align: left;
            padding: 51px 0 41px 0;
            position: relative; }
            body .eq-refresh .compare-filter .content-wrap form .col-three:nth-child(2) {
              margin-right: 30px; }
              @media (max-width: 991px) {
                body .eq-refresh .compare-filter .content-wrap form .col-three:nth-child(2) {
                  margin-right: 20px; } }
            body .eq-refresh .compare-filter .content-wrap form .col-three:nth-child(3) {
              margin-right: 0; }
            @media (max-width: 991px) {
              body .eq-refresh .compare-filter .content-wrap form .col-three {
                margin-right: 20px; } }
            @media (max-width: 767px) {
              body .eq-refresh .compare-filter .content-wrap form .col-three {
                width: calc(50% - 20px);
                padding: 10px 0; }
                body .eq-refresh .compare-filter .content-wrap form .col-three:nth-child(2) {
                  margin-right: 0; } }
            @media (max-width: 480px) {
              body .eq-refresh .compare-filter .content-wrap form .col-three {
                width: 100%;
                margin-right: 0; } }
            body .eq-refresh .compare-filter .content-wrap form .col-three label {
              display: block;
              font-weight: 400;
              padding-bottom: 16px;
              color: #FFFFFF; }
              @media (max-width: 767px) {
                body .eq-refresh .compare-filter .content-wrap form .col-three label {
                  padding-bottom: 8px; } }
            body .eq-refresh .compare-filter .content-wrap form .col-three .selectboxit-container {
              width: 100% !important;
              display: block; }
              body .eq-refresh .compare-filter .content-wrap form .col-three .selectboxit-container .selectboxit {
                width: 100% !important;
                height: 41px; }
                body .eq-refresh .compare-filter .content-wrap form .col-three .selectboxit-container .selectboxit .selectboxit-default-arrow {
                  width: 10px;
                  height: 10px;
                  border: solid #000000;
                  border-width: 0 2px 2px 0;
                  -webkit-transform: rotate(45deg);
                       -o-transform: rotate(45deg);
                          transform: rotate(45deg);
                  position: absolute;
                  right: 20px;
                  margin-right: 4px;
                  top: 12px;
                  z-index: 2;
                  cursor: pointer; }
              body .eq-refresh .compare-filter .content-wrap form .col-three .selectboxit-container .selectboxit-options {
                width: 100%;
                background: transparent;
                height: 200px;
                border: 0;
                min-width: auto !important; }
                body .eq-refresh .compare-filter .content-wrap form .col-three .selectboxit-container .selectboxit-options li {
                  background-color: #FFFFFF;
                  padding: 5px 10px; }
                  body .eq-refresh .compare-filter .content-wrap form .col-three .selectboxit-container .selectboxit-options li.selectboxit-focus {
                    background-color: #0081c2;
                    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
                    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
                    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
                    background-image: -webkit-gradient(linear, left top, left bottom, from(#0088cc), to(#0077b3));
                    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
                    background-repeat: repeat-x; }
                body .eq-refresh .compare-filter .content-wrap form .col-three .selectboxit-container .selectboxit-options a {
                  color: #636466;
                  font-size: 16px;
                  font-family: "Poppins", sans-serif;
                  font-weight: 300;
                  text-transform: capitalize;
                  white-space: normal;
                  word-break: unset;
                  height: auto;
                  line-height: 1.3;
                  padding: 5px 0;
                  text-indent: 0;
                  background: none !important; }
              body .eq-refresh .compare-filter .content-wrap form .col-three .selectboxit-container .selectboxit-text {
                color: #626366;
                font-weight: 500;
                max-width: 100% !important;
                margin: 5px 7px;
                text-transform: capitalize;
                width: calc(100% - 55px) !important; }
          body .eq-refresh .compare-filter .content-wrap form .tick-mark-wrap {
            display: inline-block;
            position: absolute;
            top: 44%; }
            @media (max-width: 767px) {
              body .eq-refresh .compare-filter .content-wrap form .tick-mark-wrap {
                top: 63%; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body .eq-refresh .compare-filter .content-wrap form .tick-mark-wrap {
                left: 50%; } }
            @media (min-width: 481px) and (max-width: 595px) {
              body .eq-refresh .compare-filter .content-wrap form .tick-mark-wrap {
                left: 50%; } }
            @media (max-width: 480px) {
              body .eq-refresh .compare-filter .content-wrap form .tick-mark-wrap {
                top: 85%;
                right: 0;
                left: 0;
                margin: 0 auto;
                width: 38px; } }
            body .eq-refresh .compare-filter .content-wrap form .tick-mark-wrap .tick-mark {
              position: relative;
              left: 12px;
              top: 13px;
              width: 38px;
              height: 38px; }
              @media (max-width: 991px) {
                body .eq-refresh .compare-filter .content-wrap form .tick-mark-wrap .tick-mark {
                  left: 10%; } }
              @media (min-width: 768px) and (max-width: 991px) {
                body .eq-refresh .compare-filter .content-wrap form .tick-mark-wrap .tick-mark {
                  left: -10px; } }
              @media (min-width: 596px) and (max-width: 767px) {
                body .eq-refresh .compare-filter .content-wrap form .tick-mark-wrap .tick-mark {
                  left: 0; } }
              @media (min-width: 481px) and (max-width: 595px) {
                body .eq-refresh .compare-filter .content-wrap form .tick-mark-wrap .tick-mark {
                  left: 0; } }
              body .eq-refresh .compare-filter .content-wrap form .tick-mark-wrap .tick-mark:before {
                content: "";
                position: absolute;
                left: 0;
                width: 38px;
                height: 38px;
                border-radius: 50%;
                background: #FFFFFF; }
              body .eq-refresh .compare-filter .content-wrap form .tick-mark-wrap .tick-mark:after {
                content: "";
                position: absolute;
                background: url(/wp-content/themes/eyeque/templates/dist/images/svg/checked.svg);
                background-size: 100%;
                background-repeat: no-repeat;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                margin: auto;
                width: 27px;
                height: 27px; }
        body .eq-refresh .compare-filter .content-wrap p {
          font-weight: 700;
          font-size: 20px;
          color: #FFFFFF;
          padding-bottom: 20px;
          bottom: 10px; }
          @media (max-width: 991px) {
            body .eq-refresh .compare-filter .content-wrap p {
              margin: 0;
              font-size: 16px; } }
          @media (max-width: 480px) {
            body .eq-refresh .compare-filter .content-wrap p {
              padding-top: 30px; } }
        body .eq-refresh .compare-filter .content-wrap .btn-default {
          padding: 10px 30px;
          outline: none;
          border: #3094ac; }
    body .eq-refresh .banner-with-video {
      padding: 0; }
      body .eq-refresh .banner-with-video .bg-img {
        height: 650px; }
        body .eq-refresh .banner-with-video .bg-img:after {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          background: rgba(255, 255, 255, 0.7); }
        body .eq-refresh .banner-with-video .bg-img img {
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%;
          height: 100%; }
      body .eq-refresh .banner-with-video:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
      body .eq-refresh .banner-with-video .content-wrap {
        position: relative;
        z-index: 1;
        font-size: 0;
        padding: 74px 0 100px; }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .banner-with-video .content-wrap {
            padding: 70px 0; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .banner-with-video .content-wrap {
            padding: 40px 0; } }
        @media (max-width: 767px) {
          body .eq-refresh .banner-with-video .content-wrap {
            padding: 30px 0; } }
        body .eq-refresh .banner-with-video .content-wrap .col-two {
          float: none;
          display: inline-block;
          vertical-align: middle; }
          body .eq-refresh .banner-with-video .content-wrap .col-two .content {
            max-width: 490px;
            padding-right: 20px;
            padding-bottom: 4px;
            visibility: hidden; }
            @media (min-width: 992px) and (max-width: 1190px) {
              body .eq-refresh .banner-with-video .content-wrap .col-two .content {
                padding-right: 50px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .banner-with-video .content-wrap .col-two .content {
                padding-right: 60px; } }
            @media (max-width: 767px) {
              body .eq-refresh .banner-with-video .content-wrap .col-two .content {
                max-width: 100%;
                padding-right: 0px;
                text-align: center;
                padding-bottom: 30px; } }
            body .eq-refresh .banner-with-video .content-wrap .col-two .content h2 {
              font-size: 40px;
              color: #0081a2;
              letter-spacing: 0; }
              @media (min-width: 992px) and (max-width: 1190px) {
                body .eq-refresh .banner-with-video .content-wrap .col-two .content h2 {
                  font-size: 38px; } }
              @media (min-width: 768px) and (max-width: 991px) {
                body .eq-refresh .banner-with-video .content-wrap .col-two .content h2 {
                  font-size: 34px; } }
              @media (min-width: 596px) and (max-width: 767px) {
                body .eq-refresh .banner-with-video .content-wrap .col-two .content h2 {
                  font-size: 32px; } }
              @media (min-width: 481px) and (max-width: 595px) {
                body .eq-refresh .banner-with-video .content-wrap .col-two .content h2 {
                  font-size: 30px; } }
              @media (max-width: 480px) {
                body .eq-refresh .banner-with-video .content-wrap .col-two .content h2 {
                  font-size: 26px; } }
            body .eq-refresh .banner-with-video .content-wrap .col-two .content span {
              display: block;
              color: #626366;
              font-size: 18px;
              line-height: 1.55;
              font-weight: 700;
              padding-top: 22px; }
              @media (max-width: 767px) {
                body .eq-refresh .banner-with-video .content-wrap .col-two .content span {
                  font-size: 16px; } }
            body .eq-refresh .banner-with-video .content-wrap .col-two .content p {
              color: #626366;
              font-size: 18px;
              line-height: 1.55;
              font-weight: 400;
              padding-top: 11px; }
              @media (max-width: 767px) {
                body .eq-refresh .banner-with-video .content-wrap .col-two .content p {
                  font-size: 16px; } }
          body .eq-refresh .banner-with-video .content-wrap .col-two .video-img {
            float: right;
            max-width: 475px;
            visibility: hidden; }
            @media (max-width: 767px) {
              body .eq-refresh .banner-with-video .content-wrap .col-two .video-img {
                float: none;
                margin: 0 auto; } }
            body .eq-refresh .banner-with-video .content-wrap .col-two .video-img:before {
              cursor: pointer;
              background: rgba(0, 0, 0, 0.4); }
            @media (max-width: 767px) {
              body .eq-refresh .banner-with-video .content-wrap .col-two .video-img:after {
                width: 47px;
                height: 46px; } }
    body .eq-refresh .cta-product.cta-blue {
      background: -webkit-gradient(linear, left top, right top, from(#0081a2), to(#3dc5eb));
      background: -webkit-linear-gradient(left, #0081a2 0%, #3dc5eb 100%);
      background: -o-linear-gradient(left, #0081a2 0%, #3dc5eb 100%);
      background: linear-gradient(to right, #0081a2 0%, #3dc5eb 100%); }
    body .eq-refresh .cta-product.cta-orange {
      background: -webkit-gradient(linear, left top, right top, from(#ee3e6d), to(#ff9f21));
      background: -webkit-linear-gradient(left, #ee3e6d 0%, #ff9f21 100%);
      background: -o-linear-gradient(left, #ee3e6d 0%, #ff9f21 100%);
      background: linear-gradient(to right, #ee3e6d 0%, #ff9f21 100%); }
    body .eq-refresh .cta-product .column-wrapper {
      font-size: 0;
      margin-top: 8px;
      margin-bottom: 12px; }
      @media (max-width: 595px) {
        body .eq-refresh .cta-product .column-wrapper {
          margin: 0; } }
      body .eq-refresh .cta-product .column-wrapper .two-third {
        width: 60%;
        color: #FFFFFF;
        float: none;
        display: inline-block;
        vertical-align: middle; }
        @media (max-width: 595px) {
          body .eq-refresh .cta-product .column-wrapper .two-third {
            width: 100%;
            margin-bottom: 10px; } }
        body .eq-refresh .cta-product .column-wrapper .two-third h3 {
          margin-bottom: 38px;
          font-weight: 400; }
          @media (max-width: 767px) {
            body .eq-refresh .cta-product .column-wrapper .two-third h3 {
              margin-bottom: 15px; } }
        body .eq-refresh .cta-product .column-wrapper .two-third p {
          font-size: 18px;
          max-width: 530px;
          line-height: 1.556; }
          @media (max-width: 480px) {
            body .eq-refresh .cta-product .column-wrapper .two-third p {
              font-size: 16px; } }
        body .eq-refresh .cta-product .column-wrapper .two-third a {
          margin-top: 23px; }
          @media (max-width: 767px) {
            body .eq-refresh .cta-product .column-wrapper .two-third a {
              margin-top: 15px; } }
      body .eq-refresh .cta-product .column-wrapper .one-third {
        width: 40%;
        float: none;
        display: inline-block;
        vertical-align: middle; }
        @media (max-width: 595px) {
          body .eq-refresh .cta-product .column-wrapper .one-third {
            width: 100%;
            margin-top: 10px; } }
        body .eq-refresh .cta-product .column-wrapper .one-third .img-outer {
          max-width: 390px;
          float: right; }
          @media (max-width: 595px) {
            body .eq-refresh .cta-product .column-wrapper .one-third .img-outer {
              float: none;
              margin: 0 auto; } }
    body .eq-refresh .full-width-slider .intro-block p {
      padding-top: 33px;
      font-size: 18px; }
      @media (max-width: 767px) {
        body .eq-refresh .full-width-slider .intro-block p {
          padding-top: 20px; } }
    body .eq-refresh .full-width-slider .slider-wrap {
      position: relative;
      padding-top: 100px; }
      @media (max-width: 767px) {
        body .eq-refresh .full-width-slider .slider-wrap {
          padding-top: 80px; } }
      body .eq-refresh .full-width-slider .slider-wrap.slick-slider {
        position: relative;
        display: block;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent; }
      body .eq-refresh .full-width-slider .slider-wrap .slick-list {
        margin-top: 60px;
        width: 100%;
        position: relative;
        display: block;
        overflow: hidden; }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .full-width-slider .slider-wrap .slick-list {
            margin-top: 50px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .full-width-slider .slider-wrap .slick-list {
            margin-top: 40px; } }
        @media (max-width: 767px) {
          body .eq-refresh .full-width-slider .slider-wrap .slick-list {
            margin-top: 30px; } }
      body .eq-refresh .full-width-slider .slider-wrap .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block; }
        body .eq-refresh .full-width-slider .slider-wrap .slick-track:after {
          content: '';
          display: block;
          clear: both; }
      body .eq-refresh .full-width-slider .slider-wrap .slick-initialized .slick-slide {
        display: block; }
      body .eq-refresh .full-width-slider .slider-wrap .slide-item {
        font-size: 0;
        position: relative;
        float: left;
        overflow: hidden;
        outline: none;
        z-index: 0 !important;
        height: 100%;
        min-height: 1px; }
        @media (max-width: 767px) {
          body .eq-refresh .full-width-slider .slider-wrap .slide-item {
            padding: 0 30px; } }
        body .eq-refresh .full-width-slider .slider-wrap .slide-item .col-two {
          float: none;
          display: inline-block;
          vertical-align: middle;
          margin-top: 16px; }
          @media (max-width: 991px) {
            body .eq-refresh .full-width-slider .slider-wrap .slide-item .col-two {
              margin-top: 0; } }
          body .eq-refresh .full-width-slider .slider-wrap .slide-item .col-two .bg-img {
            padding: 0 0 0 80px;
            visibility: hidden; }
            @media (min-width: 992px) and (max-width: 1190px) {
              body .eq-refresh .full-width-slider .slider-wrap .slide-item .col-two .bg-img {
                padding: 0 0 0 70px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .full-width-slider .slider-wrap .slide-item .col-two .bg-img {
                padding: 0 0 0 60px; } }
            @media (max-width: 767px) {
              body .eq-refresh .full-width-slider .slider-wrap .slide-item .col-two .bg-img {
                max-width: 250px;
                margin: 0 auto;
                padding: 0; } }
          body .eq-refresh .full-width-slider .slider-wrap .slide-item .col-two .content {
            text-align: left;
            padding: 0 60px;
            visibility: hidden; }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .full-width-slider .slider-wrap .slide-item .col-two .content {
                padding: 0 60px; } }
            @media (max-width: 767px) {
              body .eq-refresh .full-width-slider .slider-wrap .slide-item .col-two .content {
                margin: 30px auto 0;
                padding: 0;
                text-align: center; } }
            body .eq-refresh .full-width-slider .slider-wrap .slide-item .col-two .content h4 {
              font-size: 26px;
              letter-spacing: 0;
              color: #636466;
              font-weight: 400; }
              @media (min-width: 992px) and (max-width: 1190px) {
                body .eq-refresh .full-width-slider .slider-wrap .slide-item .col-two .content h4 {
                  font-size: 24px; } }
              @media (min-width: 768px) and (max-width: 991px) {
                body .eq-refresh .full-width-slider .slider-wrap .slide-item .col-two .content h4 {
                  font-size: 22px; } }
              @media (max-width: 767px) {
                body .eq-refresh .full-width-slider .slider-wrap .slide-item .col-two .content h4 {
                  font-size: 20px; } }
            body .eq-refresh .full-width-slider .slider-wrap .slide-item .col-two .content p {
              color: #636466;
              font-size: 19px;
              line-height: 1.36;
              letter-spacing: 0.025em;
              padding-top: 25px;
              font-weight: 300; }
              @media (max-width: 767px) {
                body .eq-refresh .full-width-slider .slider-wrap .slide-item .col-two .content p {
                  font-size: 16px;
                  padding-top: 20px; } }
        body .eq-refresh .full-width-slider .slider-wrap .slide-item .column-wrapper {
          padding-top: 74px;
          max-width: 924px;
          margin: 0 auto; }
          @media (min-width: 992px) and (max-width: 1190px) {
            body .eq-refresh .full-width-slider .slider-wrap .slide-item .column-wrapper {
              padding-top: 60px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .full-width-slider .slider-wrap .slide-item .column-wrapper {
              padding-top: 50px; } }
          @media (max-width: 767px) {
            body .eq-refresh .full-width-slider .slider-wrap .slide-item .column-wrapper {
              padding-top: 20px; } }
          body .eq-refresh .full-width-slider .slider-wrap .slide-item .column-wrapper:after {
            content: '';
            clear: both;
            display: block; }
          body .eq-refresh .full-width-slider .slider-wrap .slide-item .column-wrapper .col-four {
            visibility: hidden;
            padding: 0 30px;
            margin-bottom: 20px; }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .full-width-slider .slider-wrap .slide-item .column-wrapper .col-four {
                padding: 0 15px;
                margin-bottom: 15px; } }
            @media (max-width: 767px) {
              body .eq-refresh .full-width-slider .slider-wrap .slide-item .column-wrapper .col-four {
                padding: 0 0 20px;
                margin-bottom: 0px; } }
            @media (max-width: 767px) {
              body .eq-refresh .full-width-slider .slider-wrap .slide-item .column-wrapper .col-four:last-child {
                padding-bottom: 0; } }
          body .eq-refresh .full-width-slider .slider-wrap .slide-item .column-wrapper h6 {
            font-size: 18px;
            color: #636466;
            font-weight: 700; }
            @media (max-width: 767px) {
              body .eq-refresh .full-width-slider .slider-wrap .slide-item .column-wrapper h6 {
                font-size: 16px; } }
          body .eq-refresh .full-width-slider .slider-wrap .slide-item .column-wrapper p {
            font-size: 18px;
            color: #636466;
            font-style: italic;
            line-height: 1.53;
            padding-top: 12px;
            display: block; }
            @media (max-width: 767px) {
              body .eq-refresh .full-width-slider .slider-wrap .slide-item .column-wrapper p {
                font-size: 12px; } }
            body .eq-refresh .full-width-slider .slider-wrap .slide-item .column-wrapper p a {
              color: #0081a2; }
        body .eq-refresh .full-width-slider .slider-wrap .slide-item.slick-active {
          z-index: 2 !important; }
      body .eq-refresh .full-width-slider .slider-wrap .slick-arrow {
        position: absolute;
        width: 23px;
        height: 17px;
        text-indent: -9999px;
        top: 45.6%;
        margin: auto;
        cursor: pointer;
        outline: none;
        z-index: 3; }
        @media (max-width: 767px) {
          body .eq-refresh .full-width-slider .slider-wrap .slick-arrow {
            width: 20px;
            height: 15px; } }
        body .eq-refresh .full-width-slider .slider-wrap .slick-arrow:after {
          content: '';
          position: absolute;
          right: 0;
          top: 0;
          left: 0;
          bottom: 0;
          margin: auto;
          width: 23px;
          height: 13px; }
      body .eq-refresh .full-width-slider .slider-wrap .slick-prev {
        left: 0;
        background: url(/wp-content/themes/eyeque/templates/dist/images/svg/left-arrow.svg);
        background-size: 100%;
        background-repeat: no-repeat;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        -o-transition: -o-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out, -o-transform .3s ease-in-out; }
        body .eq-refresh .full-width-slider .slider-wrap .slick-prev:hover {
          -webkit-transform: translateX(-5px);
               -o-transform: translateX(-5px);
                  transform: translateX(-5px); }
      body .eq-refresh .full-width-slider .slider-wrap .slick-next {
        right: 0;
        background: url(/wp-content/themes/eyeque/templates/dist/images/svg/right-arrow.svg);
        background-size: 100%;
        background-repeat: no-repeat;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        -o-transition: -o-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out, -o-transform .3s ease-in-out; }
        body .eq-refresh .full-width-slider .slider-wrap .slick-next:hover {
          -webkit-transform: translateX(5px);
               -o-transform: translateX(5px);
                  transform: translateX(5px); }
      body .eq-refresh .full-width-slider .slider-wrap .slick-dots {
        position: absolute;
        width: 100%;
        top: 58px;
        text-align: center; }
        @media (max-width: 767px) {
          body .eq-refresh .full-width-slider .slider-wrap .slick-dots {
            top: 35px; } }
        body .eq-refresh .full-width-slider .slider-wrap .slick-dots li {
          display: inline-block;
          margin: 0 25px; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .full-width-slider .slider-wrap .slick-dots li {
              margin: 0 20px; } }
          @media (max-width: 767px) {
            body .eq-refresh .full-width-slider .slider-wrap .slick-dots li {
              margin: 0 15px; } }
          body .eq-refresh .full-width-slider .slider-wrap .slick-dots li button::-moz-focus-inner {
            border: 0; }
          body .eq-refresh .full-width-slider .slider-wrap .slick-dots li button {
            position: relative;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            font-size: 20px;
            font-family: "Poppins", sans-serif;
            font-weight: 500;
            background: #5a6162;
            color: #FFFFFF;
            cursor: pointer;
            outline: none;
            overflow: visible; }
            @media (max-width: 767px) {
              body .eq-refresh .full-width-slider .slider-wrap .slick-dots li button {
                font-size: 16px;
                width: 26px;
                height: 26px; } }
            body .eq-refresh .full-width-slider .slider-wrap .slick-dots li button:after {
              content: '';
              position: absolute;
              left: -10px;
              top: -10px;
              width: 52px;
              height: 52px;
              border: 2px solid #5a6162;
              border-radius: 50%; }
              @media (max-width: 767px) {
                body .eq-refresh .full-width-slider .slider-wrap .slick-dots li button:after {
                  width: 42px;
                  height: 42px; } }
            body .eq-refresh .full-width-slider .slider-wrap .slick-dots li button:hover {
              background: #0081a1; }
          body .eq-refresh .full-width-slider .slider-wrap .slick-dots li.slick-active button {
            background: #0081a1; }
    @media (max-width: 767px) {
      body .eq-refresh .col-two-block .col-two {
        height: auto !important; } }
    body .eq-refresh .col-two-block .col-two .image {
      height: inherit; }
      @media (min-width: 596px) and (max-width: 767px) {
        body .eq-refresh .col-two-block .col-two .image {
          height: 300px; } }
      @media (max-width: 595px) {
        body .eq-refresh .col-two-block .col-two .image {
          height: 260px; } }
      body .eq-refresh .col-two-block .col-two .image img {
        min-height: 100%;
        min-width: 100%;
        max-height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    body .eq-refresh .col-two-block .col-two .content {
      padding: 90px 110px 97px;
      visibility: hidden; }
      @media (min-width: 992px) and (max-width: 1190px) {
        body .eq-refresh .col-two-block .col-two .content {
          padding: 80px 70px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .eq-refresh .col-two-block .col-two .content {
          padding: 60px 30px; } }
      @media (max-width: 767px) {
        body .eq-refresh .col-two-block .col-two .content {
          padding: 30px 20px !important; } }
      body .eq-refresh .col-two-block .col-two .content h3 {
        font-weight: 400;
        margin-bottom: 21px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .col-two-block .col-two .content h3 {
            margin-bottom: 10px; } }
        @media (max-width: 767px) {
          body .eq-refresh .col-two-block .col-two .content h3 {
            margin-bottom: 7px; } }
      body .eq-refresh .col-two-block .col-two .content p {
        line-height: 1.625;
        color: #626366;
        margin-bottom: 15px;
        font-weight: 300; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .col-two-block .col-two .content p {
            margin-bottom: 10px; } }
        @media (max-width: 767px) {
          body .eq-refresh .col-two-block .col-two .content p {
            margin-bottom: 7px; } }
        body .eq-refresh .col-two-block .col-two .content p:last-child {
          margin-bottom: 0; }
      body .eq-refresh .col-two-block .col-two .content ul {
        padding-left: 51px;
        margin-top: 18px; }
        @media (max-width: 991px) {
          body .eq-refresh .col-two-block .col-two .content ul {
            padding-left: 25px; } }
        body .eq-refresh .col-two-block .col-two .content ul li {
          line-height: 1.625;
          color: #626366;
          margin-bottom: 15px;
          position: relative;
          font-weight: 300; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .col-two-block .col-two .content ul li {
              margin-bottom: 10px; } }
          @media (max-width: 767px) {
            body .eq-refresh .col-two-block .col-two .content ul li {
              margin-bottom: 7px; } }
          body .eq-refresh .col-two-block .col-two .content ul li:last-child {
            margin-bottom: 0; }
          body .eq-refresh .col-two-block .col-two .content ul li:before {
            content: '';
            position: absolute;
            left: -51px;
            top: 4px;
            width: 30px;
            height: 30px;
            background-image: url("/wp-content/themes/eyeque/templates/dist/images/svg/checkmark.svg");
            background-repeat: no-repeat;
            background-size: contain; }
            @media (max-width: 991px) {
              body .eq-refresh .col-two-block .col-two .content ul li:before {
                left: -27px;
                top: 4px;
                width: 20px;
                height: 20px; } }
    body .eq-refresh .quality-block {
      text-align: center;
      padding: 90px 0 70px; }
      @media (min-width: 992px) and (max-width: 1190px) {
        body .eq-refresh .quality-block {
          padding: 70px 0 50px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .eq-refresh .quality-block {
          padding: 40px 0 20px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .eq-refresh .quality-block {
          padding: 30px 0 15px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .eq-refresh .quality-block {
          padding: 30px 0 20px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body .eq-refresh .quality-block {
          padding: 30px 0 20px; } }
      @media (max-width: 480px) {
        body .eq-refresh .quality-block {
          padding: 30px 0 23px; } }
      body .eq-refresh .quality-block h3 {
        font-weight: 400;
        margin-bottom: 70px;
        visibility: hidden; }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .quality-block h3 {
            margin-bottom: 50px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .quality-block h3 {
            margin-bottom: 40px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .quality-block h3 {
            margin-bottom: 30px; } }
        @media (max-width: 595px) {
          body .eq-refresh .quality-block h3 {
            margin-bottom: 20px; } }
      body .eq-refresh .quality-block .image {
        height: 160px; }
        @media (max-width: 480px) {
          body .eq-refresh .quality-block .image {
            height: 155px; } }
        body .eq-refresh .quality-block .image > img {
          min-height: 100%;
          min-width: 100%;
          max-height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      body .eq-refresh .quality-block .content {
        padding: 16px 30px 22px; }
        @media (max-width: 767px) {
          body .eq-refresh .quality-block .content {
            padding: 15px; } }
        body .eq-refresh .quality-block .content h6 {
          color: #FFFFFF;
          font-size: 16px;
          font-weight: 700;
          margin-bottom: 11px; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .quality-block .content h6 {
              margin-bottom: 10px; } }
          @media (max-width: 767px) {
            body .eq-refresh .quality-block .content h6 {
              margin-bottom: 7px; } }
        body .eq-refresh .quality-block .content p {
          color: #FFFFFF;
          font-size: 18px;
          font-weight: 300;
          line-height: 1.42; }
      body .eq-refresh .quality-block .col-two-outer {
        float: left;
        width: calc(100% + 30px);
        margin: 0 -15px; }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .quality-block .col-two-outer {
            width: calc(100% + 20px);
            margin: 0 -10px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .quality-block .col-two-outer {
            width: calc(100% + 12px);
            margin: 0 -6px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .quality-block .col-two-outer {
            width: calc(100% + 12px);
            margin: 0 -6px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body .eq-refresh .quality-block .col-two-outer {
            width: calc(100% + 12px);
            margin: 0 -6px; } }
        @media (max-width: 480px) {
          body .eq-refresh .quality-block .col-two-outer {
            width: 100%;
            margin: 0; } }
        body .eq-refresh .quality-block .col-two-outer .content {
          padding: 16px 40px 17px; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .quality-block .col-two-outer .content {
              padding: 15px 30px; } }
          @media (max-width: 767px) {
            body .eq-refresh .quality-block .col-two-outer .content {
              padding: 15px; } }
        body .eq-refresh .quality-block .col-two-outer .col {
          width: calc(50% - 30px);
          margin: 0 15px 30px;
          visibility: hidden; }
          @media (min-width: 992px) and (max-width: 1190px) {
            body .eq-refresh .quality-block .col-two-outer .col {
              width: calc(50% - 20px);
              margin: 0 10px 25px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .quality-block .col-two-outer .col {
              width: calc(50% - 12px);
              margin: 0 6px 20px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .eq-refresh .quality-block .col-two-outer .col {
              width: calc(50% - 12px);
              margin: 0 6px 15px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body .eq-refresh .quality-block .col-two-outer .col {
              width: calc(50% - 12px);
              margin: 0 6px 10px; } }
          @media (max-width: 480px) {
            body .eq-refresh .quality-block .col-two-outer .col {
              width: 100%;
              margin: 0 0 7px; } }
      body .eq-refresh .quality-block .col-three-outer {
        float: left;
        width: calc(100% + 30px);
        margin: 0 -15px; }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .quality-block .col-three-outer {
            width: calc(100% + 20px);
            margin: 0 -10px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .quality-block .col-three-outer {
            width: calc(100% + 12px);
            margin: 0 -6px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .quality-block .col-three-outer {
            width: calc(100% + 12px);
            margin: 0 -6px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body .eq-refresh .quality-block .col-three-outer {
            width: calc(100% + 12px);
            margin: 0 -6px; } }
        @media (max-width: 480px) {
          body .eq-refresh .quality-block .col-three-outer {
            width: 100%;
            margin: 0; } }
        body .eq-refresh .quality-block .col-three-outer .col {
          width: calc(33.33% - 30px);
          margin: 0 15px 30px;
          visibility: hidden; }
          @media (min-width: 992px) and (max-width: 1190px) {
            body .eq-refresh .quality-block .col-three-outer .col {
              width: calc(33.33% - 20px);
              margin: 0 10px 25px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .quality-block .col-three-outer .col {
              width: calc(33.33% - 12px);
              margin: 0 6px 20px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .eq-refresh .quality-block .col-three-outer .col {
              width: calc(50% - 12px);
              margin: 0 6px 15px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body .eq-refresh .quality-block .col-three-outer .col {
              width: calc(50% - 12px);
              margin: 0 6px 10px; } }
          @media (max-width: 480px) {
            body .eq-refresh .quality-block .col-three-outer .col {
              width: 100%;
              margin: 0 0 7px; } }
        body .eq-refresh .quality-block .col-three-outer .image {
          height: 157px; }
          @media (max-width: 480px) {
            body .eq-refresh .quality-block .col-three-outer .image {
              height: 155px; } }
        body .eq-refresh .quality-block .col-three-outer .content h6 {
          margin-bottom: 14px; }
    body .eq-refresh .subscription-feature-circle {
      text-align: center; }
      body .eq-refresh .subscription-feature-circle h3 {
        font-weight: 400;
        color: #3094ac;
        padding-bottom: 69px; }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .subscription-feature-circle h3 {
            padding-bottom: 60px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .subscription-feature-circle h3 {
            padding-bottom: 40px; } }
        @media (max-width: 767px) {
          body .eq-refresh .subscription-feature-circle h3 {
            padding-bottom: 30px; } }
      body .eq-refresh .subscription-feature-circle .col-three-wrap {
        height: 100%;
        margin: 0 auto;
        display: block;
        font-size: 0;
        padding-bottom: 10px; }
        @media (max-width: 991px) {
          body .eq-refresh .subscription-feature-circle .col-three-wrap {
            padding-bottom: 0; } }
        body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three {
          max-width: inherit;
          width: auto;
          margin: 0 25px;
          position: relative;
          display: inline-block;
          vertical-align: top;
          float: none;
          cursor: pointer; }
          @media (min-width: 992px) and (max-width: 1190px) {
            body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three {
              margin: 0 20px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three {
              margin: 0px 15px; } }
          @media (max-width: 767px) {
            body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three {
              margin: 10px 15px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three {
              width: 100%;
              margin: 10px 0; } }
          @media (max-width: 480px) {
            body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three {
              width: 100%;
              margin: 10px 0; } }
          body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three:nth-child(1) .bg-image .content-wrap.icon-wrap .icon {
            max-width: 70px;
            max-height: 77px;
            margin: 0 auto; }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three:nth-child(1) .bg-image .content-wrap.icon-wrap .icon {
                max-width: 60px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three:nth-child(1) .bg-image .content-wrap.icon-wrap .icon {
                max-width: 50px; } }
            @media (max-width: 595px) {
              body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three:nth-child(1) .bg-image .content-wrap.icon-wrap .icon {
                max-width: 40px; } }
            body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three:nth-child(1) .bg-image .content-wrap.icon-wrap .icon img {
              width: 100%;
              height: 100%; }
          body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three:nth-child(2) .bg-image .content-wrap.icon-wrap .icon {
            max-width: 70px;
            max-height: 59px;
            margin: 0 auto; }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three:nth-child(2) .bg-image .content-wrap.icon-wrap .icon {
                max-width: 60px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three:nth-child(2) .bg-image .content-wrap.icon-wrap .icon {
                max-width: 50px; } }
            @media (max-width: 595px) {
              body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three:nth-child(2) .bg-image .content-wrap.icon-wrap .icon {
                max-width: 40px; } }
            body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three:nth-child(2) .bg-image .content-wrap.icon-wrap .icon img {
              width: 100%;
              height: 100%; }
          body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three:nth-child(3) .bg-image .content-wrap.icon-wrap .icon {
            max-width: 86px;
            max-height: 75px;
            margin: 0 auto; }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three:nth-child(3) .bg-image .content-wrap.icon-wrap .icon {
                max-width: 75px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three:nth-child(3) .bg-image .content-wrap.icon-wrap .icon {
                max-width: 65px; } }
            @media (max-width: 595px) {
              body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three:nth-child(3) .bg-image .content-wrap.icon-wrap .icon {
                max-width: 55px; } }
            body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three:nth-child(3) .bg-image .content-wrap.icon-wrap .icon img {
              width: 100%;
              height: 100%; }
          body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three .bg-image {
            width: 320px;
            height: 320px;
            min-width: 320px;
            min-height: 320px;
            border-radius: 50%;
            background: -webkit-gradient(linear, left bottom, left top, from(#6154a3), color-stop(98%, #0081a2));
            background: -webkit-linear-gradient(bottom, #6154a3 0%, #0081a2 98%);
            background: -o-linear-gradient(bottom, #6154a3 0%, #0081a2 98%);
            background: linear-gradient(0deg, #6154a3 0%, #0081a2 98%);
            margin: 0 auto; }
            @media (min-width: 992px) and (max-width: 1190px) {
              body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three .bg-image {
                width: 300px;
                height: 300px;
                min-width: 300px;
                min-height: 300px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three .bg-image {
                width: 275px;
                height: 275px;
                min-width: 275px;
                min-height: 275px; } }
            @media (max-width: 767px) {
              body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three .bg-image {
                width: 230px;
                height: 230px;
                min-width: 230px;
                min-height: 230px; } }
            body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three .bg-image .content-wrap {
              position: relative;
              top: 50%;
              -webkit-transform: translateY(-50%);
                   -o-transform: translateY(-50%);
                      transform: translateY(-50%); }
              @media (min-width: 992px) and (max-width: 1190px) {
                body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three .bg-image .content-wrap {
                  padding: 0 10px; } }
              @media (min-width: 768px) and (max-width: 991px) {
                body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three .bg-image .content-wrap {
                  padding: 0 10px; } }
              @media (max-width: 767px) {
                body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three .bg-image .content-wrap {
                  padding: 0 20px; } }
              @media (max-width: 595px) {
                body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three .bg-image .content-wrap {
                  font-size: 15px; } }
              body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three .bg-image .content-wrap.icon-wrap {
                padding-bottom: 22px; }
                @media (min-width: 992px) and (max-width: 1190px) {
                  body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three .bg-image .content-wrap.icon-wrap {
                    padding-bottom: 0px; } }
                @media (max-width: 991px) {
                  body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three .bg-image .content-wrap.icon-wrap {
                    padding-bottom: 0px; } }
              body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three .bg-image .content-wrap h5 {
                font-size: 26px;
                color: #FFFFFF;
                font-weight: 700;
                padding: 10px 0 0;
                max-width: 260px;
                margin: 0 auto; }
                @media (min-width: 992px) and (max-width: 1190px) {
                  body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three .bg-image .content-wrap h5 {
                    font-size: 22px; } }
                @media (min-width: 768px) and (max-width: 991px) {
                  body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three .bg-image .content-wrap h5 {
                    font-size: 18px; } }
                @media (min-width: 596px) and (max-width: 767px) {
                  body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three .bg-image .content-wrap h5 {
                    font-size: 16px; } }
                @media (min-width: 481px) and (max-width: 595px) {
                  body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three .bg-image .content-wrap h5 {
                    font-size: 16px; } }
                @media (max-width: 480px) {
                  body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three .bg-image .content-wrap h5 {
                    font-size: 16px; } }
              body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three .bg-image .content-wrap p {
                font-size: 18px;
                color: #636466;
                font-weight: 400;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                     -o-transform: translate(-50%, -50%);
                        transform: translate(-50%, -50%);
                width: 73%;
                padding: 60px 0; }
                @media (max-width: 1190px) {
                  body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three .bg-image .content-wrap p {
                    font-size: 16px; } }
                @media (min-width: 992px) and (max-width: 1190px) {
                  body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three .bg-image .content-wrap p {
                    padding: 50px 10px; } }
                @media (min-width: 768px) and (max-width: 991px) {
                  body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three .bg-image .content-wrap p {
                    padding: 50px 15px; } }
                @media (max-width: 767px) {
                  body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three .bg-image .content-wrap p {
                    padding: 50px 15px; } }
                body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three .bg-image .content-wrap p a {
                  color: #3094ac;
                  cursor: pointer; }
          body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three .bg-white {
            width: calc(100% - 12px);
            height: calc(100% - 12px);
            border-radius: 50%;
            background: #FFFFFF;
            margin: 0 auto; }
          body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three .hover-stat {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three .hover-stat .bg-image {
              width: 100%;
              height: 100%; }
          body .eq-refresh .subscription-feature-circle .col-three-wrap .col-three:hover .hover-stat {
            opacity: 1; }
    body .eq-refresh .info-subscription {
      padding: 95px 0;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0081a2+0,0a8cae+22,31b8dd+75,3dc5eb+100 */
      background: #0081a2;
      /* Old browsers */
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #0081a2 0%, #0a8cae 22%, #31b8dd 75%, #3dc5eb 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, right top, from(#0081a2), color-stop(22%, #0a8cae), color-stop(75%, #31b8dd), to(#3dc5eb));
      background: -o-linear-gradient(left, #0081a2 0%, #0a8cae 22%, #31b8dd 75%, #3dc5eb 100%);
      background: linear-gradient(to right, #0081a2 0%, #0a8cae 22%, #31b8dd 75%, #3dc5eb 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0081a2', endColorstr='#3dc5eb',GradientType=1 );
      /* IE6-9 */ }
      @media (min-width: 992px) and (max-width: 1190px) {
        body .eq-refresh .info-subscription {
          padding: 80px 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .eq-refresh .info-subscription {
          padding: 40px 0; } }
      @media (max-width: 767px) {
        body .eq-refresh .info-subscription {
          padding: 30px 0; } }
      body .eq-refresh .info-subscription .column-wrapper span,
      body .eq-refresh .info-subscription .column-wrapper p {
        color: #FFFFFF; }
      body .eq-refresh .info-subscription .column-wrapper .col-three {
        width: 30%;
        padding-right: 70px;
        margin-top: -22px;
        visibility: hidden; }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .info-subscription .column-wrapper .col-three {
            margin-top: 0px; } }
        @media (max-width: 991px) {
          body .eq-refresh .info-subscription .column-wrapper .col-three {
            margin-top: 0px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .info-subscription .column-wrapper .col-three {
            padding-right: 40px; } }
        @media (max-width: 767px) {
          body .eq-refresh .info-subscription .column-wrapper .col-three {
            padding-right: 0px;
            padding-bottom: 30px;
            width: 100%;
            text-align: center; } }
        body .eq-refresh .info-subscription .column-wrapper .col-three span {
          font-size: 85px;
          font-weight: 700;
          display: block; }
          @media (min-width: 992px) and (max-width: 1190px) {
            body .eq-refresh .info-subscription .column-wrapper .col-three span {
              font-size: 75px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .info-subscription .column-wrapper .col-three span {
              font-size: 65px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .eq-refresh .info-subscription .column-wrapper .col-three span {
              font-size: 55px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body .eq-refresh .info-subscription .column-wrapper .col-three span {
              font-size: 45px; } }
          @media (max-width: 480px) {
            body .eq-refresh .info-subscription .column-wrapper .col-three span {
              font-size: 35px; } }
        body .eq-refresh .info-subscription .column-wrapper .col-three p {
          font-weight: 500;
          letter-spacing: 0.025em;
          padding-top: 14px; }
      body .eq-refresh .info-subscription .column-wrapper .col-seven {
        width: 70%;
        padding-left: 17px;
        visibility: hidden; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .info-subscription .column-wrapper .col-seven {
            padding-left: 0px; } }
        @media (max-width: 767px) {
          body .eq-refresh .info-subscription .column-wrapper .col-seven {
            width: 100%;
            padding-left: 0px;
            padding-top: 30px;
            text-align: center; } }
        body .eq-refresh .info-subscription .column-wrapper .col-seven span {
          font-size: 16px;
          line-height: 1.62;
          font-weight: 300; }
        body .eq-refresh .info-subscription .column-wrapper .col-seven p {
          line-height: 1.62;
          font-weight: 300;
          padding-top: 22px; }
          body .eq-refresh .info-subscription .column-wrapper .col-seven p:first-of-type {
            padding-top: 6px; }
        body .eq-refresh .info-subscription .column-wrapper .col-seven:before {
          content: '';
          position: absolute;
          left: -49px;
          top: 4px;
          width: 1px;
          height: 93%;
          background: #FFFFFF; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .info-subscription .column-wrapper .col-seven:before {
              left: -27px; } }
          @media (max-width: 767px) {
            body .eq-refresh .info-subscription .column-wrapper .col-seven:before {
              left: 0;
              top: 0;
              width: 100%;
              height: 1px; } }
    body .eq-refresh .subscription-content-with-image {
      text-align: center;
      padding-bottom: 0;
      background: #f2f2f2; }
      body .eq-refresh .subscription-content-with-image .content-wrap {
        max-width: 959px;
        margin: 0 auto; }
      body .eq-refresh .subscription-content-with-image h3 {
        font-weight: 400;
        color: #3094ac;
        padding: 7px 0 0;
        line-height: 1;
        margin: 0 auto; }
        @media (max-width: 1190px) {
          body .eq-refresh .subscription-content-with-image h3 {
            width: 100%;
            text-align: center; } }
        @media (max-width: 767px) {
          body .eq-refresh .subscription-content-with-image h3 {
            padding: 0; } }
      body .eq-refresh .subscription-content-with-image p {
        font-weight: 300;
        color: #626366;
        padding: 25px 0 65px;
        line-height: 1.64; }
        @media (max-width: 767px) {
          body .eq-refresh .subscription-content-with-image p {
            padding: 25px 0; } }
        body .eq-refresh .subscription-content-with-image p a {
          color: #3094ac; }
      body .eq-refresh .subscription-content-with-image .screen-img {
        width: 669px;
        margin: 0 auto;
        text-align: left; }
        @media (max-width: 1190px) {
          body .eq-refresh .subscription-content-with-image .screen-img {
            width: 100%;
            text-align: center; } }
    body .eq-refresh .become-a-partner {
      overflow: visible; }
      body .eq-refresh .become-a-partner .content-830 {
        padding: 0 20px; }
      body .eq-refresh .become-a-partner .heading {
        text-align: center;
        margin-bottom: 65px; }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .become-a-partner .heading {
            margin-bottom: 50px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .become-a-partner .heading {
            margin-bottom: 40px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .become-a-partner .heading {
            margin-bottom: 30px; } }
        @media (max-width: 595px) {
          body .eq-refresh .become-a-partner .heading {
            margin-bottom: 20px; } }
        body .eq-refresh .become-a-partner .heading h3 {
          font-weight: 400; }
      body .eq-refresh .become-a-partner .button {
        text-align: center; }
      body .eq-refresh .become-a-partner .row {
        margin: 0; }
        @media (min-width: 768px) {
          body .eq-refresh .become-a-partner .row {
            width: 50%;
            margin: 0 15px; } }
      body .eq-refresh .become-a-partner .field-wrapper {
        position: relative;
        clear: both;
        margin-bottom: 34px;
        width: 100%; }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .become-a-partner .field-wrapper {
            margin-bottom: 30px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .become-a-partner .field-wrapper {
            margin-bottom: 25px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .become-a-partner .field-wrapper {
            margin-bottom: 20px; } }
        @media (max-width: 595px) {
          body .eq-refresh .become-a-partner .field-wrapper {
            margin-bottom: 20px; } }
        body .eq-refresh .become-a-partner .field-wrapper label {
          font-size: 16px;
          font-weight: 300;
          position: absolute;
          top: -1px;
          left: 0;
          color: #636466;
          z-index: -1;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          @media (max-width: 767px) {
            body .eq-refresh .become-a-partner .field-wrapper label {
              left: 0; } }
          body .eq-refresh .become-a-partner .field-wrapper label .star {
            color: #636466;
            padding: 0 3px; }
        body .eq-refresh .become-a-partner .field-wrapper.up .caption {
          top: -14px;
          font-size: 12px; }
          body .eq-refresh .become-a-partner .field-wrapper.up .caption.text-caption {
            top: -14px; }
        body .eq-refresh .become-a-partner .field-wrapper .caption {
          font-size: 16px;
          font-weight: 300;
          position: absolute;
          top: -1px;
          left: 0;
          color: #636466;
          z-index: -1;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          @media (max-width: 767px) {
            body .eq-refresh .become-a-partner .field-wrapper .caption {
              left: 0; } }
          body .eq-refresh .become-a-partner .field-wrapper .caption .star {
            color: #636466;
            padding: 0 3px; }
          body .eq-refresh .become-a-partner .field-wrapper .caption.caption-textarea {
            top: 10px;
            left: 15px; }
          body .eq-refresh .become-a-partner .field-wrapper .caption.caption-select {
            top: -20px; }
        body .eq-refresh .become-a-partner .field-wrapper .selectboxit-container {
          width: 100%; }
          body .eq-refresh .become-a-partner .field-wrapper .selectboxit-container span {
            color: #636466;
            font-size: 16px;
            font-family: "Poppins", sans-serif;
            font-weight: 300;
            text-indent: 0;
            overflow: visible;
            text-overflow: inherit; }
          body .eq-refresh .become-a-partner .field-wrapper .selectboxit-container .selectboxit {
            width: 100% !important;
            background: transparent;
            border: 0;
            border-radius: 0;
            border-bottom: 1px solid #0081a2;
            margin-bottom: 0;
            padding-bottom: 0;
            font-size: 16px;
            font-weight: 400;
            outline: none; }
            body .eq-refresh .become-a-partner .field-wrapper .selectboxit-container .selectboxit .selectboxit-option-icon-container {
              margin-left: 0; }
            body .eq-refresh .become-a-partner .field-wrapper .selectboxit-container .selectboxit .selectboxit-default-arrow {
              width: 10px;
              height: 10px;
              border: solid grey;
              border-width: 0 2px 2px 0;
              -webkit-transform: rotate(45deg);
                   -o-transform: rotate(45deg);
                      transform: rotate(45deg);
              position: absolute;
              top: 10px;
              left: 9px;
              z-index: 2;
              cursor: pointer; }
          body .eq-refresh .become-a-partner .field-wrapper .selectboxit-container .selectboxit-options {
            width: 100%; }
            body .eq-refresh .become-a-partner .field-wrapper .selectboxit-container .selectboxit-options a {
              color: #636466;
              font-size: 16px;
              font-family: "Poppins", sans-serif;
              font-weight: 300; }
        body .eq-refresh .become-a-partner .field-wrapper input {
          position: relative;
          width: 100%;
          background: transparent;
          border: 0;
          height: 30px;
          border-bottom: 1px solid #0081a2;
          margin-bottom: 0;
          padding-bottom: 6px;
          font-size: 16px;
          font-weight: 300;
          outline: none;
          font-family: "Poppins", sans-serif;
          color: #636466;
          z-index: 2;
          border-radius: 0;
          text-transform: capitalize; }
        body .eq-refresh .become-a-partner .field-wrapper input[type=email] {
          text-transform: none; }
        body .eq-refresh .become-a-partner .field-wrapper .fb-email {
          text-transform: none; }
        body .eq-refresh .become-a-partner .field-wrapper textarea {
          width: 100%;
          height: 223px;
          background: transparent;
          border: 1px solid #0081a2;
          margin: 0 0 16px;
          padding: 25px 14px;
          font-size: 16px;
          color: #636466;
          font-weight: 300;
          outline: none;
          resize: none;
          line-height: 1.5;
          font-family: "Poppins", sans-serif;
          overflow: hidden; }
        body .eq-refresh .become-a-partner .field-wrapper .selectboxit-text {
          height: 37px;
          line-height: 1.2; }
        body .eq-refresh .become-a-partner .field-wrapper .selectboxit-container .selectboxit .selectboxit-default-arrow {
          top: 4px; }
        body .eq-refresh .become-a-partner .field-wrapper.text-field {
          width: 100%;
          margin-bottom: 0; }
          body .eq-refresh .become-a-partner .field-wrapper.text-field label {
            top: 15px;
            left: 15px; }
      body .eq-refresh .become-a-partner .field-wrapper-radio {
        padding: 0px; }
        @media (max-width: 767px) {
          body .eq-refresh .become-a-partner .field-wrapper-radio {
            padding: 0; } }
        body .eq-refresh .become-a-partner .field-wrapper-radio .caption {
          text-align: left;
          font-size: 16px;
          font-weight: 300;
          left: 20px;
          color: #636466;
          margin-bottom: 10px; }
        body .eq-refresh .become-a-partner .field-wrapper-radio > .radio > span {
          display: block;
          width: calc(50% - 10px);
          float: left;
          text-align: left;
          font-size: 16px;
          font-weight: 300;
          padding-left: 2px;
          color: #636466;
          margin-top: 10px;
          margin-right: 10px; }
          @media (max-width: 767px) {
            body .eq-refresh .become-a-partner .field-wrapper-radio > .radio > span {
              width: 100%; } }
          body .eq-refresh .become-a-partner .field-wrapper-radio > .radio > span label {
            padding-left: 10px; }
      body .eq-refresh .become-a-partner .recaptcha-wrap {
        width: 100%;
        margin: 20px 0; }
        @media (max-width: 767px) {
          body .eq-refresh .become-a-partner .recaptcha-wrap {
            float: left; } }
      body .eq-refresh .become-a-partner .emsg {
        color: red; }
      body .eq-refresh .become-a-partner .hidden {
        display: none; }
      body .eq-refresh .become-a-partner .g-recaptcha-err {
        font-size: 12px;
        float: left; }
      body .eq-refresh .become-a-partner .partner-form-wrap {
        position: relative;
        text-align: center; }
        @media (max-width: 767px) {
          body .eq-refresh .become-a-partner .partner-form-wrap {
            width: 100%; } }
        body .eq-refresh .become-a-partner .partner-form-wrap .form-section {
          padding: 25px 0 0 !important; }
        body .eq-refresh .become-a-partner .partner-form-wrap .button {
          display: inline-block;
          margin-top: 10px;
          position: relative; }
          body .eq-refresh .become-a-partner .partner-form-wrap .button .btn-green {
            margin-top: 0; }
            body .eq-refresh .become-a-partner .partner-form-wrap .button .btn-green:disabled {
              cursor: default;
              opacity: .5; }
              body .eq-refresh .become-a-partner .partner-form-wrap .button .btn-green:disabled:hover {
                background-color: #30ac65; }
          body .eq-refresh .become-a-partner .partner-form-wrap .button .loading-sign-up {
            display: none;
            position: absolute;
            height: 100%;
            width: 100%;
            left: 0;
            top: 0;
            background-color: rgba(0, 0, 0, 0.75);
            border-radius: 10px; }
            body .eq-refresh .become-a-partner .partner-form-wrap .button .loading-sign-up img {
              position: relative;
              -webkit-transform: translateY(-50%);
                   -o-transform: translateY(-50%);
                      transform: translateY(-50%);
              top: 50%; }
        body .eq-refresh .become-a-partner .partner-form-wrap .partner-form-success {
          display: none;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.85);
          z-index: 2; }
        body .eq-refresh .become-a-partner .partner-form-wrap .success_message {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
               -o-transform: translateY(-50%);
                  transform: translateY(-50%);
          text-align: center;
          padding: 20px; }
          body .eq-refresh .become-a-partner .partner-form-wrap .success_message h2 {
            font-size: 40px;
            color: #0081a2;
            font-weight: 400;
            margin: 15px 0; }
            @media (min-width: 992px) and (max-width: 1190px) {
              body .eq-refresh .become-a-partner .partner-form-wrap .success_message h2 {
                font-size: 30px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .become-a-partner .partner-form-wrap .success_message h2 {
                font-size: 28px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body .eq-refresh .become-a-partner .partner-form-wrap .success_message h2 {
                font-size: 24px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              body .eq-refresh .become-a-partner .partner-form-wrap .success_message h2 {
                font-size: 22px; } }
            @media (max-width: 480px) {
              body .eq-refresh .become-a-partner .partner-form-wrap .success_message h2 {
                font-size: 22px; } }
          body .eq-refresh .become-a-partner .partner-form-wrap .success_message h3 {
            line-height: 1.6;
            font-weight: 100;
            margin: 0;
            font-size: 28px;
            color: #FFFFFF; }
            @media (min-width: 992px) and (max-width: 1190px) {
              body .eq-refresh .become-a-partner .partner-form-wrap .success_message h3 {
                font-size: 26px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .become-a-partner .partner-form-wrap .success_message h3 {
                font-size: 22px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body .eq-refresh .become-a-partner .partner-form-wrap .success_message h3 {
                font-size: 20px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              body .eq-refresh .become-a-partner .partner-form-wrap .success_message h3 {
                font-size: 16px; } }
            @media (max-width: 480px) {
              body .eq-refresh .become-a-partner .partner-form-wrap .success_message h3 {
                font-size: 15px; } }
    body .eq-refresh .field-wrapper-inner-row:after {
      display: block;
      content: '';
      clear: both; }
    @media (min-width: 768px) {
      body .eq-refresh .field-wrapper-inner-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin: 0 -15px; } }
    body .eq-refresh .product-col {
      text-align: center;
      padding: 100px 0 85px; }
      @media (min-width: 992px) and (max-width: 1190px) {
        body .eq-refresh .product-col {
          padding: 70px 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .eq-refresh .product-col {
          padding: 50px 0; } }
      @media (max-width: 767px) {
        body .eq-refresh .product-col {
          padding: 40px 0; } }
      body .eq-refresh .product-col h3 {
        font-weight: 400;
        margin-bottom: 56px; }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .product-col h3 {
            margin-bottom: 50px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .product-col h3 {
            margin-bottom: 40px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .product-col h3 {
            margin-bottom: 30px; } }
        @media (max-width: 595px) {
          body .eq-refresh .product-col h3 {
            margin-bottom: 20px; } }
      body .eq-refresh .product-col .col-outer {
        margin: 0 -80px;
        width: calc(100% + 160px);
        float: left;
        font-size: 0; }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .product-col .col-outer {
            margin: 0 -40px;
            width: calc(100% + 80px); } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .product-col .col-outer {
            width: calc(100% + 30px);
            margin: 0 -15px; } }
        @media (max-width: 767px) {
          body .eq-refresh .product-col .col-outer {
            width: 100%;
            margin: 0; } }
      body .eq-refresh .product-col .col-three {
        width: calc(33.33% - 160px);
        margin: 0 80px;
        display: inline-block;
        float: none;
        vertical-align: top; }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .product-col .col-three {
            width: calc(33.33% - 80px);
            margin: 0 40px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .product-col .col-three {
            width: calc(33.33% - 30px);
            margin: 0 15px; } }
        @media (max-width: 767px) {
          body .eq-refresh .product-col .col-three {
            width: 100%;
            margin: 0;
            padding: 30px 0; } }
        @media (max-width: 767px) {
          body .eq-refresh .product-col .col-three:after {
            content: '';
            position: absolute;
            width: 100%;
            left: 0;
            bottom: 0;
            height: 1px;
            background-color: #d7d7d7; } }
        @media (max-width: 767px) {
          body .eq-refresh .product-col .col-three:first-child {
            margin: 0;
            padding-top: 0; } }
        @media (max-width: 767px) {
          body .eq-refresh .product-col .col-three:last-child {
            margin: 0;
            padding-bottom: 0; } }
        @media (max-width: 767px) {
          body .eq-refresh .product-col .col-three:last-child:after {
            display: none; } }
        body .eq-refresh .product-col .col-three .image {
          max-width: 234px;
          height: 198px;
          margin: auto; }
          @media (min-width: 992px) and (max-width: 1190px) {
            body .eq-refresh .product-col .col-three .image {
              max-width: 200px;
              height: 160px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .product-col .col-three .image {
              max-width: 140px; } }
          @media (max-width: 767px) {
            body .eq-refresh .product-col .col-three .image {
              max-width: 140px; } }
          body .eq-refresh .product-col .col-three .image img {
            max-width: 100%;
            min-width: 100%;
            min-height: 100%;
            -o-object-fit: contain;
               object-fit: contain;
            max-height: 100%; }
        body .eq-refresh .product-col .col-three h5 {
          font-size: 20px;
          color: #626366;
          margin-bottom: 20px; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .product-col .col-three h5 {
              font-size: 19px;
              margin-bottom: 15px; } }
          @media (max-width: 767px) {
            body .eq-refresh .product-col .col-three h5 {
              font-size: 17px;
              margin-bottom: 10px; } }
        body .eq-refresh .product-col .col-three h6 {
          font-size: 19px;
          font-weight: 300;
          line-height: 1.84;
          color: #626366;
          margin-top: 4px;
          margin-bottom: 20px; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .product-col .col-three h6 {
              font-size: 18px;
              margin-bottom: 15px; } }
          @media (max-width: 767px) {
            body .eq-refresh .product-col .col-three h6 {
              font-size: 16px;
              margin-bottom: 10px; } }
        body .eq-refresh .product-col .col-three .item {
          position: relative; }
          @media (max-width: 767px) {
            body .eq-refresh .product-col .col-three .item {
              border: 0;
              padding: 0; } }
          body .eq-refresh .product-col .col-three .item:after {
            content: '';
            position: absolute;
            width: 1px;
            top: -9px;
            right: -83px;
            height: 105%;
            background-color: #d7d7d7; }
            @media (min-width: 992px) and (max-width: 1190px) {
              body .eq-refresh .product-col .col-three .item:after {
                right: -40px;
                top: 0px;
                right: -83px;
                height: 100%; } }
            @media (max-width: 991px) {
              body .eq-refresh .product-col .col-three .item:after {
                top: 0px;
                height: 100%; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .product-col .col-three .item:after {
                right: -15px; } }
            @media (max-width: 767px) {
              body .eq-refresh .product-col .col-three .item:after {
                display: none; } }
        body .eq-refresh .product-col .col-three .external-links > a {
          display: inline-block;
          max-width: 130px;
          margin-bottom: 10px;
          margin-right: 9px; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .product-col .col-three .external-links > a {
              min-width: 100px;
              min-height: 31px; } }
          @media (max-width: 767px) {
            body .eq-refresh .product-col .col-three .external-links > a {
              min-width: 100px;
              min-height: 31px;
              margin-bottom: 0px; } }
          body .eq-refresh .product-col .col-three .external-links > a:last-child {
            margin-right: 0; }
          body .eq-refresh .product-col .col-three .external-links > a img {
            width: 100%; }
        body .eq-refresh .product-col .col-three:last-of-type .item:after {
          display: none; }
    body .eq-refresh .promo-block {
      background-color: #ff9f21;
      background-image: url("/wp-content/themes/eyeque/templates/dist/images/new_pattern.png");
      background-repeat: repeat;
      text-align: center; }
      body .eq-refresh .promo-block .inner-wrap {
        padding: 14px 0 16px;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 159, 33, 0.85)), to(rgba(238, 62, 109, 0.8)));
        background: -webkit-linear-gradient(left, rgba(255, 159, 33, 0.85), rgba(238, 62, 109, 0.8));
        background: -o-linear-gradient(left, rgba(255, 159, 33, 0.85), rgba(238, 62, 109, 0.8));
        background: linear-gradient(to right, rgba(255, 159, 33, 0.85), rgba(238, 62, 109, 0.8)); }
      body .eq-refresh .promo-block p {
        color: #FFFFFF;
        font-size: 18px;
        font-weight: 500;
        display: inline-block;
        vertical-align: middle;
        margin-right: 25px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .promo-block p {
            font-size: 17px;
            margin-right: 20px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .promo-block p {
            font-size: 16px;
            margin-right: 15px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body .eq-refresh .promo-block p {
            font-size: 15px;
            margin-right: 15px; } }
        @media (max-width: 480px) {
          body .eq-refresh .promo-block p {
            font-size: 15px;
            margin-right: 0;
            display: block;
            margin-bottom: 10px; } }
      body .eq-refresh .promo-block a {
        display: inline-block;
        vertical-align: middle;
        margin-top: 0;
        font-size: 12px;
        padding: 9px 24px 9px 23px; }
    body .eq-refresh .test-instruction-overlay {
      display: block;
      height: 100vh !important;
      overflow: scroll;
      position: fixed;
      z-index: 9999;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.3);
      opacity: 1; }
      body .eq-refresh .test-instruction-overlay .column-wrapper {
        position: relative;
        max-width: 930px;
        margin: 0 auto;
        font-size: 0;
        border-radius: 4px;
        overflow: hidden;
        opacity: 0;
        -webkit-animation: fade-Up 1.5s ease-in-out both;
             -o-animation: fade-Up 1.5s ease-in-out both;
                animation: fade-Up 1.5s ease-in-out both; }
        @media (max-width: 595px) {
          body .eq-refresh .test-instruction-overlay .column-wrapper {
            max-width: 465px; } }
        body .eq-refresh .test-instruction-overlay .column-wrapper .col-two {
          height: 430px;
          display: table;
          table-layout: fixed; }
          @media (min-width: 596px) and (max-width: 767px) {
            body .eq-refresh .test-instruction-overlay .column-wrapper .col-two {
              width: 50%;
              height: 360px; } }
          @media (max-width: 595px) {
            body .eq-refresh .test-instruction-overlay .column-wrapper .col-two {
              height: auto; } }
          body .eq-refresh .test-instruction-overlay .column-wrapper .col-two .bg-img {
            height: 430px; }
            @media (min-width: 596px) and (max-width: 767px) {
              body .eq-refresh .test-instruction-overlay .column-wrapper .col-two .bg-img {
                height: 360px; } }
            @media (max-width: 595px) {
              body .eq-refresh .test-instruction-overlay .column-wrapper .col-two .bg-img {
                height: auto;
                max-width: 465px;
                margin: 0 auto;
                max-height: 430px; } }
            body .eq-refresh .test-instruction-overlay .column-wrapper .col-two .bg-img img {
              -o-object-fit: cover;
                 object-fit: cover;
              width: 100%;
              height: 100%; }
          body .eq-refresh .test-instruction-overlay .column-wrapper .col-two .content {
            text-align: left;
            position: relative;
            display: table-cell;
            vertical-align: middle;
            padding: 20px 75px 20px 79px;
            visibility: hidden; }
            @media (min-width: 992px) and (max-width: 1190px) {
              body .eq-refresh .test-instruction-overlay .column-wrapper .col-two .content {
                padding: 20px 75px 20px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .test-instruction-overlay .column-wrapper .col-two .content {
                padding: 20px 60px; } }
            @media (max-width: 767px) {
              body .eq-refresh .test-instruction-overlay .column-wrapper .col-two .content {
                padding: 20px 30px; } }
            @media (max-width: 595px) {
              body .eq-refresh .test-instruction-overlay .column-wrapper .col-two .content {
                -webkit-transform: translateY(0);
                     -o-transform: translateY(0);
                        transform: translateY(0);
                padding: 20px 30px; } }
            @media (max-width: 480px) {
              body .eq-refresh .test-instruction-overlay .column-wrapper .col-two .content {
                -webkit-transform: translateY(0);
                     -o-transform: translateY(0);
                        transform: translateY(0);
                padding: 20px 25px; } }
            body .eq-refresh .test-instruction-overlay .column-wrapper .col-two .content h3 {
              color: #0081a2;
              padding-bottom: 20px; }
              @media (min-width: 768px) and (max-width: 991px) {
                body .eq-refresh .test-instruction-overlay .column-wrapper .col-two .content h3 {
                  padding-bottom: 10px; } }
              @media (min-width: 596px) and (max-width: 767px) {
                body .eq-refresh .test-instruction-overlay .column-wrapper .col-two .content h3 {
                  padding-bottom: 5px; } }
              @media (max-width: 595px) {
                body .eq-refresh .test-instruction-overlay .column-wrapper .col-two .content h3 {
                  padding-bottom: 10px; } }
            body .eq-refresh .test-instruction-overlay .column-wrapper .col-two .content p {
              color: #626366;
              font-weight: 300;
              padding: 8px 0 7px;
              line-height: 1.25;
              font-size: 16px;
              margin-bottom: 15px; }
              @media (max-width: 767px) {
                body .eq-refresh .test-instruction-overlay .column-wrapper .col-two .content p {
                  font-size: 14px; } }
              @media (min-width: 596px) and (max-width: 767px) {
                body .eq-refresh .test-instruction-overlay .column-wrapper .col-two .content p {
                  margin-bottom: 10px; } }
            body .eq-refresh .test-instruction-overlay .column-wrapper .col-two .content a {
              margin-top: 22px; }
              @media (max-width: 767px) {
                body .eq-refresh .test-instruction-overlay .column-wrapper .col-two .content a {
                  margin-top: 15px; } }
              @media (min-width: 596px) and (max-width: 767px) {
                body .eq-refresh .test-instruction-overlay .column-wrapper .col-two .content a {
                  margin-top: 10px; } }
        body .eq-refresh .test-instruction-overlay .column-wrapper .modal-close {
          position: absolute;
          right: 34px;
          top: 32px;
          width: 15px;
          height: 15px;
          cursor: pointer;
          z-index: 2; }
          body .eq-refresh .test-instruction-overlay .column-wrapper .modal-close:after {
            content: '';
            position: absolute;
            height: 160%;
            width: 160%;
            left: -30%;
            top: -30%; }
          @media (max-width: 767px) {
            body .eq-refresh .test-instruction-overlay .column-wrapper .modal-close {
              right: 20px;
              top: 20px; } }

@-webkit-keyframes fade-Up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none; } }

@-o-keyframes fade-Up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -o-transform: none;
       transform: none; } }

@keyframes fade-Up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -o-transform: none;
       transform: none; } }
    body .eq-refresh .test-newsletter-overlay {
      display: none;
      height: 100vh !important;
      overflow: scroll;
      position: fixed;
      z-index: 10000;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.3); }
      body .eq-refresh .test-newsletter-overlay .column-wrapper {
        position: relative;
        max-width: 928px;
        margin: 0 auto;
        padding: 88px 30px 97px;
        border-radius: 4px;
        overflow: hidden;
        background: -webkit-gradient(linear, left top, right top, from(#0081a2), to(#6154a3));
        background: -webkit-linear-gradient(left, #0081a2 0%, #6154a3 100%);
        background: -o-linear-gradient(left, #0081a2 0%, #6154a3 100%);
        background: linear-gradient(to right, #0081a2 0%, #6154a3 100%); }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .test-newsletter-overlay .column-wrapper {
            padding: 70px 30px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .test-newsletter-overlay .column-wrapper {
            padding: 60px 30px; } }
        @media (max-width: 767px) {
          body .eq-refresh .test-newsletter-overlay .column-wrapper {
            padding: 50px 30px; } }
        @media (max-width: 595px) and (orientation: landscape) {
          body .eq-refresh .test-newsletter-overlay .column-wrapper {
            padding: 30px; } }
        body .eq-refresh .test-newsletter-overlay .column-wrapper h2 {
          color: #fff; }
        body .eq-refresh .test-newsletter-overlay .column-wrapper p {
          color: #FFFFFF;
          font-weight: 300;
          padding-top: 13px; }
        body .eq-refresh .test-newsletter-overlay .column-wrapper form {
          position: relative;
          max-width: 445px;
          margin: 0 auto;
          margin-top: 44px; }
          @media (max-width: 767px) {
            body .eq-refresh .test-newsletter-overlay .column-wrapper form {
              margin-top: 40px; } }
          body .eq-refresh .test-newsletter-overlay .column-wrapper form .field-wrapper {
            position: relative; }
          body .eq-refresh .test-newsletter-overlay .column-wrapper form label {
            color: #FFFFFF;
            opacity: 0.5;
            font-size: 25px;
            font-weight: 400;
            position: absolute;
            top: 2px;
            left: 0;
            right: 0;
            margin: 0 auto;
            text-align: center;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            @media (max-width: 767px) {
              body .eq-refresh .test-newsletter-overlay .column-wrapper form label {
                font-size: 20px;
                top: 5px; } }
          body .eq-refresh .test-newsletter-overlay .column-wrapper form input {
            width: 100%;
            background: transparent;
            border: 0;
            border-bottom: 1px solid #FFFFFF;
            height: 40px;
            color: #FFFFFF;
            font-size: 25px;
            font-weight: 400;
            position: relative;
            z-index: 1;
            outline: none; }
            @media (max-width: 767px) {
              body .eq-refresh .test-newsletter-overlay .column-wrapper form input {
                font-size: 20px; } }
          body .eq-refresh .test-newsletter-overlay .column-wrapper form button {
            margin-top: 30px; }
            body .eq-refresh .test-newsletter-overlay .column-wrapper form button:disabled {
              cursor: default;
              opacity: .5; }
              body .eq-refresh .test-newsletter-overlay .column-wrapper form button:disabled:hover {
                background-color: #FFFFFF;
                color: #3094ac; }
        body .eq-refresh .test-newsletter-overlay .column-wrapper .modal-close {
          position: absolute;
          right: 34px;
          top: 32px;
          width: 15px;
          height: 15px;
          cursor: pointer; }
          @media (max-width: 767px) {
            body .eq-refresh .test-newsletter-overlay .column-wrapper .modal-close {
              right: 20px;
              top: 20px; } }
      body .eq-refresh .test-newsletter-overlay .res-error {
        max-width: 445px;
        margin: 0 auto;
        float: none; }
    body .eq-refresh .color-blind-signup-wrap {
      position: relative; }
      body .eq-refresh .color-blind-signup-wrap .color-blind-success-message {
        display: none;
        position: relative;
        width: 100%; }
        body .eq-refresh .color-blind-signup-wrap .color-blind-success-message p {
          font-size: 20px; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .color-blind-signup-wrap .color-blind-success-message p {
              font-size: 18px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .eq-refresh .color-blind-signup-wrap .color-blind-success-message p {
              font-size: 16px;
              text-align: center; } }
          @media (max-width: 595px) {
            body .eq-refresh .color-blind-signup-wrap .color-blind-success-message p {
              font-size: 15px;
              text-align: center; } }
          body .eq-refresh .color-blind-signup-wrap .color-blind-success-message p a {
            font-weight: 700;
            text-transform: capitalize;
            color: #FFFFFF;
            text-decoration: underline;
            padding-left: 3px; }
        body .eq-refresh .color-blind-signup-wrap .color-blind-success-message .error {
          font-size: 16px;
          margin-top: 5px;
          color: #f80714;
          font-weight: 500; }
    body .eq-refresh .color-blind-test {
      padding: 70px 0 82px; }
      @media (min-width: 992px) and (max-width: 1190px) {
        body .eq-refresh .color-blind-test {
          padding: 80px 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .eq-refresh .color-blind-test {
          padding: 40px 0; } }
      @media (max-width: 767px) {
        body .eq-refresh .color-blind-test {
          padding: 30px 0; } }
      body .eq-refresh .color-blind-test .column-wrapper {
        font-size: 0;
        max-width: 1003px;
        margin: 0 auto; }
        body .eq-refresh .color-blind-test .column-wrapper .col-two {
          float: none;
          display: inline-block;
          vertical-align: middle; }
          body .eq-refresh .color-blind-test .column-wrapper .col-two .canvas-wrap {
            max-width: 465px;
            width: 450px\0;
            height: 450px\0; }
            @media (min-width: 992px) and (max-width: 1190px) {
              body .eq-refresh .color-blind-test .column-wrapper .col-two .canvas-wrap {
                width: 350px\0;
                height: 350px\0;
                margin: 0 auto; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .color-blind-test .column-wrapper .col-two .canvas-wrap {
                width: 350px\0;
                height: 350px\0;
                margin: 0 auto; } }
            @media (max-width: 767px) {
              body .eq-refresh .color-blind-test .column-wrapper .col-two .canvas-wrap {
                margin: 0 auto; } }
            @media (max-width: 595px) {
              body .eq-refresh .color-blind-test .column-wrapper .col-two .canvas-wrap {
                max-width: 400px; } }
          body .eq-refresh .color-blind-test .column-wrapper .col-two canvas {
            width: 100%;
            height: 100%; }
          body .eq-refresh .color-blind-test .column-wrapper .col-two.canvas-outer {
            padding: 25px; }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .color-blind-test .column-wrapper .col-two.canvas-outer {
                padding: 22px; } }
            @media (max-width: 767px) {
              body .eq-refresh .color-blind-test .column-wrapper .col-two.canvas-outer {
                padding: 20px; } }
          body .eq-refresh .color-blind-test .column-wrapper .col-two .circle-wrap {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0; }
            @media (max-width: 767px) {
              body .eq-refresh .color-blind-test .column-wrapper .col-two .circle-wrap {
                right: 0;
                margin: 0 auto; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body .eq-refresh .color-blind-test .column-wrapper .col-two .circle-wrap {
                max-width: 508px; } }
            @media (max-width: 595px) {
              body .eq-refresh .color-blind-test .column-wrapper .col-two .circle-wrap {
                max-width: 440px; } }
            body .eq-refresh .color-blind-test .column-wrapper .col-two .circle-wrap #test-progress {
              height: inherit;
              width: inherit; }
            body .eq-refresh .color-blind-test .column-wrapper .col-two .circle-wrap svg {
              width: 100%;
              height: 100%; }
            body .eq-refresh .color-blind-test .column-wrapper .col-two .circle-wrap .rc-progress-circle-path {
              stroke-dasharray: 0px, 301.593px;
              stroke-dashoffset: 0px;
              stroke-width: 0;
              -webkit-transition: stroke-dashoffset 0.3s ease 0.2s, stroke-dasharray 0.3s ease 0.2s, stroke 0.3s ease 0.3s, stroke-width 0.1s ease 0s;
              -o-transition: stroke-dashoffset 0.3s ease 0.2s, stroke-dasharray 0.3s ease 0.2s, stroke 0.3s ease 0.3s, stroke-width 0.1s ease 0s;
              transition: stroke-dashoffset 0.3s ease 0.2s, stroke-dasharray 0.3s ease 0.2s, stroke 0.3s ease 0.3s, stroke-width 0.1s ease 0s; }
            body .eq-refresh .color-blind-test .column-wrapper .col-two .circle-wrap #test-progress-number {
              display: none; }
          body .eq-refresh .color-blind-test .column-wrapper .col-two .content {
            font-size: 0;
            text-align: right; }
            @media (min-width: 992px) and (max-width: 1190px) {
              body .eq-refresh .color-blind-test .column-wrapper .col-two .content {
                text-align: center; } }
            @media (max-width: 991px) {
              body .eq-refresh .color-blind-test .column-wrapper .col-two .content {
                text-align: center; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .color-blind-test .column-wrapper .col-two .content {
                padding-left: 50px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body .eq-refresh .color-blind-test .column-wrapper .col-two .content {
                padding-top: 20px;
                max-width: 380px;
                margin: 0 auto; } }
            @media (min-width: 481px) and (max-width: 595px) {
              body .eq-refresh .color-blind-test .column-wrapper .col-two .content {
                padding-top: 20px;
                max-width: 380px;
                margin: 0 auto; } }
            @media (max-width: 480px) {
              body .eq-refresh .color-blind-test .column-wrapper .col-two .content {
                padding-top: 20px;
                max-width: 300px;
                margin: 0 auto; } }
          body .eq-refresh .color-blind-test .column-wrapper .col-two .col-five {
            text-align: center;
            margin: 15px 0 15px 30px;
            float: none;
            display: inline-block;
            max-width: 65px; }
            @media (min-width: 992px) and (max-width: 1190px) {
              body .eq-refresh .color-blind-test .column-wrapper .col-two .col-five {
                margin: 10px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .color-blind-test .column-wrapper .col-two .col-five {
                max-width: 45px;
                margin: 10px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body .eq-refresh .color-blind-test .column-wrapper .col-two .col-five {
                max-width: 45px;
                margin: 10px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              body .eq-refresh .color-blind-test .column-wrapper .col-two .col-five {
                max-width: 45px;
                margin: 10px; } }
            @media (max-width: 480px) {
              body .eq-refresh .color-blind-test .column-wrapper .col-two .col-five {
                max-width: 35px;
                margin: 8px; } }
            body .eq-refresh .color-blind-test .column-wrapper .col-two .col-five button {
              width: 65px;
              height: 65px;
              background: #0081a2;
              font-size: 30px;
              color: #FFFFFF;
              border-radius: 50%;
              cursor: pointer;
              outline: none;
              font-family: "Poppins", sans-serif;
              font-weight: 500; }
              @media (min-width: 768px) and (max-width: 991px) {
                body .eq-refresh .color-blind-test .column-wrapper .col-two .col-five button {
                  font-size: 28px;
                  width: 45px;
                  height: 45px; } }
              @media (min-width: 596px) and (max-width: 767px) {
                body .eq-refresh .color-blind-test .column-wrapper .col-two .col-five button {
                  font-size: 24px;
                  width: 45px;
                  height: 45px; } }
              @media (min-width: 481px) and (max-width: 595px) {
                body .eq-refresh .color-blind-test .column-wrapper .col-two .col-five button {
                  font-size: 22px;
                  width: 45px;
                  height: 45px; } }
              @media (max-width: 480px) {
                body .eq-refresh .color-blind-test .column-wrapper .col-two .col-five button {
                  font-size: 22px;
                  width: 35px;
                  height: 35px; } }
          body .eq-refresh .color-blind-test .column-wrapper .col-two .col {
            float: none;
            display: block;
            width: 100%;
            margin-top: 24px; }
            body .eq-refresh .color-blind-test .column-wrapper .col-two .col button {
              margin: 0 10px !important; }
            body .eq-refresh .color-blind-test .column-wrapper .col-two .col a {
              margin: 0 10px; }
            body .eq-refresh .color-blind-test .column-wrapper .col-two .col .btn-green {
              padding: 10px 20px 11px 20px; }
              @media (min-width: 768px) and (max-width: 991px) {
                body .eq-refresh .color-blind-test .column-wrapper .col-two .col .btn-green {
                  margin-bottom: 10px !important; } }
              @media (max-width: 767px) {
                body .eq-refresh .color-blind-test .column-wrapper .col-two .col .btn-green {
                  margin-bottom: 10px !important; } }
    body .eq-refresh .color-blind-result-form {
      display: none;
      height: 100vh;
      width: 100%;
      padding: 0;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 999;
      background-color: rgba(255, 255, 255, 0.85); }
      body .eq-refresh .color-blind-result-form .form-wrapper-outer {
        top: 50%;
        -webkit-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        position: relative; }
        body .eq-refresh .color-blind-result-form .form-wrapper-outer .container {
          width: 100%;
          max-width: 780px; }
        body .eq-refresh .color-blind-result-form .form-wrapper-outer .modal-close {
          cursor: pointer;
          display: inline-block;
          right: 5px;
          position: absolute;
          top: -30px;
          border-radius: 50%;
          height: 30px;
          width: 30px;
          text-align: center;
          padding-top: 8px; }
      body .eq-refresh .color-blind-result-form .form-wrapper {
        float: left;
        background-color: #3fa4b9;
        padding: 30px;
        width: 100%;
        max-width: 780px;
        margin: 0 auto;
        max-height: calc(100vh - 100px);
        overflow: scroll;
        color: #626366; }
        @media (max-width: 767px) {
          body .eq-refresh .color-blind-result-form .form-wrapper {
            padding: 20px; } }
        @media (max-width: 595px) {
          body .eq-refresh .color-blind-result-form .form-wrapper {
            padding: 20px;
            font-size: 15px; } }
        @media (max-width: 480px) {
          body .eq-refresh .color-blind-result-form .form-wrapper {
            padding: 10px;
            font-size: 14px; } }
        body .eq-refresh .color-blind-result-form .form-wrapper:after {
          content: '';
          clear: both;
          display: block; }
        body .eq-refresh .color-blind-result-form .form-wrapper .title {
          display: block;
          text-align: left; }
        body .eq-refresh .color-blind-result-form .form-wrapper .sub-title {
          display: block;
          text-align: left;
          padding: 10px 0 20px 0; }
        body .eq-refresh .color-blind-result-form .form-wrapper .field_block.btn-wrap {
          width: 100%;
          float: left;
          margin-bottom: 15px; }
        body .eq-refresh .color-blind-result-form .form-wrapper .field_block .caption {
          font-size: 16px;
          line-height: 1.4;
          text-align: left;
          color: #626366; }
          @media (max-width: 595px) {
            body .eq-refresh .color-blind-result-form .form-wrapper .field_block .caption {
              font-size: 14px; } }
        body .eq-refresh .color-blind-result-form .form-wrapper .field_block .field > span {
          display: block;
          text-align: left; }
          body .eq-refresh .color-blind-result-form .form-wrapper .field_block .field > span input {
            padding: 5px 10px;
            font-size: 16px;
            line-height: 35px;
            color: #626366;
            border: 1px solid #ddd; }
            @media (max-width: 595px) {
              body .eq-refresh .color-blind-result-form .form-wrapper .field_block .field > span input {
                font-size: 14px; } }
        @media (max-width: 480px) {
          body .eq-refresh .color-blind-result-form .form-wrapper .section .container {
            padding: 0 5px; } }
        body .eq-refresh .color-blind-result-form .form-wrapper .info {
          display: block;
          text-align: left;
          padding: 15px 0;
          line-height: 1.4; }
        body .eq-refresh .color-blind-result-form .form-wrapper .list_block > label {
          display: block;
          text-align: left; }
        body .eq-refresh .color-blind-result-form .form-wrapper .btn-wrap .field {
          height: auto; }
          body .eq-refresh .color-blind-result-form .form-wrapper .btn-wrap .field .btn-blue-border {
            padding: 9px 15px 8px 15px !important;
            line-height: normal !important;
            color: #FFF;
            background-color: #3fa4b9;
            border: 1px solid #3fa4b9; }
            body .eq-refresh .color-blind-result-form .form-wrapper .btn-wrap .field .btn-blue-border:hover {
              background-color: transparent;
              color: #3fa4b9; }
        body .eq-refresh .color-blind-result-form .form-wrapper .g-recaptcha-wrap {
          position: relative;
          float: left;
          width: 100%;
          margin-bottom: 12px; }
          body .eq-refresh .color-blind-result-form .form-wrapper .g-recaptcha-wrap .g-recaptcha {
            -webkit-transform: scale(0.8);
                 -o-transform: scale(0.8);
                    transform: scale(0.8);
            -webkit-transform-origin: 0 0;
                 -o-transform-origin: 0 0;
                    transform-origin: 0 0;
            float: left;
            width: 100%; }
          body .eq-refresh .color-blind-result-form .form-wrapper .g-recaptcha-wrap .g-recaptcha-err {
            position: absolute;
            left: 0;
            bottom: -3px;
            font-size: 12px; }
            @media (max-width: 480px) {
              body .eq-refresh .color-blind-result-form .form-wrapper .g-recaptcha-wrap .g-recaptcha-err {
                bottom: -13px; } }
        body .eq-refresh .color-blind-result-form .form-wrapper .hidden-wrap .field_block {
          height: auto;
          margin: 0; }
          body .eq-refresh .color-blind-result-form .form-wrapper .hidden-wrap .field_block .field {
            height: auto; }
        body .eq-refresh .color-blind-result-form .form-wrapper textarea:focus, body .eq-refresh .color-blind-result-form .form-wrapper input:focus {
          outline: none; }
    body .eq-refresh .color-blind-test-result .intro-block {
      max-width: 980px;
      margin: 0 auto;
      background-color: transparent; }
      body .eq-refresh .color-blind-test-result .intro-block .result-title {
        font-weight: 700; }
      body .eq-refresh .color-blind-test-result .intro-block p {
        line-height: 1.58;
        font-weight: 300;
        padding-top: 36px; }
        @media (max-width: 767px) {
          body .eq-refresh .color-blind-test-result .intro-block p {
            padding-top: 30px;
            font-size: 16px; } }
    body .eq-refresh .color-blind-test-result .detail-wrapper {
      padding-top: 43px;
      max-width: 1052px;
      margin: 0 auto; }
      @media (min-width: 596px) and (max-width: 767px) {
        body .eq-refresh .color-blind-test-result .detail-wrapper {
          padding-top: 15px;
          width: calc(100% + 30px);
          margin-left: -15px;
          font-size: 0; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body .eq-refresh .color-blind-test-result .detail-wrapper {
          padding-top: 15px;
          width: calc(100% + 20px);
          margin-left: -10px;
          font-size: 0; } }
      @media (max-width: 480px) {
        body .eq-refresh .color-blind-test-result .detail-wrapper {
          padding-top: 15px;
          width: 100%;
          font-size: 0; } }
      body .eq-refresh .color-blind-test-result .detail-wrapper:after {
        content: '';
        display: block;
        clear: both; }
      body .eq-refresh .color-blind-test-result .detail-wrapper .col-three-new {
        visibility: hidden; }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .color-blind-test-result .detail-wrapper .col-three-new {
            max-width: calc(calc(50% - 30px));
            width: 100%;
            display: inline-block;
            vertical-align: top;
            float: none;
            margin: 15px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body .eq-refresh .color-blind-test-result .detail-wrapper .col-three-new {
            max-width: calc(calc(50% - 20px));
            width: 100%;
            display: inline-block;
            vertical-align: top;
            float: none;
            margin: 10px; } }
        @media (max-width: 480px) {
          body .eq-refresh .color-blind-test-result .detail-wrapper .col-three-new {
            max-width: 100%;
            width: 100%;
            display: inline-block;
            vertical-align: top;
            float: none;
            margin: 15px 0; } }
        body .eq-refresh .color-blind-test-result .detail-wrapper .col-three-new .content {
          max-width: 280px;
          padding: 0 10px;
          margin: 0 auto; }
          @media (max-width: 767px) {
            body .eq-refresh .color-blind-test-result .detail-wrapper .col-three-new .content {
              padding: 0; } }
        body .eq-refresh .color-blind-test-result .detail-wrapper .col-three-new .icon {
          margin: 14px 0 38px; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .color-blind-test-result .detail-wrapper .col-three-new .icon {
              margin: 14px 0 34px; } }
          @media (max-width: 767px) {
            body .eq-refresh .color-blind-test-result .detail-wrapper .col-three-new .icon {
              margin: 14px 0 30px; } }
        body .eq-refresh .color-blind-test-result .detail-wrapper .col-three-new .image {
          max-height: 174px; }
          body .eq-refresh .color-blind-test-result .detail-wrapper .col-three-new .image img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
        body .eq-refresh .color-blind-test-result .detail-wrapper .col-three-new .head {
          color: #636466;
          font-size: 18px;
          font-weight: 700; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .color-blind-test-result .detail-wrapper .col-three-new .head {
              font-size: 16px; } }
          @media (max-width: 767px) {
            body .eq-refresh .color-blind-test-result .detail-wrapper .col-three-new .head {
              font-size: 15px; } }
        body .eq-refresh .color-blind-test-result .detail-wrapper .col-three-new p {
          color: #636466;
          font-weight: 400;
          padding-top: 4px; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .color-blind-test-result .detail-wrapper .col-three-new p {
              font-size: 16px; } }
          @media (max-width: 767px) {
            body .eq-refresh .color-blind-test-result .detail-wrapper .col-three-new p {
              font-size: 15px; } }
        body .eq-refresh .color-blind-test-result .detail-wrapper .col-three-new .info {
          padding: 0 14px; }
          body .eq-refresh .color-blind-test-result .detail-wrapper .col-three-new .info p {
            font-weight: 400;
            line-height: 1.57;
            padding-top: 20px; }
    body .eq-refresh .color-blind-test-result .btn-wrap {
      text-align: center;
      padding-top: 55px;
      font-size: 0;
      visibility: hidden; }
      @media (max-width: 767px) {
        body .eq-refresh .color-blind-test-result .btn-wrap {
          padding-top: 15px; } }
      body .eq-refresh .color-blind-test-result .btn-wrap a {
        margin: 10px 10px 0; }
    body .eq-refresh .news-blog-grid {
      overflow: visible; }
      body .eq-refresh .news-blog-grid .no-result {
        text-align: center; }
        body .eq-refresh .news-blog-grid .no-result h3 {
          font-weight: 400;
          color: #0081a2; }
      body .eq-refresh .news-blog-grid .search {
        position: relative;
        max-width: 567px;
        margin: 0 auto; }
        body .eq-refresh .news-blog-grid .search .clear-search {
          position: absolute;
          right: 45px;
          top: 0;
          bottom: 0;
          width: 16px;
          height: 38px;
          margin: auto;
          outline: none;
          cursor: pointer;
          font-size: 26px;
          color: #0081a2;
          z-index: 3;
          opacity: 0;
          visibility: hidden; }
          @media (max-width: 767px) {
            body .eq-refresh .news-blog-grid .search .clear-search {
              right: 38px;
              height: 28px;
              font-size: 20px; } }
        body .eq-refresh .news-blog-grid .search input {
          position: relative;
          z-index: 1;
          width: 100%;
          outline: none;
          border: 0;
          border-bottom: 1px solid #0081a2;
          height: 40px;
          padding: 10px 65px 10px 1px;
          font-weight: 400;
          color: #636466;
          font-size: 25px;
          background: transparent; }
          @media (min-width: 992px) and (max-width: 1190px) {
            body .eq-refresh .news-blog-grid .search input {
              font-size: 24px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .news-blog-grid .search input {
              font-size: 22px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .news-blog-grid .search input {
              font-size: 20px; } }
        body .eq-refresh .news-blog-grid .search label {
          font-weight: 400;
          color: #636466;
          opacity: 1;
          font-size: 25px;
          position: absolute;
          top: 0;
          left: 0;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          @media (min-width: 992px) and (max-width: 1190px) {
            body .eq-refresh .news-blog-grid .search label {
              font-size: 24px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .news-blog-grid .search label {
              font-size: 22px; } }
          @media (max-width: 767px) {
            body .eq-refresh .news-blog-grid .search label {
              font-size: 20px;
              top: 8px; } }
        body .eq-refresh .news-blog-grid .search button {
          position: absolute;
          width: 29px;
          height: 29px;
          right: 5px;
          top: 4px;
          margin: auto;
          cursor: pointer;
          outline: none;
          background: transparent;
          z-index: 1; }
          @media (max-width: 767px) {
            body .eq-refresh .news-blog-grid .search button {
              width: 25px; } }
      body .eq-refresh .news-blog-grid h6 {
        padding: 46px 0 21px;
        font-size: 18px;
        color: #636466;
        letter-spacing: 0; }
      body .eq-refresh .news-blog-grid ul {
        font-size: 0;
        width: calc(100% + 20px);
        margin-left: -10px; }
        @media (max-width: 767px) {
          body .eq-refresh .news-blog-grid ul {
            width: calc(100% + 10px);
            margin-left: -5px; } }
        body .eq-refresh .news-blog-grid ul li {
          position: relative;
          background-color: #FFFFFF;
          font-size: 15px;
          font-family: "Poppins", sans-serif;
          text-align: center;
          cursor: pointer;
          z-index: 0;
          display: inline-block;
          margin: 10px;
          border: 2px solid #6154a3;
          border-radius: 5px;
          font-weight: 700;
          color: #6154a3;
          padding: 9px 34px 8px;
          text-transform: capitalize;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          @media (min-width: 992px) and (max-width: 1190px) {
            body .eq-refresh .news-blog-grid ul li {
              padding: 10px 28px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .news-blog-grid ul li {
              padding: 10px 20px; } }
          @media (max-width: 767px) {
            body .eq-refresh .news-blog-grid ul li {
              margin: 5px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .eq-refresh .news-blog-grid ul li {
              padding: 10px 15px; } }
          @media (max-width: 595px) {
            body .eq-refresh .news-blog-grid ul li {
              padding: 10px; } }
          body .eq-refresh .news-blog-grid ul li.active {
            background-color: #6154a3;
            color: #FFFFFF; }
      body .eq-refresh .news-blog-grid .column-wrapper {
        margin-top: 54px;
        width: calc(100% + 30px);
        margin-left: -15px;
        overflow: hidden;
        min-height: 994px; }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .news-blog-grid .column-wrapper {
            margin-top: 48px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .news-blog-grid .column-wrapper {
            margin-top: 30px;
            width: calc(100% + 20px);
            margin-left: -10px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .news-blog-grid .column-wrapper {
            margin-top: 30px;
            width: calc(100% + 20px);
            margin-left: -10px; } }
        @media (max-width: 595px) {
          body .eq-refresh .news-blog-grid .column-wrapper {
            margin-top: 20px;
            width: 100%;
            margin-left: 0; } }
        body .eq-refresh .news-blog-grid .column-wrapper .col-three {
          margin: 15px;
          width: calc(33.33% - 30px); }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .news-blog-grid .column-wrapper .col-three {
              margin: 10px;
              width: calc(33.33% - 20px); } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .eq-refresh .news-blog-grid .column-wrapper .col-three {
              margin: 10px;
              width: calc(50% - 20px); } }
          @media (max-width: 595px) {
            body .eq-refresh .news-blog-grid .column-wrapper .col-three {
              margin: 10px 0;
              width: 100%; } }
          @media (min-width: 1190px) {
            body .eq-refresh .news-blog-grid .column-wrapper .col-three:nth-child(3n+1) {
              clear: both; } }
          @media (min-width: 992px) and (max-width: 1190px) {
            body .eq-refresh .news-blog-grid .column-wrapper .col-three:nth-child(3n+1) {
              clear: both; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .news-blog-grid .column-wrapper .col-three:nth-child(3n+1) {
              clear: both; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .eq-refresh .news-blog-grid .column-wrapper .col-three:nth-child(odd) {
              clear: both; } }
          body .eq-refresh .news-blog-grid .column-wrapper .col-three .content-wrapper {
            background: #f2f2f2;
            height: inherit;
            visibility: hidden;
            visibility: visible\0; }
          body .eq-refresh .news-blog-grid .column-wrapper .col-three > a {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 1; }
          body .eq-refresh .news-blog-grid .column-wrapper .col-three:hover .content h6 {
            color: #0f596c; }
          body .eq-refresh .news-blog-grid .column-wrapper .col-three:hover .content a {
            border-color: #0f596c;
            background: #0f596c; }
          body .eq-refresh .news-blog-grid .column-wrapper .col-three .bg-img {
            height: 157px;
            width: 100%;
            border: 1px solid #f2f2f2;
            background: #FFFFFF; }
            @media (max-width: 595px) {
              body .eq-refresh .news-blog-grid .column-wrapper .col-three .bg-img {
                width: calc(100% - 2px);
                margin: 0 auto; } }
            body .eq-refresh .news-blog-grid .column-wrapper .col-three .bg-img img {
              width: 100%;
              height: 100%;
              -o-object-fit: cover;
                 object-fit: cover; }
          body .eq-refresh .news-blog-grid .column-wrapper .col-three .content {
            padding: 16px 20px 30px; }
            body .eq-refresh .news-blog-grid .column-wrapper .col-three .content h6 {
              padding: 0;
              color: #0081a2;
              -webkit-transition: all 0.4s ease;
              -o-transition: all 0.4s ease;
              transition: all 0.4s ease; }
            body .eq-refresh .news-blog-grid .column-wrapper .col-three .content .author {
              padding-top: 17px;
              font-size: 0; }
              body .eq-refresh .news-blog-grid .column-wrapper .col-three .content .author span {
                font-size: 14px;
                letter-spacing: 0;
                color: #636466;
                font-weight: 700;
                position: relative;
                padding-right: 6px;
                margin-right: 5px;
                display: inline-block; }
                body .eq-refresh .news-blog-grid .column-wrapper .col-three .content .author span:after {
                  content: '|';
                  position: absolute;
                  right: 0;
                  top: 0; }
                body .eq-refresh .news-blog-grid .column-wrapper .col-three .content .author span:last-child:after {
                  display: none; }
            body .eq-refresh .news-blog-grid .column-wrapper .col-three .content p {
              padding-top: 9px;
              font-size: 16px;
              letter-spacing: 0;
              color: #636466;
              font-weight: 500;
              line-height: 1.5; }
              @media (max-width: 767px) {
                body .eq-refresh .news-blog-grid .column-wrapper .col-three .content p {
                  line-height: 1.3; } }
            body .eq-refresh .news-blog-grid .column-wrapper .col-three .content a {
              margin-top: 18px; }
      body .eq-refresh .news-blog-grid .btn-wrap {
        display: none;
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 7px; }
        @media (max-width: 991px) {
          body .eq-refresh .news-blog-grid .btn-wrap {
            margin-bottom: 0; } }
        @media (max-width: 767px) {
          body .eq-refresh .news-blog-grid .btn-wrap {
            margin-top: 15px; } }
    body .eq-refresh .loader {
      position: relative;
      z-index: 301;
      height: 250px;
      width: 100px;
      top: 0px;
      text-align: center;
      margin: auto; }
      @media (min-width: 992px) and (max-width: 1190px) {
        body .eq-refresh .loader {
          top: 40px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .eq-refresh .loader {
          top: 30px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .eq-refresh .loader {
          top: 60px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body .eq-refresh .loader {
          top: 25px; } }
      @media (max-width: 480px) {
        body .eq-refresh .loader {
          top: 20px; } }
      body .eq-refresh .loader .spinner {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
             -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 303;
        border-radius: 100%;
        border-left-color: transparent !important;
        border-right-color: transparent !important; }
      body .eq-refresh .loader .spinner1 {
        width: 80px;
        height: 80px;
        border: 6px solid #3094ac;
        -webkit-animation: spin 1s linear infinite;
        -o-animation: spin 1s linear infinite;
           animation: spin 1s linear infinite; }
      body .eq-refresh .loader .spinner2 {
        width: 60px;
        height: 60px;
        border: 6px solid #3094ac;
        -webkit-animation: negative-spin 2s linear infinite;
        -o-animation: negative-spin 2s linear infinite;
           animation: negative-spin 2s linear infinite; }
      body .eq-refresh .loader .spinner3 {
        width: 40px;
        height: 40px;
        border: 6px solid #3094ac;
        -webkit-animation: spin 4s linear infinite;
        -o-animation: spin 4s linear infinite;
           animation: spin 4s linear infinite; }

@keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
         -o-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
         -o-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes negative-spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
         -o-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
         -o-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg); } }
      body .eq-refresh .loader .loader-text {
        position: relative;
        top: 65%;
        color: #3094ac;
        font-weight: bold; }
    body .eq-refresh .cta-bye-now {
      background-color: #ff9f21;
      background-image: url("/wp-content/themes/eyeque/templates/dist/images/new_pattern.png");
      background-repeat: repeat;
      text-align: center; }
      body .eq-refresh .cta-bye-now .content {
        padding: 15px 0;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 159, 33, 0.85)), to(rgba(238, 62, 109, 0.9)));
        background: -webkit-linear-gradient(left, rgba(255, 159, 33, 0.85), rgba(238, 62, 109, 0.9));
        background: -o-linear-gradient(left, rgba(255, 159, 33, 0.85), rgba(238, 62, 109, 0.9));
        background: linear-gradient(to right, rgba(255, 159, 33, 0.85), rgba(238, 62, 109, 0.9)); }
        body .eq-refresh .cta-bye-now .content p {
          width: calc(100% - 150px);
          color: #FFFFFF;
          font-size: 18px;
          font-weight: 500;
          display: inline-block;
          vertical-align: middle;
          margin: 0; }
          @media (min-width: 992px) and (max-width: 1190px) {
            body .eq-refresh .cta-bye-now .content p {
              margin-right: 0;
              padding: 10px 20px 10px 0; } }
          @media (max-width: 991px) {
            body .eq-refresh .cta-bye-now .content p {
              margin-right: 0; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .cta-bye-now .content p {
              font-size: 16px;
              padding: 10px 20px 10px 0; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .eq-refresh .cta-bye-now .content p {
              font-size: 16px;
              padding: 10px 20px 10px 0; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body .eq-refresh .cta-bye-now .content p {
              width: 100%;
              font-size: 15px;
              padding: 10px 20px 10px 0; } }
          @media (max-width: 480px) {
            body .eq-refresh .cta-bye-now .content p {
              font-size: 15px;
              margin-right: 0;
              display: block;
              width: 100%;
              margin-bottom: 10px; } }
        body .eq-refresh .cta-bye-now .content a {
          display: inline-block;
          vertical-align: middle;
          margin-top: 0;
          font-size: 12px;
          font-weight: 500;
          padding: 9px 24px; }
          @media (max-width: 595px) {
            body .eq-refresh .cta-bye-now .content a {
              margin-top: 5px; } }
    body .eq-refresh .related-blog {
      overflow: visible; }
      body .eq-refresh .related-blog h6 {
        padding: 46px 0 21px;
        font-size: 18px;
        color: #636466;
        letter-spacing: 0; }
      body .eq-refresh .related-blog .column-wrapper {
        margin-top: 42px;
        width: calc(100% + 30px);
        margin-left: -15px;
        overflow: hidden; }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .related-blog .column-wrapper {
            margin-top: 38px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .related-blog .column-wrapper {
            margin-top: 30px;
            width: calc(100% + 20px);
            margin-left: -10px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .related-blog .column-wrapper {
            margin-top: 20px;
            width: calc(100% + 20px);
            margin-left: -10px; } }
        @media (max-width: 595px) {
          body .eq-refresh .related-blog .column-wrapper {
            margin-top: 20px;
            width: 100%;
            margin-left: 0; } }
        body .eq-refresh .related-blog .column-wrapper .col-three {
          background: #f2f2f2;
          margin: 0 15px;
          width: calc(33.33% - 30px); }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .related-blog .column-wrapper .col-three {
              margin: 0 10px;
              width: calc(33.33% - 20px); } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .eq-refresh .related-blog .column-wrapper .col-three {
              margin: 10px;
              width: calc(50% - 20px); } }
          @media (max-width: 595px) {
            body .eq-refresh .related-blog .column-wrapper .col-three {
              margin: 10px 0;
              width: 100%; } }
          body .eq-refresh .related-blog .column-wrapper .col-three > a {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 1; }
          body .eq-refresh .related-blog .column-wrapper .col-three:hover .content h6 {
            color: #0f596c; }
          body .eq-refresh .related-blog .column-wrapper .col-three:hover .content a {
            border-color: #0f596c;
            background: #0f596c; }
          body .eq-refresh .related-blog .column-wrapper .col-three .bg-img {
            height: 157px;
            border: 1px solid #f2f2f2; }
            body .eq-refresh .related-blog .column-wrapper .col-three .bg-img img {
              width: 100%;
              height: 100%;
              -o-object-fit: cover;
                 object-fit: cover; }
          body .eq-refresh .related-blog .column-wrapper .col-three .content {
            padding: 16px 20px 30px; }
            body .eq-refresh .related-blog .column-wrapper .col-three .content h6 {
              padding: 0;
              color: #0081a2;
              -webkit-transition: all 0.4s ease;
              -o-transition: all 0.4s ease;
              transition: all 0.4s ease; }
            body .eq-refresh .related-blog .column-wrapper .col-three .content .author {
              padding-top: 17px;
              font-size: 0; }
              body .eq-refresh .related-blog .column-wrapper .col-three .content .author span {
                font-size: 14px;
                letter-spacing: 0;
                color: #636466;
                font-weight: 700;
                position: relative;
                padding-right: 6px;
                margin-right: 5px;
                display: inline-block; }
                body .eq-refresh .related-blog .column-wrapper .col-three .content .author span:after {
                  content: '|';
                  position: absolute;
                  right: 0;
                  top: 0; }
                body .eq-refresh .related-blog .column-wrapper .col-three .content .author span:last-child:after {
                  display: none; }
            body .eq-refresh .related-blog .column-wrapper .col-three .content p {
              padding-top: 9px;
              font-size: 18px;
              letter-spacing: 0;
              color: #636466;
              font-weight: 500;
              line-height: 1.74; }
              @media (max-width: 767px) {
                body .eq-refresh .related-blog .column-wrapper .col-three .content p {
                  line-height: 1.3; } }
            body .eq-refresh .related-blog .column-wrapper .col-three .content a {
              margin-top: 18px; }
    body .eq-refresh .privacy-policy h2 {
      color: #3094ac;
      margin-bottom: 40px; }
    body .eq-refresh .privacy-policy .row {
      margin-top: 20px; }
      body .eq-refresh .privacy-policy .row p {
        color: #636466;
        font-weight: 300;
        line-height: 1.3; }
        body .eq-refresh .privacy-policy .row p strong {
          color: #000000; }
      body .eq-refresh .privacy-policy .row .color-text {
        color: #000000;
        font-weight: 500; }
      body .eq-refresh .privacy-policy .row .content {
        margin: 3px 0 34px; }
        body .eq-refresh .privacy-policy .row .content p {
          margin-bottom: 9px; }
        body .eq-refresh .privacy-policy .row .content a {
          color: #3094ac; }
    body .eq-refresh .privacy-policy ol {
      margin-left: 30px; }
      body .eq-refresh .privacy-policy ol li {
        list-style: decimal;
        margin-bottom: 9px;
        font-size: 18px;
        font-weight: 300;
        line-height: 1.3;
        color: #636466; }
    body .eq-refresh .privacy-policy ul {
      margin-left: 30px; }
      body .eq-refresh .privacy-policy ul li {
        color: #636466;
        margin-bottom: 9px;
        list-style: disc;
        font-size: 18px;
        font-weight: 300;
        line-height: 1.3; }
    body .eq-refresh .terms-of-service .row p {
      margin-bottom: -3px;
      color: #636466;
      font-size: 16px;
      line-height: 1.4; }
      body .eq-refresh .terms-of-service .row p strong {
        color: #000000; }
      body .eq-refresh .terms-of-service .row p a {
        color: #3094ac; }
    body .eq-refresh .terms-of-service .row h5 {
      color: #3094ac;
      margin: 34px 0 16px;
      text-transform: capitalize; }
    body .eq-refresh .terms-of-service .row ol {
      padding-left: 30px;
      margin-bottom: 0px; }
      body .eq-refresh .terms-of-service .row ol li {
        margin-bottom: 15px;
        color: #636466;
        line-height: 1.4; }
        body .eq-refresh .terms-of-service .row ol li a {
          color: #3094ac;
          padding: 0 3px; }
        body .eq-refresh .terms-of-service .row ol li ul {
          padding-left: 30px;
          margin-top: -3px; }
          body .eq-refresh .terms-of-service .row ol li ul li {
            margin-bottom: 2px;
            list-style-type: disc; }
    body .eq-refresh .terms-of-service .row ul {
      margin-bottom: 0px; }
      body .eq-refresh .terms-of-service .row ul li {
        color: #636466;
        margin-bottom: 30px;
        line-height: 1.4; }
        body .eq-refresh .terms-of-service .row ul li a {
          color: #3094ac;
          padding: 0 3px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body .eq-refresh .feature-grid-post .col-two {
        width: 100%; } }
    body .eq-refresh .feature-grid-post .col-two h6 {
      letter-spacing: 0;
      line-height: 1.19; }
      @media (min-width: 992px) and (max-width: 1190px) {
        body .eq-refresh .feature-grid-post .col-two h6 {
          font-size: 18px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .eq-refresh .feature-grid-post .col-two h6 {
          font-size: 18px; } }
      @media (max-width: 767px) {
        body .eq-refresh .feature-grid-post .col-two h6 {
          font-size: 16px; } }
    body .eq-refresh .feature-grid-post .col-two span {
      display: inline-block;
      font-size: 14px;
      letter-spacing: 0;
      font-weight: 400; }
    body .eq-refresh .feature-grid-post .col-two p {
      letter-spacing: 0;
      line-height: 1.64;
      margin-top: 15px; }
    body .eq-refresh .feature-grid-post .col-two .btn-default {
      margin-top: 21px;
      padding: 6px 19px 7px;
      font-size: 12px;
      border-radius: 7px;
      color: #ff9f21 !important; }
      body .eq-refresh .feature-grid-post .col-two .btn-default:hover {
        color: #FFFFFF !important; }
    body .eq-refresh .feature-grid-post .col-two.col-left {
      padding: 10px 5px 0 0; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .eq-refresh .feature-grid-post .col-two.col-left {
          padding: 10px 0 0 0; } }
      @media (max-width: 767px) {
        body .eq-refresh .feature-grid-post .col-two.col-left {
          padding: 10px 0 0 0; } }
      body .eq-refresh .feature-grid-post .col-two.col-left .bg-img {
        height: 530px; }
        @media (max-width: 767px) {
          body .eq-refresh .feature-grid-post .col-two.col-left .bg-img {
            height: 470px; } }
        body .eq-refresh .feature-grid-post .col-two.col-left .bg-img img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      body .eq-refresh .feature-grid-post .col-two.col-left .author {
        padding-top: 4px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      body .eq-refresh .feature-grid-post .col-two.col-left:hover .content-wrap {
        height: 262px; }
        body .eq-refresh .feature-grid-post .col-two.col-left:hover .content-wrap h6 {
          -webkit-transform: translateY(-65px);
               -o-transform: translateY(-65px);
                  transform: translateY(-65px); }
        body .eq-refresh .feature-grid-post .col-two.col-left:hover .content-wrap .author {
          -webkit-transform: translateY(-65px);
               -o-transform: translateY(-65px);
                  transform: translateY(-65px); }
        body .eq-refresh .feature-grid-post .col-two.col-left:hover .content-wrap .hover-content {
          -webkit-transform: translateY(-65px);
               -o-transform: translateY(-65px);
                  transform: translateY(-65px);
          opacity: 1;
          visibility: visible;
          -webkit-transition-delay: 0.2s;
               -o-transition-delay: 0.2s;
                  transition-delay: 0.2s; }
    body .eq-refresh .feature-grid-post .col-two .content-wrap {
      position: absolute;
      width: calc(100% - 5px);
      left: 0;
      bottom: 0;
      background: #ff9f21;
      padding: 20px 0;
      overflow: hidden;
      height: 143px;
      cursor: pointer;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media (max-width: 991px) {
        body .eq-refresh .feature-grid-post .col-two .content-wrap {
          width: 100%; } }
      body .eq-refresh .feature-grid-post .col-two .content-wrap > a {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        padding: 0;
        margin: 0; }
      body .eq-refresh .feature-grid-post .col-two .content-wrap .content {
        opacity: 0;
        position: absolute;
        top: 50%;
        width: 100%;
        -webkit-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%); }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .feature-grid-post .col-two .content-wrap .content {
            padding-right: 20px;
            width: calc(100% - 20px); } }
        @media (max-width: 991px) {
          body .eq-refresh .feature-grid-post .col-two .content-wrap .content {
            padding-right: 20px;
            width: calc(100% - 20px); } }
        @media (max-width: 595px) {
          body .eq-refresh .feature-grid-post .col-two .content-wrap .content {
            left: 0 !important;
            position: relative;
            max-width: 100%;
            padding: 0 20px; } }
        body .eq-refresh .feature-grid-post .col-two .content-wrap .content a {
          color: #FFFFFF; }
        body .eq-refresh .feature-grid-post .col-two .content-wrap .content h6 {
          color: #FFFFFF;
          max-width: 430px;
          text-overflow: ellipsis;
          overflow: hidden;
          max-height: 72px;
          -webkit-line-clamp: 3;
          -moz-line-clamp: 3;
          -ms-line-clamp: 3;
          -o-line-clamp: 3;
          line-clamp: 3;
          -webkit-box-orient: vertical;
          -ms-box-orient: vertical;
          -o-box-orient: vertical;
          box-orient: vertical;
          -webkit-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; }
          @media (min-width: 992px) and (max-width: 1190px) {
            body .eq-refresh .feature-grid-post .col-two .content-wrap .content h6 {
              max-width: 100%;
              max-height: 63px; } }
          @media (max-width: 991px) {
            body .eq-refresh .feature-grid-post .col-two .content-wrap .content h6 {
              max-width: 100%; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .feature-grid-post .col-two .content-wrap .content h6 {
              max-height: 63px; } }
          @media (max-width: 767px) {
            body .eq-refresh .feature-grid-post .col-two .content-wrap .content h6 {
              max-height: 57px; } }
        body .eq-refresh .feature-grid-post .col-two .content-wrap .content span {
          color: #FFFFFF; }
        body .eq-refresh .feature-grid-post .col-two .content-wrap .content p {
          color: #FFFFFF;
          max-width: 470px;
          text-overflow: ellipsis;
          overflow: hidden;
          max-height: 60px;
          -webkit-line-clamp: 2;
          -moz-line-clamp: 2;
          -ms-line-clamp: 2;
          -o-line-clamp: 2;
          line-clamp: 2;
          -webkit-box-orient: vertical;
          -ms-box-orient: vertical;
          -o-box-orient: vertical;
          box-orient: vertical;
          margin-bottom: 0; }
          @media (min-width: 992px) and (max-width: 1190px) {
            body .eq-refresh .feature-grid-post .col-two .content-wrap .content p {
              max-width: 100%; } }
          @media (max-width: 991px) {
            body .eq-refresh .feature-grid-post .col-two .content-wrap .content p {
              max-width: 100%; } }
          @media (max-width: 767px) {
            body .eq-refresh .feature-grid-post .col-two .content-wrap .content p {
              max-height: 52px; } }
          @media (max-width: 595px) {
            body .eq-refresh .feature-grid-post .col-two .content-wrap .content p {
              max-height: 46px; } }
        body .eq-refresh .feature-grid-post .col-two .content-wrap .content .btn-default {
          border: 1px solid #FFFFFF; }
          body .eq-refresh .feature-grid-post .col-two .content-wrap .content .btn-default:hover {
            border-color: #FFFFFF;
            background: transparent;
            color: #FFFFFF; }
        body .eq-refresh .feature-grid-post .col-two .content-wrap .content .hover-content {
          opacity: 0;
          visibility: hidden;
          position: absolute;
          width: auto;
          -webkit-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; }
    body .eq-refresh .feature-grid-post .col-two .author {
      font-size: 0; }
      body .eq-refresh .feature-grid-post .col-two .author span {
        position: relative;
        padding-right: 6px;
        margin-right: 3px; }
        body .eq-refresh .feature-grid-post .col-two .author span:after {
          content: '|';
          position: absolute;
          right: 0;
          top: 0; }
        body .eq-refresh .feature-grid-post .col-two .author span:last-child:after {
          display: none; }
    body .eq-refresh .feature-grid-post .col-two.col-right {
      font-size: 0;
      padding: 10px 0 0 5px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .eq-refresh .feature-grid-post .col-two.col-right {
          padding: 10px 0 0 0; } }
      @media (max-width: 767px) {
        body .eq-refresh .feature-grid-post .col-two.col-right {
          padding: 10px 0 0 0; } }
      body .eq-refresh .feature-grid-post .col-two.col-right .row {
        border: 1px solid #f2f2f2; }
        body .eq-refresh .feature-grid-post .col-two.col-right .row:first-child {
          margin-bottom: 10px; }
      body .eq-refresh .feature-grid-post .col-two.col-right .bg-img {
        width: 271px;
        height: 260px;
        display: inline-block;
        vertical-align: top; }
        @media (max-width: 595px) {
          body .eq-refresh .feature-grid-post .col-two.col-right .bg-img {
            max-width: 100%;
            width: 100%;
            height: 230px; } }
        body .eq-refresh .feature-grid-post .col-two.col-right .bg-img img {
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%;
          height: 100%; }
      body .eq-refresh .feature-grid-post .col-two.col-right .content {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 271px);
        height: 260px;
        background: #f2f2f2;
        padding: 22px 50px;
        cursor: pointer;
        overflow: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .feature-grid-post .col-two.col-right .content {
            padding: 20px 25px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .feature-grid-post .col-two.col-right .content {
            padding: 20px 30px; } }
        @media (max-width: 767px) {
          body .eq-refresh .feature-grid-post .col-two.col-right .content {
            padding: 20px 30px; } }
        @media (max-width: 595px) {
          body .eq-refresh .feature-grid-post .col-two.col-right .content {
            width: 100%;
            height: 230px; } }
        body .eq-refresh .feature-grid-post .col-two.col-right .content > a {
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 1;
          padding: 0;
          margin: 0; }
        body .eq-refresh .feature-grid-post .col-two.col-right .content .inner-content {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
               -o-transform: translateY(-50%);
                  transform: translateY(-50%);
          max-width: 240px;
          width: 100%;
          -webkit-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; }
          @media (min-width: 1151px) and (max-width: 1399px) {
            body .eq-refresh .feature-grid-post .col-two.col-right .content .inner-content {
              max-width: 230px; } }
          @media (min-width: 992px) and (max-width: 1190px) {
            body .eq-refresh .feature-grid-post .col-two.col-right .content .inner-content {
              max-width: 170px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .feature-grid-post .col-two.col-right .content .inner-content {
              max-width: 400px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .eq-refresh .feature-grid-post .col-two.col-right .content .inner-content {
              max-width: 270px; } }
          @media (max-width: 595px) {
            body .eq-refresh .feature-grid-post .col-two.col-right .content .inner-content {
              max-width: calc(100% - 55px); } }
        body .eq-refresh .feature-grid-post .col-two.col-right .content .hover-content {
          position: absolute;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; }
        body .eq-refresh .feature-grid-post .col-two.col-right .content:hover .inner-content h6 {
          -webkit-transform: translateY(-65px);
               -o-transform: translateY(-65px);
                  transform: translateY(-65px); }
        body .eq-refresh .feature-grid-post .col-two.col-right .content:hover .inner-content .author {
          -webkit-transform: translateY(-65px);
               -o-transform: translateY(-65px);
                  transform: translateY(-65px); }
        body .eq-refresh .feature-grid-post .col-two.col-right .content:hover .hover-content {
          -webkit-transform: translateY(-65px);
               -o-transform: translateY(-65px);
                  transform: translateY(-65px);
          opacity: 1;
          visibility: visible;
          -webkit-transition-delay: 0.2s;
               -o-transition-delay: 0.2s;
                  transition-delay: 0.2s; }
        body .eq-refresh .feature-grid-post .col-two.col-right .content a {
          color: #636466; }
        body .eq-refresh .feature-grid-post .col-two.col-right .content h6 {
          color: #636466;
          text-overflow: ellipsis;
          overflow: hidden;
          max-height: 48px;
          -webkit-line-clamp: 2;
          -moz-line-clamp: 2;
          -ms-line-clamp: 2;
          -o-line-clamp: 2;
          line-clamp: 2;
          -webkit-box-orient: vertical;
          -ms-box-orient: vertical;
          -o-box-orient: vertical;
          box-orient: vertical;
          -webkit-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; }
          @media (min-width: 992px) and (max-width: 1190px) {
            body .eq-refresh .feature-grid-post .col-two.col-right .content h6 {
              max-height: 42px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .feature-grid-post .col-two.col-right .content h6 {
              max-height: 42px; } }
          @media (max-width: 767px) {
            body .eq-refresh .feature-grid-post .col-two.col-right .content h6 {
              max-height: 38px; } }
        body .eq-refresh .feature-grid-post .col-two.col-right .content span {
          color: #636466; }
        body .eq-refresh .feature-grid-post .col-two.col-right .content p {
          color: #636466;
          text-overflow: ellipsis;
          overflow: hidden;
          max-height: 60px;
          -webkit-line-clamp: 2;
          -moz-line-clamp: 2;
          -ms-line-clamp: 2;
          -o-line-clamp: 2;
          line-clamp: 2;
          -webkit-box-orient: vertical;
          -ms-box-orient: vertical;
          -o-box-orient: vertical;
          box-orient: vertical; }
          @media (max-width: 767px) {
            body .eq-refresh .feature-grid-post .col-two.col-right .content p {
              max-height: 52px; } }
          @media (max-width: 595px) {
            body .eq-refresh .feature-grid-post .col-two.col-right .content p {
              max-height: 46px; } }
        body .eq-refresh .feature-grid-post .col-two.col-right .content .btn-iris-blue {
          color: #FFFFFF; }
      body .eq-refresh .feature-grid-post .col-two.col-right .author {
        padding-top: 7px;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
        @media (min-width: 992px) and (max-width: 1190px) {
          body .eq-refresh .feature-grid-post .col-two.col-right .author {
            padding-top: 5px; } }
        @media (max-width: 991px) {
          body .eq-refresh .feature-grid-post .col-two.col-right .author {
            padding-top: 5px; } }
      body .eq-refresh .feature-grid-post .col-two.col-right .play {
        position: relative;
        cursor: pointer; }
        body .eq-refresh .feature-grid-post .col-two.col-right .play:after {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          width: 67px;
          height: 66px;
          background: url("/wp-content/themes/eyeque/templates/dist/images/play.png");
          background-repeat: no-repeat;
          z-index: 2; }
    body .eq-refresh .search-output {
      padding: 40px 0; }
      body .eq-refresh .search-output .search-head {
        font-size: 50px;
        color: #0081a2;
        margin-bottom: 50px;
        line-height: 1.2; }
        @media (max-width: 991px) {
          body .eq-refresh .search-output .search-head {
            font-size: 40px;
            margin-bottom: 40px; } }
        @media (max-width: 767px) {
          body .eq-refresh .search-output .search-head {
            font-size: 34px;
            margin-bottom: 30px; } }
        @media (max-width: 595px) {
          body .eq-refresh .search-output .search-head {
            font-size: 30px;
            margin-bottom: 20px; } }
      body .eq-refresh .search-output .inner {
        font-size: 24px;
        line-height: 1.2;
        color: #626366;
        margin-bottom: 40px; }
        @media (max-width: 767px) {
          body .eq-refresh .search-output .inner {
            font-size: 20px;
            margin-bottom: 30px; } }
        @media (max-width: 595px) {
          body .eq-refresh .search-output .inner {
            font-size: 18px;
            margin-bottom: 20px; } }
      body .eq-refresh .search-output li {
        margin-bottom: 40px; }
        @media (max-width: 767px) {
          body .eq-refresh .search-output li {
            margin-bottom: 30px; } }
        @media (max-width: 595px) {
          body .eq-refresh .search-output li {
            margin-bottom: 20px; } }
        body .eq-refresh .search-output li .title {
          color: #0081a2;
          font-size: 26px;
          line-height: 1.4;
          font-weight: 400;
          margin-bottom: 10px;
          display: block; }
          @media (max-width: 991px) {
            body .eq-refresh .search-output li .title {
              font-size: 24px; } }
          @media (max-width: 767px) {
            body .eq-refresh .search-output li .title {
              font-size: 22px;
              margin-bottom: 5px; } }
          @media (max-width: 595px) {
            body .eq-refresh .search-output li .title {
              font-size: 20px; } }
        body .eq-refresh .search-output li p {
          font-size: 20px;
          line-height: 1.4;
          color: #626366;
          margin-bottom: 5px;
          font-weight: 300; }
          @media (max-width: 767px) {
            body .eq-refresh .search-output li p {
              font-size: 18px; } }
          @media (max-width: 595px) {
            body .eq-refresh .search-output li p {
              font-size: 16px; } }
        body .eq-refresh .search-output li .more-link {
          position: relative;
          font-weight: 500;
          font-size: 16px;
          color: #0081a2;
          text-transform: capitalize; }
          @media (max-width: 595px) {
            body .eq-refresh .search-output li .more-link {
              font-size: 14px; } }
          body .eq-refresh .search-output li .more-link:before {
            content: "";
            position: absolute;
            left: 50%;
            right: 50%;
            bottom: -3px;
            background: #0081a2;
            width: 0;
            height: 2px;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
          body .eq-refresh .search-output li .more-link:hover:before {
            left: 0;
            right: 0;
            width: 100%;
            bottom: -3px; }
      body .eq-refresh .search-output .pagination {
        margin-top: 30px;
        float: left;
        width: 100%; }
        @media (max-width: 767px) {
          body .eq-refresh .search-output .pagination {
            margin-top: 10px; } }
        body .eq-refresh .search-output .pagination .current {
          color: #0081a2;
          font-weight: 700; }
        body .eq-refresh .search-output .pagination .dots {
          color: #0081a2; }
        body .eq-refresh .search-output .pagination a {
          padding: 5px;
          font-size: 16px;
          color: #0081a2; }
          @media (max-width: 767px) {
            body .eq-refresh .search-output .pagination a {
              font-size: 14px; } }
    body .eq-refresh .quizlet .quizlet-intro {
      max-width: 970px;
      margin: 0 auto; }
      body .eq-refresh .quizlet .quizlet-intro h2 {
        font-weight: 300;
        color: #0081a2;
        margin-bottom: 16px; }
        @media (max-width: 595px) {
          body .eq-refresh .quizlet .quizlet-intro h2 {
            margin-bottom: 10px; } }
      body .eq-refresh .quizlet .quizlet-intro p {
        font-size: 24px;
        font-weight: 300;
        color: #626366; }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .quizlet .quizlet-intro p {
            font-size: 20px; } }
        @media (max-width: 595px) {
          body .eq-refresh .quizlet .quizlet-intro p {
            font-size: 18px; } }
    body .eq-refresh .quizlet .col-outer {
      margin-top: 50px; }
      @media (min-width: 992px) and (max-width: 1190px) {
        body .eq-refresh .quizlet .col-outer {
          margin-top: 20px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .eq-refresh .quizlet .col-outer {
          margin-top: 15px; } }
      @media (max-width: 767px) {
        body .eq-refresh .quizlet .col-outer {
          margin-top: 0; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .eq-refresh .quizlet .col-outer .col-three {
          width: calc(50% - 20px);
          float: none;
          display: inline-block;
          text-align: center; } }
      body .eq-refresh .quizlet .col-outer .img-outer {
        position: relative; }
        @media (max-width: 767px) {
          body .eq-refresh .quizlet .col-outer .img-outer {
            display: none; } }
      body .eq-refresh .quizlet .col-outer:after {
        content: '';
        display: block;
        clear: both; }
      body .eq-refresh .quizlet .col-outer .btn-wrap {
        display: inline-block;
        margin-top: 30px; }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .quizlet .col-outer .btn-wrap {
            display: block;
            margin-top: 20px; } }
      body .eq-refresh .quizlet .col-outer .responsive-img {
        display: none; }
        @media (max-width: 767px) {
          body .eq-refresh .quizlet .col-outer .responsive-img {
            display: block;
            margin: 20px auto 0; } }
    body .eq-refresh .quizlet .quiz-overlay {
      position: fixed;
      height: 100vh !important;
      width: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.3);
      opacity: 0;
      visibility: hidden;
      z-index: -1;
      -webkit-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
      body .eq-refresh .quizlet .quiz-overlay .column-wrapper {
        position: relative;
        max-width: 1110px;
        margin: 0 auto;
        border-radius: 4px;
        background: #FFFFFF;
        width: calc(100% - 40px); }
        @media (min-width: 1025px) and (max-height: 767px) {
          body .eq-refresh .quizlet .quiz-overlay .column-wrapper {
            margin: 30px auto; } }
        @media (max-width: 595px) {
          body .eq-refresh .quizlet .quiz-overlay .column-wrapper {
            margin: 30px auto; } }
        body .eq-refresh .quizlet .quiz-overlay .column-wrapper .inner-overlay {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: auto;
          padding: 50px 0 80px;
          opacity: 0;
          visibility: hidden;
          z-index: -1;
          -webkit-transition: opacity 0.3s;
          -o-transition: opacity 0.3s;
          transition: opacity 0.3s; }
          @media (min-width: 1025px) and (max-height: 767px) {
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper .inner-overlay {
              display: none; } }
          @media (max-width: 991px) {
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper .inner-overlay {
              display: none; } }
          body .eq-refresh .quizlet .quiz-overlay .column-wrapper .inner-overlay.page-1 h3 {
            margin-bottom: 0; }
          body .eq-refresh .quizlet .quiz-overlay .column-wrapper .inner-overlay.page-4 h3 {
            margin-bottom: 0; }
          body .eq-refresh .quizlet .quiz-overlay .column-wrapper .inner-overlay.page-4 .quiz-box-outer {
            margin: 60px auto 20px; }
            @media (min-width: 596px) and (max-width: 767px) {
              body .eq-refresh .quizlet .quiz-overlay .column-wrapper .inner-overlay.page-4 .quiz-box-outer {
                margin: 20px auto; } }
            @media (max-width: 595px) {
              body .eq-refresh .quizlet .quiz-overlay .column-wrapper .inner-overlay.page-4 .quiz-box-outer {
                margin: 20px auto; } }
          @media (max-width: 767px) {
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper .inner-overlay.page-5 {
              padding-top: 50px;
              display: none; } }
          @media (max-width: 480px) {
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper .inner-overlay.page-5 {
              padding-top: 30px; } }
          body .eq-refresh .quizlet .quiz-overlay .column-wrapper .inner-overlay.page-5 h3 {
            margin-bottom: 40px;
            padding: 0 20px;
            text-transform: capitalize; }
          body .eq-refresh .quizlet .quiz-overlay .column-wrapper .inner-overlay.page-5.active {
            padding: 50px 0 0; }
            @media (max-width: 767px) {
              body .eq-refresh .quizlet .quiz-overlay .column-wrapper .inner-overlay.page-5.active {
                display: block; } }
            @media (max-width: 595px) {
              body .eq-refresh .quizlet .quiz-overlay .column-wrapper .inner-overlay.page-5.active {
                padding: 30px 0 0; } }
          body .eq-refresh .quizlet .quiz-overlay .column-wrapper .inner-overlay.active {
            position: relative;
            opacity: 1;
            visibility: visible;
            z-index: 1; }
            @media (max-width: 1024px) {
              body .eq-refresh .quizlet .quiz-overlay .column-wrapper .inner-overlay.active {
                display: block; } }
            @media (min-width: 1025px) and (max-height: 767px) {
              body .eq-refresh .quizlet .quiz-overlay .column-wrapper .inner-overlay.active {
                display: block; } }
            @media (max-width: 991px) {
              body .eq-refresh .quizlet .quiz-overlay .column-wrapper .inner-overlay.active {
                display: block; } }
            @media (max-width: 595px) {
              body .eq-refresh .quizlet .quiz-overlay .column-wrapper .inner-overlay.active {
                padding: 40px 0; } }
        body .eq-refresh .quizlet .quiz-overlay .column-wrapper h3 {
          color: #0081a2;
          font-size: 40px;
          font-weight: 400;
          margin-bottom: 130px; }
          @media (min-width: 992px) and (max-width: 1190px) {
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper h3 {
              font-size: 30px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper h3 {
              font-size: 28px;
              margin-bottom: 80px; } }
          @media (max-width: 767px) {
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper h3 {
              padding: 0 20px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper h3 {
              font-size: 24px;
              font-weight: 600;
              margin-bottom: 50px; } }
          @media (max-width: 595px) {
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper h3 {
              margin-bottom: 0; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper h3 {
              font-size: 20px;
              font-weight: 600; } }
          @media (max-width: 480px) {
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper h3 {
              font-size: 20px;
              font-weight: 600; } }
        body .eq-refresh .quizlet .quiz-overlay .column-wrapper span {
          font-size: 21px;
          font-family: "Poppins", sans-serif;
          color: #626366;
          display: inline-block; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper span {
              font-size: 18px; } }
          @media (max-width: 767px) {
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper span {
              font-size: 16px; } }
        body .eq-refresh .quizlet .quiz-overlay .column-wrapper .quiz-box-outer {
          display: table;
          margin: 30px auto 0; }
          @media (max-width: 595px) {
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper .quiz-box-outer {
              margin: 10px auto 0; } }
          body .eq-refresh .quizlet .quiz-overlay .column-wrapper .quiz-box-outer:after {
            content: '';
            display: block;
            clear: both; }
          body .eq-refresh .quizlet .quiz-overlay .column-wrapper .quiz-box-outer .quiz-options {
            width: 100%;
            height: 100%;
            display: table-cell;
            vertical-align: middle;
            padding: 0 90px;
            margin: 0 auto; }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .quizlet .quiz-overlay .column-wrapper .quiz-box-outer .quiz-options {
                padding: 0 70px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body .eq-refresh .quizlet .quiz-overlay .column-wrapper .quiz-box-outer .quiz-options {
                padding: 0 50px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              body .eq-refresh .quizlet .quiz-overlay .column-wrapper .quiz-box-outer .quiz-options {
                padding: 0 30px; } }
            @media (max-width: 480px) {
              body .eq-refresh .quizlet .quiz-overlay .column-wrapper .quiz-box-outer .quiz-options {
                padding: 0 20px; } }
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper .quiz-box-outer .quiz-options .form-group {
              width: calc(50% - 20px);
              margin: 10px;
              float: left;
              position: relative;
              text-align: left;
              background: #EEEEEE;
              padding: 30px 30px 30px 100px;
              border-radius: 12px;
              min-height: 120px;
              display: table; }
              @media (min-width: 992px) and (max-width: 1190px) {
                body .eq-refresh .quizlet .quiz-overlay .column-wrapper .quiz-box-outer .quiz-options .form-group {
                  min-height: 90px; } }
              @media (min-width: 768px) and (max-width: 991px) {
                body .eq-refresh .quizlet .quiz-overlay .column-wrapper .quiz-box-outer .quiz-options .form-group {
                  padding: 20px 20px 20px 60px;
                  min-height: 80px; } }
              @media (max-width: 767px) {
                body .eq-refresh .quizlet .quiz-overlay .column-wrapper .quiz-box-outer .quiz-options .form-group {
                  width: 100%;
                  margin: 4px 0;
                  padding: 20px 20px 20px 60px;
                  border-radius: 12px;
                  min-height: inherit; } }
              @media (max-width: 480px) {
                body .eq-refresh .quizlet .quiz-overlay .column-wrapper .quiz-box-outer .quiz-options .form-group {
                  padding: 17px 10px 17px 50px; } }
              body .eq-refresh .quizlet .quiz-overlay .column-wrapper .quiz-box-outer .quiz-options .form-group .form-inner {
                display: table-cell;
                vertical-align: middle; }
              body .eq-refresh .quizlet .quiz-overlay .column-wrapper .quiz-box-outer .quiz-options .form-group input {
                position: absolute;
                opacity: 0;
                display: inline-block;
                width: calc(100% - 50px);
                height: 80px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                     -o-transform: translateY(-50%);
                        transform: translateY(-50%);
                left: 44px;
                margin-bottom: 0;
                z-index: 1;
                cursor: pointer; }
                @media (min-width: 768px) and (max-width: 991px) {
                  body .eq-refresh .quizlet .quiz-overlay .column-wrapper .quiz-box-outer .quiz-options .form-group input {
                    width: calc(100% - 40px);
                    height: 60px;
                    left: 24px; } }
                @media (max-width: 767px) {
                  body .eq-refresh .quizlet .quiz-overlay .column-wrapper .quiz-box-outer .quiz-options .form-group input {
                    width: calc(100% - 40px);
                    height: 44px;
                    left: 27px; } }
                @media (max-width: 480px) {
                  body .eq-refresh .quizlet .quiz-overlay .column-wrapper .quiz-box-outer .quiz-options .form-group input {
                    left: 17px;
                    height: 34px; } }
                body .eq-refresh .quizlet .quiz-overlay .column-wrapper .quiz-box-outer .quiz-options .form-group input:checked + label:before {
                  background: #0081a2; }
                body .eq-refresh .quizlet .quiz-overlay .column-wrapper .quiz-box-outer .quiz-options .form-group input:checked + label:after {
                  content: '';
                  position: absolute;
                  width: 35px;
                  height: 35px;
                  left: -56px;
                  top: 50%;
                  -webkit-transform: translateY(-50%);
                       -o-transform: translateY(-50%);
                          transform: translateY(-50%);
                  background: url(/wp-content/themes/eyeque/templates/dist/images/color-check.png) no-repeat;
                  background-size: 100%; }
                  @media (min-width: 768px) and (max-width: 991px) {
                    body .eq-refresh .quizlet .quiz-overlay .column-wrapper .quiz-box-outer .quiz-options .form-group input:checked + label:after {
                      width: 30px;
                      height: 30px;
                      left: -36px; } }
                  @media (max-width: 767px) {
                    body .eq-refresh .quizlet .quiz-overlay .column-wrapper .quiz-box-outer .quiz-options .form-group input:checked + label:after {
                      width: 24px;
                      height: 24px;
                      left: -33px; } }
                  @media (max-width: 480px) {
                    body .eq-refresh .quizlet .quiz-overlay .column-wrapper .quiz-box-outer .quiz-options .form-group input:checked + label:after {
                      left: -33px; } }
              body .eq-refresh .quizlet .quiz-overlay .column-wrapper .quiz-box-outer .quiz-options .form-group label {
                font-size: 22px;
                font-family: "Poppins", sans-serif;
                font-weight: 700;
                position: relative;
                float: left;
                padding-left: 15px; }
                @media (min-width: 992px) and (max-width: 1190px) {
                  body .eq-refresh .quizlet .quiz-overlay .column-wrapper .quiz-box-outer .quiz-options .form-group label {
                    font-size: 20px; } }
                @media (min-width: 768px) and (max-width: 991px) {
                  body .eq-refresh .quizlet .quiz-overlay .column-wrapper .quiz-box-outer .quiz-options .form-group label {
                    font-size: 18px; } }
                @media (min-width: 596px) and (max-width: 767px) {
                  body .eq-refresh .quizlet .quiz-overlay .column-wrapper .quiz-box-outer .quiz-options .form-group label {
                    font-size: 18px; } }
                @media (max-width: 595px) {
                  body .eq-refresh .quizlet .quiz-overlay .column-wrapper .quiz-box-outer .quiz-options .form-group label {
                    font-size: 16px;
                    padding-left: 5px; } }
                body .eq-refresh .quizlet .quiz-overlay .column-wrapper .quiz-box-outer .quiz-options .form-group label:before {
                  content: '';
                  position: absolute;
                  display: inline-block;
                  vertical-align: text-top;
                  width: 35px;
                  height: 35px;
                  left: -58px;
                  top: 50%;
                  -webkit-transform: translateY(-50%);
                       -o-transform: translateY(-50%);
                          transform: translateY(-50%);
                  background: transparent;
                  border: 2px solid #0081a2;
                  border-radius: 11px;
                  cursor: pointer; }
                  @media (min-width: 768px) and (max-width: 991px) {
                    body .eq-refresh .quizlet .quiz-overlay .column-wrapper .quiz-box-outer .quiz-options .form-group label:before {
                      width: 30px;
                      height: 30px;
                      left: -38px; } }
                  @media (max-width: 767px) {
                    body .eq-refresh .quizlet .quiz-overlay .column-wrapper .quiz-box-outer .quiz-options .form-group label:before {
                      width: 24px;
                      height: 24px;
                      left: -35px; } }
                  @media (max-width: 480px) {
                    body .eq-refresh .quizlet .quiz-overlay .column-wrapper .quiz-box-outer .quiz-options .form-group label:before {
                      left: -35px; } }
        body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-2 .quiz-box-outer,
        body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-3 .quiz-box-outer {
          margin: 60px auto; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-2 .quiz-box-outer,
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-3 .quiz-box-outer {
              margin: 30px auto; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-2 .quiz-box-outer,
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-3 .quiz-box-outer {
              margin: 20px auto; } }
          @media (max-width: 595px) {
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-2 .quiz-box-outer,
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-3 .quiz-box-outer {
              margin: 20px auto; } }
          body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-2 .quiz-box-outer .quiz-options .form-group input.radio-btn:checked + label:before,
          body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-3 .quiz-box-outer .quiz-options .form-group input.radio-btn:checked + label:before {
            background: none; }
          body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-2 .quiz-box-outer .quiz-options .form-group input.radio-btn:checked + label:after,
          body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-3 .quiz-box-outer .quiz-options .form-group input.radio-btn:checked + label:after {
            content: '';
            position: absolute;
            width: 39px;
            height: 39px;
            left: -58px;
            top: 50%;
            -webkit-transform: translateY(-50%);
                 -o-transform: translateY(-50%);
                    transform: translateY(-50%);
            background: url(/wp-content/themes/eyeque/templates/dist/images/color-circle.svg) no-repeat;
            background-size: 100%;
            display: block; }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-2 .quiz-box-outer .quiz-options .form-group input.radio-btn:checked + label:after,
              body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-3 .quiz-box-outer .quiz-options .form-group input.radio-btn:checked + label:after {
                width: 30px;
                height: 30px;
                left: -36px; } }
            @media (max-width: 767px) {
              body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-2 .quiz-box-outer .quiz-options .form-group input.radio-btn:checked + label:after,
              body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-3 .quiz-box-outer .quiz-options .form-group input.radio-btn:checked + label:after {
                width: 24px;
                height: 24px;
                left: -33px; } }
            @media (max-width: 480px) {
              body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-2 .quiz-box-outer .quiz-options .form-group input.radio-btn:checked + label:after,
              body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-3 .quiz-box-outer .quiz-options .form-group input.radio-btn:checked + label:after {
                left: -33px; } }
          body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-2 .quiz-box-outer .quiz-options .form-group input:checked + label:before,
          body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-3 .quiz-box-outer .quiz-options .form-group input:checked + label:before {
            background: none; }
          body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-2 .quiz-box-outer .quiz-options .form-group label:before,
          body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-3 .quiz-box-outer .quiz-options .form-group label:before {
            border-radius: 50px; }
          body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-2 .quiz-box-outer .quiz-options .form-group label:after,
          body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-3 .quiz-box-outer .quiz-options .form-group label:after {
            display: none; }
        body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .quiz-code-outer {
          position: absolute;
          top: 120px;
          right: -55px;
          background: #F66F47;
          width: 250px;
          height: auto;
          z-index: 1; }
          @media (min-width: 992px) and (max-width: 1190px) {
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .quiz-code-outer {
              top: 90px;
              width: 210px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .quiz-code-outer {
              top: 90px;
              right: -35px;
              width: 160px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .quiz-code-outer {
              top: 100px;
              right: -16px;
              width: 160px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .quiz-code-outer {
              top: 80px;
              right: -16px;
              width: 140px; } }
          @media (max-width: 480px) {
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .quiz-code-outer {
              top: 85px;
              right: -16px;
              width: 135px; } }
          body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .quiz-code-outer .quiz-code {
            position: relative;
            display: inline-block;
            padding: 15px 0; }
            @media (min-width: 992px) and (max-width: 1190px) {
              body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .quiz-code-outer .quiz-code {
                padding: 10px 0; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .quiz-code-outer .quiz-code {
                padding: 5px 0; } }
            @media (max-width: 767px) {
              body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .quiz-code-outer .quiz-code {
                padding: 5px 0; } }
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .quiz-code-outer .quiz-code a {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              z-index: 1; }
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .quiz-code-outer .quiz-code span {
              width: 100%;
              font-size: 18px;
              line-height: 1.4;
              color: #FFFFFF; }
              @media (min-width: 768px) and (max-width: 991px) {
                body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .quiz-code-outer .quiz-code span {
                  font-size: 14px; } }
              @media (max-width: 767px) {
                body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .quiz-code-outer .quiz-code span {
                  font-size: 12px; } }
              body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .quiz-code-outer .quiz-code span.code {
                font-size: 28px;
                font-weight: 600; }
                @media (min-width: 992px) and (max-width: 1190px) {
                  body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .quiz-code-outer .quiz-code span.code {
                    font-size: 24px; } }
                @media (min-width: 768px) and (max-width: 991px) {
                  body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .quiz-code-outer .quiz-code span.code {
                    font-size: 16px; } }
                @media (max-width: 767px) {
                  body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .quiz-code-outer .quiz-code span.code {
                    font-size: 14px; } }
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .quiz-code-outer .quiz-code:before {
              content: '';
              position: absolute;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 45px 55px 0 0;
              border-color: #000 transparent transparent transparent;
              opacity: 0.41;
              bottom: -44px;
              right: 0;
              z-index: 1; }
              @media (min-width: 768px) and (max-width: 991px) {
                body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .quiz-code-outer .quiz-code:before {
                  border-width: 30px 35px 0 0;
                  bottom: -30px;
                  right: 0; } }
              @media (max-width: 767px) {
                body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .quiz-code-outer .quiz-code:before {
                  border-width: 16px 16px 0 0;
                  bottom: -16px;
                  right: 0; } }
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .quiz-code-outer .quiz-code:after {
              content: '';
              position: absolute;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 45px 55px 0 0;
              border-color: #f67047 transparent transparent transparent;
              bottom: -44px;
              right: 0; }
              @media (min-width: 768px) and (max-width: 991px) {
                body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .quiz-code-outer .quiz-code:after {
                  border-width: 30px 35px 0 0;
                  bottom: -30px;
                  right: 0; } }
              @media (max-width: 767px) {
                body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .quiz-code-outer .quiz-code:after {
                  border-width: 16px 16px 0 0;
                  bottom: -16px;
                  right: 0; } }
        body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-cta {
          padding-bottom: 50px; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-cta {
              display: inline-block; } }
          @media (max-width: 767px) {
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-cta {
              display: inline-block; } }
          body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-cta .col-wrapper {
            margin-top: 30px;
            position: relative; }
            @media (min-width: 992px) {
              body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-cta .col-wrapper.margin-70 {
                margin-top: 70px; } }
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-cta .col-wrapper .col-two {
              display: table;
              width: calc(50% - 4px);
              margin: 0 2px; }
              @media (max-width: 767px) {
                body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-cta .col-wrapper .col-two {
                  width: 100%;
                  margin: 0 auto; } }
              body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-cta .col-wrapper .col-two .img-block {
                position: relative; }
                @media (min-width: 596px) and (max-width: 767px) {
                  body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-cta .col-wrapper .col-two .img-block {
                    max-width: 400px;
                    margin: 0 auto; } }
                @media (min-width: 481px) and (max-width: 595px) {
                  body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-cta .col-wrapper .col-two .img-block {
                    max-width: 300px;
                    margin: 0 auto; } }
                body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-cta .col-wrapper .col-two .img-block a {
                  position: absolute;
                  top: 0;
                  left: 0;
                  width: 100%;
                  height: 100%;
                  z-index: 1; }
              body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-cta .col-wrapper .col-two .content-block {
                text-align: left;
                display: table-cell;
                vertical-align: middle;
                padding-bottom: 70px; }
                @media (min-width: 992px) and (max-width: 1190px) {
                  body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-cta .col-wrapper .col-two .content-block {
                    padding-bottom: 50px; } }
                @media (min-width: 768px) and (max-width: 991px) {
                  body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-cta .col-wrapper .col-two .content-block {
                    padding-bottom: 40px; } }
                @media (max-width: 767px) {
                  body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-cta .col-wrapper .col-two .content-block {
                    height: auto !important;
                    display: inline-block;
                    vertical-align: inherit;
                    max-width: inherit;
                    padding-bottom: 0; } }
                body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-cta .col-wrapper .col-two .content-block h4 {
                  max-width: 330px; }
                  @media (min-width: 1190px) {
                    body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-cta .col-wrapper .col-two .content-block h4 {
                      font-size: 30px; } }
                  @media (min-width: 992px) and (max-width: 1190px) {
                    body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-cta .col-wrapper .col-two .content-block h4 {
                      max-width: 280px; } }
                  @media (max-width: 767px) {
                    body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-cta .col-wrapper .col-two .content-block h4 {
                      max-width: inherit; } }
                body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-cta .col-wrapper .col-two .content-block p {
                  margin-top: 10px;
                  max-width: 300px; }
                  @media (min-width: 1190px) {
                    body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-cta .col-wrapper .col-two .content-block p {
                      font-size: 20px; } }
                  @media (max-width: 767px) {
                    body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-cta .col-wrapper .col-two .content-block p {
                      max-width: inherit; } }
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-cta .col-wrapper .btn-wrap {
              display: inline-block;
              width: 100%; }
              @media (max-width: 767px) {
                body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-cta .col-wrapper .btn-wrap {
                  margin-top: 20px; } }
          @media (max-width: 767px) {
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-cta .btn-wrap {
              display: inline-block; } }
          body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-cta .btn-wrap .btn-iris-blue {
            padding: 12px 30px 12px 30px;
            font-size: 20px; }
            @media (max-width: 767px) {
              body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-cta .btn-wrap .btn-iris-blue {
                font-size: 14px;
                padding: 9px 20px; } }
        body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-image {
          padding: 50px 0; }
          @media (max-width: 767px) {
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-image {
              padding: 30px 0; } }
          body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-image h3 {
            color: #626366; }
            @media (min-width: 596px) and (max-width: 767px) {
              body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-image h3 {
                margin-bottom: 20px; } }
          body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-image .col-wrapper {
            max-width: 900px; }
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-image .col-wrapper .col-two {
              width: calc(50% - 60px);
              margin: 0 30px;
              text-align: left; }
              @media (max-width: 767px) {
                body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-image .col-wrapper .col-two {
                  width: 100%;
                  margin: 10px 0 0; } }
              body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-image .col-wrapper .col-two .img-block {
                position: relative; }
                @media (min-width: 596px) and (max-width: 767px) {
                  body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-image .col-wrapper .col-two .img-block {
                    max-width: 400px;
                    margin: 0 auto; } }
                @media (min-width: 481px) and (max-width: 595px) {
                  body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-image .col-wrapper .col-two .img-block {
                    max-width: 300px;
                    margin: 0 auto; } }
                body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-image .col-wrapper .col-two .img-block a {
                  position: absolute;
                  top: 0;
                  left: 0;
                  width: 100%;
                  height: 100%;
                  z-index: 1;
                  cursor: pointer; }
              body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-image .col-wrapper .col-two h5 {
                margin: 15px 0; }
                @media (max-width: 767px) {
                  body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-image .col-wrapper .col-two h5 {
                    margin: 10px 0 5px; } }
              body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-image .col-wrapper .col-two p {
                padding-right: 34px;
                margin-bottom: 10px; }
                @media (max-width: 767px) {
                  body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-image .col-wrapper .col-two p {
                    padding-right: 0; } }
              body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-image .col-wrapper .col-two .link {
                font-size: 18px;
                font-weight: 600;
                text-decoration: underline; }
                @media (max-width: 595px) {
                  body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-image .col-wrapper .col-two .link {
                    font-size: 16px; } }
                body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-image .col-wrapper .col-two .link:hover:before {
                  display: none; }
        body .eq-refresh .quizlet .quiz-overlay .column-wrapper .full-width-banner {
          padding: 40px 0; }
          @media (max-width: 595px) {
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper .full-width-banner {
              padding: 30px 0; } }
          body .eq-refresh .quizlet .quiz-overlay .column-wrapper .full-width-banner .banner-img {
            width: calc(100% - 40px);
            margin: 0 auto;
            position: relative; }
            @media (max-width: 767px) {
              body .eq-refresh .quizlet .quiz-overlay .column-wrapper .full-width-banner .banner-img {
                display: none; } }
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper .full-width-banner .banner-img a {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%; }
          body .eq-refresh .quizlet .quiz-overlay .column-wrapper .full-width-banner .responsive-banner {
            display: none;
            width: 300px;
            margin: 0 auto; }
            @media (max-width: 767px) {
              body .eq-refresh .quizlet .quiz-overlay .column-wrapper .full-width-banner .responsive-banner {
                display: block; } }
            @media (max-width: 480px) {
              body .eq-refresh .quizlet .quiz-overlay .column-wrapper .full-width-banner .responsive-banner {
                width: 220px; } }
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper .full-width-banner .responsive-banner .quiz-code {
              background: #f66f47;
              padding: 10px;
              position: relative;
              max-height: 62px; }
              body .eq-refresh .quizlet .quiz-overlay .column-wrapper .full-width-banner .responsive-banner .quiz-code a {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 1; }
              body .eq-refresh .quizlet .quiz-overlay .column-wrapper .full-width-banner .responsive-banner .quiz-code span {
                display: block;
                color: #FFFFFF;
                font-size: 16px; }
                @media (max-width: 595px) {
                  body .eq-refresh .quizlet .quiz-overlay .column-wrapper .full-width-banner .responsive-banner .quiz-code span {
                    font-size: 14px; } }
                body .eq-refresh .quizlet .quiz-overlay .column-wrapper .full-width-banner .responsive-banner .quiz-code span.code {
                  font-size: 20px;
                  font-weight: 600; }
                body .eq-refresh .quizlet .quiz-overlay .column-wrapper .full-width-banner .responsive-banner .quiz-code span.border {
                  border: 1px solid #FFFFFF;
                  position: absolute;
                  top: 4px;
                  left: 4px;
                  width: 290px;
                  height: 54px; }
                  @media (max-width: 480px) {
                    body .eq-refresh .quizlet .quiz-overlay .column-wrapper .full-width-banner .responsive-banner .quiz-code span.border {
                      width: 212px; } }
        body .eq-refresh .quizlet .quiz-overlay .column-wrapper .progress-bar {
          margin-top: 20px;
          display: none;
          position: absolute;
          left: 0;
          bottom: 20px;
          width: calc(100% - 20px); }
          @media (max-width: 767px) {
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper .progress-bar {
              display: none !important; } }
          body .eq-refresh .quizlet .quiz-overlay .column-wrapper .progress-bar .bar-title {
            display: block;
            margin-bottom: 4px; }
          body .eq-refresh .quizlet .quiz-overlay .column-wrapper .progress-bar .progress {
            width: 850px;
            margin: 0 auto;
            border: 1px solid #707070;
            height: 10px;
            text-align: left;
            position: relative; }
            @media (min-width: 992px) and (max-width: 1190px) {
              body .eq-refresh .quizlet .quiz-overlay .column-wrapper .progress-bar .progress {
                width: 650px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .quizlet .quiz-overlay .column-wrapper .progress-bar .progress {
                width: 530px; } }
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper .progress-bar .progress .bar {
              position: absolute;
              top: -1px;
              left: 0;
              height: 10px;
              background: #0081a2; }
        body .eq-refresh .quizlet .quiz-overlay .column-wrapper .arrows-wrap .quiz-arrows {
          display: none;
          position: absolute;
          top: 50%;
          right: 25px;
          width: 40px;
          -webkit-transform: translateY(-50%);
               -o-transform: translateY(-50%);
                  transform: translateY(-50%);
          cursor: pointer;
          z-index: 2; }
          @media (min-width: 992px) and (max-width: 1190px) {
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper .arrows-wrap .quiz-arrows {
              width: 30px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper .arrows-wrap .quiz-arrows {
              right: 25px;
              width: 22px; } }
          @media (max-width: 767px) {
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper .arrows-wrap .quiz-arrows {
              display: none !important; } }
          @media (max-width: 767px) {
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper .arrows-wrap .quiz-arrows.btn-orange.quiz-next {
              display: none; } }
          body .eq-refresh .quizlet .quiz-overlay .column-wrapper .arrows-wrap .quiz-arrows.quiz-prev {
            left: 25px; }
            @media (max-width: 767px) {
              body .eq-refresh .quizlet .quiz-overlay .column-wrapper .arrows-wrap .quiz-arrows.quiz-prev {
                display: none !important; } }
        body .eq-refresh .quizlet .quiz-overlay .column-wrapper .arrows-wrap .quiz-resp-btn {
          display: none; }
          @media (max-width: 767px) {
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper .arrows-wrap .quiz-resp-btn {
              display: block !important;
              position: absolute;
              bottom: 15px;
              left: 50%;
              width: 100%;
              z-index: 2;
              -webkit-transform: translateX(-50%);
                   -o-transform: translateX(-50%);
                      transform: translateX(-50%); } }
          @media (max-width: 767px) {
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper .arrows-wrap .quiz-resp-btn .quiz-next {
              display: none; } }
        body .eq-refresh .quizlet .quiz-overlay .column-wrapper.quiz-active {
          height: calc(100vh - 60px); }
          body .eq-refresh .quizlet .quiz-overlay .column-wrapper.quiz-active .arrows-wrap {
            display: block; }
          body .eq-refresh .quizlet .quiz-overlay .column-wrapper.quiz-active .progress-bar {
            display: inline-block; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper.quiz-active .page-5.active {
              padding: 40px 0 0; } }
          @media (max-width: 595px) {
            body .eq-refresh .quizlet .quiz-overlay .column-wrapper.quiz-active .page-5.active {
              top: 0; } }
      body .eq-refresh .quizlet .quiz-overlay .close-btn {
        position: absolute;
        right: 34px;
        top: 32px;
        width: 23px;
        height: 23px;
        cursor: pointer;
        z-index: 2; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .quizlet .quiz-overlay .close-btn {
            right: 30px;
            top: 22px;
            width: 19px;
            height: 19px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .eq-refresh .quizlet .quiz-overlay .close-btn {
            right: 30px;
            top: 22px;
            width: 19px;
            height: 19px; } }
        @media (max-width: 595px) {
          body .eq-refresh .quizlet .quiz-overlay .close-btn {
            right: 20px;
            top: 20px;
            width: 14px;
            height: 14px; } }
      body .eq-refresh .quizlet .quiz-overlay.overlay-open {
        opacity: 1;
        visibility: visible;
        z-index: 9999;
        -webkit-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out; }
        @media (min-width: 1025px) and (max-height: 767px) {
          body .eq-refresh .quizlet .quiz-overlay.overlay-open {
            overflow: scroll; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .eq-refresh .quizlet .quiz-overlay.overlay-open {
            overflow: scroll; } }
        @media (max-width: 595px) {
          body .eq-refresh .quizlet .quiz-overlay.overlay-open {
            overflow: scroll !important; } }
      @media (max-width: 1024px) {
        body .eq-refresh .quizlet .quiz-overlay.desktop-width {
          overflow: scroll; } }
      body .eq-refresh .quizlet .quiz-overlay.desktop-width .column-wrapper {
        margin: 20px auto; }
        body .eq-refresh .quizlet .quiz-overlay.desktop-width .column-wrapper .inner-overlay {
          display: none;
          padding: 50px 0 60px; }
          body .eq-refresh .quizlet .quiz-overlay.desktop-width .column-wrapper .inner-overlay.active {
            display: block; }
          body .eq-refresh .quizlet .quiz-overlay.desktop-width .column-wrapper .inner-overlay.page-1 h3 {
            margin-bottom: 0; }
          body .eq-refresh .quizlet .quiz-overlay.desktop-width .column-wrapper .inner-overlay.page-4 h3 {
            margin-bottom: 0; }
          body .eq-refresh .quizlet .quiz-overlay.desktop-width .column-wrapper .inner-overlay h3 {
            margin-bottom: 60px; }
            @media (max-width: 595px) {
              body .eq-refresh .quizlet .quiz-overlay.desktop-width .column-wrapper .inner-overlay h3 {
                margin-bottom: 0; } }
          body .eq-refresh .quizlet .quiz-overlay.desktop-width .column-wrapper .inner-overlay .quiz-box-outer {
            margin: 15px auto 0; }
            body .eq-refresh .quizlet .quiz-overlay.desktop-width .column-wrapper .inner-overlay .quiz-box-outer .quiz-options {
              padding: 0 80px; }
              @media (min-width: 768px) and (max-width: 991px) {
                body .eq-refresh .quizlet .quiz-overlay.desktop-width .column-wrapper .inner-overlay .quiz-box-outer .quiz-options {
                  padding: 0 70px; } }
              @media (min-width: 596px) and (max-width: 767px) {
                body .eq-refresh .quizlet .quiz-overlay.desktop-width .column-wrapper .inner-overlay .quiz-box-outer .quiz-options {
                  padding: 0 50px; } }
              @media (min-width: 481px) and (max-width: 595px) {
                body .eq-refresh .quizlet .quiz-overlay.desktop-width .column-wrapper .inner-overlay .quiz-box-outer .quiz-options {
                  padding: 0 30px; } }
              @media (max-width: 480px) {
                body .eq-refresh .quizlet .quiz-overlay.desktop-width .column-wrapper .inner-overlay .quiz-box-outer .quiz-options {
                  padding: 0 20px; } }
              @media (max-width: 1024px) {
                body .eq-refresh .quizlet .quiz-overlay.desktop-width .column-wrapper .inner-overlay .quiz-box-outer .quiz-options .form-group {
                  width: calc(50% - 10px);
                  margin: 5px;
                  min-height: 70px;
                  padding: 20px 20px 20px 60px; } }
              @media (max-width: 767px) {
                body .eq-refresh .quizlet .quiz-overlay.desktop-width .column-wrapper .inner-overlay .quiz-box-outer .quiz-options .form-group {
                  width: 100%;
                  margin: 4px 0;
                  padding: 20px 20px 20px 60px;
                  border-radius: 12px;
                  min-height: inherit; } }
              @media (max-width: 480px) {
                body .eq-refresh .quizlet .quiz-overlay.desktop-width .column-wrapper .inner-overlay .quiz-box-outer .quiz-options .form-group {
                  padding: 17px 10px 17px 50px; } }
              body .eq-refresh .quizlet .quiz-overlay.desktop-width .column-wrapper .inner-overlay .quiz-box-outer .quiz-options .form-group input {
                left: 24px; }
                @media (max-width: 767px) {
                  body .eq-refresh .quizlet .quiz-overlay.desktop-width .column-wrapper .inner-overlay .quiz-box-outer .quiz-options .form-group input {
                    width: calc(100% - 40px);
                    height: 24px;
                    left: 27px; } }
                @media (max-width: 480px) {
                  body .eq-refresh .quizlet .quiz-overlay.desktop-width .column-wrapper .inner-overlay .quiz-box-outer .quiz-options .form-group input {
                    left: 17px; } }
                body .eq-refresh .quizlet .quiz-overlay.desktop-width .column-wrapper .inner-overlay .quiz-box-outer .quiz-options .form-group input.radio-btn:checked + label:after {
                  width: 30px;
                  height: 30px;
                  left: -44px; }
                  @media (max-width: 767px) {
                    body .eq-refresh .quizlet .quiz-overlay.desktop-width .column-wrapper .inner-overlay .quiz-box-outer .quiz-options .form-group input.radio-btn:checked + label:after {
                      width: 24px;
                      height: 24px;
                      left: -33px; } }
                  @media (max-width: 480px) {
                    body .eq-refresh .quizlet .quiz-overlay.desktop-width .column-wrapper .inner-overlay .quiz-box-outer .quiz-options .form-group input.radio-btn:checked + label:after {
                      left: -33px; } }
              body .eq-refresh .quizlet .quiz-overlay.desktop-width .column-wrapper .inner-overlay .quiz-box-outer .quiz-options .form-group label {
                font-size: 18px; }
                @media (max-width: 595px) {
                  body .eq-refresh .quizlet .quiz-overlay.desktop-width .column-wrapper .inner-overlay .quiz-box-outer .quiz-options .form-group label {
                    font-size: 16px;
                    padding-left: 5px; } }
                body .eq-refresh .quizlet .quiz-overlay.desktop-width .column-wrapper .inner-overlay .quiz-box-outer .quiz-options .form-group label:before {
                  left: -46px;
                  width: 30px;
                  height: 30px; }
                  @media (max-width: 767px) {
                    body .eq-refresh .quizlet .quiz-overlay.desktop-width .column-wrapper .inner-overlay .quiz-box-outer .quiz-options .form-group label:before {
                      width: 24px;
                      height: 24px;
                      left: -35px; } }
                  @media (max-width: 480px) {
                    body .eq-refresh .quizlet .quiz-overlay.desktop-width .column-wrapper .inner-overlay .quiz-box-outer .quiz-options .form-group label:before {
                      left: -35px; } }
                body .eq-refresh .quizlet .quiz-overlay.desktop-width .column-wrapper .inner-overlay .quiz-box-outer .quiz-options .form-group label:after {
                  left: -44px;
                  width: 30px;
                  height: 30px; }
                  @media (max-width: 767px) {
                    body .eq-refresh .quizlet .quiz-overlay.desktop-width .column-wrapper .inner-overlay .quiz-box-outer .quiz-options .form-group label:after {
                      width: 24px;
                      height: 24px;
                      left: -33px; } }
                  @media (max-width: 480px) {
                    body .eq-refresh .quizlet .quiz-overlay.desktop-width .column-wrapper .inner-overlay .quiz-box-outer .quiz-options .form-group label:after {
                      left: -33px; } }
        body .eq-refresh .quizlet .quiz-overlay.desktop-width .column-wrapper .arrows-wrap .quiz-arrows {
          width: 22px; }
        body .eq-refresh .quizlet .quiz-overlay.desktop-width .column-wrapper .page-3 .quiz-box-outer .quiz-options .form-group input {
          left: 24px; }
          body .eq-refresh .quizlet .quiz-overlay.desktop-width .column-wrapper .page-3 .quiz-box-outer .quiz-options .form-group input.radio-btn:checked + label:before {
            background: none; }
          body .eq-refresh .quizlet .quiz-overlay.desktop-width .column-wrapper .page-3 .quiz-box-outer .quiz-options .form-group input.radio-btn:checked + label:after {
            width: 30px;
            height: 30px;
            left: -44px; }
            @media (max-width: 767px) {
              body .eq-refresh .quizlet .quiz-overlay.desktop-width .column-wrapper .page-3 .quiz-box-outer .quiz-options .form-group input.radio-btn:checked + label:after {
                width: 24px;
                height: 24px;
                left: -33px; } }
            @media (max-width: 480px) {
              body .eq-refresh .quizlet .quiz-overlay.desktop-width .column-wrapper .page-3 .quiz-box-outer .quiz-options .form-group input.radio-btn:checked + label:after {
                left: -33px; } }
    body .eq-refresh.no-scroll {
      overflow: hidden !important; }
    body .eq-refresh .disclaimer {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #444444;
      background: -webkit-linear-gradient(left, #444444 0%, #222222 100%);
      background: -webkit-gradient(linear, left top, right top, from(#444444), to(#222222));
      background: -o-linear-gradient(left, #444444 0%, #222222 100%);
      background: linear-gradient(to right, #444444 0%, #222222 100%);
      color: #FFF;
      z-index: 1001;
      padding: 10px 0; }
      body .eq-refresh .disclaimer .disclaimer-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (max-width: 767px) {
          body .eq-refresh .disclaimer .disclaimer-content {
            display: block; } }
        body .eq-refresh .disclaimer .disclaimer-content p {
          font-size: 20px;
          margin: 0; }
          @media (max-width: 1190px) {
            body .eq-refresh .disclaimer .disclaimer-content p {
              font-size: 16px; } }
          @media (max-width: 991px) {
            body .eq-refresh .disclaimer .disclaimer-content p {
              font-size: 14px; } }
          @media (max-width: 767px) {
            body .eq-refresh .disclaimer .disclaimer-content p {
              font-size: 12px; } }
        body .eq-refresh .disclaimer .disclaimer-content a {
          text-transform: uppercase;
          margin: 0 0 0 15px;
          font-family: "Poppins", sans-serif;
          padding: 7px 18px 6px;
          background: transparent;
          color: #fff;
          font-size: 20px;
          border-radius: 8px;
          border: 2px solid #fff;
          outline: none;
          cursor: pointer;
          white-space: nowrap;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          @media (max-width: 1190px) {
            body .eq-refresh .disclaimer .disclaimer-content a {
              font-size: 16px; } }
          @media (max-width: 767px) {
            body .eq-refresh .disclaimer .disclaimer-content a {
              font-size: 14px;
              margin: 0 10px 0 0; } }
          body .eq-refresh .disclaimer .disclaimer-content a:hover {
            background: #fff;
            color: #636466; }
        body .eq-refresh .disclaimer .disclaimer-content .btn-wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          @media (max-width: 767px) {
            body .eq-refresh .disclaimer .disclaimer-content .btn-wrap {
              padding: 10px 0 0; } }
      body .eq-refresh .disclaimer .modal-close {
        position: absolute;
        right: 20px;
        top: -4px;
        cursor: pointer;
        background-color: #FFF;
        border-radius: 50%;
        width: 22px;
        height: 22px;
        padding: 4.5px 0;
        text-align: center; }
        body .eq-refresh .disclaimer .modal-close img {
          width: 12px;
          height: 12px; }
    body .eq-refresh .color-blind-start-test {
      padding: 100px 0; }
      @media (min-width: 992px) and (max-width: 1190px) {
        body .eq-refresh .color-blind-start-test {
          padding: 80px 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .eq-refresh .color-blind-start-test {
          padding: 40px 0; } }
      @media (max-width: 767px) {
        body .eq-refresh .color-blind-start-test {
          padding: 30px 0; } }
      body .eq-refresh .color-blind-start-test .container .inner-wrap {
        font-size: 0; }
        body .eq-refresh .color-blind-start-test .container .inner-wrap .col-two {
          float: none;
          display: inline-block;
          vertical-align: middle;
          visibility: hidden; }
          body .eq-refresh .color-blind-start-test .container .inner-wrap .col-two .img-outer {
            margin: 0 auto;
            padding: 0 60px 0 95px; }
            @media (min-width: 992px) and (max-width: 1190px) {
              body .eq-refresh .color-blind-start-test .container .inner-wrap .col-two .img-outer {
                width: 514px;
                height: 372px; } }
            @media (max-width: 991px) {
              body .eq-refresh .color-blind-start-test .container .inner-wrap .col-two .img-outer {
                height: 330px;
                width: 365px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .color-blind-start-test .container .inner-wrap .col-two .img-outer {
                padding: 0 36px 30px; } }
            @media (max-width: 767px) {
              body .eq-refresh .color-blind-start-test .container .inner-wrap .col-two .img-outer {
                margin: 0 auto 15px;
                padding: 0;
                width: 100%;
                width: 350px;
                height: 362px; } }
            @media (max-width: 595px) {
              body .eq-refresh .color-blind-start-test .container .inner-wrap .col-two .img-outer {
                width: 280px;
                height: 290px; } }
            body .eq-refresh .color-blind-start-test .container .inner-wrap .col-two .img-outer img {
              min-width: 100%;
              min-height: 100%;
              max-height: 100%;
              -o-object-fit: cover;
              object-fit: cover; }
            body .eq-refresh .color-blind-start-test .container .inner-wrap .col-two .img-outer video {
              width: 100%; }
            body .eq-refresh .color-blind-start-test .container .inner-wrap .col-two .img-outer .canvas {
              width: 100% !important;
              height: 100% !important; }
          body .eq-refresh .color-blind-start-test .container .inner-wrap .col-two .content-wrapper {
            max-width: 450px;
            margin: 0 auto; }
            @media (max-width: 767px) {
              body .eq-refresh .color-blind-start-test .container .inner-wrap .col-two .content-wrapper {
                max-width: 577px; } }
            body .eq-refresh .color-blind-start-test .container .inner-wrap .col-two .content-wrapper h3 {
              color: #0081a2;
              padding-bottom: 20px; }
              @media (min-width: 768px) and (max-width: 991px) {
                body .eq-refresh .color-blind-start-test .container .inner-wrap .col-two .content-wrapper h3 {
                  padding-bottom: 10px; } }
              @media (min-width: 596px) and (max-width: 767px) {
                body .eq-refresh .color-blind-start-test .container .inner-wrap .col-two .content-wrapper h3 {
                  padding-bottom: 5px; } }
              @media (max-width: 595px) {
                body .eq-refresh .color-blind-start-test .container .inner-wrap .col-two .content-wrapper h3 {
                  padding-bottom: 10px; } }
            body .eq-refresh .color-blind-start-test .container .inner-wrap .col-two .content-wrapper p {
              color: #636466;
              margin-bottom: 12px;
              line-height: 1.63;
              font-size: 18px;
              font-weight: 300; }
              @media (min-width: 481px) and (max-width: 595px) {
                body .eq-refresh .color-blind-start-test .container .inner-wrap .col-two .content-wrapper p {
                  font-size: 16px; } }
              @media (max-width: 480px) {
                body .eq-refresh .color-blind-start-test .container .inner-wrap .col-two .content-wrapper p {
                  font-size: 16px; } }
              @media (max-width: 767px) {
                body .eq-refresh .color-blind-start-test .container .inner-wrap .col-two .content-wrapper p {
                  padding: 0; } }
            body .eq-refresh .color-blind-start-test .container .inner-wrap .col-two .content-wrapper a {
              margin-bottom: 15px; }
              @media (max-width: 767px) {
                body .eq-refresh .color-blind-start-test .container .inner-wrap .col-two .content-wrapper a {
                  margin-bottom: 0; } }
    body .eq-refresh .color-blind-test-embed {
      position: absolute;
      top: 0;
      display: none;
      padding: 70px 0 82px; }
      @media (min-width: 992px) and (max-width: 1190px) {
        body .eq-refresh .color-blind-test-embed {
          padding: 80px 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .eq-refresh .color-blind-test-embed {
          padding: 40px 0; } }
      @media (max-width: 767px) {
        body .eq-refresh .color-blind-test-embed {
          padding: 30px 0; } }
      body .eq-refresh .color-blind-test-embed .column-wrapper {
        font-size: 0;
        max-width: 1003px;
        margin: 0 auto; }
        body .eq-refresh .color-blind-test-embed .column-wrapper .col-two {
          float: none;
          display: inline-block;
          vertical-align: middle; }
          body .eq-refresh .color-blind-test-embed .column-wrapper .col-two .canvas-wrap {
            max-width: 465px;
            width: 450px\0;
            height: 450px\0; }
            @media (min-width: 992px) and (max-width: 1190px) {
              body .eq-refresh .color-blind-test-embed .column-wrapper .col-two .canvas-wrap {
                width: 350px\0;
                height: 350px\0;
                margin: 0 auto; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .color-blind-test-embed .column-wrapper .col-two .canvas-wrap {
                width: 350px\0;
                height: 350px\0;
                margin: 0 auto; } }
            @media (max-width: 767px) {
              body .eq-refresh .color-blind-test-embed .column-wrapper .col-two .canvas-wrap {
                margin: 0 auto; } }
            @media (max-width: 595px) {
              body .eq-refresh .color-blind-test-embed .column-wrapper .col-two .canvas-wrap {
                max-width: 400px; } }
          body .eq-refresh .color-blind-test-embed .column-wrapper .col-two canvas {
            width: 100%;
            height: 100%; }
          body .eq-refresh .color-blind-test-embed .column-wrapper .col-two.canvas-outer {
            padding: 25px; }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .color-blind-test-embed .column-wrapper .col-two.canvas-outer {
                padding: 22px; } }
            @media (max-width: 767px) {
              body .eq-refresh .color-blind-test-embed .column-wrapper .col-two.canvas-outer {
                padding: 20px; } }
          body .eq-refresh .color-blind-test-embed .column-wrapper .col-two .circle-wrap {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0; }
            @media (max-width: 767px) {
              body .eq-refresh .color-blind-test-embed .column-wrapper .col-two .circle-wrap {
                right: 0;
                margin: 0 auto; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body .eq-refresh .color-blind-test-embed .column-wrapper .col-two .circle-wrap {
                max-width: 508px; } }
            @media (max-width: 595px) {
              body .eq-refresh .color-blind-test-embed .column-wrapper .col-two .circle-wrap {
                max-width: 440px; } }
            body .eq-refresh .color-blind-test-embed .column-wrapper .col-two .circle-wrap #test-progress {
              height: inherit;
              width: inherit; }
            body .eq-refresh .color-blind-test-embed .column-wrapper .col-two .circle-wrap svg {
              width: 100%;
              height: 100%; }
            body .eq-refresh .color-blind-test-embed .column-wrapper .col-two .circle-wrap .rc-progress-circle-path {
              stroke-dasharray: 0px, 301.593px;
              stroke-dashoffset: 0px;
              stroke-width: 0;
              -webkit-transition: stroke-dashoffset 0.3s ease 0.2s, stroke-dasharray 0.3s ease 0.2s, stroke 0.3s ease 0.3s, stroke-width 0.1s ease 0s;
              -o-transition: stroke-dashoffset 0.3s ease 0.2s, stroke-dasharray 0.3s ease 0.2s, stroke 0.3s ease 0.3s, stroke-width 0.1s ease 0s;
              transition: stroke-dashoffset 0.3s ease 0.2s, stroke-dasharray 0.3s ease 0.2s, stroke 0.3s ease 0.3s, stroke-width 0.1s ease 0s; }
            body .eq-refresh .color-blind-test-embed .column-wrapper .col-two .circle-wrap #test-progress-number {
              display: none; }
          body .eq-refresh .color-blind-test-embed .column-wrapper .col-two .content {
            font-size: 0;
            text-align: right; }
            @media (min-width: 992px) and (max-width: 1190px) {
              body .eq-refresh .color-blind-test-embed .column-wrapper .col-two .content {
                text-align: center; } }
            @media (max-width: 991px) {
              body .eq-refresh .color-blind-test-embed .column-wrapper .col-two .content {
                text-align: center; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .color-blind-test-embed .column-wrapper .col-two .content {
                padding-left: 50px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body .eq-refresh .color-blind-test-embed .column-wrapper .col-two .content {
                padding-top: 20px;
                max-width: 380px;
                margin: 0 auto; } }
            @media (min-width: 481px) and (max-width: 595px) {
              body .eq-refresh .color-blind-test-embed .column-wrapper .col-two .content {
                padding-top: 20px;
                max-width: 380px;
                margin: 0 auto; } }
            @media (max-width: 480px) {
              body .eq-refresh .color-blind-test-embed .column-wrapper .col-two .content {
                padding-top: 20px;
                max-width: 300px;
                margin: 0 auto; } }
          body .eq-refresh .color-blind-test-embed .column-wrapper .col-two .col-five {
            text-align: center;
            margin: 15px 0 15px 30px;
            float: none;
            display: inline-block;
            max-width: 65px; }
            @media (min-width: 992px) and (max-width: 1190px) {
              body .eq-refresh .color-blind-test-embed .column-wrapper .col-two .col-five {
                margin: 10px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body .eq-refresh .color-blind-test-embed .column-wrapper .col-two .col-five {
                max-width: 45px;
                margin: 10px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body .eq-refresh .color-blind-test-embed .column-wrapper .col-two .col-five {
                max-width: 45px;
                margin: 10px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              body .eq-refresh .color-blind-test-embed .column-wrapper .col-two .col-five {
                max-width: 45px;
                margin: 10px; } }
            @media (max-width: 480px) {
              body .eq-refresh .color-blind-test-embed .column-wrapper .col-two .col-five {
                max-width: 35px;
                margin: 8px; } }
            body .eq-refresh .color-blind-test-embed .column-wrapper .col-two .col-five button {
              width: 65px;
              height: 65px;
              background: #0081a2;
              font-size: 30px;
              color: #FFFFFF;
              border-radius: 50%;
              cursor: pointer;
              outline: none;
              font-family: "Poppins", sans-serif;
              font-weight: 500; }
              @media (min-width: 768px) and (max-width: 991px) {
                body .eq-refresh .color-blind-test-embed .column-wrapper .col-two .col-five button {
                  font-size: 28px;
                  width: 45px;
                  height: 45px; } }
              @media (min-width: 596px) and (max-width: 767px) {
                body .eq-refresh .color-blind-test-embed .column-wrapper .col-two .col-five button {
                  font-size: 24px;
                  width: 45px;
                  height: 45px; } }
              @media (min-width: 481px) and (max-width: 595px) {
                body .eq-refresh .color-blind-test-embed .column-wrapper .col-two .col-five button {
                  font-size: 22px;
                  width: 45px;
                  height: 45px; } }
              @media (max-width: 480px) {
                body .eq-refresh .color-blind-test-embed .column-wrapper .col-two .col-five button {
                  font-size: 22px;
                  width: 35px;
                  height: 35px; } }
          body .eq-refresh .color-blind-test-embed .column-wrapper .col-two .col {
            float: none;
            display: block;
            width: 100%;
            margin-top: 24px; }
            body .eq-refresh .color-blind-test-embed .column-wrapper .col-two .col button {
              margin: 0 10px !important; }
            body .eq-refresh .color-blind-test-embed .column-wrapper .col-two .col a {
              margin: 0 10px; }
            body .eq-refresh .color-blind-test-embed .column-wrapper .col-two .col .btn-green {
              padding: 10px 20px 11px 20px; }
              @media (min-width: 768px) and (max-width: 991px) {
                body .eq-refresh .color-blind-test-embed .column-wrapper .col-two .col .btn-green {
                  margin-bottom: 10px !important; } }
              @media (max-width: 767px) {
                body .eq-refresh .color-blind-test-embed .column-wrapper .col-two .col .btn-green {
                  margin-bottom: 10px !important; } }
    body .eq-refresh .color-blind-result-form {
      display: none;
      height: 100vh;
      width: 100%;
      padding: 0;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 999;
      background-color: rgba(255, 255, 255, 0.85); }
      body .eq-refresh .color-blind-result-form .form-wrapper-outer {
        top: 50%;
        -webkit-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        position: relative; }
        body .eq-refresh .color-blind-result-form .form-wrapper-outer .container {
          width: 100%;
          max-width: 780px; }
        body .eq-refresh .color-blind-result-form .form-wrapper-outer .modal-close {
          cursor: pointer;
          display: inline-block;
          right: 5px;
          position: absolute;
          top: -30px;
          border-radius: 50%;
          height: 30px;
          width: 30px;
          text-align: center;
          padding-top: 8px; }
      body .eq-refresh .color-blind-result-form .form-wrapper {
        float: left;
        background-color: #3fa4b9;
        padding: 30px;
        width: 100%;
        max-width: 780px;
        margin: 0 auto;
        max-height: calc(100vh - 100px);
        overflow: scroll;
        color: #626366; }
        @media (max-width: 767px) {
          body .eq-refresh .color-blind-result-form .form-wrapper {
            padding: 20px; } }
        @media (max-width: 595px) {
          body .eq-refresh .color-blind-result-form .form-wrapper {
            padding: 20px;
            font-size: 15px; } }
        @media (max-width: 480px) {
          body .eq-refresh .color-blind-result-form .form-wrapper {
            padding: 10px;
            font-size: 14px; } }
        body .eq-refresh .color-blind-result-form .form-wrapper:after {
          content: '';
          clear: both;
          display: block; }
        body .eq-refresh .color-blind-result-form .form-wrapper .title {
          display: block;
          text-align: left; }
        body .eq-refresh .color-blind-result-form .form-wrapper .sub-title {
          display: block;
          text-align: left;
          padding: 10px 0 20px 0; }
        body .eq-refresh .color-blind-result-form .form-wrapper .field_block.btn-wrap {
          width: 100%;
          float: left;
          margin-bottom: 15px; }
        body .eq-refresh .color-blind-result-form .form-wrapper .field_block .caption {
          font-size: 16px;
          line-height: 1.4;
          text-align: left;
          color: #626366; }
          @media (max-width: 595px) {
            body .eq-refresh .color-blind-result-form .form-wrapper .field_block .caption {
              font-size: 14px; } }
        body .eq-refresh .color-blind-result-form .form-wrapper .field_block .field > span {
          display: block;
          text-align: left; }
          body .eq-refresh .color-blind-result-form .form-wrapper .field_block .field > span input {
            padding: 5px 10px;
            font-size: 16px;
            line-height: 35px;
            color: #626366;
            border: 1px solid #ddd; }
            @media (max-width: 595px) {
              body .eq-refresh .color-blind-result-form .form-wrapper .field_block .field > span input {
                font-size: 14px; } }
        @media (max-width: 480px) {
          body .eq-refresh .color-blind-result-form .form-wrapper .section .container {
            padding: 0 5px; } }
        body .eq-refresh .color-blind-result-form .form-wrapper .info {
          display: block;
          text-align: left;
          padding: 15px 0;
          line-height: 1.4; }
        body .eq-refresh .color-blind-result-form .form-wrapper .list_block > label {
          display: block;
          text-align: left; }
        body .eq-refresh .color-blind-result-form .form-wrapper .btn-wrap .field {
          height: auto; }
          body .eq-refresh .color-blind-result-form .form-wrapper .btn-wrap .field .btn-blue-border {
            padding: 9px 15px 8px 15px !important;
            line-height: normal !important;
            color: #FFF;
            background-color: #3fa4b9;
            border: 1px solid #3fa4b9; }
            body .eq-refresh .color-blind-result-form .form-wrapper .btn-wrap .field .btn-blue-border:hover {
              background-color: transparent;
              color: #3fa4b9; }
        body .eq-refresh .color-blind-result-form .form-wrapper .g-recaptcha-wrap {
          position: relative;
          float: left;
          width: 100%;
          margin-bottom: 12px; }
          body .eq-refresh .color-blind-result-form .form-wrapper .g-recaptcha-wrap .g-recaptcha {
            -webkit-transform: scale(0.8);
                 -o-transform: scale(0.8);
                    transform: scale(0.8);
            -webkit-transform-origin: 0 0;
                 -o-transform-origin: 0 0;
                    transform-origin: 0 0;
            float: left;
            width: 100%; }
          body .eq-refresh .color-blind-result-form .form-wrapper .g-recaptcha-wrap .g-recaptcha-err {
            position: absolute;
            left: 0;
            bottom: -3px;
            font-size: 12px; }
            @media (max-width: 480px) {
              body .eq-refresh .color-blind-result-form .form-wrapper .g-recaptcha-wrap .g-recaptcha-err {
                bottom: -13px; } }
        body .eq-refresh .color-blind-result-form .form-wrapper .hidden-wrap .field_block {
          height: auto;
          margin: 0; }
          body .eq-refresh .color-blind-result-form .form-wrapper .hidden-wrap .field_block .field {
            height: auto; }
        body .eq-refresh .color-blind-result-form .form-wrapper textarea:focus, body .eq-refresh .color-blind-result-form .form-wrapper input:focus {
          outline: none; }
    body .eq-refresh .trustpilot-block {
      min-height: 550px; }
      body .eq-refresh .trustpilot-block h3 {
        letter-spacing: 0;
        color: #0081a2;
        font-weight: 400; }
      body .eq-refresh .trustpilot-block p {
        padding-top: 25px;
        letter-spacing: 0;
        line-height: 1.62;
        color: #626366;
        font-weight: 300; }
        @media (max-width: 767px) {
          body .eq-refresh .trustpilot-block p {
            padding-top: 20px;
            line-height: 1.3; } }
    body .eq-refresh .section-with-bg {
      position: relative;
      z-index: 2;
      background: #efefef; }
      body .eq-refresh .section-with-bg ul {
        margin-bottom: 50px; }
        body .eq-refresh .section-with-bg ul li {
          padding-left: 40px;
          position: relative; }
          body .eq-refresh .section-with-bg ul li:not(:last-child) {
            margin-bottom: 30px; }
          body .eq-refresh .section-with-bg ul li:before {
            content: '';
            display: block;
            background: url("/wp-content/uploads/2021/08/bullet-check.png");
            width: 20px;
            height: 21px;
            position: absolute;
            left: 0;
            top: 2px; }
      body .eq-refresh .section-with-bg.life-at ul li {
        padding-left: 0;
        margin-bottom: 0; }
        body .eq-refresh .section-with-bg.life-at ul li:before {
          display: none; }
      body .eq-refresh .section-with-bg .bg {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-position: 100% 50%; }
        @media (max-width: 767px) {
          body .eq-refresh .section-with-bg .bg {
            opacity: 0.25; } }
      body .eq-refresh .section-with-bg .text-block {
        max-width: 64%; }
        @media (max-width: 595px) {
          body .eq-refresh .section-with-bg .text-block {
            max-width: 100%; } }
      body .eq-refresh .section-with-bg a:not([class]) {
        color: #2f93ac; }
      @media (max-width: 767px) {
        body .eq-refresh .section-with-bg h2 br {
          display: none; } }
    body .eq-refresh .section-half-bg {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0; }
      @media (max-width: 767px) {
        body .eq-refresh .section-half-bg {
          display: block; } }
      body .eq-refresh .section-half-bg .bg {
        width: 50%;
        background-size: cover;
        background-position: 50% 50%; }
        @media (max-width: 767px) {
          body .eq-refresh .section-half-bg .bg {
            width: 100%;
            height: 300px; } }
      body .eq-refresh .section-half-bg .container {
        width: 50%;
        max-width: none;
        padding: 105px 20px; }
        @media (max-width: 767px) {
          body .eq-refresh .section-half-bg .container {
            width: 100%;
            padding: 30px 20px; } }
      body .eq-refresh .section-half-bg .content {
        margin: 0 auto;
        max-width: 534px; }
      body .eq-refresh .section-half-bg h2 {
        margin: 0 0 67px; }
        @media (max-width: 767px) {
          body .eq-refresh .section-half-bg h2 {
            margin: 0 0 30px; } }
      body .eq-refresh .section-half-bg input[type="text"],
      body .eq-refresh .section-half-bg input[type="email"],
      body .eq-refresh .section-half-bg input[type="tel"],
      body .eq-refresh .section-half-bg select,
      body .eq-refresh .section-half-bg textarea {
        display: block;
        width: 100%;
        margin: 0 0 9px;
        border: 1px solid #fff;
        border-width: 0 0 2px;
        font-size: 20px;
        padding: 0 0 9px;
        background: transparent;
        color: inherit; }
        body .eq-refresh .section-half-bg input[type="text"]::-webkit-input-placeholder,
        body .eq-refresh .section-half-bg input[type="email"]::-webkit-input-placeholder,
        body .eq-refresh .section-half-bg input[type="tel"]::-webkit-input-placeholder,
        body .eq-refresh .section-half-bg select::-webkit-input-placeholder,
        body .eq-refresh .section-half-bg textarea::-webkit-input-placeholder {
          color: #fff;
          font-size: 1em; }
        body .eq-refresh .section-half-bg input[type="text"]::-moz-placeholder,
        body .eq-refresh .section-half-bg input[type="email"]::-moz-placeholder,
        body .eq-refresh .section-half-bg input[type="tel"]::-moz-placeholder,
        body .eq-refresh .section-half-bg select::-moz-placeholder,
        body .eq-refresh .section-half-bg textarea::-moz-placeholder {
          color: #fff;
          font-size: 1em; }
        body .eq-refresh .section-half-bg input[type="text"]:-ms-input-placeholder,
        body .eq-refresh .section-half-bg input[type="email"]:-ms-input-placeholder,
        body .eq-refresh .section-half-bg input[type="tel"]:-ms-input-placeholder,
        body .eq-refresh .section-half-bg select:-ms-input-placeholder,
        body .eq-refresh .section-half-bg textarea:-ms-input-placeholder {
          color: #fff;
          font-size: 1em; }
        body .eq-refresh .section-half-bg input[type="text"]:-moz-placeholder,
        body .eq-refresh .section-half-bg input[type="email"]:-moz-placeholder,
        body .eq-refresh .section-half-bg input[type="tel"]:-moz-placeholder,
        body .eq-refresh .section-half-bg select:-moz-placeholder,
        body .eq-refresh .section-half-bg textarea:-moz-placeholder {
          color: #fff;
          font-size: 1em; }
        body .eq-refresh .section-half-bg input[type="text"]:focus,
        body .eq-refresh .section-half-bg input[type="email"]:focus,
        body .eq-refresh .section-half-bg input[type="tel"]:focus,
        body .eq-refresh .section-half-bg select:focus,
        body .eq-refresh .section-half-bg textarea:focus {
          outline: none;
          -webkit-box-shadow: none;
                  box-shadow: none; }
      body .eq-refresh .section-half-bg .bottom-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: 50px; }
      body .eq-refresh .section-half-bg .contact-form-success {
        display: none; }
      body .eq-refresh .section-half-bg textarea {
        height: 41px;
        resize: none; }
      body .eq-refresh .section-half-bg .selectboxit-container * {
        font-size: 20px;
        font-family: inherit; }
      body .eq-refresh .section-half-bg .selectboxit-container {
        display: block;
        margin: 0 0 9px; }
        body .eq-refresh .section-half-bg .selectboxit-container .selectboxit-btn {
          border-radius: 0;
          line-height: 1;
          height: auto;
          border: 1px solid #fff;
          padding: 0 0 9px;
          border-width: 0 0 2px;
          background: transparent; }
        body .eq-refresh .section-half-bg .selectboxit-container .selectboxit-text {
          text-indent: 0; }
      body .eq-refresh .section-half-bg .selectboxit-arrow-container {
        width: 15px; }
      body .eq-refresh .section-half-bg .selectboxit .selectboxit-option-icon-container {
        margin-left: 0; }
      body .eq-refresh .section-half-bg .selectboxit .selectboxit-default-arrow {
        border-top-color: #fff;
        border-width: 7px;
        margin: -3px 0 0; }
      body .eq-refresh .section-half-bg .btn-row {
        padding: 38px 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        @media (max-width: 991px) {
          body .eq-refresh .section-half-bg .btn-row {
            display: block;
            text-align: center; } }
      body .eq-refresh .section-half-bg .btn-trnsprnt,
      body .eq-refresh .section-half-bg .captcha {
        margin-bottom: 16px; }
    body .eq-refresh .card21 {
      min-height: 100%;
      border-radius: 5px;
      overflow: hidden;
      position: relative;
      background: #fff; }
      @media (max-width: 767px) {
        body .eq-refresh .card21 {
          min-height: 0;
          max-width: 480px;
          margin: 16px auto; } }
      body .eq-refresh .card21 .text {
        padding: 15px 20px 77px; }
      body .eq-refresh .card21 img {
        display: block;
        width: 100%;
        height: auto;
        max-width: none; }
      body .eq-refresh .card21 h6 {
        margin: 0 0 24px;
        min-height: 48px; }
        @media (max-width: 1024px) {
          body .eq-refresh .card21 h6 {
            min-height: 42px; } }
        @media (max-width: 767px) {
          body .eq-refresh .card21 h6 {
            margin: 0 0 15px;
            min-height: 0; } }
      body .eq-refresh .card21 p {
        margin: 0; }
      body .eq-refresh .card21 [class^="btn-"] {
        position: absolute;
        left: 20px;
        bottom: 17px;
        z-index: 2; }
    body .eq-refresh #cookie-notice {
      width: 100%;
      background: #444444;
      background: -webkit-gradient(linear, left top, right top, from(#444444), to(#222222));
      background: -webkit-linear-gradient(left, #444444 0%, #222222 100%);
      background: -o-linear-gradient(left, #444444 0%, #222222 100%);
      background: linear-gradient(to right, #444444 0%, #222222 100%);
      color: #FFF;
      z-index: 1001;
      padding: 10px 0;
      line-height: normal; }
      body .eq-refresh #cookie-notice .cookie-notice-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0 20px; }
        @media (max-width: 767px) {
          body .eq-refresh #cookie-notice .cookie-notice-container {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
      body .eq-refresh #cookie-notice .cn-text-container {
        font-size: 20px;
        margin: 0;
        text-align: left;
        font-family: "Poppins", sans-serif; }
        @media (max-width: 1190px) {
          body .eq-refresh #cookie-notice .cn-text-container {
            font-size: 16px; } }
        @media (max-width: 767px) {
          body .eq-refresh #cookie-notice .cn-text-container {
            font-size: 10px; } }
      body .eq-refresh #cookie-notice .cn-buttons-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        body .eq-refresh #cookie-notice .cn-buttons-container a {
          text-transform: uppercase;
          margin: 0 0 0 15px;
          font-family: "Poppins", sans-serif;
          padding: 7px 18px 6px;
          background: transparent;
          color: #fff;
          font-size: 20px;
          border-radius: 8px;
          border: 2px solid #fff;
          outline: none;
          cursor: pointer;
          white-space: nowrap;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          font-weight: 700; }
          body .eq-refresh #cookie-notice .cn-buttons-container a:hover {
            background: #fff;
            color: #636466; }
          @media (max-width: 767px) {
            body .eq-refresh #cookie-notice .cn-buttons-container a {
              margin: 10px 5px 0 5px;
              font-size: 10px;
              border: 1px solid #fff; } }
      body .eq-refresh #cookie-notice .cn-close-icon {
        display: none; }
    body .eq-refresh .choose-solution {
      background: #efefef; }
      body .eq-refresh .choose-solution .product-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        @media (max-width: 767px) {
          body .eq-refresh .choose-solution .product-list {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        body .eq-refresh .choose-solution .product-list__item {
          width: 390px;
          background: #fff;
          border-radius: 8px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          @media (max-width: 767px) {
            body .eq-refresh .choose-solution .product-list__item {
              width: 100%; } }
          @media (min-width: 768px) {
            body .eq-refresh .choose-solution .product-list__item {
              margin: 20px 0; } }
          body .eq-refresh .choose-solution .product-list__item .img {
            overflow: hidden;
            height: 210px;
            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;
            background: #fff;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px; }
            @media (max-width: 767px) {
              body .eq-refresh .choose-solution .product-list__item .img {
                min-height: 210px;
                height: auto; } }
            body .eq-refresh .choose-solution .product-list__item .img img {
              width: 75%; }
          body .eq-refresh .choose-solution .product-list__item .name {
            padding: 30px 20px;
            background: #097da2;
            background-image: -180deg, #6154a3 0%, #0081a2 100%;
            position: relative; }
            @media (max-width: 1190px) {
              body .eq-refresh .choose-solution .product-list__item .name {
                padding: 20px; } }
            body .eq-refresh .choose-solution .product-list__item .name h5 {
              color: #fff;
              font-size: 24px;
              font-weight: bold; }
              @media (max-width: 1190px) {
                body .eq-refresh .choose-solution .product-list__item .name h5 {
                  font-size: 18px; } }
              @media (max-width: 1024px) {
                body .eq-refresh .choose-solution .product-list__item .name h5 {
                  padding-right: 10px;
                  font-size: 14px; } }
            body .eq-refresh .choose-solution .product-list__item .name .label {
              width: 115px;
              height: 100%;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 35% 100%);
                      clip-path: polygon(0 0, 100% 0%, 100% 100%, 35% 100%);
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: end;
                  -ms-flex-pack: end;
                      justify-content: flex-end;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              text-align: right; }
              @media (max-width: 1190px) {
                body .eq-refresh .choose-solution .product-list__item .name .label {
                  width: 100px; } }
              @media (max-width: 1024px) {
                body .eq-refresh .choose-solution .product-list__item .name .label {
                  width: 70px; } }
              body .eq-refresh .choose-solution .product-list__item .name .label span {
                font-size: 18px;
                color: #fff;
                text-transform: uppercase;
                font-weight: bold;
                text-align: right;
                padding-right: 15px; }
                @media (max-width: 1190px) {
                  body .eq-refresh .choose-solution .product-list__item .name .label span {
                    font-size: 14px; } }
                @media (max-width: 1024px) {
                  body .eq-refresh .choose-solution .product-list__item .name .label span {
                    padding-right: 10px;
                    font-size: 12px; } }
          body .eq-refresh .choose-solution .product-list__item .desc {
            padding: 20px;
            font-size: 20px;
            margin-bottom: 60px; }
            @media (max-width: 1190px) {
              body .eq-refresh .choose-solution .product-list__item .desc {
                font-size: 16px;
                margin-bottom: 25px; } }
            body .eq-refresh .choose-solution .product-list__item .desc .desc-row-1 {
              height: 140px; }
              @media (max-width: 767px) {
                body .eq-refresh .choose-solution .product-list__item .desc .desc-row-1 {
                  height: auto;
                  margin-bottom: 25px; } }
            body .eq-refresh .choose-solution .product-list__item .desc strong {
              display: block;
              color: #097da2;
              text-transform: uppercase;
              margin-bottom: 25px; }
              @media (max-width: 1190px) {
                body .eq-refresh .choose-solution .product-list__item .desc strong {
                  margin-bottom: 15px; } }
            body .eq-refresh .choose-solution .product-list__item .desc p {
              margin-bottom: 25px;
              position: relative; }
              @media (max-width: 1190px) {
                body .eq-refresh .choose-solution .product-list__item .desc p {
                  margin-bottom: 15px; } }
            body .eq-refresh .choose-solution .product-list__item .desc .text-hover-popup {
              color: #0081a2; }
              body .eq-refresh .choose-solution .product-list__item .desc .text-hover-popup:hover .popup-block {
                display: block;
                color: #fff; }
              body .eq-refresh .choose-solution .product-list__item .desc .text-hover-popup .popup-block {
                display: none;
                position: absolute;
                top: calc(100% + 20px);
                left: -20px;
                right: 0;
                padding: 25px 20px;
                background: #444444;
                border-radius: 8px;
                width: calc(100% + 40px);
                z-index: 100; }
                body .eq-refresh .choose-solution .product-list__item .desc .text-hover-popup .popup-block:before {
                  bottom: 100%;
                  left: 50%;
                  border: solid transparent;
                  content: "";
                  height: 0;
                  width: 0;
                  position: absolute;
                  pointer-events: none;
                  border-color: rgba(68, 68, 68, 0);
                  border-bottom-color: #444444;
                  border-width: 8px;
                  margin-left: -8px; }
                body .eq-refresh .choose-solution .product-list__item .desc .text-hover-popup .popup-block span {
                  font-size: 18px;
                  color: #fff; }
          body .eq-refresh .choose-solution .product-list__item .btn-group {
            margin-top: auto;
            padding: 20px; }
            @media (max-width: 1190px) {
              body .eq-refresh .choose-solution .product-list__item .btn-group .btn-orange {
                font-size: 16px; } }
          body .eq-refresh .choose-solution .product-list__item:nth-child(2) {
            border: 3px solid #0f7aa3;
            -webkit-box-shadow: 0px 0px 40px -1px rgba(15, 122, 163, 0.5);
                    box-shadow: 0px 0px 40px -1px rgba(15, 122, 163, 0.5);
            margin: 0;
            z-index: 10; }
            body .eq-refresh .choose-solution .product-list__item:nth-child(2) .name .label {
              background: #ee3e6d; }
          body .eq-refresh .choose-solution .product-list__item:nth-child(3) .name {
            background: #535ba3; }
            body .eq-refresh .choose-solution .product-list__item:nth-child(3) .name .label {
              background: #138dbb; }
          body .eq-refresh .choose-solution .product-list__item:nth-child(3) .desc strong {
            color: #535ba3; }
          @media (max-width: 767px) {
            body .eq-refresh .choose-solution .product-list__item:not(:last-child) {
              margin: 0 0 30px; } }
    body .eq-refresh .testing-solution .container-fluid {
      padding: 0 20px;
      max-width: 1920px;
      margin: 0 auto; }
    body .eq-refresh .testing-solution .product-testing {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 1190px) {
        body .eq-refresh .testing-solution .product-testing {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      body .eq-refresh .testing-solution .product-testing-1 {
        margin-bottom: 60px; }
      body .eq-refresh .testing-solution .product-testing__item {
        position: relative;
        width: 440px;
        margin: 0 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border-radius: 10px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        @media (max-width: 1190px) {
          body .eq-refresh .testing-solution .product-testing__item {
            width: 44%; } }
        @media (max-width: 595px) {
          body .eq-refresh .testing-solution .product-testing__item {
            width: 100%; } }
        @media (max-width: 595px) {
          body .eq-refresh .testing-solution .product-testing__item.desktop {
            display: none; } }
        @media (min-width: 596px) {
          body .eq-refresh .testing-solution .product-testing__item.mobile {
            display: none; } }
        body .eq-refresh .testing-solution .product-testing__item a {
          text-decoration: none; }
        body .eq-refresh .testing-solution .product-testing__item .img {
          min-height: 250px;
          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; }
          body .eq-refresh .testing-solution .product-testing__item .img img {
            width: auto;
            height: 225px; }
        body .eq-refresh .testing-solution .product-testing__item .name {
          text-align: center;
          padding: 30px 20px;
          background: #107aa2;
          border-radius: 8px; }
          @media (max-width: 1190px) {
            body .eq-refresh .testing-solution .product-testing__item .name {
              padding: 20px 10px; } }
          body .eq-refresh .testing-solution .product-testing__item .name h5 {
            font-size: 24px;
            font-weight: bold;
            color: #fff; }
            @media (max-width: 1190px) {
              body .eq-refresh .testing-solution .product-testing__item .name h5 {
                font-size: 16px; } }
        body .eq-refresh .testing-solution .product-testing__item .desc {
          position: relative;
          z-index: 1;
          color: #161616;
          padding: 20px 20px 0 20px;
          font-size: 20px; }
          body .eq-refresh .testing-solution .product-testing__item .desc a {
            color: #2f93ac;
            text-decoration: underline; }
            body .eq-refresh .testing-solution .product-testing__item .desc a:hover {
              text-decoration: none; }
          @media (max-width: 1190px) {
            body .eq-refresh .testing-solution .product-testing__item .desc {
              font-size: 18px; } }
          @media (max-width: 595px) {
            body .eq-refresh .testing-solution .product-testing__item .desc {
              font-size: 16px; } }
          body .eq-refresh .testing-solution .product-testing__item .desc p {
            margin: 0; }
          body .eq-refresh .testing-solution .product-testing__item .desc ul {
            list-style: disc;
            list-style-position: inside; }
            body .eq-refresh .testing-solution .product-testing__item .desc ul li {
              list-style: disc;
              list-style-position: inside; }
        body .eq-refresh .testing-solution .product-testing__item .btn-group {
          padding: 10px 20px 20px;
          margin-top: auto; }
        body .eq-refresh .testing-solution .product-testing__item:nth-child(1) .name {
          background-image: -webkit-gradient(linear, left top, right top, from(#0081a2), color-stop(50%, #077da2), to(#1279a3));
          background-image: -webkit-linear-gradient(left, #0081a2 0%, #077da2 50%, #1279a3 100%);
          background-image: -o-linear-gradient(left, #0081a2 0%, #077da2 50%, #1279a3 100%);
          background-image: linear-gradient(to right, #0081a2 0%, #077da2 50%, #1279a3 100%); }
        body .eq-refresh .testing-solution .product-testing__item:nth-child(2) .name {
          background-image: -webkit-gradient(linear, left top, right top, from(#1578a2), color-stop(50%, #2370a2), to(#2f6ca2));
          background-image: -webkit-linear-gradient(left, #1578a2 0%, #2370a2 50%, #2f6ca2 100%);
          background-image: -o-linear-gradient(left, #1578a2 0%, #2370a2 50%, #2f6ca2 100%);
          background-image: linear-gradient(to right, #1578a2 0%, #2370a2 50%, #2f6ca2 100%); }
        body .eq-refresh .testing-solution .product-testing__item:nth-child(3) .name {
          background-image: -webkit-gradient(linear, left top, right top, from(#326aa3), color-stop(50%, #3f63a2), to(#4d5ea2));
          background-image: -webkit-linear-gradient(left, #326aa3 0%, #3f63a2 50%, #4d5ea2 100%);
          background-image: -o-linear-gradient(left, #326aa3 0%, #3f63a2 50%, #4d5ea2 100%);
          background-image: linear-gradient(to right, #326aa3 0%, #3f63a2 50%, #4d5ea2 100%); }
        body .eq-refresh .testing-solution .product-testing__item:nth-child(4) .name {
          background-image: -webkit-gradient(linear, left top, right top, from(#4f5ca3), color-stop(50%, #5958a3), to(#6054a3));
          background-image: -webkit-linear-gradient(left, #4f5ca3 0%, #5958a3 50%, #6054a3 100%);
          background-image: -o-linear-gradient(left, #4f5ca3 0%, #5958a3 50%, #6054a3 100%);
          background-image: linear-gradient(to right, #4f5ca3 0%, #5958a3 50%, #6054a3 100%); }
    body .eq-refresh .meet-products-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 767px) {
        body .eq-refresh .meet-products-list {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      body .eq-refresh .meet-products-list__item {
        width: 440px;
        margin: 0 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        @media (max-width: 767px) {
          body .eq-refresh .meet-products-list__item {
            width: 100%;
            margin: 0; } }
        body .eq-refresh .meet-products-list__item .img {
          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;
          min-height: 350px; }
          body .eq-refresh .meet-products-list__item .img img {
            width: 75%; }
        body .eq-refresh .meet-products-list__item .name {
          padding: 30px 20px;
          border-radius: 8px;
          text-align: center; }
          body .eq-refresh .meet-products-list__item .name h5 {
            font-size: 24px;
            color: #fff; }
          body .eq-refresh .meet-products-list__item .name.gradient-purple {
            background-image: -webkit-gradient(linear, left top, right top, from(#6054a3), to(#3469a3));
            background-image: -webkit-linear-gradient(left, #6054a3 0%, #3469a3 100%);
            background-image: -o-linear-gradient(left, #6054a3 0%, #3469a3 100%);
            background-image: linear-gradient(to right, #6054a3 0%, #3469a3 100%); }
          body .eq-refresh .meet-products-list__item .name.gradient-blue {
            background-image: -webkit-gradient(linear, left top, right top, from(#2e6ba2), to(#0181a2));
            background-image: -webkit-linear-gradient(left, #2e6ba2 0%, #0181a2 100%);
            background-image: -o-linear-gradient(left, #2e6ba2 0%, #0181a2 100%);
            background-image: linear-gradient(to right, #2e6ba2 0%, #0181a2 100%); }
        body .eq-refresh .meet-products-list__item .desc {
          padding: 20px;
          font-size: 20px; }
          body .eq-refresh .meet-products-list__item .desc-title {
            color: #0181a2;
            text-transform: uppercase;
            font-weight: bold; }
            body .eq-refresh .meet-products-list__item .desc-title.blue {
              color: #0181a2; }
            body .eq-refresh .meet-products-list__item .desc-title.purple {
              color: #3469a3; }
          body .eq-refresh .meet-products-list__item .desc p {
            margin-bottom: 20px; }
        body .eq-refresh .meet-products-list__item .btn-group {
          padding: 20px;
          margin-top: auto; }
          body .eq-refresh .meet-products-list__item .btn-group .btn-default {
            color: #161616;
            border: 2px solid #161616; }
    body .eq-refresh .how-to-include .overlay-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 767px) {
        body .eq-refresh .how-to-include .overlay-content {
          -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;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
    body .eq-refresh .how-to-include .info {
      width: 50%; }
      @media (max-width: 767px) {
        body .eq-refresh .how-to-include .info {
          width: 100%;
          margin-bottom: 50px; } }
      body .eq-refresh .how-to-include .info .title {
        margin-bottom: 25px; }
      body .eq-refresh .how-to-include .info ul {
        counter-reset: list; }
        body .eq-refresh .how-to-include .info ul li {
          position: relative;
          padding-left: 30px;
          margin-bottom: 25px; }
          body .eq-refresh .how-to-include .info ul li strong {
            font-weight: normal; }
          body .eq-refresh .how-to-include .info ul li.pink .color, body .eq-refresh .how-to-include .info ul li.pink strong {
            color: #ee3e6d; }
          body .eq-refresh .how-to-include .info ul li.pink:before {
            color: #ee3e6d; }
          body .eq-refresh .how-to-include .info ul li.orange .color, body .eq-refresh .how-to-include .info ul li.orange strong {
            color: #ff9f21; }
          body .eq-refresh .how-to-include .info ul li.orange:before {
            color: #ff9f21; }
          body .eq-refresh .how-to-include .info ul li.blue .color, body .eq-refresh .how-to-include .info ul li.blue strong {
            color: #2f93ac; }
          body .eq-refresh .how-to-include .info ul li.blue:before {
            color: #2f93ac; }
          body .eq-refresh .how-to-include .info ul li.purple .color, body .eq-refresh .how-to-include .info ul li.purple strong {
            color: #6154a3; }
          body .eq-refresh .how-to-include .info ul li.purple:before {
            color: #6154a3; }
          body .eq-refresh .how-to-include .info ul li:before {
            counter-increment: list;
            content: counter(list);
            position: absolute;
            top: 0;
            left: 0;
            font-weight: bold; }
      body .eq-refresh .how-to-include .info .btn-group .btn-default {
        color: #161616;
        border: 2px solid #161616; }
    body .eq-refresh .schedule-telemedicine {
      background: #efefef; }
      body .eq-refresh .schedule-telemedicine a:not([class]) {
        color: #2f93ac; }
      body .eq-refresh .schedule-telemedicine .overlay-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        @media (max-width: 991px) {
          body .eq-refresh .schedule-telemedicine .overlay-content {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
      @media (max-width: 991px) {
        body .eq-refresh .schedule-telemedicine .info {
          margin-bottom: 30px; } }
      body .eq-refresh .schedule-telemedicine .info,
      body .eq-refresh .schedule-telemedicine .logo {
        width: 50%; }
        @media (max-width: 991px) {
          body .eq-refresh .schedule-telemedicine .info,
          body .eq-refresh .schedule-telemedicine .logo {
            width: 100%; } }
      body .eq-refresh .schedule-telemedicine .logo {
        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-align: center;
            -ms-flex-align: center;
                align-items: center; }
        body .eq-refresh .schedule-telemedicine .logo img {
          margin-bottom: 40px; }
    body .eq-refresh .founders-block {
      background: #efefef;
      padding-top: 0; }
      body .eq-refresh .founders-block #leadership {
        padding-top: 110px; }
      body .eq-refresh .founders-block #leadership-2 {
        padding-top: 75px; }
      body .eq-refresh .founders-block .founders-list {
        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;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        body .eq-refresh .founders-block .founders-list__item {
          margin: 0 50px;
          width: 275px; }
          body .eq-refresh .founders-block .founders-list__item .img {
            margin-bottom: 35px; }
    @media (max-width: 767px) {
      body .eq-refresh .life-at.section-with-bg .bg {
        opacity: 1; } }
    body .eq-refresh .life-at .info {
      color: #fff;
      width: 80%;
      padding: 0 10px; }
      @media (max-width: 767px) {
        body .eq-refresh .life-at .info {
          width: 100%; } }
      body .eq-refresh .life-at .info .title {
        margin-bottom: 33px; }
      body .eq-refresh .life-at .info ul {
        margin-bottom: 33px; }
        body .eq-refresh .life-at .info ul li {
          list-style: disc;
          list-style-position: inside; }
      body .eq-refresh .life-at .info .btn-row a {
        margin: 0; }
    body .eq-refresh .join-team {
      background: #efefef; }
      body .eq-refresh .join-team ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 50px 0;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        @media (max-width: 991px) {
          body .eq-refresh .join-team ul {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        body .eq-refresh .join-team ul li {
          margin: 0 40px;
          text-align: center; }
          @media (max-width: 991px) {
            body .eq-refresh .join-team ul li {
              margin: 10px 0; } }
          @media (max-width: 767px) {
            body .eq-refresh .join-team ul li {
              margin: 0 10px 10px 0; } }
          body .eq-refresh .join-team ul li a {
            text-decoration: none;
            color: #2f93ac;
            font-size: 20px; }
    body .eq-refresh .press-media {
      background: #efefef; }
      body .eq-refresh .press-media .content-980 a {
        color: #2f93ac; }
      body .eq-refresh .press-media .container > .btn-row {
        margin-top: 30px; }
      body .eq-refresh .press-media .posts-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        @media (max-width: 1024px) {
          body .eq-refresh .press-media .posts-grid {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; } }
        body .eq-refresh .press-media .posts-grid__item {
          width: 360px;
          background: #fff;
          border-radius: 8px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          @media (max-width: 1024px) {
            body .eq-refresh .press-media .posts-grid__item {
              margin-bottom: 20px; } }
          body .eq-refresh .press-media .posts-grid__item .img {
            border-top-left-radius: 8px;
            border-top-right-radius: 8px; }
          body .eq-refresh .press-media .posts-grid__item .desc {
            padding: 20px;
            margin-top: auto; }
          body .eq-refresh .press-media .posts-grid__item strong {
            display: block;
            margin-bottom: 25px; }
          body .eq-refresh .press-media .posts-grid__item .btn-row {
            margin-top: 10px; }
            body .eq-refresh .press-media .posts-grid__item .btn-row a {
              margin: 0; }
    body .eq-refresh .featured-articles {
      background: #efefef; }
      body .eq-refresh .featured-articles .post-grid__item .img {
        height: 190px; }
        @media (max-width: 1024px) {
          body .eq-refresh .featured-articles .post-grid__item .img {
            height: 150px; } }
        @media (max-width: 991px) {
          body .eq-refresh .featured-articles .post-grid__item .img {
            height: 110px; } }
        @media (max-width: 767px) {
          body .eq-refresh .featured-articles .post-grid__item .img {
            height: auto; } }
    body .eq-refresh .blog-post-grid .post-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 30px; }
      @media (max-width: 767px) {
        body .eq-refresh .blog-post-grid .post-grid {
          grid-template-columns: 1fr; } }
      body .eq-refresh .blog-post-grid .post-grid__item {
        background: #FFFFFF;
        border-radius: 8px;
        margin-bottom: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: auto !important;
        height: auto !important;
        text-align: left !important; }
        body .eq-refresh .blog-post-grid .post-grid__item:hover img {
          -webkit-transform: scale(1) !important;
               -o-transform: scale(1) !important;
                  transform: scale(1) !important; }
        body .eq-refresh .blog-post-grid .post-grid__item .img img {
          width: 100%;
          height: 100%;
          border-top-left-radius: 8px;
          border-top-right-radius: 8px; }
        body .eq-refresh .blog-post-grid .post-grid__item .name {
          padding: 25px 25px 0; }
        body .eq-refresh .blog-post-grid .post-grid__item .date {
          padding: 0 25px 25px;
          font-size: 14px; }
        body .eq-refresh .blog-post-grid .post-grid__item .desc {
          padding: 0 25px 25px; }
          body .eq-refresh .blog-post-grid .post-grid__item .desc p {
            margin: 0; }
        body .eq-refresh .blog-post-grid .post-grid__item .btn-row {
          margin-top: auto;
          padding: 0 25px 25px; }
          body .eq-refresh .blog-post-grid .post-grid__item .btn-row a {
            margin: 0; }
    body .eq-refresh .additional-articles {
      background: #efefef;
      padding-top: 0; }
      body .eq-refresh .additional-articles .form-filter {
        margin-bottom: 75px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (max-width: 1024px) {
          body .eq-refresh .additional-articles .form-filter {
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start; } }
        @media (max-width: 767px) {
          body .eq-refresh .additional-articles .form-filter {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; } }
        body .eq-refresh .additional-articles .form-filter .filter-by {
          width: 280px; }
          @media (max-width: 1024px) {
            body .eq-refresh .additional-articles .form-filter .filter-by {
              width: 100px;
              padding-top: 6px; } }
          body .eq-refresh .additional-articles .form-filter .filter-by span {
            font-size: 18px; }
        @media (max-width: 767px) {
          body .eq-refresh .additional-articles .form-filter .filter-content {
            width: 100%; } }
        body .eq-refresh .additional-articles .form-filter .filter-content .input-group {
          position: relative;
          width: 560px; }
          @media (max-width: 767px) {
            body .eq-refresh .additional-articles .form-filter .filter-content .input-group {
              width: 100%; } }
          body .eq-refresh .additional-articles .form-filter .filter-content .input-group .form-control {
            border: none;
            border-bottom: 1px solid #c6c7c9;
            padding: 5px 30px 5px 0;
            background: none;
            font-size: 18px;
            width: 100%;
            outline: none; }
            body .eq-refresh .additional-articles .form-filter .filter-content .input-group .form-control::-webkit-input-placeholder {
              font-size: 18px;
              color: #000000; }
            body .eq-refresh .additional-articles .form-filter .filter-content .input-group .form-control::-moz-placeholder {
              font-size: 18px;
              color: #000000; }
            body .eq-refresh .additional-articles .form-filter .filter-content .input-group .form-control::-ms-input-placeholder {
              font-size: 18px;
              color: #000000; }
            body .eq-refresh .additional-articles .form-filter .filter-content .input-group .form-control::placeholder {
              font-size: 18px;
              color: #000000; }
          body .eq-refresh .additional-articles .form-filter .filter-content .input-group .btn-search {
            position: absolute;
            top: 10px;
            right: 0;
            cursor: pointer;
            background: none; }
        body .eq-refresh .additional-articles .form-filter .filter-content .checkbox-group ul {
          margin-top: 25px;
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          grid-column-gap: 25px;
          width: auto;
          float: none; }
          @media (max-width: 991px) {
            body .eq-refresh .additional-articles .form-filter .filter-content .checkbox-group ul {
              grid-template-columns: 1fr; } }
          body .eq-refresh .additional-articles .form-filter .filter-content .checkbox-group ul li {
            position: relative;
            background: none;
            font-size: 15px;
            font-family: inherit;
            text-align: none;
            cursor: pointer;
            z-index: 0;
            display: inline-block;
            width: auto;
            margin: 0;
            font-weight: normal;
            color: inherit;
            padding: 9px 34px 8px 26px;
            text-transform: capitalize;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
            body .eq-refresh .additional-articles .form-filter .filter-content .checkbox-group ul li:hover {
              background: none !important;
              color: inherit !important;
              border: none !important; }
            body .eq-refresh .additional-articles .form-filter .filter-content .checkbox-group ul li .checkbox-button {
              border: 1px solid #000; }
      body .eq-refresh .additional-articles .btn-row {
        margin-top: 25px; }
    body .eq-refresh .our-mission {
      background: #efefef; }
      body .eq-refresh .our-mission ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: 50px; }
        @media (max-width: 767px) {
          body .eq-refresh .our-mission ul {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        body .eq-refresh .our-mission ul li {
          width: 370px; }
          @media (max-width: 767px) {
            body .eq-refresh .our-mission ul li {
              width: 100%; } }
          body .eq-refresh .our-mission ul li a {
            color: #2f93ac; }
    body .eq-refresh .support {
      background: #efefef;
      padding-top: 0; }
    body .eq-refresh .support-accordion {
      padding: 30px;
      background: #e4e4e4; }
      @media (max-width: 767px) {
        body .eq-refresh .support-accordion {
          padding: 15px; } }
      body .eq-refresh .support-accordion li {
        padding: 20px; }
        body .eq-refresh .support-accordion li.question {
          font-weight: bold;
          font-size: 120%;
          cursor: pointer;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-transition: background-color .3s ease;
          -o-transition: background-color .3s ease;
          transition: background-color .3s ease; }
          body .eq-refresh .support-accordion li.question span {
            font-size: 20px; }
          body .eq-refresh .support-accordion li.question.open {
            background-color: #FFFFFF; }
          body .eq-refresh .support-accordion li.question .rotate {
            -webkit-transform: rotate(180deg);
                 -o-transform: rotate(180deg);
                    transform: rotate(180deg); }
        body .eq-refresh .support-accordion li.answer {
          background: #FFFFFF;
          display: none;
          color: #000000;
          font-size: 20px; }
        body .eq-refresh .support-accordion li a {
          color: #138dbb; }
  body.no-touch .eq-refresh .btn-orange:hover {
    background-color: #ff9100; }
  body.no-touch .eq-refresh .btn-green:hover {
    background-color: #288d53; }
  body.no-touch .eq-refresh .btn-blue-border:hover {
    color: #FFFFFF;
    background-color: #3094ac; }
  body.no-touch .eq-refresh .btn-green-border:hover {
    color: #FFFFFF;
    background-color: #30ac65; }
  body.no-touch .eq-refresh .btn-default:hover {
    color: #FFFFFF;
    background-color: #3094ac; }
  body.no-touch .eq-refresh .btn-trnsprnt:hover {
    color: #161616;
    background-color: #FFFFFF; }
  body.no-touch .eq-refresh .btn-trnsprnt.black:hover {
    background: #161616;
    color: #fff; }
  body.no-touch .eq-refresh .btn-iris-blue:hover {
    border-color: #0f596c;
    background: #0f596c; }
  body.no-touch .eq-refresh .btn-purple:hover {
    border-color: #3e3376;
    background: #3e3376;
    color: #FFFFFF; }
  body.touch {
    cursor: pointer; }
  body.no-touch .testimonial-slider .slider-wrap .slide-item-wrap .item:hover:after {
    -webkit-transform: translateY(-20px);
         -o-transform: translateY(-20px);
            transform: translateY(-20px); }
  body.no-touch .testimonial-slider .slider-wrap .slide-item-wrap .item .content-outer:hover {
    -webkit-transform: translateY(-20px);
         -o-transform: translateY(-20px);
            transform: translateY(-20px); }
    body.no-touch .testimonial-slider .slider-wrap .slide-item-wrap .item .content-outer:hover .bg-img:after {
      background-color: rgba(0, 0, 0, 0); }
    body.no-touch .testimonial-slider .slider-wrap .slide-item-wrap .item .content-outer:hover:not(.video) .bg-img img {
      -webkit-transform: scale(1.05, 1.05);
           -o-transform: scale(1.05, 1.05);
              transform: scale(1.05, 1.05); }
  body .slick-active .content-outer {
    -webkit-transition-delay: 800ms;
         -o-transition-delay: 800ms;
            transition-delay: 800ms; }
  body.ie-all .infographic .image {
    width: 95%;
    margin-bottom: 35px; }
    @media (min-width: 992px) and (max-width: 1190px) {
      body.ie-all .infographic .image {
        width: 98%; } }
    @media (max-width: 991px) {
      body.ie-all .infographic .image {
        width: 98%; } }
    body.ie-all .infographic .image > img {
      display: block;
      width: 100%;
      height: 100%; }
    body.ie-all .infographic .image svg {
      display: none !important; }
  body.ie-all .eq-refresh .product-grid .col-img .image-outer {
    width: 100%; }

/* .home {
  .promo_active {
    header.eq-18 {
      top: 90px;
      @include tablet {
        top: 80px;
      }
      @include phablet {
        top: 80px;
      }
      @include phablet-down {
        top: 59px;
      }
    }
  }
  .promo_inactive {
    .eq-18 .primary-nav .main-menu {
      top: 64px;
    }
  }

  &.ua-firefox {
    body .eq-refresh .product-grid .col-img .image-outer {
      @include desktop-mid {
        top: 0;
        transform: translateY(0);
      }
      @include tablet {
        top: 0;
        transform: translateY(0);
      }
    }
  }
} */
.promo_active .eq-refresh .promo-bar .container span, .promo_active .eq-refresh .promo-bar .container .close-btn {
  display: block; }

.promo_active header.eq-18 {
  /* .primary-nav .main-menu {
      @include tablet {
        top: 140px;
        height: calc(100vh - 130px);
      }
      @include phablet {
        top: 135px;
        height: calc(100vh - 130px);
      }
      @include phablet-down {
        top: 115px;
        height: calc(100vh - 112px);
      }
    } */ }
  .promo_active header.eq-18.fixed {
    top: 0;
    /* .primary-nav .main-menu {
        @include phablet-down {
          top: 64px;
          height: calc(100vh - 64px);
        }
      } */ }

.promo_inactive .eq-refresh .promo-bar span {
  display: none; }

.promo_inactive .eq-refresh .promo-bar .close-btn {
  display: none; }

@media (min-width: 768px) and (max-width: 991px) {
  .promo_inactive header.eq-18 .primary-nav .main-menu {
    top: 140px;
    height: calc(100vh - 130px); } }

@media (min-width: 596px) and (max-width: 767px) {
  .promo_inactive header.eq-18 .primary-nav .main-menu {
    top: 135px;
    height: calc(100vh - 130px); } }

@media (max-width: 595px) {
  .promo_inactive header.eq-18 .primary-nav .main-menu {
    top: 115px;
    height: calc(100vh - 112px); } }

.promo_inactive header.eq-18.fixed {
  top: 0; }
  @media (max-width: 595px) {
    .promo_inactive header.eq-18.fixed .primary-nav .main-menu {
      top: 64px;
      height: calc(100vh - 64px); } }

/* .home {
  .eq-18.top-nav {
    margin-bottom: 0 !important;
  }

  header.eq-18 {
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 99;
    width: 100%;
    background: none;

    &.fixed {
      background-color: $white;
    }
  }
} */
/* Footer scss */
.ua-edge body .eq-refresh .eq18-footer .footer-signup form input {
  height: 30px !important; }

/* About scss */
.about .intro-block .content-830 {
  max-width: 100%; }

.about body .eq-refresh .cta-with-image .content p {
  color: #FFFFFF; }

/* knowledge-center scss */
.knowledge-center body .eq-refresh .intro-block {
  padding: 90px 0 50px; }
  @media (min-width: 992px) and (max-width: 1190px) {
    .knowledge-center body .eq-refresh .intro-block {
      padding: 80px 0 45px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .knowledge-center body .eq-refresh .intro-block {
      padding: 40px 0px; } }
  @media (max-width: 767px) {
    .knowledge-center body .eq-refresh .intro-block {
      padding: 30px 0; } }
  .knowledge-center body .eq-refresh .intro-block p {
    color: #636466; }

.no-touch .eq-refresh .knowledge-grid ul li:hover,
.no-touch .eq-refresh .blog-grid ul li:hover,
.no-touch .eq-refresh .news-blog-grid ul li:hover {
  border-color: #3e3376;
  background: #3e3376;
  color: #FFFFFF; }

/* Testimonial page scss */
.testimonials body .eq-refresh .intro-block {
  padding: 90px 0 95px; }
  @media (min-width: 992px) and (max-width: 1190px) {
    .testimonials body .eq-refresh .intro-block {
      padding: 70px 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .testimonials body .eq-refresh .intro-block {
      padding: 40px 0; } }
  @media (max-width: 767px) {
    .testimonials body .eq-refresh .intro-block {
      padding: 30px 0; } }
  .testimonials body .eq-refresh .intro-block p {
    padding-top: 25px;
    line-height: 1.625;
    font-weight: 300; }
  .testimonials body .eq-refresh .intro-block .content-830 {
    max-width: 980px; }

.testimonials body .eq-refresh .image-with-content {
  text-align: center; }
  .testimonials body .eq-refresh .image-with-content .col-two .content {
    padding: 134px 150px;
    visibility: hidden; }
    @media (min-width: 1151px) and (max-width: 1280px) {
      .testimonials body .eq-refresh .image-with-content .col-two .content {
        padding: 100px 30px !important; } }
    @media (min-width: 992px) and (max-width: 1190px) {
      .testimonials body .eq-refresh .image-with-content .col-two .content {
        padding: 80px 20px 80px 20px !important; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .testimonials body .eq-refresh .image-with-content .col-two .content {
        padding: 60px 30px !important; } }
    @media (max-width: 767px) {
      .testimonials body .eq-refresh .image-with-content .col-two .content {
        padding: 30px 20px !important; } }
    .testimonials body .eq-refresh .image-with-content .col-two .content h3 {
      margin-bottom: 50px; }
      @media (min-width: 992px) and (max-width: 1190px) {
        .testimonials body .eq-refresh .image-with-content .col-two .content h3 {
          margin-bottom: 40px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .testimonials body .eq-refresh .image-with-content .col-two .content h3 {
          margin-bottom: 30px; } }
      @media (max-width: 767px) {
        .testimonials body .eq-refresh .image-with-content .col-two .content h3 {
          margin-bottom: 25px; } }
    .testimonials body .eq-refresh .image-with-content .col-two .content h6 {
      margin-bottom: 30px; }
      @media (min-width: 992px) and (max-width: 1190px) {
        .testimonials body .eq-refresh .image-with-content .col-two .content h6 {
          margin-bottom: 17px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .testimonials body .eq-refresh .image-with-content .col-two .content h6 {
          margin-bottom: 15px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        .testimonials body .eq-refresh .image-with-content .col-two .content h6 {
          margin-bottom: 12px; } }
      @media (max-width: 595px) {
        .testimonials body .eq-refresh .image-with-content .col-two .content h6 {
          margin-bottom: 10px; } }
  .testimonials body .eq-refresh .image-with-content .col-two .image {
    height: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: 495px;
    margin: 0 auto; }
    @media (min-width: 992px) and (max-width: 1190px) {
      .testimonials body .eq-refresh .image-with-content .col-two .image {
        max-width: 365px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .testimonials body .eq-refresh .image-with-content .col-two .image {
        padding: 30px 20px; } }
    @media (max-width: 767px) {
      .testimonials body .eq-refresh .image-with-content .col-two .image {
        top: 0;
        -webkit-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0);
        padding: 30px 20px; } }
    .testimonials body .eq-refresh .image-with-content .col-two .image img {
      width: auto;
      min-width: inherit;
      min-height: inherit;
      -o-object-fit: inherit;
         object-fit: inherit; }

.testimonials body.ie-all .eq-refresh .image-with-content .col-two .image {
  height: 100%; }

.testimonials body.ie-all .eq-refresh .new-image-with-content .col-two .image {
  height: 100%; }

/* visioncheck page scss*/
.visioncheck body .eq-refresh .image-with-content {
  text-align: center; }
  .visioncheck body .eq-refresh .image-with-content .col-two .image {
    height: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: 495px;
    margin: 0 auto; }
    @media (min-width: 992px) and (max-width: 1190px) {
      .visioncheck body .eq-refresh .image-with-content .col-two .image {
        max-width: 365px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .visioncheck body .eq-refresh .image-with-content .col-two .image {
        padding: 30px 20px; } }
    @media (max-width: 767px) {
      .visioncheck body .eq-refresh .image-with-content .col-two .image {
        top: 0;
        -webkit-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0);
        padding: 30px 20px; } }
    .visioncheck body .eq-refresh .image-with-content .col-two .image img {
      width: auto;
      min-width: inherit;
      min-height: inherit;
      -o-object-fit: inherit;
         object-fit: inherit; }

.visioncheck body.ie-all .eq-refresh .image-with-content .col-two .image {
  height: 100%; }

.visioncheck body.ie-all .eq-refresh .new-image-with-content .col-two .image {
  height: 100%; }

/* Subscriptions page scss */
.subscriptions .banner-second-level:after {
  display: none; }

.subscriptions body .eq-refresh .cta-with-image .content p {
  color: #FFFFFF; }

.subscriptions body .eq-refresh .icon-with-content {
  background-color: #f2f2f2; }

/* contact-cta  page scss */
body.ie-all .eq-refresh .contact-cta .col-two .content form .field-wrapper.text-form label {
  top: 4px; }

body.ie-all .eq-refresh .testimonial-slider .slide-wrap-outer .slider-wrap .slide-item-wrap .slick-list {
  padding-top: 20px; }

body.ie-all .eq-refresh .testimonial-slider .slide-wrap-outer .slider-wrap .slide-item-wrap {
  padding-top: 0; }

/* product-compare-table scss */
.ua-ie-10 body .eq-refresh .product-compare-table table,
.ua-ie-11 body .eq-refresh .product-compare-table table {
  width: 100%;
  table-layout: fixed; }

iframe.hidden, iframe.hide {
  visibility: hidden !important;
  display: none !important; }

.zopim {
  display: none;
  position: fixed !important;
  top: auto !important;
  left: auto !important;
  bottom: 20px !important;
  right: 20px !important; }

.meshim_widget_components_mobileChatButton_TappingScreen {
  display: none !important; }

iframe {
  border: 0px; }

/*Css for input autofill*/
input:-webkit-autofill:focus {
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  -webkit-transition-delay: 9999s; }

input:-webkit-autofill {
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  -webkit-transition-delay: 9999s; }

input::-ms-clear {
  display: none; }

input {
  font-family: "Poppins", sans-serif; }

video::-webkit-media-controls-overlay-play-button {
  display: none; }

.wp-edit-link {
  position: absolute;
  z-index: 2;
  top: 5px;
  left: 20px;
  font-size: 20px; }

.ua-ie .news-blog-grid .column-wrapper .bg-img {
  background-size: contain !important; }

img:-moz-loading {
  visibility: hidden; }

.signup2-success-message {
  display: none; }

body.colorblindform-active {
  overflow: hidden; }

body.no-scroll {
  overflow: hidden; }

.ua-mobile-iphone body.no-scroll {
  overflow: hidden; }

@media (max-width: 595px) {
  .ua-mobile-iphone body .quizlet .quiz-overlay .column-wrapper.quiz-active {
    max-height: calc(100vh - 120px) !important;
    overflow: scroll; } }

@media (max-width: 595px) {
  .ua-mobile-iphone body .quizlet .quiz-overlay .column-wrapper .arrows-wrap .quiz-resp-btn {
    position: relative;
    bottom: 30px; } }

@media (max-width: 595px) {
  .ua-mobile-iphone body .quizlet .quiz-overlay .column-wrapper .page-5 .quiz-code-outer {
    right: 0; } }

@media (max-width: 595px) {
  .ua-mobile-iphone body .quizlet .quiz-overlay .column-wrapper .page-5 .quiz-code-outer .quiz-code:before {
    display: none; } }

@media (max-width: 595px) {
  .ua-mobile-iphone body .quizlet .quiz-overlay .column-wrapper .page-5 .quiz-code-outer .quiz-code:after {
    display: none; } }

body.touch .eq-refresh .banner-hero .video-wrap .banner-video {
  display: block !important; }

.ua-ie body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-cta .col-wrapper .col-two {
  display: inline-block !important; }

.ua-ie body .eq-refresh .quizlet .quiz-overlay .column-wrapper .page-5 .col-two-cta .col-wrapper .col-two .content-block {
  -webkit-transform: translateY(33%);
       -o-transform: translateY(33%);
          transform: translateY(33%);
  padding-bottom: 0; }

body.disclaimer_inactive .disclaimer {
  display: none; }

body.disclaimer_active .disclaimer {
  display: block; }

#trustpilot-widget-trustbox-0-wrapper {
  height: 500px; }

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