.home-slider,
.home-gallery {
  -webkit-box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.11);
  margin-bottom: 60px;
}

/*load slick and images */
.product-gallery.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.slick-track {
  height: 100%;
}

.media-container {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  position: relative;
}

.media-container--slider {
  /* <= 768px */
}

@media (max-width: 767px) {
  .media-container--slider {
    background-size: cover;
  }
}

.media-container--slider:focus {
  outline: none;
}

.container-custom {
  width: 80%;
  margin: 0 auto;
  /* <= 768px */
  /* <= 480px */
}

@media (max-width: 1360px) {
  .container-custom {
    width: 100%;
    padding-left: 60px;
  }
}

@media (max-width: 767px) {
  .container-custom {
    padding-left: 30px;
  }
}

@media (max-width: 479px) {
  .container-custom {
    padding-left: 15px;
  }
}

.custom-height-container {
  height: 100%;
}

.custom-height-container--blog {
  height: 640px;
  position: relative;
  /* <= 768px */
  /* <= 480px */
}

@media (max-width: 767px) {
  .custom-height-container--blog {
    padding-left: 30px;
  }
}

@media (max-width: 479px) {
  .custom-height-container--blog {
    padding-left: 0px !important;
  }
}

/* Glitch effect */
.glitch {
  --color-text: #454847;
  --color-bg: #1d2121;
  --color-link: #454847;
  --color-link-hover: #fff;
  --color-info: #454847;
  --glitch-width: 100%;
  --glitch-height: 650px;
  --glitch-height2: calc(40vmax * 1.25);
  --glitch-width2: 40vmax;
  --color-title: #fff;
  --color-subtitle: #30efbf;
}

.glitch--style-1,
.glitch--style-3 {
  --gap-horizontal: 20px;
  --gap-vertical: 2px;
  --time-anim: 2.25s;
  --blend-mode-1: none;
  --blend-mode-2: none;
  --blend-mode-3: none;
  --blend-mode-4: none;
  --blend-mode-5: none;
  --blend-color-1: transparent;
  --blend-color-2: transparent;
  --blend-color-3: transparent;
  --blend-color-4: transparent;
  --blend-color-5: transparent;
}

.glitch--style-2 {
  --gap-horizontal: 5px;
  --gap-vertical: 10px;
  --time-anim: 2s;
  --blend-mode-1: none;
  --blend-mode-2: none;
  --blend-mode-3: luminosity;
  --blend-mode-4: none;
  --blend-mode-5: none;
  --blend-color-1: transparent;
  --blend-color-2: transparent;
  --blend-color-3: #4d8c60;
  --blend-color-4: transparent;
  --blend-color-5: #c9b09a;
}

/* Glitch styles */
.glitch {
  position: relative;
  width: 100%;
  width: var(--glitch-width);
  max-width: 100%;
  height: 650px;
  height: var(--glitch-height);
  max-height: 650px;
  overflow: hidden;
  margin: 0 auto;
}

.glitch--style-2 {
  position: relative;
  height: 515px;
  width: 340px;
}

.glitch--style-2 .glitch__img {
  position: absolute;
  top: calc(-1 * var(--gap-vertical));
  left: calc(-1 * var(--gap-horizontal));
  width: 340px;
  height: 515px;
  background: url(../images/store-aboutus_03-07.jpg) no-repeat 50% 0;
  background-color: var(--blend-color-1);
  background-size: cover;
  transform: translate3d(0, 0, 0);
  background-blend-mode: var(--blend-mode-1);
}

.glitch--style-3 .glitch__img {
  background-image: url(../images/store-aboutus_03.jpg);
  width: 100%;
  height: 715px;
  margin: 0 auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.glitch:hover {
  cursor: pointer;
}

.glitch__img {
  position: absolute;
  top: 0;
  top: calc(-1 * var(--gap-vertical));
  left: 0;
  left: calc(-1 * var(--gap-horizontal));
  width: 100%;
  width: calc(100% + var(--gap-horizontal) * 2);
  height: 100%;
  height: calc(100% + var(--gap-vertical) * 2);
  background: url(./images/store_slider.jpg) no-repeat 50% 0;
  background-color: #fff;
  background-color: var(--blend-color-1);
  background-size: cover;
  -ms-transform: none;
  transform: translate3d(0, 0, 0);
  -ms-background-blend-mode: none;
  background-blend-mode: var(--blend-mode-1);
}

/* Set the background colors for the glitch images*/
.glitch__img:nth-child(2) {
  background-color: #fff;
  background-color: var(--blend-color-2);
  -ms-background-blend-mode: none;
  background-blend-mode: var(--blend-mode-2);
}

.glitch__img:nth-child(3) {
  background-color: #fff;
  background-color: var(--blend-color-3);
  -ms-background-blend-mode: none;
  background-blend-mode: var(--blend-mode-3);
}

.glitch__img:nth-child(4) {
  background-color: #fff;
  background-color: var(--blend-color-4);
  -ms-background-blend-mode: none;
  background-blend-mode: var(--blend-mode-4);
}

.glitch__img:nth-child(5) {
  background-color: #fff;
  background-color: var(--blend-color-5);
  -ms-background-blend-mode: none;
  background-blend-mode: var(--blend-mode-5);
}

/* Hide all images except the first one */
.glitch__img:nth-child(n + 2) {
  opacity: 0;
}

/* Hovers */
/* On hover we show the 2nd, 3rd, 4th and 5th image*/
.glitch:hover .glitch__img:nth-child(n + 2) {
  opacity: 1;
}

/* Hover animations for horizontal case */
.glitch:hover .glitch__img:nth-child(2) {
  transform: translate3d(var(--gap-horizontal), 0, 0);
  -ms-transform: none;
  animation: glitch-anim-1-horizontal var(--time-anim) infinite linear alternate;
  -ms-animation: none;
}

.glitch.glitch--style-3:hover .glitch__img:nth-child(2) {
  transform: translate3d(var(--gap-horizontal), 0, 0);
  -ms-transform: none;
  animation: glitch-anim-1-horizontal2 var(--time-anim) infinite linear
    alternate;
  -ms-animation: none;
}

.glitch:hover > .glitch__img:nth-child(3) {
  transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
  -ms-transform: none;
  animation: glitch-anim-2-horizontal var(--time-anim) infinite linear alternate;
  -ms-animation: none;
}

.glitch.glitch--style-3:hover > .glitch__img:nth-child(3) {
  transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
  -ms-transform: none;
  animation: glitch-anim-2-horizontal2 var(--time-anim) infinite linear
    alternate;
  -ms-animation: none;
}

.glitch:hover > .glitch__img:nth-child(4) {
  transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0)
    scale3d(-1, -1, 1);
  -ms-transform: none;
  animation: glitch-anim-3-horizontal var(--time-anim) infinite linear alternate;
  -ms-animation: none;
}

.glitch.glitch--style-3:hover > .glitch__img:nth-child(4) {
  transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0)
    scale3d(-1, -1, 1);
  -ms-transform: none;
  animation: glitch-anim-3-horizontal2 var(--time-anim) infinite linear
    alternate;
  -ms-animation: none;
}

/* Hover animations for vertical case */
.glitch--vertical:hover .glitch__img:nth-child(2) {
  transform: translate3d(0, var(--gap-vertical), 0);
  -ms-transform: none;
  animation: glitch-anim-1-vertical var(--time-anim) infinite linear alternate;
  -ms-animation: none;
}

.glitch--vertical:hover > .glitch__img:nth-child(3) {
  transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0);
  -ms-transform: none;
  animation: glitch-anim-2-vertical var(--time-anim) infinite linear alternate;
  -ms-animation: none;
}

.glitch--vertical:hover > .glitch__img:nth-child(4) {
  transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0)
    scale3d(-1, -1, 1);
  -ms-transform: none;
  animation: glitch-anim-3-vertical var(--time-anim) infinite linear alternate;
  -ms-animation: none;
}

/* Hover flash animation on last image */
.glitch:hover > .glitch__img:nth-child(5) {
  animation: glitch-anim-flash 0.5s steps(1, end) infinite;
  -ms-animation: none;
}

.glitch.glitch--style-3:hover > .glitch__img:nth-child(5) {
  -ms-animation: none;
  animation: glitch-anim-flash2 0.5s steps(1, end) infinite;
}


/*disable flash for edge*/
@supports (-ms-ime-align: auto) {
  .glitch:hover > .glitch__img:nth-child(5) {
    animation-name: none;
  }
  .glitch.glitch--style-3:hover > .glitch__img:nth-child(5) {
    animation-name: none;
  }
}

.slide-content {
  width: 37%;
  text-align: center;
  /* <= 992px */
  /* <= 768px */
}

@media (max-width: 991px) {
  .slide-content {
    width: 60%;
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .slide-content {
    width: 100%;
    align-self: flex-end;
    text-align: left;
    margin-left: 30px;
  }
}

@media (max-width: 1372px) and (min-width: 991px) {
  .slide-content {
    width: 60%;
    margin-left: 30px;
  }
}

.slide-content--glitch {
  width: 37%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 28%;
  /* <= 992px */
  /* <= 768px */
}

@media (max-width: 991px) {
  .slide-content--glitch {
    width: 40%;
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .slide-content--glitch {
    width: 100%;
    text-align: left;
    margin-left: 30px;
    top: 52%;
  }
}

@media (max-width: 1372px) and (min-width: 991px) {
  .slide-content--glitch {
    width: 60%;
    margin-left: 30px;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.title-block {
  margin-bottom: 25px;
}

.title-block.about {
  position: relative;
  display: inline-block;
  float: left;
  margin-bottom: 0px;
}

.title-block__title--slider {
  font-family: "Prata", serif;
  font-size: 82px;
  line-height: 75px;
  letter-spacing: 2px;
  margin-bottom: 30px;
  color: #0a0a0a;
  /* <= 768px */
}

@media (max-width: 767px) {
  .title-block__title--slider {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
    color: #fff;
  }
  .title-block__title--slider span {
    background-color: #000000;
    padding: 2px 10px;
  }
  .title-block__title--slider span:empty {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .title-block__title--slider {
    font-size: 38px;
    line-height: 46px;
  }
}

.title-block__subtitle {
  font-size: 18px;
  line-height: 28px;
  font-family: "Prata", serif;
  font-weight: 300;
}

.title-block__subtitle--slider {
  font-family: "Prata", serif;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 40px;
  /* <= 768px */
}

@media (max-width: 767px) {
  .title-block__subtitle--slider {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 10px;
  }
  .title-block__subtitle--slider span {
    background-color: #000000;
    padding: 2px 10px;
    line-height: 22px;
  }
}

@media (max-width: 1000px) and (min-width: 768px) {
  .title-block__subtitle--slider {
    font-size: 18px;
  }
}

.thumbs.title-block {
  padding-left: 10%;
  /* <= 768px */
}

@media (max-width: 767px) {
  .thumbs.title-block {
    padding-left: 5px;
    margin-bottom: 5px;
  }
}

.btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 20px;
  padding: 20px 30px !important;
  letter-spacing: 1px;
  transition: background-color 0.15s ease-out;
  border-radius: 0px;
  margin-bottom: 30px;
}

a.btn--black {
  background: #000000;
  color: #fff;
  border-radius: 0px !important;
}

a.btn--black:hover {
  background-color: #000000;
  color: #fff;
}

.btn--black:visited {
  color: #fff;
  outline: none;
}

.btn--black:focus {
  color: #fff;
  outline: none;
}

.btn--60 {
  width: 65%;
  /* >= 1200px */
}

@media (min-width: 1200px) {
  .btn--60 {
    width: 65%;
  }
}

@media (max-width: 1000px) {
  .btn--60 {
    width: 100%;
  }
}

@media (max-width: 767px) and (min-width: 300px) {
  .btn--60 {
    width: 50%;
  }
}


/* Animations */
/* Horizontal */
@keyframes glitch-anim-1-horizontal {
  0% {
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
  }
  10% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
  }
  20% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
  }
  30% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
  }
  40% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  50% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  60% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  70% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  80% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  90% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  100% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
}

@keyframes glitch-anim-2-horizontal {
  0% {
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
  }
  15% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
  }
  22% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
  }
  31% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  45% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
  }
  51% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
  }
  63% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  76% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
  }
  81% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
  }
  94% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
  }
  100% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
  }
}

@keyframes glitch-anim-3-horizontal {
  0% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
  }
  5% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
  }
  10% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
  }
  25% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  27% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
  }
  30% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
  }
  33% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
  }
  37% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
  }
  40% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  45% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
  }
  50% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
  }
  53% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
  }
  57% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
  }
  60% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
  }
  65% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
  }
  70% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
  }
  73% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  80% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
  }
  100% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
  }
}

/* Horizontal2 */
@keyframes glitch-anim-1-horizontal2 {
  0% {
    -webkit-clip-path: polygon(0 2%, 60% 2%, 60% 5%, 0 5%);
    clip-path: polygon(0 2%, 60% 2%, 60% 5%, 0 5%);
  }
  10% {
    -webkit-clip-path: polygon(0 15%, 60% 15%, 60% 15%, 0 15%);
    clip-path: polygon(0 15%, 60% 15%, 60% 15%, 0 15%);
  }
  20% {
    -webkit-clip-path: polygon(0 10%, 60% 10%, 60% 20%, 0 20%);
    clip-path: polygon(0 10%, 60% 10%, 60% 20%, 0 20%);
  }
  30% {
    -webkit-clip-path: polygon(0 1%, 60% 1%, 60% 2%, 0 2%);
    clip-path: polygon(0 1%, 60% 1%, 60% 2%, 0 2%);
  }
  40% {
    -webkit-clip-path: polygon(0 33%, 60% 33%, 60% 33%, 0 33%);
    clip-path: polygon(0 33%, 60% 33%, 60% 33%, 0 33%);
  }
  50% {
    -webkit-clip-path: polygon(0 44%, 60% 44%, 60% 44%, 0 44%);
    clip-path: polygon(0 44%, 60% 44%, 60% 44%, 0 44%);
  }
  60% {
    -webkit-clip-path: polygon(0 50%, 60% 50%, 60% 20%, 0 20%);
    clip-path: polygon(0 50%, 60% 50%, 60% 20%, 0 20%);
  }
  70% {
    -webkit-clip-path: polygon(0 70%, 60% 70%, 60% 70%, 0 70%);
    clip-path: polygon(0 70%, 60% 70%, 60% 70%, 0 70%);
  }
  80% {
    -webkit-clip-path: polygon(0 80%, 60% 80%, 60% 80%, 0 80%);
    clip-path: polygon(0 80%, 65% 80%, 65% 80%, 0 80%);
  }
  90% {
    -webkit-clip-path: polygon(0 50%, 60% 50%, 60% 55%, 0 55%);
    clip-path: polygon(0 50%, 65% 50%, 65% 55%, 0 55%);
  }
  100% {
    -webkit-clip-path: polygon(0 70%, 60% 70%, 60% 80%, 0 80%);
    clip-path: polygon(0 70%, 65% 70%, 65% 80%, 0 80%);
  }
}

@keyframes glitch-anim-2-horizontal2 {
  0% {
    -webkit-clip-path: polygon(0 25%, 60% 25%, 60% 30%, 0 30%);
    clip-path: polygon(0 25%, 60% 25%, 60% 30%, 0 30%);
  }
  15% {
    -webkit-clip-path: polygon(0 3%, 60% 3%, 60% 3%, 0 3%);
    clip-path: polygon(0 3%, 60% 3%, 60% 3%, 0 3%);
  }
  22% {
    -webkit-clip-path: polygon(0 5%, 60% 5%, 60% 20%, 0 20%);
    clip-path: polygon(0 5%, 60% 5%, 60% 20%, 0 20%);
  }
  31% {
    -webkit-clip-path: polygon(0 20%, 60% 20%, 60% 20%, 0 20%);
    clip-path: polygon(0 20%, 65% 20%, 65% 20%, 0 20%);
  }
  45% {
    -webkit-clip-path: polygon(0 40%, 60% 40%, 60% 40%, 0 40%);
    clip-path: polygon(0 40%, 65% 40%, 65% 40%, 0 40%);
  }
  51% {
    -webkit-clip-path: polygon(0 52%, 65% 52%, 65% 59%, 0 59%);
    clip-path: polygon(0 52%, 65% 52%, 65% 59%, 0 59%);
  }
  63% {
    -webkit-clip-path: polygon(0 60%, 60% 60%, 60% 60%, 0 60%);
    clip-path: polygon(0 60%, 65% 60%, 65% 60%, 0 60%);
  }
  76% {
    -webkit-clip-path: polygon(0 75%, 60% 75%, 60% 75%, 0 75%);
    clip-path: polygon(0 75%, 65% 75%, 65% 75%, 0 75%);
  }
  81% {
    -webkit-clip-path: polygon(0 65%, 60% 65%, 60% 40%, 0 40%);
    clip-path: polygon(0 65%, 65% 65%, 65% 40%, 0 40%);
  }
  94% {
    -webkit-clip-path: polygon(0 45%, 60% 45%, 60% 50%, 0 50%);
    clip-path: polygon(0 45%, 65% 45%, 65% 50%, 0 50%);
  }
  100% {
    -webkit-clip-path: polygon(0 14%, 60% 14%, 60% 33%, 0 33%);
    clip-path: polygon(0 14%, 65% 14%, 65% 33%, 0 33%);
  }
}

@keyframes glitch-anim-3-horizontal2 {
  0% {
    -webkit-clip-path: polygon(0 1%, 60% 1%, 60% 3%, 0 3%);
    clip-path: polygon(0 1%, 60% 1%, 60% 3%, 0 3%);
  }
  5% {
    -webkit-clip-path: polygon(0 10%, 60% 10%, 60% 9%, 0 9%);
    clip-path: polygon(0 10%, 60% 10%, 60% 9%, 0 9%);
  }
  10% {
    -webkit-clip-path: polygon(0 5%, 60% 5%, 60% 6%, 0 6%);
    clip-path: polygon(0 5%, 60% 5%, 60% 6%, 0 6%);
  }
  25% {
    -webkit-clip-path: polygon(0 20%, 60% 20%, 60% 20%, 0 20%);
    clip-path: polygon(0 20%, 60% 20%, 60% 20%, 0 20%);
  }
  27% {
    -webkit-clip-path: polygon(0 10%, 60% 10%, 60% 10%, 0 10%);
    clip-path: polygon(0 10%, 60% 10%, 60% 10%, 0 10%);
  }
  30% {
    -webkit-clip-path: polygon(0 30%, 60% 30%, 60% 25%, 0 25%);
    clip-path: polygon(0 30%, 60% 30%, 60% 25%, 0 25%);
  }
  33% {
    -webkit-clip-path: polygon(0 15%, 60% 15%, 60% 16%, 0 16%);
    clip-path: polygon(0 15%, 60% 15%, 60% 16%, 0 16%);
  }
  37% {
    -webkit-clip-path: polygon(0 40%, 60% 40%, 60% 39%, 0 39%);
    clip-path: polygon(0 40%, 60% 40%, 60% 39%, 0 39%);
  }
  40% {
    -webkit-clip-path: polygon(0 20%, 60% 20%, 60% 21%, 0 21%);
    clip-path: polygon(0 20%, 60% 20%, 60% 21%, 0 21%);
  }
  45% {
    -webkit-clip-path: polygon(0 60%, 60% 60%, 60% 55%, 0 55%);
    clip-path: polygon(0 60%, 60% 60%, 60% 55%, 0 55%);
  }
  50% {
    -webkit-clip-path: polygon(0 30%, 60% 30%, 60% 31%, 0 31%);
    clip-path: polygon(0 30%, 60% 30%, 60% 31%, 0 31%);
  }
  53% {
    -webkit-clip-path: polygon(0 70%, 60% 70%, 60% 69%, 0 69%);
    clip-path: polygon(0 70%, 60% 70%, 60% 69%, 0 69%);
  }
  57% {
    -webkit-clip-path: polygon(0 40%, 60% 40%, 60% 41%, 0 41%);
    clip-path: polygon(0 40%, 60% 40%, 60% 41%, 0 41%);
  }
  60% {
    -webkit-clip-path: polygon(0 80%, 60% 80%, 60% 75%, 0 75%);
    clip-path: polygon(0 80%, 60% 80%, 60% 75%, 0 75%);
  }
  65% {
    -webkit-clip-path: polygon(0 50%, 60% 50%, 60% 51%, 0 51%);
    clip-path: polygon(0 50%, 60% 50%, 60% 51%, 0 51%);
  }
  70% {
    -webkit-clip-path: polygon(0 90%, 60% 90%, 60% 90%, 0 90%);
    clip-path: polygon(0 90%, 60% 90%, 60% 90%, 0 90%);
  }
  73% {
    -webkit-clip-path: polygon(0 60%, 60% 60%, 60% 60%, 0 60%);
    clip-path: polygon(0 60%, 60% 60%, 60% 60%, 0 60%);
  }
  80% {
    -webkit-clip-path: polygon(0 100%, 60% 100%, 60% 99%, 0 99%);
    clip-path: polygon(0 100%, 60% 100%, 60% 99%, 0 99%);
  }
  100% {
    -webkit-clip-path: polygon(0 70%, 60% 70%, 60% 71%, 0 71%);
    clip-path: polygon(0 70%, 60% 70%, 60% 71%, 0 71%);
  }
}

/* Vertical */
@keyframes glitch-anim-1-vertical {
  0% {
    -webkit-clip-path: polygon(2% 0, 5% 0, 5% 100%, 2% 100%);
    clip-path: polygon(2% 0, 5% 0, 5% 100%, 2% 100%);
  }
  10% {
    -webkit-clip-path: polygon(15% 0, 15% 0, 15% 100%, 15% 100%);
    clip-path: polygon(15% 0, 15% 0, 15% 100%, 15% 100%);
  }
  20% {
    -webkit-clip-path: polygon(10% 0, 20% 0, 20% 100%, 10% 100%);
    clip-path: polygon(10% 0, 20% 0, 20% 100%, 10% 100%);
  }
  30% {
    -webkit-clip-path: polygon(1% 0, 2% 0, 2% 100%, 1% 100%);
    clip-path: polygon(1% 0, 2% 0, 2% 100%, 1% 100%);
  }
  40% {
    -webkit-clip-path: polygon(33% 0, 33% 0, 33% 100%, 33% 100%);
    clip-path: polygon(33% 0, 33% 0, 33% 100%, 33% 100%);
  }
  50% {
    -webkit-clip-path: polygon(44% 0, 44% 0, 44% 100%, 44% 100%);
    clip-path: polygon(44% 0, 44% 0, 44% 100%, 44% 100%);
  }
  60% {
    -webkit-clip-path: polygon(50% 0, 20% 0, 20% 100%, 50% 100%);
    clip-path: polygon(50% 0, 20% 0, 20% 100%, 50% 100%);
  }
  70% {
    -webkit-clip-path: polygon(70% 0, 70% 0, 70% 100% 70%, 70% 100%);
    clip-path: polygon(70% 0, 70% 0, 70% 100% 70%, 70% 100%);
  }
  80% {
    -webkit-clip-path: polygon(80% 0, 80% 0, 80% 100% 80%, 80% 100%);
    clip-path: polygon(80% 0, 80% 0, 80% 100% 80%, 80% 100%);
  }
  90% {
    -webkit-clip-path: polygon(50% 0, 55% 0, 55% 100%, 50% 100%);
    clip-path: polygon(50% 0, 55% 0, 55% 100%, 50% 100%);
  }
  100% {
    -webkit-clip-path: polygon(70% 0, 80% 0, 80% 100%, 70% 100%);
    clip-path: polygon(70% 0, 80% 0, 80% 100%, 70% 100%);
  }
}

@keyframes glitch-anim-2-vertical {
  0% {
    -webkit-clip-path: polygon(25% 0, 30% 0, 30% 100%, 25% 100%);
    clip-path: polygon(25% 0, 30% 0, 30% 100%, 25% 100%);
  }
  15% {
    -webkit-clip-path: polygon(3% 0, 3% 0, 3% 100%, 3% 100%);
    clip-path: polygon(3% 0, 3% 0, 3% 100%, 3% 100%);
  }
  22% {
    -webkit-clip-path: polygon(5% 0, 20% 0, 20% 100%, 5% 100%);
    clip-path: polygon(5% 0, 20% 0, 20% 100%, 5% 100%);
  }
  31% {
    -webkit-clip-path: polygon(20% 0, 20% 0, 20% 100%, 20% 100%);
    clip-path: polygon(20% 0, 20% 0, 20% 100%, 20% 100%);
  }
  45% {
    -webkit-clip-path: polygon(40% 0, 40% 0, 40% 100%, 40% 100%);
    clip-path: polygon(40% 0, 40% 0, 40% 100%, 40% 100%);
  }
  51% {
    -webkit-clip-path: polygon(52% 0, 59% 0, 59% 100%, 52% 100%);
    clip-path: polygon(52% 0, 59% 0, 59% 100%, 52% 100%);
  }
  63% {
    -webkit-clip-path: polygon(60% 0, 60% 0, 60% 100%, 60% 100%);
    clip-path: polygon(60% 0, 60% 0, 60% 100%, 60% 100%);
  }
  76% {
    -webkit-clip-path: polygon(75% 0, 75% 0, 75% 100%, 75% 100%);
    clip-path: polygon(75% 0, 75% 0, 75% 100%, 75% 100%);
  }
  81% {
    -webkit-clip-path: polygon(65% 0, 40% 0, 40% 100%, 65% 100%);
    clip-path: polygon(65% 0, 40% 0, 40% 100%, 65% 100%);
  }
  94% {
    -webkit-clip-path: polygon(45% 0, 50% 0, 50% 100%, 45% 100%);
    clip-path: polygon(45% 0, 50% 0, 50% 100%, 45% 100%);
  }
  100% {
    -webkit-clip-path: polygon(14% 0, 33% 0, 33% 100%, 14% 100%);
    clip-path: polygon(14% 0, 33% 0, 33% 100%, 14% 100%);
  }
}

@keyframes glitch-anim-3-vertical {
  0% {
    -webkit-clip-path: polygon(1% 0, 3% 0, 3% 100%, 1% 100%);
    clip-path: polygon(1% 0, 3% 0, 3% 100%, 1% 100%);
  }
  5% {
    -webkit-clip-path: polygon(10% 0, 9% 0, 9% 100%, 10% 100%);
    clip-path: polygon(10% 0, 9% 0, 9% 100%, 10% 100%);
  }
  10% {
    -webkit-clip-path: polygon(5% 0, 6% 0 6% 100%, 5% 100%);
    clip-path: polygon(5% 0, 6% 0 6% 100%, 5% 100%);
  }
  25% {
    -webkit-clip-path: polygon(20% 0, 20% 0, 20% 100%, 20% 100%);
    clip-path: polygon(20% 0, 20% 0, 20% 100%, 20% 100%);
  }
  27% {
    -webkit-clip-path: polygon(10% 0, 10% 0, 10% 100%, 10% 100%);
    clip-path: polygon(10% 0, 10% 0, 10% 100%, 10% 100%);
  }
  30% {
    -webkit-clip-path: polygon(30% 0, 25% 0, 25% 100%, 30% 100%);
    clip-path: polygon(30% 0, 25% 0, 25% 100%, 30% 100%);
  }
  33% {
    -webkit-clip-path: polygon(15% 0, 16% 0, 16% 100%, 15% 100%);
    clip-path: polygon(15% 0, 16% 0, 16% 100%, 15% 100%);
  }
  37% {
    -webkit-clip-path: polygon(40% 0, 39% 0, 39% 100%, 40% 100%);
    clip-path: polygon(40% 0, 39% 0, 39% 100%, 40% 100%);
  }
  40% {
    -webkit-clip-path: polygon(20% 0, 21% 0, 21% 100%, 20% 100%);
    clip-path: polygon(20% 0, 21% 0, 21% 100%, 20% 100%);
  }
  45% {
    -webkit-clip-path: polygon(60% 0, 55% 0, 55% 100%, 60% 100%);
    clip-path: polygon(60% 0, 55% 0, 55% 100%, 60% 100%);
  }
  50% {
    -webkit-clip-path: polygon(30% 0, 31% 0, 31% 100%, 30% 100%);
    clip-path: polygon(30% 0, 31% 0, 31% 100%, 30% 100%);
  }
  53% {
    -webkit-clip-path: polygon(70% 0, 69% 0, 69% 100%, 70% 100%);
    clip-path: polygon(70% 0, 69% 0, 69% 100%, 70% 100%);
  }
  57% {
    -webkit-clip-path: polygon(40% 0, 41% 0, 41% 100%, 40% 100%);
    clip-path: polygon(40% 0, 41% 0, 41% 100%, 40% 100%);
  }
  60% {
    -webkit-clip-path: polygon(80% 0, 75% 0, 75% 100%, 80% 100%);
    clip-path: polygon(80% 0, 75% 0, 75% 100%, 80% 100%);
  }
  65% {
    -webkit-clip-path: polygon(50% 0, 51% 0, 51% 100%, 50% 100%);
    clip-path: polygon(50% 0, 51% 0, 51% 100%, 50% 100%);
  }
  70% {
    -webkit-clip-path: polygon(90% 0, 90% 0, 90% 100%, 90% 100%);
    clip-path: polygon(90% 0, 90% 0, 90% 100%, 90% 100%);
  }
  73% {
    -webkit-clip-path: polygon(60% 0, 60% 0, 60% 100%, 60% 100%);
    clip-path: polygon(60% 0, 60% 0, 60% 100%, 60% 100%);
  }
  80% {
    -webkit-clip-path: polygon(100% 0, 99% 0, 99% 100%, 100% 100%);
    clip-path: polygon(100% 0, 99% 0, 99% 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(70% 0, 71% 0, 71% 100%, 70% 100%);
    clip-path: polygon(70% 0, 71% 0, 71% 100%, 70% 100%);
  }
}

@keyframes glitch-anim-text {
  0% {
    opacity: 1;
    transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  10% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  20% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  35% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  50% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  60% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  70% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  80% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
  90% {
    transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -ms-transform: none;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

/* Flash */
@keyframes glitch-anim-flash {
  0% {
    opacity: 0.2;
    -ms-transform: none;
    transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
  }
  33%,
  100% {
    opacity: 0;
    -ms-transform: none;
    transform: translate3d(0, 0, 0);
  }
}

/* Flash for style 3*/
@keyframes glitch-anim-flash2 {
  0% {
    opacity: 0.2;
    -webkit-clip-path: polygon(0 70%, 60% 0, 60% 100%, 0 100%);
    clip-path: polygon(0 70%, 60% 0, 60% 100%, 0 100%);
    transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
    -ms-transform: none;
  }
  33%,
  100% {
    opacity: 0;
    -webkit-clip-path: polygon(0 70%, 60% 0, 60% 100%, 0 100%);
    clip-path: polygon(0 70%, 60% 0, 60% 100%, 0 100%);
    transform: translate3d(0, 0, 0);
    -ms-transform: none;
  }
}

/*disable flash for edge*/
@supports (-ms-ime-align: auto) {
  .glitch:hover > .glitch__img:nth-child(5) {
    animation-name: none;
  }
  .glitch.glitch--style-3:hover > .glitch__img:nth-child(5) {
    animation-name: none;
  }
}